INIT running as nobody with 99,8% cpu usage?
Check this:ps aux | grep init
root 1 0.0 0.0 2476 400 ? S Aug12 0:11 init [3]
nobody 2235 98.2 0.0 9020 3652 ? R 05:26 544:28 init
root 29889 0.0 0.0 5220 572 pts/0 S 14:40 0:00 grep init
I did find some junk in them /tmp and when checking the source, i found it was programmed to run onder init. Some of the junk
root@me [/tmp]# cat nois | grep init
Binary file (standard input) matches
root@me [/tmp]# cat bd | grep init
Binary file (standard input) matches
root@me [/tmp]# cat bind | grep init
Binary file (standard input) matches
root@me [/tmp]#
ESPECIALLY this makes it suspicious:
root@me [/tmp]# netstat -anp | grep init
tcp 0 0 xx.xx.xx.xx:40804 206.50.220.106:6667 ESTABLISHED 2235/init
xx.xx.xx.xx = my ip
Unfortunately, since two days, i couldnt get apf to work anymore, after updating it to the latest version


root@me [/backup]# ping rfxnetworks.com
ping: unknown host rfxnetworks.com
root@me [/backup]# wget http://rfxnetworks.com/downloads/apf-current.tar.gz
--14:47:58-- http://rfxnetworks.com/downloads/apf-current.tar.gz
=> `apf-current.tar.gz'
Resolving rfxnetworks.com... failed: Host not found.
I'm running fedora, cant get my firewall to work without a working version, and cant kill init, unless i do -9 (all) which is scary with init.
Pffffffff hackers

Any advice? Should I try other firewalls? If yes, what is a good one?
THanks!