Good afternoon, CentOS list.
I am beginning triage of a rather wierd issue I experienced Saturday with CentOS 6.2 LiveDVD, x86_64. I'm posting this information in hope that someone may have seen something similar.
I use a USB key with CentOS 6.2 LiveDVD loaded, with an encrypted home filesystem, built using the instructions on the CentOS wiki for a LiveUSB build, and it was built by a CentOS 6.2 x86_64 system with the livecd-iso-to-disk.sh tool. It has worked fine for general usage for a while, now.
I began a disk image backup of a Dell Inspiron 1420 laptop Saturday, using dd piped into ssh to a file, on an RHEL6 server (RHEL6.2, i686 dist, fully updated).
The command line used on the laptop, booted into the C6 LiveDVD environment, was: dd if=/dev/sda |ssh root@rhel6-server-used.local cat >/opt/backups/sda.img which I have used before, on this specific laptop, without incident, booted into Fedora 14 Security LiveCD 32-bit.
Something, however, in this particular combination is creating an issue. After approximately 3MB or so of the image is transferred, no network traffic at all can flow, causing the transfer to hang. And I mean hang, with unresponsive terminals in GNOME, and a non-killable ssh process. It seems to disrupt the server as well, but, like I said, I'm just beginning triage of the problem, so am still gathering data.
Now, I booted my trusty Fedora 14 i686 Security Live CD (which boots into LXDE), and the transfer to the same server, using the same cable, same switch, and same hardware all the way around is going smoothly (25GB into a 500GB transfer so far). So I tend to think that it is not a hardware problem.
I'm going to next try a CentOS 6.2 LiveUSB using the 32-bit LiveDVD instead of the 64-bit one, hopefully set up as identically as possible to the 64-bit one I've been using, and then see if it's a 32-bit versus 64-bit NIC driver issue or similar. Incidentally, the ethernet device gets a 'p3p1' device name instead of 'eth0.'
I'm somewhat concerned by this, since I'm upgrading the laptop in question to CentOS 6.2 as part of this process, so I want to track down the problem so that if I need to install the 32-bit version instead of the 64-bit version I can.
So, if anyone has had specific experience with a Dell Inspiron 1420n (came with Ubuntu pre-installed, incidentally) and CentOS 6 64-bit, I'd be interested in hearing it.
On Monday, April 23, 2012 01:48:59 PM Lamar Owen wrote: ...
So, if anyone has had specific experience with a Dell Inspiron 1420n (came with Ubuntu pre-installed, incidentally) and CentOS 6 64-bit, I'd be interested in hearing it.
...
Additional information, from the F14 FSL i686 command line: +++++ 09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02) Subsystem: Dell Inspiron 1420 Flags: bus master, fast devsel, latency 0, IRQ 48 Memory at fe5f0000 (64-bit, non-prefetchable) [size=64K] Expansion ROM at <ignored> [disabled] Capabilities: [48] Power Management version 3 Capabilities: [50] Vital Product Data Capabilities: [58] Vendor Specific Information: Len=78 <?> Capabilities: [e8] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [d0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [13c] Virtual Channel Capabilities: [160] Device Serial Number 00-1c-23-ff-fe-f8-f0-9f Kernel driver in use: tg3 Kernel modules: tg3 +++++
Hmm, tigon III..... I'm getting ready to look around, but anyone know of issues with tg3 and the EL6 kernel as shipped in the LiveDVD?
On Mon, Apr 23, 2012 at 11:14 AM, Lamar Owen lowen@pari.edu wrote:
Additional information, from the F14 FSL i686 command line: +++++ 09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
Kernel driver in use: tg3 Kernel modules: tg3 +++++
Hmm, tigon III..... I'm getting ready to look around, but anyone know of issues with tg3 and the EL6 kernel as shipped in the LiveDVD?
There are some known issues. For example:
http://bugs.centos.org/view.php?id=5572 http://bugs.centos.org/view.php?id=5650
Akemi
On Monday, April 23, 2012 02:32:56 PM Akemi Yagi wrote:
On Mon, Apr 23, 2012 at 11:14 AM, Lamar Owen lowen@pari.edu wrote:
Hmm, tigon III..... I'm getting ready to look around, but anyone know of issues with tg3 and the EL6 kernel as shipped in the LiveDVD?
There are some known issues. For example:
http://bugs.centos.org/view.php?id=5572 http://bugs.centos.org/view.php?id=5650
Akemi
Thanks for the pointers, Akemi. It seems additionally that this Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=527209 may be the root of this. Going to try a few things, once the dd is finished (not today, in other words....).