![]() |
![]() |
#1 |
Jul 2004
Sweden
2×7 Posts |
![]()
Hi,
I seem to be unable to start the llrnet client on my RHEL5 box. I'm sure I'm doing something wrong, but here's the error message I get: nice -20 ./llrnet Running 'init.lua' ... Loading library 'basic' ... Loading library 'client' ... Loading library 'client_server' ... LLR network client 0.9b7 started Based on LLR version 3.5.0 Loading library 'win32' ... unknown host pspnet.no-ip.info LLRMain started server dialog thread started ... unknown host pspnet.no-ip.info Thanks for your time, puh_32 |
![]() |
![]() |
![]() |
#2 |
Apr 2003
22×193 Posts |
![]()
Some linux Distributions have problems with the DNS resolution when it is calledfrom the llrnet client.
Try: server=62.75.240.56 I hope it is the correct IP. From my office ping to the outside world is blocked so I can not check it from here. So maybe best way is first ping www.psp-project.de and then use the ip shown. |
![]() |
![]() |
![]() |
#3 |
Jul 2004
Sweden
1410 Posts |
![]()
server="62.75.240.56"
worked! many thanks! |
![]() |
![]() |
![]() |
#4 |
Oct 2008
Trondheim, Norway
1910 Posts |
![]()
This is due the statically linked executable and different glibc on your host than the one on the host that llrnet was compiled.
The function "gethostbyname" used when you try to resolve that DNS address to an IP address will not return anything at all if your glibc is slightly different than the one used for linking. Actually, you will get a warning while compiling: Code:
warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking .R |
![]() |
![]() |
![]() |
#5 |
Jul 2004
Sweden
2·7 Posts |
![]()
Thanks for your kind input. I don't mind hardcoding the IP into the config, so I'm all set.
puh_32 |
![]() |
![]() |
![]() |
#6 |
Apr 2003
30416 Posts |
![]()
@puh_32: Sorry for forgeting the """
@runesk: Thanks for giving the background information why this happens. Till now i did only know that there is a problem but had no clue about the reason. Last fiddled with by ltd on 2009-03-02 at 17:29 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unknown Intel | fidelitas | Information & Answers | 4 | 2014-08-20 18:36 |
CURL library error: couldn't connect to host | Matt Westwood | Software | 2 | 2010-02-22 21:57 |
unknown iteration time? | ixfd64 | Software | 3 | 2010-01-08 20:41 |
CURL Library Error: could not connect to host | Unregistered | Information & Answers | 3 | 2009-11-22 09:35 |
L2 cache unknown with new CPUs | ahmerali | Hardware | 8 | 2006-12-09 19:08 |