Displaying 3 results from an estimated 3 matches for "s91smb".
2009 Jun 19
2
AIX starting and stopping samba from command line
...o do (on AIX) for this to happen.
 
 
 
 
#!/bin/sh
    #
    # /etc/rc.d/init.d/smb - starts and stops SMB services.
    #
    # The following files should be synbolic links to this file:
    # symlinks: /etc/rc.d/rc1.d/K35smb  (Kills SMB services on shutdown)
    #           /etc/rc.d/rc3.d/S91smb  (Starts SMB services in multiuser mode)
    #           /etc/rc.d/rc6.d/K35smb  (Kills SMB services on reboot)
    #
    # Source function library.
    . /etc/rc.d/init.d/functions
    # Source networking configuration.
    . /etc/sysconfig/network
    # Check that networking is up.
    [ ${NET...
2002 May 21
1
Initialize samba at boot time
...ymlinks on 
my Linux system:
[root@star samba]# cd /etc/rc.d/rc1.d
[root@star rc1.d]# ls -l *smb*
lrwxrwxrwx    1 root     root           13 May  3
13:46 K35smb -> ../init.d/smb
[root@star rc1.d]# cd ../rc3.d
[root@star rc3.d]# ls -l *smb*
lrwxrwxrwx    1 root     root           13 May 13
13:36 S91smb -> ../init.d/smb
[root@star rc3.d]# cd ../rc6.d
[root@star rc6.d]# ls -l *smb*
lrwxrwxrwx    1 root     root           13 May  3
13:46 K35smb -> ../init.d/smb
However, the boot program doesn't call for these links
so that I have to manually launch the samba services
   /etc/rc.d/init.d/...
2001 Nov 01
4
Auto starting the daemon in redhat
I am having a problem with the auto running of the samba daemons in red hat
I got the smb script from the site and place it as /etc/rc.c/init.d/smb
Then I set up symbolic links in the places it told me.  
I used lm -s ..... for the links
I went into the place where one link was and I use colors to signify what something is. All of the links are in cyan except for the one created which is white