Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 24, 2018 05:01PM |
Admin Registered: 14 years ago Posts: 19,317 |
Quote
8. Flashing default u-boot envs image (if you are upgrading from 2016.05-tld-1 u-boot, you can skip this step 8).
As described in step 1, u-boot envs must be defined in /etc/fw_env.config as
# MTD device name Device offset Env. size Flash sector size Number of sectors
/dev/mtd0 0xc0000 0x20000 0x20000
This default envs image supports booting with multiple disk drives (and hubs) attached. The disk drives could be any type (usb, sata, sd card). The scanning logic and default envs were set to automatically boot the box with the following required configuration:
For whatever reason, if you can't set up your configuration to satisfy the following 4 requirements, then don't flash this defaut envs image. It might not boot properly. In this case, section C below can be used to tailor the envs to your specific configuration.
r1. There must be only one partition among all partitions from all drives that contains the kernel files. The 2 kernel files are /boot/uImage and /boot/uInitrd.
r2. The partition that contains the 2 kernel files must be partition 1 in a disk drive
r3. The partition that contains the rootfs must be labeled rootfs
r4. The rootfs partition is recommended to be type Ext3 (this is not a hard requirement, ext4 should boot OK, but Ext3 will ensure no problem).
So the bottom line is if you have only one rootfs in a single Ext3 partition, which is labeled as rootfs, then you're all set.
a. Download the default u-boot envs at Dropbox:
uboot.2016.05-tld-1.environment.bodhi.tar
md5:
3823eef10011b864859d31a76470e0e3
sha256:
c8db95a4225e8d78bdaaaa372bd5a87e4b98f3448dd9c62fc96c72b2df1a997c
This tarball includes 3 files:
uboot.2016.05-tld-1.environment.img (the default envs image to be flashed)
uboot.2016.05-tld-1.environment (the content of the default envs in text format)
uboot.2016.05-tld-1.environment.64K.img (small envs image to be flashed on HP T5325 only).
root@FA78:~#
Quote
Made Uimage with dtb (point 4)
cd /boot mv uImage.orig uImage
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 25, 2018 12:10PM |
Registered: 6 years ago Posts: 24 |
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:17:19 -0700) Seagate GoFlex Net SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Unknown command 'mmc' - try 'help' Partition Map for USB device 0 -- Partition Type: EFI Part Start LBA End LBA Name Attributes Type GUID Partition GUID 1 0x00000800 0x003bbfde "" attrs: 0x0000000000000000 type: 0fc63daf-8483-4772-8e79-3d69d8477de4 type: linux guid: c7dcc962-9672-4062-8dcf-46b090dad85b ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available Unknown command 'mmc' - try 'help' running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 722 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 3821592 bytes read in 1002 ms (3.6 MiB/s) loading uInitrd ... 7707515 bytes read in 1087 ms (6.8 MiB/s) loading DTB ... ** No boot file defined ** ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.12.1-kirkwood-tld-1 Created: 2017-07-20 8:11:24 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3821528 Bytes = 3.6 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 Created: 2018-06-24 13:28:30 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7707451 Bytes = 7.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Loading Ramdisk to 073b3000, end 07b0cb3b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Error: unrecognized/unsupported machine ID (r1 = 0x00000c11). Available machine support: ID (hex) NAME ffffffff Generic DT based system ffffffff Marvell Kirkwood (Flattened Device Tree) Please check your kernel config and/or bootloader.
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 25, 2018 02:47PM |
Admin Registered: 14 years ago Posts: 19,317 |
printenv dtb_file
ls -l /media/sdb1/boot/dts/kirkwood-goflexnet.dtb
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 25, 2018 04:48PM |
Registered: 6 years ago Posts: 24 |
printenv dtb_file
## Error: "dtb_file" not defined
setenv dtb_file '/boot/dts/kirkwood-goflexnet.dtb'
saveenv
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:17:19 -0700) Seagate GoFlex Net SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive No link on egiga0 ping failed; host 192.168.2.1 is not alive Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Unknown command 'mmc' - try 'help' Partition Map for USB device 0 -- Partition Type: EFI Part Start LBA End LBA Name Attributes Type GUID Partition GUID 1 0x00000800 0x003bbfde "" attrs: 0x0000000000000000 type: 0fc63daf-8483-4772-8e79-3d69d8477de4 type: linux guid: c7dcc962-9672-4062-8dcf-46b090dad85b ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available Unknown command 'mmc' - try 'help' running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 722 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 3821592 bytes read in 1002 ms (3.6 MiB/s) loading uInitrd ... 7707515 bytes read in 1087 ms (6.8 MiB/s) loading DTB /boot/dts/kirkwood-goflexnet.dtb ... 11895 bytes read in 1692 ms (6.8 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.12.1-kirkwood-tld-1 Created: 2017-07-20 8:11:24 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3821528 Bytes = 3.6 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 Created: 2018-06-24 13:28:30 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7707451 Bytes = 7.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 073b3000, end 07b0cb3b ... OK Loading Device Tree to 073ad000, end 073b2e76 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.12.1-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Sat Jul 15 21:40:50 PDT 2017 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: Seagate GoFlex Net [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 orion_nand:1M(u-boot),-(rootfs) [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 108968K/131072K available (8192K kernel code, 716K rwdata, 1972K rodata, 1024K init, 288K bss, 22104K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc0900000 (9184 kB) [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB) [ 0.000000] .data : 0xc0d00000 - 0xc0db3274 ( 717 kB) [ 0.000000] .bss : 0xc0db9b9c - 0xc0e01e60 ( 289 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000044] Switching to timer-based delay loop, resolution 5ns [ 0.000513] Console: colour dummy device 80x30 [ 0.000547] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000570] pid_max: default: 32768 minimum: 301 [ 0.000762] Security Framework initialized [ 0.000884] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000903] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001771] CPU: Testing write buffer coherency: ok [ 0.002812] Setting up static identity map for 0x100000 - 0x100058 [ 0.003083] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.006364] devtmpfs: initialized [ 0.010827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.010854] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.011253] prandom: seed boundary self test passed [ 0.015009] prandom: 100 self tests passed [ 0.015022] pinctrl core: initialized pinctrl subsystem [ 0.016195] NET: Registered protocol family 16 [ 0.016692] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.018320] cpuidle: using governor ladder [ 0.018392] cpuidle: using governor menu [ 0.018848] Feroceon L2: Enabling L2 [ 0.018895] Feroceon L2: Cache support initialised. [ 0.019254] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.024080] No ATAGs? [ 0.033386] vgaarb: loaded [ 0.033711] SCSI subsystem initialized [ 0.034192] usbcore: registered new interface driver usbfs [ 0.034270] usbcore: registered new interface driver hub [ 0.034352] usbcore: registered new device driver usb [ 0.035496] clocksource: Switched to clocksource orion_clocksource [ 0.125228] VFS: Disk quotas dquot_6.6.0 [ 0.125324] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.136008] NET: Registered protocol family 2 [ 0.136766] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.136793] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.136814] TCP: Hash tables configured (established 1024 bind 1024) [ 0.136902] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.136927] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.137109] NET: Registered protocol family 1 [ 0.137522] RPC: Registered named UNIX socket transport module. [ 0.137534] RPC: Registered udp transport module. [ 0.137542] RPC: Registered tcp transport module. [ 0.137549] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.137792] Unpacking initramfs... [ 0.832211] Freeing initrd memory: 7528K [ 0.832373] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.833366] audit: initializing netlink subsys (disabled) [ 0.833858] Initialise system trusted keyrings [ 0.833915] Key type blacklist registered [ 0.834008] audit: type=2000 audit(0.828:1): state=initialized audit_enabled=0 res=1 [ 0.834103] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.834173] zbud: loaded [ 0.835144] NFS: Registering the id_resolver key type [ 0.835171] Key type id_resolver registered [ 0.835180] Key type id_legacy registered [ 0.835198] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.835208] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.835405] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.835742] fuse init (API version 7.26) [ 0.836122] orangefs_debugfs_init: called with debug mask: :none: :0: [ 0.836407] orangefs_init: module version upstream loaded [ 0.836419] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 2.555503] random: fast init done [ 6.711526] Key type asymmetric registered [ 6.711543] Asymmetric key parser 'x509' registered [ 6.711614] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.711625] io scheduler noop registered [ 6.711634] io scheduler deadline registered [ 6.711713] io scheduler cfq registered (default) [ 6.712976] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 6.714739] mv_xor f1060800.xor: Marvell shared XOR driver [ 6.776257] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr ) [ 6.776492] mv_xor f1060900.xor: Marvell shared XOR driver [ 6.836266] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr ) [ 6.836698] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 6.837997] console [ttyS0] disabled [ 6.838067] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A [ 7.434940] console [ttyS0] enabled [ 7.447114] loop: module loaded [ 7.450848] sata_mv f1080000.sata: slots 32 ports 2 [ 7.458578] scsi host0: sata_mv [ 7.462165] scsi host1: sata_mv [ 7.465604] ata1: SATA max UDMA/133 irq 32 [ 7.469719] ata2: SATA max UDMA/133 irq 32 [ 7.474738] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda [ 7.481226] nand: Micron MT29F2G08AAD [ 7.484908] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 7.492544] Scanning device for bad blocks [ 7.546371] Bad eraseblock 464 at 0x000003a00000 [ 7.557380] Bad eraseblock 524 at 0x000004180000 [ 7.661335] Bad eraseblock 1453 at 0x00000b5a0000 [ 7.729663] 4 ofpart partitions found on MTD device orion_nand [ 7.735560] Creating 4 MTD partitions on "orion_nand": [ 7.740755] 0x000000000000-0x000000100000 : "u-boot" [ 7.747070] 0x000000100000-0x000000500000 : "uImage" [ 7.753384] 0x000000500000-0x000002500000 : "pogoplug" [ 7.760093] 0x000002500000-0x00000fd00000 : "root" [ 7.768883] libphy: Fixed MDIO Bus: probed [ 7.773831] libphy: orion_mdio_bus: probed [ 7.783068] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 7.810258] ata1: SATA link down (SStatus 0 SControl F300) [ 8.156923] ata2: SATA link down (SStatus 0 SControl F300) [ 8.891949] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.900841] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.907448] ehci-pci: EHCI PCI platform driver [ 8.911965] ehci-orion: EHCI orion driver [ 8.916220] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.921764] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.929652] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 8.965531] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.971818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 8.978666] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.985946] usb usb1: Product: EHCI Host Controller [ 8.990844] usb usb1: Manufacturer: Linux 4.12.1-kirkwood-tld-1 ehci_hcd [ 8.997596] usb usb1: SerialNumber: f1050000.ehci [ 9.002984] hub 1-0:1.0: USB hub found [ 9.006856] hub 1-0:1.0: 1 port detected [ 9.011418] usbcore: registered new interface driver usb-storage [ 9.017840] mousedev: PS/2 mouse device common for all mice [ 9.365536] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.558534] usb 1-1: New USB device found, idVendor=090c, idProduct=1000 [ 9.565280] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.572488] usb 1-1: Product: Flash Disk [ 9.576447] usb 1-1: Manufacturer: USB [ 9.580211] usb 1-1: SerialNumber: FBF1009232302582 [ 9.585995] usb-storage 1-1:1.0: USB Mass Storage device detected [ 9.592460] scsi host2: usb-storage 1-1:1.0 [ 10.085529] rtc-mv f1010300.rtc: internal RTC not ticking [ 10.091129] i2c /dev entries driver [ 10.097370] hidraw: raw HID events driver (C) Jiri Kosina [ 10.103186] drop_monitor: Initializing network drop monitor service [ 10.109769] NET: Registered protocol family 17 [ 10.114310] Key type dns_resolver registered [ 10.119454] registered taskstats version 1 [ 10.123571] Loading compiled-in X.509 certificates [ 10.128482] zswap: loaded using pool lzo/zbud [ 10.143060] Key type big_key registered [ 10.156606] Key type encrypted registered [ 10.161945] hctosys: unable to open rtc device (rtc0) [ 10.170505] Freeing unused kernel memory: 1024K Loading, please wait... starting version 232 [ 10.599146] usbcore: registered new interface driver uas [ 10.855154] scsi 2:0:0:0: Direct-Access USB Flash Disk 1100 PQ: 0 ANSI: 0 CCS [ 10.873854] sd 2:0:0:0: [sda] 3915776 512-byte logical blocks: (2.00 GB/1.87 GiB) [ 10.889734] sd 2:0:0:0: [sda] Write Protect is off [ 10.900583] sd 2:0:0:0: [sda] No Caching mode page found [ 10.910873] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 10.941520] sda: sda1 [ 10.948222] sd 2:0:0:0: [sda] Attached SCSI removable disk Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.29.2 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 15322/122400 files, 212391/489211 blocks done. [ 21.429993] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 21.450493] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.88 booting [info] Using makefile-style concurrent boot in runlevel S. [ ok ] Setting hostname to 'FA78'...done. [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232 . ok [ ok ] Synthesizing the initial hotplug events...done. [....] Waiting for /dev to be fully populated...[ 23.987250] marvell-cesa f1030000.crypto: CESA device successfully registered [ 24.026629] orion_wdt: Initial timeout 21 sec [ 24.098360] sd 2:0:0:0: Attached scsi generic sg0 type 0 done. [ ok ] Activating swap:. [ 25.138268] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ ok ] Will now activate lvm and md swap:done. [info] Will now check all file systems. fsck from util-linux 2.29.2 Checking all file systems. LABEL=rootfs is mounted [....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs[ ok hat location is writable.. [ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done. [ ok . [ ok ] Will now mount local filesystems:. [ ok ] Will now activate swapfile swap:done. [ ok ] Checking minimum space in /tmp...done. [ ok ] Cleaning up temporary files.... [ 27.408136] random: crng init done [ ok ] Setting kernel variables...done. [ ok ] Initializing random number generator...done. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/52:3b:20:9c:11:51 Sending on LPF/eth0/52:3b:20:9c:11:51 Sending on Socket/fallback DHCPREQUEST of 192.168.2.117 on eth0 to 255.255.255.255 port 67 [ 104.175851] NET: Registered protocol family 10 [ 104.183813] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 104.189953] Segment Routing with IPv6 DHCPREQUEST of 192.168.2.117 on eth0 to 255.255.255.255 port 67 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 No DHCPOFFERS received. Trying recorded lease 192.168.2.117 PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. --- 192.168.2.1 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms No working leases in persistent database - sleeping. done. [ ok ] Starting RPC port mapper daemon: rpcbind. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Cleaning up temporary files.... INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1309 (syslogd) . ok [ ok ] Starting system message bus: dbus. [ ok ] Starting NFS common utilities: statd idmapd. [warn] Not starting NFS kernel daemon: no exports. ... (warning). [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. [ ok ] Starting NTP server: ntpd. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1312 (klogd) . ok [ ok ] Starting OpenBSD Secure Shell server: sshd. [....] Starting Postfix Mail Transport Agent: postfixtar: lib/arm-linux-gnueabi/libgcc_s.so.1: time stamp 2018-02-14 08:53:20 is 1518627087.273173088 s in the future tar: lib/arm-linux-gnueabi/libnss_compat-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.269585119 s in the future tar: lib/arm-linux-gnueabi/libnss_compat.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.267654459 s in the future tar: lib/arm-linux-gnueabi/libnss_dns-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.264673367 s in the future tar: lib/arm-linux-gnueabi/libnss_dns.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.263036835 s in the future tar: lib/arm-linux-gnueabi/libnss_files-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.259517586 s in the future tar: lib/arm-linux-gnueabi/libnss_files.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.257269585 s in the future tar: lib/arm-linux-gnueabi/libnss_hesiod-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.254434098 s in the future tar: lib/arm-linux-gnueabi/libnss_hesiod.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.252835163 s in the future tar: lib/arm-linux-gnueabi/libnss_nis-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.249395429 s in the future tar: lib/arm-linux-gnueabi/libnss_nis.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.247717074 s in the future tar: lib/arm-linux-gnueabi/libnss_nisplus-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.244295825 s in the future tar: lib/arm-linux-gnueabi/libnss_nisplus.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.242355459 s in the future tar: lib/arm-linux-gnueabi/libresolv-2.24.so: time stamp 2018-01-14 02:39:44 is 1515926271.237853178 s in the future tar: lib/arm-linux-gnueabi/libresolv.so.2: time stamp 2018-01-14 02:39:44 is 1515926271.236157927 s in the future . ok [ ok ] Running local boot scripts (/etc/rc.local). Debian GNU/Linux 9 FA78 ttyS0 FA78 login: root Password: Last login: Mon Jun 25 09:30:13 PDT 2018 from 192.168.2.143 on pts/0 Linux FA78 4.12.1-kirkwood-tld-1 #1 PREEMPT Sat Jul 15 21:40:50 PDT 2017 armv5tel The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. root@FA78:~#
apt-get install openmediavault
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 25, 2018 07:49PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 26, 2018 01:45PM |
Registered: 6 years ago Posts: 24 |
apt-get install openmediavault-keyring
apt-get install openmediavault
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 26, 2018 03:55PM |
Registered: 6 years ago Posts: 24 |
Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libssl1.0.0 Use 'apt autoremove' to remove it. The following additional packages will be installed: acl SOME MORE xfsprogs Suggested packages: collectd-dev SOME MORE xfsdump attr Recommended packages: acpi-support-base SOME MORE libpam-systemd The following packages will be REMOVED: busybox-syslogd sysvinit-core The following NEW packages will be installed: acl SOME MORE xfsprogs 0 upgraded, 223 newly installed, 2 to remove and 0 not upgraded. Need to get 86.1 MB of archives. After this operation, 412 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://packages.openmediavault.org/public arrakis/main armel libjs-extjs6 all 6. SOME MORE Get:223 http://ftp.us.debian.org/debian stretch/main armel python3-lxml armel 3.7.1-1 [793 kB] Fetched 86.1 MB in 1min 48s (794 kB/s) Extracting templates from packages: 100% Preconfiguring packages ... (Reading database ... 13190 files and directories currently installed.) Removing busybox-syslogd (1:1.22.0-19) ... [....] Stopping busybox' klogd implementation: klogd1319 (klogd) Stopped klogd (pid 1319). . ok [....] Stopping busybox' syslogd implementation: syslogd1320 (syslogd) . ok Selecting previously unselected package libcryptsetup4:armel. (Reading database ... 13182 files and directories currently installed.) Preparing to unpack .../libcryptsetup4_2%3a1.7.3-4_armel.deb ... Unpacking libcryptsetup4:armel (2:1.7.3-4) ... SOME MORE Unpacking systemd (232-25+deb9u3) ... dpkg: sysvinit-core: dependency problems, but removing anyway as you requested: init depends on systemd-sysv | sysvinit-core; however: Package systemd-sysv is not installed. Package sysvinit-core is to be removed. (Reading database ... 13845 files and directories currently installed.) Removing sysvinit-core (2.88dsf-59.9) ... Setting up libcryptsetup4:armel (2:1.7.3-4) ... Setting up libip4tc0:armel (1.6.0+snapshot20161117-6) ... Setting up libseccomp2:armel (2.3.1-2.1) ... Setting up systemd (232-25+deb9u3) ... addgroup: The group `systemd-journal' already exists as a system group. Exiting. Selecting previously unselected package systemd-sysv. (Reading database ... 13822 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_232-25+deb9u3_armel.deb ... SOME MOER Setting up watchdog (5.15-2) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Created symlink /etc/systemd/system/default.target.wants/watchdog.service -> /lib/systemd/system/watchdog.service. Setting up sudo (1.8.19p1-2.1) ... Setting up libpng16-16:armel (1.6.28-1) ... Setting up libfastjson4:armel (0.99.4-1) ... Setting up libjbig0:armel (2.1-3.1+b2) ... Setting up libpcsclite1:armel (1.8.20-1) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up socat (1.7.3.1-2+deb9u1) ... Setting up lsof (4.89+dfsg-0.1) ... Setting up bash-completion (1:2.1-4.3) ... Setting up systemd-sysv (232-25+deb9u3) ... Setting up libglib2.0-0:armel (2.50.3-2) ... No schema files found: doing nothing. Setting up liblockfile1:armel (1.14-1+b1) ... Setting up nginx-common (1.10.3-1+deb9u1) ... Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service -> /lib/systemd/system/nginx.service. Setting up libossp-uuid16:armel (1.6.2-1.5+b4) ... Setting up libnginx-mod-http-subs-filter (1.10.3-1+deb9u1) ... Setting up libonig4:armel (6.1.3-2) ... Setting up liblogging-stdlog0:armel (1.0.5-2+b2) ... Setting up monit (1:5.20.0-6) ... [ ok ] Starting daemon monitor: monit. Setting up libjs-sphinxdoc (1.4.9-2) ... Setting up samba-common (2:4.5.12+dfsg-2+deb9u2) ... Creating config file /etc/samba/smb.conf with new version Setting up libdatrie1:armel (0.2.10-4+b1) ... Setting up distro-info-data (0.36) ... Setting up libtiff5:armel (4.0.8-2+deb9u2) ... Processing triggers for initramfs-tools (0.130) ... update-initramfs: Generating /boot/initrd.img-4.12.1-kirkwood-tld-1 W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays. W: mdadm: failed to auto-generate the mdadm.conf file. W: mdadm: please read /usr/share/doc/mdadm/README.upgrading-2.5.3.gz . Setting up pm-utils (1.4.1-17) ... Setting up librtmp1:armel (2.4+20151223.gitfa8646d.1-1+b1) ... Setting up hdparm (9.51+ds-1) ... Setting up libmemcached11:armel (1.0.18-4.1) ... Setting up parted (3.2-17) ... Setting up smartmontools (6.5+svn4324-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service -> /lib/systemd/system/smartd.service. [warn] Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools ... (warning). Setting up mdadm (3.4-4+b1) ... update-initramfs: deferring update (trigger activated) update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [ ok ] Starting MD monitoring service: mdadm --monitor. Setting up liblognorm5:armel (2.0.1-1.1+b1) ... Setting up libfreetype6:armel (2.6.3-3.2) ... Setting up uuid (1.6.2-1.5+b4) ... Setting up libmagic-mgc (1:5.30-1+deb9u1) ... Setting up libmagic1:armel (1:5.30-1+deb9u1) ... Setting up libgraphite2-3:armel (1.3.10-1) ... Setting up libdevmapper-event1.02.1:armel (2:1.02.137-2) ... Setting up perl (5.24.1-3+deb9u4) ... update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode Setting up libjq1:armel (1.5+dfsg-1.3) ... Setting up beep (1.3-4+deb9u1) ... Setting up libpixman-1-0:armel (0.34.0-1) ... Setting up acpid (1:2.0.28-1+b1) ... Created symlink /etc/systemd/system/sockets.target.wants/acpid.socket -> /lib/systemd/system/acpid.socket. Created symlink /etc/systemd/system/paths.target.wants/acpid.path -> /lib/systemd/system/acpid.path. [....] Starting ACPI services: acpidRTNETLINK1 answers: No such file or directory acpid: error talking to the kernel via netlink . ok Setting up libssh2-1:armel (1.7.0-1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up libaio1:armel (0.3.110-3) ... Setting up libxtables12:armel (1.6.0+snapshot20161117-6) ... Setting up btrfs-progs (4.7.3-1) ... Setting up libc-l10n (2.24-11+deb9u3) ... Setting up php-common (1:49) ... Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer -> /lib/systemd/system/phpsessionclean.timer. Setting up gdisk (1.0.1-1) ... Processing triggers for systemd (232-25+deb9u3) ... Setting up libltdl7:armel (2.4.6-2) ... Setting up libnginx-mod-http-auth-pam (1.10.3-1+deb9u1) ... Setting up tdb-tools (1.3.11-2) ... update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode Setting up libnginx-mod-http-dav-ext (1.10.3-1+deb9u1) ... Setting up libnginx-mod-mail (1.10.3-1+deb9u1) ... Setting up liblvm2app2.2:armel (2.02.168-2) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up resolvconf (1.79) ... Created symlink /etc/systemd/system/sysinit.target.wants/resolvconf.service -> /lib/systemd/system/resolvconf.service. Setting up libnfnetlink0:armel (1.0.1-3) ... Setting up libavahi-client3:armel (0.6.32-2) ... Setting up libnginx-mod-http-xslt-filter (1.10.3-1+deb9u1) ... Setting up libntfs-3g871 (1:2016.2.22AR.1+dfsg-1) ... Setting up libtalloc2:armel (2.1.8-1) ... Setting up libthai-data (0.1.26-1) ... Setting up libnginx-mod-http-upstream-fair (1.10.3-1+deb9u1) ... Setting up libxdmcp6:armel (1:1.1.2-3) ... Processing triggers for dbus (1.10.26-0+deb9u1) ... Setting up php7.0-common (7.0.27-0+deb9u1) ... Creating config file /etc/php/7.0/mods-available/calendar.ini with new version Creating config file /etc/php/7.0/mods-available/ctype.ini with new version Creating config file /etc/php/7.0/mods-available/exif.ini with new version Creating config file /etc/php/7.0/mods-available/fileinfo.ini with new version Creating config file /etc/php/7.0/mods-available/ftp.ini with new version Creating config file /etc/php/7.0/mods-available/gettext.ini with new version Creating config file /etc/php/7.0/mods-available/iconv.ini with new version Creating config file /etc/php/7.0/mods-available/pdo.ini with new version Creating config file /etc/php/7.0/mods-available/phar.ini with new version Creating config file /etc/php/7.0/mods-available/posix.ini with new version Creating config file /etc/php/7.0/mods-available/shmop.ini with new version Creating config file /etc/php/7.0/mods-available/sockets.ini with new version Creating config file /etc/php/7.0/mods-available/sysvmsg.ini with new version Creating config file /etc/php/7.0/mods-available/sysvsem.ini with new version Creating config file /etc/php/7.0/mods-available/sysvshm.ini with new version Creating config file /etc/php/7.0/mods-available/tokenizer.ini with new version Setting up libreadline5:armel (5.2+dfsg-3+b1) ... Setting up libnewt0.52:armel (0.52.19-1+b1) ... Setting up anacron (2.3-24) ... Created symlink /etc/systemd/system/multi-user.target.wants/anacron.service -> /lib/systemd/system/anacron.service. Created symlink /etc/systemd/system/timers.target.wants/anacron.timer -> /lib/systemd/system/anacron.timer. Setting up libsasl2-modules:armel (2.1.27~101-g0780600+dfsg-3) ... Setting up php7.0-xml (7.0.27-0+deb9u1) ... Creating config file /etc/php/7.0/mods-available/dom.ini with new version Creating config file /etc/php/7.0/mods-available/simplexml.ini with new version Creating config file /etc/php/7.0/mods-available/wddx.ini with new version Creating config file /etc/php/7.0/mods-available/xml.ini with new version Creating config file /etc/php/7.0/mods-available/xmlreader.ini with new version Creating config file /etc/php/7.0/mods-available/xmlwriter.ini with new version Creating config file /etc/php/7.0/mods-available/xsl.ini with new version Setting up libjson-perl (2.90-1) ... Setting up libnl-3-200:armel (3.2.27-2) ... Setting up libpci3:armel (1:3.5.2-1) ... Setting up ca-certificates (20161130+nmu1) ... Updating certificates in /etc/ssl/certs... 166 added, 0 removed; done. Setting up acl (2.2.52-3+b1) ... Setting up cron (3.0pl1-128+deb9u1) ... Adding group `crontab' (GID 116) ... Done. Created symlink /etc/systemd/system/multi-user.target.wants/cron.service -> /lib/systemd/system/cron.service. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [ ok ] Starting periodic command scheduler: cron. Setting up ifenslave (2.9) ... Setting up locales (2.24-11+deb9u3) ... Generating locales (this might take a while)... Generation complete. Setting up libnginx-mod-http-geoip (1.10.3-1+deb9u1) ... Setting up jfsutils (1.1.15-3) ... update-initramfs: deferring update (trigger activated) Setting up logrotate (3.11.0-0.1) ... Setting up libcpufreq0 (008-1+b1) ... Setting up libx11-data (2:1.6.4-3) ... Setting up libpython2.7-stdlib:armel (2.7.13-2+deb9u2) ... Setting up libxau6:armel (1:1.0.8-1) ... Setting up libmpdec2:armel (2.4.2-1) ... Setting up rsyslog (8.24.0-1) ... Created symlink /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service. Created symlink /etc/systemd/system/multi-user.target.wants/rsyslog.service -> /lib/systemd/system/rsyslog.service. [ ok ] Starting enhanced syslogd: rsyslogd. Setting up libip6tc0:armel (1.6.0+snapshot20161117-6) ... Setting up libfile-copy-recursive-perl (0.38-1) ... Setting up libcups2:armel (2.2.1-8+deb9u1) ... Setting up libwebp6:armel (0.5.2-1) ... Setting up update-inetd (4.44) ... Setting up libfile-slurp-perl (9999.19-6) ... Setting up jq (1.5+dfsg-1.3) ... Setting up fontconfig-config (2.11.0-6.7) ... Setting up php7.0-readline (7.0.27-0+deb9u1) ... Creating config file /etc/php/7.0/mods-available/readline.ini with new version Setting up libnetfilter-conntrack3:armel (1.0.6-2) ... Setting up php7.0-opcache (7.0.27-0+deb9u1) ... Creating config file /etc/php/7.0/mods-available/opcache.ini with new version Setting up libnginx-mod-stream (1.10.3-1+deb9u1) ... Setting up xfsprogs (4.9.0+nmu1) ... update-initramfs: deferring update (trigger activated) Setting up php7.0-mbstring (7.0.27-0+deb9u1) ... Creating config file /etc/php/7.0/mods-available/mbstring.ini with new version Setting up libjavascript-minifier-xs-perl (0.11-1+b2) ... Setting up libdbus-glib-1-2:armel (0.108-2) ... Setting up libnginx-mod-http-echo (1.10.3-1+deb9u1) ... Setting up libcurl3-gnutls:armel (7.52.1-5+deb9u6) ... Setting up bsd-mailx (8.1.2-0.20160123cvs-4) ... update-alternatives: using /usr/bin/bsd-mailx to provide /usr/bin/mailx (mailx) in auto mode Setting up libmemcachedutil2:armel (1.0.18-4.1) ... Setting up libpython3.5-stdlib:armel (3.5.3-1) ... Setting up whiptail (0.52.19-1+b1) ... Setting up python2.7 (2.7.13-2+deb9u2) ... Setting up libiptc0:armel (1.6.0+snapshot20161117-6) ... Setting up libnl-genl-3-200:armel (3.2.27-2) ... Setting up libharfbuzz0b:armel (1.4.2-1) ... Setting up libthai0:armel (0.1.26-1) ... Setting up proftpd-basic (1.3.5b-4) ... Warning: The home dir /run/proftpd you specified can't be accessed: No such file or directory Adding system user `proftpd' (UID 112) ... Adding new user `proftpd' (UID 112) with group `nogroup' ... Not creating home directory `/run/proftpd'. Adding system user `ftp' (UID 113) ... Adding new user `ftp' (UID 113) with group `nogroup' ... Creating home directory `/srv/ftp' ... '/usr/share/proftpd/templates/welcome.msg' -> '/srv/ftp/welcome.msg.proftpd-new' [ ok ] Starting ftp server: proftpd.
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 26, 2018 04:44PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 27, 2018 02:12PM |
Registered: 6 years ago Posts: 24 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 27, 2018 06:07PM |
Admin Registered: 14 years ago Posts: 19,317 |
> [ ok ] Starting ftp server: proftpd. >>
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 28, 2018 02:00AM |
Registered: 10 years ago Posts: 467 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM June 29, 2018 12:29AM |
Registered: 6 years ago Posts: 24 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM July 01, 2018 01:55AM |
Registered: 6 years ago Posts: 24 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM July 01, 2018 02:46AM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Want to have Debian / OpenMediaVault on GoFlexNet, stuck with ArchLinuxARM November 11, 2018 01:10PM |
Registered: 6 years ago Posts: 1 |