call_end

    • Fo chevron_right

      System and Network configuration • Re: Apt update doesn't find newest kernel

      news.woodpeckersnest.space / forums-debian-net:0 • 23 March • 1 minute

    Thank you for your quick reply, Aki. Unfortunately, your suggestion doesn't seem to work:

    Code:

    root@lenovo-t400s:/home/user# apt updateHit:1 http://security.debian.org/debian-security bookworm-security InReleaseHit:2 http://deb.debian.org/debian bookworm InReleaseGet:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]Get:4 http://deb.debian.org/debian bookworm-backports InRelease [59.4 kB]Get:5 http://deb.debian.org/debian bookworm-backports/main amd64 Packages.diff/Index [63.3 kB]Get:6 http://deb.debian.org/debian bookworm-backports/main amd64 Packages T-2025-03-23-0813.47-F-2025-03-23-0813.47.pdiff [1,214 B]Get:6 http://deb.debian.org/debian bookworm-backports/main amd64 Packages T-2025-03-23-0813.47-F-2025-03-23-0813.47.pdiff [1,214 B]Fetched 179 kB in 1s (193 kB/s)Reading package lists... DoneBuilding dependency tree... DoneReading state information... Done3 packages can be upgraded. Run 'apt list --upgradable' to see them.root@lenovo-t400s:/home/user# apt install linux-image-amd64Reading package lists... DoneBuilding dependency tree... DoneReading state information... Donelinux-image-amd64 is already the newest version (6.1.128-1).0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.root@lenovo-t400s:/home/user# apt upgradeReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneCalculating upgrade... DoneThe following packages have been kept back:  openssh-client openssh-server openssh-sftp-server0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
    But I wonder anyway how this could be possible because until now I did get the updates on this system as usual. Just not this time. And would the issue of not having "linux-image-amd64" be a result of choosing a specific kernel instead of the generic option during the installation routine?

    Statistics: Posted by Onsemeliot — 2025-03-23 09:11


    • Fo chevron_right

      System and Network configuration • Re: Apparmor profile for podman

      news.woodpeckersnest.space / forums-debian-net:0 • 23 March

    Hello,

    Is the second Apparmor profile error the same as the first ?

    Code:

    DEBU[0000] Using OCI runtime "/usr/bin/crun"            INFO[0000] Setting parallel job count to 25             cannot clone: Operation not permittedERRO[0000] invalid internal status, try resetting the pause process with "podman system migrate": cannot re-exec process 
    In your installation, is the crun command "unconfined" in the apparmor configuration ?

    Statistics: Posted by Aki — 2025-03-23 08:49


    • Fo chevron_right

      General Questions • Re: LibreOffice saved output is not compatable

      news.woodpeckersnest.space / forums-debian-net:0 • 23 March

    The Versions are;
    Debian version is 7.4.7.2
    Window 10 versions are about 24.8.2 to 24.8.5
    Windows 7 for a few weeks ago, is at about 24.8.?
    Lubunu version of LibreOffice is 24.2.7.2.
    Mint Mate LibreOffice 7.3.7.2

    Files are saved in ODF format with or without a password. The GB English version of LibreOffice is always used.


    I really need to use an output format that is universally compatible, my guess that would be .doc? Perhaps avoid LibreOffice in future because it does not give an option to save in an old format - I don't know what that would be?

    Statistics: Posted by Andrew Lohmann — 2025-03-23 08:45


    • Fo chevron_right

      System and Network configuration • Re: Apt update doesn't find newest kernel

      news.woodpeckersnest.space / forums-debian-net:0 • 23 March

    [..] one of them is still hanging on to 6.1.0-31-amd64 and the upgrade option isn't even found when I try to apply all upgrades.[..]
    The system with the still older version:

    Code:

    $ uname -aLinux lenovo-t400s 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux$ apt list -i linux-image-amd64 linux-headers-amd64 -aListing... Donelinux-image-amd64/stable-backports 6.12.12-1~bpo12+1 amd64linux-image-amd64/stable-security,now 6.1.128-1 amd64 [installed]linux-image-amd64/stable-updates 6.1.124-1 amd64linux-image-amd64/stable 6.1.94-1 amd64
    The linux-image-amd64 package is not installed; you can fix with the following commands:

    Code:

    sudo apt updatesudo apt install linux-image-amd64sudo apt upgrade

    Statistics: Posted by Aki — 2025-03-23 08:32


    • Fo chevron_right

      General Questions • Re: [Software] problem: zstd: segfaults after filename trim(?)

      news.woodpeckersnest.space / forums-debian-net:0 • 23 March • 1 minute

    Hello,

    The error message is exactly the same of this report, even if the command is different:
    • https://github.com/facebook/zstd/issues/4124
      segfault when a file should be written to a nonexistent directory
      #4124:

      Code:

      $ /bin/sh -c 'echo "foo" | zstd - -o /I/do/not/exist'zstd: /I/do/not/exist: No such file or directoryCaught SIGSEGV signal, printing stack:/lib/x86_64-linux-gnu/libc.so.6(setvbuf+0x11) [0x7f2051583fa1]zstd(+0xeb977) [0x55a767eec977]zstd(+0xf14fe) [0x55a767ef24fe]zstd(+0xf579f) [0x55a767ef679f]zstd(+0x61b0) [0x55a767e071b0]/lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f205153324a]/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f2051533305]zstd(+0x7f81) [0x55a767e08f81]Segmentation fault
    According to it:
    Thanks for the report!

    I'm pretty sure this was fixed by #3541. I can repro the crash you report on v1.5.4, but not on v1.5.5 or v1.5.6.

    The best thing to do would be to upgrade, either locally or convince Debian to pull in v1.5.6, which is our current / stable release of Zstd.
    I can reproduce the error generated by the command in the issue report in my Debian Bookworm.

    Hope this helps.

    --
    [1] https://github.com/facebook/zstd/issues/4124

    Statistics: Posted by Aki — 2025-03-23 08:22


    • Fo chevron_right

      System and Network configuration • Apt update doesn't find newest kernel

      news.woodpeckersnest.space / forums-debian-net:0 • 23 March • 1 minute

    I am confused. I do have 3 systems running Debain stable and two of them have been upgraded to the most recent kernel version 6.1.0-32-amd64 about a week ago. But one of them is still hanging on to 6.1.0-31-amd64 and the upgrade option isn't even found when I try to apply all upgrades. I guess that by default systems are probably configured to pull updates at different times in order to lessen the stress on repository servers but since it has been over a week now I wonder if something is wrong on my system. Is such a long update gap normal?

    The system with the still older version:

    Code:

    $ uname -aLinux lenovo-t400s 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux$ apt list -i linux-image-amd64 linux-headers-amd64 -aListing... Donelinux-image-amd64/stable-backports 6.12.12-1~bpo12+1 amd64linux-image-amd64/stable-security,now 6.1.128-1 amd64 [installed]linux-image-amd64/stable-updates 6.1.124-1 amd64linux-image-amd64/stable 6.1.94-1 amd64
    And one of the systems with the already newer version:

    Code:

    $ uname -aLinux fujitsu-lifebook-e781 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64 GNU/Linux$ apt list -i linux-image-amd64 linux-headers-amd64 -aListing... Donelinux-image-amd64/stable-backports 6.12.12-1~bpo12+1 amd64linux-image-amd64/stable,now 6.1.129-1 amd64 [installed]linux-image-amd64/stable-security 6.1.128-1 amd64linux-image-amd64/stable-updates 6.1.124-1 amd64

    Statistics: Posted by Onsemeliot — 2025-03-23 08:20


    • Fo chevron_right

      General Questions • Re: [Software] Cannot upgrade point release from 12.9 to 12.10

      news.woodpeckersnest.space / forums-debian-net:0 • 19 March

    Voila! Thanks so much, must have been corrupted. Your fix worked beautifully!

    Yay, the Linux gods have been appeased!

    Statistics: Posted by cph_asap — 2025-03-19 03:22


    • Fo chevron_right

      Off-Topic • Re: What glue to use for detatched laptop screen lid

      news.woodpeckersnest.space / forums-debian-net:0 • 19 March

    Effectively, it's a disaster, I will need to remove the putty from the cracks and start over with a new product. I doubt I will be able to remove all the putty. I just flushed 15$ in the toilets, but nothing to worry about, its waterproof once it dries.

    The 2 other alternatives are:

    J-B Weld Plastic Bonder High-Strength Structural Adhesive, Black, 25-mL
    https://www.canadiantire.ca/en/pdp/j-b- ... 0405p.html

    Permatex® Original Cold Weld Steel Reinforced Epoxy, 2 x 28-g
    https://www.canadiantire.ca/en/pdp/perm ... 3762p.html

    The 2nd product requires manual mixing, but its stronger.

    Statistics: Posted by larienna — 2025-03-19 02:19