Siduction Forum

Siduction Forum => Announcements / Ankündigungen => Topic started by: towo on 2021/06/19, 17:00:36

Title: Test the upcomming siduction release
Post by: towo on 2021/06/19, 17:00:36
Hello,

for all who wants to help us, bringing our next siduction release to the daylight, you find the lastest testbuilds on
https://testbuilds.siduction.site. Test thos builds if you want and give us feadback.
Title: Re: Test the upcomming siduction release
Post by: vilde on 2021/06/19, 20:17:30
tried to install xfce version on an old T420, failed installation

edited: I tried one more time but let the installer be in English, the same thing happen, the same message at fail.
Quote
System:
  Host: siduction Kernel: 5.12.12-1-siduction-amd64 x86_64 bits: 64
  compiler: gcc v: 10.2.1 Desktop: Xfce 4.16.0
  Distro: siduction 21.1.99 Farewell - xfce - (202106191433)
  base: Debian GNU/Linux 11 (bullseye)
Machine:
  Type: Laptop System: LENOVO product: 4180G73 v: ThinkPad T420
  serial: <superuser required>
  Mobo: LENOVO model: 4180G73 serial: <superuser required> UEFI: LENOVO
  v: 83ET82WW (1.52 ) date: 06/04/2018
Battery:
  ID-1: BAT0 charge: 0 Wh condition: N/A model: N/A status: Unknown
CPU:
  Info: Dual Core model: Intel Core i5-2540M bits: 64 type: MT MCP
  arch: Sandy Bridge rev: 7 L2 cache: 3 MiB
  flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 20731
  Speed: 931 MHz min/max: 800/3300 MHz Core speeds (MHz): 1: 931 2: 1130
  3: 2251 4: 886
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
  vendor: Lenovo ThinkPad T420 driver: i915 v: kernel bus ID: 00:02.0
  Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting
  unloaded: fbdev,vesa resolution: 1600x900~60Hz
  OpenGL: renderer: Mesa DRI Intel HD Graphics 3000 (SNB GT2)
  v: 3.3 Mesa 21.1.3 direct render: Yes
Network:
  Device-1: Intel 82579LM Gigabit Network vendor: Lenovo ThinkPad T520
  driver: e1000e v: kernel port: 5080 bus ID: 00:19.0
  IF: enp0s25 state: up speed: 1000 Mbps duplex: full mac: 00:21:cc:ba:0c:ec
  Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi
  v: kernel port: efa0 bus ID: 03:00.0
  IF: wlan0 state: down mac: 10:0b:a9:97:57:10
  IF-ID-1: wwx028037ec0200 state: down mac: 02:80:37:ec:02:00
Drives:
  Local Storage: total: 96.9 GiB used: 6.35 GiB (6.6%)
Info:
  Processes: 200 Uptime: 19m Memory: 3.72 GiB used: 1.03 GiB (27.6%)
  Init: systemd runlevel: 5 Compilers: gcc: 10.2.1 Packages: 2091
  Shell: Bash v: 5.1.8 inxi: 3.3.01
Title: Re: Test the upcomming siduction release
Post by: towo on 2021/06/19, 20:44:41
For now you can fix that yourself, delete line 49 in /etc/apt/sources.list.d/fixes.list which contains
Code: [Select]
" echo ".
That is wrong i fix that at the moment, i write that post.
Title: Re: Test the upcomming siduction release
Post by: Mister00X on 2021/06/19, 23:27:32
I installed in qemu in uefi mode as I'm currently lacking bare metal to test on.

Everything seems to work fine when using the standard mode (delete hard drive and install). I will try a more sophisticated setup with logical volumes tomorrow.

Mister00X
Title: Re: Test the upcomming siduction release
Post by: vilde on 2021/06/20, 12:16:10
Just for testing/helping I installed the builds listed here under, both with Swedish keyboard and language during installation. Did the wipe-and-use-whole-hd version and this time all went very well. Test machine was the same old T420 as in my post from yesterday.

[img alt=[DIR]]https://testbuilds.siduction.site/icons/folder.gifxfce/ (https://testbuilds.siduction.site/xfce/)
2021-06-19 23:00 
and
[img alt=[DIR]]https://testbuilds.siduction.site/icons/folder.gifkde/ (https://testbuilds.siduction.site/kde/)
2021-06-19 21:50
Title: Re: Test the upcomming siduction release
Post by: sunrat on 2021/06/20, 13:58:07
I haven't tried it yet but the md5 file for the KDE version is wrong. It lists siduction-21.1.99-farewell-kde-amd64-202106191935.iso whereas the downloaded file name is siduction-farewell-kde-amd64-latest.iso
Once corrected the md5sum checks out OK.

Edit, next day: Booted the iso in KVM/QEMU and opened a few programs. All good!
Title: Re: Test the upcomming siduction release
Post by: toga on 2021/06/22, 14:49:15
siduction-farewell-kde-amd64-latest.iso

After installation, the keyboard language is set to "us", although "de" was previously selected before booting

Otherwise everything went fine! :-)
Title: Re: Test the upcomming siduction release
Post by: Mister00X on 2021/06/22, 16:56:00
I have installed the KDE iso again in qemu again in uefi mode. This time I tried to install on logical volumes using the calamares installer.

Out of 7 tries it succeeded once. The workaround of tricking calamares into installing on logical volumes by having KDE's partitionmanager open worked once but the fstab was not set up correctly and something with the efi partition seemed to be borked too because the system would not boot.
I have tried installing the same setup using a manjaro iso (which also uses calamares) and after some excessive googling I found that a bug in calamares itself is the cause of this issue.

Therefore I tried classical manual partitioning too. Using this disk layout
Code: [Select]
$ lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sr0     11:0    1 1024M  0 rom
vda    252:0    0   30G  0 disk
├─vda1 252:1    0  500M  0 part /boot/efi
├─vda2 252:2    0   25G  0 part /
└─vda3 252:3    0  4,5G  0 part /disks/data

It worked like a charm   8)

Title: Re: Test the upcomming siduction release
Post by: DeepDayze on 2021/06/23, 04:14:56
@Mister00X I usually do my own partitioning (or formatting) prior to installing any distro as can't always trust the builtin partitioners within the installer to actually work. In addition you can have fuller control over how your partitions are set up if you set them up first before installing. You can also set the EFI partition's desired size as well (if using UEFI), but I find that even with Windows' default EFI size of 100MB usually works well if you plan to have just 2 OS's installed in dual boot (Windows and Linux).
Title: Re: Test the upcomming siduction release
Post by: vinzv on 2021/06/23, 23:58:47
I have tried installing the same setup using a manjaro iso (which also uses calamares) and after some excessive googling I found that a bug in calamares itself is the cause of this issue.
Do you still have the bug report at hands? Maybe it can be solved somehow.
Title: Re: Test the upcomming siduction release
Post by: Mister00X on 2021/06/24, 11:31:31
@vinzv

I believe it to be this bug https://github.com/calamares/calamares/issues/1564 as calamares mounts its install target to /tmp/calamares and I observed running out of RAM when trying to install on LV's and I belive it's because /tmp/calamares was no longer a mounted file system but a ordinary directory at that point.

EDIT: I want to add when I talk about running out of memory, I am also talking about konsole (where the output of calamares -d was displayed) and other parts of plasma getting OOM-killed on a VM with 7.8 GiB RAM, which I believe should not happen.
Title: Re: Test the upcomming siduction release
Post by: Mister00X on 2021/06/24, 13:00:46
So I installed again in qemu in uefi mode this time using the KDE image, the cli-installer and (again) logical volumes.

Here are some remarks:

Apart from this the install was way less painfull than trying to trick calamares into installing on logical volumes and I imagine everyone wanting to install on LVs be proficient enough with linux to be able to chroot and fix those minor issues.
Title: Re: Test the upcomming siduction release
Post by: yunanideniz on 2021/07/14, 09:18:05
Hello,

for all who wants to help us, bringing our next siduction release to the daylight, you find the lastest testbuilds on
https://testbuilds.siduction.site. Test thos builds if you want and give us feadback.


I have installed  Mate Farewell on old Hp... run and  work..fine...   now i will test.. and give reports.
Title: Re: Test the upcomming siduction release
Post by: yunanideniz on 2021/07/14, 10:45:40
Hello,

for all who wants to help us, bringing our next siduction release to the daylight, you find the lastest testbuilds on
https://testbuilds.siduction.site. Test thos builds if you want and give us feadback.
Siduction Farewell Mate ... Work fine in these Computer HP Pavilion

CPU Intel Core (TM) 2 DUO - T7300  2.00Ghz
Ram  2029688 Kib
Nvidia G86MGeForce 8400 Gs    1280x800

I will give reports in next times
Title: Re: Test the upcomming siduction release
Post by: unklarer on 2021/07/16, 19:36:07
Mein Bericht.

Nach sonnigen Urlaub  ;D  bin ich heute dazu gekommen diese ISO zu installieren:
Code: [Select]
inxi -SMa
System:    Host: T500 Kernel: 5.12.17-1-siduction-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1 parameters: BOOT_IMAGE=/boot/vmlinuz-5.12.17-1-siduction-amd64
root=UUID=801f4917-5f88-4f5e-9399-785cb8384e2c ro quiet systemd.show_status=1
Desktop: LXDE 0.10.1 info: lxpanel, plank wm: Openbox 3.6.1 dm: SDDM
Distro: siduction 21.1.99 Farewell - lxde - (202106192004) base: Debian GNU/Linux 11 (bullseye)
Machine:   Type: Laptop System: LENOVO product: 20564QG v: ThinkPad T500 serial: <superuser required> Chassis:type: 10 serial: <superuser required>
Mobo: LENOVO model: 20564QG serial: <superuser required> BIOS: LENOVO v: 6FET83WW (3.13 )
date: 03/15/2010
dieser Code wird pro Zeile formatiert/ausgegeben. Handarbeit war angesagt, was läuft da im neuen Forum falsch?


Die Installation dauerte 15 Minuten.
Calamares arbeitete einwandfrei.
Installiert wurde "über" eine MX19-FVWM-DesktopInstallation, ohne extra /home, in ein Multibootsystem mit bunsenlabs-openbox, antiX19-fluxbox und archlinux-fluxbox. Der Bootloader Grub wurde in / installiert.
Entsprechende Änderungen an den Dateien default-grub, 30_os-prober und 40_custom - ohne Probleme.

Bereits in der live-ISO als auch jetzt in der Installation kam/kommt das gesamte Netzwerk mit LAN; Wlan und Bluetooth zum Einsatz. Entsprechende Umschaltungen oder Aufwachen, funktionieren einwandfrei.

Überptüft hatte ich
-die fstab
-die sources.list (extra und fixes)
eingestellt war der italienische Mirror garr.it, was ich auf die in Germany geändert habe.

Erstes dist-upgrade spielte 96 Pakete ein, darunter der 5.12.17'er Kernel. Autoremove arbeitete korrekt, indem der "ausgelieferte" Kernel 5.12.12 an Bord blieb. :D

Teilweise eingerichtet ist das System bereits mit Anwendungen, die mir wichtig sind (geany; keepassxc)
Die Leiste wurde von unten waagerecht nach links senkrecht geändert...

Title: Re: Test the upcomming siduction release
Post by: cs on 2021/07/24, 16:59:09
Hello,

I've installed the testing iso of the upcoming siduction release on my box.

So far, everything seemed working out of the box, including my external sound-card.

There where some error messages, though:

Quote
dmesg | grep -i "error\|warn\|fail"
[    2.155012] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[    2.306543] thermal thermal_zone0: failed to read out thermal zone (-61)
[    2.616027] acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
[    2.640728] WARNING: CPU: 10 PID: 666 at net/wireless/nl80211.c:7762 nl80211_get_reg_do+0x22c/0x2a0 [cfg80211]

But after a reboot, the soundcard failed again:

Quote
[   43.901569] pulseaudio[2885]: segfault at fffffffffffffff8 ip 00007f66e5a310d7 sp 00007ffe48bcf1e0 error 5 in libasound.so.2.0.0[7f66e5a23000+8d000]
[   44.516116] pulseaudio[4859]: segfault at 50 ip 0000000000000050 sp 00007ffe847e5928 error 14 in pulseaudio[55aaaf7bf000+5000]
[   45.252028] pulseaudio[4863]: segfault at 1cc ip 00007f88daecbcba sp 00007fff33024050 error 4 in libasound.so.2.0.0[7f88daea6000+8d000]
[   45.987212] pulseaudio[4867]: segfault at 1cc ip 00007f1be9a7ccba sp 00007fff32a7aff0 error 4 in libasound.so.2.0.0[7f1be9a57000+8d000]
[   46.756049] pulseaudio[4871]: segfault at 1cc ip 00007fb31de09cba sp 00007fff62914d50 error 4 in libasound.so.2.0.0[7fb31dde4000+8d000]
[   47.491113] pulseaudio[4875]: segfault at 50 ip 0000000000000050 sp 00007ffd5e81c8c8 error 14 in pulseaudio[55ccb7ec3000+5000]

Quote
inxi -SMa
System:    Host: cord-x13 Kernel: 5.12.12-1-siduction-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1
           parameters: BOOT_IMAGE=/boot/vmlinuz-5.12.12-1-siduction-amd64 root=UUID=d2f7f914-8bed-4cd0-83e2-013fa84a251a ro
           quiet systemd.show_status=1
           Desktop: KDE Plasma 5.20.5 tk: Qt 5.15.2 wm: kwin_x11 dm: SDDM
           Distro: siduction 21.1.99 Farewell - kde - (202106191935) base: Debian GNU/Linux 11 (bullseye)
Machine:   Type: Laptop System: LENOVO product: 20UGS00800 v: ThinkPad X13 Gen 1 serial: PF2CPHXS Chassis: type: 10
           serial: PF2CPHXS
           Mobo: LENOVO model: 20UGS00800 serial: L1HF05N00DS UEFI: LENOVO v: R1CET63W(1.32 ) date: 04/09/2021
Title: Re: Test the upcomming siduction release
Post by: devil on 2021/07/24, 21:20:34
There is a fresh set of images on testbuilds: https://testbuilds.siduction.org
Title: Soundcard fails again // Re: Test the upcomming siduction release
Post by: cs on 2021/07/25, 07:48:15
@devil: Thanks for the new testbuild!

First, my external sound card seemed to work even after a reboot, but after a few reboots it failed again.

I suspected a hardware-issue, but it works flawlessly on an Ubuntu-installation on another partition of the same box. Too bad. It fails with pulseaudio and pipewire.

Quote
Bus 006 Device 010: ID 0499:172f Yamaha Corp. Steinberg UR22C

I've even installed the newest firmware of the external soundcard, but without success.

Quote
  [   43.901569] pulseaudio[2885]: segfault at fffffffffffffff8 ip 00007f66e5a310d7 sp 00007ffe48bcf1e0 error 5 in libasound.so.2.0.0[7f66e5a23000+8d000]
    [   44.516116] pulseaudio[4859]: segfault at 50 ip 0000000000000050 sp 00007ffe847e5928 error 14 in pulseaudio[55aaaf7bf000+5000]
    [   45.252028] pulseaudio[4863]: segfault at 1cc ip 00007f88daecbcba sp 00007fff33024050 error 4 in libasound.so.2.0.0[7f88daea6000+8d000]
    [   45.987212] pulseaudio[4867]: segfault at 1cc ip 00007f1be9a7ccba sp 00007fff32a7aff0 error 4 in libasound.so.2.0.0[7f1be9a57000+8d000]
    [   46.756049] pulseaudio[4871]: segfault at 1cc ip 00007fb31de09cba sp 00007fff62914d50 error 4 in libasound.so.2.0.0[7fb31dde4000+8d000]
    [   47.491113] pulseaudio[4875]: segfault at 50 ip 0000000000000050 sp 00007ffd5e81c8c8 error 14 in pulseaudio[55ccb7ec3000+5000]

There are more error messages, but no more kernel oops:

Quote
dmesg | grep -i "error\|warn\|fail\oops"
[    1.173228] usb 4-1: device descriptor read/64, error -71
[    1.402268] usb 4-1: device descriptor read/64, error -71
[    1.526313] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-63.ucode failed with error -2
[    1.741295] usb 4-1: device descriptor read/64, error -71
[    1.971206] usb 4-1: device descriptor read/64, error -71
[    2.874225] usb 4-1: device not accepting address 4, error -71
[    3.401209] usb 4-1: device not accepting address 5, error -71

Quote
lsusb
Bus 007 Device 002: ID 17ef:3072 Lenovo USB3.0 Hub
Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 006 Device 004: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 006 Device 003: ID 06cb:00bd Synaptics, Inc. Prometheus MIS Touch Fingerprint Reader
Bus 006 Device 009: ID 17ef:306f Lenovo ThinkPad Dock USB Audio
Bus 006 Device 010: ID 0499:172f Yamaha Corp. Steinberg UR22C
Bus 006 Device 008: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 006 Device 007: ID 17ef:3073 Lenovo
Bus 006 Device 006: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0
Bus 006 Device 005: ID 17ef:3078 Lenovo USB Billboard
Bus 006 Device 002: ID 17ef:3073 Lenovo USB2.0 Hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 006: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 04f2:b6d0 Chicony Electronics Co., Ltd Integrated Camera
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub