orlanz n00b
Joined: 25 May 2003 Posts: 26
|
Posted: Fri Dec 10, 2004 10:21 pm Post subject: Nmbd process problems. |
|
|
Man, I been posting a lot lately..
Ok, I had recently updated the world. Samba, kde support for it, and xinetd broke. So, I worked for a while and finally got them all fixed. Unfortunately, I had to use the unstable samba (3.0.9). I don't want to downgrade if I don't have to.
Problem:
Nmbd is messing up my system. Sometime at 00:00, it started spawning processes every few seconds. And those processes ended up using ALL of the swap and ram so only root could login (thank god). I don't know how to fix this, any suggestions would be nice.
Possible solution:
I use xinetd to start nmbd so that it doesn't always have to run. I noticed the problem a few days ago too, so I limited xinetd to spawn at most 2 processes. So I don't think xinetd is the problem, but just in case I will turn it off and have nmbd in standalone and see what happens by tomorrow.
thx.
EDIT: (here is part of the log file)
Code: |
...
...
...
[2004/12/10 17:01:36, 0] lib/pidfile.c:pidfile_create(91)
ERROR: nmbd is already running. File /var/run/samba/nmbd.pid exists and process id 13810 is running.
[2004/12/10 17:01:37, 0] nmbd/nmbd.c:main(668)
Netbios nameserver version 3.0.9 started.
Copyright Andrew Tridgell and the Samba Team 1994-2004
[2004/12/10 17:01:37, 0] nmbd/asyncdns.c:start_async_dns(149)
started asyncdns process 8685
[2004/12/10 17:01:37, 0] lib/pidfile.c:pidfile_create(91)
ERROR: nmbd is already running. File /var/run/samba/nmbd.pid exists and process id 13810 is running.
[2004/12/10 17:01:37, 0] nmbd/nmbd.c:main(668)
Netbios nameserver version 3.0.9 started.
Copyright Andrew Tridgell and the Samba Team 1994-2004
[2004/12/10 17:01:38, 0] nmbd/asyncdns.c:start_async_dns(149)
started asyncdns process 8687
[2004/12/10 17:01:38, 0] lib/pidfile.c:pidfile_create(91)
ERROR: nmbd is already running. File /var/run/samba/nmbd.pid exists and process id 13810 is running.
[2004/12/10 17:03:37, 0] nmbd/nmbd.c:terminate(56)
Got SIGTERM: going down...
[2004/12/10 17:03:38, 0] nmbd/nmbd.c:main(668)
Netbios nameserver version 3.0.9 started.
Copyright Andrew Tridgell and the Samba Team 1994-2004
[2004/12/10 17:03:45, 0] nmbd/asyncdns.c:start_async_dns(149)
started asyncdns process 9117
[2004/12/10 17:03:45, 0] lib/pidfile.c:pidfile_create(91)
ERROR: nmbd is already running. File /var/run/samba/nmbd.pid exists and process id 13810 is running.
[2004/12/10 17:04:14, 0] nmbd/nmbd.c:main(668)
Netbios nameserver version 3.0.9 started.
Copyright Andrew Tridgell and the Samba Team 1994-2004
[2004/12/10 17:04:15, 0] nmbd/asyncdns.c:start_async_dns(149)
started asyncdns process 9142
[2004/12/10 17:04:15, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
find_response_record: response packet id 3028 received with no matching record.
[2004/12/10 17:04:15, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(327)
become_domain_master_browser_wins:
Attempting to become domain master browser on workgroup ORLANZ, subnet UNICAST_SUBNET.
[2004/12/10 17:04:15, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(341)
become_domain_master_browser_wins: querying WINS server from IP 192.168.1.101 for domain master browser name ORLANZ<1b> on workgroup ORLANZ
[2004/12/10 17:04:15, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
find_response_record: response packet id 3029 received with no matching record.
[2004/12/10 17:04:15, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
find_response_record: response packet id 3030 received with no matching record.
[2004/12/10 17:04:15, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
find_response_record: response packet id 3031 received with no matching record.
[2004/12/10 17:04:15, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
find_response_record: response packet id 3032 received with no matching record.
[2004/12/10 17:04:15, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
find_response_record: response packet id 3033 received with no matching record.
[2004/12/10 17:04:15, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113)
*****
Samba server GENTOO is now a domain master browser for workgroup ORLANZ on subnet UNICAST_SUBNET
*****
|
|
|