FS#74139 - [unrealircd] unrealircd.ctl: No such file or directory
Attached to Project:
Community Packages
Opened by techge (techge) - Wednesday, 16 March 2022, 08:32 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 10 February 2023, 18:47 GMT
Opened by techge (techge) - Wednesday, 16 March 2022, 08:32 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 10 February 2023, 18:47 GMT
|
Details
Description:
After updating to unrealircd 6 (coming from 5), it does not start, because /build/unrealircd/data/unrealircd.ctl is missing. See journalctl message below. I did every adaption of config mentioned here https://www.unrealircd.org/docs/Upgrading_from_5.x It seems to be a problem with the package though. Mar 15 08:41:02 system unrealircd[729101]: [error] Warning: TLS certificate '/etc/unrealircd/tls/server.cert.pem': certificate expired 1482d13h45m25s ago Mar 15 08:41:02 system unrealircd[729101]: [info] Configuration loaded Mar 15 08:41:02 system unrealircd[729101]: [info] Configuration test passed OK Mar 15 08:41:02 system unrealircd[729101]: [info] UnrealIRCd is now listening on the following addresses/ports: Mar 15 08:41:02 system unrealircd[729101]: [info] IPv4: *:6900(TLS), *:6697(TLS), *:6667 Mar 15 08:41:02 system unrealircd[729101]: [info] IPv6: *:6900(TLS), *:6697(TLS), *:6667 Mar 15 08:41:02 system unrealircd[729101]: [fatal] Could not listen on UNIX domain socket /build/unrealircd/data/unrealircd.ctl: No such file or directory Mar 15 08:41:02 system systemd[1]: unrealircd.service: Control process exited, code=exited, status=255/EXCEPTION Mar 15 08:41:02 system systemd[1]: unrealircd.service: Failed with result 'exit-code'. Mar 15 08:41:02 system systemd[1]: Failed to start IRC daemon. Additional info: * unrealircd 6.0.2-1 * config quite similar to default, but not default and moved from 5 Steps to reproduce: * upgrado to unrealircd 6.0.2-1 from 5 * systemctl start unrealircd |
This task depends upon
The other changes add system libraries.
[1] https://github.com/unrealircd/unrealircd/blob/29fd2e772a6b4b9107daa4e3c237df454b055810/doc/RELEASE-NOTES.md
FS#76273