The mysterious "net" background process (Mac OS X 10.5.8)

rbaibich

Senior member
Jun 29, 2001
571
0
76
My processor usage was going through the roof, so I went to check what was going on. I found a background process called "net" that was running at almost 100%. It's owned by root, and I couldn't find any information about it.

Here's the screenshot of it:
image-AE4E_4B5FE81D.jpg


Does anyone know what the hell is this?
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
It would help if you could find the exact location of the executable. I'm not sure if Activity Monitor does that (I'm not on my mac ATM), you may have to do sudo ps -ax in the console.
 

rbaibich

Senior member
Jun 29, 2001
571
0
76
/usr/bin/net -W BOULDER -P ads dns register

"BOULDER" is the name of the office server here. It might be related to their remote management tool - Casper. I killed the process but it comes back on its own after a while. There's probably another process launching it automatically.

Today I got another one that's just as hungry as the first: /usr/sbin/nmbd -F.

Checking with IT here, but I'm curious what the hell is generating those processes.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Both of those binaries are part of Samba. The net command is attempting to add a DNS entry for itself to the DC in the BOULDER domain. And nmbd is the NetBIOS resolution daemon for Samba.

Looking at the man page for either command would've answered that.