Re: [BackupPC-users] xFer Error

2006-07-22 Thread Nils Breunese (Lemonbit Internet)
Arlequín wrote:

 On 17/07/2006 19:50, Nils Breunese (Lemonbit Internet) wrote:
 Gabriel Menini wrote:

 The fix is probably to use -D instead of --devices. This was changed
  in 2.1.2pl2 and has been mentioned on this list quite a lot of
 times.

 Nils Breunese.



 Thanks, Nils

 Should have browsed the list archives before asking, sorry.
 I'm running Ubuntu based BackupPC version 2.1.1-2ubuntu3

 How can I upgrade to 2.1.2pl2?
 Perhaps using another repository?

I don't know if anyone has packaged 2.1.2pl2 for Debian/Ubuntu yet. I  
use BackupPC on CentOS myself and installed it from source.

Nils Breunese.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] xFer Error

2006-07-22 Thread Nils Breunese (Lemonbit Internet)
Arlequín wrote:

 On 17/07/2006 19:50, Nils Breunese (Lemonbit Internet) wrote:
 Gabriel Menini wrote:

 The fix is probably to use -D instead of --devices. This was changed
  in 2.1.2pl2 and has been mentioned on this list quite a lot of
 times.

 Nils Breunese.



 Thanks, Nils

 Should have browsed the list archives before asking, sorry.
 I'm running Ubuntu based BackupPC version 2.1.1-2ubuntu3

 How can I upgrade to 2.1.2pl2?
 Perhaps using another repository?

By the way, you don't need to upgrade tot 2.1.2pl2 to fix this. Just  
change --devices to -D for $Conf{RsyncArgs} and $Conf 
{RsyncRestoreArgs} in your config.pl file. There are other fixes in  
the new version of course (check the release notes).

Nils Breunese.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean

2006-07-22 Thread nilesh vaghela
I am continuously getting the following entry in log file and it increase.

--
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
2006-07-21 17:09:40 Running BackupPC_trashClean (pid=1810)
2006-07-21 17:09:40 Next wakeup is 2006-07-21 18:00:00
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
2006-07-21 17:09:40 Running BackupPC_trashClean (pid=1811)
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
2006-07-21 17:09:40 Running BackupPC_trashClean (pid=1812)
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
2006-07-21 17:09:40 Running BackupPC_trashClean (pid=1813)
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
2006-07-21 17:09:40 Running BackupPC_trashClean (pid=1814)
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
2006-07-21 17:09:40 Running BackupPC_trashClean (pid=1815)
2006-07-21 17:09:40 can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean
-- Nilesh VaghelaElectroMechRedhat Channel Partner and Training Partner74, Nalanda Complex, Satellite Rd, Ahmedabad25, The Emperor, Fatehgunj, Baroda.www.electromech.info

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] can't exec /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean for trashClean

2006-07-22 Thread Craig Barratt
Nilesh writes:

 I am continuously getting the following entry in log file and it increase.
 
 --
 2006-07-21 17:09:40 can't exec
 /usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean
 for  trashClean

Does that path exist?  Is that file executable?  Does the
BackupPC user have permission to read/execute it?  What
happens if you run it manually as the BackupPC user:

su backuppc
/usr/local/BackupPC-2.1.2/bin/BackupPC_trashClean

What is the first line of BackupPC_trashClean, eg:

#!/usr/bin/perl

It should be the path to perl.  Does an executable perl
exist at that path?

Craig

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/