by arti74 » Fri May 11, 2018 10:19 am
Thank you for your presence

It is just new kernel tn the repos and I installed it - it boots without problem and I'm glad.
$this->bbcode_second_pass_quote('', 'i')s sda2 still ext4?
Yes it is, and I don't intend to change it in the near time

This is the result of your 'tune2fs -l /dev/sda2' command:
$this->bbcode_second_pass_code('', 'tune2fs 1.44.1 (24-Mar-2018)
Filesystem volume name: rootfs
Last mounted on: /
Filesystem UUID: 88f49752-68db-4f08-908e-75c688363624
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum
Filesystem flags: signed_directory_hash
Default mount options: user_xattr acl
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 45785088
Block count: 183139294
Reserved block count: 9156964
Free blocks: 166503757
Free inodes: 45695077
First block: 0
Block size: 4096
Fragment size: 4096
Group descriptor size: 64
Reserved GDT blocks: 1024
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 8192
Inode blocks per group: 512
RAID stripe width: 8191
Flex block group size: 16
Filesystem created: Tue Apr 17 10:07:25 2018
Last mount time: Fri May 11 12:03:38 2018
Last write time: Fri May 11 12:03:38 2018
Mount count: 77
Maximum mount count: -1
Last checked: Tue Apr 17 10:07:25 2018
Check interval: 0 (<none>)
Lifetime writes: 77 GB
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Required extra isize: 32
Desired extra isize: 32
Journal inode: 8
Default directory hash: half_md4
Directory Hash Seed: 2667642d-abc8-4e63-9be5-676a171bf91b
Journal backup: inode blocks
Checksum type: crc32c
Checksum: 0x36e4dfcb')
This is part of the booting log (before kernel starts) which shows that not everything is clean yet:
$this->bbcode_second_pass_code('', 'U-Boot 2016.09.01-1 (Oct 10 2016 - 23:14:18 -0600) Arch Linux ARM
Zyxel NSA310
SoC: Kirkwood 88F6281_A1
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
Error: egiga0 address not set.
PHY reset timed out
MV88E1318 PHY initialized on egiga0
IDE: Bus 0: OK Bus 1: not available
Device 0: Model: SAMSUNG HD753LJ Firm: 1AA01110 Ser#: S13UJ1DQ400383
Type: Hard Disk
Supports 48-bit addressing
Capacity: 715404.8 MB = 698.6 GB (1465149168 x 512)
*** ERROR: `ethaddr' not set
ping failed; host 10.10.10.5 is not alive
Hit any key to stop autoboot: 0
starting USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Reset IDE: Bus 0: OK Bus 1: not available
Device 0: Model: SAMSUNG HD753LJ Firm: 1AA01110 Ser#: S13UJ1DQ400383
Type: Hard Disk
Supports 48-bit addressing
Capacity: 715404.8 MB = 698.6 GB (1465149168 x 512)
USB device 0: unknown device
Device 0: Model: SAMSUNG HD753LJ Firm: 1AA01110 Ser#: S13UJ1DQ400383
Type: Hard Disk
Supports 48-bit addressing
Capacity: 715404.8 MB = 698.6 GB (1465149168 x 512)
... is now current device
ide found on device 0
Checking for: /uEnv.txt ...
432 bytes read in 6 ms (70.3 KiB/s)
Loaded environment from /uEnv.txt
Checking if uenvcmd is set ...
** File not found /zImage **
5155808 bytes read in 1873 ms (2.6 MiB/s)
root has been defined by user
loading /boot/dtbs/kirkwood-nsa310.dtb ...
** File not found /boot/dtbs/kirkwood-nsa310.dtb **
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
5530551 bytes read in 1965 ms (2.7 MiB/s)
Booting uImage with initrd
')
Beside of this I have a problem with sensors, I thought a new kernell will maybe resolve this, but no - still no sensors detected after 'sensors-detect' command:
$this->bbcode_second_pass_code('', 'Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `to-be-written':
* ISA bus, address 0xca0
Chip `IPMI BMC KCS' (confidence: 4)
* ISA bus, address 0xca8
Chip `IPMI BMC SMIC' (confidence: 4)
Note: there is no driver for IPMI BMC KCS yet.
Check http://www.lm-sensors.org/wiki/Devices for updates.
No modules to load, skipping modules configuration.')
Without it my system fan is spinning at full which is very loud.