jamesdtyler

webmin install reply

Jul 8th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. $ sudo ./setup.sh
  2. ***********************************************************************
  3. * Welcome to the Webmin setup script, version 1.881 *
  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.881 ...
  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): tyler
  43. Login password:
  44. Password again:
  45. Use SSL (y/n): n
  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 ..
Advertisement
Add Comment
Please, Sign In to add comment