On 4/29/2011 9:33 AM, Stephen Gelman wrote:
> I am running BackupPC 3.2.0.  The line where it fails is:
>
> if ( !defined($pid = open(CHILD, "-|")) ) {
>
> So it looks like it is attempting to fork...

The usual (perhaps only?) reason for not being able to fork is that you 
have run out of resources or hit an OS-imposed limit 
(memory/processes/file descriptors, etc.).   Can you raise those limits 
for the backuppc user?

-- 
   Les Mikesell
    [email protected]

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to