SebClight wrote:
> Hi Everyone !
> 
> As this being my first post, I'll maybe do it wrong :P
> 
> I have a BackupPc instance (3.1.0) on Debian Lenny. It randomly crashes but 
> mainly during night hours. I have to restart the service once a day and 
> sometimes more. I have more than 40 hosts to backup (most of them are just 
> websites so they're not very big).
> 
> See some samples of the logs :
> 
> 
> 2009-05-18 20:37:38 Running BackupPC_link be-ez.web1.clight.fr 
> (pid=18495)
> 2009-05-18 20:37:38 Finished Website01 (BackupPC_link 
> Website01)
> 2009-05-18 20:37:39 Started incr backup on Website02 (pid=18496, 
> share=Websites)
> 2009-05-18 20:46:08 Got signal PIPE... cleaning up
> 2009-05-19 09:08:59 Reading hosts file
> 2009-05-19 09:08:59 BackupPC started, pid 28151
> 2009-05-19 09:08:59 Running BackupPC_trashClean (pid=28154)
> 2009-05-19 09:08:59 Next wakeup is 2009-05-19 10:00:00
> 2009-05-19 10:00:00 Next wakeup is 2009-05-19 11:00:00
> 2009-05-19 10:00:26 Started incr backup on Website03 (pid=30994, 
> share=Websites)
> 
> 
> See ? It crashed at 29h46 right after the "Got signal PIPE... cleaning up" 
> command.
> 
> Another log sample :
> 
> 2009-05-20 00:13:11 Started incr backup on website04 (pid=14596, 
> share=Websites)
> 2009-05-20 00:24:51 Finished incr backup on website04
> 2009-05-20 00:25:01 Started full backup on website05 (pid=15173, 
> share=Websies)
> 2009-05-20 00:25:06 Finished full backup on website05
> 2009-05-20 00:46:18 Got signal PIPE... cleaning up
> 2009-05-20 09:00:27 Reading hosts file
> 2009-05-20 09:00:27 BackupPC started, pid 11661
> 2009-05-20 09:00:27 Running BackupPC_link website06 
> (pid=11667)
> 2009-05-20 09:00:27 Next wakeup is 2009-05-20 10:00:00
> 2009-05-20 09:00:28 Finished website06 (BackupPC_link 
> website06)
> 
> 
> I think this is quite a challenging problem...
> 
> As you can see too, backups are running quite normally. I can backup hosts or 
> dirs manually on the web interface and backups seem to run normally as well 
> but when it gets this "Got signal PIPE... cleaning up" signal, it crashes.
> 
> Any ideas ?

Just a wild guess, but linux will kill process more or less at random if 
you run out of ram and swap space - and rsync can use a lot of memory if 
there are many files on the target.   The PIPE signal just tells you 
that a child process died when reading/writing to it, so that's not much 
to go on.

-- 
   Les Mikesell
    lesmikes...@gmail.com

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to