Re: daytime not working - despite enabling it

2005-08-11 Thread Uwe Dippel
On Wed, 10 Aug 2005 22:50:54 -0500, Ryan Nowakowski wrote: > Looks like daytime is still disabled(commented out). Uncomment both > daytime lines and do a "killall -HUP inetd". Sure; noticed myself, did so; added a gentle kill -s SIGHUP `cat /var/run/inetd.pid` and everything was as expected. A

Re: daytime not working - despite enabling it

2005-08-11 Thread Uwe Dippel
On Wed, 10 Aug 2005 07:55:37 +0800, Uwe Dippel wrote: > Seems I have to file a bug report against update-inetd ! hahaha ! Funny one here. Look at the bug reports, and has been broken for almost eight years ! Ought it not have been removed by now ?? Uwe -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: daytime not working - despite enabling it

2005-08-10 Thread Ryan Nowakowski
On Wed, Aug 10, 2005 at 07:55:37AM +0800, Uwe Dippel wrote: > On Sun, 07 Aug 2005 12:43:58 -0600, Bob Proulx wrote: > > $ grep daytime /etc/inetd.conf > #daytimestream tcp nowait rootinternal > #daytimedgram udp waitrootinternal Looks like daytime is still

Re: daytime not working - despite enabling it

2005-08-09 Thread Uwe Dippel
On Sun, 07 Aug 2005 12:43:58 -0600, Bob Proulx wrote: $ grep daytime /etc/inetd.conf #daytimestream tcp nowait rootinternal #daytimedgram udp waitrootinternal Seems I have to file a bug report against update-inetd ! > Do you have a firewall enabled? No,

Re: daytime not working - despite enabling it

2005-08-07 Thread Bob Proulx
Uwe Dippel wrote: > update-inetd --enable time,daytime > > is the correct command according to the man page man update-inetd. > Except, it would not work: > $ /usr/sbin/rdate -p 10.10.10.10 > rdate: connect: Connection refused What does this say? grep daytime /etc/inetd.conf On my system dayt

daytime not working - despite enabling it

2005-08-07 Thread Uwe Dippel
update-inetd --enable time,daytime is the correct command according to the man page man update-inetd. Except, it would not work: $ /usr/sbin/rdate -p 10.10.10.10 rdate: connect: Connection refused Even tried and restarted inetd - nothing - and rebooted. Still nothing. What is going on ?? nmap sh