BackupPC-users

[BackupPC-users] Backuppc stalls during restore operation

2008-05-29 16:02:15
Subject: [BackupPC-users] Backuppc stalls during restore operation
From: "Sean Carolan" <scarolan AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 29 May 2008 15:02:11 -0500
I'm trying to restore an entire filesystem, but the restore process
hangs on some directories, such as /home, /usr, /var.  Here is an
example of some strace output on the client side while doing a
restore:

open("var/www/usage/webalizer.png", O_RDONLY|O_LARGEFILE) = 0
read(0, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0X\0\0\0\37\10\3\0\0\0"...,
1253) = 1253
close(0)                                = 0
lstat64("var/yp", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("var/yp/binding", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("var/yp/nicknames", {st_mode=S_IFREG|0644, st_size=185, ...}) = 0
open("var/yp/nicknames", O_RDONLY|O_LARGEFILE) = 0
read(0, "passwd\t\tpasswd.byname\ngroup\t\tgro"..., 185) = 185
close(0)                                = 0
select(2, NULL, [1], NULL, {60, 0})     = 1 (out [1], left {60, 0})
write(1, "4\5\0\7", 4)                  = 4
time(NULL)                              = 1212090996
select(2, NULL, [1], NULL, {60, 0})     = 1 (out [1], left {60, 0})
write(1, "\302,\305\0258\230\23\'\37\26w\236<\316c\26\360u\323D\240"...,
1332) = 1332
time(NULL)                              = 1212090996
select(4, [3], [], NULL, {60, 0}         = 0 (Timeout)
select(4, [3], [], NULL, {60, 0}        = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})       = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})       = 0 (Timeout)

And it just keeps going on like that.  Any pointers?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] Backuppc stalls during restore operation, Sean Carolan <=