I've been trying to get bareos working, and have run into several frustrating problems. Can somebody point me in the right direction?
I'm running on Centos 7.3. selinux is disabled and all firewalls are turned off. I setup my database just fine, and was able to install bareos through yum just fine. Then things went awry. Getting to Step 3.3 of http://doc.bareos.org/master/html/bareos-manual-main-reference.html I get this: *configure add console name=admin password=secret profile=webui-admin It seems that the configuration is not adapted to the include directory structure. This means, that the configure command may not work as expected. Your configuration changes may not survive a reload/restart. Please see http://doc.bareos.org/master/html/bareos-manual-main-reference.html#ConfigurationIncludeDirectory for details. configure error: Could not find config Resource "Profile" referenced on line 4 : Profile = webui-admin The URL provided doesn't provide an anchor within the document, and "ConfigurationIncludeDirectory" doesn't appear in the document (either with or without spaces). So, I looked through the examples given and added @/etc/bareos/bareos-dir.d/console to the end of /etc/bareos/bareos-dir.conf But apparently, /etc/bareos.d/console/admin never got created. So within /etc/bareos/bareos-dir.d/console I manually copied admin.conf.example to admin.conf It still tells me I cannot authenticate. So, thinking my include is probably wrong I manually copied the admin.conf (identical to the .example) to the end of /etc/bareos/bareos-dir.conf Now when I try to restart bareos-dir, it doesn't restart, and in the syslog I see Config error: Could not find config Resource "Profile" referenced on line 351 : Profile = "webui-admin" I've tried following the bconsole instructions to try to get a basic configuration working, but haven't had any luck there either, so went back to trying to get the webui working. Any hints? -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
