Manie
Verified User
Hi all,
Yesterday I ran ./build update_versions by accident in my custombuild.
( Just wanted to download latest versions. )
I think something broke during that process,
because this night my backups did not run on this server.
I noticed the following:
Two files:
I read all the information I could find in the forum and the Knowledge base:
Cronjobs are running dataskq:
I deleted the task files and created a manual backup:
Still nothing happening, so I run dataskq manually:
The result :-(
Can anyone help me out here, how should I proceed fixing this issue?
Yesterday I ran ./build update_versions by accident in my custombuild.
( Just wanted to download latest versions. )
I think something broke during that process,
because this night my backups did not run on this server.
I noticed the following:
Two files:
Code:
/usr/local/directadmin/data/task.queue
/usr/local/directadmin/data/task.queue.da
I read all the information I could find in the forum and the Knowledge base:
Cronjobs are running dataskq:
Code:
server1:/usr/local/directadmin/data# tail /var/log/syslog
Dec 28 11:49:01 server1 /USR/SBIN/CRON[26278]: (root) CMD (/usr/local/directadmin/dataskq)
Dec 28 11:50:01 server1 /USR/SBIN/CRON[26283]: (root) CMD (/usr/local/directadmin/dataskq)
Dec 28 11:51:01 server1 /USR/SBIN/CRON[26286]: (root) CMD (/usr/local/directadmin/dataskq)
I deleted the task files and created a manual backup:
Code:
server1:/usr/local/directadmin/data# tail task.queue
action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&type=admin&value=multiple&when=now&where=local&who=all
Still nothing happening, so I run dataskq manually:
Code:
server1:/usr/local/directadmin/data# /usr/local/directadmin/dataskq d
In debug mode
Debug set to level 10
root priv set: uid:0 gid:0 euid:0 egid:0
pidfile written
staring queue
done queue
The result :-(
Code:
server1:/usr/local/directadmin/data# ls
admin sessions skins task.queue templates tickets users
server1:/usr/local/directadmin/data# tail task.queue
action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&type=admin&value=multiple&when=now&where=local&who=all
Can anyone help me out here, how should I proceed fixing this issue?