Hi! I have a little problem,for a few weeks ago,and I try to forget it,but it doesn't work.Maybe someone could help me,with my problem. I try build a new kernel,2.2.15,and everything works perfect.But at the end,when I type in zlilo,it was stop.It said something like my lilo was not on the first partion. I now I have a strange partion right now,and maybe I need to try clean it up.I have hdb5 and hdb7,I guess.It said so,when I shut it down,that it unmount hdb5 and hdb7.I think I use hdb6 as a swap.But I want to know,what I have on hdb1 to 4.Is it possible? Everything went wrong,when I install suse 6.3,for 3 month ago.So that is why I have this strange partion.Maybe someone could help me to try clean it up?? greetings Roger _________________________________________________________ En adress för livet registrerar du på http://www.home.se/ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi all, I need to run fetchnews as a 'root' cronjob I have tried both crontab -e ( as root ) (A) /bin/bash 0-59/3 * * * * /opt/leafnode/fetchnews and (B) /bin/bash 0-59/3 * * * * /root/getnews where /root/getnews is : #!/bin/sh /opt/leafnode/sbin/fetchnews when i run /opt/leafnode/sbin/fetchnews, FETCHNEWS works fine ... What am i missing ? Regards Anurag -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Anurag Jalan wrote:
Hi all,
I need to run fetchnews as a 'root' cronjob
I have tried both crontab -e ( as root )
(A) /bin/bash 0-59/3 * * * * /opt/leafnode/fetchnews
I meant 0-59/3 * * * * /opt/leafnode/sbin/fetchnews
and (B) /bin/bash
0-59/3 * * * * /root/getnews
where /root/getnews is :
#!/bin/sh /opt/leafnode/sbin/fetchnews
when i run /opt/leafnode/sbin/fetchnews, FETCHNEWS works fine ...( MANUALLY )
What am i missing ?
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Anurag Jalan wrote:
Anurag Jalan wrote:
Hi all,
I need to run fetchnews as a 'root' cronjob
I have tried both crontab -e ( as root )
(A) /bin/bash 0-59/3 * * * * /opt/leafnode/fetchnews
I meant 0-59/3 * * * * /opt/leafnode/sbin/fetchnews
and (B) /bin/bash
0-59/3 * * * * /root/getnews
where /root/getnews is :
#!/bin/sh /opt/leafnode/sbin/fetchnews
when i run /opt/leafnode/sbin/fetchnews, FETCHNEWS works fine ...( MANUALLY )
What am i missing ?
Why do you have /bin/bash above both of your crontab entries? If you're starting with a blank crontab and want to specify the shell, you should put: SHELL=/bin/bash But if you have a normal SuSE installation there should already be a number of entries in the crontab, in which case you just need to add the second line. Make sure you're logged in as (or su'd to) root when you run 'crontab -e'. One other point - rather than '0-59/3', can't you just put '*/3'? Hope that helps, Chris -- Unfortunately I'm back on V90 (yeah, right) dialup for the rest of my life, so I apologise in advance for any time delay in replies. Thanks. __ _ -o)/ / (_)__ __ ____ __ Chris Reeves /\\ /__/ / _ \/ // /\ \/ / ICQ# 22219005 _\_v __/_/_//_/\_,_/ /_/\_\ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
The way I got it to work was simply to make a new file call it fetchnews in root's folder and add your line 0-59/3 * * * * /opt/leafnode/fetchnews next as root give the command crontab fetchnews To check to see if it worked try crontab -l To remove the crontab entry type crontab -r Hope this helps Paul -----Original Message----- From: a_jalan@vsnl.com [mailto:a_jalan@vsnl.com] Sent: 28. august 2000 21:41 Cc: suse-linux-e@suse.com Subject: [SLE] Help with crontab Hi all, I need to run fetchnews as a 'root' cronjob I have tried both crontab -e ( as root ) (A) /bin/bash 0-59/3 * * * * /opt/leafnode/fetchnews and (B) /bin/bash 0-59/3 * * * * /root/getnews where /root/getnews is : #!/bin/sh /opt/leafnode/sbin/fetchnews when i run /opt/leafnode/sbin/fetchnews, FETCHNEWS works fine ... What am i missing ? Regards Anurag -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (4)
-
a_jalan@vsnl.com
-
chris.reeves@iname.com
-
gamblern@home.se
-
pevans@bigfoot.de