Har bl.a. provat
Kod: Markera allt
@reboot root gnome-terminal --window-with-profile "Test" -t "CONTROL" -e "perl -l daemon.pl" i /etc/crontab
Kod: Markera allt
Feb 15 17:09:22 DarUt anacron[1065]: Anacron 2.3 started on 2010-02-15
Feb 15 17:09:22 DarUt cron[1072]: (CRON) STARTUP (fork ok)
Feb 15 17:09:22 DarUt cron[1072]: (CRON) INFO (Running @reboot jobs)
Feb 15 17:09:22 DarUt anacron[1065]: Normal exit (0 jobs run)
Feb 15 17:09:22 DarUt CRON[1095]: (root) CMD (gnome-terminal --window-with-profile "Test" -t "CONTROL" -e "perl -l daemon.pl")
Feb 15 17:09:27 DarUt anacron[1514]: Anacron 2.3 started on 2010-02-15
Feb 15 17:09:27 DarUt anacron[1514]: Normal exit (0 jobs run)
Kod: Markera allt
sleep 10; gnome-terminal --window-with-profile "Test" -t "CONTROL" -e "perl -l daemon.pl"
Varför står det "0 jobs run", var finner jag felkoden, finns något enklare sätt?
Vore mycket tacksam för lite hjälp!