ZyXEL NSA320 installation issues

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

ZyXEL NSA320 installation issues

Postby cupofnestor » Mon Jul 07, 2014 12:23 am

I ran into a few issues installing on ZyXEL 320, using serial console.

First is that the ext4 module is not supported, I got the following messages when attempting with the "stock" install scripts from
http://os.archlinuxarm.org/os/nsa3x0/

$this->bbcode_second_pass_code('', '/mnt/parnerkey/usb_key_func.sh.2: /mnt/parnerkey/usb_key_func.sh.2: 53: mkfs.ext4: not found
- mount destination
mount: fs type ext4 not supported by kernel
- extract rootfs
tar: Cannot create directory `/usr/share/ca-certificates/': Read-only file system
tar: Cannot create directory `/usr/share/ca-certificates/': Read-only file system')

I changed a few lines in the usb_key_func.sh.2 file to format the rootfs partition as ext3, and mount it as such (with -rw to be sure ) . I still got the tar error concerning certificates but I examined the filesystem and it seemed to be complete. Finally, I booted into ARCH, and got hung up (last few lines of boot messages):

$this->bbcode_second_pass_code('', '[ 23.781654] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required static device nodes...rrent kernel...
[ 23.931347] systemd[1]: Mounted Configuration File System.
[ 23.937068] systemd[1]: Mounted Huge Pages File System.
[ 23.946561] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Started Journal Service.
[ 24.100617] systemd[1]: Started Journal Service.
[ OK ] Reached target Slices.
Mounting Temporary Directory...
Starting Remount Root and Kernel File Systems...
[ 24.235667] systemd-journald[68]: Failed to register hostname fd in event loop: Operation not permitted. Ignoring.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Debug File System.
[ OK ] Mounted Temporary Directory.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create list of required static device nodes ...current kernel.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started udev Coldplug all Devices.
Starting Load/Save Random Seed...
Starting Create Static Device Nodes in /dev...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Trigger Flushing of Journal to Persistent Storage...
[ 25.649127] systemd-udevd[80]: starting version 212
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
[ 25.856368] systemd-journald[68]: Received request to flush runtime journal from PID 1
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Found device /dev/ttyS0.
[ OK ] Found device /sys/subsystem/net/devices/eth0.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Timers.
[ OK ] Reached target Basic System.
Starting Automatic wired network connection using netctl profiles...
[ 26.845220] usbcore: registered new interface driver uas
[ OK ] Started Automatic wired network connection using netctl profiles.
Starting OpenSSH Daemon...
[ OK ] Started OpenSSH Daemon.
[ 27.032086] ADDRCONF(NETDEV_UP): eth0: link is not ready
Starting Entropy Harvesting Daemon...
Starting Permit User Sessions...
Starting Login Service...
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
[ 28.645446] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 28.655496] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 38.770469] eth0: no IPv6 routers present')

Any Ideas?
cupofnestor
 
Posts: 8
Joined: Mon Jul 07, 2014 12:12 am

Re: ZyXEL NSA320 installation issues

Postby moonman » Mon Jul 07, 2014 1:22 am

You can ignore the last line if your network is not ipv6 ready. Your problem is that openssh starts before network is up.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: ZyXEL NSA320 installation issues

Postby cupofnestor » Mon Jul 07, 2014 1:25 am

So how can I fix it? I'm more familiar with Debian distros and init.d, so I'm not sure how to change the order that things load. Do I need to modify systemd?
cupofnestor
 
Posts: 8
Joined: Mon Jul 07, 2014 12:12 am

Re: ZyXEL NSA320 installation issues

Postby WarheadsSE » Mon Jul 07, 2014 1:37 pm

Fix what? That message about IPv6?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 installation issues

Postby cupofnestor » Mon Jul 07, 2014 2:03 pm

No, that is not a problem, as I do not have an Ipv6 network. If the issue is that SSH starts before the network is available, I assume I need to set a "Requires" in the ssh service file? I wonder if this has anything to do with the issue with netctl-ifplugd@eth0.service mentioned on this page: http://mud-slide.blogspot.co.uk/2014/01/installing-linux-on-zyxel-nsa-320-part.html
cupofnestor
 
Posts: 8
Joined: Mon Jul 07, 2014 12:12 am

Re: ZyXEL NSA320 installation issues

Postby WarheadsSE » Mon Jul 07, 2014 2:40 pm

Well, technically, sshd should be listening on 0.0.0.0 by default, so when the network does come up from netctl-ifplugd@eth0 (wired-only, btw, despite the mention of wireless, that is e.g. netctl-auto@wlan0)
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 installation issues

Postby cupofnestor » Mon Jul 07, 2014 3:48 pm

Right, and sshd did seem to start successfully. Any tips on debugging this boot issue? Starting up in single user mode?
cupofnestor
 
Posts: 8
Joined: Mon Jul 07, 2014 12:12 am

Re: ZyXEL NSA320 installation issues

Postby cupofnestor » Wed Jul 09, 2014 12:05 am

Well, if anyone with a little more uboot/Arch experience is interested in figuring out why the process/image provided doesn't work "out of the box", here is my complete boot.

$this->bbcode_second_pass_code('', ' __ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: RD-88F6281A LE

U-Boot 1.1.4 (Mar 23 2011 - 16:09:39) Marvell version: 3.4.19

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)
//--- stateButtonBit = 3, recovery ---//
Kernel address is 0xc80000.

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is TDM

USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0, egiga1 [PRIME]
Hit any key to stop autoboot: 2  1  0

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
Device 0 @ 0 0:
Model: WDC WD1001FALS-41Y6A0 Firm: 05.03D06 Ser#: WD-WCATR2516324
Type: Hard Disk
Supports 48-bit addressing
Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)


3124268 bytes read
## Booting image at 02000000 ...
Image Name: Linux-3.1.10-33-ARCH
Created: 2014-04-27 8:45:16 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3124204 Bytes = 3 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-33-ARCH (nobody@root-armv5-copy) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 PREEMPT Sun Apr 27 02:45:06 MDT 2014
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: ZyXEL NSA320 2-Bay Power Media Server
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 131072
[ 0.000000] free_area_init_node: node 0, pgdat c05f36c0, node_mem_map c06c4000
[ 0.000000] Normal zone: 1024 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 130048 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/sda2 rw rootwait loglevel=8
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] allocated 2097152 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 512MB = 512MB total
[ 0.000000] Memory: 510780k/510780k available, 13508k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xe0800000 - 0xfe800000 ( 480 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc058fda4 (5664 kB)
[ 0.000000] .init : 0xc0590000 - 0xc05bc000 ( 176 kB)
[ 0.000000] .data : 0xc05bc000 - 0xc05f5f10 ( 232 kB)
[ 0.000000] .bss : 0xc05f5f34 - 0xc06c3b6c ( 824 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 7.720951] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[ 7.810893] pid_max: default: 32768 minimum: 301
[ 7.811003] Security Framework initialized
[ 7.811024] AppArmor: AppArmor disabled by boot time parameter
[ 7.811083] Mount-cache hash table entries: 512
[ 7.811424] Initializing cgroup subsys cpuacct
[ 7.811447] Initializing cgroup subsys memory
[ 7.811479] Initializing cgroup subsys devices
[ 7.811491] Initializing cgroup subsys freezer
[ 7.811500] Initializing cgroup subsys net_cls
[ 7.811508] Initializing cgroup subsys blkio
[ 7.811529] Initializing cgroup subsys perf_event
[ 7.811546] Initializing cgroup subsys bfqio
[ 7.811623] CPU: Testing write buffer coherency: ok
[ 7.812729] devtmpfs: initialized
[ 7.814364] NET: Registered protocol family 16
[ 7.814928] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 7.814942] Feroceon L2: Enabling L2
[ 7.814975] Feroceon L2: Cache support initialised.
[ 7.815449] initial MPP regs: 21111111 01003311 33331100 33003333 00000533 20202000 00000000
[ 7.815480] final MPP regs: 01111111 00003311 00001100 00000000 00000000 00000000 00000000
[ 7.820219] bio: create slab <bio-0> at 0
[ 7.820548] vgaarb: loaded
[ 7.820796] SCSI subsystem initialized
[ 7.820966] libata version 3.00 loaded.
[ 7.821168] usbcore: registered new interface driver usbfs
[ 7.821250] usbcore: registered new interface driver hub
[ 7.821345] usbcore: registered new device driver usb
[ 7.821853] Switching to clocksource orion_clocksource
[ 7.829826] FS-Cache: Loaded
[ 7.830883] Switched to NOHz mode on CPU #0
[ 7.839087] NET: Registered protocol family 2
[ 7.839296] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 7.839928] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 7.840280] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 7.840458] TCP: Hash tables configured (established 16384 bind 16384)
[ 7.840467] TCP reno registered
[ 7.840477] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 7.840498] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 7.840713] NET: Registered protocol family 1
[ 7.840745] PCI: CLS 0 bytes, default 32
[ 7.841287] audit: initializing netlink socket (disabled)
[ 7.841317] type=2000 audit(0.100:1): initialized
[ 7.915537] VFS: Disk quotas dquot_6.5.2
[ 7.915783] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 7.917866] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 7.919095] aufs 3.1-20130325
[ 7.919114] msgmni has been set to 997
[ 7.920350] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 7.920364] io scheduler noop registered
[ 7.920371] io scheduler deadline registered
[ 7.920447] io scheduler cfq registered
[ 7.920511] io scheduler bfq registered (default)
[ 7.920518] BFQ I/O-scheduler version: v7r2
[ 7.920574] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 7.920603] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 7.951924] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 7.991925] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 8.031922] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 8.071923] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 8.076725] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 8.097354] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 8.652187] console [ttyS0] enabled
[ 8.661361] brd: module loaded
[ 8.667220] loop: module loaded
[ 8.670666] sata_mv sata_mv.0: version 1.28
[ 8.675012] sata_mv sata_mv.0: slots 32 ports 2
[ 8.681135] scsi0 : sata_mv
[ 8.684346] scsi1 : sata_mv
[ 8.687350] ata1: SATA max UDMA/133 irq 21
[ 8.691468] ata2: SATA max UDMA/133 irq 21
[ 8.696451] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 8.705304] Scanning device for bad blocks
[ 8.816399] Creating 9 MTD partitions on "orion_nand":
[ 8.821564] 0x000000000000-0x000000100000 : "uboot"
[ 8.826831] 0x000000100000-0x000000180000 : "uboot_env"
[ 8.832407] 0x000000180000-0x000000200000 : "key_store"
[ 8.837949] 0x000000200000-0x000000280000 : "info"
[ 8.843042] 0x000000280000-0x000000c80000 : "etc"
[ 8.848031] 0x000000c80000-0x000001680000 : "kernel_1"
[ 8.853490] 0x000001680000-0x000004640000 : "rootfs1"
[ 8.858870] 0x000004640000-0x000005040000 : "kernel_2"
[ 8.864332] 0x000005040000-0x000008000000 : "rootfs2"
[ 8.870383] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 8.877321] mv643xx_eth smi: probed
[ 8.884021] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address c8:6c:87:ff:b2:f7
[ 8.893025] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 8.899621] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 8.904943] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 8.941901] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 8.961887] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 8.968367] hub 1-0:1.0: USB hub found
[ 8.972188] hub 1-0:1.0: 1 port detected
[ 8.976608] Initializing USB Mass Storage driver...
[ 8.981589] usbcore: registered new interface driver usb-storage
[ 8.987645] USB Mass Storage support registered.
[ 8.992389] usbcore: registered new interface driver libusual
[ 8.998471] mousedev: PS/2 mouse device common for all mice
[ 9.004314] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 9.010287] sdhci: Secure Digital Host Controller Interface driver
[ 9.016531] sdhci: Copyright(c) Pierre Ossman
[ 9.020969] sdhci-pltfm: SDHCI platform and OF driver helper
[ 9.026797] Registered led device: nsa320:green:hdd2
[ 9.031907] Registered led device: nsa320:red:hdd2
[ 9.036806] Registered led device: nsa320:green:usb
[ 9.041786] Registered led device: nsa320:green:sys
[ 9.046786] Registered led device: nsa320:orange:sys
[ 9.051852] Registered led device: nsa320:green:copy
[ 9.057009] Registered led device: nsa320:red:copy
[ 9.061929] Registered led device: nsa320:green:hdd1
[ 9.067011] Registered led device: nsa320:red:hdd1
[ 9.072118] usbcore: registered new interface driver r8712u
[ 9.078484] GRE over IPv4 demultiplexor driver
[ 9.082968] TCP cubic registered
[ 9.086396] NET: Registered protocol family 17
[ 9.090928] lib80211: common routines for IEEE802.11 drivers
[ 9.096637] lib80211_crypt: registered algorithm 'NULL'
[ 9.101896] Registering the dns_resolver key type
[ 9.106645] Gating clock of unused units
[ 9.110583] before: 0x00dfc3dd
[ 9.113662] after: 0x00c7c1c9
[ 9.117234] registered taskstats version 1
[ 9.121974] console [netcon0] enabled
[ 9.125651] netconsole: network logging started
[ 9.130716] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 9.137733] rtc-mv rtc-mv: setting system clock to 2088-06-17 05:01:31 UTC (3738286891)
[ 9.211909] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 9.251929] ata1.00: ATA-8: WDC WD1001FALS-41Y6A0, 05.03D06, max UDMA/133
[ 9.258748] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 9.301904] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 9.321946] ata1.00: configured for UDMA/133
[ 9.342192] scsi 0:0:0:0: Direct-Access ATA WDC WD1001FALS-4 05.0 PQ: 0 ANSI: 5
[ 9.350792] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 9.358781] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.364392] sd 0:0:0:0: [sda] Write Protect is off
[ 9.369205] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.374716] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.387872] sda: sda1 sda2
[ 9.391678] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.454048] hub 1-1:1.0: USB hub found
[ 9.458167] hub 1-1:1.0: 4 ports detected
[ 9.721903] ata2: SATA link down (SStatus 0 SControl F300)
[ 9.742565] usb 1-1.3: new high speed USB device number 3 using orion-ehci
[ 9.752748] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
[ 9.832027] EXT4-fs (sda2): warning: checktime reached, running e2fsck is recommended
[ 9.845540] EXT4-fs (sda2): recovery complete
[ 9.850143] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 9.857936] VFS: Mounted root (ext3 filesystem) on device 8:2.
[ 9.867252] scsi2 : usb-storage 1-1.3:1.0
[ 9.891146] devtmpfs: mounted
[ 9.894702] Freeing init memory: 176K
[ 10.452125] systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
[ 10.465843] systemd[1]: Detected architecture 'arm'.

Welcome to Arch Linux ARM!

[ 10.585789] systemd[1]: Inserted module 'autofs4'
[ 10.638271] NET: Registered protocol family 10
[ 10.645765] systemd[1]: Inserted module 'ipv6'
[ 10.659115] systemd[1]: Set hostname to <alarm>.
[ 11.009900] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 11.027094] systemd[1]: Expecting device dev-ttyS0.device...
Expecting device dev-ttyS0.device...
[ 11.052009] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 11.060055] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 11.067776] systemd[1]: Starting Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 11.092059] systemd[1]: Reached target Remote File Systems.
[ 11.097745] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
Expecting device sys-subsystem-net-devices-eth0.device...
[ 11.122048] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 11.130327] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 11.138392] systemd[1]: Starting Paths.
[ OK ] Reached target Paths.
[ 11.161979] systemd[1]: Reached target Paths.
[ 11.166502] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
[ 11.201982] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 11.211530] systemd[1]: Starting Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 11.231973] systemd[1]: Reached target Encrypted Volumes.
[ 11.237482] systemd[1]: Starting Swap.
[ OK ] Reached target Swap.
[ 11.261963] systemd[1]: Reached target Swap.
[ 11.266336] systemd[1]: Starting Root Slice.
[ 11.735755] scsi 2:0:0:0: Direct-Access Kingston DT Locker PMAP PQ: 0 ANSI: 0 CCS
[ 11.745330] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 12.183322] sd 2:0:0:0: [sdb] 5246976 512-byte logical blocks: (2.68 GB/2.50 GiB)
[ 12.191309] sd 2:0:0:0: [sdb] Write Protect is off
[ 12.196167] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 12.201684] sd 2:0:0:0: [sdb] No Caching mode page present
[ 12.207563] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 12.217559] sd 2:0:0:0: [sdb] No Caching mode page present
[ 12.223497] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 13.180273] sdb: sdb1
[ 13.184936] sd 2:0:0:0: [sdb] No Caching mode page present
[ 13.190451] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 13.196598] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ OK ] Created slice Root Slice.
[ 14.701987] systemd[1]: Created slice Root Slice.
[ 14.706819] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 14.731979] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 14.739063] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 14.761970] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 14.768611] systemd[1]: Starting Delayed Shutdown Socket.
[ OK ] Listening on Delayed Shutdown Socket.
[ 14.791969] systemd[1]: Listening on Delayed Shutdown Socket.
[ 14.797832] systemd[1]: Starting LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 14.821998] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 14.828207] systemd[1]: Starting User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 14.851987] systemd[1]: Created slice User and Session Slice.
[ 14.857877] systemd[1]: Starting udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 14.881975] systemd[1]: Listening on udev Control Socket.
[ 14.887512] systemd[1]: Starting udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 14.911970] systemd[1]: Listening on udev Kernel Socket.
[ 14.917412] systemd[1]: Starting Journal Socket.
[ OK ] Listening on Journal Socket.
[ 14.942072] systemd[1]: Listening on Journal Socket.
[ 14.947367] systemd[1]: Starting System Slice.
[ OK ] Created slice System Slice.
[ 14.972078] systemd[1]: Created slice System Slice.
[ 14.993383] systemd[1]: Started Load Kernel Modules.
[ 15.001311] systemd[1]: Started Set Up Additional Binary Formats.
[ 15.007582] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 15.052332] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 15.192454] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 15.332739] systemd[1]: Mounted FUSE Control File System.
[ 15.338316] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 15.482642] systemd[1]: Starting system-netctl\x2difplugd.slice.
[ OK ] Created slice system-netctl\x2difplugd.slice.
[ 15.522035] systemd[1]: Created slice system-netctl\x2difplugd.slice.
[ 15.528720] systemd[1]: Starting system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 15.612164] systemd[1]: Created slice system-getty.slice.
[ 15.617703] systemd[1]: Starting system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 15.651995] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 15.673790] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 15.723015] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required static device nodes...rrent kernel...
[ 15.872790] systemd[1]: Mounted Configuration File System.
[ 15.878476] systemd[1]: Mounted Huge Pages File System.
[ 15.883912] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Started Journal Service.
[ 16.042054] systemd[1]: Started Journal Service.
[ OK ] Reached target Slices.
Mounting Temporary Directory...
Starting Remount Root and Kernel File Systems...
[ 16.198087] systemd-journald[69]: Failed to register hostname fd in event loop: Operation not permitted. Ignoring.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Debug File System.
[ OK ] Mounted Temporary Directory.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create list of required static device nodes ...current kernel.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started udev Coldplug all Devices.
Starting Load/Save Random Seed...
Starting Create Static Device Nodes in /dev...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Trigger Flushing of Journal to Persistent Storage...
[ 17.600572] systemd-udevd[81]: starting version 212
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
[ 17.856093] systemd-journald[69]: Received request to flush runtime journal from PID 1
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
[ OK ] Found device /sys/subsystem/net/devices/eth0.
[ OK ] Found device /dev/ttyS0.
Starting Update UTMP about System Boot/Shutdown...
[ 18.149156] usbcore: registered new interface driver uas
[ 18.252555] systemd-journald[69]: File /var/log/journal/e4b5dad211aa4a41920893d218a05e68/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Timers.
[ OK ] Reached target Basic System.
Starting Automatic wired network connection using netctl profiles...
[ OK ] Started Automatic wired network connection using netctl profiles.
Starting OpenSSH Daemon...
[ OK ] Started OpenSSH Daemon.
Starting Entropy Harvesting Daemon...
[ 19.031619] ADDRCONF(NETDEV_UP): eth0: link is not ready
Starting Permit User Sessions...
Starting Login Service...
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
[ 20.695632] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 20.705701] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 30.771879] eth0: no IPv6 routers present
')
cupofnestor
 
Posts: 8
Joined: Mon Jul 07, 2014 12:12 am

Re: ZyXEL NSA320 installation issues

Postby WarheadsSE » Wed Jul 09, 2014 1:53 am

Thats just the thing. I am not seeing what is causing it to stop. Just that it appears to stop right there after dhcp messages.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 installation issues

Postby cupofnestor » Wed Jul 09, 2014 2:02 am

Yep, I combed it over pretty good and it just seems to stop. I did manage to boot into single user mode. Tried disabling dhcpd and sshd ( using systemctl disable ), to no avail. Is there a simple way to boot (to, say, runlevel 2) from single user mode?

If others have had success - and it seems that they have - the only difference with my unit should be the stock fw version. the first thing I did when I unboxed was to try updating the fw using the ZyXEL web client but it would not recognize the image (from ZyXEL downloads site).
cupofnestor
 
Posts: 8
Joined: Mon Jul 07, 2014 12:12 am

Next

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 9 guests