Carl Wilhelm Soderstrom skrev: > Have you tried debugging by running BackupPC_dump by hand? > > [EMAIL PROTECTED]:$ /usr/share/backuppc/bin/BackupPC_dump -f -v > host.domain.tld >
Now I have, and by doing so found the problem. It looked like it did it's job just fine until: [some tens of thousands of lines removed] Sending empty csums for sys/block/sdb/uevent Sending empty csums for sys/bus/ide/drivers/ide-cdrom/bind Sending empty csums for sys/bus/ide/drivers/ide-cdrom/unbind Segmentation fault and the same old processes were hanging: /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump -f host2 /usr/bin/ssh -q -x -l root host2 /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group --devices --links --times --block-size=2048 --recursive -D <lots of excludes> --ignore-times . / After experimenting a lot with excluding parts of the /sys tree, I located the problem to /sys/bus/pci_express. I don't see why. So I excluded '/sys/bus/pci_express' and now it works just fine. Thanks for leading me to the right track! Thomas Nygreen ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
