jamesdtyler

Untitled

Jul 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. bash-4.4# bash ./setup.sh
  2. ***********************************************************************
  3. * Welcome to the Webmin setup script, version 1.890 *
  4. ***********************************************************************
  5. Webmin is a web-based interface that allows Unix-like operating
  6. systems and common Unix services to be easily administered.
  7.  
  8. Installing Webmin in /usr/local/webmin-1.890 ...
  9.  
  10. ***********************************************************************
  11. Webmin uses separate directories for configuration files and log files.
  12. Unless you want to run multiple versions of Webmin at the same time
  13. you can just accept the defaults.
  14.  
  15. Config file directory [/etc/webmin]:
  16. Log file directory [/var/webmin]:
  17.  
  18. ***********************************************************************
  19. Webmin is written entirely in Perl. Please enter the full path to the
  20. Perl 5 interpreter on your system.
  21.  
  22. Full path to perl (default /usr/bin/perl):
  23.  
  24. Testing Perl ...
  25. Perl seems to be installed ok
  26.  
  27. ***********************************************************************
  28. Operating system name: OpenBSD
  29. Operating system version: 6.3
  30.  
  31. ***********************************************************************
  32. Webmin uses its own password protected web server to provide access
  33. to the administration programs. The setup script needs to know :
  34. - What port to run the web server on. There must not be another
  35. web server already using this port.
  36. - The login name required to access the web server.
  37. - The password required to access the web server.
  38. - If the webserver should use SSL (if your system supports it).
  39. - Whether to start webmin at boot time.
  40.  
  41. Web server port (default 10000):
  42. Login name (default admin): (this is not left for others to see)
  43. Login password:
  44. Password again:
  45. Use SSL (y/n): y
  46. Start Webmin at boot time (y/n): y
  47. ***********************************************************************
  48. Creating web server config files..
  49. ..done
  50.  
  51. Creating access control file..
  52. ..done
  53.  
  54. Inserting path to perl into scripts..
  55. ..done
  56.  
  57. Creating start and stop scripts..
  58. ..done
  59.  
  60. Copying config files..
  61. ..done
  62.  
  63. Configuring Webmin to start at boot time..
  64. ..done
  65.  
  66. Creating uninstall script /etc/webmin/uninstall.sh ..
  67. ..done
  68.  
  69. Changing ownership and permissions ..
  70. ..done
  71.  
  72. Running postinstall scripts ..
  73. ..done
  74.  
  75. Enabling background status collection ..
  76. ..done
  77.  
  78. Attempting to start Webmin mini web server..
  79. Starting Webmin server in /usr/local/webmin-1.890
  80. ..done
  81.  
  82. ***********************************************************************
  83. Webmin has been installed and started successfully. Use your web
  84. browser to go to
  85.  
  86. (also not left for others to see)
  87.  
  88. and login with the name and password you entered previously.
  89.  
  90. Because Webmin uses SSL for encryption only, the certificate
  91. it uses is not signed by one of the recognized CAs such as
  92. Verisign. When you first connect to the Webmin server, your
  93. browser will ask you if you want to accept the certificate
  94. presented, as it does not recognize the CA. Say yes.
Advertisement
Add Comment
Please, Sign In to add comment