Welcome! Log In Create A New Profile

Advanced

GoFleax Net, not booting

Posted by veriqster 
GoFleax Net, not booting
December 23, 2018 06:47PM
Hi,
I got a go flex net and ran the "kirkwood-debian-wheezy.sh" script on it. It completed and created the usb stick as supposed.
I was able to boot and ssh into it after but noticed it's a really old debian so I decided to make a new rootfs.
Little did I know that it will not boot with the new rootfs, tried both the 4.4.0 and the 4.12.1; no luck

below please find the environment variables as retrived via serial interface and the output when trying to boot

Can someone help me unbrick this thing?



U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
Seagate GoFlexNet

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000010000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            219 MiB
UBI: number of good PEBs:        1751
UBI: number of bad PEBs:         1
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             1730
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
** File not found /boot/uImage
** Block device usb 1 not supported
** Block device usb 2 not supported
** Block device usb 3 not supported
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
** File not found /boot/uImage
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
** File not found /boot/uInitrd
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS: .......  read_nand_cached: error reading nand off 0xb8ee00 size 8192 bytes
read_nand_cached: error reading nand off 0xfe6800 size 8192 bytes             . done.
read_nand_cached: error reading nand off 0xfe5a00 size 8192 bytes
off = 0xfe5828 magic 0x1985 type 0xe002 node.totlen = 1750
### JFFS2 load complete: 524288 bytes loaded to 0x800000
## Starting application at 0x00800200 ...




GoFlexNet> printenv
arcNumber=2097
baudrate=115200
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
bootdelay=3
console=ttyS0,115200
ethact=egiga0
ethaddr=00:10:75:26:23:9B
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
stderr=serial
stdin=serial
stdout=serial
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_device=0:1
usb_init=run usb_scan
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext2
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_scan_list=1 2 3 4
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params

Environment size: 2342/131068 bytes
GoFlexNet>





Re: GoFleax Net, not booting
December 23, 2018 07:10PM
Formatted the stick with mke2fs and put the 4.12.1 on it according to instructions. recreated uImage.

now I get the following at which point the front light goes off and everything stays put.
U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
Seagate GoFlexNet

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000010000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            219 MiB
UBI: number of good PEBs:        1751
UBI: number of bad PEBs:         1
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             1730
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
3833487 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
7245696 bytes read
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-4.12.1-kirkwood-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3833423 Bytes = 3.7 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-4.12.1-kirkwood-tld-1
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7245632 Bytes = 6.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.


Re: GoFleax Net, not booting
December 23, 2018 09:21PM
Hi, if you plan on running Debian full time you'd be best upgrading Uboot and using the default boot envs provided.

But, if you just want to boot on stock uboot (and be able to go back to stock) the problem could be the initrd load address. For my Lenovo box the stock uboot needs initrd loaded higher.

try: 0x2100000 instead of 0x1100000

Full command:
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x2100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi

If that doesn't work Bodhi may be able to assist.
Re: GoFleax Net, not booting
December 23, 2018 09:24PM
Fixed, sorry for the disturbance.

Booted 4.4 and flashed latest U-Boot
Re: GoFleax Net, not booting
December 23, 2018 09:38PM
Cool!

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: GoFleax Net, not booting
December 24, 2018 09:32PM
just my luck with these devices, bumped into something else.
it works fine until I try to install OMV on it and then during install it throws a
[  270.568958] usb 1-1: reset high-speed USB device number 2 using orion-ehci
and it freezes
Re: GoFleax Net, not booting
December 24, 2018 09:42PM
it also throws a lot of messages like this
[  493.451382] systemd[1]: apt-daily-upgrade.timer: Adding 48min 26.468635s random time.

Re: GoFleax Net, not booting
December 24, 2018 09:51PM
latest occurrence:

output from terminal running the install
update-initramfs: Generating /boot/initrd.img-4.19.0-kirkwood-tld-1
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.

output from the terminal connected via serial
918.397961] systemd[1]: anacron.timer: Adding 2min 7.836199s random time.
[  918.405967] systemd[1]: apt-daily-upgrade.timer: Adding 35min 42.524551s random time.
[  921.877301] systemd[1]: anacron.timer: Adding 2min 46.031036s random time.
[  921.885432] systemd[1]: apt-daily-upgrade.timer: Adding 2min 27.092424s random time.
[  925.565517] systemd[1]: anacron.timer: Adding 1min 5.813338s random time.
[  925.573517] systemd[1]: apt-daily-upgrade.timer: Adding 15min 17.460265s random time.
[  965.026793] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  996.454359] usb 1-1: reset high-speed USB device number 2 using orion-ehci

frozen again
Re: GoFleax Net, not booting
December 24, 2018 09:53PM
and after a couple more minutes waiting
[  918.397961] systemd[1]: anacron.timer: Adding 2min 7.836199s random time.
[  918.405967] systemd[1]: apt-daily-upgrade.timer: Adding 35min 42.524551s random time.
[  921.877301] systemd[1]: anacron.timer: Adding 2min 46.031036s random time.
[  921.885432] systemd[1]: apt-daily-upgrade.timer: Adding 2min 27.092424s random time.
[  925.565517] systemd[1]: anacron.timer: Adding 1min 5.813338s random time.
[  925.573517] systemd[1]: apt-daily-upgrade.timer: Adding 15min 17.460265s random time.
[  965.026793] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  996.454359] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[ 1103.796619] INFO: task kworker/u2:1:63 blocked for more than 120 seconds.
[ 1103.803467]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1103.808715] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1103.816962] kworker/u2:1    D    0    63      2 0x00000000
[ 1103.822497] Workqueue: writeback wb_workfn (flush-8:0)
[ 1103.827718] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1103.834908] [<c08f86cc>] (schedule) from [<c0141754>] (io_schedule+0x14/0x24)
[ 1103.842148] [<c0141754>] (io_schedule) from [<c08f8e70>] (bit_wait_io+0xc/0x60)
[ 1103.849522] [<c08f8e70>] (bit_wait_io) from [<c08f8b04>] (__wait_on_bit+0x60/0xa8)
[ 1103.857162] [<c08f8b04>] (__wait_on_bit) from [<c08f8bcc>] (out_of_line_wait_on_bit+0x80/0xa4)
[ 1103.865828] [<c08f8bcc>] (out_of_line_wait_on_bit) from [<c02d7360>] (ext4_wait_block_bitmap+0x48/0xe8)
[ 1103.875336] [<c02d7360>] (ext4_wait_block_bitmap) from [<c0300828>] (ext4_mb_init_cache+0xfc/0x5fc)
[ 1103.884472] [<c0300828>] (ext4_mb_init_cache) from [<c03014e4>] (ext4_mb_load_buddy_gfp+0x3f0/0x460)
[ 1103.893810] [<c03014e4>] (ext4_mb_load_buddy_gfp) from [<c0303b74>] (ext4_mb_regular_allocator+0x230/0x3bc)
[ 1103.903636] [<c0303b74>] (ext4_mb_regular_allocator) from [<c030586c>] (ext4_mb_new_blocks+0x3ac/0xcfc)
[ 1103.913115] [<c030586c>] (ext4_mb_new_blocks) from [<c02e0968>] (ext4_ext_map_blocks+0xe84/0x1128)
[ 1103.922178] [<c02e0968>] (ext4_ext_map_blocks) from [<c02f36cc>] (ext4_map_blocks+0x180/0x568)
[ 1103.930864] [<c02f36cc>] (ext4_map_blocks) from [<c02f7188>] (mpage_map_and_submit_extent+0x16c/0x6d4)
[ 1103.940255] [<c02f7188>] (mpage_map_and_submit_extent) from [<c02f7e68>] (ext4_writepages+0x778/0x914)
[ 1103.949726] [<c02f7e68>] (ext4_writepages) from [<c020ac74>] (do_writepages+0x3c/0x74)
[ 1103.957720] [<c020ac74>] (do_writepages) from [<c0284f90>] (__writeback_single_inode+0xc4/0x460)
[ 1103.966582] [<c0284f90>] (__writeback_single_inode) from [<c02855d8>] (writeback_sb_inodes+0x2ac/0x4ac)
[ 1103.976024] [<c02855d8>] (writeback_sb_inodes) from [<c028583c>] (__writeback_inodes_wb+0x64/0xa0)
[ 1103.985082] [<c028583c>] (__writeback_inodes_wb) from [<c0285ba0>] (wb_writeback+0x328/0x344)
[ 1103.993683] [<c0285ba0>] (wb_writeback) from [<c02865ec>] (wb_workfn+0x388/0x50c)
[ 1104.001305] [<c02865ec>] (wb_workfn) from [<c0131350>] (process_one_work+0x25c/0x444)
[ 1104.009210] [<c0131350>] (process_one_work) from [<c01323fc>] (worker_thread+0x30c/0x48c)
[ 1104.017470] [<c01323fc>] (worker_thread) from [<c0136940>] (kthread+0x118/0x130)
[ 1104.024908] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1104.032213] Exception stack(0xc7495fb0 to 0xc7495ff8)
[ 1104.037479] 5fa0:                                     00000000 00000000 00000000 00000000
[ 1104.045702] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1104.054034] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1104.060710] INFO: task kworker/0:2:81 blocked for more than 120 seconds.
[ 1104.067493]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1104.072657] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1104.080547] kworker/0:2     D    0    81      2 0x00000000
[ 1104.086076] Workqueue: events cgroup1_release_agent
[ 1104.091019] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1104.098166] [<c08f86cc>] (schedule) from [<c08fbbac>] (schedule_timeout+0x28/0x3b8)
[ 1104.105935] [<c08fbbac>] (schedule_timeout) from [<c08f9128>] (wait_for_common+0x10c/0x1e8)
[ 1104.114365] [<c08f9128>] (wait_for_common) from [<c012e02c>] (call_usermodehelper_exec+0xe4/0x17c)
[ 1104.123436] [<c012e02c>] (call_usermodehelper_exec) from [<c019cc38>] (cgroup1_release_agent+0x114/0x168)
[ 1104.133085] [<c019cc38>] (cgroup1_release_agent) from [<c0131350>] (process_one_work+0x25c/0x444)
[ 1104.142037] [<c0131350>] (process_one_work) from [<c01323fc>] (worker_thread+0x30c/0x48c)
[ 1104.150306] [<c01323fc>] (worker_thread) from [<c0136940>] (kthread+0x118/0x130)
[ 1104.157831] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1104.165091] Exception stack(0xc75effb0 to 0xc75efff8)
[ 1104.170197] ffa0:                                     00000000 00000000 00000000 00000000
[ 1104.178468] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1104.186710] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1104.193357] INFO: task jbd2/sda1-8:148 blocked for more than 120 seconds.
[ 1104.200205]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1104.205367] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1104.213323] jbd2/sda1-8     D    0   148      2 0x00000000
[ 1104.218878] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1104.225985] [<c08f86cc>] (schedule) from [<c0335dec>] (jbd2_journal_commit_transaction+0x398/0x1bd0)
[ 1104.235199] [<c0335dec>] (jbd2_journal_commit_transaction) from [<c033c6cc>] (kjournald2+0xe0/0x2e4)
[ 1104.244435] [<c033c6cc>] (kjournald2) from [<c0136940>] (kthread+0x118/0x130)
[ 1104.251634] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1104.258917] Exception stack(0xc767ffb0 to 0xc767fff8)
[ 1104.264058] ffa0:                                     00000000 00000000 00000000 00000000
[ 1104.272331] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1104.280569] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1104.287263] INFO: task systemd-journal:182 blocked for more than 120 seconds.
[ 1104.294434]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1104.299619] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1104.307509] systemd-journal D    0   182      1 0x00000000
[ 1104.313039] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1104.320222] [<c08f86cc>] (schedule) from [<c0141754>] (io_schedule+0x14/0x24)
[ 1104.327434] [<c0141754>] (io_schedule) from [<c01fb220>] (__lock_page+0x118/0x180)
[ 1104.335054] [<c01fb220>] (__lock_page) from [<c0219c74>] (shmem_getpage_gfp.constprop.6+0x1f0/0xb44)
[ 1104.344261] [<c0219c74>] (shmem_getpage_gfp.constprop.6) from [<c021a898>] (shmem_getpage+0x1c/0x24)
[ 1104.353491] [<c021a898>] (shmem_getpage) from [<c021be6c>] (shmem_file_read_iter+0xec/0x31c)
[ 1104.362005] [<c021be6c>] (shmem_file_read_iter) from [<c025951c>] (__vfs_read+0x124/0x154)
[ 1104.370397] [<c025951c>] (__vfs_read) from [<c02595dc>] (vfs_read+0x90/0x144)
[ 1104.377622] [<c02595dc>] (vfs_read) from [<c0259ba8>] (ksys_read+0x4c/0x9c)
[ 1104.384625] [<c0259ba8>] (ksys_read) from [<c0101000>] (ret_fast_syscall+0x0/0x50)
[ 1104.392256] Exception stack(0xc76cbfa8 to 0xc76cbff0)
[ 1104.397378] bfa0:                   00000444 00ddf418 0000001c 00ddf6f0 00001000 00000040
[ 1104.405603] bfc0: 00000444 00ddf418 000005e8 00000003 ffffffff ffffffff 00ddf580 b6cdb7a8
[ 1104.413848] bfe0: 00000000 beb12160 b6c5dc14 b6c5dc24
[ 1104.418987] INFO: task kworker/0:3:19890 blocked for more than 120 seconds.
[ 1104.426047]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1104.431237] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1104.439128] kworker/0:3     D    0 19890      2 0x00000000
[ 1104.444653] Workqueue: cgroup_destroy css_free_rwork_fn
[ 1104.449965] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1104.457083] [<c08f86cc>] (schedule) from [<c08fbbac>] (schedule_timeout+0x28/0x3b8)
[ 1104.464782] [<c08fbbac>] (schedule_timeout) from [<c08f9128>] (wait_for_common+0x10c/0x1e8)
[ 1104.473207] [<c08f9128>] (wait_for_common) from [<c012fdd8>] (__flush_work+0x184/0x1ec)
[ 1104.481358] [<c012fdd8>] (__flush_work) from [<c013269c>] (__cancel_work_timer+0x120/0x1b8)
[ 1104.489786] [<c013269c>] (__cancel_work_timer) from [<c0198b74>] (css_free_rwork_fn+0x170/0x4d8)
[ 1104.498650] [<c0198b74>] (css_free_rwork_fn) from [<c0131350>] (process_one_work+0x25c/0x444)
[ 1104.507270] [<c0131350>] (process_one_work) from [<c01323fc>] (worker_thread+0x30c/0x48c)
[ 1104.515497] [<c01323fc>] (worker_thread) from [<c0136940>] (kthread+0x118/0x130)
[ 1104.522960] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1104.530259] Exception stack(0xc6fa5fb0 to 0xc6fa5ff8)
[ 1104.535407] 5fa0:                                     00000000 00000000 00000000 00000000
[ 1104.543659] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1104.551922] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1104.558603] INFO: task gzip:26355 blocked for more than 120 seconds.
[ 1104.564989]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1104.570175] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1104.578086] gzip            D    0 26355  26352 0x00000000
[ 1104.583619] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1104.590806] [<c08f86cc>] (schedule) from [<c08fb224>] (rwsem_down_read_failed+0x128/0x164)
[ 1104.599186] [<c08fb224>] (rwsem_down_read_failed) from [<c02f2b00>] (ext4_da_get_block_prep+0x394/0x638)
[ 1104.608781] [<c02f2b00>] (ext4_da_get_block_prep) from [<c02f0b50>] (ext4_block_write_begin+0x218/0x560)
[ 1104.618369] [<c02f0b50>] (ext4_block_write_begin) from [<c02f9a68>] (ext4_da_write_begin+0x330/0x418)
[ 1104.627726] [<c02f9a68>] (ext4_da_write_begin) from [<c01fc27c>] (generic_perform_write+0x11c/0x1c0)
[ 1104.636975] [<c01fc27c>] (generic_perform_write) from [<c01ff2b4>] (__generic_file_write_iter+0x164/0x190)
[ 1104.646810] [<c01ff2b4>] (__generic_file_write_iter) from [<c02e540c>] (ext4_file_write_iter+0x238/0x454)
[ 1104.656487] [<c02e540c>] (ext4_file_write_iter) from [<c0259810>] (__vfs_write+0x124/0x158)
[ 1104.664887] [<c0259810>] (__vfs_write) from [<c0259a2c>] (vfs_write+0xb8/0x18c)
[ 1104.672262] [<c0259a2c>] (vfs_write) from [<c0259c48>] (ksys_write+0x4c/0x9c)
[ 1104.679485] [<c0259c48>] (ksys_write) from [<c0101000>] (ret_fast_syscall+0x0/0x50)
[ 1104.687200] Exception stack(0xc0e4bfa8 to 0xc0e4bff0)
[ 1104.692280] bfa0:                   00004000 004c0030 00000001 004c0030 00004000 004c0018
[ 1104.700576] bfc0: 00004000 004c0030 00000001 00000004 004c0030 00000736 00000002 0048c000
[ 1104.708843] bfe0: 00000000 bea4c79c 004730d8 b6f2ec8c

I think I will let it think overnight, maybe it changes its mind, finishes the task and reverts to better manners
Re: GoFleax Net, not booting
December 25, 2018 05:03AM
and this is all it did while left running over night, no progress on the terminal that was installing OMV
[ 1104.708843] bfe0: 00000000 bea4c79c 004730d8 b6f2ec8c
[ 1195.988134] systemd[1]: systemd-journald.service: State 'stop-sigabrt' timed out. Terminating.
[ 1226.669790] INFO: task kworker/u2:1:63 blocked for more than 120 seconds.
[ 1226.676639]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1226.681933] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1226.690041] kworker/u2:1    D    0    63      2 0x00000000
[ 1226.695581] Workqueue: writeback wb_workfn (flush-8:0)
[ 1226.700798] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1226.707895] [<c08f86cc>] (schedule) from [<c0141754>] (io_schedule+0x14/0x24)
[ 1226.715104] [<c0141754>] (io_schedule) from [<c08f8e70>] (bit_wait_io+0xc/0x60)
[ 1226.722512] [<c08f8e70>] (bit_wait_io) from [<c08f8b04>] (__wait_on_bit+0x60/0xa8)
[ 1226.730149] [<c08f8b04>] (__wait_on_bit) from [<c08f8bcc>] (out_of_line_wait_on_bit+0x80/0xa4)
[ 1226.738816] [<c08f8bcc>] (out_of_line_wait_on_bit) from [<c02d7360>] (ext4_wait_block_bitmap+0x48/0xe8)
[ 1226.748361] [<c02d7360>] (ext4_wait_block_bitmap) from [<c0300828>] (ext4_mb_init_cache+0xfc/0x5fc)
[ 1226.757521] [<c0300828>] (ext4_mb_init_cache) from [<c03014e4>] (ext4_mb_load_buddy_gfp+0x3f0/0x460)
[ 1226.766741] [<c03014e4>] (ext4_mb_load_buddy_gfp) from [<c0303b74>] (ext4_mb_regular_allocator+0x230/0x3bc)
[ 1226.776557] [<c0303b74>] (ext4_mb_regular_allocator) from [<c030586c>] (ext4_mb_new_blocks+0x3ac/0xcfc)
[ 1226.786051] [<c030586c>] (ext4_mb_new_blocks) from [<c02e0968>] (ext4_ext_map_blocks+0xe84/0x1128)
[ 1226.795090] [<c02e0968>] (ext4_ext_map_blocks) from [<c02f36cc>] (ext4_map_blocks+0x180/0x568)
[ 1226.803861] [<c02f36cc>] (ext4_map_blocks) from [<c02f7188>] (mpage_map_and_submit_extent+0x16c/0x6d4)
[ 1226.813367] [<c02f7188>] (mpage_map_and_submit_extent) from [<c02f7e68>] (ext4_writepages+0x778/0x914)
[ 1226.822768] [<c02f7e68>] (ext4_writepages) from [<c020ac74>] (do_writepages+0x3c/0x74)
[ 1226.830761] [<c020ac74>] (do_writepages) from [<c0284f90>] (__writeback_single_inode+0xc4/0x460)
[ 1226.839595] [<c0284f90>] (__writeback_single_inode) from [<c02855d8>] (writeback_sb_inodes+0x2ac/0x4ac)
[ 1226.849092] [<c02855d8>] (writeback_sb_inodes) from [<c028583c>] (__writeback_inodes_wb+0x64/0xa0)
[ 1226.858193] [<c028583c>] (__writeback_inodes_wb) from [<c0285ba0>] (wb_writeback+0x328/0x344)
[ 1226.866882] [<c0285ba0>] (wb_writeback) from [<c02865ec>] (wb_workfn+0x388/0x50c)
[ 1226.874450] [<c02865ec>] (wb_workfn) from [<c0131350>] (process_one_work+0x25c/0x444)
[ 1226.882352] [<c0131350>] (process_one_work) from [<c01323fc>] (worker_thread+0x30c/0x48c)
[ 1226.890623] [<c01323fc>] (worker_thread) from [<c0136940>] (kthread+0x118/0x130)
[ 1226.898062] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1226.905345] Exception stack(0xc7495fb0 to 0xc7495ff8)
[ 1226.910525] 5fa0:                                     00000000 00000000 00000000 00000000
[ 1226.918741] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1226.926985] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1226.933682] INFO: task kworker/0:2:81 blocked for more than 120 seconds.
[ 1226.940437]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1226.945602] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1226.953490] kworker/0:2     D    0    81      2 0x00000000
[ 1226.959018] Workqueue: events cgroup1_release_agent
[ 1226.964033] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1226.971163] [<c08f86cc>] (schedule) from [<c08fbbac>] (schedule_timeout+0x28/0x3b8)
[ 1226.978864] [<c08fbbac>] (schedule_timeout) from [<c08f9128>] (wait_for_common+0x10c/0x1e8)
[ 1226.987290] [<c08f9128>] (wait_for_common) from [<c012e02c>] (call_usermodehelper_exec+0xe4/0x17c)
[ 1226.996356] [<c012e02c>] (call_usermodehelper_exec) from [<c019cc38>] (cgroup1_release_agent+0x114/0x168)
[ 1227.006004] [<c019cc38>] (cgroup1_release_agent) from [<c0131350>] (process_one_work+0x25c/0x444)
[ 1227.015061] [<c0131350>] (process_one_work) from [<c01323fc>] (worker_thread+0x30c/0x48c)
[ 1227.023347] [<c01323fc>] (worker_thread) from [<c0136940>] (kthread+0x118/0x130)
[ 1227.030813] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1227.038070] Exception stack(0xc75effb0 to 0xc75efff8)
[ 1227.043171] ffa0:                                     00000000 00000000 00000000 00000000
[ 1227.051433] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1227.059655] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1227.066377] INFO: task scsi_eh_2:82 blocked for more than 120 seconds.
[ 1227.072986]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1227.078146] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1227.086036] scsi_eh_2       D    0    82      2 0x00000000
[ 1227.091584] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1227.098675] [<c08f86cc>] (schedule) from [<c08f89e8>] (schedule_preempt_disabled+0x14/0x20)
[ 1227.107124] [<c08f89e8>] (schedule_preempt_disabled) from [<c08f9950>] (__mutex_lock.constprop.6+0x2d0/0x414)
[ 1227.117174] [<c08f9950>] (__mutex_lock.constprop.6) from [<c076e5d8>] (device_reset+0x18/0x4c)
[ 1227.125896] [<c076e5d8>] (device_reset) from [<c06ae1e4>] (scsi_try_bus_device_reset+0x24/0x58)
[ 1227.134676] [<c06ae1e4>] (scsi_try_bus_device_reset) from [<c06afc74>] (scsi_eh_ready_devs+0x36c/0xaa4)
[ 1227.144152] [<c06afc74>] (scsi_eh_ready_devs) from [<c06b144c>] (scsi_error_handler+0x2e8/0x620)
[ 1227.153033] [<c06b144c>] (scsi_error_handler) from [<c0136940>] (kthread+0x118/0x130)
[ 1227.160937] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1227.168256] Exception stack(0xc75f1fb0 to 0xc75f1ff8)
[ 1227.173393] 1fa0:                                     00000000 00000000 00000000 00000000
[ 1227.181637] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1227.189878] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1227.196524] INFO: task usb-storage:84 blocked for more than 120 seconds.
[ 1227.203298]       Not tainted 4.19.0-kirkwood-tld-1 #1
[ 1227.208456] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1227.216348] usb-storage     D    0    84      2 0x00000000
[ 1227.221963] [<c08f8568>] (__schedule) from [<c08f86cc>] (schedule+0xa8/0xc8)
[ 1227.229058] [<c08f86cc>] (schedule) from [<c08fbbac>] (schedule_timeout+0x28/0x3b8)
[ 1227.236787] [<c08fbbac>] (schedule_timeout) from [<c08f9128>] (wait_for_common+0x10c/0x1e8)
[ 1227.245243] [<c08f9128>] (wait_for_common) from [<c07382fc>] (usb_sg_wait+0xa0/0x1e8)
[ 1227.253145] [<c07382fc>] (usb_sg_wait) from [<c076f130>] (usb_stor_bulk_transfer_sglist.part.2+0x9c/0xf4)
[ 1227.262794] [<c076f130>] (usb_stor_bulk_transfer_sglist.part.2) from [<c076f40c>] (usb_stor_bulk_srb+0x48/0x78)
[ 1227.273030] [<c076f40c>] (usb_stor_bulk_srb) from [<c076f7a0>] (usb_stor_Bulk_transport+0x13c/0x33c)
[ 1227.282247] [<c076f7a0>] (usb_stor_Bulk_transport) from [<c076fb18>] (usb_stor_invoke_transport+0x2c/0x52c)
[ 1227.292068] [<c076fb18>] (usb_stor_invoke_transport) from [<c0771070>] (usb_stor_control_thread+0x294/0x2e4)
[ 1227.301993] [<c0771070>] (usb_stor_control_thread) from [<c0136940>] (kthread+0x118/0x130)
[ 1227.310336] [<c0136940>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
[ 1227.317590] Exception stack(0xc75fbfb0 to 0xc75fbff8)
[ 1227.322692] bfa0:                                     00000000 00000000 00000000 00000000
[ 1227.330999] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1227.339219] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1286.234137] systemd[1]: systemd-journald.service: State 'stop-sigterm' timed out. Killing.
[ 1286.243635] systemd[1]: systemd-journald.service: Killing process 182 (systemd-journal) with signal SIGKILL.
[ 1376.479838] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring.
[ 1466.725359] systemd[1]: systemd-journald.service: State 'stop-final-sigterm' timed out. Killing.
[ 1466.735427] systemd[1]: systemd-journald.service: Killing process 182 (systemd-journal) with signal SIGKILL.
[ 1556.970660] systemd[1]: systemd-journald.service: Processes still around after final SIGKILL. Entering failed mode.
[ 1556.984529] systemd[1]: systemd-journald.service: Unit entered failed state.
[ 1556.992006] systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
[ 1557.006927] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
[ 1557.020354] systemd[1]: Stopped Flush Journal to Persistent Storage.
[ 1557.027250] systemd[1]: Stopping Flush Journal to Persistent Storage...
[ 1557.034495] systemd[1]: Stopped Journal Service.
[ 1557.048682] systemd[1]: Starting Journal Service...
[ 1647.215820] systemd[1]: systemd-journald.service: Start operation timed out. Terminating.
[ 1647.239244] systemd[1]: Failed to start Journal Service.
[ 1647.245794] systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
[ 1647.254608] systemd[1]: systemd-journal-flush.service: Job systemd-journal-flush.service/start failed with result 'dependency'.
[ 1647.266509] systemd[1]: systemd-journald.service: Unit entered failed state.
[ 1647.274017] systemd[1]: systemd-journald.service: Failed with result 'timeout'.
[ 1647.297581] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
[ 1647.307995] systemd[1]: Stopped Journal Service.
[ 1647.316869] systemd[1]: Starting Journal Service...
Re: GoFleax Net, not booting
December 25, 2018 07:27AM
it throws a
[   21.729007] usb 1-1: reset high-speed USB device number 2 using orion-ehci
and freezes

it was also printing messages about adding time but I think I fixed that via /etc/ntp.conf, activated different servers
Re: GoFleax Net, not booting
December 25, 2018 01:39PM
I think that was related to using ext4 on the usb stick, a 32GB Sandisk Cruzer Slide.
not sure what to do now as I cannot get it to install the OMV anymore, tried repeatedly and failed, even repeated attempts to start with a fresh rootfs.
I am contemplating in using the debian8 rootfs but that one will not boot under current environment.

in order to rule out any and all extraneous things, could I go ahead and run the install uboot script again (if I pass it the option to not check the current uboot)? would that and going through the latest uboot install again provide a clean slate that would rule out all the things that I mights have changed?
Re: GoFleax Net, not booting
December 25, 2018 04:19PM
veriqster,

Recently in the forum there were reports about installing OMV in Debian Stretch. Quite a bit of problems, but there were solutions posted. Have you searched the forum?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: GoFleax Net, not booting
December 25, 2018 05:49PM
I have, the only thing I found was the armbian config at https://github.com/armbian/config.
I wonder what happens if I install it given how little resources the board has I expect it will simply drag like heck.
creating a new rootfs as we speak and will try it. I'm stuck at this point.

Would it be safe to run the uboot install script with the no verify option?
Is that going to provide a clean environment for running the wheezy install script?

If so I would rather do that so I can downgrade to an earlier Debian, update to latest uBoot and run the OMV on Debian 8 or even wheezy, from what I read there's not so many issues installing OMV on those.
Re: GoFleax Net, not booting
December 25, 2018 06:04PM
you know, the funny thing is I have a 2GB old sandisk cruizer that I somehow installed this OMV onto debian 9, don't know how, it was all in this process of trying and failing, I just booted from it to see what's on it and realized the OMV was working.
so I went ahead and created a tar file of the filesystem and then tried to untar it onto larger and newer drive (tried a few).
I use
tar -xvpzf /path/to/backup.tar.gz -C /media/whatever --numeric-owner
as a template for the command. It completes and then it gives me the same damn thing I posted above every time I try to boot from it; it resets the usb just like it does if I try to do a straight install.
I would just use that usb stick but it's 90% full and being this old and so full is a recipe for disaster in near future and I can't clone it to anything else.
Re: GoFleax Net, not booting
December 25, 2018 06:07PM
and here is the result of trying to install the armel script.
makes me wonder if this is related to the drives rather than the software, they are all 32GB Sandisk Cruzer Glide that came as freebies with the WD drives I bought from BestBuy.

Setting up libdconf1:armel (0.26.0-2+b1) ...
Processing triggers for man-db (2.7.6.1-2) ...
[  503.265396] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  534.405396] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  735.194925] INFO: task kworker/u2:1:63 blocked for more than 120 seconds.
[  735.201755]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  735.206939] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.214804] kworker/u2:1    D    0    63      2 0x00000000
[  735.220352] Workqueue: writeback wb_workfn (flush-8:0)
[  735.225628] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  735.232725] [<c08342f4>] (schedule) from [<c02f86ac>] (wait_transaction_locked+0xb0/0xc8)
[  735.240979] [<c02f86ac>] (wait_transaction_locked) from [<c02f8aa4>] (start_this_handle+0x130/0x684)
[  735.250181] [<c02f8aa4>] (start_this_handle) from [<c02f90c0>] (jbd2__journal_start+0xc8/0x20c)
[  735.258956] [<c02f90c0>] (jbd2__journal_start) from [<c02a9b9c>] (__ext4_journal_start_sb+0xe0/0x108)
[  735.268252] [<c02a9b9c>] (__ext4_journal_start_sb) from [<c02c69c0>] (ext4_writepages+0x61c/0x924)
[  735.277340] [<c02c69c0>] (ext4_writepages) from [<c01eb09c>] (do_writepages+0x38/0x68)
[  735.285327] [<c01eb09c>] (do_writepages) from [<c025d0e4>] (__writeback_single_inode+0xb4/0x46c)
[  735.294159] [<c025d0e4>] (__writeback_single_inode) from [<c025db64>] (writeback_sb_inodes+0x25c/0x4b0)
[  735.303625] [<c025db64>] (writeback_sb_inodes) from [<c025de1c>] (__writeback_inodes_wb+0x64/0xa0)
[  735.312656] [<c025de1c>] (__writeback_inodes_wb) from [<c025dfc4>] (wb_writeback+0x16c/0x338)
[  735.321243] [<c025dfc4>] (wb_writeback) from [<c025eae4>] (wb_workfn+0x1e0/0x490)
[  735.328836] [<c025eae4>] (wb_workfn) from [<c012e698>] (process_one_work+0x260/0x464)
[  735.336737] [<c012e698>] (process_one_work) from [<c012f65c>] (worker_thread+0x31c/0x478)
[  735.344986] [<c012f65c>] (worker_thread) from [<c0133f14>] (kthread+0x120/0x13c)
[  735.352431] [<c0133f14>] (kthread) from [<c01070f0>] (ret_from_fork+0x14/0x24)
[  735.359720] INFO: task scsi_eh_2:93 blocked for more than 120 seconds.
[  735.366301]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  735.371458] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.379384] scsi_eh_2       D    0    93      2 0x00000000
[  735.384936] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  735.392025] [<c08342f4>] (schedule) from [<c0834614>] (schedule_preempt_disabled+0x14/0x20)
[  735.400446] [<c0834614>] (schedule_preempt_disabled) from [<c0835d94>] (__mutex_lock.constprop.4+0x378/0x430)
[  735.410440] [<c0835d94>] (__mutex_lock.constprop.4) from [<c06ea33c>] (device_reset+0x1c/0x50)
[  735.419127] [<c06ea33c>] (device_reset) from [<c0636754>] (scsi_try_bus_device_reset+0x24/0x58)
[  735.427895] [<c0636754>] (scsi_try_bus_device_reset) from [<c063806c>] (scsi_eh_ready_devs+0x30c/0xaa8)
[  735.437413] [<c063806c>] (scsi_eh_ready_devs) from [<c06397f0>] (scsi_error_handler+0x2c4/0x5fc)
[  735.446273] [<c06397f0>] (scsi_error_handler) from [<c0133f14>] (kthread+0x120/0x13c)
[  735.454145] [<c0133f14>] (kthread) from [<c01070f0>] (ret_from_fork+0x14/0x24)
[  735.461425] INFO: task usb-storage:95 blocked for more than 120 seconds.
[  735.468176]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  735.473334] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.481221] usb-storage     D    0    95      2 0x00000000
[  735.486772] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  735.493919] [<c08342f4>] (schedule) from [<c0837258>] (schedule_timeout+0x18/0x308)
[  735.501641] [<c0837258>] (schedule_timeout) from [<c0834de0>] (wait_for_common+0x180/0x1c4)
[  735.510062] [<c0834de0>] (wait_for_common) from [<c06b8118>] (usb_sg_wait+0x1d0/0x1ec)
[  735.518050] [<c06b8118>] (usb_sg_wait) from [<c06ead94>] (usb_stor_bulk_transfer_sglist.part.2+0x9c/0xf4)
[  735.527692] [<c06ead94>] (usb_stor_bulk_transfer_sglist.part.2) from [<c06eafa8>] (usb_stor_bulk_srb+0x34/0x4c)
[  735.537850] [<c06eafa8>] (usb_stor_bulk_srb) from [<c06eb304>] (usb_stor_Bulk_transport+0x11c/0x31c)
[  735.547098] [<c06eb304>] (usb_stor_Bulk_transport) from [<c06eb6e0>] (usb_stor_invoke_transport+0x20/0x4f4)
[  735.556917] [<c06eb6e0>] (usb_stor_invoke_transport) from [<c06ece10>] (usb_stor_control_thread+0x1b4/0x2c0)
[  735.566823] [<c06ece10>] (usb_stor_control_thread) from [<c0133f14>] (kthread+0x120/0x13c)
[  735.575163] [<c0133f14>] (kthread) from [<c01070f0>] (ret_from_fork+0x14/0x24)
[  735.582430] INFO: task jbd2/sda1-8:153 blocked for more than 120 seconds.
[  735.589272]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  735.594430] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.602357] jbd2/sda1-8     D    0   153      2 0x00000000
[  735.607911] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  735.615029] [<c08342f4>] (schedule) from [<c02fc050>] (jbd2_journal_commit_transaction+0x310/0x1b5c)
[  735.624212] [<c02fc050>] (jbd2_journal_commit_transaction) from [<c03020d8>] (kjournald2+0xf0/0x2d8)
[  735.633416] [<c03020d8>] (kjournald2) from [<c0133f14>] (kthread+0x120/0x13c)
[  735.640615] [<c0133f14>] (kthread) from [<c01070f0>] (ret_from_fork+0x14/0x24)
[  735.647893] INFO: task klogd:1331 blocked for more than 120 seconds.
[  735.654329]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  735.659513] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.667390] klogd           D    0  1331      1 0x00000000
[  735.672915] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  735.680026] [<c08342f4>] (schedule) from [<c013dbd4>] (io_schedule+0x14/0x24)
[  735.687231] [<c013dbd4>] (io_schedule) from [<c0834ad0>] (bit_wait_io+0xc/0x54)
[  735.694580] [<c0834ad0>] (bit_wait_io) from [<c0834758>] (__wait_on_bit+0x60/0xb0)
[  735.702216] [<c0834758>] (__wait_on_bit) from [<c08348ec>] (out_of_line_wait_on_bit+0x74/0x80)
[  735.710949] [<c08348ec>] (out_of_line_wait_on_bit) from [<c0269338>] (bh_submit_read+0x78/0x94)
[  735.719717] [<c0269338>] (bh_submit_read) from [<c02ba420>] (ext4_get_branch+0x90/0x12c)
[  735.727875] [<c02ba420>] (ext4_get_branch) from [<c02baeec>] (ext4_ind_map_blocks+0x13c/0x910)
[  735.736552] [<c02baeec>] (ext4_ind_map_blocks) from [<c02c27f8>] (ext4_map_blocks+0x130/0x5d4)
[  735.745230] [<c02c27f8>] (ext4_map_blocks) from [<c02df378>] (ext4_mpage_readpages+0x2e0/0x810)
[  735.753976] [<c02df378>] (ext4_mpage_readpages) from [<c01eba84>] (__do_page_cache_readahead+0x18c/0x25c)
[  735.763660] [<c01eba84>] (__do_page_cache_readahead) from [<c01e0828>] (filemap_fault+0x19c/0x588)
[  735.772693] [<c01e0828>] (filemap_fault) from [<c02ca810>] (ext4_filemap_fault+0x28/0x3c)
[  735.780945] [<c02ca810>] (ext4_filemap_fault) from [<c0208f30>] (__do_fault+0x18/0x78)
[  735.788934] [<c0208f30>] (__do_fault) from [<c020c6c0>] (handle_mm_fault+0x3d0/0x994)
[  735.796834] [<c020c6c0>] (handle_mm_fault) from [<c0110818>] (do_page_fault+0x130/0x338)
[  735.804990] [<c0110818>] (do_page_fault) from [<c0101364>] (do_PrefetchAbort+0x34/0x98)
[  735.813040] [<c0101364>] (do_PrefetchAbort) from [<c010bb64>] (ret_from_exception+0x0/0x1c)
[  735.821499] Exception stack(0xc5f9bfb0 to 0xc5f9bff8)
[  735.826602] bfa0:                                     7f71a988 7f71a9d9 b6f99794 00000000
[  735.834821] bfc0: 7f71a9d9 00000000 7f71a988 0000000a 00000000 7f71c990 7f71c9d4 00000001
[  735.843129] bfe0: 7f71a0b4 beae9bd0 7f699928 7f6f0b9c 60000010 ffffffff
[  735.849797] INFO: task ntpd:1474 blocked for more than 120 seconds.
[  735.856113]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  735.861270] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  735.869154] ntpd            D    0  1474      1 0x00000001
[  735.874746] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  735.881861] [<c08342f4>] (schedule) from [<c013dbd4>] (io_schedule+0x14/0x24)
[  735.889065] [<c013dbd4>] (io_schedule) from [<c0834ad0>] (bit_wait_io+0xc/0x54)
[  735.896437] [<c0834ad0>] (bit_wait_io) from [<c0834758>] (__wait_on_bit+0x60/0xb0)
[  735.904099] [<c0834758>] (__wait_on_bit) from [<c08348ec>] (out_of_line_wait_on_bit+0x74/0x80)
[  735.912850] [<c08348ec>] (out_of_line_wait_on_bit) from [<c0269338>] (bh_submit_read+0x78/0x94)
[  735.921620] [<c0269338>] (bh_submit_read) from [<c02ba420>] (ext4_get_branch+0x90/0x12c)
[  735.929840] [<c02ba420>] (ext4_get_branch) from [<c02baeec>] (ext4_ind_map_blocks+0x13c/0x910)
[  735.938521] [<c02baeec>] (ext4_ind_map_blocks) from [<c02c27f8>] (ext4_map_blocks+0x130/0x5d4)
[  735.947218] [<c02c27f8>] (ext4_map_blocks) from [<c02df378>] (ext4_mpage_readpages+0x2e0/0x810)
[  735.955990] [<c02df378>] (ext4_mpage_readpages) from [<c01eba84>] (__do_page_cache_readahead+0x18c/0x25c)
[  735.965647] [<c01eba84>] (__do_page_cache_readahead) from [<c01e0828>] (filemap_fault+0x19c/0x588)
[  735.974658] [<c01e0828>] (filemap_fault) from [<c02ca810>] (ext4_filemap_fault+0x28/0x3c)
[  735.982954] [<c02ca810>] (ext4_filemap_fault) from [<c0208f30>] (__do_fault+0x18/0x78)
[  735.990957] [<c0208f30>] (__do_fault) from [<c020c6c0>] (handle_mm_fault+0x3d0/0x994)
[  735.998907] [<c020c6c0>] (handle_mm_fault) from [<c0110818>] (do_page_fault+0x130/0x338)
[  736.007104] [<c0110818>] (do_page_fault) from [<c0101364>] (do_PrefetchAbort+0x34/0x98)
[  736.015198] [<c0101364>] (do_PrefetchAbort) from [<c010bb64>] (ret_from_exception+0x0/0x1c)
[  736.023609] Exception stack(0xc7203fb0 to 0xc7203ff8)
[  736.028742] 3fa0:                                     7f5fd030 00000005 00000002 00000000
[  736.037044] 3fc0: 7f5f9b04 7f66fac0 00000005 3f0f321c 7f621440 00000000 37203f62 7f622578
[  736.045318] 3fe0: 7f61ca60 bec07148 7f59c5d8 7f59bc6c 20000010 ffffffff
[  736.051968] INFO: task mandb:2868 blocked for more than 120 seconds.
[  736.058375]       Not tainted 4.12.1-kirkwood-tld-1 #1
[  736.063530] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  736.071432] mandb           D    0  2868   2867 0x00000000
[  736.077052] [<c0833f54>] (__schedule) from [<c08342f4>] (schedule+0xac/0xc4)
[  736.084141] [<c08342f4>] (schedule) from [<c013dbd4>] (io_schedule+0x14/0x24)
[  736.091408] [<c013dbd4>] (io_schedule) from [<c0834ad0>] (bit_wait_io+0xc/0x54)
[  736.098792] [<c0834ad0>] (bit_wait_io) from [<c0834758>] (__wait_on_bit+0x60/0xb0)
[  736.106440] [<c0834758>] (__wait_on_bit) from [<c08348ec>] (out_of_line_wait_on_bit+0x74/0x80)
[  736.115128] [<c08348ec>] (out_of_line_wait_on_bit) from [<c02a7154>] (ext4_wait_block_bitmap+0x48/0xd8)
[  736.124573] [<c02a7154>] (ext4_wait_block_bitmap) from [<c02a8038>] (ext4_read_block_bitmap+0x2c/0x5c)
[  736.133972] [<c02a8038>] (ext4_read_block_bitmap) from [<c02d3ee4>] (ext4_free_blocks+0x658/0xb18)
[  736.143049] [<c02d3ee4>] (ext4_free_blocks) from [<c02ba8b8>] (ext4_clear_blocks+0x244/0x288)
[  736.151658] [<c02ba8b8>] (ext4_clear_blocks) from [<c02ba9bc>] (ext4_free_data+0xc0/0x1d4)
[  736.159988] [<c02ba9bc>] (ext4_free_data) from [<c02bac3c>] (ext4_free_branches+0x16c/0x2e0)
[  736.168505] [<c02bac3c>] (ext4_free_branches) from [<c02bb9e8>] (ext4_ind_truncate+0x260/0x2ec)
[  736.177271] [<c02bb9e8>] (ext4_ind_truncate) from [<c02c7610>] (ext4_truncate+0x2e8/0x444)
[  736.185614] [<c02c7610>] (ext4_truncate) from [<c02c961c>] (ext4_evict_inode+0x3c8/0x538)
[  736.193896] [<c02c961c>] (ext4_evict_inode) from [<c024ce2c>] (evict+0xc4/0x1a0)
[  736.201361] [<c024ce2c>] (evict) from [<c0248fd8>] (__dentry_kill+0x100/0x1e0)
[  736.208662] [<c0248fd8>] (__dentry_kill) from [<c024931c>] (dput+0x264/0x298)
[  736.215863] [<c024931c>] (dput) from [<c0242a98>] (SyS_renameat2+0x2d8/0x3d4)
[  736.223040] [<c0242a98>] (SyS_renameat2) from [<c0242bd0>] (SyS_rename+0x24/0x2c)
[  736.230607] [<c0242bd0>] (SyS_rename) from [<c0107040>] (ret_fast_syscall+0x0/0x38)

Progress: [ 75%] [###########################################...............]

Re: GoFleax Net, not booting
December 25, 2018 06:27PM
exactly the same result with a 32G Sandisk ultra stick (the ones that can also be plugged into the micro usb from the other end of the stick).

But the old 2GB still works, I just can't replicate it.
Re: GoFleax Net, not booting
December 25, 2018 06:35PM
veriqster,

The error has nothing to do with u-boot.

You should try the jessie rootfs, and don't run systemd. Wait till everything is working and switch over to systemd if you choose to.

https://forum.doozan.com/read.php?2,12096

Quote

Updated 20 Feb 2016:

This Debian-4.4.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2 is to keep in sync with kernel Linux-4.4.0-kirkwood-tld-1.

Basic minimal Debian Kirkwood rootfs for most Kirwood plugs:

- tarball size: 137M
- install size: 398M
- a basic jessie rootfs.
- The init system used in this rootfs is sysvinit . To boot with systemd, see note 2 below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, and sysvinit-utils.
- see LED controls in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: GoFleax Net, not booting
December 25, 2018 08:02PM
reinstalled uboot, latest, exactly according to instructions.
created a 4.4 rootfs and booted it. the only thing I modified is the fstab
this is all I have in it
LABEL=rootfs    /               ext3    noatime,errors=remount-ro 0 1
tmpfs /run tmpfs nosuid,noexec,size=20M,nr_inodes=4096 0  0
boots with some warnings. once at login I ran apt-get update and ran into the same "reset USB" which halted the system
hard reboot. completed the apt-get update. upon apt-get upgrade I got this.
tried with the other new stick, same results, at some point I get this strange "reset USB' and it's the end of story.

wondering if there's any logs that can pinpoint the issue.
Maybe it's the USB drives (but I tried 2 Sandisks of different purchase time and type)

Preconfiguring packages ...
(Reading database ... 12657 files and directories currently installed.)
Preparing to unpack .../base-files_8+deb8u11_armel.deb ...
Unpacking base-files (8+deb8u11) over (8+deb8u3) ...
[  224.571652] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  255.250515] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  286.199499] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  296.469186] usb 1-1: reset high-speed USB device number 2 using orion-ehci

How do I check if I am running systemd?
Re: GoFleax Net, not booting
December 25, 2018 08:03PM
while typing the previous it continued with this
[  312.738721] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  313.018711] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  323.288431] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  323.439458] sd 0:0:0:0: Device offlined - not ready after error recovery
[  323.446307] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK
[  323.454708] sd 0:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 00 4c 08 08 00 00 08 00
[  323.462123] blk_update_request: I/O error, dev sda, sector 4982792
[  323.468427] EXT4-fs error (device sda1): ext4_read_inode_bitmap:221: comm dpkg: Cannot read inode bitmap - block_group = 19, inode_bitmap = 622593
[  323.481732] sd 0:0:0:0: rejecting I/O to offline device
[  323.486991] sd 0:0:0:0: killing request
[  323.490855] sd 0:0:0:0: rejecting I/O to offline device
[  323.496109] sd 0:0:0:0: [sda] killing request
[  323.500503] sd 0:0:0:0: rejecting I/O to offline device
[  323.505759] EXT4-fs warning (device sda1): ext4_end_bio:329: I/O error -5 writing to inode 703280 (offset 0 size 0 starting block 2822331)
[  323.518250] Buffer I/O error on device sda1, logical block 2822074
[  323.524486] sd 0:0:0:0: rejecting I/O to offline device
[  323.529747] EXT4-fs warning (device sda1): ext4_end_bio:329: I/O error -5 writing to inode 704655 (offset 0 size 0 starting block 2822345)
[  323.542234] Buffer I/O error on device sda1, logical block 2822088
[  323.548450] EXT4-fs warning (device sda1): ext4_end_bio:329: I/O error -5 writing to inode 704655 (offset 0 size 0 starting block 2822346)
[  323.560939] Buffer I/O error on device sda1, logical block 2822089
[  323.567164] sd 0:0:0:0: rejecting I/O to offline device
[  323.572523] sd 0:0:0:0: [sda] FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[  323.580772] sd 0:0:0:0: [sda] CDB: Read(10) 28 00 01 6d 3c 60 00 00 08 00
[  323.587597] blk_update_request: I/O error, dev sda, sector 23936096
[  323.593944] sd 0:0:0:0: rejecting I/O to offline device
[  323.599219] sd 0:0:0:0: rejecting I/O to offline device
[  323.604492] sd 0:0:0:0: rejecting I/O to offline device
[  323.609771] sd 0:0:0:0: rejecting I/O to offline device
[  323.615041] sd 0:0:0:0: rejecting I/O to offline device
[  323.620307] sd 0:0:0:0: rejecting I/O to offline device
[  323.625575] sd 0:0:0:0: rejecting I/O to offline device
[  323.630852] sd 0:0:0:0: rejecting I/O to offline device
[  323.636125] sd 0:0:0:0: rejecting I/O to offline device
[  323.641395] sd 0:0:0:0: rejecting I/O to offline device
[  323.646669] sd 0:0:0:0: rejecting I/O to offline device
[  323.651934] sd 0:0:0:0: rejecting I/O to offline device
[  323.657201] sd 0:0:0:0: rejecting I/O to offline device
[  323.662487] sd 0:0:0:0: rejecting I/O to offline device
[  323.667781] sd 0:0:0:0: rejecting I/O to offline device
[  323.673074] sd 0:0:0:0: rejecting I/O to offline device
[  323.678347] sd 0:0:0:0: rejecting I/O to offline device
[  323.683633] sd 0:0:0:0: rejecting I/O to offline device
[  323.688909] sd 0:0:0:0: rejecting I/O to offline device
[  323.694198] sd 0:0:0:0: rejecting I/O to offline device
[  323.699467] sd 0:0:0:0: rejecting I/O to offline device
[  323.704743] sd 0:0:0:0: rejecting I/O to offline device
[  323.710009] sd 0:0:0:0: rejecting I/O to offline device
[  323.715280] sd 0:0:0:0: rejecting I/O to offline device
[  323.720558] sd 0:0:0:0: rejecting I/O to offline device
[  323.725842] sd 0:0:0:0: rejecting I/O to offline device
[  323.731115] sd 0:0:0:0: rejecting I/O to offline device
[  323.736402] sd 0:0:0:0: rejecting I/O to offline device
[  323.741675] sd 0:0:0:0: rejecting I/O to offline device
[  323.746948] sd 0:0:0:0: rejecting I/O to offline device
[  323.752214] sd 0:0:0:0: rejecting I/O to offline device
[  323.757539] JBD2: Detected IO errors while flushing file data on sda1-8
[  323.764472] sd 0:0:0:0: rejecting I/O to offline device
[  323.770047] sd 0:0:0:0: rejecting I/O to offline device
[  323.775557] sd 0:0:0:0: rejecting I/O to offline device
[  323.781018] sd 0:0:0:0: rejecting I/O to offline device
[  323.786434] sd 0:0:0:0: rejecting I/O to offline device
[  323.791874] sd 0:0:0:0: rejecting I/O to offline device
[  323.797286] sd 0:0:0:0: rejecting I/O to offline device
[  323.802719] sd 0:0:0:0: rejecting I/O to offline device
[  323.808121] sd 0:0:0:0: rejecting I/O to offline device
[  323.813554] sd 0:0:0:0: rejecting I/O to offline device
[  323.818986] sd 0:0:0:0: rejecting I/O to offline device
[  323.824394] sd 0:0:0:0: rejecting I/O to offline device
[  323.829826] sd 0:0:0:0: rejecting I/O to offline device
[  323.835233] sd 0:0:0:0: rejecting I/O to offline device
[  323.840667] sd 0:0:0:0: rejecting I/O to offline device
[  323.846072] sd 0:0:0:0: rejecting I/O to offline device
[  323.851510] sd 0:0:0:0: rejecting I/O to offline device
[  323.856919] sd 0:0:0:0: rejecting I/O to offline device
[  323.862352] sd 0:0:0:0: rejecting I/O to offline device
[  323.867758] sd 0:0:0:0: rejecting I/O to offline device
[  323.873191] sd 0:0:0:0: rejecting I/O to offline device
[  323.878622] sd 0:0:0:0: rejecting I/O to offline device
[  323.884011] sd 0:0:0:0: rejecting I/O to offline device
[  323.889401] EXT4-fs (sda1): previous I/O error to superblock detected
[  323.896023] sd 0:0:0:0: rejecting I/O to offline device
[  323.901463] sd 0:0:0:0: rejecting I/O to offline device
[  323.906871] sd 0:0:0:0: rejecting I/O to offline device
[  323.912304] sd 0:0:0:0: rejecting I/O to offline device
[  323.917710] sd 0:0:0:0: rejecting I/O to offline device
[  323.923141] sd 0:0:0:0: rejecting I/O to offline device
[  323.928572] sd 0:0:0:0: rejecting I/O to offline device
[  323.933981] sd 0:0:0:0: rejecting I/O to offline device
[  323.939499] sd 0:0:0:0: rejecting I/O to offline device
[  323.944915] sd 0:0:0:0: rejecting I/O to offline device
[  323.950378] sd 0:0:0:0: rejecting I/O to offline device
[  323.955800] sd 0:0:0:0: rejecting I/O to offline device
[  323.961262] sd 0:0:0:0: rejecting I/O to offline device
[  323.966672] sd 0:0:0:0: rejecting I/O to offline device
[  323.972127] sd 0:0:0:0: rejecting I/O to offline device
[  323.977538] sd 0:0:0:0: rejecting I/O to offline device
[  323.982971] sd 0:0:0:0: rejecting I/O to offline device
[  323.988385] sd 0:0:0:0: rejecting I/O to offline device
[  323.993817] sd 0:0:0:0: rejecting I/O to offline device
[  323.999249] sd 0:0:0:0: rejecting I/O to offline device
[  324.004654] sd 0:0:0:0: rejecting I/O to offline device
[  324.010108] sd 0:0:0:0: rejecting I/O to offline device
[  324.015591] sd 0:0:0:0: rejecting I/O to offline device
[  324.020934] sd 0:0:0:0: rejecting I/O to offline device
[  324.026379] Aborting journal on device sda1-8.
[  324.032060] sd 0:0:0:0: rejecting I/O to offline device
[  324.037350] sd 0:0:0:0: rejecting I/O to offline device
[  324.042623] sd 0:0:0:0: rejecting I/O to offline device
[  324.048139] sd 0:0:0:0: rejecting I/O to offline device
[  324.053587] sd 0:0:0:0: rejecting I/O to offline device
[  324.059130] sd 0:0:0:0: rejecting I/O to offline device
[  324.064546] sd 0:0:0:0: rejecting I/O to offline device
[  324.070008] sd 0:0:0:0: rejecting I/O to offline device
[  324.075423] sd 0:0:0:0: rejecting I/O to offline device
[  324.080882] sd 0:0:0:0: rejecting I/O to offline device
[  324.086281] sd 0:0:0:0: rejecting I/O to offline device
[  324.091686] EXT4-fs (sda1): Remounting filesystem read-only
[  324.097355] JBD2: Error -5 detected when updating journal superblock for sda1-8.
[  324.105240] sd 0:0:0:0: rejecting I/O to offline device
[  324.110729] sd 0:0:0:0: rejecting I/O to offline device
[  324.116488] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
[  324.116488]
[  324.125675] CPU: 0 PID: 1 Comm: init Not tainted 4.4.0-kirkwood-tld-1 #1
[  324.132402] Hardware name: Marvell Kirkwood (Flattened Device Tree)
[  324.138729] [<c0016784>] (unwind_backtrace) from [<c00129f8>] (show_stack+0x10/0x14)
[  324.146512] [<c00129f8>] (show_stack) from [<c00c2200>] (panic+0x80/0x214)
[  324.153428] [<c00c2200>] (panic) from [<c001fae4>] (do_exit+0x52c/0x978)
[  324.160166] [<c001fae4>] (do_exit) from [<c0021214>] (do_group_exit+0x4c/0xf0)
[  324.167431] [<c0021214>] (do_group_exit) from [<c002b0f8>] (get_signal+0x59c/0x648)
[  324.175130] [<c002b0f8>] (get_signal) from [<c0011f7c>] (do_signal+0x8c/0x3a4)
[  324.182393] [<c0011f7c>] (do_signal) from [<c00123fc>] (do_work_pending+0x5c/0xc4)
[  324.190006] [<c00123fc>] (do_work_pending) from [<c000f030>] (slow_work_pending+0xc/0x20)
[  324.198229] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
[  324.198229]

Re: GoFleax Net, not booting
December 25, 2018 08:18PM
rebooted a couple more times, looked ok, no more resets, even went through the apt-get upgrade with no issue
started installing the omv. as soon as i got to
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 12699 files and directories currently installed.)
Removing busybox-syslogd (1:1.22.0-9+deb8u4) ...
[....] Stopping busybox' klogd implementation: klogd12652 (klogd)
Stopped klogd (pid 12652).
. ok
[....] Stopping busybox' syslogd implementation: syslogd12606 (syslogd)
. ok
dpkg: error processing package busybox-syslogd (--remove):
 unable to securely remove '/usr/share/man/man8/klogd.8.gz.dpkg-tmp': Read-only file system
dpkg: unrecoverable fatal error, aborting:
 unable to flush updated status of `libbind9-80': Read-only file system
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Operation was interrupted before it could finish
E: Failed to write temporary StateFile /var/lib/apt/extended_states.tmp
root@debian:~#
on the serial console I got
root@debian:~# [  693.242777] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  724.191555] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  755.140472] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  765.410135] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  781.679635] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  781.959623] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  792.229328] usb 1-1: reset high-speed USB device number 2 using orion-ehci
[  792.380339] sd 1:0:0:0: Device offlined - not ready after error recovery
[  792.387187] sd 1:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK
[  792.395588] sd 1:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 01 60 08 08 00 00 08 00
[  792.403004] blk_update_request: I/O error, dev sda, sector 23070728
[  792.409392] EXT4-fs error (device sda1): ext4_read_inode_bitmap:221: comm dpkg: Cannot read inode bitmap - block_group = 88, inode_bitmap = 2883585
[  792.422796] sd 1:0:0:0: rejecting I/O to offline device
[  792.428055] sd 1:0:0:0: killing request
[  792.431937] sd 1:0:0:0: rejecting I/O to offline device
[  792.437224] sd 1:0:0:0: rejecting I/O to offline device
[  792.442495] sd 1:0:0:0: rejecting I/O to offline device
[  792.447768] sd 1:0:0:0: rejecting I/O to offline device
[  792.453036] sd 1:0:0:0: rejecting I/O to offline device
[  792.458311] sd 1:0:0:0: rejecting I/O to offline device
[  792.463577] sd 1:0:0:0: rejecting I/O to offline device
[  792.468849] sd 1:0:0:0: rejecting I/O to offline device
[  792.474119] sd 1:0:0:0: rejecting I/O to offline device
[  792.479387] sd 1:0:0:0: rejecting I/O to offline device
[  792.484653] sd 1:0:0:0: rejecting I/O to offline device
[  792.489951] sd 1:0:0:0: rejecting I/O to offline device
[  792.495223] sd 1:0:0:0: rejecting I/O to offline device
[  792.500489] sd 1:0:0:0: rejecting I/O to offline device
[  792.505757] sd 1:0:0:0: rejecting I/O to offline device
[  792.511031] sd 1:0:0:0: rejecting I/O to offline device
[  792.516301] sd 1:0:0:0: rejecting I/O to offline device
[  792.521575] sd 1:0:0:0: rejecting I/O to offline device
[  792.526861] sd 1:0:0:0: rejecting I/O to offline device
[  792.532133] sd 1:0:0:0: rejecting I/O to offline device
[  792.537421] sd 1:0:0:0: rejecting I/O to offline device
[  792.542713] sd 1:0:0:0: rejecting I/O to offline device
[  792.547993] sd 1:0:0:0: rejecting I/O to offline device
[  792.553289] sd 1:0:0:0: rejecting I/O to offline device
[  792.558556] sd 1:0:0:0: rejecting I/O to offline device
[  792.563826] sd 1:0:0:0: rejecting I/O to offline device
[  792.569107] sd 1:0:0:0: rejecting I/O to offline device
[  792.574389] sd 1:0:0:0: rejecting I/O to offline device
[  792.579662] sd 1:0:0:0: rejecting I/O to offline device
[  792.584949] sd 1:0:0:0: rejecting I/O to offline device
[  792.590222] sd 1:0:0:0: rejecting I/O to offline device
[  792.595797] sd 1:0:0:0: rejecting I/O to offline device
[  792.601096] sd 1:0:0:0: rejecting I/O to offline device
[  792.606919] sd 1:0:0:0: rejecting I/O to offline device
[  792.612216] sd 1:0:0:0: rejecting I/O to offline device
[  792.617496] sd 1:0:0:0: rejecting I/O to offline device
[  792.623088] sd 1:0:0:0: rejecting I/O to offline device
[  792.628379] sd 1:0:0:0: rejecting I/O to offline device
[  792.633661] sd 1:0:0:0: rejecting I/O to offline device
[  792.639223] sd 1:0:0:0: rejecting I/O to offline device
[  792.644508] sd 1:0:0:0: rejecting I/O to offline device
[  792.649784] sd 1:0:0:0: rejecting I/O to offline device
[  792.655325] sd 1:0:0:0: rejecting I/O to offline device
[  792.660613] sd 1:0:0:0: rejecting I/O to offline device
[  792.665890] sd 1:0:0:0: rejecting I/O to offline device
[  792.671431] sd 1:0:0:0: rejecting I/O to offline device
[  792.676720] sd 1:0:0:0: rejecting I/O to offline device
[  792.681996] sd 1:0:0:0: rejecting I/O to offline device
[  792.687530] sd 1:0:0:0: rejecting I/O to offline device
[  792.692815] sd 1:0:0:0: rejecting I/O to offline device
[  792.698094] sd 1:0:0:0: rejecting I/O to offline device
[  792.703638] sd 1:0:0:0: rejecting I/O to offline device
[  792.708929] sd 1:0:0:0: rejecting I/O to offline device
[  792.714207] sd 1:0:0:0: rejecting I/O to offline device
[  792.719745] sd 1:0:0:0: rejecting I/O to offline device
[  792.725036] sd 1:0:0:0: rejecting I/O to offline device
[  792.730314] sd 1:0:0:0: rejecting I/O to offline device
[  792.735847] sd 1:0:0:0: rejecting I/O to offline device
[  792.741133] sd 1:0:0:0: rejecting I/O to offline device
[  792.746412] sd 1:0:0:0: rejecting I/O to offline device
[  792.751956] sd 1:0:0:0: rejecting I/O to offline device
[  792.757247] sd 1:0:0:0: rejecting I/O to offline device
[  792.762525] sd 1:0:0:0: rejecting I/O to offline device
[  792.768056] sd 1:0:0:0: rejecting I/O to offline device
[  792.773343] sd 1:0:0:0: rejecting I/O to offline device
[  792.778622] sd 1:0:0:0: rejecting I/O to offline device
[  792.784153] sd 1:0:0:0: rejecting I/O to offline device
[  792.789441] sd 1:0:0:0: rejecting I/O to offline device
[  792.794719] sd 1:0:0:0: rejecting I/O to offline device
[  792.800252] sd 1:0:0:0: rejecting I/O to offline device
[  792.805540] sd 1:0:0:0: rejecting I/O to offline device
[  792.810817] sd 1:0:0:0: rejecting I/O to offline device
[  792.816238] sd 1:0:0:0: rejecting I/O to offline device
[  792.821521] sd 1:0:0:0: rejecting I/O to offline device
[  792.827004] sd 1:0:0:0: rejecting I/O to offline device
[  792.832291] sd 1:0:0:0: rejecting I/O to offline device
[  792.837771] sd 1:0:0:0: rejecting I/O to offline device
[  792.843060] sd 1:0:0:0: rejecting I/O to offline device
[  792.848540] sd 1:0:0:0: rejecting I/O to offline device
[  792.853830] sd 1:0:0:0: rejecting I/O to offline device
[  792.859332] sd 1:0:0:0: rejecting I/O to offline device
[  792.864618] sd 1:0:0:0: rejecting I/O to offline device
[  792.870097] sd 1:0:0:0: rejecting I/O to offline device
[  792.875449] sd 1:0:0:0: rejecting I/O to offline device
[  792.880824] sd 1:0:0:0: rejecting I/O to offline device
[  792.886229] sd 1:0:0:0: rejecting I/O to offline device
[  792.891657] sd 1:0:0:0: rejecting I/O to offline device
[  792.897057] sd 1:0:0:0: rejecting I/O to offline device
[  792.902423] sd 1:0:0:0: rejecting I/O to offline device
[  792.907723] sd 1:0:0:0: rejecting I/O to offline device
[  792.913162] sd 1:0:0:0: rejecting I/O to offline device
[  792.918575] sd 1:0:0:0: rejecting I/O to offline device
[  792.924009] sd 1:0:0:0: rejecting I/O to offline device
[  792.929438] sd 1:0:0:0: rejecting I/O to offline device
[  792.934933] sd 1:0:0:0: rejecting I/O to offline device
[  792.940376] sd 1:0:0:0: rejecting I/O to offline device
[  792.945786] sd 1:0:0:0: rejecting I/O to offline device
[  792.951223] sd 1:0:0:0: rejecting I/O to offline device
[  792.956630] sd 1:0:0:0: rejecting I/O to offline device
[  792.962060] sd 1:0:0:0: rejecting I/O to offline device
[  792.967451] sd 1:0:0:0: rejecting I/O to offline device
[  792.973763] sd 1:0:0:0: rejecting I/O to offline device
[  792.979520] sd 1:0:0:0: rejecting I/O to offline device
[  792.984810] sd 1:0:0:0: rejecting I/O to offline device
[  792.990513] sd 1:0:0:0: rejecting I/O to offline device
[  792.997852] sd 1:0:0:0: rejecting I/O to offline device
[  793.003249] sd 1:0:0:0: rejecting I/O to offline device
[  793.008752] sd 1:0:0:0: rejecting I/O to offline device
[  793.014270] sd 1:0:0:0: rejecting I/O to offline device
[  793.019738] sd 1:0:0:0: rejecting I/O to offline device
[  793.025147] sd 1:0:0:0: rejecting I/O to offline device
[  793.030605] sd 1:0:0:0: rejecting I/O to offline device
[  793.036020] sd 1:0:0:0: rejecting I/O to offline device
[  793.041461] sd 1:0:0:0: rejecting I/O to offline device
[  793.046876] sd 1:0:0:0: rejecting I/O to offline device
[  793.052313] sd 1:0:0:0: rejecting I/O to offline device
[  793.057720] sd 1:0:0:0: rejecting I/O to offline device
[  793.063152] sd 1:0:0:0: rejecting I/O to offline device
[  793.068559] sd 1:0:0:0: rejecting I/O to offline device
[  793.073970] sd 1:0:0:0: rejecting I/O to offline device
[  793.080623] sd 1:0:0:0: rejecting I/O to offline device
[  793.086487] sd 1:0:0:0: rejecting I/O to offline device
[  793.091992] sd 1:0:0:0: rejecting I/O to offline device
[  793.097365] Aborting journal on device sda1-8.
[  793.102733] EXT4-fs error (device sda1) in ext4_evict_inode:241: Readonly filesystem
[  793.110782] EXT4-fs error (device sda1) in ext4_evict_inode:241: Readonly filesystem
[  793.118748] sd 1:0:0:0: rejecting I/O to offline device
[  793.124259] sd 1:0:0:0: rejecting I/O to offline device
[  793.129776] sd 1:0:0:0: rejecting I/O to offline device
[  793.135198] sd 1:0:0:0: rejecting I/O to offline device
[  793.140654] sd 1:0:0:0: rejecting I/O to offline device
[  793.146051] sd 1:0:0:0: rejecting I/O to offline device
[  793.151910] EXT4-fs error (device sda1) in ext4_evict_inode:241: Readonly filesystem
[  793.159883] sd 1:0:0:0: rejecting I/O to offline device
[  793.165253] EXT4-fs (sda1): previous I/O error to superblock detected
[  793.171825] EXT4-fs (sda1): previous I/O error to superblock detected
[  793.178977] JBD2: Error -5 detected when updating journal superblock for sda1-8.
[  793.187009] EXT4-fs (sda1): previous I/O error to superblock detected
[  793.193671] sd 1:0:0:0: rejecting I/O to offline device
[  793.199075] sd 1:0:0:0: rejecting I/O to offline device
[  793.204483] EXT4-fs (sda1): Remounting filesystem read-only
[  793.210300] sd 1:0:0:0: rejecting I/O to offline device
[  793.215653] EXT4-fs (sda1): Remounting filesystem read-only
[  793.221438] EXT4-fs (sda1): Remounting filesystem read-only
[  793.227104] EXT4-fs error (device sda1) in ext4_free_inode:381: IO failure
[  793.235191] EXT4-fs (sda1): previous I/O error to superblock detected
[  793.241852] sd 1:0:0:0: rejecting I/O to offline device
[  793.247363] sd 1:0:0:0: rejecting I/O to offline device
[  793.252623] EXT4-fs warning (device sda1): ext4_end_bio:329: I/O error -5 writing to inode 704414 (offset 0 size 0 starting block 2837740)
[  793.265111] Buffer I/O error on device sda1, logical block 2837483
[  793.271326] EXT4-fs warning (device sda1): ext4_end_bio:329: I/O error -5 writing to inode 704414 (offset 0 size 0 starting block 2837741)
[  793.283812] Buffer I/O error on device sda1, logical block 2837484
[  793.290208] EXT4-fs (sda1): ext4_writepages: jbd2_start: 1024 pages, ino 704414; err -30
[  793.298471] EXT4-fs error (device sda1) in ext4_evict_inode:308: IO failure
[  793.305672] EXT4-fs (sda1): previous I/O error to superblock detected
[  793.312299] sd 1:0:0:0: rejecting I/O to offline device
[  793.317831] sd 1:0:0:0: rejecting I/O to offline device
[  793.323280] EXT4-fs warning (device sda1): dx_probe:740: inode #719757: lblock 0: comm dpkg: error -5 reading directory block
[  793.349442] JBD2: Detected IO errors while flushing file data on sda1-8
[  793.357216] sd 1:0:0:0: rejecting I/O to offline device
[  793.362630] EXT4-fs error (device sda1): ext4_find_entry:1451: inode #703330: comm apt-get: reading directory lblock 0
[  793.373431] EXT4-fs (sda1): previous I/O error to superblock detected
[  793.380042] sd 1:0:0:0: rejecting I/O to offline device


Re: GoFleax Net, not booting
December 25, 2018 09:13PM
keeps throwing the "usb reset" at me every time I try to get something installed.
For some reason I am under the impression that I see the EXT4-fs module mentioned close before the reset. Could this cause a problem?

3 times out of 4 when it gets stuck and I reboot I get this
Warning: File system check failed but did not detect errors
[   25.760380] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   25.769544] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[   25.776474] EXT4-fs (sda1): write access will be enabled during recovery
[   26.098915] usb 1-1: reset high-speed USB device number 2 using orion-ehci
and it croaks



Edited 1 time(s). Last edit at 12/25/2018 09:16PM by veriqster.
Re: GoFleax Net, not booting
December 25, 2018 09:21PM
veriqster,

My recommendation:

- Recreate the Debian-4.4.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2 rootfs, with a single partition formatted in EXT3, using a different USB flash drive. Preferred brand: Sandisk.

- Make sure you are not booting with systemd. The new u-boot is default to boot whatever init system on the rootfs. And the Debian-4.4.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2 is sysvinit. So you should check your u-boot envs to see if it was set up to boot systemd. If it does, remove it.

- And then install OMV.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: GoFleax Net, not booting
December 29, 2018 10:46PM
Hi all,
I'm not even sure this is related to the systemd, although the 4.12 rootfs seems to cause the drives to crash almost every time there's intense disk access activity, the 4.4 is a coin toss.

There's a bug somewhere and I don't have the skills to find it.

Bottom line is the 16GB Sandisk Cruzer Glide (2 of them) and the 32GB Sandisk Cruzer Glide (3 of them) do not want to work with this unit. Even if used with 4.4 rootfs they do act up and crash the system at some point, even if not every boot cycle. They do seem to work fine with the OxNas units (pogo pro), go figure, ...

Symptoms: the USB reset happens at some point and once it starts happening even if the system recovers for the moment it will crash completely within 2-3 reboots.

I ran some tests on these Cruzer drives and I am not sure how to interpret the results but they all have plenty of sectors that take longer then 500 ms to access.

The OLD 2GB Sandisk USB drives I've had since before I can remember work fine with it but I am leery of running something that is supposed to store my data off of those drives, they've been used intensively as rootfs drives and might croak any moment.

I bought a 3 pack of Memorex drives from Target. 16GB capacity. The drives are slow even compared to the OLD Sandisks, they take 3 times as long to create the rootfs compared to the Cruzer Slide drives and they do act up from time to time but unlike the Sandisk drives they seem to go through a USB reset just fine, the system has yet to crash and lock up due to drive reset, unlike the Sandisk drives. Out of the 3 two work OK, the system has recovered every time the drive reset so far; the third is toast - it gives a "bad CRC" on boot even with a freshly created rootfs.


If someone can recommend a USB drive that is more reliable or if there's a way to have the system map these errors and avoid using the blocks that cause them I would appreciate your help.

Also, if there's a way to avoid the slow sectors when formatting the drives that would probably be a solution but that is way beyond what I understand how to do.

Does anyone have a uEnv.txt for a GoFlex Net handy, I would like to try one out rather than mess up the hardcoded environment. Or can I just do a "printenv" and dump the output to a text file?
Re: GoFleax Net, not booting
December 30, 2018 08:15AM
veriqster Wrote:
-------------------------------------------------------
> Hi all,
> I'm not even sure this is related to the systemd,
> although the 4.12 rootfs seems to cause the drives
> to crash almost every time there's intense disk
> access activity, the 4.4 is a coin toss.
>
> There's a bug somewhere and I don't have the
> skills to find it.
>

The problem is with OMV. But if you run systemd, it seems to make it worse.

> Bottom line is the 16GB Sandisk Cruzer Glide (2 of
> them) and the 32GB Sandisk Cruzer Glide (3 of
> them) do not want to work with this unit. Even if
> used with 4.4 rootfs they do act up and crash the
> system at some point, even if not every boot
> cycle. They do seem to work fine with the OxNas
> units (pogo pro), go figure, ...
>
> Symptoms: the USB reset happens at some point and
> once it starts happening even if the system
> recovers for the moment it will crash completely
> within 2-3 reboots.
>
> I ran some tests on these Cruzer drives and I am
> not sure how to interpret the results but they all
> have plenty of sectors that take longer then 500
> ms to access.
>
> The OLD 2GB Sandisk USB drives I've had since
> before I can remember work fine with it but I am
> leery of running something that is supposed to
> store my data off of those drives, they've been
> used intensively as rootfs drives and might croak
> any moment.
>
> I bought a 3 pack of Memorex drives from Target.
> 16GB capacity. The drives are slow even compared
> to the OLD Sandisks, they take 3 times as long to
> create the rootfs compared to the Cruzer Slide
> drives and they do act up from time to time but
> unlike the Sandisk drives they seem to go through
> a USB reset just fine, the system has yet to crash
> and lock up due to drive reset, unlike the Sandisk
> drives. Out of the 3 two work OK, the system has
> recovered every time the drive reset so far; the
> third is toast - it gives a "bad CRC" on boot even
> with a freshly created rootfs.
>
>
> If someone can recommend a USB drive that is more
> reliable or if there's a way to have the system
> map these errors and avoid using the blocks that
> cause them I would appreciate your help.
>
> Also, if there's a way to avoid the slow sectors
> when formatting the drives that would probably be
> a solution but that is way beyond what I
> understand how to do.
>
> Does anyone have a uEnv.txt for a GoFlex Net
> handy, I would like to try one out rather than
> mess up the hardcoded environment. Or can I just
> do a "printenv" and dump the output to a text
> file?

Yes. Use fw_ printenv and refirect ouput to uEnv.txt.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: GoFleax Net, not booting
January 02, 2019 06:41AM
Ended up using the HDD for the rootfs.
Created a 8GB partition at the beginning of each HDD and labeled one of them as rootfs.
Installed everything and it works like a charm Debian 9 with OMV 4. Once installed I created a tarball of the system and stored it on the 8GB partition that is no labeled. Untarred and now I have a rootfs ready to go in case something happens. All that needs to be done to boot from the other drive is to label the partition.
The remainder of the space on both drives is used for RAID1 and stores / shares the data over the network.
I also plan on setting up the usbbackup plugin so I can just plug in a USB drive and have the data backed up automatically at certain intervals.
The on issue I have for now is that at some point after the OMV install the system started throwing a message like this
[33374.394808] systemd[1]: anacron.timer: Adding 4min 42.771661s random time.
It does not happen all the time but at when it does it keeps going for a while.
Not sure how to fix that as I already updated the ntp config to use the online debian time server and commented out the IP address servers that came with the default config.
I get about 10MBs speed while copying my data from another share to the this newly created one. It's on a 100Mb ethernet so I guess that is acceptable.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: