Welcome! Log In Create A New Profile

Advanced

NSA 320 possible messedup Env

Posted by Th3l0lb0y 
Re: NSA 320 possible messedup Env
March 08, 2024 04:06PM
Are both NSA320 and Debian VM boxes plugged into the same switch or router?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 08, 2024 04:11PM
the thing is the nsa320 is the only device in my complete network that is acting like that
like (low downsream high upstream)

-Th3l0lb0y

edit: side question ; is it possible that i messed up the Mac adress in the Env in a way that can cause something like that ?



Edited 2 time(s). Last edit at 03/08/2024 04:13PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 08, 2024 04:28PM
> the thing is the nsa320 is the only device in my
> complete network that is acting like that
> like (low downsream high upstream)
>
> -Th3l0lb0y
>
> edit: side question ; is it possible that i
> messed up the Mac adress in the Env in a way that
> can cause something like that ?

No, the MAC address is not relevant. The IP address is. Also some bridge could affect the flow control one way but not the other.

Try this:

On the NSA320, ping the Debian VM
ping 192.168.178.136
On the Debian VM, ping the NSA320
ping 192.168.178.140

And see how long does it take each way.

And also on the NSA320, right after the test

ifconfig -a

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 03/08/2024 04:50PM by bodhi.
Re: NSA 320 possible messedup Env
March 08, 2024 04:52PM
ah ok

nsa320 pinging the Debian VM

root@debian:~# ping -c 10 192.168.178.140
PING 192.168.178.140 (192.168.178.140) 56(84) bytes of data.
64 bytes from 192.168.178.140: icmp_seq=1 ttl=64 time=2.64 ms
64 bytes from 192.168.178.140: icmp_seq=2 ttl=64 time=0.456 ms
64 bytes from 192.168.178.140: icmp_seq=3 ttl=64 time=0.428 ms
64 bytes from 192.168.178.140: icmp_seq=4 ttl=64 time=0.415 ms
64 bytes from 192.168.178.140: icmp_seq=5 ttl=64 time=0.393 ms
64 bytes from 192.168.178.140: icmp_seq=6 ttl=64 time=0.390 ms
64 bytes from 192.168.178.140: icmp_seq=7 ttl=64 time=0.407 ms
64 bytes from 192.168.178.140: icmp_seq=8 ttl=64 time=0.468 ms
64 bytes from 192.168.178.140: icmp_seq=9 ttl=64 time=0.432 ms
64 bytes from 192.168.178.140: icmp_seq=10 ttl=64 time=0.401 ms

--- 192.168.178.140 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9009ms
rtt min/avg/max/mdev = 0.390/0.643/2.644/0.667 ms

debian VM pinging NSA320

root@debianVM:/home/administrator# ping -c 10 192.168.178.136
PING 192.168.178.136 (192.168.178.136) 56(84) bytes of data.
64 bytes from 192.168.178.136: icmp_seq=1 ttl=64 time=2.10 ms
64 bytes from 192.168.178.136: icmp_seq=2 ttl=64 time=0.416 ms
64 bytes from 192.168.178.136: icmp_seq=3 ttl=64 time=0.400 ms
64 bytes from 192.168.178.136: icmp_seq=4 ttl=64 time=0.390 ms
64 bytes from 192.168.178.136: icmp_seq=5 ttl=64 time=0.396 ms
64 bytes from 192.168.178.136: icmp_seq=6 ttl=64 time=0.401 ms
64 bytes from 192.168.178.136: icmp_seq=7 ttl=64 time=0.446 ms
64 bytes from 192.168.178.136: icmp_seq=8 ttl=64 time=0.407 ms
64 bytes from 192.168.178.136: icmp_seq=9 ttl=64 time=0.415 ms
64 bytes from 192.168.178.136: icmp_seq=10 ttl=64 time=0.413 ms

--- 192.168.178.136 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9201ms
rtt min/avg/max/mdev = 0.390/0.578/2.099/0.507 ms
root@debianVM:/home/administrator#

root@debian:~# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.136  netmask 255.255.255.0  broadcast 192.168.178.255
        inet6 2a02:2454:9b9b:1600:ca6c:87ff:fe9b:2f78  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::ca6c:87ff:fe9b:2f78  prefixlen 64  scopeid 0x20<link>
        ether c8:6c:87:9b:2f:78  txqueuelen 1000  (Ethernet)
        RX packets 85229  bytes 110591319 (105.4 MiB)
        RX errors 3668  dropped 3668  overruns 0  frame 0
        TX packets 24834  bytes 1765729 (1.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 31

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 13  bytes 1766 (1.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 13  bytes 1766 (1.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@debian:~#


the wierd thing its the only device in my network that has such problem´s :-S :-(



Edited 1 time(s). Last edit at 03/08/2024 04:57PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 08, 2024 05:25PM
root@debian:~# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.136  netmask 255.255.255.0  broadcast 192.168.178.255
        inet6 2a02:2454:9b9b:1600:ca6c:87ff:fe9b:2f78  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::ca6c:87ff:fe9b:2f78  prefixlen 64  scopeid 0x20<link>
        ether c8:6c:87:9b:2f:78  txqueuelen 1000  (Ethernet)
        RX packets 85229  bytes 110591319 (105.4 MiB)
        RX errors 3668  dropped 3668  overruns 0  frame 0
        TX packets 24834  bytes 1765729 (1.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 31
That's quite abnormal to have that many errors. In a normal operating environment, RX errors should be 0.

Please do ifconfig on Debian VM
ifconfig -a

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 08, 2024 06:25PM
so without the test beforhand

root@debianVM:/home/administrator# sudo ifconfig -a
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.140  netmask 255.255.255.0  broadcast 192.168.178.255
        inet6 2a02:2454:9b9b:1600:20c:29ff:fe94:d825  prefixlen 64  scopeid 0x0<                                             global>
        inet6 2a02:2454:9b9b:1600:294e:ad6d:1c7d:482b  prefixlen 64  scopeid 0x0                                             <global>
        inet6 fe80::20c:29ff:fe94:d825  prefixlen 64  scopeid 0x20<link>
        inet6 2a02:2454:9b9b:1600:4d00:e2c9:3cb6:dc78  prefixlen 64  scopeid 0x0                                             <global>
        inet6 2a02:2454:9b9b:1600:3c69:912:10f1:ba76  prefixlen 64  scopeid 0x0<                                             global>
        inet6 2a02:2454:9b9b:1600:8013:654b:5124:b514  prefixlen 64  scopeid 0x0                                             <global>
        inet6 2a02:2454:9b9b:1600:7746:8ec5:e2b6:e09f  prefixlen 64  scopeid 0x0                                             <global>
        ether 00:0c:29:94:d8:25  txqueuelen 1000  (Ethernet)
        RX packets 2986982  bytes 6215550797 (5.7 GiB)
        RX errors 0  dropped 354899  overruns 0  frame 0
        TX packets 1176018  bytes 934821939 (891.5 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Lokale Schleife)
        RX packets 131  bytes 10378 (10.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 131  bytes 10378 (10.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

shuld i test an other cable + port on my switch or something
the question is why the problem is in debian and before on the original os not :-S


Big Edit i testet 2 different ports on my main Manage´d rackmount switch same
then i tested an single gigabite port on my main router an it work ..... i have no words for that i realy dont know
funny thing is that i tested 3 kable´s also today is realy not my month.....
im extremly Confused right know :-S

i realy thank you bodhi soo soo much
then i setup the system completly i report back if everything is working

-th3l0lb0y



Edited 1 time(s). Last edit at 03/08/2024 06:34PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 08, 2024 06:57PM
ok i have another symptome

out of curiosity i rebooted the nas an tested again an
now i have the same speed´s as bevor but if i disconnect and reconnect the Network cable wile its running it´s back to normal speed´s reboot or boot fresh

-Th3l0lb0y
Re: NSA 320 possible messedup Env
March 08, 2024 07:16PM
> now i have the same speed´s as bevor but if i
> disconnect and reconnect the Network cable wile
> its running it´s back to normal speed´s reboot
> or boot fresh

Not sure I understood what you said.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 09, 2024 03:49AM
I mean it work's now "sort of"
From an cold boot into debian and/or omv i have the same problem as all the time
"low download and high uploadspeed "
But if i disconnect the network cable and reconnect it wile the nsa320 is running i get full speed download and upload
Up until i reboot the nsa320
its like it switches down to 10mbit speed after reboot until i reconnect the cable

Sry its hard to explain for me because its not my nativ language "need to learn much more English :-S"
-th3l0lb0y
Re: NSA 320 possible messedup Env
March 09, 2024 02:24PM
> I mean it work's now "sort of"
> From an cold boot into debian and/or omv i have
> the same problem as all the time
> "low download and high uploadspeed "
> But if i disconnect the network cable and
> reconnect it wile the nsa320 is running i get full
> speed download and upload

Good troubleshooting!

> Up until i reboot the nsa320
> its like it switches down to 10mbit speed after
> reboot until i reconnect the cable

That means the speed negotiation did not happen correctly the first time, for whatever reason. When you bring the net down and up (unplug/replug the cable) , you have forced it to do negotiation again.

I'll double check the code to see why. This could be because of the switch/router, too.

In the mean time, try this. Cold start, and check the download speed (see if it is slow ~10Mbs) and don't remove the Ethernet cable.

At command line,
ifdown eth0
ifup eth0
Now check the download speed again.

> Sry its hard to explain for me because its not my
> nativ language "need to learn much more English
> :-S"

It's OK :) keep writing and reading (a lot, reading is important in helping with your writing) very soon you will be proficient. When you wrote a lot more details above, I understood you just fine.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 15, 2024 05:06PM
Hi, sorry for my late reply.

After some more testing, I'm at a point were i cant replicate the problem.
In the meantime, I'm now on debian 11.9 + omv
and the only problem now is that transfers from and to the NAS never exit 25mb/s
(screeny at the bottom <Transfer between server and nsa320 both way's > )
using an SMB share´d 1tb drive in the nsa320
weird thing also is that it doesn't make any difference if the drive is formated in NTFS , EXT3 or EXT4
speed´s are exactly the same

Here is also an speedtest on my nsa320
root@vault-111:~# speedtest

   Speedtest by Ookla

      Server: Drahtlos-DSL GmbH Mittelsachsen - Leipzig (id: 38032)
         ISP: PYUR
Idle Latency:    11.97 ms   (jitter: 1.09ms, low: 10.84ms, high: 14.91ms)
    Download:   728.98 Mbps (data used: 1.0 GB)
                 16.21 ms   (jitter: 7.04ms, low: 9.86ms, high: 265.39ms)
      Upload:    52.43 Mbps (data used: 26.2 MB)
                  9.39 ms   (jitter: 6.96ms, low: 8.41ms, high: 259.73ms)
 Packet Loss:     0.0%
  Result URL: https://www.speedtest.net/result/c/8168290b-2ba0-400e-9cca-e0bb3494fc5e
root@vault-111:~#

also I change´s that the rootfs + 2gb swap is now on an usb connected 60gb ssd
because i thought "what if the usb drive is to slow :-S "
for that is rebuild the 4th internal usb port on the chip itself
an the drive is running on the usb to sata adapter inside the nsa320 :-D
my drivescem (hope that´s right XD )
sda         8:0    0 931.5G  0 disk
sda1        8:1    0 931.5G  0 part /srv/dev-disk-by-uuid-0FDE081048A799A8
sdb         8:16   0 931.5G  0 disk
sdb1        8:17   0 931.5G  0 part /srv/dev-disk-by-uuid-67B271712E07C506
sdc         8:32   0  59.6G  0 disk
sdc1        8:33   0  57.6G  0 part /
sdc2        8:34   0     2G  0 part [SWAP]
mtdblock0  31:0    0     1M  0 disk
mtdblock1  31:1    0   512K  0 disk

so thats ma thought´s right now :-)
also i read that some other people here had similar problem´s with speed :-)

second is it possible that some of the problem´s are from an not working RTC or problem´s with the DNS ?

and is it possible to assign the copy led to an specific drive/usb port and disable the usb led for an specifig usb port ?

greeting from germany -Th3l0lb0y

ps: i hope that isnt to much :-S
Attachments:
open | download - Transfer between server and nsa320.png (15.8 KB)
Re: NSA 320 possible messedup Env
March 16, 2024 02:11PM
Quote

is it possible that some of the problem´s are from an not working RTC or problem´s with the DNS ?

Not RTC or DNS.

Quote

is it possible to assign the copy led to an specific drive/usb port and disable the usb led for an specifig usb port ?

Not possible in userspace.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 16, 2024 03:18PM
bodhi Wrote:
-------------------------------------------------------
>
Quote

is it possible to assign the copy led to an
> specific drive/usb port and disable the usb led
> for an specifig usb port ?
>
> Not possible in userspace.

Hold on. Let's try to see if it works.

List the current LEDs to see the exact spelling for each of the LED triggers:
ls -l /sys/class/leds/

And then
echo none > /sys/class/leds/nsa320\:green\:usb/trigger
echo usb-host > /sys/class/leds/nsa320\:green\:copy/trigger

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 16, 2024 09:05PM
That works :-)

now is it possible to let the copy led only blink for the SSD on the 4th usb port ?
so that the usb led only blink´s for usb 1-3 ?

-th3l0lb0y
Re: NSA 320 possible messedup Env
March 17, 2024 01:41PM
> now is it possible to let the copy led only blink
> for the SSD on the 4th usb port ?
> so that the usb led only blink´s for usb 1-3 ?

No it's not possible.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 17, 2024 03:30PM
oh ok :-)

i have an other problem is it normal that after every reboot or disconnect of the power the systemtime is 7 hours behind ? everytime in need to do "date -s xx:xx:xx" to set the right time
RTC Battery is new and Full
is it possible that i need to set an jumper or something ?

-Th3l0lb0y



Edited 1 time(s). Last edit at 03/17/2024 06:20PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 17, 2024 07:45PM
Have you set your timezone?

ls -l /etc/localtime

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 18, 2024 04:57PM
yes i have

i recheckt and now its only if i unplug the power after stutdown

root@debian:~# ls -l /etc/localtime
lrwxrwxrwx 1 root root 33 Mar 18 08:12 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin
root@debian:~#
Re: NSA 320 possible messedup Env
March 18, 2024 05:24PM
OK, so post dmesg to see what was the system clock when you boot up. It should be set to whatever is in the RTC.
dmesg

And connect serial console to see if it has any problem running during boot.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 18, 2024 06:21PM
ok here is the boot
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:46:11 -0700)
ZyXEL NSA320 2-Bay Power Media Server

SoC:   Kirkwood 88F6281_A1
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
MV88E1318 PHY initialized on egiga0
Using egiga0 device
host 192.168.178.82 is alive
Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc                                              (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT S                                             at Jul 31 22:10:39 PDT 2021
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr                                             =0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Zyxel NSA320
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001f                                             ffffff]
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 13                                             0048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=root                                             fs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env_stock) ini                                             t=/bin/systemd
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144                                              bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 b                                             ytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 490952K/524288K available (11264K kernel code, 15                                             53K rwdata, 4272K rodata, 1024K init, 309K bss, 33336K reserved, 0K cma-reserved                                             )
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x408/                                             0x7b4 with crng_init=0
[    0.000000][    T0] trace event string verifier disabled
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0]  Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0]  Tracing variant of Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay i                                             s 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycl                                             es: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000002][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps eve                                             ry 10737418237ns
[    0.000059][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.000938][    T0] Console: colour dummy device 80x30
[    0.001013][    T0] Calibrating delay loop (skipped), value calculated using                                              timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.001055][    T0] pid_max: default: 32768 minimum: 301
[    0.001469][    T0] LSM: Security Framework initializing
[    0.001651][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 byte                                             s, linear)
[    0.001700][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096                                              bytes, linear)
[    0.003157][    T0] CPU: Testing write buffer coherency: ok
[    0.005598][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.005934][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.006271][    T1] rcu: Hierarchical SRCU implementation.
[    0.007737][    T1] devtmpfs: initialized
[    0.014830][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffff                                             ffff, max_idle_ns: 19112604462750000 ns
[    0.014887][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, lin                                             ear)
[    0.052199][    T1] prandom32: self test passed (less than 6 bits correlated)
[    0.052243][    T1] prandom: seed boundary self test passed
[    0.056429][    T1] prandom: 100 self tests passed
[    0.056448][    T1] pinctrl core: initialized pinctrl subsystem
[    0.058091][    T1] NET: Registered protocol family 16
[    0.058979][    T1] DMA: preallocated 256 KiB pool for atomic coherent alloca                                             tions
[    0.059956][    T1] audit: initializing netlink subsys (disabled)
[    0.061428][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.061815][   T16] audit: type=2000 audit(0.060:1): state=initialized audit_                                             enabled=0 res=1
[    0.061998][    T1] cpuidle: using governor ladder
[    0.062098][    T1] cpuidle: using governor menu
[    0.062654][    T1] Feroceon L2: Enabling L2
[    0.062709][    T1] Feroceon L2: Cache support initialised.
[    0.074394][    T1] No ATAGs?
[    2.560066][    C0] random: fast init done
[    4.936521][   T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher
[    4.962936][   T59] wait_for_initramfs() called before rootfs_initcalls
[    5.150397][    T1] raid6: int32x8  gen()   109 MB/s
[    5.320120][    T1] raid6: int32x8  xor()    69 MB/s
[    5.490221][    T1] raid6: int32x4  gen()   109 MB/s
[    5.660201][    T1] raid6: int32x4  xor()    72 MB/s
[    5.830118][    T1] raid6: int32x2  gen()   142 MB/s
[    6.000191][    T1] raid6: int32x2  xor()    85 MB/s
[    6.170300][    T1] raid6: int32x1  gen()    99 MB/s
[    6.340207][    T1] raid6: int32x1  xor()    60 MB/s
[    6.340226][    T1] raid6: using algorithm int32x2 gen() 142 MB/s
[    6.340241][    T1] raid6: .... xor() 85 MB/s, rmw enabled
[    6.340254][    T1] raid6: using intx1 recovery algorithm
[    6.340531][    T1] vgaarb: loaded
[    6.341129][    T1] SCSI subsystem initialized
[    6.341678][    T1] usbcore: registered new interface driver usbfs
[    6.341768][    T1] usbcore: registered new interface driver hub
[    6.341829][    T1] usbcore: registered new device driver usb
[    6.342046][    T1] pps_core: LinuxPPS API ver. 1 registered
[    6.342063][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodol                                             fo Giometti <giometti@linux.it>
[    6.342100][    T1] PTP clock support registered
[    6.344019][    T1] clocksource: Switched to clocksource orion_clocksource
[    6.444719][    T1] VFS: Disk quotas dquot_6.6.0
[    6.444835][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096                                              bytes)
[    6.462616][    T1] NET: Registered protocol family 2
[    6.462829][    T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes                                             , linear)
[    6.474476][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order:                                              0, 4096 bytes, linear)
[    6.474542][    T1] TCP established hash table entries: 4096 (order: 2, 16384                                              bytes, linear)
[    6.474621][    T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes,                                              linear)
[    6.474682][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    6.474943][    T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes                                             , linear)
[    6.475034][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear                                             )
[    6.475075][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, l                                             inear)
[    6.475318][    T1] NET: Registered protocol family 1
[    6.476081][    T1] RPC: Registered named UNIX socket transport module.
[    6.476106][    T1] RPC: Registered udp transport module.
[    6.476119][    T1] RPC: Registered tcp transport module.
[    6.476131][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.476149][    T1] PCI: CLS 0 bytes, default 32
[    6.476355][    T1] NetWinder Floating Point Emulator V0.97 (double precision                                             )
[    6.476964][   T58] Trying to unpack rootfs image as initramfs...
[    8.202499][   T58] Freeing initrd memory: 9444K
[    8.826347][    T1] Initialise system trusted keyrings
[    8.826420][    T1] Key type blacklist registered
[    8.826694][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    8.826824][    T1] zbud: loaded
[    8.828360][    T1] NFS: Registering the id_resolver key type
[    8.828403][    T1] Key type id_resolver registered
[    8.828419][    T1] Key type id_legacy registered
[    8.828465][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering                                             ...
[    8.828492][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Reg                                             istering...
[    8.828508][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.828799][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat                                             , Inc.
[    8.829347][    T1] fuse: init (API version 7.34)
[    8.829764][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    8.829992][    T1] orangefs_init: module version upstream loaded
[    8.830013][    T1] SGI XFS with ACLs, security attributes, realtime, scrub,                                              quota, no debug enabled
[    8.929377][    T1] xor: measuring software checksum speed
[    8.938297][    T1]    arm4regs        :  1119 MB/sec
[    8.953040][    T1]    8regs           :   671 MB/sec
[    8.963183][    T1]    32regs          :   976 MB/sec
[    8.963203][    T1] xor: using function: arm4regs (1119 MB/sec)
[    8.963227][    T1] async_tx: api initialized (async)
[    8.963248][    T1] Key type asymmetric registered
[    8.963262][    T1] Asymmetric key parser 'x509' registered
[    8.963328][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded                                              (major 246)
[    8.963414][    T1] io scheduler bfq registered
[    9.162109][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinc                                             trl driver
[    9.164189][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus                                             @f1000000/pcie@82000000 ranges:
[    9.164281][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f104                                             0000..0x00f1041fff -> 0x0000040000
[    9.164329][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffff                                             ffffffffff..0x00fffffffe -> 0x0100000000
[    9.164364][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffff                                             ffffffffff..0x00fffffffe -> 0x0100000000
[    9.164682][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge t                                             o bus 0000:00
[    9.164709][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    9.164734][    T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf104                                             1fff] (bus address [0x00040000-0x00041fff])
[    9.164757][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefff                                             ffff]
[    9.164777][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    9.164923][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    9.164965][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pr                                             ef]
[    9.166487][    T1] PCI: bus0: Fast back to back transfers disabled
[    9.166526][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-0                                             0]), reconfiguring
[    9.167944][    T1] PCI: bus1: Fast back to back transfers enabled
[    9.167976][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to                                              01
[    9.168196][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe0000                                             7ff pref]
[    9.168228][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    9.168897][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    9.225144][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor                                              cpy intr )
[    9.227810][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    9.285141][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor                                              cpy intr )
[    9.288064][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    9.289575][    T1] printk: console [ttyS0] disabled
[    9.289676][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base                                             _baud = 12500000) is a 16550A
[   10.279036][    T1] printk: console [ttyS0] enabled
[   10.292953][    T1] loop: module loaded
[   10.297743][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   10.307356][    T1] scsi host0: sata_mv
[   10.311904][    T1] scsi host1: sata_mv
[   10.316107][    T1] ata1: SATA max UDMA/133 irq 33
[   10.320933][    T1] ata2: SATA max UDMA/133 irq 33
[   10.326778][    T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[   10.333934][    T1] nand: Samsung NAND 128MiB 3,3V 8-bit
[   10.339307][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048,                                              OOB size: 64
[   10.347935][    T1] Scanning device for bad blocks
[   10.374735][    T1] Bad eraseblock 205 at 0x0000019a0000
[   10.382057][    T1] Bad eraseblock 224 at 0x000001c00000
[   10.388219][    T1] Bad eraseblock 232 at 0x000001d00000
[   10.409219][    T1] Bad eraseblock 379 at 0x000002f60000
[   10.419768][    T1] Bad eraseblock 428 at 0x000003580000
[   10.435595][    T1] Bad eraseblock 526 at 0x0000041c0000
[   10.447515][    T1] Bad eraseblock 588 at 0x000004980000
[   10.490024][    T1] Bad eraseblock 936 at 0x000007500000
[   10.504701][    T1] 2 cmdlinepart partitions found on MTD device orion_nand
[   10.511700][    T1] Creating 2 MTD partitions on "orion_nand":
[   10.517584][    T1] 0x000000000000-0x000000100000 : "uboot"
[   10.524838][    T1] 0x000000100000-0x000000180000 : "uboot_env_stock"
[   10.533247][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com                                              for information.
[   10.541871][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Ja                                             son@zx2c4.com>. All Rights Reserved.
[   10.553513][    T1] libphy: Fixed MDIO Bus: probed
[   10.559943][    T1] libphy: orion_mdio_bus: probed
[   10.581764][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version                                              1.4
[   10.591020][    T1] mv643xx_eth: Set the PHY to fix link down
[   10.591693][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC                                              address c8:6c:87:9b:2f:78
[   10.607227][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Drive                                             r
[   10.614652][    T1] ehci-pci: EHCI PCI platform driver
[   10.619918][    T1] ehci-orion: EHCI orion driver
[   10.624953][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   10.631231][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigne                                             d bus number 1
[   10.639888][    T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   10.674056][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   10.681101][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=                                             0002, bcdDevice= 5.13
[   10.690139][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, Seria                                             lNumber=1
[   10.698120][    T1] usb usb1: Product: EHCI Host Controller
[   10.703724][    T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_                                             hcd
[   10.711181][    T1] usb usb1: SerialNumber: f1050000.ehci
[   10.717338][    T1] hub 1-0:1.0: USB hub found
[   10.721861][    T1] hub 1-0:1.0: 1 port detected
[   10.727366][    T1] usbcore: registered new interface driver usb-storage
[   10.734611][    T1] mousedev: PS/2 mouse device common for all mice
[   10.742011][    T1] rtc-mv f1010300.rtc: registered as rtc0
[   10.747725][    T1] rtc-mv f1010300.rtc: setting system clock to 2024-03-18T2                                             3:07:08 UTC (1710803228)
[   10.757340][    T1] i2c /dev entries driver
[   10.764528][    T1] rtc-pcf8563 0-0051: low voltage detected, date/time is no                                             t reliable.
[   10.772877][    T1] rtc-pcf8563 0-0051: registered as rtc1
[   10.780266][    T1] device-mapper: uevent: version 1.0.3
[   10.785982][    T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialis                                             ed: dm-devel@redhat.com
[   10.795687][    T1] device-mapper: multipath round-robin: version 1.2.0 loade                                             d
[   10.802959][    T1] device-mapper: multipath queue-length: version 0.2.0 load                                             ed
[   10.810379][    T1] device-mapper: multipath service-time: version 0.3.0 load                                             ed
[   10.817830][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   10.824716][   T94] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   10.831883][    T1] device-mapper: raid: Loading target version 1.15.1
[   10.838722][   T94] ata1.00: HPA detected: current 1953523055, native 1953525                                             168
[   10.848988][    T1] hid: raw HID events driver (C) Jiri Kosina
[   10.854981][   T94] ata1.00: ATA-7: SAMSUNG HD103SI, 1AG01113, max UDMA7
[   10.861729][   T94] ata1.00: 1953523055 sectors, multi 0: LBA48 NCQ (depth 31                                             /32)
[   10.869790][    T1] drop_monitor: Initializing network drop monitor service
[   10.877310][    T1] NET: Registered protocol family 10
[   10.884405][    T1] Segment Routing with IPv6
[   10.889014][    T1] RPL Segment Routing with IPv6
[   10.893847][    T1] NET: Registered protocol family 17
[   10.899273][    T1] Key type dns_resolver registered
[   10.904918][    T1] registered taskstats version 1
[   10.909748][    T1] Loading compiled-in X.509 certificates
[   10.915626][   T94] ata1.00: configured for UDMA/133
[   10.921111][    T1] zswap: loaded using pool lzo/zbud
[   10.926694][    T1] Key type ._fscrypt registered
[   10.931884][    T7] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103SI                                               1113 PQ: 0 ANSI: 5
[   10.940839][    T1] Key type .fscrypt registered
[   10.946936][   T81] sd 0:0:0:0: [sda] 1953523055 512-byte logical blocks: (1.                                             00 TB/932 GiB)
[   10.955842][    T1] Key type fscrypt-provisioning registered
[   10.961672][   T81] sd 0:0:0:0: [sda] Write Protect is off
[   10.969526][    T1] Key type big_key registered
[   10.974338][   T81] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabl                                             ed, doesn't support DPO or FUA
[   11.014118][  T104] usb 1-1: new high-speed USB device number 2 using orion-e                                             hci
[   11.027203][    T1] Key type encrypted registered
[   11.045023][   T81]  sda: sda1
[   11.049963][   T81] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.225776][  T104] usb 1-1: New USB device found, idVendor=05e3, idProduct=0                                             608, bcdDevice=77.63
[   11.234762][  T104] usb 1-1: New USB device strings: Mfr=0, Product=1, Serial                                             Number=0
[   11.242684][  T104] usb 1-1: Product: USB2.0 Hub
[   11.248353][  T104] hub 1-1:1.0: USB hub found
[   11.253276][  T104] hub 1-1:1.0: 4 ports detected
[   11.454059][   T96] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   11.484288][   T96] ata2.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7
[   11.491063][   T96] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31                                             /32)
[   11.524290][   T96] ata2.00: configured for UDMA/133
[   11.539811][   T58] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD103SI                                               1118 PQ: 0 ANSI: 5
[   11.549969][   T81] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.                                             00 TB/932 GiB)
[   11.558823][   T81] sd 1:0:0:0: [sdb] Write Protect is off
[   11.564518][   T81] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabl                                             ed, doesn't support DPO or FUA
[   11.574367][  T104] usb 1-1.1: new high-speed USB device number 3 using orion                                             -ehci
[   11.624397][   T81]  sdb: sdb1
[   11.629370][   T81] sd 1:0:0:0: [sdb] Attached SCSI disk
[   11.637912][    T1] Freeing unused kernel memory: 1024K
[   11.654959][    T1] Checked W+X mappings: passed, no W+X pages found
[   11.661383][    T1] Run /init as init process
Loading, please wait...
[   11.777048][  T104] usb 1-1.1: New USB device found, idVendor=174c, idProduct                                             =5106, bcdDevice= 0.01
[   11.791275][  T104] usb 1-1.1: New USB device strings: Mfr=2, Product=3, Seri                                             alNumber=1
[   11.814141][  T104] usb 1-1.1: Product: AS2105
[   11.818650][  T104] usb 1-1.1: Manufacturer: ASMedia
[   11.823642][  T104] usb 1-1.1: SerialNumber: SE837B1696
Starting version 247.3-7+deb11u4
[   11.841309][  T104] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[   11.874803][  T104] scsi host2: usb-storage 1-1.1:1.0
[   11.935944][  T138] usbcore: registered new interface driver uas
[   12.630524][  T138] input: gpio_keys as /devices/platform/gpio_keys/input/inp                                             ut0
[   12.885140][   T81] scsi 2:0:0:0: Direct-Access     SAMSUNG  MMCRE64G8MPP-0VA                                              VAM0 PQ: 0 ANSI: 5
[   12.903587][   T58] sd 2:0:0:0: [sdc] 125045424 512-byte logical blocks: (64.                                             0 GB/59.6 GiB)
[   12.919465][   T58] sd 2:0:0:0: [sdc] Write Protect is off
[   12.934964][   T58] sd 2:0:0:0: [sdc] No Caching mode page found
[   12.941043][   T58] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   12.963957][   T58]  sdc: sdc1 sdc2
[   12.973337][   T58] sd 2:0:0:0: [sdc] Attached SCSI 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.36.1
[/sbin/fsck.ext3 (1) -- /dev/sdc1] fsck.ext3 -a -C0 /dev/sdc1
rootfs: clean, 39633/3776512 files, 648495/15104512 blocks
done.
[   23.959498][  T171] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[   24.087549][  T171] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[   24.857887][    T1] systemd[1]: Inserted module 'autofs4'
[   24.941399][    T1] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[   24.966233][    T1] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 11 (bullseye)!

[   25.005322][    T1] systemd[1]: Set hostname to <debian>.
[   25.315390][    C0] random: crng init done
[   27.519909][    T1] systemd[1]: Queued start job for default target Graphical Interface.
[   27.531973][    T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   27.545263][    T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   27.556444][    T1] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[   27.595589][    T1] systemd[1]: Created slice system-modprobe.slice.
[  OK  ] Created slice system-modprobe.slice.
[   27.635560][    T1] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   27.675214][    T1] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   27.714839][    T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[   27.754785][    T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[   27.795847][    T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[   27.834716][    T1] systemd[1]: Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local Encrypted Volumes.
[   27.875151][    T1] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[   27.914586][    T1] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   27.955795][    T1] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[   27.995359][    T1] systemd[1]: Listening on LVM2 poll daemon socket.
[  OK  ] Listening on LVM2 poll daemon socket.
[   28.042845][    T1] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   28.085471][    T1] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   28.125470][    T1] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[   28.164989][    T1] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   28.206051][    T1] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   28.245579][    T1] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   28.285811][    T1] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   28.326072][    T1] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   28.344463][    T1] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   28.385494][    T1] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   28.425585][    T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   28.446713][    T1] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   28.498932][    T1] systemd[1]: Mounting RPC Pipe File System...
         Mounting RPC Pipe File System...
[   28.549410][    T1] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   28.599129][    T1] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[   28.644911][    T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[   28.656193][    T1] systemd[1]: Finished Availability of block devices.
[  OK  ] Finished Availability of block devices.
[   28.701553][    T1] systemd[1]: Starting Create list of static device nodes for the current kernel...
         Starting Create list of st…odes for the current kernel...
[   28.759371][    T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
         Starting Monitoring of LVM…meventd or progress polling...
[   28.819671][    T1] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   28.889728][    T1] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   28.949608][    T1] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   29.004762][    T1] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   29.042373][    T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   29.053061][    T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   29.071638][    T1] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   29.125418][    T1] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   29.169160][    T1] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   29.249325][    T1] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   29.371294][    T1] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   29.435061][  T217] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[   29.444859][    T1] systemd[1]: Using hardware watchdog 'Software Watchdog', version 0, device /dev/watchdog
[   29.494186][    T1] systemd[1]: Set hardware watchdog to 5min.
[   29.500801][    T1] systemd[1]: Mounted RPC Pipe File System.
[   29.506730][  T217] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[  OK  ] Mounted RPC Pipe File System.
[   29.574269][  T220] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   29.593424][    T1] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   29.675550][    T1] systemd[1]: Mounted Kernel Trace File System.
[  OK  ] Mounted Kernel Trace File System.
[   29.706447][    T1] systemd[1]: Finished Create list of static device nodes for the current kernel.
[  OK  ] Finished Create list of st… nodes for the current kernel.
[   29.766635][    T1] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[  OK  ] Finished Monitoring of LVM… dmeventd or progress polling.
[   29.836882][    T1] systemd[1]: modprobe@configfs.service: Succeeded.
[   29.855035][    T1] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   29.876917][    T1] systemd[1]: modprobe@drm.service: Succeeded.
[   29.894521][    T1] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[   29.935294][    T1] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Modules.
[  OK  ] Finished Remount Root and Kernel File Systems.
         Activating swap /swapfile...
         Mounting FUSE Control File System...
         Mounting Kernel Configuration File System...
         Starting pNFS block layout mapping daemon...
         Starting Flush Journal to Persistent Storage...
         Starting Load/Save Random Seed...
         Starting Apply Kernel Variables...
         Starting Create System Users...
[FAILED] Failed to activate swap /swapfile.
See 'systemctl status swapfile.swap' for details[   30.607377][  T216] systemd-journald[216]: Received client request to flush runtime journal.
.
[DEPEND] Dependency failed for Swap.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started pNFS block layout mapping daemon.
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Coldplug All udev Devices.
         Starting Helper to synchronize boot up for ifupdown...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Finished Helper to synchronize boot up for ifupdown.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting Mount /tmp as tmp…e access to the root device...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Mounted Mount /tmp as tmpf…ite access to the root device.
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
         Starting Preprocess NFS configuration...
         Starting Cleanup monit state file...
         Starting Cleanup PHP session files...
[  OK  ] Finished Preprocess NFS configuration.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Cleanup monit state file.
[  OK  ] Reached target NFS client services.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Cleanup PHP session files.
[  OK  ] Started Rule-based Manager for Device Events and Files.
         Starting Network Service...
[  OK  ] Finished Create Volatile Files and Directories.
         Starting RPC bind portmap service...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started RPC bind portmap service.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
[  OK  ] Reached target RPC Port Mapper.
[  OK  ] Finished Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Service.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Trigger anacron every hour.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily man-db regeneration.
[  OK  ] Started Clean PHP session files every 30 mins.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started Run anacron jobs.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting LSB: Starts syslogd...
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started D-Bus System Message Bus.
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
         Starting LSB: Load kernel …d to enable cpufreq scaling...
         Starting LSB: service and resource monitoring daemon...
         Starting System Logging Service...
         Starting User Login Management...
         Starting Wait for Network to be Configured...
         Starting Network Name Resolution...
         Starting WPA supplicant...
[  OK  ] Finished Raise network interfaces.
[  OK  ] Started LSB: Starts syslogd.
[  OK  ] Started System Logging Service.
[  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[  OK  ] Found device /dev/ttyS0.
         Starting LSB: Starts klogd...
[  OK  ] Started LSB: Starts klogd.
[  OK  ] Started LSB: service and resource monitoring daemon.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started User Login Management.
[  OK  ] Started WPA supplicant.
[   33.192595][  T267] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   36.094217][  T265] orion_wdt: Initial timeout 21 sec
[   36.180296][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   36.191067][    T5] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  OK  ] Finished Wait for Network to be Configured.
[   37.074327][  T308] marvell-cesa f1030000.crypto: CESA device successfully registered
[  OK  ] Started LSB: Load kernel m…ded to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[   37.571948][  T316] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[   37.704214][  T316] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   37.794393][  T316] sd 2:0:0:0: Attached scsi generic sg2 type 0
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
[  OK  ] Reached target Host and Network Name Lookups.
         Starting A high performanc… and a reverse proxy server...
         Starting The OpenMediaVaul…t processes the RPC request...
         Starting Generate the prelogin message...
         Starting The PHP 7.4 FastCGI Process Manager...
         Starting /etc/rc.local Compatibility...
         Starting LSB: start or stop rrdcached...
         Starting Samba SMB Daemon...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[  OK  ] Started Web Services Dynamic Discovery host daemon.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started The OpenMediaVault…hat processes the RPC request.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started LSB: start or stop rrdcached.
         Starting Statistics collection and monitoring daemon...
[  OK  ] Started The PHP 7.4 FastCGI Process Manager.
[  OK  ] Started A high performance…er and a reverse proxy server.
[  OK  ] Started Statistics collection and monitoring daemon.

openmediavault 6.9.14-1 (Shaitan) debian ttyS0
Copyright (C) 2009-2024 by Volker Theile. All rights reserved.

To manage the system visit the openmediavault workbench:

eth0: 192.168.178.137

By default the workbench administrator account has the
username 'admin' and password 'openmediavault'.
It is recommended that you change the password for this account
within the workbench or using the 'omv-firstaid' CLI command.

For more information regarding this appliance, please visit the
web site: https://www.openmediavault.org

debian login:
Re: NSA 320 possible messedup Env
March 18, 2024 06:21PM
and here dmesg
root@debian:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021
[    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: Zyxel NSA320
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] On node 0 totalpages: 131072
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 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, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env_stock) init=/bin/systemd
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 490952K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33336K reserved, 0K cma-reserved)
[    0.000000] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000059] Switching to timer-based delay loop, resolution 5ns
[    0.000938] Console: colour dummy device 80x30
[    0.001013] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.001055] pid_max: default: 32768 minimum: 301
[    0.001469] LSM: Security Framework initializing
[    0.001651] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001700] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.003157] CPU: Testing write buffer coherency: ok
[    0.005598] Setting up static identity map for 0x100000 - 0x100058
[    0.005934] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.006271] rcu: Hierarchical SRCU implementation.
[    0.007737] devtmpfs: initialized
[    0.014830] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.014887] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.052199] prandom32: self test passed (less than 6 bits correlated)
[    0.052243] prandom: seed boundary self test passed
[    0.056429] prandom: 100 self tests passed
[    0.056448] pinctrl core: initialized pinctrl subsystem
[    0.058091] NET: Registered protocol family 16
[    0.058979] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.059956] audit: initializing netlink subsys (disabled)
[    0.061428] thermal_sys: Registered thermal governor 'step_wise'
[    0.061815] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[    0.061998] cpuidle: using governor ladder
[    0.062098] cpuidle: using governor menu
[    0.062654] Feroceon L2: Enabling L2
[    0.062709] Feroceon L2: Cache support initialised.
[    0.074394] No ATAGs?
[    2.560066] random: fast init done
[    4.936521] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher
[    4.962936] wait_for_initramfs() called before rootfs_initcalls
[    5.150397] raid6: int32x8  gen()   109 MB/s
[    5.320120] raid6: int32x8  xor()    69 MB/s
[    5.490221] raid6: int32x4  gen()   109 MB/s
[    5.660201] raid6: int32x4  xor()    72 MB/s
[    5.830118] raid6: int32x2  gen()   142 MB/s
[    6.000191] raid6: int32x2  xor()    85 MB/s
[    6.170300] raid6: int32x1  gen()    99 MB/s
[    6.340207] raid6: int32x1  xor()    60 MB/s
[    6.340226] raid6: using algorithm int32x2 gen() 142 MB/s
[    6.340241] raid6: .... xor() 85 MB/s, rmw enabled
[    6.340254] raid6: using intx1 recovery algorithm
[    6.340531] vgaarb: loaded
[    6.341129] SCSI subsystem initialized
[    6.341400] libata version 3.00 loaded.
[    6.341678] usbcore: registered new interface driver usbfs
[    6.341768] usbcore: registered new interface driver hub
[    6.341829] usbcore: registered new device driver usb
[    6.342046] pps_core: LinuxPPS API ver. 1 registered
[    6.342063] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    6.342100] PTP clock support registered
[    6.344019] clocksource: Switched to clocksource orion_clocksource
[    6.444719] VFS: Disk quotas dquot_6.6.0
[    6.444835] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    6.462616] NET: Registered protocol family 2
[    6.462829] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    6.474476] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    6.474542] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    6.474621] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    6.474682] TCP: Hash tables configured (established 4096 bind 4096)
[    6.474943] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    6.475034] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    6.475075] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    6.475318] NET: Registered protocol family 1
[    6.476081] RPC: Registered named UNIX socket transport module.
[    6.476106] RPC: Registered udp transport module.
[    6.476119] RPC: Registered tcp transport module.
[    6.476131] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.476149] PCI: CLS 0 bytes, default 32
[    6.476355] NetWinder Floating Point Emulator V0.97 (double precision)
[    6.476964] Trying to unpack rootfs image as initramfs...
[    8.202499] Freeing initrd memory: 9444K
[    8.826347] Initialise system trusted keyrings
[    8.826420] Key type blacklist registered
[    8.826694] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    8.826824] zbud: loaded
[    8.828360] NFS: Registering the id_resolver key type
[    8.828403] Key type id_resolver registered
[    8.828419] Key type id_legacy registered
[    8.828465] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    8.828492] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    8.828508] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.828799] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    8.829347] fuse: init (API version 7.34)
[    8.829764] orangefs_debugfs_init: called with debug mask: :none: :0:
[    8.829992] orangefs_init: module version upstream loaded
[    8.830013] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    8.929377] xor: measuring software checksum speed
[    8.938297]    arm4regs        :  1119 MB/sec
[    8.953040]    8regs           :   671 MB/sec
[    8.963183]    32regs          :   976 MB/sec
[    8.963203] xor: using function: arm4regs (1119 MB/sec)
[    8.963227] async_tx: api initialized (async)
[    8.963248] Key type asymmetric registered
[    8.963262] Asymmetric key parser 'x509' registered
[    8.963328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    8.963414] io scheduler bfq registered
[    9.162109] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    9.164189] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[    9.164242] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property...
[    9.164281] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    9.164329] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    9.164364] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    9.164682] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    9.164709] pci_bus 0000:00: root bus resource [bus 00-ff]
[    9.164734] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    9.164757] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    9.164777] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    9.164798] pci_bus 0000:00: scanning bus
[    9.164923] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    9.164965] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    9.166466] pci_bus 0000:00: fixups for bus
[    9.166487] PCI: bus0: Fast back to back transfers disabled
[    9.166510] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    9.166526] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.166551] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    9.166730] pci_bus 0000:01: scanning bus
[    9.167933] pci_bus 0000:01: fixups for bus
[    9.167944] PCI: bus1: Fast back to back transfers enabled
[    9.167962] pci_bus 0000:01: bus scan returning with max=01
[    9.167976] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    9.168003] pci_bus 0000:00: bus scan returning with max=01
[    9.168196] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe00007ff pref]
[    9.168228] pci 0000:00:01.0: PCI bridge to [bus 01]
[    9.168334] pcieport 0000:00:01.0: assign IRQ: got 0
[    9.168365] pcieport 0000:00:01.0: enabling bus mastering
[    9.168897] mv_xor f1060800.xor: Marvell shared XOR driver
[    9.225144] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    9.227810] mv_xor f1060900.xor: Marvell shared XOR driver
[    9.285141] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    9.288064] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    9.289575] printk: console [ttyS0] disabled
[    9.289676] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[   10.279036] printk: console [ttyS0] enabled
[   10.292953] loop: module loaded
[   10.297226] sata_mv f1080000.sata: version 1.28
[   10.297743] sata_mv f1080000.sata: slots 32 ports 2
[   10.307356] scsi host0: sata_mv
[   10.311904] scsi host1: sata_mv
[   10.316107] ata1: SATA max UDMA/133 irq 33
[   10.320933] ata2: SATA max UDMA/133 irq 33
[   10.326778] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[   10.333934] nand: Samsung NAND 128MiB 3,3V 8-bit
[   10.339307] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[   10.347935] Scanning device for bad blocks
[   10.374735] Bad eraseblock 205 at 0x0000019a0000
[   10.382057] Bad eraseblock 224 at 0x000001c00000
[   10.388219] Bad eraseblock 232 at 0x000001d00000
[   10.409219] Bad eraseblock 379 at 0x000002f60000
[   10.419768] Bad eraseblock 428 at 0x000003580000
[   10.435595] Bad eraseblock 526 at 0x0000041c0000
[   10.447515] Bad eraseblock 588 at 0x000004980000
[   10.490024] Bad eraseblock 936 at 0x000007500000
[   10.504701] 2 cmdlinepart partitions found on MTD device orion_nand
[   10.511700] Creating 2 MTD partitions on "orion_nand":
[   10.517584] 0x000000000000-0x000000100000 : "uboot"
[   10.524838] 0x000000100000-0x000000180000 : "uboot_env_stock"
[   10.533247] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[   10.541871] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[   10.553513] libphy: Fixed MDIO Bus: probed
[   10.559943] libphy: orion_mdio_bus: probed
[   10.581764] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.591020] mv643xx_eth: Set the PHY to fix link down
[   10.591693] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address c8:6c:87:9b:2f:78
[   10.607227] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.614652] ehci-pci: EHCI PCI platform driver
[   10.619918] ehci-orion: EHCI orion driver
[   10.624953] orion-ehci f1050000.ehci: EHCI Host Controller
[   10.631231] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   10.639888] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   10.674056] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   10.681101] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[   10.690139] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.698120] usb usb1: Product: EHCI Host Controller
[   10.703724] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd
[   10.711181] usb usb1: SerialNumber: f1050000.ehci
[   10.717338] hub 1-0:1.0: USB hub found
[   10.721861] hub 1-0:1.0: 1 port detected
[   10.727366] usbcore: registered new interface driver usb-storage
[   10.734611] mousedev: PS/2 mouse device common for all mice
[   10.742011] rtc-mv f1010300.rtc: registered as rtc0
[   10.747725] rtc-mv f1010300.rtc: setting system clock to 2024-03-18T23:07:08 UTC (1710803228)
[   10.757340] i2c /dev entries driver
[   10.762322] i2c i2c-0: Not using recovery: no suitable method provided
[   10.764528] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliable.
[   10.772877] rtc-pcf8563 0-0051: registered as rtc1
[   10.780266] device-mapper: uevent: version 1.0.3
[   10.785982] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[   10.795687] device-mapper: multipath round-robin: version 1.2.0 loaded
[   10.802959] device-mapper: multipath queue-length: version 0.2.0 loaded
[   10.810379] device-mapper: multipath service-time: version 0.3.0 loaded
[   10.817830] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   10.824716] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   10.831883] device-mapper: raid: Loading target version 1.15.1
[   10.838722] ata1.00: HPA detected: current 1953523055, native 1953525168
[   10.848988] hid: raw HID events driver (C) Jiri Kosina
[   10.854981] ata1.00: ATA-7: SAMSUNG HD103SI, 1AG01113, max UDMA7
[   10.861729] ata1.00: 1953523055 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   10.869790] drop_monitor: Initializing network drop monitor service
[   10.877310] NET: Registered protocol family 10
[   10.884405] Segment Routing with IPv6
[   10.889014] RPL Segment Routing with IPv6
[   10.893847] NET: Registered protocol family 17
[   10.899273] Key type dns_resolver registered
[   10.904918] registered taskstats version 1
[   10.909748] Loading compiled-in X.509 certificates
[   10.915626] ata1.00: configured for UDMA/133
[   10.921111] zswap: loaded using pool lzo/zbud
[   10.926694] Key type ._fscrypt registered
[   10.931884] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103SI  1113 PQ: 0 ANSI: 5
[   10.940839] Key type .fscrypt registered
[   10.946936] sd 0:0:0:0: [sda] 1953523055 512-byte logical blocks: (1.00 TB/932 GiB)
[   10.955842] Key type fscrypt-provisioning registered
[   10.961672] sd 0:0:0:0: [sda] Write Protect is off
[   10.969526] Key type big_key registered
[   10.974173] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   10.974338] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.014118] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   11.027203] Key type encrypted registered
[   11.045023]  sda: sda1
[   11.049963] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.225776] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[   11.234762] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   11.242684] usb 1-1: Product: USB2.0 Hub
[   11.248353] hub 1-1:1.0: USB hub found
[   11.253276] hub 1-1:1.0: 4 ports detected
[   11.454059] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   11.484288] ata2.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7
[   11.491063] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   11.524290] ata2.00: configured for UDMA/133
[   11.539811] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD103SI  1118 PQ: 0 ANSI: 5
[   11.549969] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   11.558823] sd 1:0:0:0: [sdb] Write Protect is off
[   11.564379] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   11.564518] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.574367] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[   11.624397]  sdb: sdb1
[   11.629370] sd 1:0:0:0: [sdb] Attached SCSI disk
[   11.637912] Freeing unused kernel memory: 1024K
[   11.654959] Checked W+X mappings: passed, no W+X pages found
[   11.661383] Run /init as init process
[   11.665792]   with arguments:
[   11.665803]     /init
[   11.665811]   with environment:
[   11.665818]     HOME=/
[   11.665826]     TERM=linux
[   11.777048] usb 1-1.1: New USB device found, idVendor=174c, idProduct=5106, bcdDevice= 0.01
[   11.791275] usb 1-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[   11.814141] usb 1-1.1: Product: AS2105
[   11.818650] usb 1-1.1: Manufacturer: ASMedia
[   11.823642] usb 1-1.1: SerialNumber: SE837B1696
[   11.841309] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[   11.874803] scsi host2: usb-storage 1-1.1:1.0
[   11.935944] usbcore: registered new interface driver uas
[   12.630524] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   12.885140] scsi 2:0:0:0: Direct-Access     SAMSUNG  MMCRE64G8MPP-0VA VAM0 PQ: 0 ANSI: 5
[   12.903587] sd 2:0:0:0: [sdc] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[   12.919465] sd 2:0:0:0: [sdc] Write Protect is off
[   12.934123] sd 2:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   12.934964] sd 2:0:0:0: [sdc] No Caching mode page found
[   12.941043] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   12.963957]  sdc: sdc1 sdc2
[   12.973337] sd 2:0:0:0: [sdc] Attached SCSI disk
[   23.959498] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[   24.087549] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   24.857887] systemd[1]: Inserted module 'autofs4'
[   24.941399] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[   24.966233] systemd[1]: Detected architecture arm.
[   25.005322] systemd[1]: Set hostname to <debian>.
[   25.315390] random: crng init done
[   27.519909] systemd[1]: Queued start job for default target Graphical Interface.
[   27.531973] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   27.545263] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   27.556444] systemd[1]: Created slice system-getty.slice.
[   27.595589] systemd[1]: Created slice system-modprobe.slice.
[   27.635560] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   27.675214] systemd[1]: Created slice User and Session Slice.
[   27.714839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   27.754785] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   27.795847] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   27.834716] systemd[1]: Reached target Local Encrypted Volumes.
[   27.875151] systemd[1]: Reached target Paths.
[   27.914586] systemd[1]: Reached target Slices.
[   27.955795] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   27.995359] systemd[1]: Listening on LVM2 poll daemon socket.
[   28.042845] systemd[1]: Listening on RPCbind Server Activation Socket.
[   28.085471] systemd[1]: Listening on Syslog Socket.
[   28.125470] systemd[1]: Listening on fsck to fsckd communication Socket.
[   28.164989] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   28.206051] systemd[1]: Listening on Journal Audit Socket.
[   28.245579] systemd[1]: Listening on Journal Socket (/dev/log).
[   28.285811] systemd[1]: Listening on Journal Socket.
[   28.326072] systemd[1]: Listening on Network Service Netlink Socket.
[   28.344463] systemd[1]: Listening on udev Control Socket.
[   28.385494] systemd[1]: Listening on udev Kernel Socket.
[   28.425585] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   28.446713] systemd[1]: Mounting POSIX Message Queue File System...
[   28.498932] systemd[1]: Mounting RPC Pipe File System...
[   28.549410] systemd[1]: Mounting Kernel Debug File System...
[   28.599129] systemd[1]: Mounting Kernel Trace File System...
[   28.644911] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[   28.656193] systemd[1]: Finished Availability of block devices.
[   28.701553] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   28.759371] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   28.819671] systemd[1]: Starting Load Kernel Module configfs...
[   28.889728] systemd[1]: Starting Load Kernel Module drm...
[   28.949608] systemd[1]: Starting Load Kernel Module fuse...
[   29.004762] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   29.042373] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   29.053061] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   29.071638] systemd[1]: Starting Journal Service...
[   29.125418] systemd[1]: Starting Load Kernel Modules...
[   29.169160] systemd[1]: Starting Remount Root and Kernel File Systems...
[   29.249325] systemd[1]: Starting Coldplug All udev Devices...
[   29.371294] systemd[1]: Mounted POSIX Message Queue File System.
[   29.435061] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[   29.444859] systemd[1]: Using hardware watchdog 'Software Watchdog', version 0, device /dev/watchdog
[   29.494186] systemd[1]: Set hardware watchdog to 5min.
[   29.500801] systemd[1]: Mounted RPC Pipe File System.
[   29.506730] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[   29.574269] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   29.593424] systemd[1]: Mounted Kernel Debug File System.
[   29.675550] systemd[1]: Mounted Kernel Trace File System.
[   29.706447] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   29.766635] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   29.836882] systemd[1]: modprobe@configfs.service: Succeeded.
[   29.855035] systemd[1]: Finished Load Kernel Module configfs.
[   29.876917] systemd[1]: modprobe@drm.service: Succeeded.
[   29.894521] systemd[1]: Finished Load Kernel Module drm.
[   29.935294] systemd[1]: Started Journal Service.
[   30.607377] systemd-journald[216]: Received client request to flush runtime journal.
[   33.192595] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   36.094217] orion_wdt: Initial timeout 21 sec
[   36.180296] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   36.191067] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   37.074327] marvell-cesa f1030000.crypto: CESA device successfully registered
[   37.571948] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   37.704214] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   37.794393] sd 2:0:0:0: Attached scsi generic sg2 type 0
root@debian:~#
clean bootup after power disconnect at on March 19,2024 00:13 clock " i think 12:13pm ? (dont know hot to pronounce time in text XD )

all with an new cr2032 :-)

-Thh3l0lb0y
Re: NSA 320 possible messedup Env
March 18, 2024 06:32PM
> all with an new cr2032 :-)

Does not matter much with this shown in boot log. Perhaps that battery has expired?

[   10.742011] rtc-mv f1010300.rtc: registered as rtc0
[   10.747725] rtc-mv f1010300.rtc: setting system clock to 2024-03-18T23:07:08 UTC (1710803228)
[   10.757340] i2c /dev entries driver
[   10.762322] i2c i2c-0: Not using recovery: no suitable method provided
[   10.764528] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliable.
[   10.772877] rtc-pcf8563 0-0051: registered as rtc1

So the RTC is not running well as it should.

If you want to ignore this problem, install the fake-hwclock package
apt-get install fake-hwclock
And set the date to the wall clock once. From now on, ntpd will adjust it from time to time (it should be running in the rootfs already) and keep the correct time.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 18, 2024 08:05PM
OTOH, your system is strange.

[   10.742011] rtc-mv f1010300.rtc: registered as rtc0
[   10.747725] rtc-mv f1010300.rtc: setting system clock to 2024-03-18T23:07:08 UTC (1710803228)

That rtc-mv should not be even showing up. The rtc0 should be rtc-pcf8563 as typical in Zyxel NSA32x boxes:
[    5.300838] rtc-pcf8563 0-0051: registered as rtc0
[    5.307683] rtc-pcf8563 0-0051: setting system clock to 2024-03-03T23:29:31 UTC (1709508571)

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 19, 2024 12:59PM
what can i do now ?
do i see right that rtc-pcf8563 is showing up as rtc1 and the other one as rtc0 ?
is it possible to switch them and why is the rtc-mv there in the first place ?

and here in that post from an other user rtc.mv and rtc-pcf8563 are on the same place
here

a end by the way ^^ the problem with the speed is back :-S
and the commends (ifdown oth0 and ifup eth0 ) dont wort it say´s
root@vault-111:~# ifdown eth0
ifdown: unknown interface eth0
root@vault-111:~#
ok found similar command´s and after them die speed´s are ok

The comments
ip link set eth0 down && ip link set eth0 up


dont know what it is and how to stop akting like that :-(

-th3l0lb0y



Edited 2 time(s). Last edit at 03/19/2024 02:16PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 19, 2024 02:28PM
> what can i do now ?

As I mentioned, if the RTC does not work try
apt-get install fake-hwclock

> The comments
>
> ip link set eth0 down && ip link set eth0 up
>


If this command works, add it to the end of /etc/rc.local (before exit 0).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 19, 2024 02:45PM
oh ok

i hope i dont get to hard on your nerv´s is so im sorry :-(

for the comment (ip link set eth0 down && ip link set eth0 up)

some more testing revielt that it only work´s if i tipe it 6-10 times in a row only then it´l connect sort of right an the speed´s are somewhat ok´ish

-th3l0lb0y
Re: NSA 320 possible messedup Env
March 19, 2024 05:12PM
> some more testing revielt that it only work´s if
> i tipe it 6-10 times in a row only then it´l
> connect sort of right an the speed´s are somewhat
> ok´ish
>

The symptom indicates the auto-negotiation has failed to recognize the speed is Gbs. And that could be a few reasons.

1. The cable is faulty, or only work intermittenly. Try changing to a CAT 5e/6 cable.
2. The switch does not negotiate correctly (the fact that when you remove and reattach the cable manually then it was OK). It could be the switch erroneously determines that it has already negotiated the speed. Try rebooting the switch (or the router if you are connecting to the router switch).

Nobody has this NSA320 box has reported this problem. So I think it might be hardware related.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 27, 2024 06:04AM
Ok got the performance problems "sort of" its some sort of problem with the combination of my fritzbox 6660
and the nas I now got about 30mb/s both ways on
"i think is enough for my needs ^^ "

I have one more question how does the power button funktion on debian its now the only thing that doesn't work right now

-th3l0lb0y
Re: NSA 320 possible messedup Env
March 27, 2024 02:36PM
See the Wiki topics

Quote

Key daemon (button control)

Multimedia keyboard daemon for Linux
How to use set up button to reboot or shutdown with Key Daemon (esekeyd)
Shutdown with Power button with regret option by esekeyd

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
April 08, 2024 02:43PM
th3l0lb0y,

So does the power button work OK?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
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: