[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/