Difference between revisions of "Netinstall missing dependencies"

From Amahi Wiki
Jump to: navigation, search
(New page: Missing dependencies for netinstall (yum install -y these): * monit * samba)
 
Line 1: Line 1:
 
Missing dependencies for netinstall (yum install -y these):
 
Missing dependencies for netinstall (yum install -y these):
  
* monit
+
* yum -y install monit samba
* samba
+
* as root, do this:
 +
** chkconfig smb on
 +
** chkconfig nmb on
 +
** service nmb start
 +
** service smb start

Revision as of 18:33, 24 September 2009

Missing dependencies for netinstall (yum install -y these):

  • yum -y install monit samba
  • as root, do this:
    • chkconfig smb on
    • chkconfig nmb on
    • service nmb start
    • service smb start