Hi all, On my 12.2 box i just noticed something peculiar, two processes listening on the same IP-port. I do remember that some services manage to do port-multiplexing, but not cups/systemd: # lsof -i -n -P |grep 631 systemd 1 root 36u IPv6 6063 0t0 TCP *:631 (LISTEN) systemd 1 root 38u IPv4 6064 0t0 UDP *:631 cupsd 363 root 4u IPv6 6063 0t0 TCP *:631 (LISTEN) cupsd 363 root 5u IPv4 6064 0t0 UDP *:631 cupsd 363 root 10u IPv4 8580 0t0 TCP 127.0.0.1:631 (LISTEN) cups-poll 651 lp 4u IPv4 3787156 0t0 TCP 192.168.0.21:39092->192.168.0.15:631 (ESTABLISHED) According to /etc/services, 631 is for ipp, so what is systemd doing there? hw -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Hans Witvliet