QNAP TS-409 Proにシリアルコンソールをつなぐ
シリアルコンソールをつなぐ
- ケースを開けた。
- 基板は横のネジを2つ外すと後ろに引き出すことができる。
- 明らかにシリアルコンソールのピンがある。
- 基板にはもう一つのEthernetポートのためのランドや、拡張スロットのようなものも見える。
- このシリーズのより小さなNASキットの基板にはここまであからさまなものは無かったと思う。
- ラジオデパート2FでゲットできるMAXIM MAX3232CPEとラジオセンターで売っているプローブで、
簡易的にシリアルポートをつけてみた。
- 面倒なら
Kuro-Box用の
シリアルコンソールキットがピンアサインの確認/変更のみでそのまま使えるはず。
作った方が安いけれど。
- 上の
ps -ef
の出力で/sbin/getty 115200 ttyS0
とあるので
115200ボー、8ビット、フロー制御無し、ストップビット1の設定で端末を準備した。
起動時の出力
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__| ** LOADER **
** MARVELL BOARD: DB-88F5X81-DDR2-A/B LE, boardId=7
QNAP SYSTEMS, INC.
QNAP:MV_INCLUDE_GIG_ETH
U-Boot 1.1.4 (Nov 14 2008 - 17:06:53) Marvell version: 2.3.23
U-Boot code: 00200000 -> 0027FFF0 BSS: -> 00292E1C
Soc: 88F5281 D0 (DDR2)
CPU running @ 500Mhz
SysClock = 166Mhz , TClock = 166Mhz
Enable SDRAM Bank 0.
DRAM CS[0] base 0x00000000 size 256MB
DRAM Total size 256MB 32bit width
[8192kB@ff800000] [0kB@f8000000] ## Unknown FLASH at f8000000: Size = 0x00000000
= 0 MB
Flash: 8 MB
Addresses 20M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (20M - 16M): Done
CPU : ARM926 (Rev 0)
Streaming disabled
VFP initialized to Run Fast Mode.
USB 0: host mode
PCI 0: PCI Express Root Complex Interface
PCI 1: Conventional PCI, speed = 33000000
CPU: Write allocate enabled
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
Marvell>> help
? - alias for 'help'
FSdel - del a file from the Flash MV FS
FSdir - ls the Flash MV FS
FSformat- format the Flash MV FS
FSlef - Load an exe file to the Flash MV FS
FSlf - Load a file to the Flash MV FS
FSrun - Load an exe file from the Flash MV FS and run it
FStftp - tftp a file to the Flash MV FS
FStftpe - tftp an exe file to the Flash MV FS
FStype - cat file from the Flash MV FS
base - print or set address offset
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootelf - Boot from an ELF image in memory
bootext2 dev:boot_part1,boot_part2 addr boot_image linux_dev_name
bootm - boot application image from memory
bootp - boot image via network using BootP/TFTP protocol
bootvx - Boot vxWorks from an ELF image
bubt - Burn an image on the Boot Flash.
cmp - memory compare
cmpm - Compare Memory
coninfo - print console devices and information
cp - memory copy
cpumap - Display CPU memory mapping settings.
crc32 - checksum calculation
date - get/set/reset date & time
dclk - Display the MV device CLKs.
dhcp - invoke DHCP client to obtain IP/boot params
diskboot- boot from IDE device
dma - Perform DMA
echo - echo args to console
eeprom - EEPROM sub-system
erase - erase FLASH memory
ext2load- load binary file from a Ext2 filesystem
ext2ls - list files in a directory (default /)
fi - Find value in the memory.
flinfo - print FLASH memory information
fsinfo - print information about filesystems
fsload - load binary file from a filesystem image
g - start application at cached address 'addr'(default addr 0x40000)
go - start application at address 'addr'
help - print online help
icrc32 - checksum calculation
ide - IDE sub-system
iloop - infinite loop on address range
imd - i2c memory display
iminfo - print header information for application image
imm - i2c memory modify (auto-incrementing)
imw - memory write (fill)
inm - memory modify (constant address)
iprobe - probe to discover valid I2C chip addresses
ir - reading and changing MV internal register values.
ln - Load S-Record executable file through the network interface.
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loop - infinite loop on address range
ls - list files in a directory (default /)
map - Diasplay address decode windows
md - memory display
me - PCI master enable
mm - memory modify (auto-incrementing)
mp - map PCI BAR
mtest - simple RAM test
mw - memory write (fill)
nm - memory modify (constant address)
pci - list and access PCI Configuration Space
phyRead - Read Phy register
phyWrite - Write Phy register
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
protect - enable or disable FLASH write protection
rarpboot- boot image via network using RARP/TFTP protocol
reset - Perform RESET of the CPU
resetenv - Return all environment variable to default.
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
se - PCI Slave enable
setenv - set environment variables
sg - scanning the PHYs status
sleep - delay execution for some time
sp - Scan PCI bus.
tftpboot- boot image via network using TFTP protocol
version - print monitor version
Marvell>> boot
.....
Un-Protected 5 sectors
## Booting image at 00400000 ...
Image Name: Linux-2.6.21.1-qnap
Created: 2008-11-11 20:32:05 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2000736 Bytes = 1.9 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
..................................................................... done, boot
ing the kernel.
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__| ** LOADER **
** MARVELL BOARD: DB-88F5X81-DDR2-A/B LE, boardId=7
QNAP SYSTEMS, INC.
QNAP:MV_INCLUDE_GIG_ETH
U-Boot 1.1.4 (Nov 14 2008 - 17:06:53) Marvell version: 2.3.23
U-Boot code: 00200000 -> 0027FFF0 BSS: -> 00292E1C
Soc: 88F5281 D0 (DDR2)
CPU running @ 500Mhz
SysClock = 166Mhz , TClock = 166Mhz
Enable SDRAM Bank 0.
DRAM CS[0] base 0x00000000 size 256MB
DRAM Total size 256MB 32bit width
[8192kB@ff800000] [0kB@f8000000] ## Unknown FLASH at f8000000: Size = 0x00000000
= 0 MB
Flash: 8 MB
Addresses 20M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (20M - 16M): Done
CPU : ARM926 (Rev 0)
Streaming disabled
VFP initialized to Run Fast Mode.
USB 0: host mode
PCI 0: PCI Express Root Complex Interface
PCI 1: Conventional PCI, speed = 33000000
CPU: Write allocate enabled
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
.....
Un-Protected 5 sectors
## Booting image at 00400000 ...
Image Name: Linux-2.6.21.1-qnap
Created: 2008-11-11 20:32:05 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2000736 Bytes = 1.9 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
..................................................................... done, boot
ing the kernel.
Linux version 2.6.21.1-qnap (root@NASARM2) (gcc version 3.4.4 (release) (CodeSou
rcery ARM 2005q3-2)) #1 Wed Nov 12 04:31:55 CST 2008
CPU: ARM926EJ-S [41069260] revision 0 (ARMv5TEJ), cr=00053177
Machine: Feroceon
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
CPU0: D VIVT write-back cache
CPU0: I cache: 32768 bytes, associativity 1, 32 byte lines, 1024 sets
CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
Built 1 zonelists. Total pages: 65024
Kernel command line: console=ttyS0,115200n8 root=/dev/ram rw initrd=0x800000,0x3
fffff
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB 0MB 0MB 0MB = 256MB total
Memory: 251520KB available (3776K code, 280K data, 128K init)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Sys Clk = 166666667, Tclk = 166666667
Orion2 D0 or less. Enable VFP.
CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 256MB
SDRAM_CS1 ....base 10000000, size 256MB
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e8000000, size 64MB
PEX0_IO ....base f2000000, size 1MB
PCI0_MEM ....base ec000000, size 64MB
PCI0_IO ....base f2100000, size 1MB
INTER_REGS ....base f1000000, size 1MB
DEVICE_CS0 ....base fa000000, size 2MB
DEVICE_CS1 ....base fc000000, size 32MB
DEVICE_CS2 ....base fa800000, size 1MB
DEV_BOOCS ....base ff800000, size 8MB
Marvell Development Board (LSP Version 2.2.2_NAS_GDP) - Large Filesystem Suppo
rt-- DB-88F5X81-DDR2-A Soc: 88F5281 D0
Detected Tclk 166666667 and SysClk 166666667
Marvell USB EHCI Host controller #0: a067e800
PCI: bus0: Fast back to back transfers disabled
PCI: bus1: Fast back to back transfers enabled
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 4095K
QNAP RTC initializing....
Initializing RTC is completed.
RTC registered
Detected Tclk 166666667, BASE_BAUD 10416666, Baud divisor 542
qnap_pic_init: succeed to register misc device
tsinfo: create proc systemp successfully
tsinfo: create proc systemp successfully
qkv_init: succeed to register misc device
use IDMA acceleration in copy to/from user buffers. used channels 2 and 3
<QNAP>current->mm is null.
Done.
audit: initializing netlink socket (disabled)
audit(1.087:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
io scheduler noop registered (default)
Serial: 8250/16550 driver $Revision: 1.1.1.1 $ 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 3) is a 16550A
serial8250.0: ttyS1 at MMIO 0xf1012100 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
Marvell Ethernet Driver 'mv_ethernet':
o Uncached descriptors in DRAM
o DRAM SW cache-coherency
o TCP segmentation offload enabled
o Checksum offload enabled
o Driver statistics enabled
o Marvell ethtool proc enabled
o Rx desc: 128
o Tx desc: 256
o Loading network interface 'eth0'
Wait 30 seconds to initialize mvAdapter.
Wait 0 seconds to initialize scsi 0.
scsi0 : Marvell SCSI to SATA adapter
Wait 0 seconds to initialize scsi 1.
scsi1 : Marvell SCSI to SATA adapter
Wait 5 seconds to initialize scsi 2.
scsi2 : Marvell SCSI to SATA adapter
Wait 5 seconds to initialize scsi 3.
scsi3 : Marvell SCSI to SATA adapter
scsi 0:0:0:0: Direct-Access Seagate ST3500320AS SD1A PQ: 0 ANSI: 3
SCSI device sda: 976771055 512-byte hdwr sectors (500107 MB)
SCSI device sda: write cache: enabled, read cache: enabled, supports DPO and FUA
SCSI device sda: 976771055 512-byte hdwr sectors (500107 MB)
SCSI device sda: write cache: enabled, read cache: enabled, supports DPO and FUA
sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: Attached scsi disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
physmap platform flash device: 00800000 at ff800000
cmdlinepart partition parsing not available
RedBoot partition parsing not available
QNAP Set mtd partition
Using physmap partition information
cfi_flash: Found 1 x16 devices at 0x0 in 8-bit bank
Intel/Sharp Extended Query Table at 0x0031
Using buffer write method
cfi_cmdset_0001: Erase suspend on write enabled
cmdlinepart partition parsing not available
Creating 6 MTD partitions on "cfi_flash":
0x00780000-0x00800000 : "U-Boot"
QNAP(ori): slave->mtd.flags = 800, <5>QNAP: slave->mtd.flags = 800
0x00000000-0x00200000 : "Kernel"
QNAP(ori): slave->mtd.flags = c00, <5>QNAP(MTD_WRITEABLE): slave->mtd.flags = c0
0
0x00200000-0x00600000 : "RootFS1"
QNAP(ori): slave->mtd.flags = c00, <5>QNAP(MTD_WRITEABLE): slave->mtd.flags = c0
0
0x00600000-0x00700000 : "RootFS2"
QNAP(ori): slave->mtd.flags = c00, <5>QNAP(MTD_WRITEABLE): slave->mtd.flags = c0
0
0x00760000-0x00780000 : "U-Boot Config"
QNAP(ori): slave->mtd.flags = c00, <5>QNAP(MTD_WRITEABLE): slave->mtd.flags = c0
0
0x00700000-0x00760000 : "NAS Config"
QNAP(ori): slave->mtd.flags = c00, <5>QNAP(MTD_WRITEABLE): slave->mtd.flags = c0
0
$Id: pmc551.h,v 1.1.1.1 2007/09/07 08:41:55 ricky Exp $
Ramix PMC551 PCI Mezzanine Ram Driver. (C) 1999,2000 Nortel Networks.
pmc551: not detected
block2mtd: version $Revision: 1.1.1.1 $
ehci_hcd: block sizes: qh 128 qtd 96 itd 192 sitd 96
feroceon-ehci feroceon-ehci.4523: EHCI Host Controller
feroceon-ehci feroceon-ehci.4523: new USB bus registered, assigned bus number 1
feroceon-ehci feroceon-ehci.4523: irq 17, io mem 0x00000000
feroceon-ehci feroceon-ehci.4523: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
USB Universal Host Controller Interface driver v3.0
usb 1-1: new high speed USB device using feroceon-ehci and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
usbcore: registered new interface driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
usbcore: registered new interface driver libusual
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
drivers/usb/net/rtl8150.c: rtl8150 based usb-ethernet driver v0.6.2 (2004/08/27)
usbcore: registered new interface driver rtl8150
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver dm9601
usbcore: registered new interface driver gl620a
usbcore: registered new interface driver net1080
usbcore: registered new interface driver plusb
usbcore: registered new interface driver rndis_host
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver MOSCHIP usb-ethernet driver
usbcore: registered new interface driver mdc800
drivers/usb/image/mdc800.c: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Dig
ital Camera
usbcore: registered new interface driver microtekX6
mice: PS/2 mouse device common for all mice
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
raid6: int32x1 27 MB/s
raid6: int32x2 45 MB/s
raid6: int32x4 51 MB/s
raid6: int32x8 47 MB/s
raid6: using algorithm int32x4 (51 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
raid5: measuring checksumming speed
arm4regs : 429.600 MB/sec
8regs : 330.000 MB/sec
32regs : 513.600 MB/sec
raid5: using function: 32regs (513.600 MB/sec)
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 5
VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
Freeing init memory: 128K
Start config_util...
Flash NASConfig done.
Start to mirror ROOT part...
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
config_util: ret=0, /dev/sda1 is successfully mounted.
config_util: config file=/mnt/HDA_ROOT/.conf
md: md9 stopped.
md: bind<sda1>
raid1: raid set md9 active with 1 out of 4 mirrors
mdadm: /dev/md9 has been started with 1 drive (out of 4).
Mirror of ROOT succeeded.
kjournald starting. Commit interval 5 seconds
EXT3 FS on md9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Start to mirror RFS_EXT part...
md: md13 stopped.
md: bind<sda4>
raid1: raid set md13 active with 1 out of 4 mirrors
mdadm: /dev/sda4 has been started with 1 drive (out of 4).
config_util: (0) /dev/sda4 size = 71808
Mirror of RFS_EXT succeeded.
config_util finished.
mount HDD root device
kjournald starting. Commit interval 5 seconds
EXT3 FS on md9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
mount /dev/md9 successful.
HD_Model_Name=TS-409
Model_Name=TS-409
Update Extended rcX_init.d...
4+0 records in
4+0 records out
Extract RootFS2...
kjournald starting. Commit interval 5 seconds
EXT3 FS on md9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
mountall: mount /dev/md9 successful.
kjournald starting. Commit interval 5 seconds
EXT3 FS on md13, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/ram0 9911 7018 2893 71% /
tmpfs 16384 8 16376 0% /tmp
/dev/sda4 63461 54492 8969 86% /mnt/ext
Enable watchdog...
get_hdd_model_size(TS_201) - Seagate ST3500320AS SD1A [465.76 GB].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - Seagate ST3500320AS SD1A [465.76 GB].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
sysinfo: Module loaded.
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
fuse init (API version 7.8)
fuse distribution version: 2.7.3
initializing MAC address...
eth0: mac address changed
MAC_ADDR XX:XX:XX:XX:XX:XX
storage_boot_init 1 ...
kjournald starting. Commit interval 5 seconds
EXT3 FS on md9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Checking for bad blocks (read-only test): done
mdadm: /dev/sda2 appears to be part of a raid array:
level=raid1 devices=2 ctime=Sun Feb 15 15:31:13 2009
md: bind<sda2>
md: md4: raid array is not clean -- starting background reconstruction
raid1: raid set md4 active with 1 out of 1 mirrors
mdadm: array /dev/md4 started.
Start_Swapping(): add swap raid device into RAID_CONF_FILE
Adding 530040k swap on /dev/md4. Priority:-1 extents:1 across:530040k
Install /mnt/HDA_ROOT/update_pkg/*.qfix ...
config hidden config directory exist, create symbolic link /etc/config... [OK]
Check config files...start
Check config files...end
Writing model version information...
Writing model version info...[OK]
log hidden config directory exist, create symboloc link /etc/logs... [OK]
log hidden config directory exist, create symboloc link /mnt/HDA_ROOT/rootfs_2_3
_6/home/sqdatabase... [OK]
ln: $/play/ch1/record_nvr_unk/channel1: No such file or directory
ln: $/play/ch2/record_nvr_unk/channel2: No such file or directory
ln: $/play/ch3/record_nvr_unk/channel3: No such file or directory
ln: $/play/ch4/record_nvr_unk/channel4: No such file or directory
ln: $/play/ch5/record_nvr_unk/channel5: No such file or directory
ln: $/play/ch6/record_nvr_unk/channel6: No such file or directory
ln: $/play/ch7/record_nvr_unk/channel7: No such file or directory
ln: $/play/ch8/record_nvr_unk/channel8: No such file or directory
ln: /home/httpd/record/Qrecordings: File exists
xmlcfg_create=0
Start rcv_port: active port 0 :139
active port 1 :445
active port 2 :20
set 139 445 20.
Starting Disk initialized:
storage_boot_init 2 ...
e2fsck 1.40-WIP (02-Oct-2006)
/dev/sda3: clean, 5940/60915712 files, 2244415/121808846 blocks
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda3, internal journal
EXT3-fs: mounted filesystem with writeback data mode.
storage_boot_init.c: Single-disk 2 dosen't exist!
storage_boot_init.c: Single-disk 3 dosen't exist!
storage_boot_init.c: Single-disk 4 dosen't exist!
storage_boot_init 6 ...
Create_Disk_External_Storage_Conf..............
Start to mount ROOTFS /mnt/HDA_ROOT/rootfs_2_3_6
Stopping network...Stopped.
Starting network...DHCP
eth0: link down
network.sh: write_hosts
169.254.100.100
eth0: link up, full duplex, speed 1 Gbps
Speed: 1000
ddns disable
Initializing random number generator... done.
Install /mnt/HDA_ROOT/update_pkg/*.qpkg ...
Starting thttpd services:Run ipchange_notify.sh...
thttpd.
Starting Qthttpd services:ddns disable
Shutting down Winbind services: Qthttpd.
Starting SMB Services: disabled.
Starting FTP services: Start rcv_port: active port 0 :139
active port 1 :445
active port 2 :20
set 139 445 20.
done.
Starting Winbind services: disabled.
Shutting down bonjour services:proftpd.
Starting NFS services: Starting portmapper:.
re-export.
Starting NFS quotas: rpc.rquotad mDNSResponderPosix
Starting bonjour services: .
Starting NFS mountd daemon: mDNSResponderPosix.
Shutting down NFS mountd:
XXX.XXX.XXX.XXX
Shutting down nvrd services:Starting NFS mountd. Mountd port number assigned aut
omatically.
nvrd.
Starting NFS daemon: rpc.nfsd
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period
umount: /mnt/HDA_ROOT/rootfs_2_3_6/share/Qrecordings: not mounted
umount: /mnt/HDA_ROOT/rootfs_2_3_6/mnt/HDA_ROOT: not found
crontab: cannot change dir to /var/spool/cron/crontabs: No such file or director
y
Starting NFS lockd status:.
Starting ImRd service:crontab: cannot change dir to /var/spool/cron/crontabs: No
such file or directory
msgget: Calling msgget(7843,950)
msgget: msgget succeeded: msgid = 65538
.
crontab: cannot change dir to /var/spool/cron/crontabs: No such file or director
y
Starting periodic command scheduler: crond[1535]: crond 2.3.2 dillon, started, l
og level 9
crond.
use PIC1 as default image
Starting ntpdate daemon:
Starting stunnel services:2009.02.15 21:01:48 LOG7[1565:16384]: RAND_status clai
ms sufficient entropy for the PRNG
2009.02.15 21:01:48 LOG6[1565:16384]: PRNG seeded successfully
2009.02.15 21:01:48 LOG7[1565:16384]: Certificate: /etc/stunnel/stunnel.pem
2009.02.15 21:01:48 LOG7[1565:16384]: Key file: /etc/stunnel/stunnel.pem
2009.02.15 21:01:48 LOG7[1565:16384]: SSL context initialized for service https
stunnel.
disabled
Starting sshd services: sshd.
Starting telnet services: disabled.
bonjour service seems already be running
Starting TwonkyMedia: disabled.
Starting iTune Services: disabled.
init_nas.sh: Restart bcclient.
get_hdd_model_size(TS_201) - Seagate ST3500320AS SD1A [465.76 GB].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - Seagate ST3500320AS SD1A [465.76 GB].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
get_hdd_model_size(TS_201) - -- [--].
Starting rsync services: rsync.
.
/share/HDA_DATA/Public
/share/HDA_DATA/Qusb
/share/HDA_DATA/Qweb
/share/HDA_DATA/Qmultimedia
/share/HDA_DATA/Qdownload
init_nas.sh: check_last_degrade_error storage_boot_init 5
storage_boot_init 5 ...
storage_boot_init.c: Drive 1 does not have any bad block.
check_last_degrade_error...
init_nas.sh: set LED with storage_boot_init 4
storage_boot_init 4 ...
storage_boot_init.c: Set Status LED...
[/etc/config/runone/*] do nothing
Starting ddns update: rule type=0, num=0
Init Semaphore for NAS Success
/var/ddns_tmp.conf is not exist
/etc/config/localtime is exist
disabled.
The system had been started 6 time(s).
Starting AppleTalk Services: disabled.
_OK!
network.sh: write_hosts
XXX.XXX.XXX.XXX
Welcome to QNAP Systems Inc,. Marvell(XXX.XXX.XXX.XXX) development environment.
sokoban login:
- U-bootです。確か
NetBSD BoF 2008
でKuro-box ProにNetBSDを移植されていた方もu-bootについて触れていたような。
- U-bootは強力なようで、tftpによるnetbootもサポートしているようです。
Flash書き間違えても安心(?)。
- Marvell Development Boardって思いっきり出力されています...
- usb-ethernetのドライバがデフォルトで組み込まれています。ルーターにできるって意味ですね。