Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-15-2012, 05:02 PM
|
#1
|
Senior Member
Registered: Jun 2009
Posts: 1,795
Rep:
|
How to cron a shutdown -rF now
I have a server that I'm hoping to replace soon, but for now i have to reboot and e2fsck it every couple days to avoid general weirdness. Instead of doing it remotely in the early hours of the morning, is there a way to cron a "shutdown -rF now" to run a few times a week at a time of my choosing?
i dont know if its a simple as doing
00 12 * * 1,3,5 shutdown -rF now
or there's more to it or a better way.
|
|
|
06-15-2012, 05:15 PM
|
#2
|
Member
Registered: Jun 2012
Location: Canada
Distribution: Ubuntu/Debian/CentOS
Posts: 45
Rep:
|
I am not sure if there is a better way, but you may want to go to the full path:
00 12 * * 1,3,5 /sbin/shutdown -rF now
Let me know how it goes. And if others have a better way, I would like to hear it too
|
|
1 members found this post helpful.
|
06-15-2012, 05:16 PM
|
#3
|
Senior Member
Registered: Jun 2009
Posts: 1,795
Original Poster
Rep:
|
yeah, probably a good call using the full path. thanks. wonder if anyone else has a better way too.
|
|
|
06-18-2012, 09:06 PM
|
#4
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
1. if you're having to e2fsck every few days, I REALLY hope you've got backups; sounds like your disk(s) are very nearly dead.
2. to automate this, you'll probably need to edit http://linux.die.net/man/5/e2fsck.conf to force it to continue where it would normally stop and ask the user ... see eg '-y' http://linux.die.net/man/8/e2fsck
|
|
1 members found this post helpful.
|
06-19-2012, 02:18 AM
|
#5
|
Senior Member
Registered: Jun 2009
Posts: 1,795
Original Poster
Rep:
|
oh yeah, definitely have a backup. it's not that the file system get corrupt, but I think its more the controller card dying a slow death, so it does some weird stuff, and i just want to keep making sure the file system is in tact until it can be replaced. thanks Chris.
|
|
|
All times are GMT -5. The time now is 07:11 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|