Re: [BackupPC-users] "Can't Fork" Crash on Nexenta (Solaris)

2011-04-29 Thread Les Mikesell
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 resource

Re: [BackupPC-users] "Can't Fork" Crash on Nexenta (Solaris)

2011-04-29 Thread Stephen Gelman
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... Stephen Gelman Systems Administrator On Apr 28, 2011, at 11:55 PM, Holger Parplies wrote: > Hi, > > Stephen Gelman wrote on 2011-04-20 22:57:38 -0

Re: [BackupPC-users] "Can't Fork" Crash on Nexenta (Solaris)

2011-04-28 Thread Holger Parplies
Hi, Stephen Gelman wrote on 2011-04-20 22:57:38 -0500 [[BackupPC-users] "Can't Fork" Crash on Nexenta (Solaris)]: > On Nexenta (which is essentially an OpenSolaris derivative), I seem to have > issues where BackupPC crashes every once and a while. When it crashes, the > log says: > > Can't fork