Greetings' i have installed a redhat 6.2 on my machine. I have also installed Samba 2.0.6 on it and seems working fine for almost a year. But one of my problem is "Disappearing Mounts". I always use this command ( mount -t smbfs //server/shared/ /mnt/temp -o username%password) for re-Mounting. But several days later... my machine keeps on restarting everytime we access the mounted directory. I also tried to upgrade using samba 2.2.3a but still... same problem Kindly help me regarding this problem.. Thanks in Advance -------------- next part -------------- HTML attachment scrubbed and removed
Greetings' i have installed a redhat 6.2 on my machine. I have also installed Samba 2.0.6 on it and seems working fine for almost a year. But one of my problem is "Disappearing Mounts". I always use this command ( mount -t smbfs //server/shared/ /mnt/temp -o username%password) for re-Mounting. But several days later... my machine keeps on restarting everytime we access the mounted directory. I also tried to upgrade using samba 2.2.3a but still... same problem Kindly help me regarding this problem.. Thanks in Advance -------------- next part -------------- HTML attachment scrubbed and removed
Is there a way to have samba re-read its configuration files without restarting it and bumping everyone? As it is now, if somebody is transfering a file and I issue: #service smb restart it drops the file transfer. How do I get around that? TIA Rick
Yes. kill -1 pid of original samba process. Maybe service smb reload might do what you want. Joel nOn Thu, Jun 12, 2003 at 01:02:05PM -0700, D. Rick Anderson wrote:> Is there a way to have samba re-read its configuration files without > restarting it and bumping everyone? As it is now, if somebody is > transfering a file and I issue: > > #service smb restart > > it drops the file transfer. How do I get around that? > > TIA > > Rick > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Joel Hammer wrote: | Yes. | kill -1 pid of original samba process. | Maybe service smb reload might do what you want. | Joel if you want to reload it for all processes : killall -HUP smbd nmbd | nOn Thu, Jun 12, 2003 at 01:02:05PM -0700, D. Rick Anderson wrote: | |>Is there a way to have samba re-read its configuration files without |>restarting it and bumping everyone? As it is now, if somebody is |>transfering a file and I issue: - -- *********************************************** david.morel@amakuru.net OpenPGP public key: http://www.amakuru.net/dmorel.asc 28192ef126bc871757cb7d97f4a44536 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+6XwMqr7QF98duCMRAmZ/AKC1HrmfwmpPXkAsXsZLCWIwMoeaBwCZAcbR SuuksjdzCjQgSfy+8s6oNxU=Geox -----END PGP SIGNATURE-----
Samba reads the smb.conf file every 60 seconds, or every time a new connection is made. So either wait 60 seconds after the change or log on from a remote machine. Ken> -----Original Message----- > From: samba-bounces+ken.walker=umist.ac.uk@lists.samba.org > [mailto:samba-bounces+ken.walker=umist.ac.uk@lists.samba.or > g]On Behalf > Of David Morel > Sent: 13 June 2003 9:01 AM > To: samba@lists.samba.org > Subject: Re: [Samba] restarting > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Joel Hammer wrote: > | Yes. > | kill -1 pid of original samba process. > | Maybe service smb reload might do what you want. > | Joel > > if you want to reload it for all processes : > killall -HUP smbd nmbd > > > | nOn Thu, Jun 12, 2003 at 01:02:05PM -0700, D. Rick > Anderson wrote: > | > |>Is there a way to have samba re-read its configuration > files without > |>restarting it and bumping everyone? As it is now, if somebody is > |>transfering a file and I issue: > > - -- > *********************************************** > david.morel@amakuru.net > OpenPGP public key: http://www.amakuru.net/dmorel.asc > 28192ef126bc871757cb7d97f4a44536 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.2 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE+6XwMqr7QF98duCMRAmZ/AKC1HrmfwmpPXkAsXsZLCWIwMoeaBwCZAcbR > SuuksjdzCjQgSfy+8s6oNxU> =Geox > -----END PGP SIGNATURE----- > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >