I am attempting to install a Bareos server on my FreeNAS in a FreeBSD jail.
I am stuck at ยง 2.4.2 of the Bareos Manual. It says I need to run the following commands: su postgres -c /usr/lib/bareos/scripts/create_bareos_database su postgres -c /usr/lib/bareos/scripts/make_bareos_tables su postgres -c /usr/lib/bareos/scripts/grant_bareos_privileges When I cd to /usr/lib, and "ls", there is no "bareos" folder. These scripts don't exist! For reference, here are the steps I've taken, after much troubleshooting to even get to this step: Create Jail, add: allow.sysvipc=1 to Sysctls in the Advanced Jail Options pkg delete readline (the old readline caused errors in pgsql install) pkg install postgresql95-server sysrc postgresql_enable="YES" service postgresql initdb su pgsql psql -l exit pkg install bareos-server sysrc bareos_dir_enable="YES" sysrc bareos_sd_enable="YES" -- 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.
