It's doing its "run 24/7" crap again, and I've had enough. So has my computer. Problem is, it won't die. Not even if I use -9, not if I shut down, nothing. I want to make it go away. How? Arch, this is my desktop computer. It's been running since night before last (and yes, it's cron, according to top, there's nothing else that can be running like this).
Thanks.
How to kill the daily cron process?
Moderator: jkerr82508
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
How to kill the daily cron process?
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: How to kill the daily cron process?
# /etc/init.d/crond stop
Try that.
Try that.
Past experience demonstrates best method to tighten bolts is to use appropriate size spanners.
Re: How to kill the daily cron process?
What Joste said cept you must use rc.d (not init.d) :
or:
Could we have a please and a please?
PS:
You can list your daemons with
rc.d list
Code: Select all
sudo rc.d stop crondor:
Could we have a
Code: Select all
crontab -lCode: Select all
sudo crontab -lPS:
You can list your daemons with
rc.d list
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to kill the daily cron process?
Thanks, sorry, didn't know I could give a services command for it.
No can do the code for ya. The thing's offline still, and I can't copy/paste it. Am on the phone.
Will try that and be back later - several things going on right now. Thanks again.
No can do the code for ya. The thing's offline still, and I can't copy/paste it. Am on the phone.
Will try that and be back later - several things going on right now. Thanks again.
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to kill the daily cron process?
Hey, sorry not to get back sooner. It has indeed been an insane, crazy life the last few days.
That got it, /etc/rc.d/crond stop.
Thanks, you two.
That got it, /etc/rc.d/crond stop.
Thanks, you two.
Re: How to kill the daily cron process?
Yes.
In Arch you do not need to enter the path.
is enough, and does the same as
In Arch you do not need to enter the path.
Code: Select all
rc.d stop crond Code: Select all
/etc/rc.d/crond stopManjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to kill the daily cron process?
Ah, ok. Wasn't aware of that one. This whole time I've been using the traditional method with services. Thanks!
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html