opsiconfd fails to start

Antworten
weinigeo
Beiträge: 2
Registriert: 16 Jun 2009, 17:35

opsiconfd fails to start

Beitrag von weinigeo »

Greetings:

I've just installed a VM of opsi 3.3.1, and I'm unable to get the opsi config service started. I've confirmed all of the network configuration options, and everything appears to be correct. Here is a tail from the opsiconfd.log:

==================================================================
OPSI configuration-service starting
==================================================================
(opsiconfd|1408)
[4] [Jun 16 08:43:06] Added static content '/' which points to directory '/usr/share/opsiconfd/static' (opsiconfd|1206)
[4] [Jun 16 08:43:06] Added webdav content 'opsi-depot' which points to directory '/opt/pcbin/install' (opsiconfd|1233)
[4] [Jun 16 08:43:06] Added static content 'configed' which points to directory '/usr/lib/configed' (opsiconfd|1228)
[1] [Jun 16 08:43:06] Traceback: (Logger.py|647)
[1] [Jun 16 08:43:06] line 1490 in '<module>' in file '/usr/sbin/opsiconfd' (Logger.py|647)
[1] [Jun 16 08:43:06] line 1456 in 'main' in file '/usr/sbin/opsiconfd' (Logger.py|647)
[1] [Jun 16 08:43:06] line 353 in 'listenSSL' in file '/usr/lib/python2.5/site-packages/twisted/internet/posixbase.py' (Logger.py|647)
[1] [Jun 16 08:43:06] line 736 in 'startListening' in file '/usr/lib/python2.5/site-packages/twisted/internet/tcp.py' (Logger.py|647)
[1] [Jun 16 08:43:06] line 168 in 'createInternetSocket' in file '/usr/lib/python2.5/site-packages/twisted/internet/ssl.py' (Logger.py|647)
[1] [Jun 16 08:43:06] line 1001 in 'getContext' in file '/usr/sbin/opsiconfd' (Logger.py|647)
[1] [Jun 16 08:43:06] ==>>> [('PEM routines', 'PEM_read_bio', 'no start line'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'PEM lib')] (opsiconfd|1506)
[2] [Jun 16 08:43:06] ERROR: (opsiconfd|1507)
[2] [Jun 16 08:43:06] (opsiconfd|1507)
[2] [Jun 16 08:43:06] [('PEM routines', 'PEM_read_bio', 'no start line'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'PEM lib')] (opsiconfd|1507)
[2] [Jun 16 08:43:06]
(opsiconfd|1507)

Does this offer any insight into what my problem could be?

Thank you,

George
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1819
Registriert: 29 Mai 2008, 15:14

Re: opsiconfd fails to start

Beitrag von j.schneider »

Hi,

seems to be a missing ssl certificate.
Please exceute the follwing commands:

Code: Alles auswählen

rm /etc/opsi/opsiconfd.pem
dpkg-reconfigure opsiconfd
Greetings
Jan Schneider
weinigeo
Beiträge: 2
Registriert: 16 Jun 2009, 17:35

Re: opsiconfd fails to start

Beitrag von weinigeo »

Thanks! That did the trick.
Antworten