What happened here

Discussion of general topics related to the new version 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!
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!
Skeleton
Registered User
Posts: 47
Joined: Wed Feb 25, 2004 5:25 pm
Location: Dunno
Contact:

What happened here

Post by Skeleton »

Just looking at the CVS page:



04th April 2004 07:00 GMT
Download [ 0.04 KB]
6d275118050fe5ad0aaf9d7da9c91d1b



llol

User avatar
pokemon master
Registered User
Posts: 14
Joined: Tue Oct 21, 2003 5:53 pm

Re: What happened here

Post by pokemon master »

That maby a update for the download byfore that. :D

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: What happened here

Post by DoD »

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.

sciguyryan
Registered User
Posts: 7
Joined: Sun Mar 21, 2004 1:52 pm

Re: What happened here

Post by sciguyryan »

What language makes the snapshots? Just curious.

User avatar
Techie-Micheal
Registered User
Posts: 566
Joined: Sun Oct 14, 2001 12:11 am

Re: What happened here

Post by Techie-Micheal »

sciguyryan wrote:What language makes the snapshots? Just curious.
Search, it has been discussed here before. :P IIRC, Paul said he uses a bash script.

User avatar
the_dan
Registered User
Posts: 700
Joined: Thu Apr 01, 2004 7:36 pm

Re: What happened here

Post by the_dan »

cron job?

Dan

User avatar
Techie-Micheal
Registered User
Posts: 566
Joined: Sun Oct 14, 2001 12:11 am

Re: What happened here

Post by Techie-Micheal »

Of course. But that's not the language that the script uses.

User avatar
mansuetus
Registered User
Posts: 130
Joined: Sun Dec 07, 2003 8:02 pm
Location: Paris, France
Contact:

Re: What happened here

Post by mansuetus »

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 !

User avatar
the_dan
Registered User
Posts: 700
Joined: Thu Apr 01, 2004 7:36 pm

Re: What happened here

Post by the_dan »

What would the cron be that is used, I'm trying to do somthing similar, and can't make it work at all :oops:

Dan

User avatar
mansuetus
Registered User
Posts: 130
Joined: Sun Dec 07, 2003 8:02 pm
Location: Paris, France
Contact:

Re: What happened here

Post by mansuetus »

then you have to use the crontab command...
an example should help :

Code: Select all

0 7 * * * /usr/local/bin/mplayer /home/mansuetus/mp3/Musics/* > /dev/null 2> /dev/null
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.
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 !

Locked