![]() |
2008-06-24
, 19:59
|
Posts: 35 |
Thanked: 18 times |
Joined on Feb 2007
@ France
|
#22
|
![]() |
2008-06-24
, 20:51
|
Posts: 674 |
Thanked: 191 times |
Joined on Mar 2008
@ Buenos Aires, Argentina
|
#23
|
![]() |
2008-06-24
, 21:06
|
Posts: 674 |
Thanked: 191 times |
Joined on Mar 2008
@ Buenos Aires, Argentina
|
#24
|
I am sure I am root (I see the # in the command line) and I run tar with the 'zxvvf' parameters. How can I check if the script is set as executable?
![]() |
2008-06-24
, 22:52
|
Posts: 674 |
Thanked: 191 times |
Joined on Mar 2008
@ Buenos Aires, Argentina
|
#25
|
![]() |
2008-06-25
, 02:57
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#26
|
![]() |
2008-06-25
, 04:35
|
Posts: 46 |
Thanked: 6 times |
Joined on Oct 2007
@ Tokyo
|
#27
|
![]() |
2008-06-25
, 05:47
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#28
|
Can you tell a little more please?
As root, I installed cron, and run crontab -e .. I entered something similar, " 30 23 * * * mplayer file.mp3 " but nothing happens at 23:30... I tried to edit /etc/crontab.. nothing happened
thx
![]() |
2008-06-25
, 06:42
|
Posts: 46 |
Thanked: 6 times |
Joined on Oct 2007
@ Tokyo
|
#29
|
" 30 23 * * * run-standalone.sh mplayer file.mp3 "
Mplayer sends a dbus command along the line. cron runs as root. dbus and root don't go so well on tablets hence the run-standalone.sh.
![]() |
2008-06-25
, 11:19
|
Posts: 674 |
Thanked: 191 times |
Joined on Mar 2008
@ Buenos Aires, Argentina
|
#30
|
As root, I installed cron, and run crontab -e .. I entered something similar, " 30 23 * * * mplayer file.mp3 " but nothing happens at 23:30... I tried to edit /etc/crontab.. nothing happened
thx