Wohnort: /dev/saarland
Distribution: Ubuntu
Version: 8.10
Architektur: 32-Bit PC
Desktop: GNOME
Andere Distribution: Server 8.04
|
|
Quellcode |
1 |
Error: The time schedule server "cron(d)" does not seem to be running. |
|
|
Quellcode |
1 2 |
seju@Laptop:~$ sudo /etc/init.d/cron start Starting periodic command scheduler: crond failed! |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Jun 28 15:18:31 Laptop anacron[5377]: Job `cron.daily' terminated Jun 28 15:18:31 Laptop anacron[5377]: Normal exit (1 job run) Jun 28 16:17:01 Laptop /USR/SBIN/CRON[6280]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jun 28 16:55:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:00:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:01:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:06:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:06:47 Laptop cron[6929]: (CRON) DEATH (can't open or create /var/run/crond.pid: Permission denied) Jun 28 17:06:55 Laptop cron[6930]: (CRON) DEATH (can't lock /var/run/crond.pid, otherpid may be 5409: Resource temporarily unavailable) Jun 28 17:14:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:16:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:17:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) Jun 28 17:17:01 Laptop /USR/SBIN/CRON[7044]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jun 28 17:22:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »seju« (28. Juni 2009, 22:14)
|
|
Quellcode |
1 |
ps ax | grep cron |
| Problem gelöst? | Mach dich beliebt! | Kein Support per PN | Der Linux-Kernel | ![]() |
Wohnort: /dev/saarland
Distribution: Ubuntu
Version: 8.10
Architektur: 32-Bit PC
Desktop: GNOME
Andere Distribution: Server 8.04
|
|
Quellcode |
1 2 3 |
seju@Laptop:~$ ps ax | grep cron 5409 ? Ss 0:00 /usr/sbin/cron 7447 pts/0 S+ 0:00 grep cron |
Jun 28 17:06:55 Laptop cron[6930]: (CRON) DEATH (can't lock /var/run/crond.pid, otherpid may be 5409: Resource temporarily unavailable)
Error: The time schedule server "cron(d)" does not seem to be running.
| Problem gelöst? | Mach dich beliebt! | Kein Support per PN | Der Linux-Kernel | ![]() |
Wohnort: /dev/saarland
Distribution: Ubuntu
Version: 8.10
Architektur: 32-Bit PC
Desktop: GNOME
Andere Distribution: Server 8.04
Das heißt das Programm is nit richtig?
Jun 28 16:55:01 Laptop /usr/sbin/cron[5409]: (*system*) RELOAD (/etc/crontab
|
|
Quellcode |
1 |
crontab -l |
|
|
Quellcode |
1 |
0 */2 * * * cp /mnt/Thunderbird/plee9edd.default /home/seju/.mozilla-thunderbird |
| Problem gelöst? | Mach dich beliebt! | Kein Support per PN | Der Linux-Kernel | ![]() |
Wohnort: /dev/saarland
Distribution: Ubuntu
Version: 8.10
Architektur: 32-Bit PC
Desktop: GNOME
Andere Distribution: Server 8.04
|
|
Quellcode |
1 2 |
seju@Laptop:~$ crontab -l no crontab for seju |
Naja, möglicherweise wurde von dem Programm die systemweite crontab bearbeitet. Das wäre dann /etc/crontab welche nur für root zugänglich ist.dass es für den User "Seju" kein crontab gibt.
Ich habe in dem GUI alles eingestellt
| Problem gelöst? | Mach dich beliebt! | Kein Support per PN | Der Linux-Kernel | ![]() |
Wohnort: /dev/saarland
Distribution: Ubuntu
Version: 8.10
Architektur: 32-Bit PC
Desktop: GNOME
Andere Distribution: Server 8.04
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
seju@Laptop:~$ cat /etc/crontab # /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d. These files also have username fields, # that none of the other crontabs do. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) # 30 2 * * 1,2,3,4,5,6,7 root /etc/gadmin-rsync/scripts/gadmin-rsync-Thunderbird.sh seju@Laptop:~$ |
Account auf eigenen Wunsch gelöscht
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »fremdkoerperfalle« (28. Juni 2009, 22:58)
Zitat
0 */2 * * * root /etc/gadmin-rsync/scripts/gadmin-rsync-Thunderbird.sh
| Problem gelöst? | Mach dich beliebt! | Kein Support per PN | Der Linux-Kernel | ![]() |
Wohnort: /dev/saarland
Distribution: Ubuntu
Version: 8.10
Architektur: 32-Bit PC
Desktop: GNOME
Andere Distribution: Server 8.04
Mal so ein Einwurf:
Ich kenn jetzt dieses Admin GUI nicht und ich weiss auch nicht, wie dein gadmin-rsync-Thunderbird.sh Script arbeitet, aber bist Du sicher, dass das rüberkopierte Profil noch dem eigentlichem User gehört oder dann root (wodurch es für den User nicht mehr nutzbar wäre)?
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
seju@Laptop:~$ cat /etc/gadmin-rsync/scripts/gadmin-rsync-Thunderbird.sh #!/bin/sh START_TIME=`date +%Y-%m-%d_%H:%M:%S`; if [ ! -e '/home/seju/.mozilla-thunderbird' ]; then MISSING_PATH=1 echo -n Missing_destination_path:_ >> /var/log/gadmin-rsync/gadmin-rsync-Thunderbird.log else MISSING_PATH=0 rsync --archive --human-readable --verbose --stats '/mnt/Thunderbird/plee9edd.default' '/home/seju/.mozilla-thunderbird' fi if [ $? -eq 0 ] && [ $MISSING_PATH -eq 0 ]; then STOP_TIME=`date +%Y-%m-%d_%H:%M:%S`; echo "$START_TIME $STOP_TIME Backup successful: Source: [/mnt/Thunderbird/plee9edd.default] Destination: [/home/seju/.mozilla-thunderbird]" >> /var/log/gadmin-rsync/gadmin-rsync-Thunderbird.log else STOP_TIME=`date +%Y-%m-%d_%H:%M:%S`; echo "$START_TIME $STOP_TIME Backup failure: Source: [/mnt/Thunderbird/plee9edd.default] Destination: [/home/seju/.mozilla-thunderbird]" >> /var/log/gadmin-rsync/gadmin-rsync-Thunderbird.log fi seju@Laptop:~$ |

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »seju« (29. Juni 2009, 06:07)
|
| Computer mit vorinstalliertem Linux: Ubuntu, Kubuntu, Xubuntu, Mythbuntu u.a. |
Impressum
Forensoftware: Burning Board®, entwickelt von WoltLab® GmbH
Lastminute - Branchenverzeichnis - Branchenbuch Portugal - Zahnimplantate
Skiurlaub - Rezepte - Ausschankwagen - Kochrezepte
T-Shirts - Winterurlaub - Kontaktanzeigen - Computer Forum - Linux Computer