[X2Go-Dev] X2go crash on Fedora 37, port already in use?

Robert Kudyba rkudyba at fordham.edu
Sat Dec 31 20:07:26 CET 2022


Thanks for the quick response. If it's not a bug then perhaps the error
messages could be more clear rather than syntax error?

# netstat -tulpn | grep LISTEN
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN
    851/systemd-resolve
tcp        0      0 0.0.0.0:50201           0.0.0.0:*               LISTEN
    1518/rpc.statd
tcp        0      0 0.0.0.0:944             0.0.0.0:*               LISTEN
    1192/ypbind
tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN
    1538/cupsd
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
    1/systemd
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
    1326/sshd: /usr/sbi
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN
    2979/sendmail: acce
tcp        0      0 192.168.122.1:10002     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 192.168.122.1:10003     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 192.168.122.1:10001     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 192.168.122.1:10004     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 192.168.122.1:10005     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 127.0.0.54:53           0.0.0.0:*               LISTEN
    851/systemd-resolve
tcp        0      0 192.168.122.1:53        0.0.0.0:*               LISTEN
    2581/dnsmasq
tcp        0      0 150.108.64.67:10001     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 150.108.64.67:10003     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 150.108.64.67:10002     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 150.108.64.67:10005     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 150.108.64.67:10004     0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN
    851/systemd-resolve
tcp        0      0 172.17.0.1:10003        0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 172.17.0.1:10002        0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 172.17.0.1:10001        0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 172.17.0.1:10005        0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 172.17.0.1:10004        0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 127.0.0.1:10002         0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 127.0.0.1:10003         0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 127.0.0.1:10001         0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 127.0.0.1:10004         0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp        0      0 127.0.0.1:10005         0.0.0.0:*               LISTEN
    4575/agentid-servic
tcp6       0      0 fe80::e1f0:711b:b:10001 :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 fe80::e1f0:711b:b:10002 :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 fe80::e1f0:711b:b:10003 :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 fe80::e1f0:711b:b:10004 :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 fe80::e1f0:711b:b:10005 :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 :::944                  :::*                    LISTEN
    1192/ypbind
tcp6       0      0 :::631                  :::*                    LISTEN
    1538/cupsd
tcp6       0      0 :::111                  :::*                    LISTEN
    1/systemd
tcp6       0      0 :::22                   :::*                    LISTEN
    1326/sshd: /usr/sbi
tcp6       0      0 ::1:10001               :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 ::1:10002               :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 ::1:10003               :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 ::1:10004               :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 ::1:10005               :::*                    LISTEN
    4575/agentid-servic
tcp6       0      0 :::5355                 :::*                    LISTEN
    851/systemd-resolve
tcp6       0      0 :::56035                :::*                    LISTEN
    1518/rpc.statd



On Sat, Dec 31, 2022, 1:59 PM <me at jcn50.com> wrote:

> Hi Robert,
>
>
> Surely this isn't a bug. Have you checked your opened ports? The command
> is:
> netstat -tulpn | grep LISTEN
>
> If you get a "command not found" error, please install it:
> yum install -y net-tools
> OR this command:
> apt install -y net-tools
>
>
> Regards,
> Chris N.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x2go.org/pipermail/x2go-dev/attachments/20221231/6b10d5f5/attachment.htm>


More information about the x2go-dev mailing list