I seem to notice these two processes running with top. Netstat hasn't been issued by me and cant be killed with the START state. Can someone enlighten me on these processes. FreeBSD dracula.transylvania.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun Dec 4 00:22:01 EST 2005 root@dracula.transylvania.net:/usr/src/sys/i386/compile/BLEACH i386 The box doesnt run ssh or telnet just postfix relaying to my external webhost. 89290 dark 1 96 0 0K 0K START 0:06 0.00% awt_robot 10208 dark 1 -8 0 0K 0K START 0:00 3.00% netstat Thanks -- Dev Tugnait <dev@unixdaemon.org>
Dev Tugnait wrote:> I seem to notice these two processes running with top. > > Netstat hasn't been issued by me and cant be killed with the START > state. Can someone enlighten me on these processes. > > FreeBSD dracula.transylvania.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun > Dec 4 00:22:01 EST 2005 > root@dracula.transylvania.net:/usr/src/sys/i386/compile/BLEACH i386 > > The box doesnt run ssh or telnet just postfix relaying to my external > webhost. > > > 89290 dark 1 96 0 0K 0K START 0:06 0.00% > awt_robot > > 10208 dark 1 -8 0 0K 0K START 0:00 3.00% > netstat > > Thanks >I would be tempted to say that awt_robot is the java thing. http://java.sun.com/j2se/1.3/docs/api/java/awt/Robot.html It's is a class to allow you to program a demo. Do you have java installed on this machine ?
On Sun, 2006-01-15 at 16:32 -0500, Igor Roshchin wrote:> Dev, > > You might want to run lsof and see if that would reveal > any useful information. > > I would look for where > awt_robot file is started from, and what files/sockets/.. it is using. > The same is for netstat (just in case it is not the one that came > with the OS). > I didn't use FBSD 6.0, but I don't think awt_robot is anything standard > for this version. There is a Java program with that name out there.. > I guess, you already searched Google for it, didn't you? > > HTH, > > IgorYeah i googled it awt_robot is from java although upon googling i came across random stuff rather than the actual answer. lsof | grep netstat Exit 1> >-- Dev Tugnait <dev@unixdaemon.org>