You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(23) |
Jul
(37) |
Aug
(13) |
Sep
(33) |
Oct
(37) |
Nov
(1) |
Dec
(12) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(1) |
Feb
(7) |
Mar
(34) |
Apr
(41) |
May
(20) |
Jun
(13) |
Jul
(2) |
Aug
(20) |
Sep
(13) |
Oct
(8) |
Nov
(15) |
Dec
(32) |
| 2004 |
Jan
(65) |
Feb
(20) |
Mar
(29) |
Apr
(27) |
May
(37) |
Jun
(9) |
Jul
(7) |
Aug
(6) |
Sep
(16) |
Oct
|
Nov
(1) |
Dec
(18) |
| 2005 |
Jan
(18) |
Feb
(3) |
Mar
|
Apr
(14) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
(23) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Joe Z. <jz...@at...> - 2002-12-05 03:27:21
|
Well...I took a look at filmgimp's Makefile.am. I see they used your code and gave you credit for the rpm! Joe Joe Zacky wrote: > 'make dist' is a built-in part of automake. I just need to customize > it so it picks up what we want to distribute. That's what I'm going to > work on next. > > If you want to send me an example of the commands you run to build a > bobs rpm then I'll try adding the 'make rpm' too. > > I took a look at filmgimp on sourceforge. That looks like a great > tool! I guess you use that in your graphics editing work. > > Joe > > Rene Rask wrote: > >> If you have any idea on how to add "make dist", I could try to add "make >> rpm". I just did that on the filmgimp release and it's working. >> >> ... >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual Studio.NET > comprehensive development tool, built to increase your productivity. > Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel > |
|
From: Joe Z. <jz...@at...> - 2002-12-05 03:20:13
|
'make dist' is a built-in part of automake. I just need to customize it so it picks up what we want to distribute. That's what I'm going to work on next. If you want to send me an example of the commands you run to build a bobs rpm then I'll try adding the 'make rpm' too. I took a look at filmgimp on sourceforge. That looks like a great tool! I guess you use that in your graphics editing work. Joe Rene Rask wrote: >If you have any idea on how to add "make dist", I could try to add "make >rpm". I just did that on the filmgimp release and it's working. > >... > |
|
From: Rene R. <re...@gr...> - 2002-12-02 00:15:02
|
This is really hard to fix without knowing what I'm dealing with. Could
you email a tar.gz file the directory structure and files. You can send
me empty files, just preserve the names.
Thanks
Rene
On Mon, 2002-12-02 at 01:00, Joe Zacky wrote:
> Yes, that was part of it. I did have some files and some empty
> directories. Not all of the files are showing up on the "browse
> current", and I'm still getting the same $dir_tree null error.
>
> Joe
>
> Rene Rask wrote:
>
> >A quick guess is that you have no directories in the share you are make
> >a backup of.
> >It can't create a tree when there are no dirs. I haven't implemented a
> >check to fix this error yet.
> >
> >-Rene
> >
> >On Sun, 2002-12-01 at 05:52, Joe Zacky wrote:
> >
> >
> >>I'm still getting an error on the last 2 files in the cmd directory.
> >>Statement 132 and 136. Apparently the $dir_tree variable is null.
> >>
> >>Here's the error:
> >>
> >> Starting /var/bobsdata/current/process/cmd/cmd.1038710961.php
> >> X-Powered-By: PHP/4.2.2
> >> Content-type: text/html
> >>
> >> <br />
> >> <b>Warning</b>: sort() expects parameter 1 to be array, null given
> >> in <b>/var/b
> >> obsdata/current/process/cmd/cmd.1038710961.php</b> on line
> >> <b>132</b><br />
> >> <br />
> >> <b>Warning</b>: Invalid argument supplied for foreach() in
> >> <b>/var/bobsdata/cur
> >> rent/process/cmd/cmd.1038710961.php</b> on line <b>136</b><br />
> >>
> >> Finished /var/bobsdata/current/process/cmd/cmd.1038710961.php
> >>
> >>And here's the section of code it refers to:
> >>
> >> 132 sort($dir_tree);
> >> 133 // reset the state tree
> >> 134 $state = '';
> >> 135 // parse the tree
> >> 136 foreach ($dir_tree as $path ) {
> >>
> >>
> >>
> >
> >
> >
> >
> >-------------------------------------------------------
> >This sf.net email is sponsored by:ThinkGeek
> >Welcome to geek heaven.
> >http://thinkgeek.com/sf
> >_______________________________________________
> >Bobs-devel mailing list
> >Bob...@li...
> >https://lists.sourceforge.net/lists/listinfo/bobs-devel
> >
> >
> >
>
|
|
From: Joe Z. <jz...@at...> - 2002-12-02 00:00:45
|
Yes, that was part of it. I did have some files and some empty
directories. Not all of the files are showing up on the "browse
current", and I'm still getting the same $dir_tree null error.
Joe
Rene Rask wrote:
>A quick guess is that you have no directories in the share you are make
>a backup of.
>It can't create a tree when there are no dirs. I haven't implemented a
>check to fix this error yet.
>
>-Rene
>
>On Sun, 2002-12-01 at 05:52, Joe Zacky wrote:
>
>
>>I'm still getting an error on the last 2 files in the cmd directory.
>>Statement 132 and 136. Apparently the $dir_tree variable is null.
>>
>>Here's the error:
>>
>> Starting /var/bobsdata/current/process/cmd/cmd.1038710961.php
>> X-Powered-By: PHP/4.2.2
>> Content-type: text/html
>>
>> <br />
>> <b>Warning</b>: sort() expects parameter 1 to be array, null given
>> in <b>/var/b
>> obsdata/current/process/cmd/cmd.1038710961.php</b> on line
>> <b>132</b><br />
>> <br />
>> <b>Warning</b>: Invalid argument supplied for foreach() in
>> <b>/var/bobsdata/cur
>> rent/process/cmd/cmd.1038710961.php</b> on line <b>136</b><br />
>>
>> Finished /var/bobsdata/current/process/cmd/cmd.1038710961.php
>>
>>And here's the section of code it refers to:
>>
>> 132 sort($dir_tree);
>> 133 // reset the state tree
>> 134 $state = '';
>> 135 // parse the tree
>> 136 foreach ($dir_tree as $path ) {
>>
>>
>>
>
>
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by:ThinkGeek
>Welcome to geek heaven.
>http://thinkgeek.com/sf
>_______________________________________________
>Bobs-devel mailing list
>Bob...@li...
>https://lists.sourceforge.net/lists/listinfo/bobs-devel
>
>
>
|
|
From: Rene R. <re...@gr...> - 2002-12-01 22:02:52
|
A quick guess is that you have no directories in the share you are make
a backup of.
It can't create a tree when there are no dirs. I haven't implemented a
check to fix this error yet.
-Rene
On Sun, 2002-12-01 at 05:52, Joe Zacky wrote:
> I'm still getting an error on the last 2 files in the cmd directory.
> Statement 132 and 136. Apparently the $dir_tree variable is null.
>
> Here's the error:
>
> Starting /var/bobsdata/current/process/cmd/cmd.1038710961.php
> X-Powered-By: PHP/4.2.2
> Content-type: text/html
>
> <br />
> <b>Warning</b>: sort() expects parameter 1 to be array, null given
> in <b>/var/b
> obsdata/current/process/cmd/cmd.1038710961.php</b> on line
> <b>132</b><br />
> <br />
> <b>Warning</b>: Invalid argument supplied for foreach() in
> <b>/var/bobsdata/cur
> rent/process/cmd/cmd.1038710961.php</b> on line <b>136</b><br />
>
> Finished /var/bobsdata/current/process/cmd/cmd.1038710961.php
>
> And here's the section of code it refers to:
>
> 132 sort($dir_tree);
> 133 // reset the state tree
> 134 $state = '';
> 135 // parse the tree
> 136 foreach ($dir_tree as $path ) {
>
|
|
From: Joe Z. <jz...@at...> - 2002-12-01 04:52:13
|
I'm still getting an error on the last 2 files in the cmd directory.
Statement 132 and 136. Apparently the $dir_tree variable is null.
Here's the error:
Starting /var/bobsdata/current/process/cmd/cmd.1038710961.php
X-Powered-By: PHP/4.2.2
Content-type: text/html
<br />
<b>Warning</b>: sort() expects parameter 1 to be array, null given
in <b>/var/b
obsdata/current/process/cmd/cmd.1038710961.php</b> on line
<b>132</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in
<b>/var/bobsdata/cur
rent/process/cmd/cmd.1038710961.php</b> on line <b>136</b><br />
Finished /var/bobsdata/current/process/cmd/cmd.1038710961.php
And here's the section of code it refers to:
132 sort($dir_tree);
133 // reset the state tree
134 $state = '';
135 // parse the tree
136 foreach ($dir_tree as $path ) {
|
|
From: Joe Z. <jz...@at...> - 2002-12-01 04:34:23
|
It's an smb mount. I gave it a description of 'mark test' so that's what it's using as the mount point. But it needs quotes around it because of the space. This is the command: mount -t smbfs -o username=joe,password=joe //mark/temp /var/bobsdata/current/process/mounts/mark/mark test It works with quotes like this: mount -t smbfs -o username=joe,password=joe //mark/temp "/var/bobsdata/current/process/mounts/mark/mark test" Joe Rene Rask wrote: >... > > >The error you have with the cmdloop output seems to be an malformed >mount command. Please try running the backup without running cmdloop. >The check the files in cmd/* and verify the mount commands. > >Please let me know what mount type it is. I may have made a mistake when >doing the new templates for the shell scripts. > >Cheers >René > > > >------------------------------------------------------- >This SF.net email is sponsored by: Get the new Palm Tungsten T >handheld. Power & Color in a compact size! >http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en >_______________________________________________ >Bobs-devel mailing list >Bob...@li... >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > |
|
From: Rene R. <re...@gr...> - 2002-12-01 03:39:39
|
Nice to hear from you again! >=20 > This is a summary of the changes I made. >=20 > * Removed from ./configure the checking for programs httpd, rsync, > php, etc. This should be done in 'make check' or something. > * Using the DESTDIR variable for myBOBSDATA and myWEBDIR. > * Changed default data directory from /usr/local/share/bobsdata to > /var/bobsdata. > * Install a link to backup.php in /etc/cron.daily. I left the actual > file in bobs/cron/. The reason I moved this file was that I didn't want users starting the script from a browser (imagine 20 backups in a row). > * check_loop installs to process directory, along with cmdloop. > * Install rfasttemplates. > * Removed from ./configure the prompt for admin password. Just let > it default to 'admin' and change it manually for now. That is good. I think we should adjust bobs to refuse running when the default password has not been changed. Along with a message explaining how to change it. > * Added 'make maintainer-clean' to remove all automatically created > files for a fresh build. > * Added 'make uninstall-all' to remove all installed directories, > even if not empty. > * Added 'make cvs-clean' to remove the files that don't need to be > in the cvs tree. >=20 If you have any idea on how to add "make dist", I could try to add "make rpm". I just did that on the filmgimp release and it's working. I will need to implement the "delete files" part of bobs quite soon (I only have 70 GB left on the incremental drive. So I'm going to need it very soon.)=20 The error you have with the cmdloop output seems to be an malformed mount command. Please try running the backup without running cmdloop. The check the files in cmd/* and verify the mount commands. Please let me know what mount type it is. I may have made a mistake when doing the new templates for the shell scripts. Cheers Ren=C3=A9 |
|
From: Joe Z. <jz...@at...> - 2002-11-30 08:20:02
|
I've been working on bobs makefiles this evening and some new problems arose. Without doing anything different, I'm getting warnings (which I fixed) and errors trying to find some of the programs when specifying a custom PATH. I don't know if it's a bug, a change, or me. I did add the DESTDIR to the my* variables and that worked OK. Maybe I can figure it out tomorrow... |
|
From: Rene R. <re...@gr...> - 2002-10-31 09:10:16
|
On Thu, 2002-10-31 at 07:24, Joe zacky wrote: > I printed this out and I'll try to get to it. It probably won't be until > next week though. > > I gather the rpm install is based on the makefile? Does it actually run > the makefile? How are options specified, like --with-bobsdata? > I've attached the spec file I was working on. What may be a problem is that myBOBSDATA and myWEBDIR is not using the DESTDIR setting which is very useful when creating rpms. The spec file is fairly easy to understand. It runs the configure command and allows to specify options when building it. I've made a few notes on what is hardcoded. I'm no expert in specfiles so I look at other spec files to get and idea of what is possible and good practice. -Rene > > Rene Rask wrote: > > >I'm making a list of things which I think should change in the makefile. > >1. Add a configuration option "--with-processdir" to make it possible to > >have the process dir in another location. > >Default location is still ="--with-bobsdata" > >(this also needs an entry in config.php and a small edit of > >class_backup) > > > >2. cron/backup.php should be copied to /etc/cron.daily/ > >I have some problems with this. I can't get an rpm to compile properly. > >Every time I try the file ends up in /etc/cron.daily instead of the tmp > >rpmbuild dir. It has something to do with --with-prefix not being > >set/used. (it should not go in the wwwroot/bobs/cron/ dir as is does > >now) > > > >3. a new file called "crontab.in" should be added to configure the > >crontab setting. > > > >4. separate options for --with-currentdir --with-incomingdir > >--with-incrementaldir > > > >5. "check_loop" should be placed in the processdir > > > >I'll commit a semi working rpm.spec file when I've tested it some more. > >I can do most of this from the rpm spec file, but it would be best to > >have the configure script do it and the building a spec file on that. > > > > > > > > > > > > > >------------------------------------------------------- > >This sf.net email is sponsored by:ThinkGeek > >Welcome to geek heaven. > >http://thinkgeek.com/sf > >_______________________________________________ > >Bobs-devel mailing list > >Bob...@li... > >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Joe z. <jz...@at...> - 2002-10-31 06:24:49
|
I printed this out and I'll try to get to it. It probably won't be until next week though. I gather the rpm install is based on the makefile? Does it actually run the makefile? How are options specified, like --with-bobsdata? Joe Rene Rask wrote: >I'm making a list of things which I think should change in the makefile. >1. Add a configuration option "--with-processdir" to make it possible to >have the process dir in another location. >Default location is still ="--with-bobsdata" >(this also needs an entry in config.php and a small edit of >class_backup) > >2. cron/backup.php should be copied to /etc/cron.daily/ >I have some problems with this. I can't get an rpm to compile properly. >Every time I try the file ends up in /etc/cron.daily instead of the tmp >rpmbuild dir. It has something to do with --with-prefix not being >set/used. (it should not go in the wwwroot/bobs/cron/ dir as is does >now) > >3. a new file called "crontab.in" should be added to configure the >crontab setting. > >4. separate options for --with-currentdir --with-incomingdir >--with-incrementaldir > >5. "check_loop" should be placed in the processdir > >I'll commit a semi working rpm.spec file when I've tested it some more. >I can do most of this from the rpm spec file, but it would be best to >have the configure script do it and the building a spec file on that. > > > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Bobs-devel mailing list >Bob...@li... >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > |
|
From: Rene R. <re...@gr...> - 2002-10-29 06:37:44
|
I'm making a list of things which I think should change in the makefile. 1. Add a configuration option "--with-processdir" to make it possible to have the process dir in another location. Default location is still ="--with-bobsdata" (this also needs an entry in config.php and a small edit of class_backup) 2. cron/backup.php should be copied to /etc/cron.daily/ I have some problems with this. I can't get an rpm to compile properly. Every time I try the file ends up in /etc/cron.daily instead of the tmp rpmbuild dir. It has something to do with --with-prefix not being set/used. (it should not go in the wwwroot/bobs/cron/ dir as is does now) 3. a new file called "crontab.in" should be added to configure the crontab setting. 4. separate options for --with-currentdir --with-incomingdir --with-incrementaldir 5. "check_loop" should be placed in the processdir I'll commit a semi working rpm.spec file when I've tested it some more. I can do most of this from the rpm spec file, but it would be best to have the configure script do it and the building a spec file on that. |
|
From: Rene R. <re...@gr...> - 2002-10-24 17:43:00
|
> I've finally managed to see some file without the error. It was due to > the Path for smbmnt. But now when i select files to be restored, i get > the following error. > > 2. What is the incremental folder is used for ? The incremental folder holds all files which change. When you delete, move, edit or rename a file the orginal file is moved to incremental. Current is a snapshot of the servers files while incremental holds the backups of files that are no longer current. The error you see is because I have forgotten to edit the include line. Please change the line: require($siteroot . "/inc/class_rFastTemplate.php"); to require($siteroot . "/inc/class_rfasttemplate.php"); (change the uppercase letters to lowercase) I think this is corrected in my local bobs version which I will commit to the cvs soon. Hope you have a working BOBS. Please remember that you are working with a cvs version which is not complete yet. You should probably upgrade when the next stable release is made. Best regards Rene > > > > > > Fatal error: Failed opening required > '/var/www/html/bobs/inc/class_rFastTemplate.php' > (include_path='.:/usr/share/pear') in > /var/www/html/bobs/winc/restore.php on line 11 > > > > > > > > > On Thu, 2002-10-24 at 09:22, Thiruvarasu a/l Muthusamy wrote: >>> There's no files in my cmd folder. This is the output of the cmdloop >>> script which was ran together with backup.php >> >> It seems that you have a problem with the smb mounts. >> Can you manually mount the windows share on linux? >> >> The computer you wish to backup is called "sambaserver". Is that >> correct? >> The share you are trying to backup from "sambaserver" is called >> "movie". Correct? >> Please make sure that you have the correct case on the names. eg. >> "Movie" is not the same as "movie". >> >> Please test these commands: >> mkdir -p /mnt/smbtest >> >> and then this (replace USERNAME and PASSWORD with the correct values): >> mount -t smbfs -o username=USERNAME,password=PASSWORD >> //sambaserver/movie /mnt/smbtest >> (make sure that is one line. The email might break the line) >> >> You should now be able to see files in /mnt/smbtest >> >> run: "umount /mnt/smbtest" to unmount the share again. >> >> If you get an error please check that you have access rights to the >> share. >> >> -René >> >>> >>> >>> [root@localhost process]# ./cmdloop >>> Starting ./cmd/cmd.1034136170.bash >>> execvp of smbmnt failed. Error was No such file or directory.smbmnt >>> failed: 1 Finished ./cmd/cmd.1034136170.bash >>> Starting ./cmd/cmd.1034136171.bash >>> Finished ./cmd/cmd.1034136171.bash >>> Starting ./cmd/cmd.1034136172.bash >>> umount: >>> /usr/local/share/bobsdata/current/process/mounts/sambaserver/movie: >>> not mounted >>> Finished ./cmd/cmd.1034136172.bash >>> Starting ./cmd/cmd.1034136173.bash >>> Finished ./cmd/cmd.1034136173.bash >>> Starting ./cmd/cmd.1034136174.bash >>> Finished ./cmd/cmd.1034136174.bash >>> Starting ./cmd/cmd.1034136175.bash >>> Finished ./cmd/cmd.1034136175.bash >>> Starting ./cmd/cmd.1034136176.php >>> X-Powered-By: PHP/4.1.2 >>> Content-type: text/html >>> >>> <br> >>> <b>Warning</b>: Wrong datatype in sort() call in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> >>> on line <b>102</b><br> >>> <br> >>> <b>Warning</b>: Invalid argument supplied for foreach() in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> >>> on line <b>107</b><br> >>> Finished ./cmd/cmd.1034136176.php >>> Starting ./cmd/cmd.1034136177.bash >>> Finished ./cmd/cmd.1034136177.bash >>> Starting ./cmd/cmd.1034136178.bash >>> Finished ./cmd/cmd.1034136178.bash >>> Starting ./cmd/cmd.1034136179.php >>> X-Powered-By: PHP/4.1.2 >>> Content-type: text/html >>> >>> <br> >>> <b>Warning</b>: Wrong datatype in sort() call in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> >>> on line <b>102</b><br> >>> <br> >>> <b>Warning</b>: Invalid argument supplied for foreach() in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> >>> on line <b>107</b><br> >>> Finished ./cmd/cmd.1034136179.php >>> Starting ./cmd/cmd.1034136180.bash >>> 6371: session request to 192.168.1.2 failed (Called name not present) >>> 6371: session request to 192 failed (Called name not present) >>> execvp of smbmnt failed. Error was No such file or directory.smbmnt >>> failed: 1 Finished ./cmd/cmd.1034136180.bash >>> Starting ./cmd/cmd.1034136181.bash >>> Finished ./cmd/cmd.1034136181.bash >>> Starting ./cmd/cmd.1034136182.bash >>> umount: >>> /usr/local/share/bobsdata/current/process/mounts/ameba6/backup: not >>> mounted >>> Finished ./cmd/cmd.1034136182.bash >>> Starting ./cmd/cmd.1034136183.bash >>> Finished ./cmd/cmd.1034136183.bash >>> Starting ./cmd/cmd.1034136186.php >>> X-Powered-By: PHP/4.1.2 >>> Content-type: text/html >>> >>> <br> >>> <b>Warning</b>: Wrong datatype in sort() call in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> >>> on line <b>102</b><br> >>> <br> >>> <b>Warning</b>: Invalid argument supplied for foreach() in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> >>> on line <b>107</b><br> >>> Finished ./cmd/cmd.1034136186.php >>> Starting ./cmd/cmd.1034136187.bash >>> Finished ./cmd/cmd.1034136187.bash >>> Starting ./cmd/cmd.1034136188.bash >>> Finished ./cmd/cmd.1034136188.bash >>> Starting ./cmd/cmd.1034136189.php >>> X-Powered-By: PHP/4.1.2 >>> Content-type: text/html >>> >>> <br> >>> <b>Warning</b>: Wrong datatype in sort() call in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> >>> on line <b>102</b><br> >>> <br> >>> <b>Warning</b>: Invalid argument supplied for foreach() in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> >>> on line <b>107</b><br> >>> Finished ./cmd/cmd.1034136189.php >>> Starting ./cmd/cmd.1034136190.bash >>> execvp of smbmnt failed. Error was No such file or directory.smbmnt >>> failed: 1 Finished ./cmd/cmd.1034136190.bash >>> Starting ./cmd/cmd.1034136191.bash >>> Finished ./cmd/cmd.1034136191.bash >>> Starting ./cmd/cmd.1034136192.bash >>> umount: >>> /usr/local/share/bobsdata/current/process/mounts/sambaserver/cdrom: >>> not mounted >>> Finished ./cmd/cmd.1034136192.bash >>> Starting ./cmd/cmd.1034136193.bash >>> Finished ./cmd/cmd.1034136193.bash >>> Starting ./cmd/cmd.1034136194.bash >>> Finished ./cmd/cmd.1034136194.bash >>> Starting ./cmd/cmd.1034136195.bash >>> Finished ./cmd/cmd.1034136195.bash >>> Starting ./cmd/cmd.1034136196.php >>> X-Powered-By: PHP/4.1.2 >>> Content-type: text/html >>> >>> <br> >>> <b>Warning</b>: Wrong datatype in sort() call in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> >>> on line <b>102</b><br> >>> <br> >>> <b>Warning</b>: Invalid argument supplied for foreach() in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> >>> on line <b>107</b><br> >>> Finished ./cmd/cmd.1034136196.php >>> Starting ./cmd/cmd.1034136199.php >>> X-Powered-By: PHP/4.1.2 >>> Content-type: text/html >>> >>> <br> >>> <b>Warning</b>: Wrong datatype in sort() call in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> >>> on line <b>102</b><br> >>> <br> >>> <b>Warning</b>: Invalid argument supplied for foreach() in >>> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> >>> on line <b>107</b><br> >>> Finished ./cmd/cmd.1034136199.php >>> >>> >>> I've also attached the filelist.txt u requested >>> >>> >>> >>> >>> >>> > >>> > >>> > It seems that you have a problem with the backup more than a >>> problem with the web interface. >>> > >>> > Please check the following: >>> > >>> > 1. Are there any files in >>> > /usr/local/share/bobsdata/current/process/cmd/ If the there are >>> then open a shell and type the following commands (as root user) >>> > change dir to the process dir: >>> > cd /usr/local/share/bobsdata/current/process/ >>> > run the cmdloop: >>> > ./cmdloop >>> > (leave this running) >>> > >>> > This will run all the scripts in the cmd directory. >>> > If the cmd directory was empty then open another shell and run the >>> command: /var/www/html/bobs/cron/backup.php >>> > Now check the output of the cmdloop script. It should indicate if >>> the backup is running. >>> > >>> > When the backup is finish you should be able to see files in the >>> web interface. >>> > >>> > If you still don't see any files please run the following commands >>> and send me the output. >>> > >>> > cd /usr/local/share/bobsdata/current/process/ >>> > find > filelist.txt >>> >send filelist.txt to me along with the file cmdloop >>> > >>> > I hope you have better luck this time. >>> > >>> > -Rene >>> > >>> >>> >>> >>> ---- >>> >> >>> . >>> ./cmd >>> ./mounts >>> ./mounts/sambaserver >>> ./mounts/sambaserver/movie >>> ./mounts/sambaserver/cdrom >>> ./mounts/ameba6 >>> ./mounts/ameba6/backup >>> ./session >>> ./session/443476091.search.dirindex.db >>> ./session/443476091.restore.dirindex.db >>> ./session/2063182238.restore.dirindex.db >>> ./session/2063182238.search.dirindex.db >>> ./session/664001573.search.dirindex.db >>> ./session/664001573.restore.dirindex.db >>> ./session/1678568231.search.dirindex.db >>> ./session/1678568231.restore.dirindex.db >>> ./session/423255822.search.dirindex.db >>> ./session/49281951.search.dirindex.db >>> ./session/49281951.restore.dirindex.db >>> ./session/1985299833.search.dirindex.db >>> ./session/1985299833.restore.dirindex.db >>> ./session/662768855.search.dirindex.db >>> ./session/662768855.restore.dirindex.db >>> ./session/1966450775.search.dirindex.db >>> ./session/1966450775.restore.dirindex.db >>> ./session/232737919.restore.dirindex.db >>> ./session/232737919.search.dirindex.db >>> ./session/1990527005.search.dirindex.db >>> ./session/575242070.search.dirindex.db >>> ./session/575242070.restore.dirindex.db >>> ./session/981088202.backup.servmount.lock >>> ./cmdloop >>> ./check_loop >>> ./last_pid >>> ./filelist.txt >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by: Influence the future >> of Java(TM) technology. Join the Java Community >> Process(SM) (JCP(SM)) program now. >> http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Thiruvarasu a/l M. <s98...@mm...> - 2002-10-24 16:55:56
|
I've finally managed to see some file without the error. It was due to th= e Path for smbmnt. But now when i select files to be restored, i get the following error.=20 2. What is the incremental folder is used for ? Fatal error: Failed opening required '/var/www/html/bobs/inc/class_rFastTemplate.php' (include_path=3D'.:/usr/share/pear') in /var/www/html/bobs/winc/restore.p= hp on line 11 On Thu, 2002-10-24 at 09:22, Thiruvarasu a/l Muthusamy wrote: >> There's no files in my cmd folder. This is the output of the cmdloop >> script which was ran together with backup.php=20 >=20 > It seems that you have a problem with the smb mounts. > Can you manually mount the windows share on linux? >=20 > The computer you wish to backup is called "sambaserver". Is that > correct? > The share you are trying to backup from "sambaserver" is called > "movie". Correct? > Please make sure that you have the correct case on the names. eg. > "Movie" is not the same as "movie". >=20 > Please test these commands: > mkdir -p /mnt/smbtest >=20 > and then this (replace USERNAME and PASSWORD with the correct values): > mount -t smbfs -o username=3DUSERNAME,password=3DPASSWORD > //sambaserver/movie /mnt/smbtest > (make sure that is one line. The email might break the line) >=20 > You should now be able to see files in /mnt/smbtest >=20 > run: "umount /mnt/smbtest" to unmount the share again. >=20 > If you get an error please check that you have access rights to the > share. >=20 > -Ren=C3=A9 >=20 >>=20 >>=20 >> [root@localhost process]# ./cmdloop >> Starting ./cmd/cmd.1034136170.bash >> execvp of smbmnt failed. Error was No such file or directory.smbmnt >> failed: 1 Finished ./cmd/cmd.1034136170.bash >> Starting ./cmd/cmd.1034136171.bash >> Finished ./cmd/cmd.1034136171.bash >> Starting ./cmd/cmd.1034136172.bash >> umount: >> /usr/local/share/bobsdata/current/process/mounts/sambaserver/movie: >> not mounted >> Finished ./cmd/cmd.1034136172.bash >> Starting ./cmd/cmd.1034136173.bash >> Finished ./cmd/cmd.1034136173.bash >> Starting ./cmd/cmd.1034136174.bash >> Finished ./cmd/cmd.1034136174.bash >> Starting ./cmd/cmd.1034136175.bash >> Finished ./cmd/cmd.1034136175.bash >> Starting ./cmd/cmd.1034136176.php >> X-Powered-By: PHP/4.1.2 >> Content-type: text/html >>=20 >> <br> >> <b>Warning</b>: Wrong datatype in sort() call in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b= > >> on line <b>102</b><br> >> <br> >> <b>Warning</b>: Invalid argument supplied for foreach() in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b= > >> on line <b>107</b><br> >> Finished ./cmd/cmd.1034136176.php >> Starting ./cmd/cmd.1034136177.bash >> Finished ./cmd/cmd.1034136177.bash >> Starting ./cmd/cmd.1034136178.bash >> Finished ./cmd/cmd.1034136178.bash >> Starting ./cmd/cmd.1034136179.php >> X-Powered-By: PHP/4.1.2 >> Content-type: text/html >>=20 >> <br> >> <b>Warning</b>: Wrong datatype in sort() call in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b= > >> on line <b>102</b><br> >> <br> >> <b>Warning</b>: Invalid argument supplied for foreach() in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b= > >> on line <b>107</b><br> >> Finished ./cmd/cmd.1034136179.php >> Starting ./cmd/cmd.1034136180.bash >> 6371: session request to 192.168.1.2 failed (Called name not present) >> 6371: session request to 192 failed (Called name not present) >> execvp of smbmnt failed. Error was No such file or directory.smbmnt >> failed: 1 Finished ./cmd/cmd.1034136180.bash >> Starting ./cmd/cmd.1034136181.bash >> Finished ./cmd/cmd.1034136181.bash >> Starting ./cmd/cmd.1034136182.bash >> umount: >> /usr/local/share/bobsdata/current/process/mounts/ameba6/backup: not >> mounted >> Finished ./cmd/cmd.1034136182.bash >> Starting ./cmd/cmd.1034136183.bash >> Finished ./cmd/cmd.1034136183.bash >> Starting ./cmd/cmd.1034136186.php >> X-Powered-By: PHP/4.1.2 >> Content-type: text/html >>=20 >> <br> >> <b>Warning</b>: Wrong datatype in sort() call in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b= > >> on line <b>102</b><br> >> <br> >> <b>Warning</b>: Invalid argument supplied for foreach() in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b= > >> on line <b>107</b><br> >> Finished ./cmd/cmd.1034136186.php >> Starting ./cmd/cmd.1034136187.bash >> Finished ./cmd/cmd.1034136187.bash >> Starting ./cmd/cmd.1034136188.bash >> Finished ./cmd/cmd.1034136188.bash >> Starting ./cmd/cmd.1034136189.php >> X-Powered-By: PHP/4.1.2 >> Content-type: text/html >>=20 >> <br> >> <b>Warning</b>: Wrong datatype in sort() call in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b= > >> on line <b>102</b><br> >> <br> >> <b>Warning</b>: Invalid argument supplied for foreach() in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b= > >> on line <b>107</b><br> >> Finished ./cmd/cmd.1034136189.php >> Starting ./cmd/cmd.1034136190.bash >> execvp of smbmnt failed. Error was No such file or directory.smbmnt >> failed: 1 Finished ./cmd/cmd.1034136190.bash >> Starting ./cmd/cmd.1034136191.bash >> Finished ./cmd/cmd.1034136191.bash >> Starting ./cmd/cmd.1034136192.bash >> umount: >> /usr/local/share/bobsdata/current/process/mounts/sambaserver/cdrom: >> not mounted >> Finished ./cmd/cmd.1034136192.bash >> Starting ./cmd/cmd.1034136193.bash >> Finished ./cmd/cmd.1034136193.bash >> Starting ./cmd/cmd.1034136194.bash >> Finished ./cmd/cmd.1034136194.bash >> Starting ./cmd/cmd.1034136195.bash >> Finished ./cmd/cmd.1034136195.bash >> Starting ./cmd/cmd.1034136196.php >> X-Powered-By: PHP/4.1.2 >> Content-type: text/html >>=20 >> <br> >> <b>Warning</b>: Wrong datatype in sort() call in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b= > >> on line <b>102</b><br> >> <br> >> <b>Warning</b>: Invalid argument supplied for foreach() in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b= > >> on line <b>107</b><br> >> Finished ./cmd/cmd.1034136196.php >> Starting ./cmd/cmd.1034136199.php >> X-Powered-By: PHP/4.1.2 >> Content-type: text/html >>=20 >> <br> >> <b>Warning</b>: Wrong datatype in sort() call in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b= > >> on line <b>102</b><br> >> <br> >> <b>Warning</b>: Invalid argument supplied for foreach() in >> <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b= > >> on line <b>107</b><br> >> Finished ./cmd/cmd.1034136199.php >>=20 >>=20 >> I've also attached the filelist.txt u requested >>=20 >>=20 >>=20 >>=20 >>=20 >> >=20 >> >=20 >> > It seems that you have a problem with the backup more than a problem >> > with the web interface. >> >=20 >> > Please check the following: >> >=20 >> > 1. Are there any files in >> > /usr/local/share/bobsdata/current/process/cmd/ If the there are then >> > open a shell and type the following commands (as root user) >> > change dir to the process dir: >> > cd /usr/local/share/bobsdata/current/process/ >> > run the cmdloop: >> > ./cmdloop >> > (leave this running) >> >=20 >> > This will run all the scripts in the cmd directory. >> > If the cmd directory was empty then open another shell and run the >> > command: /var/www/html/bobs/cron/backup.php >> > Now check the output of the cmdloop script. It should indicate if >> > the backup is running. >> >=20 >> > When the backup is finish you should be able to see files in the web >> > interface.=20 >> >=20 >> > If you still don't see any files please run the following commands >> > and send me the output. >> >=20 >> > cd /usr/local/share/bobsdata/current/process/ >> > find > filelist.txt >> >send filelist.txt to me along with the file cmdloop >> >=20 >> > I hope you have better luck this time. >> >=20 >> > -Rene >> > >>=20 >>=20 >>=20 >> ---- >>=20 >=20 >> . >> ./cmd >> ./mounts >> ./mounts/sambaserver >> ./mounts/sambaserver/movie >> ./mounts/sambaserver/cdrom >> ./mounts/ameba6 >> ./mounts/ameba6/backup >> ./session >> ./session/443476091.search.dirindex.db >> ./session/443476091.restore.dirindex.db >> ./session/2063182238.restore.dirindex.db >> ./session/2063182238.search.dirindex.db >> ./session/664001573.search.dirindex.db >> ./session/664001573.restore.dirindex.db >> ./session/1678568231.search.dirindex.db >> ./session/1678568231.restore.dirindex.db >> ./session/423255822.search.dirindex.db >> ./session/49281951.search.dirindex.db >> ./session/49281951.restore.dirindex.db >> ./session/1985299833.search.dirindex.db >> ./session/1985299833.restore.dirindex.db >> ./session/662768855.search.dirindex.db >> ./session/662768855.restore.dirindex.db >> ./session/1966450775.search.dirindex.db >> ./session/1966450775.restore.dirindex.db >> ./session/232737919.restore.dirindex.db >> ./session/232737919.search.dirindex.db >> ./session/1990527005.search.dirindex.db >> ./session/575242070.search.dirindex.db >> ./session/575242070.restore.dirindex.db >> ./session/981088202.backup.servmount.lock >> ./cmdloop >> ./check_loop >> ./last_pid >> ./filelist.txt >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future=20 > of Java(TM) technology. Join the Java Community=20 > Process(SM) (JCP(SM)) program now.=20 > http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/java= vote > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Rene R. <re...@gr...> - 2002-10-24 08:13:24
|
On Thu, 2002-10-24 at 09:22, Thiruvarasu a/l Muthusamy wrote: > There's no files in my cmd folder. This is the output of the cmdloop scri= pt > which was ran together with backup.php=20 It seems that you have a problem with the smb mounts. Can you manually mount the windows share on linux? The computer you wish to backup is called "sambaserver". Is that correct? The share you are trying to backup from "sambaserver" is called "movie". Correct? Please make sure that you have the correct case on the names. eg. "Movie" is not the same as "movie". Please test these commands: mkdir -p /mnt/smbtest and then this (replace USERNAME and PASSWORD with the correct values): mount -t smbfs -o username=3DUSERNAME,password=3DPASSWORD //sambaserver/movie /mnt/smbtest (make sure that is one line. The email might break the line) You should now be able to see files in /mnt/smbtest run: "umount /mnt/smbtest" to unmount the share again. If you get an error please check that you have access rights to the share. -Ren=C3=A9 >=20 >=20 > [root@localhost process]# ./cmdloop > Starting ./cmd/cmd.1034136170.bash > execvp of smbmnt failed. Error was No such file or directory.smbmnt faile= d: 1 > Finished ./cmd/cmd.1034136170.bash > Starting ./cmd/cmd.1034136171.bash > Finished ./cmd/cmd.1034136171.bash > Starting ./cmd/cmd.1034136172.bash > umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/movi= e: > not mounted > Finished ./cmd/cmd.1034136172.bash > Starting ./cmd/cmd.1034136173.bash > Finished ./cmd/cmd.1034136173.bash > Starting ./cmd/cmd.1034136174.bash > Finished ./cmd/cmd.1034136174.bash > Starting ./cmd/cmd.1034136175.bash > Finished ./cmd/cmd.1034136175.bash > Starting ./cmd/cmd.1034136176.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html >=20 > <br> > <b>Warning</b>: Wrong datatype in sort() call in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> o= n > line <b>102</b><br> > <br> > <b>Warning</b>: Invalid argument supplied for foreach() in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> o= n > line <b>107</b><br> > Finished ./cmd/cmd.1034136176.php > Starting ./cmd/cmd.1034136177.bash > Finished ./cmd/cmd.1034136177.bash > Starting ./cmd/cmd.1034136178.bash > Finished ./cmd/cmd.1034136178.bash > Starting ./cmd/cmd.1034136179.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html >=20 > <br> > <b>Warning</b>: Wrong datatype in sort() call in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> o= n > line <b>102</b><br> > <br> > <b>Warning</b>: Invalid argument supplied for foreach() in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> o= n > line <b>107</b><br> > Finished ./cmd/cmd.1034136179.php > Starting ./cmd/cmd.1034136180.bash > 6371: session request to 192.168.1.2 failed (Called name not present) > 6371: session request to 192 failed (Called name not present) > execvp of smbmnt failed. Error was No such file or directory.smbmnt faile= d: 1 > Finished ./cmd/cmd.1034136180.bash > Starting ./cmd/cmd.1034136181.bash > Finished ./cmd/cmd.1034136181.bash > Starting ./cmd/cmd.1034136182.bash > umount: /usr/local/share/bobsdata/current/process/mounts/ameba6/backup: n= ot > mounted > Finished ./cmd/cmd.1034136182.bash > Starting ./cmd/cmd.1034136183.bash > Finished ./cmd/cmd.1034136183.bash > Starting ./cmd/cmd.1034136186.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html >=20 > <br> > <b>Warning</b>: Wrong datatype in sort() call in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> o= n > line <b>102</b><br> > <br> > <b>Warning</b>: Invalid argument supplied for foreach() in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> o= n > line <b>107</b><br> > Finished ./cmd/cmd.1034136186.php > Starting ./cmd/cmd.1034136187.bash > Finished ./cmd/cmd.1034136187.bash > Starting ./cmd/cmd.1034136188.bash > Finished ./cmd/cmd.1034136188.bash > Starting ./cmd/cmd.1034136189.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html >=20 > <br> > <b>Warning</b>: Wrong datatype in sort() call in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> o= n > line <b>102</b><br> > <br> > <b>Warning</b>: Invalid argument supplied for foreach() in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> o= n > line <b>107</b><br> > Finished ./cmd/cmd.1034136189.php > Starting ./cmd/cmd.1034136190.bash > execvp of smbmnt failed. Error was No such file or directory.smbmnt faile= d: 1 > Finished ./cmd/cmd.1034136190.bash > Starting ./cmd/cmd.1034136191.bash > Finished ./cmd/cmd.1034136191.bash > Starting ./cmd/cmd.1034136192.bash > umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/cdro= m: > not mounted > Finished ./cmd/cmd.1034136192.bash > Starting ./cmd/cmd.1034136193.bash > Finished ./cmd/cmd.1034136193.bash > Starting ./cmd/cmd.1034136194.bash > Finished ./cmd/cmd.1034136194.bash > Starting ./cmd/cmd.1034136195.bash > Finished ./cmd/cmd.1034136195.bash > Starting ./cmd/cmd.1034136196.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html >=20 > <br> > <b>Warning</b>: Wrong datatype in sort() call in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> o= n > line <b>102</b><br> > <br> > <b>Warning</b>: Invalid argument supplied for foreach() in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> o= n > line <b>107</b><br> > Finished ./cmd/cmd.1034136196.php > Starting ./cmd/cmd.1034136199.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html >=20 > <br> > <b>Warning</b>: Wrong datatype in sort() call in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> o= n > line <b>102</b><br> > <br> > <b>Warning</b>: Invalid argument supplied for foreach() in > <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> o= n > line <b>107</b><br> > Finished ./cmd/cmd.1034136199.php >=20 >=20 > I've also attached the filelist.txt u requested >=20 >=20 >=20 >=20 >=20 > >=20 > >=20 > > It seems that you have a problem with the backup more than a problem > > with the web interface. > >=20 > > Please check the following: > >=20 > > 1. Are there any files in > > /usr/local/share/bobsdata/current/process/cmd/ If the there are then > > open a shell and type the following commands (as root user) > > change dir to the process dir: > > cd /usr/local/share/bobsdata/current/process/ > > run the cmdloop: > > ./cmdloop > > (leave this running) > >=20 > > This will run all the scripts in the cmd directory. > > If the cmd directory was empty then open another shell and run the > > command: /var/www/html/bobs/cron/backup.php > > Now check the output of the cmdloop script. It should indicate if the > > backup is running. > >=20 > > When the backup is finish you should be able to see files in the web > > interface.=20 > >=20 > > If you still don't see any files please run the following commands and > > send me the output. > >=20 > > cd /usr/local/share/bobsdata/current/process/ > > find > filelist.txt > >send filelist.txt to me along with the file cmdloop > >=20 > > I hope you have better luck this time. > >=20 > > -Rene > > >=20 >=20 >=20 > ---- >=20 > . > ./cmd > ./mounts > ./mounts/sambaserver > ./mounts/sambaserver/movie > ./mounts/sambaserver/cdrom > ./mounts/ameba6 > ./mounts/ameba6/backup > ./session > ./session/443476091.search.dirindex.db > ./session/443476091.restore.dirindex.db > ./session/2063182238.restore.dirindex.db > ./session/2063182238.search.dirindex.db > ./session/664001573.search.dirindex.db > ./session/664001573.restore.dirindex.db > ./session/1678568231.search.dirindex.db > ./session/1678568231.restore.dirindex.db > ./session/423255822.search.dirindex.db > ./session/49281951.search.dirindex.db > ./session/49281951.restore.dirindex.db > ./session/1985299833.search.dirindex.db > ./session/1985299833.restore.dirindex.db > ./session/662768855.search.dirindex.db > ./session/662768855.restore.dirindex.db > ./session/1966450775.search.dirindex.db > ./session/1966450775.restore.dirindex.db > ./session/232737919.restore.dirindex.db > ./session/232737919.search.dirindex.db > ./session/1990527005.search.dirindex.db > ./session/575242070.search.dirindex.db > ./session/575242070.restore.dirindex.db > ./session/981088202.backup.servmount.lock > ./cmdloop > ./check_loop > ./last_pid > ./filelist.txt |
|
From: Thiruvarasu a/l M. <s98...@mm...> - 2002-10-24 07:27:48
|
There's no files in my cmd folder. This is the output of the cmdloop script which was ran together with backup.php [root@localhost process]# ./cmdloop Starting ./cmd/cmd.1034136170.bash execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136170.bash Starting ./cmd/cmd.1034136171.bash Finished ./cmd/cmd.1034136171.bash Starting ./cmd/cmd.1034136172.bash umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/movie: not mounted Finished ./cmd/cmd.1034136172.bash Starting ./cmd/cmd.1034136173.bash Finished ./cmd/cmd.1034136173.bash Starting ./cmd/cmd.1034136174.bash Finished ./cmd/cmd.1034136174.bash Starting ./cmd/cmd.1034136175.bash Finished ./cmd/cmd.1034136175.bash Starting ./cmd/cmd.1034136176.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136176.php Starting ./cmd/cmd.1034136177.bash Finished ./cmd/cmd.1034136177.bash Starting ./cmd/cmd.1034136178.bash Finished ./cmd/cmd.1034136178.bash Starting ./cmd/cmd.1034136179.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136179.php Starting ./cmd/cmd.1034136180.bash 6371: session request to 192.168.1.2 failed (Called name not present) 6371: session request to 192 failed (Called name not present) execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136180.bash Starting ./cmd/cmd.1034136181.bash Finished ./cmd/cmd.1034136181.bash Starting ./cmd/cmd.1034136182.bash umount: /usr/local/share/bobsdata/current/process/mounts/ameba6/backup: not mounted Finished ./cmd/cmd.1034136182.bash Starting ./cmd/cmd.1034136183.bash Finished ./cmd/cmd.1034136183.bash Starting ./cmd/cmd.1034136186.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136186.php Starting ./cmd/cmd.1034136187.bash Finished ./cmd/cmd.1034136187.bash Starting ./cmd/cmd.1034136188.bash Finished ./cmd/cmd.1034136188.bash Starting ./cmd/cmd.1034136189.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136189.php Starting ./cmd/cmd.1034136190.bash execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136190.bash Starting ./cmd/cmd.1034136191.bash Finished ./cmd/cmd.1034136191.bash Starting ./cmd/cmd.1034136192.bash umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/cdrom: not mounted Finished ./cmd/cmd.1034136192.bash Starting ./cmd/cmd.1034136193.bash Finished ./cmd/cmd.1034136193.bash Starting ./cmd/cmd.1034136194.bash Finished ./cmd/cmd.1034136194.bash Starting ./cmd/cmd.1034136195.bash Finished ./cmd/cmd.1034136195.bash Starting ./cmd/cmd.1034136196.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136196.php Starting ./cmd/cmd.1034136199.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136199.php I've also attached the filelist.txt u requested > On Tue, 2002-10-22 at 08:00, Thiruvarasu a/l Muthusamy wrote: >> Rene, >> >> I've done the changes that you suggested. But i still not able to see >> any files and there's still some error messages on the right pane. The >> error is >> >> >> Warning: First argument to array_keys() should be an array in >> /var/www/html/bobs/inc/class_db.php on line 424 >> >> Warning: Invalid argument supplied for foreach() in >> /var/www/html/bobs/inc/class_db.php on line 425 >> No files were found in > > > It seems that you have a problem with the backup more than a problem > with the web interface. > > Please check the following: > > 1. Are there any files in > /usr/local/share/bobsdata/current/process/cmd/ If the there are then > open a shell and type the following commands (as root user) > change dir to the process dir: > cd /usr/local/share/bobsdata/current/process/ > run the cmdloop: > ./cmdloop > (leave this running) > > This will run all the scripts in the cmd directory. > If the cmd directory was empty then open another shell and run the > command: /var/www/html/bobs/cron/backup.php > Now check the output of the cmdloop script. It should indicate if the > backup is running. > > When the backup is finish you should be able to see files in the web > interface. > > If you still don't see any files please run the following commands and > send me the output. > > cd /usr/local/share/bobsdata/current/process/ > find > filelist.txt >send filelist.txt to me along with the file cmdloop > > I hope you have better luck this time. > > -Rene > > >> >> >> thanks >> >> > >> > Could you please try this: >> > edit the file "inc/class_files.php" >> > >> > and change line 52 from this: >> > $this->data = $db->db_fetch_entries ( $indexes, $values ); >> > to this: >> > $this->data = $db->db_fetch_entries ( $where, $indexes, $values >> > ); >> > >> > I'm not sure this is a complete fix, so I still working on it. You >> > should be able to browse you files after changing this. >> > I'll post an update when I figure out if this is the only place that >> > is broken. >> > >> > -Rene >> > >> > >> > On Mon, 2002-10-14 at 09:34, Thiruvarasu a/l Muthusamy wrote: >> >> Rene, >> >> >> >> The folder which i'm trying to backup contains files but i don't >> >> seem to be able to see any under the current and the incremental >> >> folders. >> >> >> >> This is the error message i'm getting on the right pane. >> >> >> >> Warning: Missing argument 3 for db_fetch_entries() >> >> in /var/www/html/bobs/inc/class_db.php on line 412 >> >> No files were found in >> >> >> >> >> >> First i created the share and then i ran the backup.php script. >> >> From my observation it is creating all the files within >> >> the /usr/local/share/bobsdata/current/sambaserver/ >> >> and /usr/local/share/bobsdata/incremental/sambaserver/ >> >> >> >> >> >> Thanks >> >> >> >> >> >> > On Wed, 2002-10-09 at 15:36, Thiruvarasu a/l Muthusamy wrote: >> >> >> Rene, >> >> >> >> >> >> I've managed to get rid of the php errors which i had earlier. >> >> >> The only error i get now is on the left pane of the frame. This >> >> >> happens when i try to browse through both the current and >> >> >> incremental. >> >> > >> >> > Do you have files in your backup? >> >> > Do you see any files in any directories? >> >> > >> >> > Please make sure you have a few files and directories on the >> >> > computer you make backups of. Those files should show up when you >> >> > run the backup.php script. >> >> > >> >> > I see the problem but you should not worry much about i right >> >> > now. It will go away when you have files in your backup. >> >> > >> >> > I've just reinstalled my workstation, so I'm not able to test it >> >> > myself at the moment. When I'm finished I'll do some more testing >> >> > and fixing of your problems. >> >> > >> >> > -Rene >> >> > >> >> >> >> >> >> Warning: Missing argument 3 for db_fetch_entries() in >> >> >> /var/www/html/bobs/inc/class_db.php on line 412 >> >> >> No files were found in >> >> >> >> >> >> >> >> >> Thanks >> >> >> >> >> >> >> >> >> >> >> >> On Wed, 2002-10-09 at 03:45, Rene Rask wrote: >> >> >> > On Tue, 2002-10-08 at 18:15, Thiruvarasu a/l Muthusamy wrote: >> >> >> > > Rene, >> >> >> > > >> >> >> > > I think there's something very basic that i think i'm doin >> >> >> > > wrong here. Let me just run through how i installed, n tell >> >> >> > > me if there's anything wrong. I just did the ./configure >> >> >> > > using root with all the default settings n did the "make >> >> >> > > install". Since i'll be doin back up for samba files only i >> >> >> > > didn't install nfs or rsync. Then i logged on to the >> >> >> > > admin.php and added a new share with the "create backup of >> >> >> > > this server checked". After creating all that i tried loggin >> >> >> > > in as the specified user and tried to browse through but i'm >> >> >> > > getting the DBA errors. >> >> >> > >> >> >> > I think you need to run the backup before these directories >> >> >> > are created. >> >> >> > >> >> >> > run the command "php /var/www/html/bobs/cron/backup.php" as >> >> >> > root user. and move backup.php into /etc/cron.daily/ to have >> >> >> > it run every night >> >> >> > >> >> >> > The install script is not installing a file which is needed. >> >> >> > >> >> >> > Edit the file <bobs-sources>/cron/check_loop and change the >> >> >> > line: CMDLOOP_DIR=/mnt/tera1/backup/process >> >> >> > to >> >> >> > CMDLOOP_DIR=/usr/local/share/bobsdata/current/process >> >> >> > (That path should contain a file called "cmdloop") >> >> >> > Copy the "check_loop" file into into >> >> >> > "/usr/local/share/bobsdata/current/process/" >> >> >> > >> >> >> > To start the script, insert this line into the file >> >> >> > "/etc/crontab" >> >> >> > >> >> >> > Now You'll need to make some changes to your /etc/crontab >> >> >> > file. >> >> >> > >> >> >> > 0-59/5 * * * * root >> >> >> > /usr/local/share/bobsdata/current/process/check_loop & >> >> >> > (Please beware of line breaks in the email. The "&" character >> >> >> > is the last part of the line) >> >> >> > >> >> >> > now reload the cron configuration. >> >> >> > On Redhat run >> >> >> > "/etc/init.d/crond reload" >> >> >> > >> >> >> > This will update the configuration of cron and start the >> >> >> > cmdloop script within 5 minutes. >> >> >> > If you ran backup.php it will start a backup as soon as >> >> >> > cmdloop starts. >> >> >> > >> >> >> > I hope this helps. >> >> >> > >> >> >> > -Rene >> >> >> > I'll look into making most of this happen on installation. >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------- >> >> >> This sf.net email is sponsored by:ThinkGeek >> >> >> Welcome to geek heaven. >> >> >> http://thinkgeek.com/sf >> >> >> _______________________________________________ >> >> >> Bobs-devel mailing list >> >> >> Bob...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> > >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------- >> >> > This sf.net email is sponsored by:ThinkGeek >> >> > Welcome to geek heaven. >> >> > http://thinkgeek.com/sf >> >> > _______________________________________________ >> >> > Bobs-devel mailing list >> >> > Bob...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------- >> >> This sf.net email is sponsored by:ThinkGeek >> >> Welcome to geek heaven. >> >> http://thinkgeek.com/sf >> >> _______________________________________________ >> >> Bobs-devel mailing list >> >> Bob...@li... >> >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by:ThinkGeek >> > Welcome to geek heaven. >> > http://thinkgeek.com/sf >> > _______________________________________________ >> > Bobs-devel mailing list >> > Bob...@li... >> > https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> >> >> ------------------------------------------------------- >> This sf.net emial is sponsored by: Influence the future of >> Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) >> program now. http://ad.doubleclick.net/clk;4699841;7576301;v? >> http://www.sun.com/javavote >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Thiruvarasu a/l M. <s98...@mm...> - 2002-10-24 07:24:07
|
There's no files in my cmd folder. This is the output of the cmdloop script which was ran together with backup.php [root@localhost process]# ./cmdloop Starting ./cmd/cmd.1034136170.bash execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136170.bash Starting ./cmd/cmd.1034136171.bash Finished ./cmd/cmd.1034136171.bash Starting ./cmd/cmd.1034136172.bash umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/movie: not mounted Finished ./cmd/cmd.1034136172.bash Starting ./cmd/cmd.1034136173.bash Finished ./cmd/cmd.1034136173.bash Starting ./cmd/cmd.1034136174.bash Finished ./cmd/cmd.1034136174.bash Starting ./cmd/cmd.1034136175.bash Finished ./cmd/cmd.1034136175.bash Starting ./cmd/cmd.1034136176.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136176.php Starting ./cmd/cmd.1034136177.bash Finished ./cmd/cmd.1034136177.bash Starting ./cmd/cmd.1034136178.bash Finished ./cmd/cmd.1034136178.bash Starting ./cmd/cmd.1034136179.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136179.php Starting ./cmd/cmd.1034136180.bash 6371: session request to 192.168.1.2 failed (Called name not present) 6371: session request to 192 failed (Called name not present) execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136180.bash Starting ./cmd/cmd.1034136181.bash Finished ./cmd/cmd.1034136181.bash Starting ./cmd/cmd.1034136182.bash umount: /usr/local/share/bobsdata/current/process/mounts/ameba6/backup: not mounted Finished ./cmd/cmd.1034136182.bash Starting ./cmd/cmd.1034136183.bash Finished ./cmd/cmd.1034136183.bash Starting ./cmd/cmd.1034136186.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136186.php Starting ./cmd/cmd.1034136187.bash Finished ./cmd/cmd.1034136187.bash Starting ./cmd/cmd.1034136188.bash Finished ./cmd/cmd.1034136188.bash Starting ./cmd/cmd.1034136189.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136189.php Starting ./cmd/cmd.1034136190.bash execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136190.bash Starting ./cmd/cmd.1034136191.bash Finished ./cmd/cmd.1034136191.bash Starting ./cmd/cmd.1034136192.bash umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/cdrom: not mounted Finished ./cmd/cmd.1034136192.bash Starting ./cmd/cmd.1034136193.bash Finished ./cmd/cmd.1034136193.bash Starting ./cmd/cmd.1034136194.bash Finished ./cmd/cmd.1034136194.bash Starting ./cmd/cmd.1034136195.bash Finished ./cmd/cmd.1034136195.bash Starting ./cmd/cmd.1034136196.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136196.php Starting ./cmd/cmd.1034136199.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136199.php I've also attached the filelist.txt u requested > > > It seems that you have a problem with the backup more than a problem > with the web interface. > > Please check the following: > > 1. Are there any files in > /usr/local/share/bobsdata/current/process/cmd/ If the there are then > open a shell and type the following commands (as root user) > change dir to the process dir: > cd /usr/local/share/bobsdata/current/process/ > run the cmdloop: > ./cmdloop > (leave this running) > > This will run all the scripts in the cmd directory. > If the cmd directory was empty then open another shell and run the > command: /var/www/html/bobs/cron/backup.php > Now check the output of the cmdloop script. It should indicate if the > backup is running. > > When the backup is finish you should be able to see files in the web > interface. > > If you still don't see any files please run the following commands and > send me the output. > > cd /usr/local/share/bobsdata/current/process/ > find > filelist.txt >send filelist.txt to me along with the file cmdloop > > I hope you have better luck this time. > > -Rene > |
|
From: Thiruvarasu a/l M. <s98...@mm...> - 2002-10-24 07:24:03
|
There's no files in my cmd folder. This is the output of the cmdloop script which was ran together with backup.php [root@localhost process]# ./cmdloop Starting ./cmd/cmd.1034136170.bash execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136170.bash Starting ./cmd/cmd.1034136171.bash Finished ./cmd/cmd.1034136171.bash Starting ./cmd/cmd.1034136172.bash umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/movie: not mounted Finished ./cmd/cmd.1034136172.bash Starting ./cmd/cmd.1034136173.bash Finished ./cmd/cmd.1034136173.bash Starting ./cmd/cmd.1034136174.bash Finished ./cmd/cmd.1034136174.bash Starting ./cmd/cmd.1034136175.bash Finished ./cmd/cmd.1034136175.bash Starting ./cmd/cmd.1034136176.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136176.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136176.php Starting ./cmd/cmd.1034136177.bash Finished ./cmd/cmd.1034136177.bash Starting ./cmd/cmd.1034136178.bash Finished ./cmd/cmd.1034136178.bash Starting ./cmd/cmd.1034136179.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136179.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136179.php Starting ./cmd/cmd.1034136180.bash 6371: session request to 192.168.1.2 failed (Called name not present) 6371: session request to 192 failed (Called name not present) execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136180.bash Starting ./cmd/cmd.1034136181.bash Finished ./cmd/cmd.1034136181.bash Starting ./cmd/cmd.1034136182.bash umount: /usr/local/share/bobsdata/current/process/mounts/ameba6/backup: not mounted Finished ./cmd/cmd.1034136182.bash Starting ./cmd/cmd.1034136183.bash Finished ./cmd/cmd.1034136183.bash Starting ./cmd/cmd.1034136186.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136186.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136186.php Starting ./cmd/cmd.1034136187.bash Finished ./cmd/cmd.1034136187.bash Starting ./cmd/cmd.1034136188.bash Finished ./cmd/cmd.1034136188.bash Starting ./cmd/cmd.1034136189.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136189.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136189.php Starting ./cmd/cmd.1034136190.bash execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 Finished ./cmd/cmd.1034136190.bash Starting ./cmd/cmd.1034136191.bash Finished ./cmd/cmd.1034136191.bash Starting ./cmd/cmd.1034136192.bash umount: /usr/local/share/bobsdata/current/process/mounts/sambaserver/cdrom: not mounted Finished ./cmd/cmd.1034136192.bash Starting ./cmd/cmd.1034136193.bash Finished ./cmd/cmd.1034136193.bash Starting ./cmd/cmd.1034136194.bash Finished ./cmd/cmd.1034136194.bash Starting ./cmd/cmd.1034136195.bash Finished ./cmd/cmd.1034136195.bash Starting ./cmd/cmd.1034136196.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136196.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136196.php Starting ./cmd/cmd.1034136199.php X-Powered-By: PHP/4.1.2 Content-type: text/html <br> <b>Warning</b>: Wrong datatype in sort() call in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> on line <b>102</b><br> <br> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/usr/local/share/bobsdata/current/process/cmd/cmd.1034136199.php</b> on line <b>107</b><br> Finished ./cmd/cmd.1034136199.php I've also attached the filelist.txt u requested > > > It seems that you have a problem with the backup more than a problem > with the web interface. > > Please check the following: > > 1. Are there any files in > /usr/local/share/bobsdata/current/process/cmd/ If the there are then > open a shell and type the following commands (as root user) > change dir to the process dir: > cd /usr/local/share/bobsdata/current/process/ > run the cmdloop: > ./cmdloop > (leave this running) > > This will run all the scripts in the cmd directory. > If the cmd directory was empty then open another shell and run the > command: /var/www/html/bobs/cron/backup.php > Now check the output of the cmdloop script. It should indicate if the > backup is running. > > When the backup is finish you should be able to see files in the web > interface. > > If you still don't see any files please run the following commands and > send me the output. > > cd /usr/local/share/bobsdata/current/process/ > find > filelist.txt >send filelist.txt to me along with the file cmdloop > > I hope you have better luck this time. > > -Rene > |
|
From: Rene R. <re...@gr...> - 2002-10-22 18:58:34
|
I have set up a new bobs-cvs list. Subscribe to this list to get all diffs of all cvs commits emailed to you. -Rene |
|
From: Rene R. <re...@gr...> - 2002-10-22 14:08:45
|
On Tue, 2002-10-22 at 08:00, Thiruvarasu a/l Muthusamy wrote: > Rene, > > I've done the changes that you suggested. But i still not able to see any > files and there's still some error messages on the right pane. The error is > > > Warning: First argument to array_keys() should be an array in > /var/www/html/bobs/inc/class_db.php on line 424 > > Warning: Invalid argument supplied for foreach() in > /var/www/html/bobs/inc/class_db.php on line 425 > No files were found in It seems that you have a problem with the backup more than a problem with the web interface. Please check the following: 1. Are there any files in /usr/local/share/bobsdata/current/process/cmd/ If the there are then open a shell and type the following commands (as root user) change dir to the process dir: cd /usr/local/share/bobsdata/current/process/ run the cmdloop: ./cmdloop (leave this running) This will run all the scripts in the cmd directory. If the cmd directory was empty then open another shell and run the command: /var/www/html/bobs/cron/backup.php Now check the output of the cmdloop script. It should indicate if the backup is running. When the backup is finish you should be able to see files in the web interface. If you still don't see any files please run the following commands and send me the output. cd /usr/local/share/bobsdata/current/process/ find > filelist.txt send filelist.txt to me along with the file cmdloop I hope you have better luck this time. -Rene > > > thanks > > > > > Could you please try this: > > edit the file "inc/class_files.php" > > > > and change line 52 from this: > > $this->data = $db->db_fetch_entries ( $indexes, $values ); > > to this: > > $this->data = $db->db_fetch_entries ( $where, $indexes, $values ); > > > > I'm not sure this is a complete fix, so I still working on it. You > > should be able to browse you files after changing this. > > I'll post an update when I figure out if this is the only place that is > > broken. > > > > -Rene > > > > > > On Mon, 2002-10-14 at 09:34, Thiruvarasu a/l Muthusamy wrote: > >> Rene, > >> > >> The folder which i'm trying to backup contains files but i don't seem > >> to be able to see any under the current and the incremental folders. > >> > >> This is the error message i'm getting on the right pane. > >> > >> Warning: Missing argument 3 for db_fetch_entries() > >> in /var/www/html/bobs/inc/class_db.php on line 412 > >> No files were found in > >> > >> > >> First i created the share and then i ran the backup.php script. From > >> my observation it is creating all the files within > >> the /usr/local/share/bobsdata/current/sambaserver/ > >> and /usr/local/share/bobsdata/incremental/sambaserver/ > >> > >> > >> Thanks > >> > >> > >> > On Wed, 2002-10-09 at 15:36, Thiruvarasu a/l Muthusamy wrote: > >> >> Rene, > >> >> > >> >> I've managed to get rid of the php errors which i had earlier. The > >> >> only error i get now is on the left pane of the frame. This happens > >> >> when i try to browse through both the current and incremental. > >> > > >> > Do you have files in your backup? > >> > Do you see any files in any directories? > >> > > >> > Please make sure you have a few files and directories on the > >> > computer you make backups of. Those files should show up when you > >> > run the backup.php script. > >> > > >> > I see the problem but you should not worry much about i right now. > >> > It will go away when you have files in your backup. > >> > > >> > I've just reinstalled my workstation, so I'm not able to test it > >> > myself at the moment. When I'm finished I'll do some more testing > >> > and fixing of your problems. > >> > > >> > -Rene > >> > > >> >> > >> >> Warning: Missing argument 3 for db_fetch_entries() in > >> >> /var/www/html/bobs/inc/class_db.php on line 412 > >> >> No files were found in > >> >> > >> >> > >> >> Thanks > >> >> > >> >> > >> >> > >> >> On Wed, 2002-10-09 at 03:45, Rene Rask wrote: > >> >> > On Tue, 2002-10-08 at 18:15, Thiruvarasu a/l Muthusamy wrote: > >> >> > > Rene, > >> >> > > > >> >> > > I think there's something very basic that i think i'm doin > >> >> > > wrong here. Let me just run through how i installed, n tell me > >> >> > > if there's anything wrong. I just did the ./configure using > >> >> > > root with all the default settings n did the "make install". > >> >> > > Since i'll be doin back up for samba files only i didn't > >> >> > > install nfs or rsync. Then i logged on to the admin.php and > >> >> > > added a new share with the "create backup of this server > >> >> > > checked". After creating all that i tried loggin in as the > >> >> > > specified user and tried to browse through but i'm getting the > >> >> > > DBA errors. > >> >> > > >> >> > I think you need to run the backup before these directories are > >> >> > created. > >> >> > > >> >> > run the command "php /var/www/html/bobs/cron/backup.php" as root > >> >> > user. and move backup.php into /etc/cron.daily/ to have it run > >> >> > every night > >> >> > > >> >> > The install script is not installing a file which is needed. > >> >> > > >> >> > Edit the file <bobs-sources>/cron/check_loop and change the line: > >> >> > CMDLOOP_DIR=/mnt/tera1/backup/process > >> >> > to > >> >> > CMDLOOP_DIR=/usr/local/share/bobsdata/current/process > >> >> > (That path should contain a file called "cmdloop") > >> >> > Copy the "check_loop" file into into > >> >> > "/usr/local/share/bobsdata/current/process/" > >> >> > > >> >> > To start the script, insert this line into the file > >> >> > "/etc/crontab" > >> >> > > >> >> > Now You'll need to make some changes to your /etc/crontab file. > >> >> > > >> >> > 0-59/5 * * * * root > >> >> > /usr/local/share/bobsdata/current/process/check_loop & > >> >> > (Please beware of line breaks in the email. The "&" character is > >> >> > the last part of the line) > >> >> > > >> >> > now reload the cron configuration. > >> >> > On Redhat run > >> >> > "/etc/init.d/crond reload" > >> >> > > >> >> > This will update the configuration of cron and start the cmdloop > >> >> > script within 5 minutes. > >> >> > If you ran backup.php it will start a backup as soon as cmdloop > >> >> > starts. > >> >> > > >> >> > I hope this helps. > >> >> > > >> >> > -Rene > >> >> > I'll look into making most of this happen on installation. > >> >> > >> >> > >> >> > >> >> ------------------------------------------------------- > >> >> This sf.net email is sponsored by:ThinkGeek > >> >> Welcome to geek heaven. > >> >> http://thinkgeek.com/sf > >> >> _______________________________________________ > >> >> Bobs-devel mailing list > >> >> Bob...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/bobs-devel > >> > > >> > > >> > > >> > > >> > ------------------------------------------------------- > >> > This sf.net email is sponsored by:ThinkGeek > >> > Welcome to geek heaven. > >> > http://thinkgeek.com/sf > >> > _______________________________________________ > >> > Bobs-devel mailing list > >> > Bob...@li... > >> > https://lists.sourceforge.net/lists/listinfo/bobs-devel > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Bobs-devel mailing list > >> Bob...@li... > >> https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Bobs-devel mailing list > > Bob...@li... > > https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future of > Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) > program now. http://ad.doubleclick.net/clk;4699841;7576301;v? > http://www.sun.com/javavote > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Thiruvarasu a/l M. <s98...@mm...> - 2002-10-22 06:17:21
|
Rene, I've done the changes that you suggested. But i still not able to see any files and there's still some error messages on the right pane. The error is Warning: First argument to array_keys() should be an array in /var/www/html/bobs/inc/class_db.php on line 424 Warning: Invalid argument supplied for foreach() in /var/www/html/bobs/inc/class_db.php on line 425 No files were found in thanks > > Could you please try this: > edit the file "inc/class_files.php" > > and change line 52 from this: > $this->data = $db->db_fetch_entries ( $indexes, $values ); > to this: > $this->data = $db->db_fetch_entries ( $where, $indexes, $values ); > > I'm not sure this is a complete fix, so I still working on it. You > should be able to browse you files after changing this. > I'll post an update when I figure out if this is the only place that is > broken. > > -Rene > > > On Mon, 2002-10-14 at 09:34, Thiruvarasu a/l Muthusamy wrote: >> Rene, >> >> The folder which i'm trying to backup contains files but i don't seem >> to be able to see any under the current and the incremental folders. >> >> This is the error message i'm getting on the right pane. >> >> Warning: Missing argument 3 for db_fetch_entries() >> in /var/www/html/bobs/inc/class_db.php on line 412 >> No files were found in >> >> >> First i created the share and then i ran the backup.php script. From >> my observation it is creating all the files within >> the /usr/local/share/bobsdata/current/sambaserver/ >> and /usr/local/share/bobsdata/incremental/sambaserver/ >> >> >> Thanks >> >> >> > On Wed, 2002-10-09 at 15:36, Thiruvarasu a/l Muthusamy wrote: >> >> Rene, >> >> >> >> I've managed to get rid of the php errors which i had earlier. The >> >> only error i get now is on the left pane of the frame. This happens >> >> when i try to browse through both the current and incremental. >> > >> > Do you have files in your backup? >> > Do you see any files in any directories? >> > >> > Please make sure you have a few files and directories on the >> > computer you make backups of. Those files should show up when you >> > run the backup.php script. >> > >> > I see the problem but you should not worry much about i right now. >> > It will go away when you have files in your backup. >> > >> > I've just reinstalled my workstation, so I'm not able to test it >> > myself at the moment. When I'm finished I'll do some more testing >> > and fixing of your problems. >> > >> > -Rene >> > >> >> >> >> Warning: Missing argument 3 for db_fetch_entries() in >> >> /var/www/html/bobs/inc/class_db.php on line 412 >> >> No files were found in >> >> >> >> >> >> Thanks >> >> >> >> >> >> >> >> On Wed, 2002-10-09 at 03:45, Rene Rask wrote: >> >> > On Tue, 2002-10-08 at 18:15, Thiruvarasu a/l Muthusamy wrote: >> >> > > Rene, >> >> > > >> >> > > I think there's something very basic that i think i'm doin >> >> > > wrong here. Let me just run through how i installed, n tell me >> >> > > if there's anything wrong. I just did the ./configure using >> >> > > root with all the default settings n did the "make install". >> >> > > Since i'll be doin back up for samba files only i didn't >> >> > > install nfs or rsync. Then i logged on to the admin.php and >> >> > > added a new share with the "create backup of this server >> >> > > checked". After creating all that i tried loggin in as the >> >> > > specified user and tried to browse through but i'm getting the >> >> > > DBA errors. >> >> > >> >> > I think you need to run the backup before these directories are >> >> > created. >> >> > >> >> > run the command "php /var/www/html/bobs/cron/backup.php" as root >> >> > user. and move backup.php into /etc/cron.daily/ to have it run >> >> > every night >> >> > >> >> > The install script is not installing a file which is needed. >> >> > >> >> > Edit the file <bobs-sources>/cron/check_loop and change the line: >> >> > CMDLOOP_DIR=/mnt/tera1/backup/process >> >> > to >> >> > CMDLOOP_DIR=/usr/local/share/bobsdata/current/process >> >> > (That path should contain a file called "cmdloop") >> >> > Copy the "check_loop" file into into >> >> > "/usr/local/share/bobsdata/current/process/" >> >> > >> >> > To start the script, insert this line into the file >> >> > "/etc/crontab" >> >> > >> >> > Now You'll need to make some changes to your /etc/crontab file. >> >> > >> >> > 0-59/5 * * * * root >> >> > /usr/local/share/bobsdata/current/process/check_loop & >> >> > (Please beware of line breaks in the email. The "&" character is >> >> > the last part of the line) >> >> > >> >> > now reload the cron configuration. >> >> > On Redhat run >> >> > "/etc/init.d/crond reload" >> >> > >> >> > This will update the configuration of cron and start the cmdloop >> >> > script within 5 minutes. >> >> > If you ran backup.php it will start a backup as soon as cmdloop >> >> > starts. >> >> > >> >> > I hope this helps. >> >> > >> >> > -Rene >> >> > I'll look into making most of this happen on installation. >> >> >> >> >> >> >> >> ------------------------------------------------------- >> >> This sf.net email is sponsored by:ThinkGeek >> >> Welcome to geek heaven. >> >> http://thinkgeek.com/sf >> >> _______________________________________________ >> >> Bobs-devel mailing list >> >> Bob...@li... >> >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by:ThinkGeek >> > Welcome to geek heaven. >> > http://thinkgeek.com/sf >> > _______________________________________________ >> > Bobs-devel mailing list >> > Bob...@li... >> > https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Rene R. <re...@gr...> - 2002-10-17 07:46:38
|
Great that it works. I'll commit it to cvs if you don't have any other comments. I've got a semi working rpm. I'll hopefully be finished with that soon. I might throw a couple of questions your way about the configure scripts if I can't figure out what I need to do. Just chime in when you have the time again. -Ren=C3=A9 On Thu, 2002-10-17 at 04:55, Joe zacky wrote: > I tested it and it worked fine. I read a little about the=20 > register_globals at http://www.zend.com/zend/art/art-oertli.php . I can=20 > see why they made that change, and I'm sure it's inconvenienced a lot of=20 > php programmers. >=20 > Sorry I haven't been doing any work on BOBS lately. This is the busy=20 > time of year where I work and I just haven't had the mental energy. I=20 > hope that changes soon because I really enjoy working on bobs. >=20 > Joe >=20 > Rene Rask wrote: >=20 > >I've made the nessecary changes to make admin.php work with php 4.2.x. > > > >I changed one of the functions to accept $settings instead of using > >global. $PHP_SELF was also modified a bit in some places. > > > >Please test the attached file on your system. I have tested with php > >4.2.2 and 4.1.2 on redhat 8 and redhat 7.3. > > > >-Rene > > =20 > > >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
|
From: Joe z. <jz...@at...> - 2002-10-17 02:55:16
|
I tested it and it worked fine. I read a little about the register_globals at http://www.zend.com/zend/art/art-oertli.php . I can see why they made that change, and I'm sure it's inconvenienced a lot of php programmers. Sorry I haven't been doing any work on BOBS lately. This is the busy time of year where I work and I just haven't had the mental energy. I hope that changes soon because I really enjoy working on bobs. Joe Rene Rask wrote: >I've made the nessecary changes to make admin.php work with php 4.2.x. > >I changed one of the functions to accept $settings instead of using >global. $PHP_SELF was also modified a bit in some places. > >Please test the attached file on your system. I have tested with php >4.2.2 and 4.1.2 on redhat 8 and redhat 7.3. > >-Rene > > |
|
From: Rene R. <re...@gr...> - 2002-10-16 03:56:48
|
I've made the nessecary changes to make admin.php work with php 4.2.x. I changed one of the functions to accept $settings instead of using global. $PHP_SELF was also modified a bit in some places. Please test the attached file on your system. I have tested with php 4.2.2 and 4.1.2 on redhat 8 and redhat 7.3. -Rene |
|
From: Rene R. <re...@gr...> - 2002-10-16 03:05:04
|
Hi Joe. I'm trying to get the admin part to work with register_globals off. I seem to be close but there's one feature I haven't nailed yet. It was not a difficult as I though. Anyways. The security issue is the way you use the debugging. Any user can view all passwords and settings just by setting the debug flag in a browser. -Rene |