Hello community,
I have a UrBackup 1.2 server on an Ubuntu box backing up around 15 windows clients (xp, vista, 7, 2k8)
I haven’t changed any settings and backups have run fine for a while.
Today I noticed the following errors in the logs. (I have my logs set to debug just for paranoia sake…)
The last lines from the log
tail -f /var/log/urbackup.log
2013-07-02 07:42:15: WARNING: HT: Error creating hardlink from "/mnt/nfs/xxxxx/Paris" to "/mnt/nfs/xxxxx/130701-1953/Paris"
2013-07-02 07:42:15: HT: Copying file: "/mnt/nfs/xxxxx/130701-1953/xxxxx/Paris"
2013-07-02 07:42:15: Loading file "conticon.gif"
2013-07-02 07:42:15: ERROR: Error in CQuery::Execute - database disk image is malformed Stmt: [DELETE FROM files_del WHERE rowid IN ( SELECT rowid FROM files_del LIMIT ? )]
2013-07-02 07:42:16: PT: Hashing file "mesg.0.1.jar"
2013-07-02 07:42:16: ERROR: Error in CQuery::Execute - database disk image is malformed Stmt: [DELETE FROM files_del WHERE rowid IN ( SELECT rowid FROM files_del LIMIT ? )]
2013-07-02 07:42:16: GT: Loaded file "conticon.gif"
2013-07-02 07:42:16: ERROR: Error in CQuery::Execute - database disk image is malformed Stmt: [DELETE FROM files_del WHERE rowid IN ( SELECT rowid FROM files_del LIMIT ? )]
2013-07-02 07:42:16: ERROR: Error in CQuery::Execute - database disk image is malformed Stmt: [DELETE FROM files_del WHERE rowid IN ( SELECT rowid FROM files_del LIMIT ? )]
The output of ps -aux
root@backups:~# ps aux | grep [u]rbackup
urbackup 1030 50.4 22.7 1317368 703900 ? Sl Jul01 969:08 /usr/local/sbin/urbackup_srv --daemon --plugin /usr/local/lib/liburbackupserver_urlplugin.so --plugin /usr/local/lib/liburbackupserver_cryptoplugin.so --plugin /usr/local/lib/liburbackupserver_downloadplugin.so --plugin /usr/local/lib/liburbackupserver_fsimageplugin.so --plugin /usr/local/lib/liburbackupserver_httpserver.so --plugin /usr/local/lib/liburbackupserver.so --http_root /usr/local/var/urbackup/www --workingdir /usr/local/var --user urbackup --snapshot_helper /usr/local/bin/urbackup_snapshot_helper --port 55413 --logfile /var/log/urbackup.log --loglevel debug --http_port 55414 --pidfile /var/run/urbackup_srv.pid
After this nothing else is written to the logs…
I have the server configured for file backups every 48 hours. (no image backups)
2 simultaneous jobs, and every thing else is pretty much default values.
The web interface works, sluggish, but works.
In the “Activities” section both jobs are currently running and the file count is decrementing on both jobs.
The ssh session in the VM is painfully slow. (dedicated VM. only backups run on this)
I also noticed that the urbackup_srv process is probably stuck with high cpu usage (of nearly 100%) but oscillating, not fixed at 100% (see output of ps -aux above)
The memory usage is also high, it is consuming the whole 4GB of memory this VM has allocated.
Any toughs on this? How should I proceed?
I’ve read in other threads that a database rebuilt/recreate has worked for others.
Is this the way to go?
Thanks for your support and thanks for a great tool.
Cheers,
P