FreeNAS 11.3 Beta RC1 and Bacula plugin

JoeAtWork

Contributor
Joined
Aug 20, 2018
Messages
165
Bacula plugin is not installing on a fresh install on VMware 6.7:

Install Notes:
postgresql_enable: -> YES
bacula_dir_enable: -> YES
bacula_fd_enable: -> YES
bacula_sd_enable: -> YES
The files belonging to this database system will be owned by user "pgsql".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default text search configuration will be set to "english".
Data page checksums are disabled.
creating directory /usr/local/pgsql/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default timezone ... America/Los_Angeles
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
creating template1 database in /usr/local/pgsql/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating collations ... ok
creating conversions ... ok
creating dictionaries ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
loading PL/pgSQL server-side language ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... ok
copying template1 to postgres ... ok
syncing data to disk ... ok
ok
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
Success. You can now start the database server using:
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
/usr/local/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
LOG: ending log output to stderr
HINT: Future log output will go to log destination "syslog".
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
CREATE ROLE
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
CREATE DATABASE
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
ALTER ROLE
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
CREATE EXTENSION
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
LOG: ending log output to stderr
HINT: Future log output will go to log destination "syslog".
WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
LOG: ending log output to stderr
HINT: Future log output will go to log destination "syslog".
/root/post_install.sh: ./make_bacula_tables: not found
LOG: ending log output to stderr
HINT: Future log output will go to log destination "syslog".
/root/post_install.sh: ./grant_bacula_privileges: not found
bacula-dir does not exist in /etc/rc.d or the local startup
/root/post_install.sh: ./grant_bacula_privileges: not found
directories (/usr/local/etc/rc.d), or is not executable
/root/post_install.sh: ./grant_bacula_privileges: not found
Starting bacula_fd.
/root/post_install.sh: ./grant_bacula_privileges: not found
bacula-sd does not exist in /etc/rc.d or the local startup
/root/post_install.sh: ./grant_bacula_privileges: not found
directories (/usr/local/etc/rc.d), or is not executable
/root/post_install.sh: ./grant_bacula_privileges: not found
directories (/usr/local/etc/rc.d), or is not executable
 
Top