This is the output of the ps aux command: backuppc 9448 0.0 0.2 9808 5996 ? S 13:56 0:00 /usr/bin/perl /home/backuppc/bin/BackupPC -d backuppc 9450 0.3 0.1 7628 3940 ? S 13:56 0:00 /usr/bin/perl /home/backuppc/bin/BackupPC_trashClean root 9459 7.6 0.6 32576 14308 ? Ss 13:56 0:00 /usr/sbin/httpd apache 9461 0.0 0.6 32576 14320 ? S 13:56 0:00 /usr/sbin/httpd apache 9462 0.0 0.6 32576 14320 ? S 13:56 0:00 /usr/sbin/httpd apache 9463 0.0 0.6 32576 14320 ? S 13:56 0:00 /usr/sbin/httpd apache 9464 0.0 0.6 32576 14320 ? S 13:56 0:00 /usr/sbin/httpd
And by the way, i'm running FC4 so I have perlsetuid installed. I'm still getting the same error msg after I tried to add backuppc user to the apache group which didn't help at all, This is the output if the ll command: [EMAIL PROTECTED] BackupPC]# ll total 152 -r--r--r-- 1 backuppc backuppc 7991 Oct 6 10:46 Attrib.pm drwxr-xr-x 2 backuppc backuppc 4096 Oct 6 10:46 CGI -r--r--r-- 1 backuppc backuppc 12564 Oct 6 10:46 FileZIO.pm drwxr-xr-x 2 backuppc backuppc 4096 Oct 6 10:46 Lang -r--r--r-- 1 backuppc backuppc 34804 Oct 6 10:46 Lib.pm -r--r--r-- 1 backuppc backuppc 16936 Oct 6 10:46 PoolWrite.pm -r--r--r-- 1 backuppc backuppc 17244 Oct 6 10:46 View.pm drwxr-xr-x 2 backuppc backuppc 4096 Oct 6 10:46 Xfer drwxr-xr-x 2 backuppc backuppc 4096 Oct 6 10:46 Zip They are all own by backuppc user, I'm not sure why it's complaining about that permission "can't locate libs" I also changed the lib dir and the BackupPC dir to backuppc as a user and a group, but that still doesn't help solving my issue. drwxr-xr-x 3 backuppc backuppc 4096 Oct 6 10:46 lib drwxr-xr-x 3 backuppc backuppc 4096 Oct 6 10:46 BackupPC I can't recall what I didn't previously when I first installed it. Maybe you guys can help me out here Thanks ----- Original Message ----- From: "Les Mikesell" <[EMAIL PROTECTED]> To: "PHONG LE" <[EMAIL PROTECTED]> Subject: Re: [BackupPC-users] CGI Issues? Date: Tue, 04 Oct 2005 20:15:21 -0500 > > On Tue, 2005-10-04 at 16:54, PHONG LE wrote: > > I had successfully set up BackupPC couple months ago while I was > > working for in a lab. And now I want to set it up somewhere else > > to use it and encountered problems with CGI. This is a permission > > problem I guess. I came across this problem when I first set it > > up. Unfortunaly, I forgot how I fixed it. Here is the error: > > Software error: > > > > Can't locate BackupPC/Lib.pm in @INC (@INC contains: > > /home/backuppc/BackupPC/lib > > /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi > > /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi > > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi > > /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 > > /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 > > /usr/lib/perl5/site_perl > > /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi > > /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi > > /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi > > /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 > > /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 > > /usr/lib/perl5/vendor_perl > > /usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6 > > .) at /var/www/cgi-bin/BackupPC_Admin line 54. > > BEGIN failed--compilation aborted at /var/www/cgi-bin/BackupPC_Admin line > > 54. > > > > > > I didn't use mod_perl, and the permission on BackupPC_Admin: 550 > > Help? > > Who owns the directory and who does the process run as? Either the > cgi script must run setuid as the backuppc user (and you need > suidperl for that (install perl-suidperl on redhat/fedora > systems), or the web server user and backuppc user must be > the same. > > -- > Les Mikesell > [EMAIL PROTECTED] > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > BackupPC-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/backuppc-users > http://backuppc.sourceforge.net/ -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
