Re: [Bacula-users] baculum-web ssl error

2022-01-18 Thread Marcin Haba
Hello Saeed, After enabling SSL in the web server config, you need to update the protocol in API configuration on the Baculum Web side. You can do it on the Security page in the API hosts tab. There you will be able to change HTTP into HTTPS for defined API hosts. Best regards, Marcin Haba (gani)

[Bacula-users] baculum-web ssl error

2022-01-18 Thread Saeed Green
Hi ... bacula : 11.0.5 baculum : 11.0.5.7 I recently enabled ssl for my bacula server. I placed my crt and key files and uncommented these three lines : SSLEngine on SSLCertificateFile /etc/baculum/Config-web-apache/baculum.crt SSLCertificateKeyFile /etc/baculum/Config-web-

Re: [Bacula-users] BACULUM WEB

2021-04-13 Thread JANOWSKI ERIC via Bacula-users
Hello, following the last answer, I install the last stable version 11.0.1 i followed the tuto https://www.youtube.com/watch?v=YAVoor8jOrM the server is ubuntu 20.04 and database is mysql-server The services are "running" ● bacula-sd.service - LSB: Bacula Storage Daemon Loaded: loaded (/

Re: [Bacula-users] BACULUM WEB

2021-03-25 Thread Marcin Haba
Hello Eric, For the Bacula upgrade with using native Ubuntu packages it can be a bit hard to update because you need 9.6.6-2 packages that are not available in 20.04. Fortunately there are available Bacula packages for 20.04 on bacula.org: https://www.bacula.org/bacula-binary-package-download/ A

Re: [Bacula-users] BACULUM WEB

2021-03-17 Thread Marcin Haba
Hello Eric, On Wed, 17 Mar 2021 at 12:11, JANOWSKI ERIC via Bacula-users wrote: > > Hello, > > PC equipped with ubuntu 20.04 with bacula 9.4.2-2 + baculum web 9.6.6.3 > > Backup and restore works fine with bconsole. > > By following the tutorials, I installed baculum api and baculum web. > > ques

[Bacula-users] BACULUM WEB

2021-03-17 Thread JANOWSKI ERIC via Bacula-users
Hello, PC equipped with ubuntu 20.04 with bacula 9.4.2-2 + baculum web 9.6.6.3 Backup and restore works fine with bconsole. By following the tutorials, I installed baculum api and baculum web. question 1: Baculum web is the equivalent of bconsole but in graphical mode if I understood correctly

Re: [Bacula-users] Baculum Web Update Failed

2020-06-15 Thread Chris Wilkinson
Many thanks for your help. Yes, I did have debug enabled at one point. Deleting those files solved the problem. Regards Chris Wilkinson On Mon, 15 Jun 2020, 7:24 am Marcin Haba, wrote: > Hello Chris, > > Thanks for reporting this issue. It is a problem in the package > script. It happens when y

Re: [Bacula-users] Baculum Web Update Failed

2020-06-14 Thread Marcin Haba
Hello Chris, Thanks for reporting this issue. It is a problem in the package script. It happens when you have enabled debug AND debug files are rotated. To solve it, you can remove debug files for Web: rm /usr/share/baculum/htdocs/protected/Web/Logs/baculum-web.log* and for API (if you have enab

[Bacula-users] Baculum Web Update Failed

2020-06-14 Thread Chris Wilkinson
I am seeing an error during update of Baculum Web from the Debian 10 repository. This is being run from Webmin. Now updating baculum-web .. - *Installing package(s) with command apt-get -y install baculum-web ..* Reading package lists... Building dependency tree... Reading state info

Re: [Bacula-users] Baculum-Web Install Problem (Debian Buster)

2020-05-22 Thread Marcin Haba
Hello Chris, Thanks for reporting this problem. It is a packaging issue that occurs after re-installation. To solve it you can delete a file: rm /usr/share/baculum/htdocs/protected/Web/Config/hosts.conf I will fix it quickly. Best regards, Marcin Haba (gani) On Fri, 22 May 2020 at 17:37, Chri

Re: [Bacula-users] Baculum-Web Install Problem (Debian Buster)

2020-05-22 Thread Chris Wilkinson
Hello Marcin. Thanks for that link. I was looking in the wrong place. I corrected the sources file to Buster, removed and reinstalled Baculum API & WEB from the Buster repo and restarted Apache2 but have a different problem now. The API runs fine but WEB gives me this error. Not sure if this is

Re: [Bacula-users] Baculum-Web Install Problem (Debian Buster)

2020-05-21 Thread Marcin Haba
Hello Chris, Yes, there exist Baculum packages for Debian Buster. Information about repositories you can find in the Baculum documentation chapter here: https://www.bacula.org/9.6.x-manuals/en/console/Baculum_API_Web_GUI_Tools.html#SECTION00351000 Best regards, Marcin Haba (gani) On

Re: [Bacula-users] Baculum-Web Install Problem (Debian Buster)

2020-05-21 Thread Chris Wilkinson
Hello Marcin Yes that is true, PHP came from the Buster repo. Is there Baculum in the Buster repo, I couldn't find one? As to why Stretch and Buster PHP'S are different, I don't really have any idea. I don't see what I could do about that. Is anybody running Baculum in Buster? Regards Chris Wi

Re: [Bacula-users] Baculum-Web Install Problem (Debian Buster)

2020-05-21 Thread Marcin Haba
Hello Chris, You use PHP not from Stretch repository. It looks that your PHP interpreter doesn't match PHP modules. Maybe they were prepared in different environment? At least pdo_mysql couldn't be loaded. In any cases it is PHP related problem. I would propose to verify from where come modules a

[Bacula-users] Baculum-Web Install Problem (Debian Buster)

2020-05-21 Thread Chris Wilkinson
I upgraded Baculum to 9.6.3 from the Stretch repository. Installation went OK until I opened the Web client and got the following error in an error box as soon as any data request was made, e.g. list job history. Bacula is v9.4.2. *Error code:* 100 *Message:* Problem with connection to remote hos

Re: [Bacula-users] Baculum-web bconsole permissions problem

2018-05-16 Thread Marcin Haba
Hello Chris, Could you tell me if you configured bconsole access via sudo in the following way: http://www.bacula.org/9.0.x-manuals/en/console/Baculum_API_Web_GUI_Tools.html#SECTION00344000 Did you test the sudo from www-data user? In newer Baculum versions in the install wizard you

[Bacula-users] Baculum-web bconsole permissions problem

2018-05-16 Thread Chris Wilkinson
In a new install of baculum-web on Debian wheezy, I ran into a permissions issue with Apache2 not being able to access bconsole. This shows up as an error in the install wizard and in the Web page when attempting any operation. Bconsole works fine from the command line, as root/sudo of course. Sin