LS-GL ファームウェア 1.10 でハックキット 2.0

LS-GL

LS-GL ファームウェア 1.10 へアップデートし、
telnet 可能にした実験用 HDD を使用して
LS-GL/HS-DHGL ハックキット 2.0 をインストールしてみる

インストール

LS-GL ハックキットのファイルの転送

この間、ファームウェア 1.02 の時に実行したので、おいたまま

ログイン

カスタマイズ

必要なし

HDD の接続

この間、ファームウェア 1.02 の時に使った HDD を接続

パーティションの設定

この間、ファームウェア 1.02 の時に使った HDD なので、 既にパーティションは切ってある。

インストール

スクリプトを実行

debian 化終了

特に問題なし。

debian 起動

無事起動したはず、、、と思ったら、POWER LED が点滅している(汗)
起動画面にも error が表示されている
	:
	:
Recovering nvi editor sessions...none found.
/usr/local/sbin/miconapl: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file
 or directory
/usr/local/sbin/miconapl: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file
 or directory
INIT: Entering runlevel: 2
Starting system log daemon: syslogd.
Starting kernel log daemon: klogd.
Starting MTA: exim4.
Starting internet superserver: inetd.
Starting deferred execution scheduler: atd.
Starting periodic command scheduler: crond.
Running local boot scripts (/etc/rc.local).

Debian GNU/Linux 4.0 hackkit ttyS0

hackkit login:
電源ボタン長押しで電源も落ちない。

ログイン

とりあえずログイン。
hackkit login: root
Password:
Linux hackkit 2.6.16.16-arm1 #34 Tue Jan 30 09:14:08 JST 2007 armv5tejl

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
1 failure since last login.
Last was Mon Jun  4 12:23:03 2007 on pts/1.
hackkit:~#

miconapl の実行

試しに boot 時に実行しているコマンドを実行してみる
hackkit:~# /usr/local/sbin/miconapl -b -a boot_flash_ok
/usr/local/sbin/miconapl: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file
 or directory
hackkit:~# ls /usr/local/buffalo/lib/
ld-2.3.6.so  ld-linux.so.3  libc-2.3.6.so  libc.so.6
hackkit:~# 
ジェイルにいれたライブラリが足りないようだ。
もー、全部入れたろか。

スクリプトの修正

今後どんなライブラリが必要になるかわからないので、 /lib は全部ジェイルにコピーすることにした。
root@UDE:/mnt/disk1/share/debian# diff -c LS-GL_hackkit_2.00.sh.old LS-GL_hackkit_2.00.sh
*** LS-GL_hackkit_2.00.sh.old   Sat Jun  2 18:49:19 2007
--- LS-GL_hackkit_2.00.sh       Mon Jun  4 12:38:57 2007
***************
*** 91,97 ****
        cd /
        JAIL=$MOUNTPOINT/usr/local/buffalo
        mkdir $JAIL
!       tar cf - lib/ld-* lib/libc-2.3.6.so lib/libc.so.6|(cd $JAIL; tar xvf -)
        tar cf - usr/local/sbin/miconapl |(cd $JAIL; tar xvf -)
        echo 'chroot /usr/local/buffalo $0 $*' > $MOUNTPOINT/usr/local/sbin/miconapl
        chmod +x $MOUNTPOINT/usr/local/sbin/miconapl
--- 91,97 ----
        cd /
        JAIL=$MOUNTPOINT/usr/local/buffalo
        mkdir $JAIL
!       tar cf - lib/ld-* lib/lib* |(cd $JAIL; tar xvf -)
        tar cf - usr/local/sbin/miconapl |(cd $JAIL; tar xvf -)
        echo 'chroot /usr/local/buffalo $0 $*' > $MOUNTPOINT/usr/local/sbin/miconapl
        chmod +x $MOUNTPOINT/usr/local/sbin/miconapl
root@UDE:/mnt/disk1/share/debian#

再インストール

しょーりゃく

再起動

Recovering nvi editor sessions...none found.
err: >AnalyzeRecvPacket:This is invalid RespCode.(code=244)
eth0: link up<5>, full duplex<5>, speed 1 Gbps<5>
INIT: Entering runlevel: 2
Starting system log daemon: syslogd.
Starting kernel log daemon: klogd.
Starting MTA: exim4.
Starting internet superserver: inetd.
Starting deferred execution scheduler: atd.
Starting periodic command scheduler: crond.
Running local boot scripts (/etc/rc.local).

Debian GNU/Linux 4.0 hackkit ttyS0

hackkit login:
今度はエラー無しに立ち上がってきた。
POWER LED もちゃんと「点灯」している。

電源断

電源ボタン長押しで電源断できた。
でも、、これまで出ていなかったエラーが出た。
Synchronizing SCSI cache for disk sda:
System halted.
>miconCntl_PowerOff
>miconCntl_ShutdownWait
Core Driver (ERROR) 0 1: Edma Error Reg 0x28
Core Driver (ERROR) 0 1: Flush DMA, type=CALLBACK, commands 0 (on EDMA 0)

再起動

おかしな終わり方したからか、fsck が走った。
Will now check all file systems.
fsck 1.40-WIP (14-Nov-2006)
Checking all file systems.
fsck: cannot check /dev/sda4: fsck.xfs not found
[/sbin/fsck.ext3 (1) -- /boot] fsck.ext3 -a -C0 /dev/sda1
/dev/sda1: Superblock last mount time is in the future.  FIXED.
/dev/sda1: Superblock last write time is in the future.  FIXED.
/dev/sda1 has gone 49709 days without being checked, check forced.
/dev/sda1: 13/49152 files (7.7% non-contiguous), 16459/196592 blocks
fsck died with exit status 1
Done checking file systems.
がー。xfsprogs 入れるの忘れている(藁)

標準ファームでは、、、

起動時、終了時のエラーが出ているか確認したら、もっと派手に出ていた。
シリアルコンソールを見ていなければ、知らぬが仏。

起動時

== fsck_disks ==
e2fsck 1.27 (8-Mar-2002)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/ls_disk1_1: 17/50200 files (11.8% non-contiguous), 17265/200781 blocks
4+0 records in
4+0 records out
XFS mounting filesystem sda2
Phase 1 - find and verify superblock...
Phase 2 - using internal log
        - zero log...
        - scan filesystem freespace and inode maps...
        - found root inode chunk
Phase 3 - for each AG...
        - scan and clear agi unlinked lists...
        - process known inodes and perform inode discovery...
        - agno = 0
        - agno = 1
        - agno = 2
        - agno = 3
        - agno = 4
        - agno = 5
        - agno = 6
        - agno = 7
        - process newly discovered inodes...
Phase 4 - check for duplicate blocks...
        - setting up duplicate extent list...
        - clear lost+found (if it exists) ...
        - clearing existing "lost+found" inode
        - marking entry "lost+found" to be deleted
        - check for inodes claiming duplicate blocks...
        - agno = 0
        - agno = 1
        - agno = 2
        - agno = 3
        - agno = 4
        - agno = 5
        - agno = 6
        - agno = 7
Phase 5 - rebuild AG headers and trees...
        - reset superblock...
Phase 6 - check inode connectivity...
        - resetting contents of realtime bitmap and summary inodes
        - ensuring existence of lost+found directory
        - traversing filesystem starting at / ...
rebuilding directory inode 128
        - traversal finished ...
        - traversing all unattached subtrees ...
        - traversals finished ...
        - moving disconnected inodes to lost+found ...
Phase 7 - verify and correct link counts...
done

終了時

The system is halted.
Synchronizing SCSI cache for disk sda:
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
Linux IAL (ERROR) : retry command host=1, bus=1 SCpnt = c14677e0
Core Driver (ERROR) 0 1: PIO Command completed with error
SAL (ERROR) COMPLETION ERROR , adapter =0, channel=1, flags=0
SAL (ERROR)  Failed command Cdb: 35 00 00 00 00 00 00 00 00 00
SAL (ERROR)  0 1 0 :Scsi command completed. pScb c16d6140, ScsiStatus 2 completionStatus MV_SCSI_COMPLETION_ATA_FAILED
SAL (ERROR) CDB:35 0 0 0 0 0 0 0 0 0
SAL (ERROR) Sense Data:f0 0 3 0 0 0 0 5 0 0 0 0 0
SAL (ERROR)  ATA Drive Registers:
SAL (ERROR)                Error : 0004
SAL (ERROR)          SectorCount : 0000
SAL (ERROR)              LBA Low : 0000
SAL (ERROR)              LBA Mid : 0000
SAL (ERROR)             LBA High : 0000
SAL (ERROR)               Device : 0040
SAL (ERROR)               Status : 0051
FAILED
  status = 1, message = 00, host = 0, driver = 08
  <6>sd: Current: sense key=0x3
    ASC=0x0 ASCQ=0x0
System halted.
>miconCntl_PowerOff
>miconCntl_ShutdownWait
Core Driver (ERROR) 0 1: Edma Error Reg 0x28
Core Driver (ERROR) 0 1: Flush DMA, type=CALLBACK, commands 0 (on EDMA 0)
こんなでかでかと出ているのに、Buffalo が気が付かないわけなく、 多分、また実験用 HDD の問題なんだろうなぁ、、、

LS-160GL
楽天市場
Amazon
Yahoo!ショッピング
ソフマップ
ツクモネットショプ
livedoor デパート
ドスパラ


LS-GL ファームウェア 1.10 の telnet 可能化
ハックの記録
LinkStation/玄箱 をハックしよう

LS-GL/HS-DHGL ハックキット 2.0 作り直し

Copyright (C) 2003-2007 Yasunari Yamashita. All Rights Reserved.
yasunari @ yamasita.jp 山下康成@京都府向日市