Displaying 4 results from an estimated 4 matches for "smbd_pid".
Did you mean:
  smb_pid
  
2005 Feb 02
3
A smbd process pegging CPU at near 100% with v3.0.10-1 FC2 RPM
CPU 99.3%:
2170 root      25   0 11656 3228  10m R 99.3  0.5   0:07.42 smbd
We're having the same problems as many others with print queues, client lock-ups, etc.  I think
maybe this CPU problem is related as we have two servers in two locations with the same versions,
and both had the problem immediately after upgrading to 3.0.10.  We use the YUM facility to
upgrade Samba.  To react to these
2005 Feb 04
1
A smbd process pegging CPU at near 100% with v3.0.10-1FC2 RPM
...> -----Original Message-----
> From: Kel Way [mailto:kpwspam-samba@yahoo.com]
> Sent: Friday, February 04, 2005 9:06 AM
> To: Denis Vlasenko; samba@lists.samba.org
> Subject: Re: [Samba] A smbd process pegging CPU at near 100% with
v3.0.10-
> 1FC2 RPM
> 
> > strace -p <smbd_PID> ?
> 
> 2170 root      25   0 11656 3228  10m R 95.9  0.5   2805:07 smbd
> 
> [root@nash-fs-01 root]# strace -p 2170
> Process 2170 attached - interrupt to quit
> 
> 
> No output...  just sits there until I quit.  Thanks -
> 
> 
> --
> To unsubscribe from this...
2000 Jun 16
0
Memory usage in reload_services()
...of 
memory usage. We did implement a mean  that gives us ability to 
dynamically mount or unmount samba shares. I prepared a simple script 
which demonstrates this very closely. Script loops following operations:
- touch samba config file to make it newer
- send SIGHUP to smbd process (kill -1 <smbd_pid>)
- connect with smbclient to samba share
- perform a fs operation (e.g. dir)
- disconnect
Script is attached to this mail. Also configuration file is attached.
Next table shows growing rate:
#repetition      resident size         virtual size
                     [kb]                  [kb]
--...
2008 Jul 28
0
smbcontrol xxxx reload-config doesn't work and other details samba 3.2
Hi Samba team.
I installed on a new server samba 3.2.0.
And all work fine, except the reload-config command and other things.
For resolve some missed-configuration, I modify the smb.conf and call 
smbcontrol <smbd_pid> reload-config, but it's not work.
Ex : 
I added  mdfs root = yes (same as samba 3.0.x), after I called smbcontrol 
xxxx reload-config
[2008/07/28 00:17:34,  3] param/loadparm.c:lp_load_ex(8681)
  lp_load_ex: refreshing parameters
Initialising global parameters
[2008/07/28 00:17:34,  3] par...