Pictures

Housing WEB GUI
Case MZK_WEB_GUI_NET
Top PCB Bottom PCB
PCB_top PCB_bot

Comments to the PCB

One can notice from the PCB the following components :

  • 60 MHz Quartz
  • 300 MHz Processor: SL3516c2 (USQHC65-001A2)
  • 8MB Fujitsu Boot Flash (29LV640DBTC-90G) (room for 16MB)
  • 2*64MB=128MB Samsung DDR (K4H511638D-UCCC)
  • 3.3V Serial pin header
  • unsoldered Mini-Pci (probably for Ralink Wifi-card in the router version)
  • unpopulated ARM-JTAG debugger connector
  • USB connector
  • Dual gigabit Realtek PHY (RTL8211B)
  • e-sata connector (unpopulated)

Extracted Binaries

Name FLASH addr Mem addr Data length Entry point Binary
BOOT 0x30000000-30012E97 0x00000000 0x00012E98 0x00000000mtd0.bin.tar.bz2
FIS directory 0x307E0000-307FFFFF 0x307E0000 0x00001400 0x00000000mtd4.bin.tar.bz2
Kern 0x30020000-3071FFFF 0x00800000 0x006A1074 0x00800014mtd1.bin.tar.bz2
CurConf 0x30740000-3075FFFF 0x00000000 0x00020000 0x00000000mtd3.bin.tar.bz2
VCTL 0x30720000-3073FFFF 0x00000000 0x00020000 0x00000000mtd2.bin.tar.bz2

Redboot Menu

Redboot disassembled from BOOT/mtd0 : redboot.s.tar.bz2

Storlink SL351x Boot Loader [Linux], version 1.0.9
Built by linux, 18:38:20, Dec 24 2007

Processor: SL3516c2
CPU Rate: 300000000
AHB Bus Clock:150MHz    Ratio:2/1
MAC 1 Address: 00:50:C2:11:11:11
MAC 2 Address: 00:50:C2:22:22:22
inet addr: 192.168.1.250/255.255.255.0
==> enter ^C to abort booting within 2 seconds ...... 
PHY 0 Addr 1 Vendor ID: 0x001cc912
mii_write: phy_addr=0x1 reg_addr=0x4 value=0x5e1 
mii_write: phy_addr=0x1 reg_addr=0x9 value=0x300 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x1200 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x9200 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x1200 
mii_write: phy_addr=0x1 reg_addr=0x18 value=0x2741 

                              Boot Menu (8M+128M version 1.3)
==============================================================================
0: Reboot                                   1: Start the Kernel Code
2: List Image                               3: Delete Image
4: Create New Image                         5: Enter Command Line Interface
6: Set IP Address                           7: Set MAC Address
8: Show Configuration                       F: Create Default FIS
X: Upgrade Boot                             Y: Upgrade Kernel
Z: Upgrade Firmware                         A: Upgrade Application
R: Upgrade RAM Disk                         

=> Select: 2

Name              FLASH addr           Mem addr    Datalen     Entry point
BOOT              0x30000000-30012E97  0x00000000  0x00012E98  0x00000000
FIS directory     0x307E0000-307FFFFF  0x307E0000  0x00001400  0x00000000
Kern              0x30020000-3071FFFF  0x00800000  0x006A1074  0x00800014
CurConf           0x30740000-3075FFFF  0x00000000  0x00020000  0x00000000
VCTL              0x30720000-3073FFFF  0x00000000  0x00020000  0x00000000


=> Select: 8

Processor: SL3516c2
CPU Rate: 300000000
AHB Bus Clock:150MHz    Ratio:2/1
MAC 1 Address: 00:00:25:02:00:00
MAC 2 Address: 00:01:25:02:00:00
inet addr: 172.26.1.240/255.255.255.0

=> Select: 5


sl-boot>help
Illegal Command!
Commands:
  arp ........ Display ARP table
  config ..... Display System Configuration
  dm ......... Display (hex dump) a range of memory.
  exit ....... Exit.
  go ......... Execute code at a location
  load ....... Load code
  mem ........ Display memory information
  ping ....... Ping host by IP address.
  quit ....... Exit.
  sm ......... Write data to specified location.
  stat ....... Statistics.
  tftp ....... Get remote file by TFTP.
  timer ...... timer.
sl-boot>

Cpu

# cat /proc/cpuinfo 
Processor       : FA526id(wb) rev 1 (v4l)
BogoMIPS        : 230.19
Features        : swp half 
CPU implementer : 0x66
CPU architecture: 4
CPU variant     : 0x0
CPU part        : 0x526
CPU revision    : 1
Cache type      : write-back
Cache clean     : cp15 c7 ops
Cache lockdown  : format B
Cache format    : Harvard
I size          : 16384
I assoc         : 2
I line length   : 16
I sets          : 512
D size          : 8192
D assoc         : 2
D line length   : 16
D sets          : 256

Hardware        : GeminiA
Revision        : 0000
Serial          : 0000000000000000

Memory Info

MemTotal:       125304 kB
MemFree:         88696 kB
Buffers:         22528 kB
Cached:           5228 kB
SwapCached:          0 kB
Active:           6928 kB
Inactive:        23448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       125304 kB
LowFree:         88696 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:               8 kB
Writeback:           0 kB
Mapped:           5228 kB
Slab:             5008 kB
CommitLimit:     62652 kB
Committed_AS:    10864 kB
PageTables:        228 kB
VmallocTotal:   122880 kB
VmallocUsed:      8212 kB
VmallocChunk:   114172 kB

Mount and Processes

# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw,nogrpid)
proc on /proc type proc (rw,nodiratime)
none on /dev/pts type devpts (rw)

# ps auwx
  PID  Uid     VmSize Stat Command
    1 root        532 S   init       
    2 root            SWN [ksoftirqd/0]
    3 root            SW  [watchdog/0]
    4 root            SW< [events/0]
    5 root            SW< [khelper]
    6 root            SW< [kthread]
   14 root            SW< [kblockd/0]
   17 root            SW< [khubd]
   52 root            SW  [pdflush]
   53 root            SW  [pdflush]
   55 root            SW< [aio/0]
   58 root            SW< [xfslogd/0]
   59 root            SW< [xfsdatad/0]
   60 root            SW< [xfsbufd]
   54 root            SW  [kswapd0]
   56 root            SW  [cifsoplockd]
   57 root            SW  [cifsdnotifyd]
  706 root        416 S   syslogd C 
  723 root            SW  [eth1]
  751 root            SW  [eth0]
  779 root        376 S   /bin/diagd -d 
  882 root       1292 S   /bin/nmbd -D 
  884 root       1516 S   /bin/smbd -D 
  892 root        868 S   /bin/smbd -D 
  919 root        564 S   /bin/ftpd 
  922 root        296 S   /usr/sbin/telnetd -p 1192 
  924 root        500 S   crond 
  925 root        940 S   webs 
  926 root        272 S   fan_monitor 
  927 root        264 S   btn_handler 
  930 root       1052 S   ./nashttpd 
  931 root        532 S   /bin/sh 
  932 root       1052 S   ./nashttpd 
  933 root       1052 S   ./nashttpd 
  935 root        668 S   -sh 
 1044 root        548 R   ps auwx

# cat /proc/mtd
 dev:    size   erasesize  name
mtd0: 00020000 00010000 "RedBoot"
mtd1: 00700000 00010000 "Kernel"
mtd2: 00020000 00010000 "VCTL"
mtd3: 000a0000 00010000 "CurConf"
mtd4: 00020000 00010000 "FIS directory"

Interrupts

cat /proc/interrupts 
           CPU0
  1:        128   eth0
  2:          0   eth1
  6:        526   Gemini XOR Acceleration
  8:          0   sl2312 pci int
 10:          1   FTC_FOTG2XX
 11:          1   FTC_FOTG2XX_1
 15:      13456   SL2312 Timer Tick
 18:        563   sl2312
 22:          0   GPIO1
 23:          0   GPIO2
Err:          0

Boot Log

A typical quick and dirty code as you can see from the many ”not found” and ”no process killed” messages………

Flash Block Size = 65536

Storlink SL351x Boot Loader [Linux], version 1.0.9
Built by linux, 18:38:20, Dec 24 2007

Processor: SL3516c2
CPU Rate: 300000000
AHB Bus Clock:150MHz    Ratio:2/1
MAC 1 Address: 00:00:25:02:00:00
MAC 2 Address: 00:01:25:02:00:00
inet addr: 192.168.1.100/255.255.255.0
==> enter ^C to abort booting within 2 seconds ...... 
Load Kern image from 0x30020000 to 0x800000 size 7340032
Uncompressing Linux................................................................................................................................ done, booting the kernel.
Linux version 2.6.15-Storlink_263 (root@dev) (gcc version 3.4.4) #140 Fri Apr 18 21:24:01 JST 2008
CPU: FA526id(wb) [66015261] revision 1 (ARMv4)
Machine: GeminiA
Ignoring unrecognised tag 0x00000000
Memory policy: ECC disabled, Data cache writeback
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 2, 16 byte lines, 512 sets
CPU0: D cache: 8192 bytes, associativity 2, 16 byte lines, 256 sets
Built 1 zonelists
Kernel command line: root=/dev/ram0 rw console=ttySL0,19200 initrd=0x00a00000,22M ramdisk_size=22528 mem=128M
PID hash table entries: 1024 (order: 10, 16384 bytes)
Bus: 150MHz(2/1)
Console: colour dummy device 80x30
sl2312 console setup : 
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 128MB = 128MB total
Memory: 102656KB available (3301K code, 1117K data, 108K init)
Mount-cache hash table entries: 512
*** Page_chain_cachep Init!***
CPU: Testing write buffer coherency: ok
detected gzip initramfs
checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
Freeing initrd memory: 22528K
NET: Registered protocol family 16
PCI: bus0: Fast back to back transfers disabled
sl2312_pci_map_irq : slot = 0  pin = 1 
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Initial RAID Descripter...
XOR:tx_desc = ffc00000
XOR:rx_desc = ffc01000
XOR:tx_desc_dma = 01f66000
XOR:rx_desc_dma = 01f67000
NetWinder Floating Point Emulator V0.97 (double precision)
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).
NTFS driver 2.1.25 [Flags: R/O].
SGI XFS with ACLs, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
io scheduler noop registered
io scheduler deadline registered
Real Time Clock Driver v0.10
Gemini Gpio init
Watchdog Timer Initialized
ttySL0 at MMIO 0x42000000 (irq = 18) is a SL2312
RAMDISK driver initialized: 16 RAM disks of 22528K size 1024 blocksize
loop: loaded (max 8 devices)
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
NET: Registered protocol family 24
VSC-switch not found
Storm Semiconductors,Inc. SL351x Giga Ethernet driver 0.1.7 built at Apr 18 2008 21:22:22
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ide 0: physical = 63000000, virtual = c8800000, irq = 4
    ide0: MMIO-DMA , BIOS settings: hda:pio, hdb:pio
ide 1: physical = 63400000, virtual = c8802000, irq = 5
    ide1: MMIO-DMA , BIOS settings: hdc:pio, hdd:pio
master not ready
hdc: no response (status = 0x80), resetting drive
hdc: no response (status = 0x80)
SL2312 MTD Driver Init.......
SL2312 CFI Flash: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0040
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Creating 5 MTD partitions on "SL2312 CFI Flash":
0x00000000-0x00020000 : "RedBoot"
0x00020000-0x00720000 : "Kernel"
0x00720000-0x00740000 : "VCTL"
0x00740000-0x007e0000 : "CurConf"
0x007e0000-0x00800000 : "FIS directory"
SL2312 MTD Driver Init Success ......
FTC_FOTG2XX : Init FOTG2XX Driver
Init FOTG2xx driver 
FTC_FOTG2XX : >>> Found FOTG2XX ...
pFTC_OTG c1e4d120
FTC_FOTG2XX_1 : Init FOTG2XX Driver
Init FOTG2xx driver 
FTC_FOTG2XX_1 : >>> Found FOTG2XX ...
pFTC_OTG_1 c1e4d1e0
hcd->self.controller c1f69c00
hcd end
hcd_buffer_create
ehci-hcd-FOTG2XX ehci-hcd-FOTG2XX: new USB bus registered, assigned bus number 1
usb_register_bus
ghcd_FOTG2XX hcd c1f69c00
hcd_irq_For_OTG
ehci->caps->length 10, hcd->regs f6800000 , ehci->regs f6800010 
udev->state 1 
drivers/usb/host/ehci-hcd-FOTG2XX.c: USB support enabled, EHCI rev 101. 0
Timing on EOF1(0xf6800040) = 0xd
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
FTC_FOTG2XX : >>> +FOTG2XX_get_otg_transceiver
FTC_FOTG2XX : registered host c1f69c00
OTG2XX act as HOST only (don't need to wait gadget driver)
+(OTGC_Init)
pFTC_OTG->otg.default_a=1 
+(OTGC_Init)
pFTC_OTG->otg.default_a=1 
OTG_enable_VBUS 
FTC_FOTG2XX : >>> Drive VBUS ok...
+OTGP_Close()
OTG2XX act as HOST only (remove gadget function)
+OTGH_Open()(0x30=0x0)
OTG_enable_VBUS 
mdwOTGC_Control_A_VBUS_VLD_Rd 80000
+OTGP_Close()
OTG2XX act as HOST only (remove gadget function)
+OTGH_Open()(0x30=0x0)
ehci otg_set_host status 0 
connect_change 1 
clear_bit 
return set_bit
hcd->self.controller c1f69400
hcd end
hcd_buffer_create
ehci-hcd-FOTG2XX-1 ehci-hcd-FOTG2XX-1: new USB bus registered, assigned bus number 2
usb_register_bus
ghcd_FOTG2XX_1 hcd c1f69400
hcd_irq_For_OTG_1
ehci->caps->length 10, hcd->regs f6900000 , ehci->regs f6900010 
udev->state 1 
drivers/usb/host/ehci-hcd-FOTG2XX-1.c: USB support enabled, EHCI rev 101. 0
Timing on EOF1(0xf6900040) = 0xd
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
FTC_FOTG2XX_1 : >>> +FOTG2XX_get_otg_transceiver_1
FTC_FOTG2XX_1 : registered host c1f69400
OTG2XX act as HOST only (don't need to wait gadget driver)
+(OTGC_Init_1)
pFTC_OTG_1->otg.default_a=1 
+(OTGC_Init_1)
pFTC_OTG_1->otg.default_a=1 
OTG_enable_VBUS 
FTC_FOTG2XX_1 : >>> Drive VBUS ok...
+OTGP_Close_1()
OTG2XX act as HOST only (remove gadget function)
+OTGH_Open_1()(0x30=0x0)
OTG_enable_VBUS 
mdwOTGC_Control_A_VBUS_VLD_Rd 80000
+OTGP_Close_1()
OTG2XX act as HOST only (remove gadget function)
+OTGH_Open_1()(0x30=0x0)
ehci otg_set_host status 0 
connect_change 1 
clear_bit 
return set_bit
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid10 personality registered as nr 9
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
   gemini xor acceleration:    46.800 MB/sec
raid5: using function: gemini xor acceleration (46.800 MB/sec)
md: multipath personality registered as nr 7
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
ipsec_init : cryptographic accelerator 
ipsec tx_desc = ffc1a000
ipsec rx_desc = ffc1b000
ipsec tx_desc_dma = 005ee000
ipsec rx_desc_dma = 005ef000
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: LZMA image found at block 0
RAMDISK: LZMA lc=3,lp=0,pb=2,dictSize=8388608,origSize=23068672
LZMA initrd by Ming-Ching Tiew <mctiew@yahoo.com> ......................................
LZMA initrd loaded successfully
VFS: Mounted root (ext2 filesystem).
Freeing init memory: 108K
killall: dhcpc.sh: no process killed
killall: udhcpc: no process killed
killall: autoip.sh: no process killed
Storlink eth0 address = 0090CCF55AB0
GMAC-0 Addr 1 Vendor ID: 0x001cc912
mii_write: phy_addr=0x1 reg_addr=0x4 value=0x5e1 
mii_write: phy_addr=0x1 reg_addr=0x9 value=0x300 
mii_write: phy_addr=0x1 reg_addr=0x18 value=0x2741 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x9200 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x1200 
Link Up (0x796d) MII REG 10 = 0x7c00
 1000M/Full 
Flow Control Enable.
Storlink eth0 address = 0090CCF55AB0
Enable MAC Flow Control...
Storlink eth1 address = 0090CCF55AB1
GMAC-1 Addr 2 Vendor ID: 0x001cc912
mii_write: phy_addr=0x2 reg_addr=0x4 value=0x5e1 
mii_write: phy_addr=0x2 reg_addr=0x9 value=0x300 
mii_write: phy_addr=0x2 reg_addr=0x18 value=0x2741 
mii_write: phy_addr=0x2 reg_addr=0x0 value=0x9200 
mii_write: phy_addr=0x2 reg_addr=0x0 value=0x1200 
Link Down (0x7949) MII REG 10 = 0x0
MII REG 5 (bit 5:15) = 0x0
Flow Control Disable.
Storlink eth1 address = 0090CCF55AB1
Disable MAC Flow Control...
SIOCGIFFLAGS: No such device
bridge br0 doesn't exist; can't delete it
Setup bridge...
Before changing the H/W address,please down the device.
device eth0 entered promiscuous mode
br_stp_recalculate_bridge_id: p->dev->dev_addr[0]-[5]= 0:90:cc:f5:5a:b0
GMAC-0 Addr 1 Vendor ID: 0x001cc912
mii_write: phy_addr=0x1 reg_addr=0x4 value=0x5e1 
mii_write: phy_addr=0x1 reg_addr=0x9 value=0x300 
mii_write: phy_addr=0x1 reg_addr=0x18 value=0x2741 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x9200 
mii_write: phy_addr=0x1 reg_addr=0x0 value=0x1200 
Link Up (0x796d) MII REG 10 = 0x7c00
 1000M/Full 
Flow Control Enable.
Storlink eth0 address = 0090CCF55AB0
Enable MAC Flow Control...
route: SIOC[ADD|DEL]RT: No such process
Before changing the H/W address,please down the device.
device eth1 entered promiscuous mode
br_stp_recalculate_bridge_id: p->dev->dev_addr[0]-[5]= 0:90:cc:f5:5a:b1
br_stp_recalculate_bridge_id: p->dev->dev_addr[0]-[5]= 0:90:cc:f5:5a:b0
route: SIOC[ADD|DEL]RT: No such process
route: SIOC[ADD|DEL]RT: No such process
route: SIOC[ADD|DEL]RT: No such process
********** run Diagd **********
setting: port: 31727 
running in daemon mode
********** run GaTest **********
rm: cannot remove `/tmp/agentenabledflag': No such file or directory
/bin/init.sh: /bin/init.sh: 378: /bin/agent: not found
fuse init (API version 7.8)
fuse distribution version: 2.7.1
killall: smbd: no process killed
killall: nmbd: no process killed
killall: ftpd: no process killed
umount: /dev/sda: not mounted
umount: /dev/sda1: not mounted
umount: /dev/sda10: not mounted
umount: /dev/sda11: not mounted
umount: /dev/sda12: not mounted
umount: /dev/sda13: not mounted
umount: /dev/sda14: not mounted
umount: /dev/sda15: not mounted
umount: /dev/sda2: not mounted
umount: /dev/sda3: not mounted
umount: /dev/sda4: not mounted
umount: /dev/sda5: not mounted
umount: /dev/sda6: not mounted
umount: /dev/sda7: not mounted
umount: /dev/sda8: not mounted
umount: /dev/sda9: not mounted
umount: /dev/hda: not mounted
umount: /dev/hda1: not mounted
umount: /dev/hda10: not mounted
umount: /dev/hda11: not mounted
umount: /dev/hda12: not mounted
umount: /dev/hda13: not mounted
umount: /dev/hda14: not mounted
umount: /dev/hda15: not mounted
umount: /dev/hda2: not mounted
umount: /dev/hda3: not mounted
umount: /dev/hda4: not mounted
umount: /dev/hda5: not mounted
umount: /dev/hda6: not mounted
umount: /dev/hda7: not mounted
umount: /dev/hda8: not mounted
umount: /dev/hda9: not mounted
umount: /dev/hdb: not mounted
umount: /dev/hdb1: not mounted
umount: /dev/hdb10: not mounted
umount: /dev/hdb11: not mounted
umount: /dev/hdb12: not mounted
umount: /dev/hdb13: not mounted
umount: /dev/hdb14: not mounted
umount: /dev/hdb15: not mounted
umount: /dev/hdb2: not mounted
umount: /dev/hdb3: not mounted
umount: /dev/hdb4: not mounted
umount: /dev/hdb5: not mounted
umount: /dev/hdb6: not mounted
umount: /dev/hdb7: not mounted
umount: /dev/hdb8: not mounted
umount: /dev/hdb9: not mounted
umount: /dev/hdc: not mounted
umount: /dev/hdc1: not mounted
umount: /dev/hdc10: not mounted
umount: /dev/hdc11: not mounted
umount: /dev/hdc12: not mounted
umount: /dev/hdc13: not mounted
umount: /dev/hdc14: not mounted
umount: /dev/hdc15: not mounted
umount: /dev/hdc2: not mounted
umount: /dev/hdc3: not mounted
umount: /dev/hdc4: not mounted
umount: /dev/hdc5: not mounted
umount: /dev/hdc6: not mounted
umount: /dev/hdc7: not mounted
umount: /dev/hdc8: not mounted
umount: /dev/hdc9: not mounted
umount: /dev/hdd: not mounted
umount: /dev/hdd1: not mounted
umount: /dev/hdd10: not mounted
umount: /dev/hdd11: not mounted
umount: /dev/hdd12: not mounted
umount: /dev/hdd13: not mounted
umount: /dev/hdd14: not mounted
umount: /dev/hdd15: not mounted
umount: /dev/hdd2: not mounted
umount: /dev/hdd3: not mounted
umount: /dev/hdd4: not mounted
umount: /dev/hdd5: not mounted
umount: /dev/hdd6: not mounted
umount: /dev/hdd7: not mounted
umount: /dev/hdd8: not mounted
umount: /dev/hdd9: not mounted

-----> SNTP
~~~~~~~~step into repair raid~~~~~~~~~~~
raidFixEnable==0,RAID fix is not Enabled
ls: /tmp/automount.pid: No such file or directory
ls: /tmp/is_tdbpath_right: No such file or directory
BusyBox v1.2.2 (2008.03.07-09:47+0000) multi-call binary

Usage: grep [-ihHnqvsEABC] PATTERN [FILEs...]

BusyBox v1.2.2 (2008.03.07-09:47+0000) multi-call binary

Usage: grep [-ihHnqvsEABC] PATTERN [FILEs...]

Changing password for anonymous
Enter the new password (minimum of 5, maximum of 8 characters)
Please use a combination of upper and lower case letters and numbers.
Enter new password: 
Bad password: too short.
Re-enter new password: 
Password changed.
startsmbfilepwent_internal: file /etc/config/private/smbpasswd did not exist. File successfully created.
account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to change password), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password age), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password age), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count minutes), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout attempt), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), returning 0
account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine password change), returning 0
Added user anonymous.
BusyBox v1.2.2 (2008.03.07-09:47+0000) multi-call binary

Usage: adduser [OPTIONS] user_name

Added user root.
BusyBox v1.2.2 (2008.03.07-09:47+0000) multi-call binary

Usage: addgroup [-g GID] group_name [user_name]

rm: cannot remove `/tmp/is_tdbpath_right': No such file or directory
rmdir: `/home/anonymous/*': No such file or directory
killall: nmbd: no process killed
killall: smbd: no process killed
killall: ftpd: no process killed
killall: crond: no process killed
tmpBuf = [mount |grep /dev/md >> /tmp/MountTmpFile]
confbt : MIB_BT_ENABLE is :0
killall: btdog: no process killed
killall: bt: no process killed
/bin/nas.sh: /bin/nas.sh: 55: ezview: not found
-----> PrintServer
-----> SNTP
killall: nashttpd: no process killed


BusyBox v1.2.2 (2008.03.07-09:47+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
# Http Server:----------------Init Starts--------------------
Http Server:Setting Log Level to:4
Http Server:Setting Doc path to:httpDocs
Http Server:Setting Upload path to:/storage/rdea3/
Http Server:Setting Cgi-bin path to:cgi-bin
Http Server:Setting Port to:37500
Http Server:Setting Max User Number to:3
Http Server:Setting enableNasDiscovery flag to 1
Http Server:----------------Init Ends----------------------
Http Server:Server is Getting Started ...
Http Server:Server is up now !!

Http Server:IP: 192.168.1.254
Http Server:Nas Discovery start...
Http Server:ConfiguratorPath: http://192.168.1.254/
Http Server:FriendlyName: mzk-nas

Http Server:FirmwareVersion: 1.1.2a

start nasdRxThread...
start recvfrompMediaPath: 
NAS Discovery Utility started successfully...
Http Server:Waiting for Client Connect ...

Cron

# crontab -l
*/5 * * * * automount >/dev/null 2>&1
*/3 * * * * confwget >/dev/null 2>&1
*/3 * * * * checkraid >/dev/null 2>&1
*/5 * * * * rm /var/log/messages >/dev/null 2>&1

sources

 
Back to top
planex_mzk_nas.txt · Last modified: 2012/02/20 23:14 (external edit)
 
 
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0