Jonathan writes:

> I have updated my system to the 3.0.0beta1 and wen i try to start the
> backuppc server i always get this error:
>
> 2006-08-10 13:38:09 Another BackupPC is running (pid 3151);
> quitting...

BackupPC reads the PID file (eg: $TOPDIR/log/BackupPC.pid)
and checks if that process exists.  That file is meant to
be removed when BackupPC exits.

In your case another process (httpd) happens to have the same pid,
likely because BackupPC exited non-cleanly and the process numbers
have since wrapped.  So, yes, BackupPC isn't really running but
BackupPC thinks it is.

Just remove the pid file.

Craig

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to