On Sat, 29 Apr 2000, [EMAIL PROTECTED] wrote:
> Hello,
>
> I recently recompiled my kernel for the first time and now I have two
> questions on error messages....
>
> I get "bringing up interface eth0, initilization delayed" And I have
> to bring up the net connection manually after starting...
>
By default Redhat starts networking before pcmcia. So you can do something
like this:
# mv /etc/rc.d/rc3.d/S??pcmcia /etc/rc.d/rc3.d/S09pcmcia
On my system, network is S10network so putting pcmcia at 09 will start it
before networking... this has worked for me in the past, but there may be
a better solution.
> I keep getting a message from (I think) xfs, sometimes GDK, (or
> "shmget" which I've never seen before)
>
> "shmget: shm filesystem not mounted"
>
Are you running a 2.3.x kernel? If so you need to add an entry in
/etc/fstab for the shm filesystem:
# mkdir /var/shm
# echo "none /var/shm shm defaults 0 0" >> /etc/fstab
> And on shutdown, I don't see the usual messages as the machine goes down.....
>
> Also I have the display (finally) working with X in 8 colors, but the
> video has 2 to 8 Mb, so I'd like to try to get it working with at
> least 16.. any ideas? (its a semi-obscure laptop-like device, a
> Netpliance "i-opener")
>
Sorry I can't help with the display problem.
Steve
--
Steve Feehan Phone: 785-532-6350x44
System Administrator Fax: 785-532-7533
Computing and Information Science ICQ: 9751775
Kansas State University http://www.cis.ksu.edu/~steve/
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.