![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How does netcat manage the data it transfers ? | qiulang | UNIX for Advanced & Expert Users | 2 | 08-31-2009 10:25 PM |
| Unable to release package administration lock for this system | potro | SUN Solaris | 0 | 05-28-2009 06:01 AM |
| Lock-Free Queues and Market Data | iBot | Complex Event Processing RSS News | 0 | 07-27-2008 01:10 PM |
| how to verify that copied data to remote system is identical with local data. | ynilesh | Shell Programming and Scripting | 3 | 01-31-2008 08:55 AM |
| System not starting completely | frankkahle | SUN Solaris | 7 | 05-25-2006 05:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
/var/log/messages doesn't contain anything suspicious. In another forum someone else suggested I try doing an rsync locally via 127.0.0.1 to see if that works. It did. So this seems to specifically have to do with going over the wired NIC. The loaded kernel module is r8169.
I'll test with Gentoo minimal or SystemRescueCD later to see if the problem exists cross distribution on the HP. On the Acer, I ran the 32-bit version of Studio64 (another Debian based AV production distro) and I had no trouble syncing data from one of my other desktops with rsync. Sadly I can't recall pushing data out of the Acer, so that's not much of an answer. I'll see what happens with one of these other distros and post back later. Quote:
---------- Post updated at 08:26 AM ---------- Previous update was at 08:18 AM ---------- I also tried stopping sysklogd, moving /var/log/messages to /var/log/message.old and then restarting before doing another rsync test. The system locks up and writes nothing to /var/log/messages. The only message before the crash is the restart of sysklogd. The next set of messages is from the reboot after the crash. So unfortunately the system seems to freeze well before it can save any info to the log. Quote:
---------- Post updated at 12:33 PM ---------- Previous update was at 08:26 AM ---------- OK... a little more testing and digging around and I've gotten some new info. It was recommended that I try doing the rsync to the laptop's eth0 IP address. So I did and the rsync worked fine. The only time it becomes a problem is when I try to transfer data out of the laptop over the network. Seeing that I have the laptop here at work with me now, I decided that this is different networking hardware, worth a shot to try it here just to rule out the switches at home. Same problem transferring to my workstation (Gentoo on there). Last night I left the system on while it was locked up and it just never came back. Today I went to put a CD in to boot a different Linux distro liveCD and test with that. When I opened the drive I hadn't turned the system off yet and I got kernel error messages: Code:
ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
ata1.00: cmd 60/08:00:37:08:a9/00:00:10:00:00/40 tag 0 ncq 4096 in
res 40/00:fe:00:00:00/00:00:00:00:00/40 Emask 0x4 (timeout)
ata1.00: status: { DRDY }
ata1.00: failed to set xfermode (err_mask=0x4)
ata1.00: failed to set xfermode (err_mask=0x4)
ata1.00: failed to set xfermode (err_mask=0x4)
end_request: I/O error, dev sda, sector 279513143
end_request: I/O error, dev sda, sector 279513143
end_request: I/O error, dev sda, sector 279513143
sd 0:0:0:0: [sda] Asking for cache data failed
sd 0:0:0:0: [sda] Assuming drive cache: write through
BUG: soft lockup - CPU#0 stuck for 61s! [ata_aux:46]
BUG: soft lockup - CPU#0 stuck for 61s! [ata_aux:46]
BUG: soft lockup - CPU#0 stuck for 61s! [ata_aux:46]
BUG: soft lockup - CPU#0 stuck for 61s! [ata_aux:46]
BUG: soft lockup - CPU#0 stuck for 61s! [ata_aux:46]
BUG: soft lockup - CPU#0 stuck for 61s! [ata_aux:46]
The CPU in the system is an Intel Core 2 Duo 7550 running a 2.26 GHz. The SATA controller is an Intel Corporation ICH9M/M-E SATA AHCI Controller There are six SATA ports detected (in dmesg) ata1 through ata6 The system drive is ata1.00 which is a Western Digital WD3200BEKT-60F3T1 The kernel is using libata version 3.0 I've done more web searches for soft lockups and SATA, but haven't found much that's been fruitful especially where network transfers are concerned. Still... this is progress in understanding the problem. I should also note that I am having a lot of trouble booting various liveCDs. This is likely owing to the fact that the DVD drive is a SATA drive and the liveCDs are probably expecting IDE, so they can't find the CD-ROM for squashfs after the kernel hands off to whatever init process comes next. |
|
||||
|
Try upgrading your kernel, it may be something to do with IRQ sharing. You could also try booting with the parameter irqpoll but that hurts performance. cat /proc/interrupts will show you what devices use what interrupts.
|
|
|||||
|
A Breakthrough... Sorta
I booted up with the installation DVD and went into "rescue mode". I then activated the volume group for the root filesystem, mounted root and chrooted so that I essentially have the same system as when I boot normally. The only difference is the kernel. I tried rsync and ssh for tests again and this time they worked. The kernel from the installation DVD is linux-2.6.28-11-generic and my normal kernel is linux-2.6.28-3-rt with SMP and RT optimizations.
So I used aptitude to install linux-2.6.28-11-generic kernel and headers and rebooted. The transfers now work. However, in the long run, this is not ideal since I need the RT optimizations for composing music and SMP optimizations wouldn't hurt for audio and video work. So now I need to see if I can narrow the problem down a bit more to see if I can file a bug report. Anyone know how to do that in Ubuntu land? ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|