Hardware :: Ata_piix Timeout On Flagstone SATA / Repeating Error Until Kernel Eventually "panics"?

Apr 9, 2010

When trying to install RHEL 5.4 on a Flagstone SATA (encrypted hard disk), linux timeouts while loading the ata_piix module.

ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
ata2.00: cmd 81/00:08:00:00:00/00:00:00:00:00/e0 tag 0 data 4096 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port
ata2.00: configured for UDMA/33
ata2: EH complete

The above message is repeated several times until the kernel eventually "panics".If I use a non-encrypted SATA (Maxtor, Fujitsu, etc), the install works. It only fails with Flagstone SATA encrypted hard disks.

View 2 Replies


ADVERTISEMENT

Hardware :: Can't Get SATA Drive In AHCI Mode, Ata_piix Stuck?

Apr 7, 2010

I realized after spending some time performance tuning my mini Linux server that the hard drive is stuck in IDE mode, and I can't get the controller to be discovered in AHCI mode.EDIT: I should add that I'm running Vector Linux 6.0 Lite, which is based on Slackware 13.0. The Kernel version is 2.6.27.12.

The mobo in question is actually a small mini-ITX board from Foxconn. Here is a links to the specs:url.I use it for a media server, and so far the drive I'm using (Hitachi HDE721010SLA330) is working fine in IDE mode (apparently).

I have a strong suspicion that the crappy Foxconn BIOS supplied with the board is not initializing the Intel 945GC controller in AHCI mode. There is a BIOS entry for setting the controller to "Advanced", but I don't think it's doing the job.

Here is an "lspci -vvnn" of my system:

Code:
00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02)
Subsystem: Foxconn International, Inc. Unknown device [105b:0d4d]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
code....

Is there anything I can do to get the drive/controller in ahci mode, or is the BIOS screwing me?

View 3 Replies View Related

Ubuntu :: Continually Repeating Kernel Error ?

Mar 28, 2010

I have a kernel error that repeats itself every few seconds that Ubuntu is up. After a couple of hours my /var/log file is up to 625M. It doesn't seem to hurt anything, but I would like to know what's going on.

Here it is in my kernel log:

Code:

Here is its first appearance in dmseg. It repeats mixed in with other stuff untill the end of the log.

Code:

View 3 Replies View Related

Ubuntu Networking :: Lucid: Samba Causes Very Slow Shutdown (eventually By Timeout)?

Sep 11, 2010

Samba doesn't seem to disconnect on shutdown except by timing out, causing a loooong Lucid shutdown. (I can disconnect manually before shutdown by unmounting the Samba shares, and shutdown is then very fast.) Apparently Network Manager is somehow involved. I've installed a NM shutdown Samba script which works for the first user account, but not for the second user account (which was created and then put into the admin group).

View 4 Replies View Related

CentOS 5 Hardware :: SATA Error - When Kernel Is Loading

Jul 29, 2009

I've installed CentOS 5.3 in a new machine....

But i got these errors when kernel is loading

The machine is a dual core 2.6 Ghz, mainboard is intel DG31PR, SATA disk SAMsung 500 GB, 4 GB RAM.

I've checked other errors in different distributions, but everyone has a different criteria about the problem.

View 5 Replies View Related

Hardware :: Cannot Boot From SATA Disk - Timeout 10

Jun 17, 2010

I have a problem to boot from a SATA disk. The filesystem image was created by our customer and copied to the SATA disk. It is SLES 10.2. When booting, "waiting for /dev/sda2 to appear" appears. The filesystem seems not to be corrupted, it can be mounted via a live CD. Here are the files I consider being useful for you.

menu.lst
Code:
timeout 10
gfxmenu (hd0,1)/boot/message
title SLES 10.2
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x314 splash=silent resume=/dev/sda1
showopts initrd (hd0,1)/boot/initrd
title Failsafe -- SLES 10.2
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x314 splash=silent resume=/dev/sda1 showopts ide=nodma apm=off acpi=off noresume selinux=0 nosmp noapic maxcpus=0 edd=off
initrd (hd0,1)/boot/initrd fstab

Code:
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
/dev/sda2 / ext3 defaults 0 0
/dev/sda1 swap swap pri=42 0 0
fdisk -l

Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104514+ 82 Linux swap / Solaris
/dev/sda2 * 263 4209 31704277+ 83 Linux

View 5 Replies View Related

Ubuntu :: SATA II / Error "ata4: Limiting SATA Link Speed To 1.5 Gbps" - Allowing The SSD To Run At SATA II Speeds?

May 1, 2011

I keep getting this error in my log viewer every 2 seconds: Code: ata4: limiting SATA link speed to 1.5 Gbps I have a dual boot SSD and I have run many SMART tests in windows and linux, (using smartmon tools and the disk utility) and the reports are all 100% healthy..... My research shows that this error represents one of the following:

1. Problem with SATA controller
2. Changing BIOS to allow SATA
3. Changing SATA mode to PATA or AHCI
4. Replacing the SATA cable
5. Allowing the SSD to run at SATA II speeds, i.e. 3 Gbps

- Does anyone know how to try number 5, i.e. allowing the SSD to run at SATA II speeds? I am lost here and this problem has caused my machine to crash twice when watching a movie in linux/ ubuntu. (It is worth noting that the crashes have only occurred in linux and I have never had an issue in windows, so it does seem to be a linux setting somewhere, hence why I think it is a "allowing SATA II to run at correct speeds issue")

View 4 Replies View Related

OpenSUSE Install :: Booting With Bootsplash Turned Off / Sending Error FATAL: Module Ata_piix Not Found?

Dec 20, 2009

while booting with bootsplash turned off there's a message "FATAL: Module ata_piix not found FATAL: Error running install command for ata_piix" .Though everything works fine i'd like to know what does this message mean and is there a way to disable loading of ata_piix whatever it means.

View 2 Replies View Related

Ubuntu :: Getting Kernel Panics While Booting From LiveCD / USB

Feb 17, 2011

I just built a computer with these specs:
Asus P7P55D-E Pro Mother Board
2 x 4gb GSkill RipJaw 1333
Intel Core i5-760 cpu
MSI nVidia GeFore GTX-460 Video Card

When I try to boot from a live CD/USB I always get some sort of kernel panic, most times about USB controllers and other times about cpu_idle. I have pictures of these that I can post but nothing from any logs because this is happening even before I install. I have left memtest running over night for 11 hours and had no problems, I have tried to boot with only one stick of memory, I have changed the video card to a GeForce 8800 and I have tried everything on a different motherboard and still no luck. Would I wrong to say that there is a problem with the CPU and should I return it? My only problem with all of this is that Windows installs perfectly fine on the computer with zero problems...weird.

View 1 Replies View Related

Ubuntu :: Kernel Panics In Natty All The Time?

May 10, 2011

I have been a happy Ubuntu and other distros user from 2007 to now. Had my old 7.10 Gutsy Gibbon (Ubuntu Studio actually) that I really felt was time to upgrade. Then I downloaded the ISO image for 11.04 Natty Narwhal past 4 day ago. It gave me an option to install on my old 7.10, upgrading it, then I chose that one not to have to lose my data.

At the very end of the installation (when downloading several packages from the net) I got a kernel panic.
After that I reinstalled from zero wiping the whole partition, with the same results. It only worked when I disconnected the net cable so it wouldn't download anything during install. Then I could run the 11.04, but kept getting kernel panics, and after some testings (I thought it was the nvidia video drivers at first) I think it happens after some ammount of network traffic happens.

Memtest went normal, I tried logging with no-effects and I tried some solutions from forums with no results. The pc can be on and working for hours, but after I start surfing the web for some time, I get a freeze. Sometimes Caps Lock and Scroll Lock leds are flashing, and sometimes just freezes to simply become unresponsive. When it was during the installation I got a message saying it would pop out into console because panic occured and then froze. Anyway I always have to press the reset button.

I would like to be sure if I have some of my hardware broken or if the newest kernel is still green on some hardware support; maybe network. I'd also like to know if I can install older versions of the kernel; I think that should fix the problem because other distros worked perfectly here before. I also heard about some kernel-image-pae being different from the ordinary kernel image. Could it help if I change that package? I'm waiting to install 11.04 in my wife's computer also but of course I don't want to bring any problems on her! My net card is Nvidia Nforce and my processor is AMD Athlon II X2 with a GForce 9400 for video card.

View 4 Replies View Related

General :: App Segfaults Every LiveCD/DVD Kernel Panics?

Jan 23, 2011

My friend's PC recently started acting up. He had me install Sabayon on it and everything was fine until a few days ago. Every app I try to run after the PC boots results in a segmentation fault. I figured maybe something was wrong with the HDD, so I tried to boot from a DSL liveCD to run fsck, but it wouldn't boot; it freezes right away. I then tried the Sabayon LiveDVD and got a kernel panic.Does anyone have any idea what the problem could be? I am completely clueless; I've never had anything like this happen before.

View 3 Replies View Related

General :: Kernel Panics - RAID Or XFS Related?

Jun 21, 2010

After building a new system I have been getting kernel panics randomly. I have been able to look at /var/log/messages and determine that either my RAID card, XFS, or something along those lines is causing the problem. It has now gotten bad enough that any heavy use of the RAID will cause it to panic and die.

There is one large file on this that I need which is not on my backups but when I try to get it off, the transfer will cause a kernel panic within minutes. What is causing the panic? Is there any way to resolve it? The RAID card is an LSI SAS3081E-R and I am using the built in drivers/modules within Ubuntu 10.04 x64 (pretty sure the kernel itself has the driver included). There is source available for the driver from LSI's site but I'm not sure if that will solve the problem and in addition to that, I can't figure out how to compile and install it. It has a Makefile already but make just complains "no targets".

Code:
Jun 21 13:00:22 cyan kernel: [ 706.206498] ffff88019652daf8 ffff88018ff61698 ffff8801935ddd50 ffffea00038f6650
Jun 21 13:00:22 cyan kernel: [ 706.206472] Process xfsdatad/2 (pid: 862, threadinfo ffff8801935dc000, task ffff88019652dac0)

[Code]...

View 14 Replies View Related

CentOS 5 :: Install DVD Starts And Then Kernel Panics

Apr 29, 2009

I'm trying to use and old Dell Dimension 2350 workstation with 1GB of RAM and a 200GB drive as a home server. I boot the CentOS 5.3 install DVD, get to the splash screen and hit ENTER to start the install. The install routine starts and then kernel panics with a very long trace I can't make sense of. I've used the DVD for other installs so I know the media is good.Are there any known quirks to installing linux on a Dimension 2350? Maybe some kernel line parameters like no acpi?? As a test, I took an Ubuntu server cd, and the install actually completed but on reboot it kernel panicked with a similar long trace error. Obviously this is most likely a hardware issue.

View 4 Replies View Related

CentOS 5 :: Random Kernel Panics / Correct It?

Jul 8, 2009

I'm running CentOS 5.3 x86_64 on my laptop (dell vostro 1400, core2duo, 3GB RAM, intel 3945ABG wireless, nvidia video and LAN). The problem is that some times (like 15-20% of times) I shutdown the laptop, I get a kernel panic related always to the wireless kernel module (I haven't been able to get screenshot or anything). I'm using the latest centosplus kernel. I never get these panics with the standard CentOS kernel, however the standard kernel doesn't light the wireless led, and that annoys me a lot. Therefore I'm forced to use centosplus kernel. The question is not how to solve this (i know I've not given enough details) but what to do to diagnose better the cause of the panic and then correct it.

View 3 Replies View Related

Fedora Installation :: Kernel Panics On Both LiveCD And Install DVD

Feb 23, 2010

I've been trying to install fedora 12 on my laptop, however, I've been running into kernel panics on both the live cd and the install dvd. I'm using an HP HDX16 with an Intel Core Two Duo T9400 @ 2.53ghz, and a Nvidia Geforce 9600M GT. Dunno if any other hardware might be involved. Here's the text I get on my screen:

Code:
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
DMAR; Host address width 36
DMAR: DRHD base: 0x0000000000000000 flags: 0x1
IOMMU 0: ver 0:6 cap f00021a4f000e2c3 ecap f000ff54f000ff53
DMAR:RMRR base: 0x89dc9ff649ff77fd end: 0xf4ffdefe05fcfbffe
DMAR: No ATSR found
DRHD: handling fault status reg f0002198
Kernel panic - not syncing: DMAR hardware is malfunctioning

Pid: 1, comm: swapper Tainted: G W 2.6.31.5-127.fc12.i686 #1
Call Trace:
[<c0764636>] ? printk_0x14/0x16
[<c0764580>] panic+ox3e/0xe0
[<c05b4ce3>] __dmar_enable_qi+0xbc/0xd3
[<c05b52d1>] dmar_enable_qi+0xe9/0xf3
[<c09aaecc>] init_dmars+0x1c7/0x5fb
[<c08fb6b4>] ? pci_iommu_init+0x0/0x11
[<c09ab50e>] intel_iommu_init+0x20e/0x2b6
[<c098f6bc>] pci_iommu_init+0x8/0x11
[<c0401143>] do_one_initcall+0x51/0x13f
[<c0989372>] kernel_init+0x19c/0x1ed
[<c09891d6>] ? kernel_init+0x0/0x1ed
[<c04041a7>] kernel_thread_helper+0x7/0x10

View 1 Replies View Related

OpenSUSE Install :: Update To 11.3 And Getting Kernel Panics Randomly

Jul 22, 2010

Since the update to 11.3 i'm getting kernel panics randomly. Because the X server freezes and I can only force an "unexpected reboot", there is not much information I have. I installed kdump and activated it with the Yast module. I'm collecting dump files, now. But I'm not sure what to do with does files.

View 7 Replies View Related

Fedora Installation :: F12 Clean Install Stopped - Kernel Panics

Jan 4, 2010

F12 Clean Install stopped with line:
[<c04041a7>] kernel_ thread_helper+0x7/0x10
The machine has completed more than 30 hours of HD cleaning with DBAN (overwrites the HD). It used to be able to run F9 or Ubuntu 8.04 but always returned kernel panic during other distro installation attempts. Why after a complete HD clean though?

View 11 Replies View Related

Ubuntu Networking :: 64 Bit Bcm4311 Wireless Random Kernel Panics?

Sep 22, 2010

I have this weird issue which only appears when I am using 64 bit Ubuntu. Every now and then my laptop seems to go into a kernel panic (system unresponsive, numlock and scrollock lights flash repetitively) only when I am using the broadcom wireless. I can connect to my wireless router and use the internet and local network, but eventually, kablamo, crash, bang, boom. The only way out of the crash is to power off completely. After repowering, the wireless network is fine until the next crash. There does not seem to be a pattern or time period to cause this crash either. I have purged network manager(which I couldn't get to use my wireless) and am using wicd, which allows me to connect wirelessly.

Here is the details of my system:

Dell inspiron 1520
lspci (snipped)
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

[code]....

View 1 Replies View Related

Ubuntu Servers :: 10.04 Ltsp Fails And Kernel Panics - Nbd Errors

Apr 7, 2011

Server is 10.04 server edition

[code]...

soon kernel panics. What else to fix here?

View 3 Replies View Related

CentOS 5 :: Install, Recurring Kernel Panics Crashing System?

Dec 27, 2009

Recently switched my home server from Gentoo to CentOS and have been getting kernel panics consistently since I made the server "live". The machine was built with all new hardware. I'll post relevant configuration info and picture of the kernel panic below. So far all kernel panics have been with kernel "2.6.18-164.9.1.el5.centos.plus", right now I am testing with the kernel listed below to see if it does the same thing (2.6.18-164.9.1.el5).

justin@empire justin $ uname -rmi
2.6.18-164.9.1.el5 x86_64 x86_64
justin@empire justin $ rpm -qa |grep kernel |sort
kernel-2.6.18-164.6.1.el5
kernel-2.6.18-164.6.1.el5.centos.plus
kernel-2.6.18-164.9.1.el5

[Code]...

View 19 Replies View Related

OpenSUSE Install :: 11.4 Xen Kernel Aacraid Drive Panics With Adaptec ServeRAID 8k-l

Mar 28, 2011

I have loaded openSuSE 11.4 on an IBM x3400 box with an Adaptec ServeRAID 8k-l SAS harddisk adapter. openSuSE 11.1 was previously loaded on this box and was using XEN kernels.) The default "desktop" kernel boots and operates correctly. I use this machine to run other XEN virtual machines to run different versions or our companies printer controller application. When I attempt to boot the xen kernel, the kernel cannot locate the root partition (or any other partition) on the hard disk. Here are a few lines of kernel output:

[code].....

View 5 Replies View Related

Ubuntu Installation :: Firefox Started To Crash Randomly And Led To Kernel Panics

Aug 2, 2011

A while ago, when I was using Maverick, Firefox started to crash randomly and led to kernel panics.

So I upgraded to Natty (clean install) and Firefox there too crashed.

Then I was getting graphics and make problems.

Today I tried to install Fedora 15. It first boots to a Live desktop that warned me that my hard drive had 65000+ bad sectors. Sixty-five thousand.

So I got a new one. A WD Scorpio Black, 750GB 7200RPM with Advanced Format.

Again I boot into Fedora 15. OK, no bad sectors. I tried to run Disk Utility Self Tests but it constantly crashed. Fedora warns you about this.

In the Live session, I opened Firefox. It also crashed just like back in Ubuntu. Then the screen flashes black and got warnings after warnings that a kernel module has crashed.

So I took out my old Maverick installation CD and first tried a Live session. However, Disk Utility told me that SMART is not supported while on Fedora, it was.

So I tried to install. But soon after that, I got a warning that the installer has crashed because a file copied to the disk did not match the file on CD. Right now I am in the Maverick Live session.

View 1 Replies View Related

Networking :: ZeroWindow Warnings And Eventually Dies With TCP Window Full Error?

Feb 10, 2011

I'm trying to run an RSYNC job that keeps hanging without any error messages. When I started monitoring traffic with WireShark, I found that RSYNC runs without problems for a few minutes, then starts generating endless TCP ZeroWindow warnings and eventually dies with TCP Window Full error.Has anyone seen this before?PS: I should mention that I don't know much about remote system and I'm not using SSH, just pure RSYNC.

View 2 Replies View Related

Hardware :: Can SATA 3 (SATA III) Hard Disk Be Run On Motherboard Which Only Support SATA II

Aug 13, 2010

Can SATA 3 (SATA III) Hard disk be run on motherboard which only supports SATA II, except sacrificing the speed (throughput)?

View 2 Replies View Related

Server :: Kernel-2.6.18-92.el5: Schedule_timeout: Wrong Timeout

Dec 7, 2010

I have two HP Quard core high end server.

OS : Red Hat Enterprise Linux Server release 5.2 (Tikanga)
Kernel : kernel-2.6.18-92.el5

From last couple of days I found entry in dmesg:

###########################################
Oct 11 15:03:46 kernel: schedule_timeout: wrong timeout value ffefda64 from c05a784e
Oct 11 15:03:46 last message repeated 2 times

[code]...

View 4 Replies View Related

Ubuntu :: Set The Default Os To Boot As Windows 7 With A Timeout Of 1 Second - Reset The Timeout To 3 Seconds?

Aug 4, 2011

I set the default os to boot as windows 7 with a timeout of 1 second. I thought that this would be enough time to switch os ubuntu when i need to, but I am unable to. How can i reset the timeout to 3 seconds? I also cannot view the ubuntu partition within windows because of ubuntu's file system.

View 9 Replies View Related

Hardware :: SATA Error -> Sys Hard Reboot On Suse 11.3. Board + Hdd Changed - Error

Feb 1, 2011

i actually registered here because i'm done with my knowledge of linux, errors which cause my sys to hang and/or reboot randomly after some time. They occur while the system is under heavy cpu, heavy mem-read-write, mediocre mem fill, heavy hdd io (for ~20 seconds every ~5 minutes).

problem background we ordered two identical PCs (specs below), one of them brought those sata errors quoted below from /var/log/messages, the other one runs flawlessly. Same Hardware and Software Configuration. Faulty one brought reallocated sectors right at start, mass seek errors, read errors. 1st try: swap cables, change bios mode ata_piix <-> AHCI. Didn't work. Went away for repair. Stupid Techie did only swap hdd, so problems occured again. Shipping for repair again. Board AND hdd exchanged. no more seek/read errors, no more reallocated sectors. But similar sata problems right after 3 days of previously described workload. Following logs are from after the last repair.

[Code].....

View 7 Replies View Related

Hardware :: Getting Kernel To Use The AHCI SATA Driver?

Jan 20, 2010

How can I force my kernel to use the ahci driver when both the ahci & sata_nv are built into the kernel.?

My MSI board bios doesn't have an option for "AHCI MODE". The only sata option that it has is "called "On Chip Sata" & is located under "Integrated Peripherals. Also, the only values available for "On Chip Sata" are enabled or disabled. If I choose the disabled option, the sata drives arn't found & bootup fails.

I tried to tell the kernel to use the ahci driver by appending kernel options to my Grub2 bootloader but they all failed.

(eg.) ahci, scsi=ahci, ata=ahci, ahci.=0 sd=ahci
sata_nv=no, sata_nv=0, sata_nv=none

The only thing I can think of that is left to do is to re-build my kernel with CONFIG_SATA_NV as a loadable module & CONFIG_AHCI as a build-in driver. With only the ahci driver available at boot, the kernel will have to use it or fail to boot.

One more thing I want to say is that my other computer with the ASUS motherboard uses the ahci driver & I have both the sata_via & the ahci drivers built into the kernel. However, it has a bios option for AHCI MODE.

(eg.) Southbridge VT8251
Serial ATA IDE Controller <AHCI>

View 8 Replies View Related

CentOS 5 :: DNS Server - Gets A Timeout Error

Jun 8, 2011

One person using our DNS servers reported a very curios problem. When he tries to access [url] he gets a timeout error. I tried loading the site using chrome, firefox and ie8 and I get the same results.

Here is what dig gives me:

If I use google DNS I get the correct response:

View 7 Replies View Related

Server :: Ssh Malfunctioning - Error - Connection Timeout

Feb 21, 2011

type the command ssh node2@ip the terminal hangs up a bit then an error message stating that connection timeout but here is a thing: i cant ping to node2 but i can terminate the ping manually using ctrl+c when i terminate the ping usual message appears stating 10 packets transmitted, 100% loss ps: when i go to node3 and ssh to node2 it works fine and also i can ping from node3 to node2 very fine. and the firewalls are down at all nodes

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved