Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xinetd Problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
selim
Apprentice
Apprentice


Joined: 14 Apr 2004
Posts: 219

PostPosted: Tue Apr 26, 2005 10:32 pm    Post subject: xinetd Problem Reply with quote

Ich hab ein perl daemon script in xinetd am laufen. Problem ist nur es gibt mir jedesmal nen Fehler im xinetd Log aus:

ERROR: Port not specified and can't find service: mylhex with getservbyname

Woran kann denn das liegen?
Ich schätze mal das ist ein xinetd spezifisches Problem, zumindest soweit ich das in google festellen konnte. Aber ich hab keine Ahnung auf welchen Fehler das hinweist?
Bin für jede Hilfe dankbar.
Back to top
View user's profile Send private message
Deever
Veteran
Veteran


Joined: 06 Jul 2002
Posts: 1354
Location: Zürich / Switzerland

PostPosted: Tue Apr 26, 2005 11:06 pm    Post subject: Reply with quote

So wie ich diese eigenartigste Fehlermeldung deute, hast du vermutlich deinen "Service" nicht in /etc/services eingetragen?

Gruß,
/dev

[edit]Ach so: Wie sieht denn dein Eintrag in der xinetd.conf aus?[/edit]
Back to top
View user's profile Send private message
selim
Apprentice
Apprentice


Joined: 14 Apr 2004
Posts: 219

PostPosted: Wed Apr 27, 2005 8:56 am    Post subject: Reply with quote

# default: off
# description: mylhex server for ircd
service mylhex
{
socket_type = stream
wait = no
user = root
server = /etc/ircd/mylhex.pl
disable = no
}
Back to top
View user's profile Send private message
Chrystalsky
n00b
n00b


Joined: 26 Apr 2005
Posts: 51
Location: Germany

PostPosted: Wed Apr 27, 2005 9:04 am    Post subject: Reply with quote

service mylhex

das ist der eintrag, der in der /etc/services auch rein muss....

servicename, protokoll und port müssen dort rein. wenn du die datei öffnest, wirst sicherlich sehen, wie es geht, sind ja einige drin ;)
_________________
www.egocrew.de
Back to top
View user's profile Send private message
selim
Apprentice
Apprentice


Joined: 14 Apr 2004
Posts: 219

PostPosted: Wed Apr 27, 2005 10:31 am    Post subject: Reply with quote

Danke, jetzt geht's
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum