View previous topic :: View next topic |
Author |
Message |
cookie n00b
Joined: 26 Feb 2003 Posts: 36 Location: Manchester England
|
Posted: Fri Sep 19, 2003 10:37 am Post subject: Problem with Ident and Xinetd |
|
|
This might be stupid but its the first time ive used xinetd. I want ident to run so I created /etc/xinetd.d/auth
service auth
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server_args = /usr/sbin/in.identd
}
However when I restarted xinet.d it say only one service active (thats ftp) what have I done wrong?
Thanks in advance |
|
Back to top |
|
|
Lord Tocharian Tux's lil' helper
Joined: 11 Mar 2003 Posts: 75
|
Posted: Fri Sep 19, 2003 11:43 am Post subject: |
|
|
I am not that familiar with xinetd but from what I remember shouldn't that be Also I think that the server you want would be Code: | server = /usr/sbin/identd |
On a related note I would recommend emerging net-misc/linux-identd. It works great for me with a simple /etc/init.d/identd start |
|
Back to top |
|
|
cookie n00b
Joined: 26 Feb 2003 Posts: 36 Location: Manchester England
|
Posted: Fri Sep 19, 2003 12:29 pm Post subject: Options |
|
|
Im no totally sure what the options would be I found them for inetd and tried (not very well) adapt them to xinetd. |
|
Back to top |
|
|
Lord Tocharian Tux's lil' helper
Joined: 11 Mar 2003 Posts: 75
|
Posted: Fri Sep 19, 2003 2:49 pm Post subject: |
|
|
Just to make sure that something is actually wrong, if xinetd is working properly with identd it will not show it running right away (won't be active right away). You need to actually attempt to use identd (with an irc client or something) in order for xinetd to activate identd on request. One other way I can think of to check if it is running is to use netstat to see if identd is listening on port 113. |
|
Back to top |
|
|
cookie n00b
Joined: 26 Feb 2003 Posts: 36 Location: Manchester England
|
Posted: Fri Sep 19, 2003 4:19 pm Post subject: There is definatly a problem! |
|
|
I realise xinetd will not start ident until there is a request however when a request comes in ident dosnt get started.
Currently I am running ident in deamon mode but I would much rather xinetd runs the show.
Thanks
John |
|
Back to top |
|
|
|