duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] pty.fork() failed: [Errno 12] Cannot allocate memor


From: Igor Balic
Subject: Re: [Duplicity-talk] pty.fork() failed: [Errno 12] Cannot allocate memory
Date: Tue, 31 Jan 2012 12:45:42 +0100

Thanks for the tip, patched util.py, memory stays low now. 
Backup is still running atm, but it seems it's stuck in a loop of some kind,
reading /etc/group and /etc/passwd files exclusively:

munmap(0x2b04520d4000, 64946176)        = 0
open("/etc/passwd", O_RDONLY)           = 17
fcntl(17, F_GETFD)                      = 0
fcntl(17, F_SETFD, FD_CLOEXEC)          = 0
fstat(17, {st_mode=S_IFREG|0644, st_size=4317, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2b04520d4000
read(17, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 4096
close(17)                               = 0
munmap(0x2b04520d4000, 4096)            = 0
open("/etc/group", O_RDONLY)            = 17
fcntl(17, F_GETFD)                      = 0
fcntl(17, F_SETFD, FD_CLOEXEC)          = 0
fstat(17, {st_mode=S_IFREG|0644, st_size=1489, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2b04520d4000
read(17, "root::0:root\nbin::1:root,bin,dae"..., 4096) = 1489
close(17)                               = 0
munmap(0x2b04520d4000, 4096)            = 0
mmap(NULL, 64946176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b04520d4000
munmap(0x2b0455ec4000, 64946176)        = 0
mmap(NULL, 64946176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b0455ec4000
munmap(0x2b04520d4000, 64946176)        = 0
mmap(NULL, 64946176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b04520d4000
munmap(0x2b0455ec4000, 64946176)        = 0
open("/etc/passwd", O_RDONLY)           = 17
fcntl(17, F_GETFD)                      = 0
fcntl(17, F_SETFD, FD_CLOEXEC)          = 0
fstat(17, {st_mode=S_IFREG|0644, st_size=4317, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2b0455ec4000
read(17, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 4096
close(17)                               = 0
munmap(0x2b0455ec4000, 4096)            = 0
open("/etc/group", O_RDONLY)            = 17
...
...

Program output so far:

Reading globbing filelist /root/duplicity-list-home
Local and Remote metadata are synchronized, no sync needed.
Warning, discarding last backup set, because of missing signature file.
Warning, found the following local orphaned signature files:
duplicity-new-signatures.20120129T014540Z.to.20120130T014542Z.sigtar.part
duplicity-new-signatures.20120129T014540Z.to.20120130T070923Z.sigtar.part
duplicity-new-signatures.20120129T014540Z.to.20120131T014550Z.sigtar.part
duplicity-new-signatures.20120130T014542Z.to.20120130T070923Z.sigtar.part
duplicity-new-signatures.20120130T070923Z.to.20120130T150342Z.sigtar.part
Warning, found incomplete backup sets, probably left from aborted session
Warning, found the following orphaned backup files:
[duplicity-inc.20120130T014542Z.to.20120130T070923Z.manifest.part]
[duplicity-inc.20120130T070923Z.to.20120130T150342Z.manifest.part]
[duplicity-inc.20120130T150343Z.to.20120131T014549Z.manifest.part]
Last full backup date: Fri Jan 20 02:49:19 2012

I don't know if it's related. Any ideas?




-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Tuesday, January 31, 2012 10:27 AM
To: Discussion of the backup program duplicity
Subject: Re: [Duplicity-talk] pty.fork() failed: [Errno 12] Cannot allocate
memory

probably the same issue as
http://lists.gnu.org/archive/html/duplicity-talk/2012-01/msg00037.html

see if the patches from branch attached to
https://bugs.launchpad.net/duplicity/+bug/908228
help.

ede/duply.net


_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]