hi all,
Was wondering if anyone is running Centos on a CF card slot. It installed OK , it boots ok, but after a while it is no longer on the network.
After power cycling there is nothing in the /var/log/messages as to a crash etc...
I ran a USB thumb drive 8G on this same PC and it seems to continue to work. Just STICKS out a few inches. Not the best look.
Any pointers on how to find out what it doesnt like? Any pointers on running from a CF card.
I have done the straight 686 install - I do add asterisk to the box.
Jerry
Jerry Geis wrote:
hi all,
Was wondering if anyone is running Centos on a CF card slot. It installed OK , it boots ok, but after a while it is no longer on the network.
Hook a serial console to the system to see if there is anything that the console prints out that indicates what caused the failure.
What do you mean by a CF card slot? Is it a USB->CF adapter? If your going the CF route I'd suggest a [P|S]ATA->CF adapter instead of a USB one.
nate
Jerry Geis wrote:
/ hi all,
/>/ />/ />/ Was wondering if anyone is running Centos on a CF card slot. />/ It installed OK , it boots ok, but after a while it is no longer />/ on the network. />/ />/ /
when its 'not on the network', what is the state of the networking layers?
# ifconfig -a # netstat -rn
etc ?
When I try do do anything on the console I get no response. network doesnt respond to a ping either.
So I just reboot. thought maybe there would be something in the log file saying why the lock up but there isnt.
Jerry
Jerry Geis wrote:
So I just reboot. thought maybe there would be something in the log file saying why the lock up but there isnt.
It's pretty rare for there to be log entries on the box that point to why it crashed or locked up, at least in my experience, hence the need for a serial console.
nate
In article 38861.10.10.10.17.1228784915.squirrel@webmail.linuxpowered.net, nate centos@centos.org wrote:
It's pretty rare for there to be log entries on the box that point to why it crashed or locked up, at least in my experience, hence the need for a serial console.
Tailing dmesg might show something. Might not either but it's an easy thing to try.
Rick wrote:
In article 38861.10.10.10.17.1228784915.squirrel@webmail.linuxpowered.net, nate centos@centos.org wrote:
It's pretty rare for there to be log entries on the box that point to why it crashed or locked up, at least in my experience, hence the need for a serial console.
Tailing dmesg might show something. Might not either but it's an easy thing to try.
dmesg isn't a file, its a program thats dumping the kernel message buffer. how do you live 'tail' it?
On Tue, 2008-12-09 at 14:07 -0800, John R Pierce wrote:
Rick wrote:
<snip>
dmesg isn't a file, its a program thats dumping the kernel message buffer. how do you live 'tail' it?
# dmesg|tail -f usb 1-3: USB disconnect, address 2 agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
<snip sig stuff>
William L. Maltby wrote:
On Tue, 2008-12-09 at 14:07 -0800, John R Pierce wrote:
Rick wrote:
<snip>
dmesg isn't a file, its a program thats dumping the kernel message buffer. how do you live 'tail' it?
# dmesg|tail -f usb 1-3: USB disconnect, address 2 agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
when I do that it lists the usual 10 lines from tail, then exits, -f or not.
In article 493EF930.6010501@hogranch.com, John R Pierce centos@centos.org wrote:
when I do that it lists the usual 10 lines from tail, then exits, -f or not.
I didn't quite mean tailing the dmesg program. What you need to tail (IIRC) is /proc/kmsg.
John R Pierce wrote on Tue, 09 Dec 2008 14:07:35 -0800:
dmesg isn't a file, its a program thats dumping the kernel message buffer. how do you live 'tail' it?
dmesg|tail you knew that, did you ;-)
Also, you can do tail /var/log/dmesg but the result is the last buffer.
Kai
Jerry Geis wrote:
hi all,
Was wondering if anyone is running Centos on a CF card slot. It installed OK , it boots ok, but after a while it is no longer on the network.
if this CF card slot is emulating a IDE device (that IS what CF cards do on PCMCIA, after all), I'd try disabling IDE DMA and see if that stabilizes it.