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)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Missing dependencies for netinstall (yum install -y these):
+
Missing dependencies for netinstall:
  
* monit
+
* yum -y install monit samba
* samba
+
* as root, do this:
 +
** chkconfig smb on
 +
** chkconfig nmb on
 +
** service nmb start
 +
** service smb start

Latest revision as of 18:33, 24 September 2009

Missing dependencies for netinstall:

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