Re: [newbie] how to "cron"? - working now

2003-02-09 Thread magnet
On Sunday 09 Feb 2003 5:14 pm, Michael Adams wrote: > On Mon, 10 Feb 2003 04:08, Greg Meyer wrote: > > On Sunday 09 February 2003 09:59 am, magnet wrote: > > > I have set up my tv card and I can capture programs to HDD using > > > streamer. > > > > > > I'm using "v4lctrl setstation " to set the cor

Re: [newbie] how to "cron"?

2003-02-09 Thread Michael Adams
On Mon, 10 Feb 2003 04:08, Greg Meyer wrote: > On Sunday 09 February 2003 09:59 am, magnet wrote: > > I have set up my tv card and I can capture programs to HDD using > > streamer. > > > > I'm using "v4lctrl setstation " to set the correct > > channel. and then "streamer... .blah blah" to do th

Re: [newbie] how to "cron"?

2003-02-09 Thread Derek Jennings
On Sunday 09 Feb 2003 3:28 pm, magnet wrote: > On Sunday 09 Feb 2003 3:10 pm, Derek Jennings wrote: > > On Sunday 09 Feb 2003 2:59 pm, magnet wrote: > > > I have set up my tv card and I can capture programs to HDD using > > > streamer. > > > > > > I'm using "v4lctrl setstation " to set the correct

Re: [newbie] how to "cron"?

2003-02-09 Thread magnet
On Sunday 09 Feb 2003 4:57 pm, Michael Adams wrote: > > Hmm, so why isn't it working??? I've chmod the script to 755 just to > > confirm there were not exec restrictions in force. > > > > Here is my shell output > > > > [magnet@linux1 magnet]$ ./drive1/magnet/vcr/test.sh > > bash: ./drive1/magnet/

Re: [newbie] how to "cron"?

2003-02-09 Thread Greg Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 09 February 2003 11:39 am, magnet wrote: > The script is located here: /drive1/magnet/vcrtest.sh Than eliminate that the . in front. ./ is the directory entry for the current directory, which is why you have to use it when you are runnin

Re: [newbie] how to "cron"?

2003-02-09 Thread Michael Adams
On Mon, 10 Feb 2003 05:12, magnet wrote: > On Sunday 09 Feb 2003 3:47 pm, Greg Meyer wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On Sunday 09 February 2003 10:28 am, magnet wrote: > > > Hi Derek, > > > Ok, that's a good start. Means I can keep all the vcr scripts in one > >

Re: [newbie] how to "cron"?

2003-02-09 Thread magnet
On Sunday 09 Feb 2003 4:31 pm, Greg Meyer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunday 09 February 2003 11:12 am, magnet wrote: > > Hmm, so why isn't it working??? I've chmod the script to 755 just to > > confirm there were not exec restrictions in force. > > > > Here is m

Re: [newbie] how to "cron"?

2003-02-09 Thread Greg Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 09 February 2003 11:12 am, magnet wrote: > > Hmm, so why isn't it working??? I've chmod the script to 755 just to > confirm there were not exec restrictions in force. > > Here is my shell output > > [magnet@linux1 magnet]$ ./drive1/magnet/vcr

Re: [newbie] how to "cron"?

2003-02-09 Thread magnet
On Sunday 09 Feb 2003 3:47 pm, Greg Meyer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunday 09 February 2003 10:28 am, magnet wrote: > > Hi Derek, > > Ok, that's a good start. Means I can keep all the vcr scripts in one > > place. I have/use webmin all the time for various othe

Re: [newbie] how to "cron"?

2003-02-09 Thread Greg Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 09 February 2003 10:28 am, magnet wrote: > Hi Derek, > Ok, that's a good start. Means I can keep all the vcr scripts in one place. > I have/use webmin all the time for various other stuff across all 6 > machines but am a little confused with

Re: [newbie] how to "cron"?

2003-02-09 Thread magnet
On Sunday 09 Feb 2003 3:10 pm, Derek Jennings wrote: > On Sunday 09 Feb 2003 2:59 pm, magnet wrote: > > I have set up my tv card and I can capture programs to HDD using > > streamer. > > > > I'm using "v4lctrl setstation " to set the correct > > channel. and then "streamer... .blah blah" to do

Re: [newbie] how to "cron"?

2003-02-09 Thread Derek Jennings
On Sunday 09 Feb 2003 2:59 pm, magnet wrote: > I have set up my tv card and I can capture programs to HDD using streamer. > > I'm using "v4lctrl setstation " to set the correct channel. > and then "streamer... .blah blah" to do the capturing. > > These commands have been put in a script but I'm

Re: [newbie] how to "cron"?

2003-02-09 Thread Greg Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 09 February 2003 09:59 am, magnet wrote: > I have set up my tv card and I can capture programs to HDD using streamer. > > I'm using "v4lctrl setstation " to set the correct channel. > and then "streamer... .blah blah" to do the capturing.

[newbie] how to "cron"?

2003-02-09 Thread magnet
I have set up my tv card and I can capture programs to HDD using streamer. I'm using "v4lctrl setstation " to set the correct channel. and then "streamer... .blah blah" to do the capturing. These commands have been put in a script but I'm not sure where this script should be stored. I was th