antiX-25-full-beta1 for public testing

Forum › Forums › News › Announcements › antiX-25-full-beta1 for public testing

  • This topic has 387 replies, 38 voices, and was last updated Dec 18-7:28 am by Brian Masinick.
Viewing 15 posts - 286 through 300 (of 388 total)
  • Author
    Posts
  • #190567
    marcelocripe
    Member

      Hello verdy.

      Applications menu shows noting.

      Clicking on the “Refresh Menu” should solve the problem. I have a computer that, regardless of the antiX edition, always requires me to click on the “Refresh Menu” for the “Applications” submenus to appear.

      #190605
      verdy
      Member

        Thank you marcelocripe

        I forgot to mention that. I tried Refresh Menu but it didn’t work.

        I have repeatedly created Live USB to determine the reproduction conditions.
        I would like to investigate further in the future.

        #190644
        verdy
        Member

          I did a little research into the broken links in the menu application and here’s my report.
          The conclusion is that the Save options had nothing to do with it.

          Tested with Live USB, Runit, modern kernel (6.6.101-antix.1-amd64-smp), toram option.
          Tested with several lang settings.

          BOOT_IMAGE=/antiX/vmlinuz1 quiet disable=lxF init=runit lang=en_US kbd=us tz=America/New_York toram
          BOOT_IMAGE=/antiX/vmlinuz1 quiet disable=lxF init=runit lang=de_DE kbd=de tz=Europe/Berlin toram
          BOOT_IMAGE=/antiX/vmlinuz1 quiet disable=lxF init=runit lang=pt_BR kbd=br,us tz=America/Sao_Paulo toram
          BOOT_IMAGE=/antiX/vmlinuz1 quiet disable=lxF init=runit lang=ja_JP kbd=jp,us tz=Asia/Tokyo toram

          With lang=en_US, menu-applications in /etc/skel/.icewm/ and ~/.icewm/ are created as broken links.
          With de_DE, pt_BR, and ja_JP, the correct menu-applications are created.

          I also tried lang=en_US with the legacy kernel (5.10.240-antix.1-amd64-smp), but got the same results.

          I have no idea why this happens.
          I haven’t seen any similar reports, so maybe I’m just in another antiX world.

          Is the error message “cannot generate pixbuf from /usr/share/icons/papirus-antix/48×48/status/user-trash.ping” that appears when App Select is launched for the first time due to the path name being changed in antiX-25-full-beta1? Maybe so.

          *EDIT*
          The broken link issue with the menu-applications file occurs when configured using the Grub menu at boot time.
          This issue does not occur when configured using the legacy boot menu(syslinux)

          • This reply was modified 10 months ago by verdy.
          #190668
          crazyace
          Member

            Wanted to start off by saying how grateful I am to the antiX dev team for the outstanding work being carried out here. Ive been an Obarun user for while, but with the inclusion of s6-66 and the possibility of using XFCE without logind, Im looking to migrate a system over to antiX. I have a few comments on the current beta and a few issues I ran into as well. So first, my system requires a 6.14 or later kernel along with some missing firmware for network connectivity. I was able to get those things remedied, but I thought antiX would be well served to offer a release that includes either the latest Debian back-ports kernel or the latest Liquorix kernel available in addition to the 2 currently offered at boot time. I realize many have viewed this distro mainly as something to utilize with older hardware but with the possibility of now running an elogind free XFCE I suspect many will be interested in making the move to antiX and the lack of a newer kernel complicates things. As far as beta1 goes, Ive ran into 2 main issues. First, when booting the live-USB and running the graphical installer from the desktop, it makes it to the end but always fails to install grub successfully. I’m forced to reboot into the live environment and run boot repair to install the bootloader, which does indeed function correctly from then on. Second, when booting via s6-66, I am unable to parse service files for some reason. Im placing the service file under /etc/66/service/service_file_name, but when attempting to parse it I receive the error, “parse: fatal: unable to get field Type of service: service_file_name.” I posted the service file contents below which utilizes the same formatting I utilize in Obarun.

            [main]

            @type=classic
            @description=”VPN daemon”
            @version=0.0.1
            @user=(root)

            [start]
            @execute=(
            /usr/bin/vpn-daemon
            )

            #190674
            ProwlerGr
            Member

              Hello @crazyace, welcome to the antiX community

              First, when booting the live-USB and running the graphical installer from the desktop, it makes it to the end but always fails to install grub successfully. I’m forced to reboot into the live environment and run boot repair to install the bootloader, which does indeed function correctly from then on.

              Could you perhaps post your outputs of the following inxi -zv8 && sudo cat /var/log/minstall.log

              Second, when booting via s6-66, I am unable to parse service files for some reason. Im placing the service file under /etc/66/service/service_file_name, but when attempting to parse it I receive the error, “parse: fatal: unable to get field Type of service: service_file_name.” I posted the service file contents below which utilizes the same formatting I utilize in Obarun.

              [main]

              @type=classic
              @description=”VPN daemon”
              @version=0.0.1
              @user=(root)

              [start]
              @execute=(
              /usr/bin/vpn-daemon
              )

              The correct format for the current version of 66 (>=0.8.0.0)

              [Main]
              Type = classic
              Description = ”VPN daemon”
              Version = 0.0.2
              User = ( root )

              [Start]
              Execute=(
              /usr/bin/vpn-daemon
              )

              Refer to 66-frontend.md for current frontend format

              I hope this helps

              #190676
              crazyace
              Member

                Thank you, happy to be here. I had copied and pasted the itsfoss antiX init-diversity formatting that’s apparently for an older version, but what you supplied worked fine so problem solved, thank you. Attached is the output requested from inxi -zv8 && sudo cat /var/log/minstall.log

                • This reply was modified 10 months, 1 week ago by crazyace.
                Attachments:
                #190678
                ProwlerGr
                Member

                  I had copied and pasted the itsfoss antiX init-diversity formatting that’s apparently for an older version, but what you supplied worked fine so problem solved, thank you. Attached is the output requested from inxi -zv8 && sudo cat /var/log/minstall.log

                  OK I think I found the culprit

                  Sat Nov 15 14:58:03 2025 DBG default: SErr #137: “cp: cannot stat ‘/boot/efi/EFI/antiX/fbx64.efi’: No such file or directory\n”

                  @anticapitalista @dolphin_oracle I think I’ve seen this bug mentioned in the MX25 testing threads, am I right to assume there’s already a fix for it?

                  #190694
                  dolphin_oracle
                  Forum Admin

                    I had copied and pasted the itsfoss antiX init-diversity formatting that’s apparently for an older version, but what you supplied worked fine so problem solved, thank you. Attached is the output requested from inxi -zv8 && sudo cat /var/log/minstall.log

                    OK I think I found the culprit

                    Sat Nov 15 14:58:03 2025 DBG default: SErr #137: “cp: cannot stat ‘/boot/efi/EFI/antiX/fbx64.efi’: No such file or directory\n”


                    @anticapitalista
                    @dolphin_oracle I think I’ve seen this bug mentioned in the MX25 testing threads, am I right to assume there’s already a fix for it?

                    it was mentioned earlier in this antiX testing thread, and yes the installer fixes have already been made in the git repo.

                    the error comes up when the signed efi shims are not installed.

                    • This reply was modified 10 months, 1 week ago by dolphin_oracle.
                    • This reply was modified 10 months, 1 week ago by dolphin_oracle.
                    #190697
                    anticapitalista
                    Forum Admin

                      antiX-installer 25.11.15 (already in repos) should have the fix.

                      Philosophers have interpreted the world in many ways; the point is to change it.

                      antiX with runit - leaner and meaner.

                      #190699
                      j0ta
                      Member

                        It’s possible to remove those dependencies from antiX-installer and and gazelle-installer-data-antiX

                        grub-efi-amd64-bin
                        grub-efi-amd64-unsigned
                        grub-efi-ia32-bin
                        grub-efi-ia32-unsigned

                        Cause purging those will remove antiX-installer and gazelle-installer-data-antiX
                        and installing antiX-installer and gazelle-installer-data-antiX after purging will reinstall the dependencies

                        It’s just “cosmetic” has it is done after system is installed

                        ​🇳​​🇴​​🇸​​🇾​​🇸​​🇹​​🇪​​🇲​​🇩​ ​🇺​​🇸​​🇪​​🇷​
                        🇱​​🇮​​🇧​​🇷​​🇪​​🇧​​🇴​​🇴​​🇹​ ​🇺​​🇸​​🇪​​🇷​
                        ​🇦​​🇳​​🇹​​🇮​​🇽​ 🇺​​🇸​​🇪​​🇷​
                        ​🇱​​🇮​​🇧​​🇷​​🇪​​🇼​​🇴​​🇱​​🇫​ ​🇺​​🇸​​🇪​​🇷​
                        Anti A.I user

                        #190725
                        andfree
                        Member

                          I see that antiX-installer version 25.11.15 contains an extra section of instructions, related to “Dual drive” option.
                          Generally, I find the installation instructions quite helpful, but I think they could be a bit more. Just some thoughts:

                          1) Regarding the option of dividing the drive into separate root and home partitions, only advantages are mentioned:

                          Keeping the home directory in a separate partition improves the reliability of operating system upgrades. It also makes backing up and recovery easier. This can also improve overall performance by constraining the system files to a defined portion of the drive.

                          However, I think there should be a warning that such a choice could cause issues to antiX editions which come with more than one kernels (specifically antiX-25 comes with two really affecting each other kernels).

                          2) Non-experts are discouraged from touching the option of creating a swap file, but I wonder if it also applies to the size of that file. Should they keep its default size (2048 MB) or would it be better if they changed it in accordance to computer’s RAM?
                          I find it also unclear when a zram swap is recommended or whether it’s only for experts, too.

                          3) Last but not least, a user can read about “Service Settings”:

                          Most users should not change the defaults. Users with low-resource computers sometimes want to disable unneeded services in order to keep the RAM usage as low as possible. Make sure you know what you are doing!

                          But for many users, disabling unneeded services is not just a desire, but a way of making best use of limited system resources. They probably wish they had some instructions that would help them make sure what they are doing. It seems quite obvious that cups, saned or bluetooth service is not needed in the according case that printing, scanning or bluetooth connecting is not required. But, what about the rest? A few months ago, in response to a related question, @anticapitalista indicated some services that could safely be disabled. I would find it helpful if there were such instructions, updated for every new edition.

                          #190751
                          Robin
                          Member

                            I made the mistake to let the antiX USB writer create the testingstick with GPT and pmbr_boot options (as I usually do), while I should have known better already: This PC doesn’t accept GPT partitioned drives, its BIOS can only boot from MS-DOS partitioned drives. Even worse: The presence of GPT freezes this PC completely when the BIOS tries to access it. So I had to recreate the stick, this time with the default settings. (Strange thing, even my five years older 32 bit notebook can properly boot from GPT partitioned drives… and this here is a 64 bit device already.)

                            So now finally my first impression from this 25beta1 live: In one word Great.
                            – Boots straight to the desktop. Extra fast startup. Never have seen booting nor shutting down this device that fast.
                            – Direct access to wired network out of the box. (This device doesn’t have WLan)

                            Some first Observations:

                            – Observation: The MCP61 Network device shows up as “network bridge”, while I have not configured a bridge. (As said, everything is virgin booted into default from a freshly created USB stick)

                            – Observation: Clock shows 1 hour wrong time after boot, even when BIOS clock is set properly to UTC. Either a wrong time zone is applied, or daylight saving period not observed properly. Will check what causes this.

                            – Observation (needs some more detailed inspection still) : The preinstalled firefox keeps on each program start the CPU busy at 100% system load for 1 to 2 minutes (!), without any obvious tasks. After this time, the PC can be used normally again, CPU consumption of firefox goes back to reasonable values. Can be reproduced by closing firefox and opening it again.

                            – Another observation: Seems the schedutil governor doesn’t step up to the higher frequencies even when 100% system load for a longer period mostly block the system, and the CPU is expected to float between 1,0 GHz and 2,2 / 3,0 GHz; it sticks pervicaciously to 1 GHz. Issue needs further, more detailed analysis.

                            – Tiny glitch in translation of main menu first level. While in antiX 23.x the entry is properly translated to “neueste Dateien” with a submenu “Liste der neuesten Dateien”, now in antiX 25 the first level reads “Neuesten Dateien”, which looks ridiculous, since this form requires a definite article: Either write “Die neuesten Dateien” or “Neueste Dateien”, both is correct. What is the resource for these first level menu translations set at transifex so it can be fixed?

                            And here you are the fist system readouts, for now from “default” boot option, nothing special set up nor selected, besides German localisation. More readouts (from the other init systems) to come. Taken immediately after desktop has been reached after boot, from within a terminal emulator window.

                            $ sudo ps_mem.py
                            
                             Private  +   Shared  =  RAM used	Program
                            
                            108.0 KiB +  26.5 KiB = 134.5 KiB	runit
                            124.0 KiB +  28.5 KiB = 152.5 KiB	runsvdir
                            152.0 KiB +  27.5 KiB = 179.5 KiB	svlogd
                            156.0 KiB +  49.5 KiB = 205.5 KiB	seatd
                            292.0 KiB + 104.5 KiB = 396.5 KiB	dbus-launch
                            276.0 KiB + 218.5 KiB = 494.5 KiB	startup
                            388.0 KiB + 254.5 KiB = 642.5 KiB	udevil
                            352.0 KiB + 434.5 KiB = 786.5 KiB	icewm-session
                            600.0 KiB + 398.0 KiB = 998.0 KiB	getty (4)
                            792.0 KiB + 357.5 KiB =   1.1 MiB	devmon
                            852.0 KiB + 354.5 KiB =   1.2 MiB	desktop-session
                            920.0 KiB + 316.0 KiB =   1.2 MiB	runsv (10)
                              1.0 MiB + 621.5 KiB =   1.6 MiB	dbus-daemon (3)
                            940.0 KiB + 834.5 KiB =   1.7 MiB	at-spi-bus-launcher
                              1.8 MiB + 406.5 KiB =   2.2 MiB	udevd
                              2.3 MiB + 368.5 KiB =   2.7 MiB	bash
                              2.1 MiB + 710.5 KiB =   2.8 MiB	conky
                            928.0 KiB +   2.0 MiB =   2.9 MiB	sudo (2)
                              3.0 MiB + 523.5 KiB =   3.5 MiB	wpa_supplicant
                              3.7 MiB + 463.5 KiB =   4.1 MiB	connmand
                              3.5 MiB + 699.5 KiB =   4.2 MiB	pipewire-pulse
                              3.3 MiB +   1.2 MiB =   4.5 MiB	pipewire
                              2.3 MiB +   2.3 MiB =   4.6 MiB	fbxkb
                              3.7 MiB +   1.8 MiB =   5.5 MiB	dhcpcd (5)
                              4.4 MiB +   1.5 MiB =   5.8 MiB	slimski
                              3.2 MiB +   3.8 MiB =   7.1 MiB	volumeicon
                              5.8 MiB +   2.4 MiB =   8.2 MiB	icewm
                             10.2 MiB +   1.9 MiB =  12.1 MiB	wireplumber
                              7.3 MiB +   5.4 MiB =  12.7 MiB	zzzfm
                             10.2 MiB +   4.3 MiB =  14.5 MiB	roxterm
                             57.3 MiB +   3.3 MiB =  60.6 MiB	Xorg
                            ---------------------------------
                                                    168.8 MiB
                            =================================
                            $ sudo inxi -zv8 --zv --za
                            System:
                              Kernel: 6.6.101-antix.1-amd64-smp arch: x86_64 bits: 64 compiler: gcc
                                v: 12.2.0 clocksource: hpet avail: acpi_pm parameters: lang=de_DE quiet
                                disable=lxF
                              Desktop: IceWM v: 3.9.0 tools: avail: slock,xlock dm: slimski v: 1.5.0
                                Distro: antiX-25-beta1_x64-full Stephen Kapos 4 November 2025 base: Debian
                                GNU/Linux 13 (trixie)
                            Machine:
                              Type: Desktop Mobo: FOXCONN model: M61PMV v: FAB 1.1 serial: <filter>
                                uuid: <filter> BIOS: Phoenix v: P07 date: 07/28/2009
                            Battery:
                              Message: No system battery data found. Is one present?
                            Memory:
                              System RAM: total: 2 GiB available: 1.81 GiB used: 361.1 MiB (19.5%)
                              Array-1: capacity: 4 GiB slots: 2 modules: 2 EC: 64-bit ECC
                                max-module-size: 2 GiB
                              Device-1: A0 info: single-bank type: DDR2 detail: N/A size: 1024 MiB
                                speed: 2048 MT/s volts: N/A width (bits): data: 64 total: 64
                                manufacturer: AD00000000000000 part-no: N/A serial: <filter>
                              Device-2: A1 info: single-bank type: DDR2 detail: N/A size: 1024 MiB
                                speed: 2048 MT/s volts: N/A width (bits): data: 64 total: 64
                                manufacturer: AD00000000000000 part-no: N/A serial: <filter>
                            PCI Slots:
                              Slot: 1 type: PCI status: available length: long volts: 5.0 bus-ID: N/A
                              Slot: 2 type: PCI status: available length: long volts: 5.0 bus-ID: N/A
                              Slot: 0 type: PCIe status: unknown length: long volts: 5.0 bus-ID: N/A
                              Slot: 0 type: PCIe status: unknown length: long volts: 5.0 bus-ID: N/A
                            CPU:
                              Info: model: AMD Sempron LE-1250 socket: 940 (AMD Sempron(tm) Processor
                                LE-1250) note: check bits: 64 type: UP arch: K8 level: v1 built: 2005-08
                                process: AMD 65nm family: 0xF (15) model-id: 0x7F (127) stepping: 2
                                microcode: N/A
                              Topology: cpus: 1x dies: 1 clusters: 1 cores: 1 smt: <unsupported> cache:
                                L1: 128 KiB desc: d-1x64 KiB; i-1x64 KiB L2: 512 KiB desc: 1x512 KiB
                              Speed (MHz): 1000 min/max: 1000/2200 base/boost: 2211/3000 scaling:
                                driver: powernow-k8 governor: schedutil volts: 1.2 V ext-clock: 201 MHz
                                core: 1: 1000 bogomips: 4420
                              Flags: 3dnow 3dnowext 3dnowprefetch apic clflush cmov cpuid cr8_legacy
                                cx16 cx8 de extapic extd_apicid fpu fxsr fxsr_opt lahf_lm lm mca mce mmx
                                mmxext msr mtrr nopl nx pae pat pge pni pse pse36 rdtscp rep_good sep sse
                                sse2 syscall tsc vme vmmcall
                              Vulnerabilities: <filter>
                            Graphics:
                              Device-1: NVIDIA C61 [GeForce 6150SE nForce 430] vendor: Foxconn
                                driver: nouveau v: kernel non-free: series: 304.xx
                                status: legacy (EOL~2017-09-xx) last: release: 304.137 kernel: 4.13
                                xorg: 1.19 arch: Curie process: 90-130nm built: 2003-2013 ports:
                                active: VGA-1 empty: none bus-ID: 00:0d.0 chip-ID: 10de:03d0
                                class-ID: 0300
                              Display: server: X.Org v: 21.1.16 driver: X: loaded: nouveau
                                unloaded: fbdev,modesetting,vesa alternate: nv dri: swrast gpu: nouveau
                                display-ID: :0.0 screens: 1
                              Screen-1: 0 s-res: 1152x864 s-dpi: 96 s-size: 304x228mm (11.97x8.98")
                                s-diag: 380mm (14.96")
                              Monitor-1: VGA-1 model: Belinea/Maxdata 0x1b6c serial: <filter>
                                built: 1998 res: mode: 1152x864 hz: 75 scale: 100% (1) dpi: 91 gamma: 1.83
                                chroma: red: x: 0.643 y: 0.329 green: x: 0.271 y: 0.604 blue: x: 0.141
                                y: 0.063 white: x: 0.278 y: 0.310 size: 320x240mm (12.6x9.45")
                                diag: 400mm (15.7") ratio: 4:3 modes: 1280x1024, 1152x864, 1024x768,
                                800x600, 640x480, 640x400
                              API: EGL v: 1.5 hw: drv: nvidia nouveau platforms: device: 0 egl: 1.4
                                drv: nouveau device: 1 drv: swrast gbm: egl: 1.4 drv: nouveau surfaceless:
                                egl: 1.4 drv: nouveau x11: drv: swrast inactive: wayland
                              API: OpenGL v: 4.5 compat-v: 2.1 vendor: mesa v: 25.0.7-2 glx-v: 1.4
                                direct-render: yes renderer: llvmpipe (LLVM 19.1.7 128 bits)
                                device-ID: ffffffff:ffffffff memory: 1.77 GiB unified: yes
                              Info: Tools: api: eglinfo,glxinfo x11: xdriinfo, xdpyinfo, xprop, xrandr
                            Audio:
                              Device-1: NVIDIA MCP61 High Definition Audio vendor: Foxconn
                                driver: snd_hda_intel v: kernel bus-ID: 00:05.0 chip-ID: 10de:03f0
                                class-ID: 0403
                              API: ALSA v: k6.6.101-antix.1-amd64-smp status: kernel-api with: apulse
                                type: pulse-emulator tools: alsactl,alsamixer,amixer
                              Server-1: PipeWire v: 1.4.2 status: n/a (root, process) with:
                                1: pipewire-pulse status: active 2: wireplumber status: active
                                3: pipewire-alsa type: plugin 4: pw-jack type: plugin
                                tools: pw-cat,pw-cli,wpctl
                            Network:
                              Device-1: NVIDIA MCP61 Ethernet vendor: Foxconn type: network bridge
                                driver: forcedeth v: kernel port: ec00 bus-ID: 00:07.0 chip-ID: 10de:03ef
                                class-ID: 0680
                              IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
                              IP v4: <filter> scope: global broadcast: <filter>
                              IP v4: <filter> type: secondary dynamic noprefixroute scope: global
                                broadcast: <filter>
                              IP v6: <filter> type: temporary dynamic scope: global
                              IP v6: <filter> type: dynamic mngtmpaddr noprefixroute scope: global
                              IP v6: <filter> type: temporary dynamic scope: global
                              IP v6: <filter> type: dynamic mngtmpaddr noprefixroute scope: global
                              IP v6: <filter> scope: link
                              Info: services: wpa_supplicant
                              WAN IP: <filter>
                            Bluetooth:
                              Message: No bluetooth data found.
                            Logical:
                              Message: No logical block device data found.
                            RAID:
                              Message: No RAID data found.
                            Drives:
                              Local Storage: total: 58.59 GiB used: 2.09 GiB (3.6%)
                              ID-1: /dev/sda maj-min: 8:0 model: N/A size: 58.59 GiB block-size:
                                physical: 512 B logical: 512 B type: USB rev: 2.1 spd: 480 Mb/s lanes: 1
                                mode: 2.0 tech: N/A serial: <filter> fw-rev: 3.00 scheme: MBR
                              SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
                              Optical-1: /dev/sr0 vendor: HL-DT-ST model: DVD-RAM GSA-H55L rev: 1.03
                                dev-links: cdrom,cdrw,dvd,dvdrw
                              Features: speed: 48 multisession: yes audio: yes dvd: yes
                                rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
                            Partition:
                              ID-1: /live/boot-dev raw-size: 29.25 GiB size: 28.71 GiB (98.18%)
                                used: 2.08 GiB (7.2%) fs: ext4 block-size: 4096 B dev: /dev/sda1
                                maj-min: 8:1 label: <filter> uuid: <filter>
                              ID-2: /media/ANTIX-UEFI raw-size: 49 MiB size: 48.2 MiB (98.43%)
                                used: 12.4 MiB (25.6%) fs: vfat block-size: 512 B dev: /dev/sda2
                                maj-min: 8:2 label: <filter> uuid: <filter>
                            Swap:
                              Alert: No swap data was found.
                            Unmounted:
                              Message: No unmounted partitions found.
                            USB:
                              Hub-1: 1-0:1 info: full speed or root hub ports: 10 rev: 2.0
                                speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
                                class-ID: 0900
                              Device-1: 1-2:2 info: USB Disk 20 type: mass storage driver: usb-storage
                                interfaces: 1 rev: 2.1 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
                                power: 100mA chip-ID: 346d:5678 class-ID: 0806 serial: <filter>
                              Hub-2: 2-0:1 info: full speed or root hub ports: 10 rev: 1.1
                                speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
                                class-ID: 0900
                            Sensors:
                              System Temperatures: cpu: 4294939.3 C mobo: N/A
                              Fan Speeds (rpm): N/A
                            Repos:
                              Packages: pm: dpkg pkgs: 1956 libs: 937 tools: apt,apt-get,aptitude,synaptic
                              Active apt repos in: /etc/apt/sources.list.d/antix.list
                                1: deb [signed-by=/etc/apt/keyrings/antix-archive-keyring.gpg] http://ftp.halifax.rwth-aachen.de/mxlinux/packages/antix/trixie trixie main nonfree nosystemd
                              Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
                                1: deb http://ftp.us.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware
                              Active apt repos in: /etc/apt/sources.list.d/debian.list
                                1: deb http://ftp.de.debian.org/debian/ trixie main contrib non-free non-free-firmware
                                2: deb http://security.debian.org/ trixie-security main contrib non-free non-free-firmware
                              No active apt repos in: /etc/apt/sources.list.d/librewolf.list
                              No active apt repos in: /etc/apt/sources.list.d/liquorix.list
                              Active apt repos in: /etc/apt/sources.list.d/trixie-backports.list
                                1: deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware
                            Processes:
                              CPU top: 5 of 131
                              1: cpu: 100% command: ps pid: 3238 mem: 3.16 MiB (0.1%)
                              2: cpu: 4.3% command: sudo pid: 3220 mem: 6.37 MiB (0.3%)
                              3: cpu: 3.6% command: Xorg pid: 2308 mem: 69.0 MiB (3.7%)
                              4: cpu: 1.2% command: zzzfm pid: 2583 mem: 28.8 MiB (1.5%)
                              5: cpu: 1.0% command: icewm pid: 2417 mem: 18.8 MiB (1.0%)
                              Memory top: 5 of 131
                              1: mem: 69.0 MiB (3.7%) command: Xorg pid: 2308 cpu: 3.6%
                              2: mem: 30.3 MiB (1.6%) command: roxterm pid: 2953 cpu: 0.9%
                              3: mem: 28.8 MiB (1.5%) command: zzzfm pid: 2583 cpu: 1.2%
                              4: mem: 22.5 MiB (1.2%) command: volumeicon pid: 2788 cpu: 0.1%
                              5: mem: 19.8 MiB (1.0%) command: wireplumber pid: 2686 cpu: 0.7%
                            Info:
                              Processes: 131 Power: uptime: 2m states: freeze,mem,disk suspend: deep
                                avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
                                suspend, test_resume image: 728.3 MiB Init: runit v: N/A runlevel: 2
                                tool: service
                              Compilers: gcc: 14.2.0 Shell: Sudo (sudo) v: 1.9.16p2 default: Bash
                                v: 5.2.37 running-in: roxterm inxi: 3.3.39

                            Windows is like a submarine. Open a window and serious problems will start.

                            #190773
                            andfree
                            Member

                              It won’t reboot automatically when installation is finished, although the related box is ticked.

                              #190779
                              anticapitalista
                              Forum Admin

                                It won’t reboot automatically when installation is finished, although the related box is ticked.

                                See first post for known issues

                                Philosophers have interpreted the world in many ways; the point is to change it.

                                antiX with runit - leaner and meaner.

                                #190780
                                andfree
                                Member

                                  See first post for known issues

                                  Indeed:

                                  * Check-box – Reboot after installation fails

                                  I did a search before posting because I don’t remember what has been written in 20 pages of posts, but first of all I had to read once again the original post. I’ll try to be more careful and not waste your time again. Sorry.

                                  • This reply was modified 10 months, 1 week ago by andfree.
                                Viewing 15 posts - 286 through 300 (of 388 total)
                                • The topic ‘antiX-25-full-beta1 for public testing’ is closed to new replies.