Just looking at the CVS page:
04th April 2004 07:00 GMT
Download [ 0.04 KB]
6d275118050fe5ad0aaf9d7da9c91d1b
llol
What happened here
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
- pokemon master
- Registered User
- Posts: 14
- Joined: Tue Oct 21, 2003 5:53 pm
Re: What happened here
That maby a update for the download byfore that. 
Re: What happened here
the script never got the snapshot, its empty.
It does it occasonally, you'll just have to wait until it gets a complete one again.
It does it occasonally, you'll just have to wait until it gets a complete one again.
-
- Registered User
- Posts: 7
- Joined: Sun Mar 21, 2004 1:52 pm
Re: What happened here
What language makes the snapshots? Just curious.
- Techie-Micheal
- Registered User
- Posts: 566
- Joined: Sun Oct 14, 2001 12:11 am
Re: What happened here
Search, it has been discussed here before.sciguyryan wrote:What language makes the snapshots? Just curious.
Re: What happened here
cron job?
Dan
Dan
- Techie-Micheal
- Registered User
- Posts: 566
- Joined: Sun Oct 14, 2001 12:11 am
Re: What happened here
Of course. But that's not the language that the script uses.
- mansuetus
- Registered User
- Posts: 130
- Joined: Sun Dec 07, 2003 8:02 pm
- Location: Paris, France
- Contact:
Re: What happened here
todo : a cron language 
Petite publicité pour mon site : on présente des horoscopes qui tuent, on propose des tests,
et si tu cherches bien, tu verras même un phpBB
viens sur spontex.org !
et si tu cherches bien, tu verras même un phpBB
viens sur spontex.org !
Re: What happened here
What would the cron be that is used, I'm trying to do somthing similar, and can't make it work at all 
Dan
Dan
- mansuetus
- Registered User
- Posts: 130
- Joined: Sun Dec 07, 2003 8:02 pm
- Location: Paris, France
- Contact:
Re: What happened here
then you have to use the crontab command...
an example should help :
means : plays an mp3 without any output at 7 h 00 every day, every mounth every year.
crontab -l
to list
crontab -
to replace the crontab list by the one you are going to type, end with Ctrl-d.
an example should help :
Code: Select all
0 7 * * * /usr/local/bin/mplayer /home/mansuetus/mp3/Musics/* > /dev/null 2> /dev/null
crontab -l
to list
crontab -
to replace the crontab list by the one you are going to type, end with Ctrl-d.
Petite publicité pour mon site : on présente des horoscopes qui tuent, on propose des tests,
et si tu cherches bien, tu verras même un phpBB
viens sur spontex.org !
et si tu cherches bien, tu verras même un phpBB
viens sur spontex.org !