View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000441 | bareos-core | configuration gui | public | 2015-03-19 21:06 | 2017-06-08 16:54 |
Reporter | gchongong | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | Linux | OS | CentOS | OS Version | 7 |
Product Version | 14.2.2 | ||||
Summary | 0000441: 0000429 - having this same issue | ||||
Description | I see issue 0000429 has been resolved, but I just tried installing the bareos gui and run into this. The connection test is failing. Cannot get to the web login page. What was the solution? /usr/share/php/Zend/ServiceManager/ServiceManager.php:529 Message: Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for bareos | ||||
Tags | No tags attached. | ||||
|
|
|
|
Looks like a misconfiguration, as far as I can see from the screenshots. If you followed the install instruction (https://github.com/bareos/bareos-webui/blob/master/doc/INSTALL.md) and you have just one director with the catalog db running on the same host, your directors.ini should look similar like following. ; ; Section bareos-dir ; [bareos-dir] enabled = "yes" dbdriver = "postgresql" dbaddress = "bareos" dbport = 5432 dbuser = "bareos_webui" dbpassword = "changeme" dbname = "bareos" diraddress = "bareos" dirport = 9101 ; Note: TLS has not been tested and documented, yet. ;tls_verify_peer = false ;server_can_do_tls = false ;server_requires_tls = false ;client_can_do_tls = false ;client_requires_tls = false ;ca_file = "" ;cert_file = "" ;cert_file_passphrase = "" ;allowed_cns = "" Note: If you try to login even though the config test informs you about not being able to connect to the catalog db, you have to logout or close your browser to get rid of the session. Otherwise changes made to your directors.ini during session time are not applied. As there is no logout button if you run into the exception, you may call the needed action to logout via following url or simply close your browser to kill the session. http://<replace-with-your-host>/bareos-webui/auth/logout |
|
Thanks, you were right, this was just browser cache... | |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-03-19 21:06 | gchongong | New Issue | |
2015-03-19 21:06 | gchongong | File Added: Screenshot from 2015-03-19 16:05:35.png | |
2015-03-19 21:06 | gchongong | File Added: Screenshot from 2015-03-19 16:05:25.png | |
2015-03-20 10:40 | joergs | Assigned To | => frank |
2015-03-20 10:40 | joergs | Status | new => assigned |
2015-03-20 12:43 | frank | Note Added: 0001327 | |
2015-03-20 15:51 | gchongong | Note Added: 0001328 | |
2015-03-23 10:29 | frank | Status | assigned => resolved |
2015-03-23 10:29 | frank | Resolution | open => no change required |
2015-03-31 15:26 |
|
Assigned To | frank => |
2017-06-08 16:54 | frank | Status | resolved => closed |