Does the Linux version of Livius actually work?

Questions and comments related to CCRL testing study
Post Reply
dejan
Posts: 19
Joined: Wed Apr 17, 2019 3:41 pm
Sign-up code: 10159

Does the Linux version of Livius actually work?

Post by dejan »

Could anyone here who uses Linux build of Livius confirm being able to connect to the GrahamCCRL.dyndns.org ?
I have tried 50 times to connect to this server in the last few months, and it failed every time (I double-checked the connection parameters - I am perfectly aware of the fact that port changes all the time).
Richard Delorme
Posts: 2
Joined: Mon Jul 15, 2019 11:19 pm
Sign-up code: 10159

Re: Does the Linux version of Livius actually work?

Post by Richard Delorme »

dejan wrote: Mon Jul 15, 2019 4:20 pm Could anyone here who uses Linux build of Livius confirm being able to connect to the GrahamCCRL.dyndns.org ?
I have tried 50 times to connect to this server in the last few months, and it failed every time (I double-checked the connection parameters - I am perfectly aware of the fact that port changes all the time).
It works fine here. (I use fedora 30 and compiled the source from github in april 2019, the 5th). Tom's live chess viewer also used to work with wine.
dejan
Posts: 19
Joined: Wed Apr 17, 2019 3:41 pm
Sign-up code: 10159

Re: Does the Linux version of Livius actually work?

Post by dejan »

Hey Richard - glad to see you here! :)
Look, could you please do a

Code: Select all

telnet GrahamCCRL.dyndns.org 16001
and tell me whether it gives any output?
When I execute it all I get is:

Code: Select all

dejan@turing$ telnet GrahamCCRL.dyndns.org 16001
Trying 222.154.252.101...
After some time the connection times out.

I also use Fedora 30 and latest Livius...
Is it possible that I always picked the time to connect when the server was down?? :shock:
Rubi
Posts: 20
Joined: Fri Oct 27, 2017 11:00 am
Sign-up code: 10159

Re: Does the Linux version of Livius actually work?

Post by Rubi »

I can confirm that Livius works fine under Linux (Xubuntu 19.04 here) compiled from source.
The telnet test doesn't work cause it tests tcp connection while TLCV / Livius uses udp protocol.

Andreas
Richard Delorme
Posts: 2
Joined: Mon Jul 15, 2019 11:19 pm
Sign-up code: 10159

Re: Does the Linux version of Livius actually work?

Post by Richard Delorme »

dejan wrote: Tue Jul 16, 2019 8:47 am Hey Richard - glad to see you here! :)
Look, could you please do a

Code: Select all

telnet GrahamCCRL.dyndns.org 16001
and tell me whether it gives any output?
When I execute it all I get is:

Code: Select all

dejan@turing$ telnet GrahamCCRL.dyndns.org 16001
Trying 222.154.252.101...
After some time the connection times out.

I also use Fedora 30 and latest Livius...
Is it possible that I always picked the time to connect when the server was down?? :shock:
telnet does not work for me either, but livius does. A quick look at Livius code shows that it communicates through UDP, while telnet uses TCP/IP, so I guess this result is not surprising:
Using nc to test the connection through TCP, I get:

Code: Select all

$ nc -zv GrahamCCRL.dyndns.org 16001
Ncat: Version 7.70 ( https://nmap.org/ncat )
Ncat: Connection timed out.
and UDP:

Code: Select all

$ nc -uzv GrahamCCRL.dyndns.org 16001
Ncat: Version 7.70 ( https://nmap.org/ncat )
Ncat: Connected to 222.154.252.101:16001.
Ncat: UDP packet sent successfully
Ncat: 1 bytes sent, 0 bytes received in 2.02 seconds.
dejan
Posts: 19
Joined: Wed Apr 17, 2019 3:41 pm
Sign-up code: 10159

Re: Does the Linux version of Livius actually work?

Post by dejan »

Thanks Richard - I did not know it uses UDP... I still can't connect via Livius anyway... Will look further.
dejan
Posts: 19
Joined: Wed Apr 17, 2019 3:41 pm
Sign-up code: 10159

Re: Does the Linux version of Livius actually work?

Post by dejan »

Still can't make it work... I give up.
User avatar
Graham Banks
Posts: 26995
Joined: Sun Dec 18, 2005 5:47 pm
Sign-up code: 0
Location: Auckland, NZ

Re: Does the Linux version of Livius actually work?

Post by Graham Banks »

dejan wrote: Thu Jul 25, 2019 8:43 am Still can't make it work... I give up.
Have you tried REGO?
https://web.archive.org/web/20171016195 ... JQ_UI.html
Post Reply