search for: k35smb

Displaying 4 results from an estimated 4 matches for "k35smb".

2009 Jun 19
2
AIX starting and stopping samba from command line
...nt to have samba started automatically. Can somebody let me what I have to 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....
2002 May 21
1
Initialize samba at boot time
Hello, I expect samba up and running after boot since I have the following symlinks 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 -> ../...
2001 Apr 17
2
File locks when restarting smb
...Linux, and several hundred clients running M$ Win9x. There are always a large number of open files, and I am currently migrating the data off several NT servers and onto the Samba ones. This has meant changing the smb.conf file on a regular basis. I am restarting Samba using "/etc/rc.d/rc5.d/K35smb restart" If a user has a file open, with read-write permissions, and then Samba is restarted, these permissions are lost. The first Windows client still thinks it has RW permissions on the file, however at this point a second user could open the same file, gaining the permissions. The first u...
2005 Mar 01
0
[Re: [Re: Won't Start Automatically]]]
...Sxxservice--are run. They're not explicit on the numbering, but they imply that lower numbers are always run before higher numbers. Finally, their example explicitly has the reader generating soft links to S35smb (smb is the samba start/stop script in their example and in my case) and to K35smb. They do point out that the idea is to have samba start after all the services it needs have started and to stop before any of the services it needs are stopped. Also, in my case, there was no soft link, of any number, to start smb until I added it. The sample smb that came with my installati...