Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rdate 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
wenger
n00b
n00b


Joined: 26 Apr 2004
Posts: 34
Location: Bodensee

PostPosted: Thu Oct 07, 2004 8:40 am    Post subject: rdate problem Reply with quote

Hallo Listige,
nach einem emerge --deep --update world geht mein rdate nicht mehr.
rdate -s arktur (der server heisst arktur) meldet rdate:
rdate: time/tcp unknown service
Am server wurde nichts verändert und bei den nicht upgedateten clients geht es noch. Ich finde nichts dazu im Forum.
Ich weiss nicht wo ich das einstellen kann, vor allem warum wurde es geändert?
peter
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Thu Oct 07, 2004 8:46 am    Post subject: Reply with quote

Guck mal in deine /etc/services
/etc/services wrote:
time 37/tcp timserver

Wenn ich das auskommentiere, dann erhalte ich den gleichen Fehler.
Back to top
View user's profile Send private message
wenger
n00b
n00b


Joined: 26 Apr 2004
Posts: 34
Location: Bodensee

PostPosted: Thu Oct 07, 2004 8:54 am    Post subject: Reply with quote

sirro wrote:
Guck mal in deine /etc/services
/etc/services wrote:
time 37/tcp timserver

Wenn ich das auskommentiere, dann erhalte ich den gleichen Fehler.

Es ist nicht auskommentiert, leider (':(') .
es muss also woanders liegen.
peter
Back to top
View user's profile Send private message
batnator
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 93
Location: Berlin / Germany

PostPosted: Thu Oct 07, 2004 11:38 am    Post subject: Reply with quote

vielleicht eine firwallregel die blockiert?
ansonsten probiere die ganze sache mal mit udp
Code:
rdate -s -u arktur

_________________
Why rise by windows if there are doors!!!!!

Registered Linux user #77182
Back to top
View user's profile Send private message
wenger
n00b
n00b


Joined: 26 Apr 2004
Posts: 34
Location: Bodensee

PostPosted: Fri Oct 08, 2004 1:44 pm    Post subject: Reply with quote

ergiebt leider den gleichen Fehler.
dazu alle noch nicht upgedateten gentoo-clients im gleichen Raum am gleichen server haben das Problem nicht.
peter
Back to top
View user's profile Send private message
batnator
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 93
Location: Berlin / Germany

PostPosted: Fri Oct 08, 2004 1:58 pm    Post subject: Reply with quote

Definitiv ist die Fehlermeldung vom rdate Programm welches beim nachschauen in der Servicetabelle keinen passenden Eintrag findet:
Auszug aus dem rdate quelltext
Code:
if ((timeServ = getservbyname("time","tcp")) == NULL) {
                fprintf(stderr, "rdate: time/tcp: unknown service\n");
                return(-1);
        }

Folgende Einträge muessen in der /etc/services stehen
Code:
time            37/tcp          timserver
time            37/udp          timserver

Da du ja meintest, dass diese Einträge vorhanden sind, gibt es jetzt 2 Möglichkeiten:

1. Hole Dir die /etc/services von einem Client wo es funktioniert und vergleiche diese mit Deiner. Sollten eigentlich gleich sein. Wenn nicht ersetzte Deine durch die Kopie
2. Habt Ihr NIS, YP oder HESIOD bei euch am laufen? Über diese Dienste kann man auch die verfügbaren Services netzwerkweit anbieten. Ich weiss z.B. dass sich beim yp Client was geändert hat.
_________________
Why rise by windows if there are doors!!!!!

Registered Linux user #77182
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