Hello Pete ( @baculator ),
baculator That solved the problem, thank you. The error messages are very comprehensive but as a new user I can't always get the information that i need from them.
Good to hear 👍️
To see why this new error appears could you run this command from the root user account?
sudo -u www-data sudo -u bacula -g bacula /home/peter/bacula/bin/bconsole
This should show why your bconsole execution does not work in Bacularis. Normally it should open the bconsole without prompting about pasword.
Your settings tries to execute bconsole with the bacula
user and group. This is fine. To have it working I would also propose to check if this user and group are defined in Sudo Runas
directives. The Sudo Runas
directives were possible to configure in the initial wizard, but now you can check them also here:
[Main menu] => [Page: API Panel] => [log in to API] => [Page: Settings] => [Tab: Console] => [Link: Advanced option]
Do you have there the bacula
user and group defined?
Best regards,
Marcin Haba (gani)