PDA

View Full Version : firewire_sbp2: sbp2_scsi_abort, external firewire hdd, nfs related


r5gordini
2007-09-30, 01:57 AM CDT
Hi All,

I'm trying to export an external HDD as an NFS share. The hdd works fine locally and when shared through Samba.

However, when I add an NFS share, things grind to a halt. Doing ls on a directory hangs, and copying files sporadically fails.

I get the following messages (repeated, corresponding with these problems) in /var/log/messages:

Sep 30 08:40:27 lisa3 kernel: firewire_sbp2: status write for unknown orb
Sep 30 08:41:27 lisa3 kernel: firewire_sbp2: sbp2_scsi_abort

I'm using FC7, kernel 2.6.22.9-91.fc7, and the latest (std, pre-built) version of NFS as supplied by the standard repositories (not sure how to find out the version :confused: ).

Any help/suggestions gratefully received!

Thanks,

Andrew

LocutusOfBorg
2007-09-30, 06:08 AM CDT
take a look here
http://www.nabble.com/F7-kernel:-ieee1394-resurrection-t4253125.html

r5gordini
2007-09-30, 01:36 PM CDT
Hi,

Was looking for a way to disable the new FC7 firewire stack. Seems to be causing a lot of issues ;-(

I'll repost if this solves my problem. Trying it now.

Andrew

r5gordini
2007-09-30, 02:56 PM CDT
Hmm... Seems that there isn't a package for my kernel yet ;-(

> uname -r
2.6.22.9-91.fc7


> yum install ieee1394

Setting up Install Process
Parsing package install arguments
Resolving Dependencies
**** Checking packages for dependency problems
**** Checking for dep problems : ieee1394 - 2.6.22.1-3.fc7.i386
--> Running transaction check
---> Package ieee1394.i386 0:2.6.22.1-3.fc7 set to be updated
--> Processing Dependency: ieee1394-kmdl-2.6.22.1-3.fc7 for package: ieee1394
--> Running transaction check
---> Package ieee1394-kmdl-2.6.22.5-76.fc7.i586 0:2.6.22.1-3.fc7 set to be updated
--> Processing Dependency: /boot/vmlinuz-2.6.22.5-76.fc7 for package: ieee1394-kmdl-2.6.22.5-76.fc7
--> Processing Dependency: /boot/vmlinuz-2.6.22.5-76.fc7 for package: ieee1394-kmdl-2.6.22.5-76.fc7
--> Finished Dependency Resolution
**** Failed
**** Missing Dependency: /boot/vmlinuz-2.6.22.5-76.fc7 is needed by package ieee1394-kmdl-2.6.22.5-76.fc7
**** Packages with dependency resolving errors
**** ieee1394 - 2.6.22.1-3.fc7.i386
**** 2
**** End Checking packages for dependency problems

Looks like it's trying to install an earlier version of the kmdl.

Think I'll wait for a build of the kmdl, and then try again!

Andrew