Hi Shriram, On Sat, Mar 16, 2024 at 08:03:02PM +0530, Shriram Ravindranathan wrote: > Package: monopd > Version: 0.10.2-6+b2 > Severity: grave > Justification: renders package unusable > X-Debbugs-Cc: [email protected] > > Dear Maintainer, > > monopd.service fails to start (could not bind port 1234), rendering the > package unusable. > > Mar 16 19:25:02 think182 sudo[4410]: shriram : TTY=pts/0 ; PWD=/home/shriram > ; USER=root ; COMMAND=/usr/bin/apt install monopd > Mar 16 19:25:02 think182 sudo[4410]: pam_unix(sudo:session): session opened > for user root(uid=0) by (uid=1000) > Mar 16 19:25:03 think182 systemd[1]: Reloading. > Mar 16 19:25:04 think182 systemd[1]: Reloading. > Mar 16 19:25:04 think182 systemd[1]: Starting monopd.service - game server > for board games like GtkAtlantic... > Mar 16 19:25:04 think182 systemd[1]: Listening on monopd.socket - monopd > listening socket. > Mar 16 19:25:04 think182 monopd[4512]: monopd 0.10.2 started > Mar 16 19:25:04 think182 monopd[4512]: loaded game configuration: > game=[Atlantic] > Mar 16 19:25:04 think182 monopd[4512]: loaded game configuration: > game=[Monopoly] > Mar 16 19:25:04 think182 systemd[1]: monopd.service: Failed to parse ERRNO= > field value '-2' in notification message: Numerical result out of range > Mar 16 19:25:04 think182 monopd[4512]: could not bind port 1234, exiting > Mar 16 19:25:04 think182 systemd[1]: monopd.service: Main process exited, > code=exited, status=254/n/a > Mar 16 19:25:04 think182 systemd[1]: monopd.service: Failed with result > 'exit-code'. > Mar 16 19:25:04 think182 systemd[1]: Failed to start monopd.service - game > server for board games like GtkAtlantic. > Mar 16 19:25:05 think182 sudo[4410]: pam_unix(sudo:session): session closed > for user root
That might be related to the latest change "Add a service template for compatibility reasons with monopd.socket.". Masking socket activation and enabling the service worked for me: # systemctl stop monopd@*.service # systemctl stop system-monopd.slice # systemctl stop monopd.socket # systemctl mask monopd.socket # systemctl enable monopd.service # systemctl start monopd.service Kind regards, Sylvain
signature.asc
Description: Digital signature

