Results 1 to 4 of 4
Hi guys,
Someone removed the entire /var/spool on one of my servers.
I recreated the /var/spool/cron as I could, but in your opinion, what is the best way to deal ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-11-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 2
no /var/spool anymore
Hi guys,
Someone removed the entire /var/spool on one of my servers.
I recreated the /var/spool/cron as I could, but in your opinion, what is the best way to deal with that?
Can I just recreate every folders by looking at another server?
Is there something to be especially careful with?
I am afraid that they are collateral damages at the next reboot.
Regards,
L.
- 02-11-2013 #2Linux Newbie
- Join Date
- Dec 2011
- Posts
- 119
Dude, on my system /var/spool is owned by root and only root can write to it, and if someone removed the dir, then I have 3 guesses:
1. Some numbskull has root password and you should change it. Do this anyway.
2. Your hard drive is going rotten and you should fsck it.
3. You have some rootkit installed, and you should *very*carefully* inspect all running processes and the system in general for infestation. Check /tmp. I once found some vermin hiding in there that managed to compile itself and was gnawing on my eth0 connection. I think it got in through a hole in gnapster, which I was running at the time.
Good luck.
- 02-11-2013 #3Just Joined!
- Join Date
- Feb 2013
- Posts
- 2
- 02-12-2013 #4Linux Newbie
- Join Date
- Dec 2011
- Posts
- 119
/var/spool:
drwxr-xr-x root root spool
Everything in there is system dependent. Look in /var/log/ for errors when they crop up, and fix them.


Reply With Quote

