3TB Cloudbox - does not appear on network

Re: 3TB Cloudbox - does not appear on network

Postby ryandkg » Sun Feb 14, 2016 8:40 pm

I flashed with the file tftp/u-boot-3.6.0-2.1-cloudbox-revA-2.1.3-sf.kwb

Loaded standalone kernel as previously and then mounted sda7
Code: Select all
root@fvdw-sta-kirkwood:/ # ls /sda7
bin         boot        dev         etc         linuxrc     mail        opt         root        share       usr
bin_cab     clunc       direct-usb  lib         lost+found  nowhere     proc        sbin        sys         var
ryandkg
Donator VIP
Donator VIP
 
Posts: 17
Joined: Sat Feb 13, 2016 10:49 pm

Re: 3TB Cloudbox - does not appear on network

Postby fvdw » Sun Feb 14, 2016 9:26 pm

that looks normal.
Now swicth off the nas and choose in the fvdw-sl console as action u-boot console and follow the the instruction
If you have a marvell>> prompt then give the command
Code: Select all
printenv
and post the output
(you should be able to copy the content of the -boot console window with righthand mouse click on title bar)
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 3TB Cloudbox - does not appear on network

Postby fvdw » Sun Feb 14, 2016 9:36 pm

assuming your bootloader is ok (we will see from printenv command in previous post) we can load and boot the firmware kernel from the u-boot console
give these commands (exactly as give here) at the marvell>> prompt
Code: Select all
ide reset
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
disk 0x800000 0:6
bootm


after giving command disk 0x800000 0:6
you should get as return something like this (your output will differ from this example as it is only an example)
Code: Select all
Marvell>> disk 0x800000 0:6
disk 0x800000 0:6## Valid EFI partition found ##

Loading from IDE device 0, partition 6: Name: gpt6  Type: U-Boot
   Image Name:   Linux-2.6.39.4
   Created:      2012-12-23  21:59:32 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3123456 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
Marvell>>

After the command bootm you should get something like this
Code: Select all
Marvell>> bootm
bootm
## Booting image at 00800000 ...
   Image Name:   Linux-2.6.39.4
   Created:      2012-12-23  21:59:32 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3123456 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK

Starting kernel ...


and after "starting kernel ..." much more output from the kernel itself. If possible post that output
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 3TB Cloudbox - does not appear on network

Postby ryandkg » Sun Feb 14, 2016 10:07 pm

fvdw wrote:that looks normal.
Now swicth off the nas and choose in the fvdw-sl console as action u-boot console and follow the the instruction
If you have a marvell>> prompt then give the command
Code: Select all
printenv
and post the output
(you should be able to copy the content of the -boot console window with righthand mouse click on title bar)

Here is the console output from printenv. I will await your assessment of whether it is okay before proceeding to the steps in your next post.
Code: Select all
provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter


Marvell>> printenv
printenv
bootargs=console=ttyS0,115200
bootcmd=run nexus_boot; run legacy_boot
baudrate=115200
loads_echo=0
rootpath=/srv/ubuntu
uboot_capabilities=gpt,lba64
start_lump=lump 3
pre_lump=lump 1
resetdisk=ide reset
boot_fail=lump
loadaddr=0x800000
console=console=ttyS0,115200
kernel_addr=${loadaddr}
disk_list=0 1
legacy_set_rootfs=if test $boot_disk -eq 0; then rootfs=/dev/sda7; elif test $bo
ot_disk -eq 1; then rootfs=/dev/sdb7; fi
legacy_nand_boot=
legacy_disk_bootargs=setenv bootargs ${console} reset=${resetFlag_env} root=${ro
otfs};
legacy_disk_boot=echo Booting legacy layout...; if test ${resetFlag_env} -ne 0;
then part_list=6; else part_list="A 6"; fi;for p in ${part_list}; do for boot_di
sk in ${disk_list}; do if disk ${loadaddr} ${boot_disk}:$p; then run legacy_set_
rootfs; run legacy_disk_bootargs; bootm; fi; done; done
legacy_boot=run legacy_disk_boot || run legacy_nand_boot
nexus_max_count=3
nexus_boot_part=2
nexus_nv_part=3
nexus_inc_count=if test ${boot_count} -eq 0; then setenv boot_count 1; elif test
 ${boot_count} -eq 1; then setenv boot_count 2; else setenv boot_count ${nexus_m
ax_count}; fi
nexus_set_root=if test $saved_entry -eq 1; then root_part=5; else root_part=4; f
i
nexus_load_flags=ext2get ide ${boot_disk}:${nexus_nv_part} /ubootenv boot_count
saved_entry
nexus_save_flags=ext2set ide ${boot_disk}:${nexus_nv_part} /ubootenv boot_count
${boot_count}
nexus_load_image=ext2load ide ${boot_disk}:${root_part} ${loadaddr} ${image} &&
iminfo ${loadaddr}
nexus_uuid=ext2uuid ide ${boot_disk}:${nexus_boot_part}; boot_uuid=${uuid}; ext2
uuid ide ${boot_disk}:${root_part}; root_uuid=${uuid}
nexus_bootargs=run nexus_uuid; setenv bootargs ${console} boot=UUID=${boot_uuid}
 root=UUID=${root_uuid}
nexus_can_boot=test ${bootfail} -eq 0 -a ${countfail} -eq 0 -a ${forced} -eq 0 -
a ${user} -eq 0
nexus_rescue_countfail=test ${boot_count} -ge ${nexus_max_count}
nexus_rescue_user=ext2get ide ${boot_disk}:3 /ubootenv rescue && test ${rescue}
-eq 1
nexus_rescue_bootargs=test -n ${bootfail} && setenv bootargs bootfail=${bootfail
} ${bootargs}; test -n ${countfail} && setenv bootargs countfail=${countfail} ${
bootargs}; test -n ${user} && setenv bootargs user=${user} ${bootargs}; test -n
${forced} && setenv bootargs forced=${forced} ${bootargs}
nexus_boot_rescue=echo Boot Nexus rescue from disk ${boot_disk}...; root_part=2;
 image=/rescue/uImage; if run nexus_load_image; then if test -n ${panic}; then r
un nexus_uuid; setenv bootargs ${bootargs} root=UUID=${root_uuid}; else run nexu
s_bootargs; fi; run nexus_rescue_bootargs; bootm; fi
nexus_panic=panic=1; for boot_disk in ${disk_list}; do run nexus_boot_rescue; do
ne
nexus_boot=test -n ${resetFlag_env} && forced=${resetFlag_env}; for boot_disk in
 ${disk_list}; do echo Booting Nexus layout from disk ${boot_disk}...; countfail
=0; bootfail=0; user=0; if run nexus_load_flags; then run nexus_rescue_countfail
 && countfail=1; run nexus_set_root; image=/boot/uImage; run nexus_load_image ||
 bootfail=1; run nexus_rescue_user && user=1; if run nexus_can_boot; then run ne
xus_inc_count; run nexus_save_flags; run nexus_bootargs; bootm; bootfail=1; fi;
run nexus_boot_rescue; fi; done; bootfail=1; countfail=; user=;run nexus_panic
run_diag=yes
MALLOC_len=1
ethprime=egiga0
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/m
tdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000;
ethmtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
ethact=egiga0
ethaddr=00:D0:4B:94:E4:93
valid_product=1
stderr=serial
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
disaMvPnp=no
resetFlag_env=0
bootdelay=0
pcieTune=no
ipaddr=192.168.172.252
ncip=192.168.172.121
serverip=192.168.172.121
stdin=nc
stdout=nc

Environment size: 3929/8188 bytes
Marvell>>
ryandkg
Donator VIP
Donator VIP
 
Posts: 17
Joined: Sat Feb 13, 2016 10:49 pm

Re: 3TB Cloudbox - does not appear on network

Postby fvdw » Sun Feb 14, 2016 10:19 pm

that is ok
this device with this bootloader should be able to boot the firmware

so proceed with the suggestion given in this post

viewtopic.php?f=28&p=22018#p22016
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 3TB Cloudbox - does not appear on network

Postby ryandkg » Sun Feb 14, 2016 10:33 pm

copied and pasted from your post to be sure I didn't make typo...

after "starting kernel ..." got the following output
Code: Select all
Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gc
 (GCC) ) #14 PREEMPT Sun Jan 17 20:40:19 CET 2016
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5
7
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: familybox
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping
es: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 netconso
.172.252/,6666@192.168.172.121/ root=/dev/sda7 cap=gpt,lba64
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes
[    0.000000] Dentry cache hash table entries: 32768 (order: 5,
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 6
[    0.000000] Memory: 250016K/262144K available (6969K kernel co
, 2096K rodata, 188K init, 250K bss, 12128K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc08e28b8   (9067 kB)
[    0.000000]       .init : 0xc08e3000 - 0xc0912000   ( 188 kB)
[    0.000000]       .data : 0xc0912000 - 0xc095d540   ( 302 kB)
[    0.000000]        .bss : 0xc095d54c - 0xc099c08c   ( 251 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000012] sched_clock: 32 bits at 166MHz, resolution 6ns, wr
803770ns
[    3.594752] Calibrating delay loop... 996.14 BogoMIPS (lpj=498
[    3.684718] pid_max: default: 32768 minimum: 301
[    3.684850] Mount-cache hash table entries: 1024 (order: 0, 40
[    3.684871] Mountpoint-cache hash table entries: 1024 (order:
[    3.685414] CPU: Testing write buffer coherency: ok
[    3.685771] Setting up static identity map for 0x6a11c0 - 0x6a
[    3.688745] VFP support v0.3: not present
[    3.689313] xor: measuring software checksum speed
[    3.784756]    arm4regs  :   908.000 MB/sec
[    3.884717]    8regs     :   545.600 MB/sec
[    3.984703]    32regs    :   754.800 MB/sec
[    3.984719] xor: using function: arm4regs (908.000 MB/sec)
[    3.984737] pinctrl core: initialized pinctrl subsystem
[    3.984915] NET: Registered protocol family 16
[    3.985356] DMA: preallocated 256 KiB pool for atomic coherent
[    3.988309] Kirkwood: MV88F6281-A1, TCLK=166666667.
[    3.988336] Feroceon L2: Enabling L2
[    3.988374] Feroceon L2: Cache support initialised.
[    3.989490] familybox, skipping usb init
[    4.019750] bio: create slab <bio-0> at 0
[    4.185720] raid6: int32x1     86 MB/s
[    4.355019] raid6: int32x2    110 MB/s
[    4.525443] raid6: int32x4    104 MB/s
[    4.695083] raid6: int32x8    109 MB/s
[    4.695093] raid6: using algorithm int32x2 (110 MB/s)
[    4.695102] raid6: using intx1 recovery algorithm
[    4.695987] SCSI subsystem initialized
[    4.697347] usbcore: registered new interface driver usbfs
[    4.697526] usbcore: registered new interface driver hub
[    4.697721] usbcore: registered new device driver usb
[    4.698143] Linux video capture interface: v2.00
[    4.700441] cfg80211: Calling CRDA to update world regulatory
[    4.700760] Switched to clocksource orion_clocksource
[    4.703096] NET: Registered protocol family 2
[    4.703618] TCP established hash table entries: 2048 (order: 1
[    4.703661] TCP bind hash table entries: 2048 (order: 1, 8192
[    4.703694] TCP: Hash tables configured (established 2048 bind
[    4.703751] TCP: reno registered
[    4.703770] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    4.703793] UDP-Lite hash table entries: 256 (order: 0, 4096 b
[    4.703962] NET: Registered protocol family 1
[    4.704264] RPC: Registered named UNIX socket transport module
[    4.704276] RPC: Registered udp transport module.
[    4.704284] RPC: Registered tcp transport module.
[    4.704292] RPC: Registered tcp NFSv4.1 backchannel transport
[    4.704488] NetWinder Floating Point Emulator V0.97 (double pr
[    4.706087] futex hash table entries: 256 (order: -1, 3072 byt
[    4.841290] VFS: Disk quotas dquot_6.5.2
[    4.841343] Dquot-cache hash table entries: 1024 (order 0, 409
[    4.841829] Installing knfsd (copyright (C) 1996 okir@monad.sw
[    4.842100] NTFS driver 2.1.30 [Flags: R/W].
[    4.842144] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006
[    4.842308] fuse init (API version 7.22)
[    4.842949] JFS: nTxBlock = 1953, nTxLock = 15626
[    4.843721] SGI XFS with ACLs, security attributes, realtime,
de numbers, no debug enabled
[    4.844118] msgmni has been set to 488
[    4.845321] async_tx: api initialized (async)
[    4.845522] Block layer SCSI generic (bsg) driver version 0.4
53)
[    4.845535] io scheduler noop registered
[    4.845543] io scheduler deadline registered
[    4.845564] io scheduler cfq registered (default)
[    4.845954] mv_xor mv_xor.0: Marvell shared XOR driver
[    4.884728] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    4.924724] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    4.924987] mv_xor mv_xor.1: Marvell shared XOR driver
[    4.964722] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    5.004723] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    5.010702] Serial: 8250/16550 driver, 2 ports, IRQ sharing di
[    5.031849] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33,
16666) is a 16550A
[    5.551788] console [ttyS0] enabled
[    5.565131] brd: module loaded
[    5.573023] loop: module loaded
[    5.577767] sata_mv sata_mv.0: cannot get optional clkdev
[    5.583216] sata_mv sata_mv.0: slots 32 ports 1
[    5.589492] scsi0 : sata_mv
[    5.592758] ata1: SATA max UDMA/133 irq 21
[    5.599760] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[    5.604850] Creating 2 MTD partitions on "spi_flash":
[    5.609885] 0x000000000000-0x00000007d000 : "u-boot"
[    5.616195] 0x00000007e000-0x00000007f000 : "u-boot-env"
[    5.624384] tun: Universal TUN/TAP device driver, 1.6
[    5.629490] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.
[    5.635977] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns39
.edu>
[    5.644231] ipddp0: Appletalk-IP Encap. mode by Bradford W. Jo
@maroon.tc.umn.edu>
[    5.660259] libphy: orion_mdio_bus: probed
[    5.664508] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver
[    5.674868] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 w
 00:d0:4b:94:e4:93
[    5.683696] PPP generic driver version 2.4.2
[    5.688297] PPP Deflate Compression module registered
[    5.693334] PPP MPPE Compression module registered
[    5.698293] NET: Registered protocol family 24
[    5.702914] usbcore: registered new interface driver rtl8187
[    5.708803] usbcore: registered new interface driver rtl8192cu
[    5.714823] usbcore: registered new interface driver rt2500usb
[    5.720824] usbcore: registered new interface driver rt73usb
[    5.726650] usbcore: registered new interface driver rt2800usb
[    5.732661] usbcore: registered new interface driver ath9k_htc
[    5.738503] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II U
ver
[    5.746089] usbcore: registered new interface driver pegasus
[    5.751915] usbcore: registered new interface driver asix
[    5.757461] usbcore: registered new interface driver ax88179_1
[    5.763699] usbcore: registered new interface driver cdc_ether
[    5.769677] usbcore: registered new interface driver net1080
[    5.775540] usbcore: registered new interface driver cdc_subse
[    5.781609] usbcore: registered new interface driver zaurus
[    5.787358] usbcore: registered new interface driver ipheth
[    5.793108] usbcore: registered new interface driver cdc_ncm
[    5.799760] aoe: cannot create debugfs directory
[    5.804504] aoe: AoE v85 initialised.
[    5.808834] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[    5.814885] i2c /dev entries driver
[    5.818647] uvcvideo: Unable to create debugfs directory
[    5.824141] usbcore: registered new interface driver uvcvideo
[    5.829932] USB Video Class driver (1.1.1)
[    5.834008] gspca_main: v2.14.0 registered
[    5.838293] usbcore: registered new interface driver Philips w
[    5.845147] md: linear personality registered for level -1
[    5.850609] md: raid0 personality registered for level 0
[    5.855948] md: raid1 personality registered for level 1
[    5.861235] md: raid10 personality registered for level 10
[    5.866913] md: raid6 personality registered for level 6
[    5.872199] md: raid5 personality registered for level 5
[    5.877534] md: raid4 personality registered for level 4
[    5.883017] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) in
evel@redhat.com
[    5.891690] device-mapper: multipath: version 1.6.0 loaded
[    5.897192] device-mapper: multipath round-robin: version 1.0.
[    5.903692] device-mapper: multipath queue-length: version 0.1
[    5.910309] device-mapper: multipath service-time: version 0.2
[    5.916975] device-mapper: dm-log-userspace: version 1.3.0 loa
[    5.923045] device-mapper: raid: Loading target version 1.5.2
[    5.931176] Netfilter messages via NETLINK v0.30.
[    5.935976] nf_conntrack version 0.5.0 (3906 buckets, 15624 ma
[    5.942358] ipip: IPv4 over IPv4 tunneling driver
[    5.948156] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.953569] TCP: cubic registered
[    5.957085] NET: Registered protocol family 10
[    5.962432] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    5.968044] sit: IPv6 over IPv4 tunneling driver
[    5.973556] NET: Registered protocol family 17
[    5.978117] Bridge firewalling registered
[    5.982281] NET: Registered protocol family 5
[    5.986801] NET: Registered protocol family 37
[    5.992417] netpoll: netconsole: local port 6666
[    5.997077] netpoll: netconsole: local IPv4 address 192.168.17
[    6.003310] netpoll: netconsole: interface 'eth0'
[    6.008078] netpoll: netconsole: remote port 6666
[    6.012763] netpoll: netconsole: remote IPv4 address 192.168.1
[    6.019120] netpoll: netconsole: remote ethernet address ff:ff
[    6.025993] netpoll: netconsole: device eth0 not up yet, forci
[    6.035208] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.104705] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl
[    6.144732] ata1.00: ATA-8: ST3000DM001-1CH166, CC44, max UDMA
[    6.150886] ata1.00: 5860533168 sectors, multi 0: LBA48 NCQ (d
[    6.214739] ata1.00: configured for UDMA/133
[    6.234994] scsi 0:0:0:0: Direct-Access     ATA      ST3000DM0
: 0 ANSI: 5
[    6.243600] fvdw1 disk index before get_sd_name = 0
[    6.248504] device-name= sata_mv
[    6.251719] fvdw2 disk index after get_sd_name = 0
[    6.256523] fvdw3 prefix[0]=s  prefix[1]=d
[    6.260601] fvdw4 diskname = sda
[    6.264322] sd 0:0:0:0: [sda] 5860533168 512-byte logical bloc
72 TiB)
[    6.272485] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.278012] sd 0:0:0:0: [sda] Write Protect is off
[    6.282896] sd 0:0:0:0: [sda] Write cache: enabled, read cache
n't support DPO or FUA
[    6.350017]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    6.358423] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.705063] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up,
l duplex, flow control disabled
[    8.714891] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes
[    8.723810] console [netcon0] enabled
[    8.727500] netconsole: network logging started
[    8.732526] input: gpio-keys as /devices/platform/gpio-keys/in
[    8.739862] rtc-mv rtc-mv: setting system clock to 2000-01-01
46684800)
[    8.748134] md: Skipping autodetection of RAID arrays. (raid=a
force)
[    8.864976] kjournald starting.  Commit interval 5 seconds
[    8.870507] EXT3-fs (sda7): using internal journal
[    8.934756] EXT3-fs (sda7): recovery complete
[    8.939118] EXT3-fs (sda7): mounted filesystem with ordered da
[    8.945590] VFS: Mounted root (ext3 filesystem) on device 8:7.
[    8.951957] Freeing unused kernel memory: 188K (c08e3000 - c09
[    9.865031] EXT3-fs (sda5): warning: checktime reached, runnin
ommended
[    9.872920] kjournald starting.  Commit interval 5 seconds
[    9.878482] EXT3-fs (sda5): using internal journal
[    9.934757] EXT3-fs (sda5): recovery complete
[    9.939120] EXT3-fs (sda5): mounted filesystem with ordered da
[   10.037366] random: mkswap urandom read with 55 bits of entrop
[   10.106308] Adding 524284k swap on /dev/sda3.  Priority:-1 ext
24284k
[   10.419472] iSCSI Enterprise Target Software - version trunk
[   10.425298] iscsi_trgt: Registered io type fileio
[   10.430002] iscsi_trgt: Registered io type blockio
[   10.434851] iscsi_trgt: Registered io type nullio
[   10.452751] Loading iSCSI transport class v2.0-870.
[   10.462689] iscsi: registered transport (tcp)
[   15.924755] random: nonblocking pool is initialized
[   22.780495] udevd (803): /proc/803/oom_adj is deprecated, plea
3/oom_score_adj instead.
[   22.789853] udev: starting version 130
[   30.214418] EXT3-fs (sda8): warning: checktime reached, runnin
ommended
[   30.222298] kjournald starting.  Commit interval 5 seconds
[   30.232754] EXT3-fs (sda8): using internal journal
[   30.237601] EXT3-fs (sda8): mounted filesystem with ordered da
[   42.473932] BUG: scheduling while atomic: led/1252/0x00000003
[   42.479670] Modules linked in: iscsi_tcp libiscsi_tcp libiscsi
_iscsi iscsi_trgt(O)
[   42.488607] CPU: 0 PID: 1252 Comm: led Tainted: G           O
[   42.495305] [<c0018afc>] (unwind_backtrace) from [<c00158f0>]
0/0x14)
[   42.503032] [<c00158f0>] (show_stack) from [<c0694f30>] (__sch
0x68)
[   42.510589] [<c0694f30>] (__schedule_bug) from [<c069ad6c>] (_
0x3f0)
[   42.518221] [<c069ad6c>] (__schedule) from [<c001543c>] (do_wo
/0xbc)
[   42.525856] [<c001543c>] (do_work_pending) from [<c001279c>] (
c/0x20)
[   42.534301] BUG: scheduling while atomic: led/1252/0x00000003
[   42.540033] Modules linked in: iscsi_tcp libiscsi_tcp libiscsi
_iscsi iscsi_trgt(O)
[   42.548948] CPU: 0 PID: 1252 Comm: led Tainted: G        W  O
[   42.555642] [<c0018afc>] (unwind_backtrace) from [<c00158f0>]
0/0x14)
[   42.563371] [<c00158f0>] (show_stack) from [<c0694f30>] (__sch
0x68)
[   42.570920] [<c0694f30>] (__schedule_bug) from [<c069ad6c>] (_
0x3f0)
[   42.578554] [<c069ad6c>] (__schedule) from [<c001543c>] (do_wo
/0xbc)
[   42.586196] [<c001543c>] (do_work_pending) from [<c001279c>] (
c/0x20)
[   42.594512] note: led[1252] exited with preempt_count 2
[   42.617778] note: led[1255] exited with preempt_count 1
[   42.901271] note: led[1303] exited with preempt_count 1


at which point nothing else is happening and the "Marvell>>" prompt has not reappeared.
ryandkg
Donator VIP
Donator VIP
 
Posts: 17
Joined: Sat Feb 13, 2016 10:49 pm

Re: 3TB Cloudbox - does not appear on network

Postby ryandkg » Sun Feb 14, 2016 10:39 pm

Checked DHCP table, saw IP for NAS.

Entered IP of NAS in browser and have been able to log into web fvdw-sl.

Am I safe to reboot the NAS and expect that it will launch properly?
ryandkg
Donator VIP
Donator VIP
 
Posts: 17
Joined: Sat Feb 13, 2016 10:49 pm

Re: 3TB Cloudbox - does not appear on network

Postby fvdw » Sun Feb 14, 2016 10:49 pm

the kernel loads and also the firmware
Also the network interface is activated
Code: Select all
[    8.705063] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up,
l duplex, flow control disabled
[    8.714891] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes
[    8.723810] console [netcon0] enabled
[    8.727500] netconsole: network logging started


So I think it should be visible in your LAN. Is still not found by the fvdw-sl assistant ?

only this part should not be there, but it seems to be related to LED setup. As seems not a fatal error I think the firmware is running. Despite it should not happen and we must find the reason for this error
Code: Select all
[   42.473932] BUG: scheduling while atomic: led/1252/0x00000003
[   42.479670] Modules linked in: iscsi_tcp libiscsi_tcp libiscsi
_iscsi iscsi_trgt(O)
[   42.488607] CPU: 0 PID: 1252 Comm: led Tainted: G           O
[   42.495305] [<c0018afc>] (unwind_backtrace) from [<c00158f0>]
0/0x14)
[   42.503032] [<c00158f0>] (show_stack) from [<c0694f30>] (__sch
0x68)
[   42.510589] [<c0694f30>] (__schedule_bug) from [<c069ad6c>] (_
0x3f0)
[   42.518221] [<c069ad6c>] (__schedule) from [<c001543c>] (do_wo
/0xbc)
[   42.525856] [<c001543c>] (do_work_pending) from [<c001279c>] (
c/0x20)
[   42.534301] BUG: scheduling while atomic: led/1252/0x00000003
[   42.540033] Modules linked in: iscsi_tcp libiscsi_tcp libiscsi
_iscsi iscsi_trgt(O)
[   42.548948] CPU: 0 PID: 1252 Comm: led Tainted: G        W  O
[   42.555642] [<c0018afc>] (unwind_backtrace) from [<c00158f0>]
0/0x14)
[   42.563371] [<c00158f0>] (show_stack) from [<c0694f30>] (__sch
0x68)
[   42.570920] [<c0694f30>] (__schedule_bug) from [<c069ad6c>] (_
0x3f0)
[   42.578554] [<c069ad6c>] (__schedule) from [<c001543c>] (do_wo
/0xbc)
[   42.586196] [<c001543c>] (do_work_pending) from [<c001279c>] (
c/0x20)
[   42.594512] note: led[1252] exited with preempt_count 2
[   42.617778] note: led[1255] exited with preempt_count 1
[   42.901271] note: led[1303] exited with preempt_count 1


PS if you now switch of the nas and load the standalone kernel, and mount /dev/sda7 as explained earlier on /sda7 you should find the file boot.log in /sda7
The content of that could also be helpful
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 3TB Cloudbox - does not appear on network

Postby fvdw » Sun Feb 14, 2016 11:03 pm

for me it is bedtime, see you later :z)
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 3TB Cloudbox - does not appear on network

Postby ryandkg » Sun Feb 14, 2016 11:10 pm

And for me it is dinner time, time to pick up my order of Chinese food.

Thank you for your help so far. :thumbup
ryandkg
Donator VIP
Donator VIP
 
Posts: 17
Joined: Sat Feb 13, 2016 10:49 pm

PreviousNext

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 17 guests