MX 25 Beta 1 Feedback thread

Message
Author
re-user
Posts: 7
Joined: Mon Sep 22, 2025 10:05 am

Re: MX 25 Beta 1 Feedback thread

#181 Post by re-user »

Hi everyone,

In brief:
one little problem upgrading from a mx23 to mx25beta1 preserving /home: the "second user" can't login till "chown -R" his home, that after upgrade belongs to "1001".

Full story:

from a live mx25beta1 I did install on a mx23 existing installation with two user, indicating the first user same name when requested.
(Nice the new "Replace existing installation" choice in "Select type of installation" it was easy.)

Everything perfect, so I login on the upgraded system and created the second user.

Trying to login as the second user I receive a blank screen and immediatly after the login screen again.

Veryfing the owner of the second user home I find "1001".

Solution was "chown -R seconduser_name home_seconduser_name" (sudo).

Second user now logs in and find everithing he left on mx23.


I didn't find any info on further operation needed after creating the second user account,
so I think is a little problem to solve. Am I wrong?


As indicated follows the content of /var/log/minstall.log:

Code: Select all

Wed Sep 24 10:40:33 2025 INF default: Installer version: 25.09.2mx25
Wed Sep 24 10:40:33 2025 DBG default: << void MInstall::startup() >>
Wed Sep 24 10:40:33 2025 DBG default: Detect EFI: 64
Wed Sep 24 10:40:33 2025 DBG default: Exec #1: uname -m
Wed Sep 24 10:40:33 2025 DBG default: Exit #1: 0
Wed Sep 24 10:40:33 2025 DBG default: Detect arch: "x86_64"
Wed Sep 24 10:40:33 2025 DBG default: Live boot: BOOT_IMAGE=/antiX/vmlinuz quiet splasht nosplash lang=it_IT kbd=it,us tz=Europe/Rome
Wed Sep 24 10:40:34 2025 DBG default: Basic image: 6939074703 1 "/run/initramfs/boot-dev/antiX/linuxfs.info"
Wed Sep 24 10:40:34 2025 DBG default: Source inodes: 282621 Assumed block size: 4096
Wed Sep 24 10:40:34 2025 DBG default: Exec #2: du -scb /live/aufs/boot
Wed Sep 24 10:40:34 2025 DBG default: Check MD5: /run/initramfs/boot-dev/antiX/initrd.gz
Wed Sep 24 10:40:34 2025 DBG default: Exit #2: 0
Wed Sep 24 10:40:34 2025 DBG default: Exec #3: du -sc --inodes /live/aufs/boot
Wed Sep 24 10:40:34 2025 DBG default: Exit #3: 0
Wed Sep 24 10:40:34 2025 DBG default: "/boot" image: 308759925 minimum: 324197921 preferred: 324197921 inodes: 228
Wed Sep 24 10:40:34 2025 DBG default: Exec #4: du -scb /live/aufs/home
Wed Sep 24 10:40:34 2025 DBG default: Exit #4: 0
Wed Sep 24 10:40:34 2025 DBG default: Exec #5: du -sc --inodes /live/aufs/home
Wed Sep 24 10:40:34 2025 DBG default: Exit #5: 0
Wed Sep 24 10:40:34 2025 DBG default: "/home" image: 6029360 minimum: 6330828 preferred: 6330828 inodes: 187
Wed Sep 24 10:40:34 2025 DBG default: Minimum space: 972593763 (boot), 7522600243 (root), 6330828 (home)
Wed Sep 24 10:40:34 2025 WRN default: QString::arg: Argument missing: Supporto 1%, MX Linux
Wed Sep 24 10:40:34 2025 DBG default: Exec #6: find -L /usr/share/zoneinfo/ -mindepth 2 -type f -not -path /usr/share/zoneinfo/posix/* -not -path /usr/share/zoneinfo/right/* -printf %P\n
Wed Sep 24 10:40:34 2025 DBG default: Exit #6: 0
Wed Sep 24 10:40:34 2025 DBG default: Bash #7: guess-hwclock
Wed Sep 24 10:40:34 2025 DBG default: Check MD5 Good: /run/initramfs/boot-dev/antiX/initrd.gz
Wed Sep 24 10:40:34 2025 DBG default: Check MD5: /run/initramfs/boot-dev/antiX/vmlinuz
Wed Sep 24 10:40:35 2025 DBG default: Check MD5 Good: /run/initramfs/boot-dev/antiX/vmlinuz
Wed Sep 24 10:40:35 2025 DBG default: Check MD5: /run/initramfs/boot-dev/antiX/linuxfs
Wed Sep 24 10:40:36 2025 DBG default: Exit #7: 0
Wed Sep 24 10:40:36 2025 DBG default: Bash #8: locale -a | grep -Ev '^(C|POSIX)\.?' | grep -E 'utf8|UTF-8'
Wed Sep 24 10:40:36 2025 DBG default: Exit #8: 0
Wed Sep 24 10:40:36 2025 DBG default: Bash #9: ls -1 /home | grep -Ev '^(lost\+found|demo|snapshot)$' | grep -q '[a-zA-Z0-9]'
Wed Sep 24 10:40:36 2025 DBG default: Exit #9: 1
Wed Sep 24 10:40:36 2025 DBG default: check for possible snapshot: false
Wed Sep 24 10:40:36 2025 DBG default: Bash #10: dpkg -s samba | grep '^Status.*ok.*' | sed -e 's/.*ok //'
Wed Sep 24 10:40:36 2025 DBG default: Exit #10: 0
Wed Sep 24 10:40:36 2025 DBG default: Bash #11: echo ~demo
Wed Sep 24 10:40:36 2025 DBG default: Exit #11: 0
Wed Sep 24 10:40:36 2025 DBG default: Current user: "demo" "/home/demo"
Wed Sep 24 10:40:36 2025 DBG default: Exec #12: lsblk -T -bJo TYPE,NAME,PATH,UUID,ROTA,DISC-GRAN,SIZE,PHY-SEC,PTTYPE,PARTTYPENAME,FSTYPE,FSVER,LABEL,MODEL,PARTFLAGS
Wed Sep 24 10:40:36 2025 DBG default: Exit #12: 0
Wed Sep 24 10:40:36 2025 DBG default: Exec #13: parted -lm
Wed Sep 24 10:40:37 2025 DBG default: Exit #13: 0
Wed Sep 24 10:40:37 2025 DBG default: Bash #14: lsblk -T -bJo TYPE,NAME,PATH,UUID,ROTA,DISC-GRAN,SIZE,PHY-SEC,FSTYPE,LABEL /dev/mapper/*
Wed Sep 24 10:40:37 2025 DBG default: SErr #14: "lsblk: /dev/mapper/control: not a block device\n"
Wed Sep 24 10:40:37 2025 DBG default: Exit #14: 32
Wed Sep 24 10:42:51 2025 DBG default: Check MD5 Good: /run/initramfs/boot-dev/antiX/linuxfs
Wed Sep 24 10:42:51 2025 DBG default: Check MD5 Finished
Wed Sep 24 10:44:51 2025 DBG default: << Replacer::RootBase::RootBase(MProcess&, PartMan::Device*) >>
Wed Sep 24 10:44:51 2025 DBG default: Exec #15: findmnt -AfncoTARGET --source /dev/sda2
Wed Sep 24 10:44:52 2025 DBG default: Exit #15: 1
Wed Sep 24 10:44:52 2025 DBG default: Exec #16: mount -o ro /dev/sda2 -m /mnt/temp
Wed Sep 24 10:44:52 2025 DBG default: Exit #16: 0
Wed Sep 24 10:45:04 2025 DBG default: Exec #17: lsblk -T -bJo TYPE,NAME,PATH,UUID,ROTA,DISC-GRAN,SIZE,PHY-SEC,PTTYPE,PARTTYPENAME,FSTYPE,FSVER,LABEL,MODEL,PARTFLAGS
Wed Sep 24 10:45:04 2025 DBG default: Exit #17: 0
Wed Sep 24 10:45:04 2025 DBG default: Exec #18: parted -lm
Wed Sep 24 10:45:04 2025 DBG default: Exit #18: 0
Wed Sep 24 10:45:04 2025 DBG default: Bash #19: lsblk -T -bJo TYPE,NAME,PATH,UUID,ROTA,DISC-GRAN,SIZE,PHY-SEC,FSTYPE,LABEL /dev/mapper/*
Wed Sep 24 10:45:04 2025 DBG default: SErr #19: "lsblk: /dev/mapper/control: not a block device\n"
Wed Sep 24 10:45:04 2025 DBG default: Exit #19: 32
Wed Sep 24 10:45:05 2025 DBG default: ++ Preparazione all'installazione di MX Linux ++
Wed Sep 24 10:45:05 2025 DBG default: Bash #20: echo 0 > /sys/module/zswap/parameters/enabled
Wed Sep 24 10:45:05 2025 DBG default: Exit #20: 0
Wed Sep 24 10:45:05 2025 DBG default: Exec #21: modprobe zram
Wed Sep 24 10:45:05 2025 DBG default: Exit #21: 0
Wed Sep 24 10:45:05 2025 DBG default: Exec #22: zramctl zram0 -a zstd -s 2855428096
Wed Sep 24 10:45:05 2025 DBG default: Exit #22: 0
Wed Sep 24 10:45:05 2025 DBG default: Exec #23: mkswap -q /dev/zram0
Wed Sep 24 10:45:05 2025 DBG default: Exit #23: 0
Wed Sep 24 10:45:05 2025 DBG default: Exec #24: swapon -p 32767 /dev/zram0
Wed Sep 24 10:45:05 2025 DBG default: Exit #24: 0
Wed Sep 24 10:45:05 2025 DBG default: Exec #25: smartctl -H /dev/sda
Wed Sep 24 10:45:05 2025 DBG default: SOut #25: "smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.12.43+deb13-amd64] (local build)\nCopyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org\n\n=== START OF READ SMART DATA SECTION ===\nSMART overall-health self-assessment test result: PASSED\n\n"
Wed Sep 24 10:45:05 2025 DBG default: Exit #25: 0
Wed Sep 24 10:45:05 2025 DBG default: Bash #26: smartctl -A /dev/sda| grep -E "^  5|^196|^197|^198" | awk '{ if ( $10 != 0 ) { print $1,$2,$10} }'
Wed Sep 24 10:45:05 2025 DBG default: Exit #26: 0
Wed Sep 24 10:45:05 2025 DBG default: << void MInstall::setupAutoMount(bool) >>
Wed Sep 24 10:45:05 2025 DBG default: Bash #27: ps -e | grep 'udisksd'
Wed Sep 24 10:45:05 2025 DBG default: SOut #27: "   3104 ?        00:00:00 udisksd\n"
Wed Sep 24 10:45:05 2025 DBG default: Exit #27: 0
Wed Sep 24 10:45:05 2025 DBG default: Bash #28: grep -El '^[^#].*mdadm (-I|--incremental)' /lib/udev/rules.d/*
Wed Sep 24 10:45:05 2025 DBG default: Exit #28: 0
Wed Sep 24 10:45:05 2025 DBG default: Bash #29: systemctl list-units --full --all -t mount --no-legend 2>/dev/null | grep -v masked | cut -f1 -d' ' | grep -Ev '^(dev-hugepages|dev-mqueue|proc-sys-fs-binfmt_misc|run-user-.*-gvfs|sys-fs-fuse-connections|sys-kernel-config|sys-kernel-debug)'
Wed Sep 24 10:45:06 2025 DBG default: Exit #29: 0
Wed Sep 24 10:45:06 2025 DBG default: Exec #30: systemctl --runtime mask --quiet -- ● ●
Wed Sep 24 10:45:07 2025 DBG default: SErr #30: "Unit \\xe2\\x97\\x8f.service does not exist, proceeding anyway.\nUnit \\xe2\\x97\\x8f.service does not exist, proceeding anyway.\n"
Wed Sep 24 10:45:07 2025 DBG default: Exit #30: 0
Wed Sep 24 10:45:07 2025 DBG default: MkPath(SUCCESS): "/run/udev/rules.d"
Wed Sep 24 10:45:07 2025 DBG default: Exec #31: touch /run/udev/rules.d/64-md-raid-assembly.rules
Wed Sep 24 10:45:07 2025 DBG default: Exit #31: 0
Wed Sep 24 10:45:07 2025 DBG default: Bash #32: echo 'SUBSYSTEM=="block", ENV{UDISKS_IGNORE}="1"' > /run/udev/rules.d/91-mx-udisks-inhibit.rules
Wed Sep 24 10:45:07 2025 DBG default: Exit #32: 0
Wed Sep 24 10:45:07 2025 DBG default: Exec #33: udevadm control --reload
Wed Sep 24 10:45:07 2025 DBG default: Exit #33: 0
Wed Sep 24 10:45:07 2025 DBG default: Exec #34: udevadm trigger --subsystem-match=block
Wed Sep 24 10:45:07 2025 DBG default: Exit #34: 0
Wed Sep 24 10:45:07 2025 DBG default: Mount points:
Wed Sep 24 10:45:07 2025 DBG default:  - "/boot/efi" - "sda1" "" "/dev/sda1"
Wed Sep 24 10:45:07 2025 DBG default:  - "/" - "sda2" "" "/dev/sda2"
Wed Sep 24 10:45:07 2025 DBG default: << void PartMan::preparePartitions() >>
Wed Sep 24 10:45:07 2025 DBG default: Exec #35: swapon --show=NAME --noheadings
Wed Sep 24 10:45:07 2025 DBG default: Exit #35: 0
Wed Sep 24 10:45:07 2025 DBG default: Exec #36: findmnt --raw -o SOURCE
Wed Sep 24 10:45:07 2025 DBG default: Exit #36: 0
Wed Sep 24 10:45:07 2025 DBG default: Exec #37: umount -q /dev/sda2
Wed Sep 24 10:45:07 2025 DBG default: Exit #37: 0
Wed Sep 24 10:45:07 2025 DBG default: ++  Preparazione delle partizioni richieste ++
Wed Sep 24 10:45:07 2025 DBG default: Bash #38: sgdisk /dev/sda -q --typecode=1:ef00
Wed Sep 24 10:45:07 2025 DBG default: Exit #38: 0
Wed Sep 24 10:45:07 2025 DBG default: Bash #39: sgdisk /dev/sda -q --typecode=2:8303
Wed Sep 24 10:45:07 2025 DBG default: Exit #39: 0
Wed Sep 24 10:45:07 2025 DBG default: Exec #40: partx -u /dev/sda
Wed Sep 24 10:45:07 2025 DBG default: Exit #40: 0
Wed Sep 24 10:45:07 2025 DBG default: << void PartMan::formatPartitions() >>
Wed Sep 24 10:45:07 2025 DBG default: << void PartMan::mountPartitions() >>
Wed Sep 24 10:45:07 2025 DBG default: ++ Montando: / ++
Wed Sep 24 10:45:07 2025 DBG default: Exec #41: mount --mkdir -o noatime,noinit_itable,async,noiversion,lazytime /dev/sda2 /mnt/antiX/
Wed Sep 24 10:45:07 2025 DBG default: Exit #41: 0
Wed Sep 24 10:45:07 2025 DBG default: ++ Montando: /boot/efi ++
Wed Sep 24 10:45:07 2025 DBG default: Exec #42: mount --mkdir -o noatime,dmask=0002,fmask=0113,async,noiversion,lazytime /dev/sda1 /mnt/antiX/boot/efi
Wed Sep 24 10:45:07 2025 DBG default: Exit #42: 0
Wed Sep 24 10:45:07 2025 DBG default: Exec #43: lsblk --list -bJo PATH,UUID
Wed Sep 24 10:45:07 2025 DBG default: Exit #43: 0
Wed Sep 24 10:45:07 2025 DBG default: << void Base::install() >>
Wed Sep 24 10:45:07 2025 DBG default: ++ Eliminazione del vecchio sistema ++
Wed Sep 24 10:45:07 2025 DBG default: Exec #44: find /mnt/antiX -mindepth 1 -xdev ! -path /mnt/antiX/boot/efi ! -path /mnt/antiX/home/* ! -path /mnt/antiX/home -delete
Wed Sep 24 10:45:31 2025 DBG default: SErr #44: "/usr/bin/find: cannot delete \xE2\x80\x98/mnt/antiX/boot\xE2\x80\x99: Directory not empty\n"
Wed Sep 24 10:45:31 2025 DBG default: Exit #44: 1
Wed Sep 24 10:45:31 2025 DBG default: << void Base::copyLinux(bool) >>
Wed Sep 24 10:45:31 2025 DBG default: ++ Copia del nuovo sistema in corso ++
Wed Sep 24 10:45:31 2025 DBG default: Exec COPY: cp -av /live/aufs/boot /live/aufs/bin /live/aufs/dev /live/aufs/etc /live/aufs/lib /live/aufs/media /live/aufs/mnt /live/aufs/root /live/aufs/sbin /live/aufs/usr /live/aufs/var /live/aufs/lib64 /live/aufs/opt /live/aufs/home /mnt/antiX
Wed Sep 24 10:49:20 2025 DBG default: Exit COPY: 0 QProcess::NormalExit
Wed Sep 24 10:49:20 2025 DBG default: ++ Impostazioni di configurazione del sistema ++
Wed Sep 24 10:49:20 2025 DBG default: MkPath(SUCCESS): "/mnt/antiX/tmp"
Wed Sep 24 10:49:20 2025 DBG default: Bash #45: /usr/sbin/live-to-installed /mnt/antiX
Wed Sep 24 10:49:20 2025 DBG default: SErr #45: "find: \xE2\x80\x98/mnt/antiX/home/*/Desktop/minstall.desktop\xE2\x80\x99: No such file or directory\nfind: \xE2\x80\x98/mnt/antiX/home/*/Desktop/Installer.desktop\xE2\x80\x99: No such file or directory\nfind: \xE2\x80\x98/mnt/antiX/home/*//.idesktop/gazelle.lnk\xE2\x80\x99: No such file or directory\n"
Wed Sep 24 10:49:20 2025 DBG default: Exit #45: 0
Wed Sep 24 10:49:20 2025 DBG default: Install tabs
Wed Sep 24 10:49:20 2025 DBG default: Creating fstab entry for: "/" "/dev/sda2"
Wed Sep 24 10:49:20 2025 DBG default: Creating fstab entry for: "/boot/efi" "/dev/sda1"
Wed Sep 24 10:49:20 2025 DBG default: Exec #46: mount --mkdir --rbind --make-rslave /dev /mnt/antiX/dev
Wed Sep 24 10:49:20 2025 DBG default: Exit #46: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #47: mount --mkdir --rbind --make-rslave /sys /mnt/antiX/sys
Wed Sep 24 10:49:20 2025 DBG default: Exit #47: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #48: mount --mkdir --rbind /proc /mnt/antiX/proc
Wed Sep 24 10:49:20 2025 DBG default: Exit #48: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #49: mount --mkdir -t tmpfs -o size=100m,nodev,mode=755 tmpfs /mnt/antiX/run
Wed Sep 24 10:49:20 2025 DBG default: Exit #49: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #50: mount --mkdir --rbind /run/udev /mnt/antiX/run/udev
Wed Sep 24 10:49:20 2025 DBG default: Exit #50: 0
Wed Sep 24 10:49:20 2025 DBG default: Desktop menu
Wed Sep 24 10:49:20 2025 DBG default: Exec #51: chroot /mnt/antiX desktop-menu --write-out-global
Wed Sep 24 10:49:20 2025 DBG default: SErr #51: "chroot: failed to run command \xE2\x80\x98""desktop-menu\xE2\x80\x99: No such file or directory\n"
Wed Sep 24 10:49:20 2025 DBG default: Exit #51: 127
Wed Sep 24 10:49:20 2025 DBG default: Exec #52: rm -rf /mnt/antiX/home/demo
Wed Sep 24 10:49:20 2025 DBG default: Exit #52: 0
Wed Sep 24 10:49:20 2025 DBG default: Change root: /mnt/antiX
Wed Sep 24 10:49:20 2025 DBG default: Exec #53: rm /var/lib/dbus/machine-id /etc/machine-id
Wed Sep 24 10:49:20 2025 DBG default: Exit #53: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #54: dbus-uuidgen --ensure=/etc/machine-id
Wed Sep 24 10:49:20 2025 DBG default: Exit #54: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #55: dbus-uuidgen --ensure
Wed Sep 24 10:49:20 2025 DBG default: Exit #55: 0
Wed Sep 24 10:49:20 2025 DBG default: Change root: 
Wed Sep 24 10:49:20 2025 DBG default: Bash #56: lspci -n | grep -qE '80ee:beef|80ee:cafe'
Wed Sep 24 10:49:20 2025 DBG default: Exit #56: 1
Wed Sep 24 10:49:20 2025 DBG default: Detect VirtualBox: false
Wed Sep 24 10:49:20 2025 DBG default: Bash #57: mv -f /mnt/antiX/etc/rc5.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc5.d/K01virtualbox-guest-utils >/dev/null 2>&1
Wed Sep 24 10:49:20 2025 DBG default: Exit #57: 0
Wed Sep 24 10:49:20 2025 DBG default: Bash #58: mv -f /mnt/antiX/etc/rc4.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc4.d/K01virtualbox-guest-utils >/dev/null 2>&1
Wed Sep 24 10:49:20 2025 DBG default: Exit #58: 0
Wed Sep 24 10:49:20 2025 DBG default: Bash #59: mv -f /mnt/antiX/etc/rc3.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc3.d/K01virtualbox-guest-utils >/dev/null 2>&1
Wed Sep 24 10:49:20 2025 DBG default: Exit #59: 0
Wed Sep 24 10:49:20 2025 DBG default: Bash #60: mv -f /mnt/antiX/etc/rc2.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc2.d/K01virtualbox-guest-utils >/dev/null 2>&1
Wed Sep 24 10:49:20 2025 DBG default: Exit #60: 0
Wed Sep 24 10:49:20 2025 DBG default: Bash #61: mv -f /mnt/antiX/etc/rcS.d/S*virtualbox-guest-x11 /mnt/antiX/etc/rcS.d/K21virtualbox-guest-x11 >/dev/null 2>&1
Wed Sep 24 10:49:20 2025 DBG default: Exit #61: 1
Wed Sep 24 10:49:20 2025 DBG default: Bash #62: rmdir --ignore-fail-on-non-empty /mnt/antiX/media/sd*
Wed Sep 24 10:49:20 2025 DBG default: SErr #62: "rmdir: failed to remove '/mnt/antiX/media/sd*': No such file or directory\n"
Wed Sep 24 10:49:20 2025 DBG default: Exit #62: 1
Wed Sep 24 10:49:20 2025 DBG default: Change root: /mnt/antiX
Wed Sep 24 10:49:20 2025 DBG default: Set service: "acpi-fakekey" true
Wed Sep 24 10:49:20 2025 DBG default: Exec #63: systemctl unmask acpi-fakekey
Wed Sep 24 10:49:20 2025 DBG default: Exit #63: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #64: systemctl enable acpi-fakekey
Wed Sep 24 10:49:20 2025 DBG default: SErr #64: "Synchronizing state of acpi-fakekey.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable acpi-fakekey\n"
Wed Sep 24 10:49:20 2025 DBG default: Exit #64: 0
Wed Sep 24 10:49:20 2025 DBG default: Set service: "acpid" true
Wed Sep 24 10:49:20 2025 DBG default: Exec #65: systemctl unmask acpid
Wed Sep 24 10:49:20 2025 DBG default: Exit #65: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #66: systemctl enable acpid
Wed Sep 24 10:49:20 2025 DBG default: SErr #66: "Synchronizing state of acpid.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable acpid\n"
Wed Sep 24 10:49:20 2025 DBG default: Exit #66: 0
Wed Sep 24 10:49:20 2025 DBG default: Set service: "avahi-daemon" true
Wed Sep 24 10:49:20 2025 DBG default: Exec #67: systemctl unmask avahi-daemon
Wed Sep 24 10:49:20 2025 DBG default: Exit #67: 0
Wed Sep 24 10:49:20 2025 DBG default: Exec #68: systemctl enable avahi-daemon
Wed Sep 24 10:49:21 2025 DBG default: SErr #68: "Synchronizing state of avahi-daemon.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable avahi-daemon\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #68: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "dbus" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #69: systemctl unmask dbus
Wed Sep 24 10:49:21 2025 DBG default: Exit #69: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #70: systemctl enable dbus
Wed Sep 24 10:49:21 2025 DBG default: SErr #70: "Synchronizing state of dbus.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable dbus\nThe unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,\nAlso=, or Alias= settings in the [Install] section, and DefaultInstance= for\ntemplate units). This means they are not meant to be enabled or disabled using systemctl.\n \nPossible reasons for having these kinds of units are:\n\xE2\x80\xA2 A unit may be statically enabled by being symlinked from another unit's\n  .wants/, .requires/, or .upholds/ directory.\n\xE2\x80\xA2 A unit's purpose may be to act as a helper for some other unit which has\n  a requirement dependency on it.\n\xE2\x80\xA2 A unit may be started when needed via activation (socket, path, timer,\n  D-Bus, udev, scripted systemctl call, ...).\n\xE2\x80\xA2 In case of template units, the unit is meant to be enabled with some\n  instance name specified.\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #70: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "saned" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #71: systemctl unmask saned
Wed Sep 24 10:49:21 2025 DBG default: Exit #71: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #72: systemctl enable saned
Wed Sep 24 10:49:21 2025 DBG default: SErr #72: "Synchronizing state of saned.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable saned\nFailed to enable unit: Unit /usr/lib/systemd/system/saned.service is masked\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #72: 1
Wed Sep 24 10:49:21 2025 DBG default: Set service: "smartmontools" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #73: systemctl unmask smartmontools
Wed Sep 24 10:49:21 2025 DBG default: Exit #73: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #74: systemctl enable smartmontools
Wed Sep 24 10:49:21 2025 DBG default: SErr #74: "Synchronizing state of smartmontools.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable smartmontools\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #74: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "anacron" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #75: systemctl unmask anacron
Wed Sep 24 10:49:21 2025 DBG default: Exit #75: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #76: systemctl enable anacron
Wed Sep 24 10:49:21 2025 DBG default: SErr #76: "Synchronizing state of anacron.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable anacron\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #76: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "cron" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #77: systemctl unmask cron
Wed Sep 24 10:49:21 2025 DBG default: Exit #77: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #78: systemctl enable cron
Wed Sep 24 10:49:21 2025 DBG default: SErr #78: "Synchronizing state of cron.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable cron\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #78: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "sudo" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #79: systemctl unmask sudo
Wed Sep 24 10:49:21 2025 DBG default: Exit #79: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #80: systemctl enable sudo
Wed Sep 24 10:49:21 2025 DBG default: SErr #80: "Synchronizing state of sudo.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable sudo\nFailed to enable unit: Unit /usr/lib/systemd/system/sudo.service is masked\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #80: 1
Wed Sep 24 10:49:21 2025 DBG default: Set service: "bluetooth" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #81: systemctl unmask bluetooth
Wed Sep 24 10:49:21 2025 DBG default: Exit #81: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #82: systemctl enable bluetooth
Wed Sep 24 10:49:21 2025 DBG default: SErr #82: "Synchronizing state of bluetooth.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable bluetooth\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #82: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "network-manager" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #83: systemctl unmask network-manager
Wed Sep 24 10:49:21 2025 DBG default: Exit #83: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #84: systemctl enable network-manager
Wed Sep 24 10:49:21 2025 DBG default: SErr #84: "network-manager.service is not a native service, redirecting to systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable network-manager\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #84: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "nfs-kernel-server" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #85: systemctl unmask nfs-kernel-server
Wed Sep 24 10:49:21 2025 DBG default: Exit #85: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #86: systemctl enable nfs-kernel-server
Wed Sep 24 10:49:21 2025 DBG default: SErr #86: "Synchronizing state of nfs-kernel-server.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable nfs-kernel-server\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #86: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "rsync" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #87: systemctl unmask rsync
Wed Sep 24 10:49:21 2025 DBG default: Exit #87: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #88: systemctl enable rsync
Wed Sep 24 10:49:21 2025 DBG default: SErr #88: "Synchronizing state of rsync.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable rsync\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #88: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "cups" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #89: systemctl unmask cups
Wed Sep 24 10:49:21 2025 DBG default: Exit #89: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #90: systemctl enable cups
Wed Sep 24 10:49:21 2025 DBG default: SErr #90: "Synchronizing state of cups.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable cups\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #90: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "cups-browsed" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #91: systemctl unmask cups-browsed
Wed Sep 24 10:49:21 2025 DBG default: Exit #91: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #92: systemctl enable cups-browsed
Wed Sep 24 10:49:21 2025 DBG default: SErr #92: "Synchronizing state of cups-browsed.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable cups-browsed\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #92: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "smbd" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #93: systemctl unmask smbd
Wed Sep 24 10:49:21 2025 DBG default: Exit #93: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #94: systemctl enable smbd
Wed Sep 24 10:49:21 2025 DBG default: SErr #94: "Synchronizing state of smbd.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable smbd\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #94: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "nmbd" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #95: systemctl unmask nmbd
Wed Sep 24 10:49:21 2025 DBG default: Exit #95: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #96: systemctl enable nmbd
Wed Sep 24 10:49:21 2025 DBG default: SErr #96: "Synchronizing state of nmbd.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.\nExecuting: /usr/lib/systemd/systemd-sysv-install enable nmbd\n"
Wed Sep 24 10:49:21 2025 DBG default: Exit #96: 0
Wed Sep 24 10:49:21 2025 DBG default: Set service: "samba-ad-dc" true
Wed Sep 24 10:49:21 2025 DBG default: Exec #97: systemctl unmask samba-ad-dc
Wed Sep 24 10:49:21 2025 DBG default: Exit #97: 0
Wed Sep 24 10:49:21 2025 DBG default: Exec #98: systemctl enable samba-ad-dc
Wed Sep 24 10:49:22 2025 DBG default: SErr #98: "Failed to enable unit: Unit samba-ad-dc.service does not exist\n"
Wed Sep 24 10:49:22 2025 DBG default: Exit #98: 1
Wed Sep 24 10:49:22 2025 DBG default: Change root: 
Wed Sep 24 10:49:22 2025 DBG default: Exec #99: sed -i s/WORKGROUP/workgroup/g /mnt/antiX/etc/samba/smb.conf
Wed Sep 24 10:49:22 2025 DBG default: Exit #99: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #100: sed -E -i '/localhost/! s/^(127\.0\.0\.1|127\.0\.1\.1).*/\1    mx-bozzo/' /mnt/antiX/etc/hosts
Wed Sep 24 10:49:22 2025 DBG default: Exit #100: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #101: echo "mx-bozzo" | cat > /mnt/antiX/etc/hostname
Wed Sep 24 10:49:22 2025 DBG default: Exit #101: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #102: echo "mx-bozzo" | cat > /mnt/antiX/etc/mailname
Wed Sep 24 10:49:22 2025 DBG default: Exit #102: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #103: sed -i 's/.*send host-name.*/send host-name "mx-bozzo";/g' /mnt/antiX/etc/dhcp/dhclient.conf
Wed Sep 24 10:49:22 2025 DBG default: SErr #103: "sed: can't read /mnt/antiX/etc/dhcp/dhclient.conf: No such file or directory\n"
Wed Sep 24 10:49:22 2025 DBG default: Exit #103: 2
Wed Sep 24 10:49:22 2025 DBG default: Bash #104: echo "example.dom" | cat > /mnt/antiX/etc/defaultdomain
Wed Sep 24 10:49:22 2025 DBG default: Exit #104: 0
Wed Sep 24 10:49:22 2025 DBG default: << void Oobe::setLocale() const >>
Wed Sep 24 10:49:22 2025 DBG default: Update locale
Wed Sep 24 10:49:22 2025 DBG default: Bash #105: chroot /mnt/antiX /usr/sbin/update-locale "LANG=it_IT.UTF-8"
Wed Sep 24 10:49:22 2025 DBG default: Exit #105: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #106: echo a4 >/mnt/antiX/etc/papersize
Wed Sep 24 10:49:22 2025 DBG default: Exit #106: 0
Wed Sep 24 10:49:22 2025 DBG default: Exec #107: ln -nfs /usr/share/zoneinfo/Europe/Rome /mnt/antiX/etc/localtime
Wed Sep 24 10:49:22 2025 DBG default: Exit #107: 0
Wed Sep 24 10:49:22 2025 DBG default: Exec #108: ln -nfs /usr/share/zoneinfo/Europe/Rome /etc/localtime
Wed Sep 24 10:49:22 2025 DBG default: Exit #108: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #109: echo Europe/Rome > /mnt/antiX/etc/timezone
Wed Sep 24 10:49:22 2025 DBG default: Exit #109: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #110: echo Europe/Rome > /etc/timezone
Wed Sep 24 10:49:22 2025 DBG default: Exit #110: 0
Wed Sep 24 10:49:22 2025 DBG default: Bash #111: echo '0.0 0 0.0
0
UTC' > /etc/adjtime
Wed Sep 24 10:49:22 2025 DBG default: Exit #111: 0
Wed Sep 24 10:49:22 2025 DBG default: Exec #112: hwclock --hctosys
Wed Sep 24 10:49:23 2025 DBG default: Exit #112: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #113: cp -f /etc/adjtime /mnt/antiX/etc/
Wed Sep 24 10:49:23 2025 DBG default: Exit #113: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #114: cp -f /etc/default/rcS /mnt/antiX/etc/default
Wed Sep 24 10:49:23 2025 DBG default: SErr #114: "cp: cannot stat '/etc/default/rcS': No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #114: 1
Wed Sep 24 10:49:23 2025 DBG default: Bash #115: sed -i '/data0=/c\data0=%H:%M' /mnt/antiX/etc/skel/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc
Wed Sep 24 10:49:23 2025 DBG default: SErr #115: "sed: can't read /mnt/antiX/etc/skel/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #115: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #116: sed -i '/time_format=/c\time_format=%H:%M' /mnt/antiX/etc/skel/.config/xfce4/panel/datetime-1.rc
Wed Sep 24 10:49:23 2025 DBG default: SErr #116: "sed: can't read /mnt/antiX/etc/skel/.config/xfce4/panel/datetime-1.rc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #116: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #117: sed -i 's/%l/%H/' /mnt/antiX/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Wed Sep 24 10:49:23 2025 DBG default: Exit #117: 0
Wed Sep 24 10:49:23 2025 DBG default: Bash #118: sed -i '/use24hFormat=/c\use24hFormat=2' /mnt/antiX/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc
Wed Sep 24 10:49:23 2025 DBG default: SErr #118: "sed: can't read /mnt/antiX/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #118: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #119: sed -i '/time1_format/c\time1_format=%H:%M' /mnt/antiX/etc/skel/.config/tint2/tint2rc
Wed Sep 24 10:49:23 2025 DBG default: SErr #119: "sed: can't read /mnt/antiX/etc/skel/.config/tint2/tint2rc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #119: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #120: sed -i 's/%H:%M/%H:%M/g' /mnt/antiX/etc/skel/.icewm/preferences
Wed Sep 24 10:49:23 2025 DBG default: SErr #120: "sed: can't read /mnt/antiX/etc/skel/.icewm/preferences: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #120: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #121: sed -i 's/%k:%M/%k:%M/g' /mnt/antiX/etc/skel/.fluxbox/init
Wed Sep 24 10:49:23 2025 DBG default: SErr #121: "sed: can't read /mnt/antiX/etc/skel/.fluxbox/init: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #121: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #122: sed -i 's/%H:%M/%k:%M/g' /mnt/antiX/etc/skel/.jwm/tray
Wed Sep 24 10:49:23 2025 DBG default: SErr #122: "sed: can't read /mnt/antiX/etc/skel/.jwm/tray: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #122: 2
Wed Sep 24 10:49:23 2025 DBG default: Change root: /mnt/antiX
Wed Sep 24 10:49:23 2025 DBG default: Exec #123: passwd -l root
Wed Sep 24 10:49:23 2025 DBG default: SOut #123: "passwd: password changed.\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #123: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #124: chpasswd
Wed Sep 24 10:49:23 2025 DBG default: Exit #124: 0
Wed Sep 24 10:49:23 2025 DBG default: Change root: 
Wed Sep 24 10:49:23 2025 DBG default: Exec #125: sync
Wed Sep 24 10:49:23 2025 DBG default: Exit #125: 0
Wed Sep 24 10:49:23 2025 DBG default: check for remastered home folder: false
Wed Sep 24 10:49:23 2025 DBG default: Exec #126: cp -n /mnt/antiX/etc/skel/.bash_profile /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: SErr #126: "cp: cannot stat '/mnt/antiX/etc/skel/.bash_profile': No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #126: 1
Wed Sep 24 10:49:23 2025 DBG default: Exec #127: cp -n /mnt/antiX/etc/skel/.bashrc /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: Exit #127: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #128: cp -n /mnt/antiX/etc/skel/.gtkrc /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: SErr #128: "cp: cannot stat '/mnt/antiX/etc/skel/.gtkrc': No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #128: 1
Wed Sep 24 10:49:23 2025 DBG default: Exec #129: cp -n /mnt/antiX/etc/skel/.gtkrc-2.0 /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: SErr #129: "cp: cannot stat '/mnt/antiX/etc/skel/.gtkrc-2.0': No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #129: 1
Wed Sep 24 10:49:23 2025 DBG default: Exec #130: cp -Rn /mnt/antiX/etc/skel/.config /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: Exit #130: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #131: cp -Rn /mnt/antiX/etc/skel/.local /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: Exit #131: 0
Wed Sep 24 10:49:23 2025 DBG default: Bash #132: sed -i '/data0=/c\data0=%H:%M' /mnt/antiX/home/hqlab/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc
Wed Sep 24 10:49:23 2025 DBG default: SErr #132: "sed: can't read /mnt/antiX/home/hqlab/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #132: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #133: sed -i '/time_format=/c\time_format=%H:%M' /mnt/antiX/home/hqlab/.config/xfce4/panel/datetime-1.rc
Wed Sep 24 10:49:23 2025 DBG default: SErr #133: "sed: can't read /mnt/antiX/home/hqlab/.config/xfce4/panel/datetime-1.rc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #133: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #134: sed -i 's/%l/%H/' /mnt/antiX/home/hqlab/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Wed Sep 24 10:49:23 2025 DBG default: Exit #134: 0
Wed Sep 24 10:49:23 2025 DBG default: Bash #135: sed -i '/use24hFormat=/c\use24hFormat=2' /mnt/antiX/home/hqlab/.config/plasma-org.kde.plasma.desktop-appletsrc
Wed Sep 24 10:49:23 2025 DBG default: SErr #135: "sed: can't read /mnt/antiX/home/hqlab/.config/plasma-org.kde.plasma.desktop-appletsrc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #135: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #136: sed -i '/time1_format/c\time1_format=%H:%M' /mnt/antiX/home/hqlab/.config/tint2/tint2rc
Wed Sep 24 10:49:23 2025 DBG default: SErr #136: "sed: can't read /mnt/antiX/home/hqlab/.config/tint2/tint2rc: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #136: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #137: sed -i 's/%H:%M/%H:%M/g' /mnt/antiX/home/hqlab/.icewm/preferences
Wed Sep 24 10:49:23 2025 DBG default: SErr #137: "sed: can't read /mnt/antiX/home/hqlab/.icewm/preferences: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #137: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #138: sed -i 's/%k:%M/%k:%M/g' /mnt/antiX/home/hqlab/.fluxbox/init
Wed Sep 24 10:49:23 2025 DBG default: SErr #138: "sed: can't read /mnt/antiX/home/hqlab/.fluxbox/init: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #138: 2
Wed Sep 24 10:49:23 2025 DBG default: Bash #139: sed -i 's/%H:%M/%k:%M/g' /mnt/antiX/home/hqlab/.jwm/tray
Wed Sep 24 10:49:23 2025 DBG default: SErr #139: "sed: can't read /mnt/antiX/home/hqlab/.jwm/tray: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #139: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #140: chown -R demo:demo /mnt/antiX/home/hqlab
Wed Sep 24 10:49:23 2025 DBG default: Exit #140: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #141: sed -i s/demo/hqlab/g /mnt/antiX/etc/group
Wed Sep 24 10:49:23 2025 DBG default: Exit #141: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #142: sed -i s/demo/hqlab/g /mnt/antiX/etc/gshadow
Wed Sep 24 10:49:23 2025 DBG default: Exit #142: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #143: sed -i s/demo/hqlab/g /mnt/antiX/etc/passwd
Wed Sep 24 10:49:23 2025 DBG default: Exit #143: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #144: sed -i s/demo/hqlab/g /mnt/antiX/etc/shadow
Wed Sep 24 10:49:23 2025 DBG default: Exit #144: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #145: sed -i s/demo/hqlab/g /mnt/antiX/etc/subuid
Wed Sep 24 10:49:23 2025 DBG default: Exit #145: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #146: sed -i s/demo/hqlab/g /mnt/antiX/etc/subgid
Wed Sep 24 10:49:23 2025 DBG default: Exit #146: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #147: sed -i s/demo/hqlab/g /mnt/antiX/etc/slim.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #147: "/usr/bin/sed: can't read /mnt/antiX/etc/slim.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #147: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #148: sed -i s/demo/hqlab/g /mnt/antiX/etc/slimski.local.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #148: "/usr/bin/sed: can't read /mnt/antiX/etc/slimski.local.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #148: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #149: sed -i s/demo/hqlab/g /mnt/antiX/etc/lightdm/lightdm.conf
Wed Sep 24 10:49:23 2025 DBG default: Exit #149: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #150: sed -i s/demo/hqlab/g /mnt/antiX/home/*/.gtkrc-2.0
Wed Sep 24 10:49:23 2025 DBG default: SErr #150: "/usr/bin/sed: can't read /mnt/antiX/home/*/.gtkrc-2.0: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #150: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #151: sed -i s/demo/hqlab/g /mnt/antiX/root/.gtkrc-2.0
Wed Sep 24 10:49:23 2025 DBG default: SErr #151: "/usr/bin/sed: can't read /mnt/antiX/root/.gtkrc-2.0: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #151: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #152: sed -i s/auto_login/#auto_login/g /mnt/antiX/etc/slim.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #152: "/usr/bin/sed: can't read /mnt/antiX/etc/slim.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #152: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #153: sed -i "s/default_user /#default_user /g" /mnt/antiX/etc/slim.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #153: "/usr/bin/sed: can't read /mnt/antiX/etc/slim.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #153: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #154: sed -i s/autologin_enabled/#autologin_enabled/g /mnt/antiX/etc/slimski.local.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #154: "/usr/bin/sed: can't read /mnt/antiX/etc/slimski.local.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #154: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #155: sed -i "s/default_user /#default_user /g" /mnt/antiX/etc/slimski.local.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #155: "/usr/bin/sed: can't read /mnt/antiX/etc/slimski.local.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #155: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #156: sed -i s/autologin-user=/#autologin-user=/g /mnt/antiX/etc/lightdm/lightdm.conf
Wed Sep 24 10:49:23 2025 DBG default: Exit #156: 0
Wed Sep 24 10:49:23 2025 DBG default: Exec #157: sed -i s/User=.*/User=/g /mnt/antiX/etc/sddm.conf
Wed Sep 24 10:49:23 2025 DBG default: SErr #157: "/usr/bin/sed: can't read /mnt/antiX/etc/sddm.conf: No such file or directory\n"
Wed Sep 24 10:49:23 2025 DBG default: Exit #157: 2
Wed Sep 24 10:49:23 2025 DBG default: Exec #158: touch /mnt/antiX/var/mail/hqlab
Wed Sep 24 10:49:23 2025 DBG default: Exit #158: 0
Wed Sep 24 10:49:23 2025 DBG default: Configuration: /mnt/antiX/etc/minstall.conf
Wed Sep 24 10:49:23 2025 DBG default:  - Product: MX Linux 25
Wed Sep 24 10:49:23 2025 DBG default:  - Version: 6.0-ALPHA
Wed Sep 24 10:49:23 2025 DBG default:  = GRUB:
Wed Sep 24 10:49:23 2025 DBG default:    - HostSpecific: false
Wed Sep 24 10:49:23 2025 DBG default:    - Install: true
Wed Sep 24 10:49:23 2025 DBG default:    - TargetType: ESP
Wed Sep 24 10:49:23 2025 DBG default:  = Localization:
Wed Sep 24 10:49:23 2025 DBG default:    - ClockHours: 24
Wed Sep 24 10:49:23 2025 DBG default:    - LocalClock: false
Wed Sep 24 10:49:23 2025 DBG default:    - Locale: it_IT.UTF-8
Wed Sep 24 10:49:23 2025 DBG default:    - Timezone: Europe/Rome
Wed Sep 24 10:49:23 2025 DBG default:  = Network:
Wed Sep 24 10:49:23 2025 DBG default:    - ComputerName: mx-bozzo
Wed Sep 24 10:49:23 2025 DBG default:    - Domain: example.dom
Wed Sep 24 10:49:23 2025 DBG default:    - Samba: true
Wed Sep 24 10:49:23 2025 DBG default:    - Workgroup: workgroup
Wed Sep 24 10:49:23 2025 DBG default:  = Services:
Wed Sep 24 10:49:23 2025 DBG default:    - acpi-fakekey: true
Wed Sep 24 10:49:23 2025 DBG default:    - acpid: true
Wed Sep 24 10:49:23 2025 DBG default:    - anacron: true
Wed Sep 24 10:49:23 2025 DBG default:    - avahi-daemon: true
Wed Sep 24 10:49:23 2025 DBG default:    - bluetooth: true
Wed Sep 24 10:49:23 2025 DBG default:    - cron: true
Wed Sep 24 10:49:23 2025 DBG default:    - cups: true
Wed Sep 24 10:49:23 2025 DBG default:    - cups-browsed: true
Wed Sep 24 10:49:23 2025 DBG default:    - dbus: true
Wed Sep 24 10:49:23 2025 DBG default:    - network-manager: true
Wed Sep 24 10:49:23 2025 DBG default:    - nfs-kernel-server: true
Wed Sep 24 10:49:23 2025 DBG default:    - rsync: true
Wed Sep 24 10:49:23 2025 DBG default:    - saned: true
Wed Sep 24 10:49:23 2025 DBG default:    - smartmontools: true
Wed Sep 24 10:49:23 2025 DBG default:    - sudo: true
Wed Sep 24 10:49:23 2025 DBG default:  = Storage:
Wed Sep 24 10:49:23 2025 DBG default:    + sda/Partition1:
Wed Sep 24 10:49:23 2025 DBG default:      - CheckBadBlocks: false
Wed Sep 24 10:49:23 2025 DBG default:      - Dump: false
Wed Sep 24 10:49:23 2025 DBG default:      - Encrypt: false
Wed Sep 24 10:49:23 2025 DBG default:      - ESP: true
Wed Sep 24 10:49:23 2025 DBG default:      - Format: PRESERVE
Wed Sep 24 10:49:23 2025 DBG default:      - Label: EFI-SYSTEM
Wed Sep 24 10:49:23 2025 DBG default:      - Options: noatime,dmask=0002,fmask=0113
Wed Sep 24 10:49:23 2025 DBG default:      - Pass: 0
Wed Sep 24 10:49:23 2025 DBG default:      - Size: 268435456
Wed Sep 24 10:49:23 2025 DBG default:      - UseFor: /boot/efi
Wed Sep 24 10:49:23 2025 DBG default:    + sda/Partition2:
Wed Sep 24 10:49:23 2025 DBG default:      - CheckBadBlocks: false
Wed Sep 24 10:49:23 2025 DBG default:      - Dump: true
Wed Sep 24 10:49:23 2025 DBG default:      - Encrypt: false
Wed Sep 24 10:49:23 2025 DBG default:      - Format: PRESERVE
Wed Sep 24 10:49:23 2025 DBG default:      - Label: rootMX25
Wed Sep 24 10:49:23 2025 DBG default:      - Options: noatime
Wed Sep 24 10:49:23 2025 DBG default:      - Pass: 1
Wed Sep 24 10:49:23 2025 DBG default:      - Size: 119763107840
Wed Sep 24 10:49:23 2025 DBG default:      - UseFor: /
Wed Sep 24 10:49:23 2025 DBG default:    + sdb/Partition1:
Wed Sep 24 10:49:23 2025 DBG default:      - Active: true
Wed Sep 24 10:49:23 2025 DBG default:      - CheckBadBlocks: false
Wed Sep 24 10:49:23 2025 DBG default:      - Dump: false
Wed Sep 24 10:49:23 2025 DBG default:      - Encrypt: false
Wed Sep 24 10:49:23 2025 DBG default:      - Pass: 0
Wed Sep 24 10:49:23 2025 DBG default:      - Size: 7879000064
Wed Sep 24 10:49:23 2025 DBG default:    + sdb/Partition2:
Wed Sep 24 10:49:23 2025 DBG default:      - CheckBadBlocks: false
Wed Sep 24 10:49:23 2025 DBG default:      - Dump: false
Wed Sep 24 10:49:23 2025 DBG default:      - Encrypt: false
Wed Sep 24 10:49:23 2025 DBG default:      - ESP: true
Wed Sep 24 10:49:23 2025 DBG default:      - Pass: 0
Wed Sep 24 10:49:23 2025 DBG default:      - Size: 51380224
Wed Sep 24 10:49:23 2025 DBG default:  = Swap:
Wed Sep 24 10:49:23 2025 DBG default:    - File: /swap/swap
Wed Sep 24 10:49:23 2025 DBG default:    - Hibernation: false
Wed Sep 24 10:49:23 2025 DBG default:    - Install: true
Wed Sep 24 10:49:23 2025 DBG default:    - Size: 2048
Wed Sep 24 10:49:23 2025 DBG default:  = User:
Wed Sep 24 10:49:23 2025 DBG default:    - Autologin: false
Wed Sep 24 10:49:23 2025 DBG default:    - EnableRoot: false
Wed Sep 24 10:49:23 2025 DBG default:    - SaveDesktop: false
Wed Sep 24 10:49:23 2025 DBG default:    - Username: hqlab
Wed Sep 24 10:49:23 2025 DBG default: End of configuration.
Wed Sep 24 10:49:23 2025 DBG default: Exec #159: sync
Wed Sep 24 10:49:23 2025 DBG default: Exit #159: 0
Wed Sep 24 10:49:23 2025 DBG default: << void SwapMan::install(QStringList&) >>
Wed Sep 24 10:49:23 2025 DBG default: ++ Creazione di un file swap ++
Wed Sep 24 10:49:23 2025 DBG default: MkPath(SUCCESS): "/mnt/antiX/swap"
Wed Sep 24 10:49:23 2025 DBG default: Exec #160: mkswap -q --size 2048M --file /mnt/antiX/swap/swap
Wed Sep 24 10:49:23 2025 DBG default: Exit #160: 0
Wed Sep 24 10:49:23 2025 DBG default: ++ Configurazione di un file swap ++
Wed Sep 24 10:49:23 2025 DBG default: << void BootMan::install(const QStringList&) >>
Wed Sep 24 10:49:23 2025 DBG default: Bash #161: ls /mnt/antiX/boot | grep 'initrd.img-3.6'
Wed Sep 24 10:49:23 2025 DBG default: Exit #161: 1
Wed Sep 24 10:49:23 2025 DBG default: Exec #162: mountpoint -q /sys/firmware/efi/efivars
Wed Sep 24 10:49:23 2025 DBG default: Exit #162: 0
Wed Sep 24 10:49:23 2025 DBG default: ++ Installazione di GRUB ++
Wed Sep 24 10:49:23 2025 DBG default: Bash #163: ls /sys/firmware/efi/efivars | grep dump
Wed Sep 24 10:49:23 2025 DBG default: Exit #163: 1
Wed Sep 24 10:49:23 2025 DBG default: Change root: /mnt/antiX
Wed Sep 24 10:49:23 2025 DBG default: Exec #164: grub-install --no-nvram --force-extra-removable --target=x86_64-efi --bootloader-id=MX --recheck --efi-directory=/boot/efi
Wed Sep 24 10:49:24 2025 DBG default: SErr #164: "Installing for x86_64-efi platform.\nInstallation finished. No error reported.\n"
Wed Sep 24 10:49:24 2025 DBG default: Exit #164: 0
Wed Sep 24 10:49:24 2025 DBG default: Exec #165: cp -p /boot/efi/EFI/MX/fbx64.efi /boot/efi/EFI/BOOT/
Wed Sep 24 10:49:24 2025 DBG default: Exit #165: 0
Wed Sep 24 10:49:24 2025 DBG default: MkPath(SUCCESS): "/mnt/antiX/boot/efi/EFI/debian/"
Wed Sep 24 10:49:24 2025 DBG default: Exec #166: cp -p /boot/efi/EFI/MX/grub.cfg /boot/efi/EFI/debian/
Wed Sep 24 10:49:24 2025 DBG default: Exit #166: 0
Wed Sep 24 10:49:24 2025 DBG default: Exec #167: efibootmgr
Wed Sep 24 10:49:25 2025 DBG default: Exit #167: 0
Wed Sep 24 10:49:25 2025 DBG default: Exec #168: efibootmgr -qcL "MX Linux" -d /dev/sda -p 1 -l /EFI/MX/shimx64.efi
Wed Sep 24 10:49:25 2025 DBG default: SErr #168: "efibootmgr: ** Warning ** : Boot0000 has same label MX Linux\n"
Wed Sep 24 10:49:25 2025 DBG default: Exit #168: 0
Wed Sep 24 10:49:25 2025 DBG default: Change root: 
Wed Sep 24 10:49:25 2025 DBG default: Bash #169: /live/bin/non-live-cmdline
Wed Sep 24 10:49:25 2025 DBG default: Exit #169: 0
Wed Sep 24 10:49:25 2025 DBG default: grubDefault is  "quiet splash"
Wed Sep 24 10:49:25 2025 DBG default: intermediate QList("quiet", "quiet", "splash")
Wed Sep 24 10:49:25 2025 DBG default: Exec #170: uname -r
Wed Sep 24 10:49:25 2025 DBG default: SOut #170: "6.12.43+deb13-amd64\n"
Wed Sep 24 10:49:25 2025 DBG default: Exit #170: 0
Wed Sep 24 10:49:25 2025 DBG default: Add cmdline options to Grub QList("quiet", "splash")
Wed Sep 24 10:49:25 2025 DBG default: cmdlinestring "quiet splash"
Wed Sep 24 10:49:25 2025 DBG default: Bash #171: sed -i -r 's|^(GRUB_CMDLINE_LINUX_DEFAULT=).*|\1"quiet splash"|' /mnt/antiX/etc/default/grub
Wed Sep 24 10:49:25 2025 DBG default: Exit #171: 0
Wed Sep 24 10:49:25 2025 DBG default: MkPath(SUCCESS): "/mnt/antiX/boot/uefi-mt"
Wed Sep 24 10:49:25 2025 DBG default: Exec #172: cp /live/boot-dev/boot/uefi-mt/mtest-64.efi /mnt/antiX/boot/uefi-mt
Wed Sep 24 10:49:25 2025 DBG default: Exit #172: 0
Wed Sep 24 10:49:25 2025 DBG default: Change root: /mnt/antiX
Wed Sep 24 10:49:25 2025 DBG default: Exec #173: update-grub
Wed Sep 24 10:49:30 2025 DBG default: SErr #173: "Generating grub configuration file ...\nFound theme: /boot/grub/themes/mx_linux/theme.txt\nFound linux image: /boot/vmlinuz-6.12.48+deb13-amd64\nFound initrd image: /boot/initrd.img-6.12.48+deb13-amd64\nFound linux image: /boot/vmlinuz-6.12.43+deb13-amd64\nFound initrd image: /boot/initrd.img-6.12.43+deb13-amd64\nFound mtest-64.efi image: /boot/uefi-mt/mtest-64.efi\ndone\n"
Wed Sep 24 10:49:30 2025 DBG default: Exit #173: 0
Wed Sep 24 10:49:30 2025 DBG default: ++ Aggiornamento di initramfs ++
Wed Sep 24 10:49:30 2025 DBG default: Exec #174: update-initramfs -u -t -k all
Wed Sep 24 10:50:59 2025 DBG default: SOut #174: "update-initramfs: Generating /boot/initrd.img-6.12.48+deb13-amd64\nupdate-initramfs: Generating /boot/initrd.img-6.12.43+deb13-amd64\n"
Wed Sep 24 10:50:59 2025 DBG default: SErr #174: "W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.\nW: mdadm: failed to auto-generate temporary mdadm.conf file.\nW: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.\nW: mdadm: failed to auto-generate temporary mdadm.conf file.\n"
Wed Sep 24 10:50:59 2025 DBG default: Exit #174: 0
Wed Sep 24 10:50:59 2025 DBG default: Revert root: 
Wed Sep 24 10:50:59 2025 DBG default: ++ Fase di pulizia ++
Wed Sep 24 10:50:59 2025 DBG default: << void MInstall::cleanup() >>

And the QSI of the test MXBook:

Code: Select all

System:
  Kernel: 6.12.48+deb13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 14.2.0 clocksource: hpet
    avail: acpi_pm parameters: BOOT_IMAGE=/boot/vmlinuz-6.12.48+deb13-amd64 root=UUID=<filter> ro
    quiet splash
  Desktop: Xfce v: 4.20.1 tk: Gtk v: 3.24.48 wm: xfwm4 v: 4.20.0 with: xfce4-panel
    tools: xfce4-screensaver vt: 7 dm: LightDM v: 1.32.0 Distro: MX-25_Xfce_beta1_x64 Infinity
    September 21 2025 base: Debian GNU/Linux 13 (trixie)
Machine:
  Type: Laptop System: Apple product: MacBook5,1 v: 1.0 serial: <superuser required> Chassis:
    type: 10 v: Mac-F42D89C8 serial: <superuser required>
  Mobo: Apple model: Mac-F42D89C8 v: Proto serial: <superuser required>
    uuid: <superuser required> UEFI: Apple v: MB51.88Z.007D.B03.0904271443 date: 04/27/09
Battery:
  ID-1: BAT0 charge: 713.2 Wh (100.0%) condition: 713.2/44.7 Wh (1595.8%) volts: 10.2 min: 10.9
    model: DP bq20z951 type: Li-ion serial: N/A status: full cycles: 949
CPU:
  Info: model: Intel Core2 Duo P7350 bits: 64 type: MCP arch: Penryn level: v1 built: 2008
    process: Intel 45nm family: 6 model-id: 0x17 (23) stepping: 6 microcode: 0x60F
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 2 smt: <unsupported> cache: L1: 128 KiB
    desc: d-2x32 KiB; i-2x32 KiB L2: 3 MiB desc: 1x3 MiB
  Speed (MHz): avg: 1592 min/max: 1596/1995 scaling: driver: acpi-cpufreq governor: schedutil
    cores: 1: 1592 2: 1592 bogomips: 7960
  Flags: ht lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: KVM: Split huge pages
  Type: l1tf mitigation: PTE Inversion; VMX: EPT disabled
  Type: mds status: Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data status: Unknown: No mitigations
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass status: Vulnerable
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
  Type: spectre_v2 mitigation: Retpolines; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not
    affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
  Type: vmscape status: Not affected
Graphics:
  Device-1: NVIDIA C79 [GeForce 9400M] vendor: Apple MacBook5 1 driver: nouveau v: kernel non-free:
    series: 340.xx status: legacy (EOL~2019-12-xx) last: release: 340.108 kernel: 5.4 xorg: 1.20
    arch: Tesla process: 40-80nm built: 2006-2013 ports: active: LVDS-1 empty: none bus-ID: 02:00.0
    chip-ID: 10de:0863 class-ID: 0300 temp: 69.0 C
  Device-2: Apple Built-in iSight driver: uvcvideo type: USB rev: 2.0 speed: 480 Mb/s lanes: 1
    mode: 2.0 bus-ID: 1-4:2 chip-ID: 05ac:8507 class-ID: 0e02 serial: <filter>
  Display: x11 server: X.Org v: 21.1.16 compositor: xfwm4 v: 4.20.0 driver: X:
    loaded: modesetting unloaded: fbdev,vesa dri: nouveau gpu: nouveau display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 1280x800 s-dpi: 96 s-size: 338x211mm (13.31x8.31") s-diag: 398mm (15.69")
  Monitor-1: LVDS-1 model: Apple 0x9c89 built: 2008 res: mode: 1280x800 hz: 60 scale: 100% (1)
    dpi: 114 gamma: 1.2 size: 286x179mm (11.26x7.05") diag: 337mm (13.3") ratio: 16:10 modes:
    max: 1280x800 min: 640x350
  API: EGL v: 1.5 hw: drv: nvidia nouveau platforms: device: 0 drv: nouveau device: 1 drv: swrast
    gbm: drv: nouveau surfaceless: drv: nouveau x11: drv: nouveau inactive: wayland
  API: OpenGL v: 4.5 compat-v: 3.3 vendor: mesa v: 25.0.7-2 glx-v: 1.4 direct-render: yes
    renderer: NVAC device-ID: 10de:0863 memory: 245.1 MiB unified: yes
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings x11: xdriinfo, xdpyinfo, xprop,
    xrandr
Audio:
  Device-1: NVIDIA MCP79 High Definition Audio driver: snd_hda_intel v: kernel bus-ID: 00:08.0
    chip-ID: 10de:0ac0 class-ID: 0403
  API: ALSA v: k6.12.48+deb13-amd64 status: kernel-api tools: alsactl,alsamixer,amixer
  Server-1: PipeWire v: 1.4.5 status: active with: 1: pipewire-pulse status: active
    2: wireplumber status: active 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: NVIDIA MCP79 Ethernet driver: forcedeth v: kernel port: 21e0 bus-ID: 00:0a.0
    chip-ID: 10de:0ab0 class-ID: 0200
  IF: eth0 state: down mac: <filter>
  Device-2: Broadcom BCM4322 802.11a/b/g/n Wireless LAN vendor: Apple AirPort Extreme driver: wl
    v: kernel modules: ssb pcie: gen: 1 speed: 2.5 GT/s lanes: 1 bus-ID: 03:00.0 chip-ID: 14e4:432b
    class-ID: 0280
  IF: wlan0 state: up mac: <filter>
  Info: services: NetworkManager, nfsd, smbd, systemd-networkd, wpa_supplicant
Bluetooth:
  Device-1: Apple Bluetooth Host Controller driver: btusb v: 0.8 type: USB rev: 2.0 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 4-1.1:3 chip-ID: 05ac:8213 class-ID: fe01 serial: <filter>
  Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 2.1 lmp-v: 4 sub-v: 21d0
    hci-v: 4 rev: 20a class-ID: 6c010c
  Info: acl-mtu: 1021:5 sco-mtu: 64:1 link-policy: rswitch hold sniff park
    link-mode: peripheral accept service-classes: rendering, capturing, audio, telephony
Drives:
  Local Storage: total: 119.18 GiB used: 14.41 GiB (12.1%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/sda maj-min: 8:0 vendor: Kingston model: SHFS37A120G size: 111.79 GiB block-size:
    physical: 512 B logical: 512 B speed: 1.5 Gb/s tech: SSD serial: <filter> fw-rev: BBF0
    scheme: GPT
  ID-2: /dev/sdb maj-min: 8:16 vendor: Kingston model: DT 101 G2 size: 7.39 GiB block-size:
    physical: 512 B logical: 512 B type: USB rev: 2.0 spd: 480 Mb/s lanes: 1 mode: 2.0 tech: N/A
    serial: <filter> fw-rev: PMAP scheme: MBR
  SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
Partition:
  ID-1: / raw-size: 111.54 GiB size: 109.23 GiB (97.93%) used: 11.88 GiB (10.9%) fs: ext4
    dev: /dev/sda2 maj-min: 8:2
  ID-2: /boot/efi raw-size: 256 MiB size: 252 MiB (98.46%) used: 8.7 MiB (3.5%) fs: vfat
    dev: /dev/sda1 maj-min: 8:1
Swap:
  Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: file size: 2 GiB used: 0 KiB (0.0%) priority: -2 file: /swap/swap
Sensors:
  System Temperatures: cpu: 65.0 C mobo: N/A gpu: nouveau temp: 69.0 C
  Fan Speeds (rpm): N/A
Repos:
  Packages: pm: dpkg pkgs: 2298 libs: 1170 tools: apt, apt-get, aptitude, nala, synaptic pm: rpm
    pkgs: 0 pm: flatpak pkgs: 0
  No active apt repos in: /etc/apt/sources.list
  Active apt repos in: /etc/apt/sources.list.d/debian.sources
    1: deb http://deb.debian.org/debian/ trixie main  contrib non-free non-free-firmware
    2: deb http://security.debian.org/debian-security/ trixie-security main  contrib non-free non-free-firmware
    3: deb http://deb.debian.org/debian/ trixie-updates  main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/mx.sources
    1: deb http://it.mxrepo.com/mx/repo/ trixie main  non-free
Info:
  Memory: total: 3 GiB note: est. available: 2.66 GiB used: 933.3 MiB (34.3%)
  Processes: 229 Power: uptime: 51m states: freeze,mem,disk suspend: deep avail: s2idle
    wakeups: 0 hibernate: platform avail: shutdown, reboot, suspend, test_resume image: 1.01 GiB
    services: upowerd,xfce4-power-manager Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: gcc: 14.2.0 Client: shell wrapper v: 5.2.37-release inxi: 3.3.38
Boot Mode: UEFI

User avatar
Jerry3904
Administrator
Posts: 23657
Joined: Wed Jul 19, 2006 6:13 am

Re: MX 25 Beta 1 Feedback thread

#182 Post by Jerry3904 »

siamhie wrote: Wed Sep 24, 2025 12:04 pm
Jerry3904 wrote: Wed Sep 24, 2025 11:45 am @siamhie Thanks, I explored all that during the development phase without solution.
@specialk That's what I see on MX-25 as well, both sysV and systemd, no matter so far what I have tried. Didn't know about MX-Simple, thanks for that.We will continue working on it during beta phase, maybe set up a dedicated thread.
@Jerry3904 I downloaded MX-25 KDE beta and sure enough MX-Flair doesn't show the icons. All I saw where letters and numbers in place of the icons.

Installing Conky Manager did solve the icon issue, so it must be something with MX-Conky not reading the fonts included with the MX-Flair folder.
Good catch about Conky Manager showing those icons correctly, should help @Adrian do some troubleshooting when he has time.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

specialk
Posts: 28
Joined: Fri Dec 15, 2023 11:44 am

Re: MX 25 Beta 1 Feedback thread

#183 Post by specialk »

Jerry3904 wrote: Wed Sep 24, 2025 12:40 pm
siamhie wrote: Wed Sep 24, 2025 12:04 pm
Jerry3904 wrote: Wed Sep 24, 2025 11:45 am @siamhie Thanks, I explored all that during the development phase without solution.
@specialk That's what I see on MX-25 as well, both sysV and systemd, no matter so far what I have tried. Didn't know about MX-Simple, thanks for that.We will continue working on it during beta phase, maybe set up a dedicated thread.
@Jerry3904 I downloaded MX-25 KDE beta and sure enough MX-Flair doesn't show the icons. All I saw where letters and numbers in place of the icons.

Installing Conky Manager did solve the icon issue, so it must be something with MX-Conky not reading the fonts included with the MX-Flair folder.
Good catch about Conky Manager showing those icons correctly, should help @Adrian do some troubleshooting when he has time.
Indeed, I tried it too and it's "fixed", at least this way.

User avatar
Adrian
Developer
Posts: 9272
Joined: Wed Jul 12, 2006 1:42 am

Re: MX 25 Beta 1 Feedback thread

#184 Post by Adrian »

I'm not sure I understand what icons should I see? Are all the conkys messed up? If one or few of them are then it might be an issue with the conky file -- sorry I don't know enough about them to troubleshoot.
Maybe it's relying on a icon set that is not installed in KDE, but I'm not going to install any extra icon sets only to make a conky work.

User avatar
Jerry3904
Administrator
Posts: 23657
Joined: Wed Jul 19, 2006 6:13 am

Re: MX 25 Beta 1 Feedback thread

#185 Post by Jerry3904 »

No need to install anything, since the icon set is included inside the folders of the only two conkies affected: MX Flair

Image

and MX Simple (I think these are the files)

Image
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Adrian
Developer
Posts: 9272
Joined: Wed Jul 12, 2006 1:42 am

Re: MX 25 Beta 1 Feedback thread

#186 Post by Adrian »

Jerry3904 wrote: Wed Sep 24, 2025 1:08 pm No need to install anything, since the icon set is included in the folders of the only two conkies affected: MX Flair and MX Simple
ChatGPT says this:
Because Conky (with use_xft = true) only sees fonts that are registered with fontconfig. It won’t load a .ttf just because it’s in the same folder.

Fix:

Put the font file in a font dir

Per-user: ~/.local/share/fonts/ (or legacy ~/.fonts/)

System-wide: /usr/local/share/fonts/ or /usr/share/fonts/

Rebuild cache: fc-cache -f -v
If it works in Xfce I don't know, maybe somehow those fonts are registered.

User avatar
Jerry3904
Administrator
Posts: 23657
Joined: Wed Jul 19, 2006 6:13 am

Re: MX 25 Beta 1 Feedback thread

#187 Post by Jerry3904 »

The font sets (*.ttf) are inside, see previous post
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

novakwh
Posts: 8
Joined: Thu Mar 20, 2025 11:16 am

Re: MX 25 Beta 1 Feedback thread

#188 Post by novakwh »

chrispop99 wrote: Wed Sep 24, 2025 9:39 am
I'm not seeing any of that here.

Tweak starts quickly both directly from the menu and from the Tools panel.
Can start typing my password as soon as the login screen appears.
Everything is working fine except for those issues, in fact I have been using it as my daily driver.

Running mx-tweak in terminal gets:

fish: Job 1, 'mx-tweak' terminated by signal SIGSEGV (Address boundary error)

kwg
Posts: 11
Joined: Wed Sep 24, 2025 1:59 pm

Re: MX 25 Beta 1 Feedback thread

#189 Post by kwg »

Using mx-ease-themes_25.09.02...

With the mx-ease theme, in galculator, without a value saved yet to memory...
  • The text on the MR and M+ buttons is invisible (probably because the text and background have the same color) instead of being grayed out against a background of a different color.
  • Unlike all the other galculator buttons, the MS, MR and M+ buttons do not display a border, even after a value has been saved to memory.
With the mx-ease-Dark theme, in galculator...
  • While text on the MS, MR and M+ buttons is always visible, borders do not appear on these buttons, whether or not a value has been saved to memory.

NakedRider
Posts: 20
Joined: Mon Aug 07, 2023 4:39 pm

Re: MX 25 Beta 1 Feedback thread

#190 Post by NakedRider »

Just a quick question - Has anyone tried installing nvidia-driver in MX 25? This went horrible in Debian Trixie. It's still a problem. I'm really hoping this doesn't make it downstream to MX 25.

Post Reply

Return to “General”