Hi Amitav,
deamon.log says that libwrap refused connection. You need to reconfigure
libwrap. You probably have "ALL: PARANOID" in /etc/hosts.deny and a
hostname of that machine does not match its address, so maybe you need
only to correct /etc/hosts or DNS records (accordingly to configuration
in /etc/nsswitch.conf).
Regards,
Lukasz
On 5/17/11 4:23 PM, Amitav Mohanty wrote:
On 05/17/2011 12:38 AM, Lukasz Lacinski wrote:
Hi Amitav,
You probably configured a MyProxy server to be started by a xinet
demon. Please, stop the server and execute it manually in a command
line with all options specified in a configuration file for xinetd.
Please, add the options '-d' and '-v' to debug what really happens
on the server side when myproxy-logon requests a credential from the
server.
Regards,
Lukasz
Hey
Yes I did start is as a xinet daemon. I got the following log in
daemon.log
May 18 02:46:35 fool xinetd[5469]: Reading included configuration
file: /etc/xinetd.d/gridftp [file=/etc/xinetd.conf] [line=14]
May 18 02:46:35 fool xinetd[5469]: Reading included configuration
file: /etc/xinetd.d/myproxy [file=/etc/xinetd.d/myproxy] [line=13]
May 18 02:46:35 fool xinetd[5469]: Reading included configuration
file: /etc/xinetd.d/sane [file=/etc/xinetd.d/sane] [line=10]
May 18 02:46:35 fool xinetd[5469]: Reading included configuration
file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=11]
May 18 02:46:35 fool xinetd[5469]: Reading included configuration
file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=10]
May 18 02:46:35 fool xinetd[5469]: Reading included configuration
file: /etc/xinetd.d/svn [file=/etc/xinetd.d/svn] [line=10]
May 18 02:46:35 fool xinetd[5469]: removing sane-port
May 18 02:46:35 fool xinetd[5469]: removing servers
May 18 02:46:35 fool xinetd[5469]: removing services
May 18 02:46:35 fool xinetd[5469]: removing svn
May 18 02:46:35 fool xinetd[5469]: xinetd Version 2.3.14 started with
libwrap options compiled in.
May 18 02:46:35 fool xinetd[5469]: Started working: 2 available services
May 18 02:47:34 fool xinetd[5471]: libwrap refused connection to
myproxy-server (libwrap=myproxy-server) from 127.0.0.1
May 18 02:47:35 fool xinetd[5472]: libwrap refused connection to
myproxy-server (libwrap=myproxy-server) from 127.0.0.1
May 18 02:47:42 fool xinetd[5474]: libwrap refused connection to
myproxy-server (libwrap=myproxy-server) from 127.0.0.1
May 18 02:47:42 fool xinetd[5475]: libwrap refused connection to
myproxy-server (libwrap=myproxy-server) from 127.0.0.1
I shall try your way and report back soon. Meanwhile, please have a
look at the above log.
Regards
Amitav