From: Joe Z. <joe...@za...> - 2006-03-14 22:57:07
|
The favicon.ico is not an error and has nothing to do with bobs. The 'tail' error is coming from /var/www/html/bobs/stats.php. It's a little script that updates the little window in the upper right corner of the restore display. On my system, the stats file looks like this: [joe@bobsco bobs]$ ls -l /bobsdata/current/process/shstats -rw-r--r-- 1 apache root 760296 Mar 14 05:27 /bobsdata/current/process/shstats [joe@bobsco bobs]$ tail /bobsdata/current/process/shstats 913288957.Running backup 913288957.Backup successful 1972397101.Running backup 1972397101.Backup successful 97851084.Running backup 97851084.Backup successful 815140113.Running backup 815140113.Backup successful 414644599.Running backup 414644599.Backup successful class_backup.php should be running one of the templates that does the backup and outputs to the shstats file. Perhaps there is a permission issue on that file or in that directory or a problem in one of the templates in the inc/templates/ directory. Joe James W. Beauchamp wrote: > Joe: > I see the following in my http access log: > tail /var/log/httpd/error_log > [Tue Mar 14 17:32:58 2006] [error] [client 192.168.1.80] File does not > exist: /var/www/html/favicon.ico > tail: cannot open `/backup/bobsdata/current/process/shstats' for > reading: No such file or directory > [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not > exist: /var/www/html/favicon.ico > [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not > exist: /var/www/html/favicon.ico > tail: cannot open `/backup/bobsdata/current/process/shstats' for > reading: No such file or directory > > Does this tell you anything? > > James > > > Joe Zacky wrote: >> [joe@bobsco bobs]$ ls -la /bobsdata/ >> total 40 >> drwxr-xr-x 6 root root 4096 May 31 2005 ./ >> drwxr-xr-x 22 root root 4096 Mar 9 16:53 ../ >> -rw-r--r-- 1 apache root 34 Jun 3 2005 admin.pwd >> drwxr-xr-x 18 apache root 4096 Mar 7 10:10 current/ >> drwxr-xr-x 2 apache root 4096 Mar 14 05:27 incoming/ >> drwxr-xr-x 18 apache root 4096 Oct 31 14:09 incremental/ >> drwx------ 2 root root 16384 Feb 15 09:49 lost+found/ >> >> This is my implementation. The lower subdirectories that contain the >> backups will have the permissions and owners of the files being >> backed up. >> >> Joe >> >> James W. Beauchamp wrote: >>> What should be the owner and group and permissions on the bobsdata >>> dir and all sub dirs? >>> >>> James >>> >>> >>> -- >>> -------If you ain't the lead dog, the scenery never changes-------- >>> >>> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS >>> >>> James W. Beauchamp, P.E. >>> Global Environmental Solutions, Inc. >>> 2121 Newmarket Pkwy. >>> Suite 140 >>> Marietta, Georgia 30067 >>> Phone - 770-690-9552 ext. 227 >>> Mobile - 404-290-9453 >>> Fax - 770-690-9529 >>> Email - jbeauchamp-at-gesinc.com >>> ------------------------------------------------------- This SF.Net >>> email is sponsored by xPML, a groundbreaking scripting language that >>> extends applications into web and mobile media. Attend the live >>> webcast and join the prime developer group breaking into this new >>> coding territory! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>> _______________________________________________ Bobs-devel mailing >>> list Bob...@li... >>> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > > -- > -------If you ain't the lead dog, the scenery never changes-------- > > BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS > > James W. Beauchamp, P.E. > Global Environmental Solutions, Inc. > 2121 Newmarket Pkwy. > Suite 140 > Marietta, Georgia 30067 > Phone - 770-690-9552 ext. 227 > Mobile - 404-290-9453 > Fax - 770-690-9529 > Email - jbeauchamp-at-gesinc.com > ------------------------------------------------------- This SF.Net > email is sponsored by xPML, a groundbreaking scripting language that > extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ Bobs-devel mailing > list Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |