Transmission daemon on Rocky 9 - bind errors only after reboot

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Integer
Posts: 2
Joined: Sat May 13, 2023 7:37 pm

Transmission daemon on Rocky 9 - bind errors only after reboot

Post by Integer »

Hello everyone!

I recently installed Transmission v3 on newly deployed Rocky Linux 9
I noticed following errors in the journal:

Code: Select all

May 13 21:21:29 localhost.localdomain transmission-daemon[1141]: [2023-05-13 21:21:29.842] Couldn't bind port 51413 on 192.168.1.21: Cannot assign requested address (net.c:452)
May 13 21:21:29 localhost.localdomain transmission-daemon[1141]: [2023-05-13 21:21:29.842] UDP Couldn't bind IPv4 socket (tr-udp.c:335)
What is interesting - these are present only in first startup after the reboot.
Each subsequent stop/start cycle no longer generate any errors.

Have anyone here seen something like this before?
Integer
Posts: 2
Joined: Sat May 13, 2023 7:37 pm

Re: Transmission daemon on Rocky 9 - bind errors only after reboot

Post by Integer »

Topic can be closed - I think transmission was started before reaching network/dhcp and I didn't have IP address up yet.
Changed in config listen to 0.0.0.0 and pesky log entries are gone!
Post Reply