http://linuxfoo.league.uptime-project.net/
Join the league.
You know you want too.
http://linuxfoo.league.uptime-project.net/
Join the league.
You know you want too.
There is no password for the league.
With a terminal open...
# crontab -e
(where crontab -e is what you type and then hit enter....)
Hit the letter i to put it in insert mode (welcome to vi)
and type:
59 * * * * /bin/yasuc
Hit the escape key, and then :x
That writes and exits.
That should get it.
Hmm, 0d 0h 0m 0s. I will join up as soon as I unbox the 'puters
Mark, I need more instructions (english)
check the irc channel
[global]
user = FatalError
password= XXXXXX
proxy = no
debug = no
[proxy]
host = your.Proxy.Host
port = 8080
[debug]
path = /var/log/yasuc.log
That looks right.
are you running the program as the user you installed it as?
You need to run it as root if you installed it as root, or chmod the config file to 755.
chmod 755 /etc/yasuc.conf
and then run it.
Bookmarks