Hello i install a new slave but i’m having issues in the updates
Processing triggers for systemd (232-25+deb9u4A~4.3.1.201808081329) ...
Traceback (most recent call last):
File "/usr/sbin/univention-pkgdb-scan", line 37, in <module>
univention.pkgdb.main()
File "/usr/lib/pymodules/python2.7/univention/pkgdb.py", line 578, in main
connection = open_database_connection(config_registry, pkgdbu=False)
File "/usr/lib/pymodules/python2.7/univention/pkgdb.py", line 560, in open_database_connection
connection = pgdb.connect(database=connectstring)
File "/usr/lib/python2.7/dist-packages/pgdb.py", line 1615, in connect
cnx = _connect(dbname, dbhost, dbport, dbopt, dbuser, dbpasswd)
pg.InternalError: FATAL: no pg_hba.conf entry for host "192.168.103.2", user "MPAVDC1$", database "pkgdb", SSL on
dist-update finished at Mon Jan 21 16:23:20 2019...
done
I already try follow this Problem: Can not Install Software but i get an error
root@MPAVDC1:~# univention-pkgdb-scan --db-server 'ccmdc01.ccm.local' --add 'MPAVDC1$'
Traceback (most recent call last):
File "/usr/sbin/univention-pkgdb-scan", line 37, in <module>
univention.pkgdb.main()
File "/usr/lib/pymodules/python2.7/univention/pkgdb.py", line 576, in main
connection = open_database_connection(config_registry, pkgdbu=True)
File "/usr/lib/pymodules/python2.7/univention/pkgdb.py", line 554, in open_database_connection
connection_info['password'] = open(password_file, 'rb').read().rstrip('\n')
IOError: [Errno 2] No such file or directory: '/etc/postgresql/pkgdb.secret'