search for: georgedubbyabusch

Displaying 3 results from an estimated 3 matches for "georgedubbyabusch".

2004 Jul 13
1
Antwort: Re: 3.0.4: smbd's + nscd's = 100% CPU; load > 4
...; 3) write the mis-spelled name, >> 4) read negative answer >> 5) close socket: >> >> socket(PF_UNIX,SOCK_STREAM,0)=26 >> connect(26,{sa_family=AF_UNIX,path="/var/run/.nscd_socket"},110)=0 >> writev(26,[{"\2\0...\0\22\0...",12},{"GeorgeDubbyaBusch\0",18}],2)=30 >> read(26,"\2\0\0\...\0\377\377\377\377\377\377"...,36)=36 >> close(26)=0 >> >> and the nscds spin like this >> >> poll({fd=3,events=POLLRDNORM,revents=POLLRDNORM}],1,-1)=1 >> accept(3,,NULL)=9 >> read(9,&q...
2004 Jul 07
0
Antwort: Re: 3.0.4: smbd's + nscd's = 100% CPU; load > 4
...: 1) create a socket, 2) connect to nscd's socket, 3) write the mis-spelled name, 4) read negative answer 5) close socket: socket(PF_UNIX,SOCK_STREAM,0)=26 connect(26,{sa_family=AF_UNIX,path="/var/run/.nscd_socket"},110)=0 writev(26,[{"\2\0...\0\22\0...",12},{"GeorgeDubbyaBusch\0",18}],2)=30 read(26,"\2\0\0\...\0\377\377\377\377\377\377"...,36)=36 close(26)=0 and the nscds spin like this poll({fd=3,events=POLLRDNORM,revents=POLLRDNORM}],1,-1)=1 accept(3,,NULL)=9 read(9,"\2\0\0\0\0\0\0\0\22\0\0\0",12)=12 read(9,"GeorgeDubby...
2004 Jul 01
7
3.0.4: smbd's + nscd's = 100% CPU; load > 4
Hi Everyone, the new 3.0.4 Samba installation seems to work find except that from time to time but at least a couple of times a day one or more smbd processes start running at 20%-40% CPU each and 6 nscd processes then share the remaining CPU power. System 70%-80% users the rest 20%-30%. Load rises fast to over 4. I'm sure that each such process is just idling, but why does it engage so much