microtan / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

DNS Server fails to start on 64 bit linux #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The DNS server fails to start on 64 bit linux with the following error:

direct/DirectDNSServices/DirectDNSServer/bin/./wrapper-linux-x86-32: not found

If I remember correctly, this can be worked around by renaming the 64 bit file 
to the 32 bit file name.

Original issue reported on code.google.com by bgran...@harris.com on 5 May 2011 at 1:18

GoogleCodeExporter commented 9 years ago
This is weird because we (Cerner) have deployed this on 64 bit redhat with no 
issues.  But you are correct that it does work if you rename the 64bit file.

Original comment by gm2...@cerner.com on 5 May 2011 at 1:27

GoogleCodeExporter commented 9 years ago
This may be specific to Ubuntu then.

The report I just received regarding this was on Ubuntu, and the times that I 
have had it fail were also on Ubuntu.

Original comment by bgran...@harris.com on 5 May 2011 at 1:35

GoogleCodeExporter commented 9 years ago
Agreed.  I've had the same issues with Ubuntu 64bit as well.

Original comment by gm2...@cerner.com on 5 May 2011 at 2:06

GoogleCodeExporter commented 9 years ago
I also ran across this problem on Ubunto 10.4 Resolved it by manually running 
the server from the command prompt like this:

sudo /home/direct/DirectDNSServices/DirectDNSServer/bin/wrapper-linux-x86-64 
/home/direct/DirectDNSServices/DirectDNSServer/conf/wrapper.conf 
wrapper.syslog.ident=DirectDNSServer 
wrapper.pidfile="/home/direct/DirectDNSServices/DirectDNSServer/logs/DirectDNSSe
rver.pid" wrapper.daemonize=TRUE

Original comment by nikolai....@gmail.com on 5 Aug 2011 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by gm2...@cerner.com on 8 Sep 2011 at 7:37

GoogleCodeExporter commented 9 years ago
I have seen this fail on RHEL 6. Renaming does resolve it though.

Original comment by BrianCHo...@gmail.com on 18 Oct 2012 at 3:40