Prev: How can I find my files in a shared folder?
Next: [Samba] Strange problem: NT_STATUS_ACCESS_DENIED
From: Moray Henderson on 16 Dec 2009 05:30 Yatish Jain wrote: >Hi All, > >I am trying to make changes to "interfaces = " parameter in smb.conf while >samba is running but even after "smbcontrol smbd reload-configuration" , >there is no effect of this change. > >Please tell me how to find the interfaces a running smbd is listening to >since smb.conf file may have changed since smbd started and didn't detect >these changes. > >Version : 3.0.33-3.7.el5 >Platform: Red Hat Enterprise Linux Server release 5.3 > >Best Wishes >Yatish Samba can pick up certain changes dynamically, such as adding a new share, but I would expect changing the interfaces parameter to require a full restart: I do not think existing connections could be moved seamlessly from one interface to another. One way so see what Samba is listening on is to use the netstat(8) command. Something like netstat -lnp | grep [ns]mbd will show you what IP addresses and ports Samba is using. Moray. "To err is human. To purr, feline" -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
|
Pages: 1 Prev: How can I find my files in a shared folder? Next: [Samba] Strange problem: NT_STATUS_ACCESS_DENIED |