I've just installed the Bacula_restore module (I think) but when I try to access the module, I am getting an error
Error - Missing Content-Type Header
Failed to exec /usr/share/webmin/bacula_restore/index.cgi : No such file or directory
Index.cgi does exist in that directory. Bacula does not have a wbm file, it is a directory structure with all the files in it. I took a guess that these should be copied into the webmin directory. If this is incorrect, there is no documentation describing how to install other than with wbm files. :(
The original rights on the files are 3001:uucp. I changed these to root:bin as per other webmin modules. Didn't do anything :( Any ideas for me to try?
rgds
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The cgi files all have the header #! /usr/local/bin/perl
On my Debian server, this is not the location for perl. I changed these to #! /usr/bin/perl. I also added this string to the top of bacula_restore.pl but I'm not sure that was necessary.
It would be very nice to see a webmin module to configure the server and create backup jobs as well.
rgds
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-04-29
"It would be very nice to see a webmin module to configure the server and create backup jobs as well."
I was just thinking that myself. Good idea, especially since it uses multiple configuration files (easier to keep them all inline using webmin etc).
Only problem is that what if each component is running on different servers?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just installed the Bacula_restore module (I think) but when I try to access the module, I am getting an error
Error - Missing Content-Type Header
Failed to exec /usr/share/webmin/bacula_restore/index.cgi : No such file or directory
Index.cgi does exist in that directory. Bacula does not have a wbm file, it is a directory structure with all the files in it. I took a guess that these should be copied into the webmin directory. If this is incorrect, there is no documentation describing how to install other than with wbm files. :(
The original rights on the files are 3001:uucp. I changed these to root:bin as per other webmin modules. Didn't do anything :( Any ideas for me to try?
rgds
Problem resolved.
The cgi files all have the header #! /usr/local/bin/perl
On my Debian server, this is not the location for perl. I changed these to #! /usr/bin/perl. I also added this string to the top of bacula_restore.pl but I'm not sure that was necessary.
It would be very nice to see a webmin module to configure the server and create backup jobs as well.
rgds
"It would be very nice to see a webmin module to configure the server and create backup jobs as well."
I was just thinking that myself. Good idea, especially since it uses multiple configuration files (easier to keep them all inline using webmin etc).
Only problem is that what if each component is running on different servers?