[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Solution to service not found problem...
From: |
Nick Walsh |
Subject: |
Solution to service not found problem... |
Date: |
Thu, 12 Oct 2000 15:49:07 +0930 |
Ahhh...
If you are getting this error on Redhat6.x
...
Warning - unable to find service 'gdomap'
on a unix host it should be in /etc/services
as 'gdomap 538/tcp' and 'gdomap 538/udp'
...
The problem is in /etc/nsswitch.conf
change the line
services: nis [NOTFOUND=return] files
to
services: nis files
and gdomap and friends will start automagically
when you run an app.
Nick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Solution to service not found problem...,
Nick Walsh <=