Info about the WD MyBook Live UART Port
The Live edition has an onboard JTAG and UART port. Until now I don't know the pinout of the JTAG so be warned to overwrite data in the NAND.
The Pinout of the UART Port "J8" is as follows:
Pin 1 = +3.3V
Pin 2 = URX
Pin 3 = UTX
Pin 4 = GND
Warning: do not connect directly to a serial Port, you will need a ttl level shifter like the "Max233" or "FT232R". Otherwise you risk to break the hardware.

The UART Port will give you access to the console and during the booting to U-boot.
You will be able to change U-boot parameters, this will allow you to boot anything you want.
I would recommand that you backup the parameters before playing arround.
Baudrate is configured to: 115200
U-boot and Booting
U-boot output with "printenv" and "help", that you get all the information about build in U-boot modules.
U-Boot 2009.08 (Sep 02 2010 - 21:48:57), Build: 0.2.3
CPU: AMCC PowerPC APM82181 Rev. C at 800 MHz (PLB=200, OPB=100, EBC=100 MHz)
Security support
Bootstrap Option E - Boot ROM Location NOR/SRAM (8 bits)
32 kB I-Cache 32 kB D-Cache
Board: Apollo-3G - APM82181 Board, 2*SATA, 1*USB
I2C: ready
DRAM: Auto calibration 256 MB
FLASH: 512 kB
DTT: 1 FAILED INIT
Net: PHY EC1 Register: 0x2c8c
ppc_4xx_eth0
Type run flash_nfs to mount root filesystem over NFS
Hit any key to stop autoboot: 0
=> printenv
bootcmd=run boot_sata_script
bootdelay=5
baudrate=115200
loads_echo=
preboot=echo;echo Type "run flash_nfs" to mount root filesystem over NFS;echo
hostname=apollo3g
netdev=eth0
serverip=172.25.102.35
fresh_install=dhcp; run net_nfs
nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
ramargs=setenv bootargs root=/dev/ram rw
addip=setenv bootargs ${bootargs} ip=dhcp
addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate}
addmisc=setenv bootargs ${bootargs}
initrd_high=30000000
kernel_addr_r=1000000
fdt_addr_r=1800000
ramdisk_addr_r=1900000
hostname=apollo3g
bootfile=apollo3g/uImage
ramdisk_file=apollo3g/uRamdisk
sata_controller=sata1
load_boot=if run load_boot_file_1; then echo Loaded part 1; else echo Try part 2; run load_boot_file_2; fi
load_boot_file_1=sata init; ext2load sata 1:1 100000 /boot/boot.scr
load_boot_file_2=sata init; ext2load sata 1:2 100000 /boot/boot.scr
boot_sata_script=run load_boot; source 100000
rootpath=/nfs/debian_ppc/rootfs
flash_nfs=run nfsargs addip addtty addmisc;bootm ${kernel_addr} - ${fdt_addr}
net_nfs=tftp ${kernel_addr_r} ${bootfile}; tftp ${fdt_addr_r} ${fdt_file}; run nfsargs addip addtty addmisc;bootm ${kernel_addr_r} - ${fdt_addr_r}
net_self_load=tftp ${kernel_addr_r} ${bootfile};tftp ${fdt_addr_r} ${fdt_file};tftp ${ramdisk_addr_r} ${ramdisk_file};
net_self=run net_self_load;run ramargs addip addtty addmisc;bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
fdt_file=apollo3g/apollo3g.dtb
load=tftp 200000 apollo3g/u-boot.bin
update=protect off 0xFFFA0000 FFFFFFFF;era 0xFFFA0000 FFFFFFFF;cp.b ${fileaddr} 0xFFFA0000 ${filesize};setenv filesize;saveenv
upd=run load update
nload=tftp 200000 apollo3g/u-boot-nand.bin
nupdate=nand erase 0 100000;nand write 200000 0 100000;setenv filesize;saveenv
nupd=run nload nupdate
kernel_addr=fc000000
fdt_addr=fc1e0000
ramdisk_addr=fc200000
pciconfighost=1
pcie_mode=RP:RP
ethact=ppc_4xx_eth0
filesize=1E
ipaddr=192.168.6.3
3g_self_test=0
ethaddr=00:00:00:00:00:00
do_vft=false
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (Sep 02 2010 - 21:48:57)
Environment size: 2089/4091 bytes
=> help
? - alias for 'help'
askenv - get environment variables from stdin
autoscr - DEPRECATED - use "source" command instead
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootelf - Boot from an ELF image in memory
bootm - boot application image from memory
bootp - boot image via network using BOOTP/TFTP protocol
bootvx - Boot vxWorks from an ELF image
chip_config- program the I2C bootstrap EEPROM
cmp - memory compare
coninfo - print console devices and information
cp - memory copy
crc32 - checksum calculation
dcache - enable or disable data cache
dhcp - boot image via network using DHCP/TFTP protocol
dtt - Read temperature from Digital Thermometer and Thermostat
echo - echo args to console
erase - erase FLASH memory
exit - exit script
ext2load- load binary file from a Ext2 filesystem
ext2ls - list files in a directory (default /)
fatinfo - print information about filesystem
fatload - load binary file from a dos filesystem
fatls - list files in a directory (default /)
fdt - flattened device tree utility commands
flinfo - print FLASH memory information
getdcr - Get an AMCC PPC 4xx DCR's value
getidcr - Get a register value via indirect DCR addressing
go - start application at address 'addr'
help - print online help
i2c - I2C sub-system
icache - enable or disable instruction cache
iminfo - print header information for application image
imls - list all images found in flash
imxtract- extract a part of a multi-image
interrupts- enable or disable interrupts
irqinfo - print information about IRQs
itest - return true/false on integer compare
ledtest - Test LED
ledtestoff- Test LED off
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loady - load binary file over serial line (ymodem mode)
loop - infinite loop on address range
loopw - infinite write loop on address range
md - memory display
mdc - memory display cyclic
memtest - Test memory
mii - MII utility commands
mm - memory modify (auto-incrementing address)
mtest - simple RAM read/write test
mw - memory write (fill)
mwc - memory write cyclic
nastest - Test SATA,DDR
ndfc - ndfc - enable|disable NDFC
nfs - boot image via network using NFS protocol
nm - memory modify (constant address)
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
reginfo - print register information
reset - Perform RESET of the CPU
run - run commands in an environment variable
sata - SATA sub system
satatest- Test SATA
saveenv - save environment variables to persistent storage
setdcr - Set an AMCC PPC 4xx DCR's value
setenv - set environment variables
setidcr - Set a register value via indirect DCR addressing
showvar - print local hushshell variables
sleep - delay execution for some time
source - run script from memory
sys_feature- write a value to system feature register 1
sys_feature_loop- write/read the value at system feature register 1
sys_feature_read- read the value from system feature register <1 or 2>
test - minimal test like /bin/sh
test3g - Start testing loop
tftpboot- boot image via network using TFTP protocol
version - print monitor version
=>
Here the output of the booting
U-Boot 2009.08 (Sep 02 2010 - 21:48:57), Build: 0.2.3
CPU: AMCC PowerPC 4APM82181 Rev. C at 800 MHz (PLB=200, OPB=100, EBC=100 MHz)
Security support
Bootstrap Option E - Boot ROM Location NOR/SRAM (8 bits)
32 kB I-Cache 32 kB D-Cache
Board: Apollo-3G - APM82181 Board, 2*SATA, 1*USB
I2C: ready
DRAM: Auto calibration - \|/-\|/-\ \|/-\|/-\256 MB
FLASH: 512 kB
DTT: 1 FAILED INIT
Net: PHY EC1 Register: 0x2c8c
ppc_4xx_eth0
Type run flash_nfs to mount root filesystem over NFS
Hit any key to stop autoboot: 1 0
SATA DWC initialization 1
Do initialization on SATA1 ...
Waiting for device...
sata_dwc: Device found
sata_dwc: Waiting for device...
Loading file "/testcfg/mfg_test_cfg" from sata device 1:1 (gpt1)
** File not found /testcfg/mfg_test_cfg
Board is not configured for test. Do normal boot.
SATA DWC initialization 1
Do initialization on SATA1 ...
Waiting for device...
sata_dwc: Device found
sata_dwc: Waiting for device...
Loading file "/boot/boot.scr" from sata device 1:1 (gpt1)
843 bytes read
Loaded part 1
## Executing script at 00100000
Boot from md0 U-boot configuration
=============== Loading Linux kernel =================
=============== Device tree =================
=============== Root filesystem =================
SATA DWC initialization 1
Do initialization on SATA1 ...
Waiting for device...
sata_dwc: Device found
sata_dwc: Waiting for device...
Loading file "/boot/uImage" from sata device 1:1 (gpt1)
3153301 bytes read
Loading file "/boot/apollo3g.dtb" from sata device 1:1 (gpt1)
7981 bytes read
Loaded part 1
## Booting kernel from Legacy Image at 01000000 ...
Image Name: Linux-2.6.32.11-svn21605
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 3153237 Bytes = 3 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 01800000
Booting using the fdt blob at 0x1800000
Uncompressing Kernel Image ... OK
Loading Device Tree to 00ffb000, end 00ffff2c ... OK
Using PowerPC 44x Platform machine description
Linux version 2.6.32.11-svn21605 (steveh@steveh-desktop) (gcc version 4.2.2) #1 Fri Oct 15 17:13:23 PDT 2010
Zone PFN ranges:
DMA 0x00000000 -> 0x00001000
Normal 0x00001000 -> 0x00001000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0x00000000 -> 0x00001000
MMU: Allocated 1088 bytes of context maps for 255 contexts
Built 1 zonelists in Zone order, mobility grouping off. Total pages: 4094
Kernel command line: root=/dev/md0 rw rootfstype=ext3 console=ttyS0,115200
PID hash table entries: 1024 (order: -4, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 1, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 0, 65536 bytes)
Memory: 253952k/262144k available (6400k kernel code, 8192k reserved, 512k data, 748k bss, 384k init)
Kernel virtual memory layout:
* 0xfffe0000..0xffff0000 : fixmap
* 0xfd600000..0xfe000000 : consistent mem
* 0xfd600000..0xfd600000 : early ioremap
* 0xd1000000..0xfd600000 : vmalloc & ioremap
Hierarchical RCU implementation.
NR_IRQS:512
UIC0 (32 IRQ sources) at DCR 0xc0
UIC1 (32 IRQ sources) at DCR 0xd0
UIC2 (32 IRQ sources) at DCR 0xe0
UIC3 (32 IRQ sources) at DCR 0xf0
clocksource: timebase mult[500000] shift[22] registered
Security Framework initialized
Mount-cache hash table entries: 8192
xor: measuring software checksum speed
8regs : 128.000 MB/sec
8regs_prefetch: 240.000 MB/sec
32regs : 112.000 MB/sec
32regs_prefetch: 240.000 MB/sec
xor: using function: 32regs_prefetch (240.000 MB/sec)
NET: Registered protocol family 16
OCM1: 32768 Bytes (enabled)
OCM1: 32768 Bytes (non-cached)
OCM1: 0 Bytes (cached)
256k L2-cache enabled
PCI: Probing PCI hardware
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
raid6: int32x1 185 MB/s
raid6: int32x2 187 MB/s
raid6: int32x4 193 MB/s
raid6: int32x8 198 MB/s
raid6: using algorithm int32x8 (198 MB/s)
mod_init:1052
ppc460ex_dma_per_chan_init:1064
Switching to clocksource timebase
init_pipe_fs: pipe_inode_cache initialized
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 0, 65536 bytes)
TCP established hash table entries: 8192 (order: 0, 65536 bytes)
TCP bind hash table entries: 8192 (order: -1, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Probing AMCC DMA driver
PPC4xx PLB DMA engine IRQ 20
__ioremap(): phys addr 0x0 is RAM lr c04bce04
PPC460ex PLB DMA engine @0x00_00000100 size 263
new_chan->chan_id 0x0
new_chan->chan->chan_id 0x0
apollo3g_gpio_init: GPIO 1 @ 0xe0000000; GPIO 2 @ 0xe1000000
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Slow work thread pool: Starting up
Slow work thread pool: Ready
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
SGI XFS with security attributes, large block/inode numbers, no debug enabled
msgmni has been set to 496
Cryptodev Interface Loaded
User space CryptoAPI driver v0.1 loaded
async_tx: api initialized (async)
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250.0: ttyS0 at MMIO 0x4ef600300 (irq = 19) is a 16550A
console [ttyS0] enabled
4ef600300.serial: ttyS0 at MMIO 0x4ef600300 (irq = 19) is a 16550
brd: module loaded
sata-dwc 4bffd1800.sata: Gettting DMA channel 1
sata-dwc 4bffd1800.sata: id 0, controller version 1.91
sata-dwc 4bffd1800.sata: DMA initialized
sata-dwc 4bffd1800.sata: DMA CFG = 0x00000001
dma_register_interrupt register irq (25)
ata4294967295: sata_dwc_port_start: setting burst size in DBTSR: 0x00100010
sata-dwc 4bffd1800.sata: **** GEN II speed rate negotiated
scsi0 : sata-dwc
ata1: SATA max UDMA/133 irq 27
Found: SST 39LF040
4fff80000.nor_flash: Found 1 x8 devices at 0x0 in 8-bit bank
number of JEDEC chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
RedBoot partition parsing not available
Creating 2 MTD partitions on "4fff80000.nor_flash":
0x000000000000-0x000000020000 : "3genv"
0x000000020000-0x000000080000 : "u-boot"
ndfc 4fff80000.ndfc: failed to get memory
ndfc: probe of 4fff80000.ndfc failed with error -5
e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
e1000e: Copyright (c) 1999-2008 Intel Corporation.
PPC 4xx OCP EMAC driver, version 3.54
mal0: descriptor-memory = ocm
MAL: Enabled Interrupt Coal TxCnt: 1 RxCnt: 8
TxTimer: 0 RxTimer: 10000
MAL v2 /plb/mcmal, 1 TX channels, 1 RX channels
RGMII /plb/opb/emac-rgmii@ef601500 initialized with MDIO support
TAH /plb/opb/emac-tah@ef601350 initialized
/plb/opb/emac-rgmii@ef601500: input 0 in RGMII mode
bcm54610_init: before 0x2c8c, after 0x2c8c
bcm54610_init: before 0x0d41, 0x0200; after 0x0d41, 0x0200
eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:00:00:00:00:00
eth0: found BCM54610 Gigabit Ethernet PHY (0x01)
Intel(R) Gigabit Ethernet Network Driver - version 1.3.16-k2
Copyright (c) 2007-2009 Intel Corporation.
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Fusion MPT base driver 3.04.12
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SAS Host driver 3.04.12
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
dwc_otg: version 2.60a 22-NOV-2006
input: rst_button as /class/input/input0
i2c /dev entries driver
ibm-iic 4ef600700.i2c: using standard (100 kHz) mode
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
Registered led device: a3g_led
AMCC 4xx PKA v0.1 @0x04_00114000 size 16384 IRQ 35
Initializing PKA...
PKA Driver Successfully Initialized
Reading pvr value = 12c41c81
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F0300)
Interrupt status = 0x00042020
dev status = 0x03087722
Interrupt status = 0x00042020
dev status = 0x03087722
ata1.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 1/32)
Interrupt status = 0x00042020
dev status = 0x03087722
ata1.00: configured for UDMA/133
blk_queue_max_hw_segments: set to minimum 1
Interrupt status = 0x00042020
dev status = 0x03087722
scsi 0:0:0:0: Direct-Access ATA WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
apm82181-adma: Probing AMCC APM82181 ADMA engines...
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Write Protect is off
AMCC(R) APM82181 ADMA Engine found [1]: ( capabilities: memcpy )
--------------- dma_async_device_register: 683-------------------------
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda:apm82181 adma1: allocated 512 descriptor slots
AMCC(R) APM82181 ADMA Engine found [2]: ( capabilities: memcpy )
--------------- dma_async_device_register: 683-------------------------
apm82181 adma2: allocated 512 descriptor slots
AMCC(R) APM82181 ADMA Engine found [3]: ( capabilities: memcpy )
--------------- dma_async_device_register: 683-------------------------
apm82181 adma3: allocated 512 descriptor slots
oprofile: using timer interrupt.
Macsec proc interface Initiliazed
Registered Macsec Interface
IPv4 over IPv4 tunneling driver
GRE over IPv4 tunneling driver
sda1 sda2 sda3 sda4
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
sd 0:0:0:0: [sda] Attached SCSI disk
NET: Registered protocol family 17
Bridge firewalling registered
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 2 and added 2 devices.
md: autorun ...
md: considering sda2 ...
md: adding sda2 ...
md: adding sda1 ...
md: created md0
md: bind<sda1>
md: bind<sda2>
md: running: <sda2><sda1>
md: kicking non-fresh sda1 from array!
md: unbind<sda1>
md: export_rdev(sda1)
raid1: raid set md0 active with 1 out of 2 mirrors
md0: detected capacity change from 0 to 2047803392
md: ... autorun DONE.
md0: unknown partition table
kjournald starting. Commit interval 5 seconds
EXT3 FS on md0, internal journal
EXT3-fs: mounted filesystem with writeback data mode.
VFS: Mounted root (ext3 filesystem) on device 9:0.
Freeing unused kernel memory: 384k init
INIT: version 2.86 booting
Retrieving saved clock:Fri May 6 15:14:57 PDT 2011
Set clock to Fri May 6 15:14:57 PDT 2011
.
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...done.
Setting parameters of disc: (none).
Enable EMAC EMI Fix
EMI patch enabled...
cpu=APM82181 rev=28.129
Activating swap...done.
Cleaning up ifupdown....
Loading kernel modules...done.
Checking file systems...fsck from util-linux-ng 2.17.2
done.
Setting kernel variables (/etc/sysctl.conf)...done.
Setting kernel variables (/etc/sysctl.d/dlna.conf)...done.
Mounting local filesystems...done.
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
eth0: link is up, 1000 FDX, pause enabled
Listening on LPF/eth0/00:00:00:00:00:00
Sending on LPF/eth0/00:00:00:00:00:00
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 192.111.11.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.111.11.1
bound to 192.111.11.216 -- renewal in 20247 seconds.
done.
Starting portmap daemon....
INIT: Entering runlevel: 2
Starting ntpdate...
Starting ramlog-tmpfs 2.0.0: .
Starting enhanced syslogd: rsyslogd.
Starting web server: apache2.
>>>> mount data volume...EXT4-fs (sda4): mounted filesystem with ordered data mode
Adding 500608k swap on /dev/sda3. Priority:-1 extents:1 across:500608k
Kernel API version: 2
settrustees API version: 2
Pass 1: Checking for parse errors
Pass 2: Sending device modifiers
Pass 3: Sending permissions
done.
Starting OpenBSD Secure Shell server: sshd.
Starting standby monitor: monitorio.
Starting Network Interface Plugging Daemon: eth0.
Starting NFS common utilities: statd idmapd.
Exporting directories for NFS kernel daemon....
Starting NFS kernel daemon: nfsdsvc: failed to register lockdv1 RPC service (errno 97).
mountd.
Starting Samba daemons: nmbd smbd.
Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools (warning).
Starting FTP server: disabled
Starting Netatalk services (this will take a while): afpd.
Starting mDNSResponder: mDNSResponder.
Starting system message bus: dbus.
Starting itunes server: forked-daapd.
Starting /usr/local/twonkymedia-5/twonkymedia ... Daemonizing...
Current time is Fri May 6 15:16:12 PDT 2011
Starting MioNet
chgrp: cannot access `Senvid.jar': No such file or directory
/usr/mionet:/usr/mionet/lib
No new ImageMagick for auto-update
/usr/mionet/plugin_*.tar.gz NOT exist
mionetd: start plugin
plugin_command = start
PLUGIN_HOME = /usr/mionet/plugin
plugin launcher = miocrawler/miocrawlerd
Last creator version is
Miocrawler started.
Starting reset button monitor: resetbtnd.
Starting periodic command scheduler: crond.
Starting upnp nas device: upnpnasd.
Starting lltd... OK
Exiting VFT ...
rc.local: currentRootDevice is set to /dev/md0
Running final checks.. (version 01.02.03 on /dev/md0)
/dev/md0:
Version : 00.90
Creation Time : Tue Oct 26 11:32:16 2010
Raid Level : raid1
Array Size : 1999808 (1953.27 MiB 2047.80 MB)
Used Dev Size : 1999808 (1953.27 MiB 2047.80 MB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Fri May 6 15:16:18 2011
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
UUID : 00000000:00000000:00000000:00000000
Events : 0.1161
Number Major Minor RaidDevice State
0 0 0 0 removed
1 8 2 1 active sync /dev/sda2
---------------------------------------------
System restart: current version is 01.02.03
---------------------------------------------
Debian GNU/Linux 5.0 MyBookLive ttyS0
MyBookLive login:
and shutdown
MyBookLive:~# shutdown -h now
Broadcast message from root@MyBookLive (ttyS0) (Fri May 6 15:22:28 2011):
The system is going down for system halt NOW!
INIT: Stopping standby monitor: monitorio.
Stopping reset button monitor: resetbtnd.
Stopping Twonky MediaServer ...
Stopping Samba daemons: nmbd smbd.
Stopping Network Interface Plugging Daemon: eth0.
Stopping NFS common utilities: idmapd statd.
Stopping rsync daemon: rsync.
Stopping S.M.A.R.T. daemon: smartd.
No vft found
Stopping FTP server: No /usr/sbin/vsftpd found running; none killed.
vsftpd.
Stopping mDNSResponder: mDNSResponder.
Stopping NFS kernel daemon: mountd nfsdnfsd: last server has exited, flushing export cache
.
Unexporting directories for NFS kernel daemon....
Stopping web server: apache2 ... waiting .
Stopping enhanced syslogd: rsyslogd.
Stopping ramlog: Error: /var/log is still in use... failed!
The list of open files: (You need to close below daemons if you want to start/stop ramlog manually)
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
forked-da 1502 root 3w REG 0,19 113357 2430 /var/log/forked-daapd.log
Test result: ramlog cannot be started or stopped at the moment.
Asking all remaining processes to terminate...done.
Killing all remaining processes...failed.
Stopping portmap daemon....
Deconfiguring network interfaces...There is already a pid file /var/run/dhclient.eth0.pid with pid 1012
removed stale PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:00:00:00:00:00
Sending on LPF/eth0/00:00:00:00:00:00
Sending on Socket/fallback
DHCPRELEASE on eth0 to 192.111.11.1 port 67
done.
Cleaning up ifupdown....
Unmounting temporary filesystems...done.
Deactivating swap...done.
Unmounting local filesystems...done.
md: md0 still in use.
md: md0 still in use.
Stopping MD array md0...failed (busy).
LED off....
Will now halt.
md: stopping all md devices.
md: md0 switched to read-only mode.
sd 0:0:0:0: [sda] Synchronizing SCSI cache
sd 0:0:0:0: [sda] Stopping disk
Power down.
System Halted, OK to turn off power