I have backuppc backing up some ubuntu pc, and all is ok on all pc but
the edubuntu one.
I can see that on that client backuppc ends browsing the directories.
Running strace on the client rsync process I see the following output
when ending the directories browsing:
open("opt/ltsp/i386/srv", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) =
3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 2 entries */, 4096) = 48
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
open("opt/ltsp/i386/opt", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) =
3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 2 entries */, 4096) = 48
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
open("opt/ltsp/i386/initrd", O_RDONLY|O_NONBLOCK|O_LARGEFILE|
O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 2 entries */, 4096) = 48
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
open("initrd", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 2 entries */, 4096) = 48
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
open("debootstrap", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 3 entries */, 4096) = 88
lstat64("debootstrap/debootstrap.log", {st_mode=S_IFREG|0644,
st_size=0, ...}) = 0
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
chdir("/root") = 0
gettimeofday({1160256494, 524860}, NULL) = 0
gettimeofday({1160256494, 524977}, NULL) = 0
open("/etc/mtab", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=370, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7fbb000
read(3, "/dev/sda1 / ext3 rw,errors=remou"..., 4096) = 370
close(3) = 0
munmap(0xb7fbb000, 4096) = 0
open("/proc/meminfo", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7fbb000
read(3, "MemTotal: 2984588 kB\nMemFre"..., 1024) = 598
close(3) = 0
munmap(0xb7fbb000, 4096) = 0
mmap2(NULL, 2863104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0xb3dfa000
munmap(0xb3dfa000, 2863104) = 0
select(2, NULL, [1], NULL, {60, 0}) = 1 (out [1], left {60, 0})
write(1, "0\2\0\7ck.reiser4\310O\4\0:\23\fmkfs.reiser"..., 564) = 564
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)
etc.
debootstrap is the last dir browsed. After that a sequence of timeout
begins, and the backup fails.
client config file:
# These files/paths will be excluded from the backup:
$Conf{BackupFilesExclude} = ['/proc', '/sys', '/tmp', '/dev', '/cdrom',
'/media', '/mnt', '/lost+found', '/usplash_fifo', '/opt/ltsp/i386/proc',
'/opt/ltsp/i386/sys', '/opt/ltsp/i386/tmp', '/opt/ltsp/i386/dev',
'/opt/ltsp/i386/cdrom', '/opt/ltsp/i386/media', '/opt/ltsp/i386/mnt',
'/opt/ltsp/i386/lost+found', ' /opt/ltsp/i386/lib/udev/devices'];
# Level of verbosity in Xfer log files:
#$Conf{XferLogLevel} = 1;
# Compression level to use on files. 0 means no compression. See notes
# in main config file before changing after backups have already been
done.
$Conf{CompressLevel} = 3;
# Disable blackout periods
$Conf{BlackoutGoodCnt} = -1;
I don't add the general config file: I suppose it hasn't errors, since
all the other clients work without problems.
Any hint?
--
Buon Cammino!
don Paolo Benvenuto
Vuoi sapere di più su quello che succede qui?
leggi il mio diario a http://www.chiesamissionaria.it/diario
Visita l'enciclopedia libera, dove puoi contribuire anche tu:
http://it.wikipedia.org/
--
Buon Cammino!
don Paolo Benvenuto
Vuoi sapere di più su quello che succede qui?
leggi il mio diario a http://www.chiesamissionaria.it/diario
Visita l'enciclopedia libera, dove puoi contribuire anche tu:
http://it.wikipedia.org/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/