Glad I could help you. 

There is only one other problem I've been having with RH 6.2. It's really a
personal prefence issue. RH 6.2 turns on the color feature on the Xterminals by
default. I prefer white text on black for my terminal windows, which makes it
hard to read the dark blue used for some items in the man pages and colorized
ls. I was able to disable the "color ls" easily, but my man pages still come
up colorized, as if Ted Turner got his hands on them. I posted my dilemma to
this list, but I made the mistake of sayng I thought it was a stupid feature.
As a result I got a bunch of flames, but no useful answers for getting the
color out of my man pages.

On Fri, 31 Mar 2000, you wrote:
> Hi,
> 
> You're right, /etc/services was replace by the 6.2 installer. All the
> required netatalk service definitions was in the new /etc/services,
> though.
> 
> I got a tip from Neil M. Bogue ([EMAIL PROTECTED]) that the
> appletalk module isn't compiled into the kernel anymore. The appletalk
> module has to be loaded with the modprobe command so I added the
> following to the /etc/rc.d/init.d/atalk script:
> 
>   start)
>         echo -n "Starting AppleTalk services: "
>         if [ -e /proc/modules ] && [ -x /sbin/modprobe ] ; then
>             /sbin/modprobe appletalk
>         fi
>         if [ ${ATALK_BGROUND} = yes ] ; then
> 
> And that did the trick, I'm up and running again. :-)
> 
> Have you had any other problems with RH 6.2?
> 
> Regards,
> Jonas Nasholm
> 
> 
> Prentice Bisbal wrote:
> > 
> > did you check /etc/services? I just installed RH 6.2 and the next day my
> > network backup system couldn't talk to my linux host. Turns out that RH 6.2
> > just copies the existing /etc/services to /etc/services.rpmsave and writes a
> > new one there, with no regard for any modifications that might have been made
> > to the pre-existing version. It doesn't appear to mess with /etc/inetd.conf,
> > however.
-- 
Prentice
[EMAIL PROTECTED]
Princeton Plasma Physics Lab
http://www.pppl.gov  


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to