On 20-May-98 Chris Fenton wrote:
> We are experiencing a number of power outages here at the university
> with undesirable effects on the UNIX systems.
> Upon re-booting the postgres-sql deamon postmaster did not boot ?
> A closer look revealed this message upon re-booting
>
> rpc.mountd cannot register service FATAL err no 80: or something like
> that, it all flashes by so quickly : )
> I know this is the NFS deamon but I really don't understand the nature
> of the error ?
Be sure the portmapper is running. I'm not sure of where this problem was
introduced, but apparently one of the RPMs from the errata was incorrect.
You can use the `tksysv' program to make sure portmap is running in runlevel 3,
or you can do:
# cd /etc/rc3.d
# ls -la *portmap*
If the ls produces nothing, then type the following:
# ln -s ../init.d/portmap S40portmap
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.