prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
After glib2.0 security update I can't write in the local layout. Please downgrade this -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 - ------------------------------------------------------------------------- Debian Security Advisory DSA-5682-1 security@debian.org https://www.debian.org/security/ Salvatore Bonaccorso May 07, 2024 https://www.debian.org/security/faq - ------------------------------------------------------------------------- Package : glib2.0 CVE ID : CVE-2024-34397 Alicia Boya Garcia reported that the GDBus signal subscriptions in the GLib library are prone to a spoofing vulnerability. A local attacker can take advantage of this flaw to cause a GDBus-based client to behave incorrectly, with an application-dependent impact. gnome-shell is updated along with this update to avoid a screencast regression after fixing CVE-2024-34397. For the oldstable distribution (bullseye), this problem has been fixed in version 2.66.8-1+deb11u2. For the stable distribution (bookworm), this problem has been fixed in version 2.74.6-2+deb12u1. We recommend that you upgrade your glib2.0 packages. For the detailed security status of glib2.0 please refer to its security tracker page at: https://security-tracker.debian.org/tracker/glib2.0 Further information about Debian Security Advisories, how to apply these updates to your system and frequently asked questions can be found at: https://www.debian.org/security/
Please explain your issue more. I don't know what "I can't write in the local layout" means. Is your keyboard not working? Today's upgrade brought in a number of new packages: Code: Select allThe following packages will be upgraded: libcpupower1 libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin linux-compiler-gcc-12-x86 linux-cpupower linux-headers-amd64 linux-image-amd64 linux-kbuild-6.1 linux-libc-dev Are you sure it is glib2.0 that is the problem? The forum won't downgrade packages for you. If you have an issue you need to submit a bug report.
Hello, I installed Gitlab Runner and after installation I did the following steps: Code: Select all$ sudo usermod -aG docker gitlab-runner $ sudo nano /etc/sudoers gitlab-runner ALL=(ALL) NOPASSWD: ALL Containers and source repositories are located in another partition and the directory permission is as follows: Code: Select all# ls -l total 20 drwxrwxr-x 5 root root 4096 Apr 22 09:22 partition drwxrwx--- 2 root root 16384 Apr 9 16:50 lost+found With this permission the runner cannot work and I have to use the following command: Code: Select all# chown -R gitlab-runner /mnt/partition The problem will be solved, but I heard that this will cause problems in the future. I did the following step: Code: Select all# chown -R root /mnt/partition # groupadd runner # /sbin/usermod -a -G runner gitlab-runner # /sbin/usermod -a -G runner root # chgrp -R runner /mnt/partition/ # chmod -R g+rwx /mnt/partition/ After this, the runner can't copy files in the directory again. The content of the .gitlab-ci.yml file is as follows: Code: Select allstages: - build - deploy build-test: stage: build script: - rm -rf node_modules - mkdir -p node_modules/ - rm -rf /mnt/partition/containers/test - cd /mnt/partition/containers/ - git clone http://jason:PASS@192.168.1.2/project/test.git deploy-test: stage: deploy script: - cd /mnt/partition/containers/YAML - docker compose up -d test What is wrong? Thank you.
The only thing you should need to do is give the /mnt/partition folder the proper permissions for the gitrunner user? and it will work. The rest of that stuff is nonsense to me. The global sudo for that program is a very bad idea. Global ALL:ALL nopasswd is never the right answer. There is no reason that chowning a non system owned data partition will cause problems. What you read is wrong on that one. Never give something more than the absolute minimum it needs unless you have a very good reason to do so. If Gitlab runner needs docker access then put it in the docker group. No need for that sudo modification. Chown the /mnt/partition data directory to Gitlab runner user with 755 permissions. 700 if you are trying to block it from any and all others than the gitlab runner.
Hello Everyone, I have built up a backup server on my local lan with a couple of 8tb drives mirrored together. My plan is to export shares from it in order to backup system files/folders. For this I am using rsync. Normally I do not have a problem on local backups on the same computer/server. However, I am failing to understand how to keep file permissions and ownership intact when rsyncing to the NFS share. When I backup to the NFS share the file/folder owner is changed and the permissions are not preserved. This would be a real problem if I have to restore something like /etc as I would have to go thru and reset ownership and permissions on every file/folder. I assumed that rsync would preserve all this and thus restoring files back to the original computer/server it would have the correct permissions and ownership. I guess not the case. So, I am investigating on what I am doing wrong here. Its either a configuration issue in NFS / Rsync or I am just not understanding things correctly. RNC2 = Backup server running NFS exports file contains: Code: Select all/mnt/md1/trex 10.0.1.1(rw,nohide,insecure,async,no_subtree_check) TREX = My server connected to RNC2 via NFS NFS mount info: Code: Select all10.0.1.125:/mnt/md1/trex on /mnt/md1-backups type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.1.1,local_lock=none,addr=10.0.1.125) All computers on the same network. The file permissions and ownership basically are not preserved. I have a work around right now. I tar up the directory, Then transfer it via NFS to the backup server and there I can uncompress it with : Code: Select alltar --same-owner -xvf etc.tar Id like to skip this step with tar and have the preserved permissions and ownership kept intact.
I'm not sure how anyone is going to be able to assist here without seeing the rsync commands you're using.
Should I have any components running for pulseaudio if I am using Pipewire only? When I perform dpkg -l|grep pulseaudio I see the following ii gstreamer1.0-pulseaudio:amd64 1.22.0-5+deb12u1 amd64 GStreamer plugin for PulseAudio (transitional package) rc pulseaudio 16.1+dfsg1-2+b1 amd64 PulseAudio sound server ii pulseaudio-utils 16.1+dfsg1-2+b1 amd64 Command line tools for the PulseAudio sound server ii xfce4-pulseaudio-plugin:amd64 0.4.5-1 amd64 Xfce4 panel plugin to control pulseaudio
I have gone back and forth a few time between Pulse and Pipewire and at this point have judged pipewire to offer inferior sound under the Xfce DE. ymmv In those test, synaptic was clear in identifying packages relating to the two choices, now qualifying as auto removable. Pattern; +/-pulseaudio +/-pulseaudio-module-bluetooth -/+libfreeaptx0 -/+liblc3-0 -/+libldacbt-abr2 -/+libldacbt-enc2 -/+libpipewire-0.3-modules -/+libspa-0.2-bluetooth -/+libwireplumber-0.4-0 -/+pipewire -/+pipewire-alsa -/+pipewire-audio -/+pipewire-bin -/+pipewire-pulse -/+wireplumber
I manage a lot of old servers that have Supermicro motherboards. They provide a remote console (Aten iKVM) in the form of a Java Web Start application (JNLP file), which requires a particularly old version of the JRE. Until recently, I was successfully using IcedTea on Debian 10 to run the KVM console. I had to replace that laptop due to a hardware problem, so I'm now trying to make the KVM console function properly on Debian 12.5. It's practically the same task as described in this post from @cogitech a few months ago. Unfortunately, I haven't been able to get it to work yet. I think I know what the problem is, but I don't have enough experience troubleshooting Java applications to be certain. I have installed icedtea-netx and nvidia-openjdk-8-jre: Code: Select all$ apt-cache policy icedtea-netx nvidia-openjdk-8-jre icedtea-netx: Installed: 1.8.8-2 Candidate: 1.8.8-2 Version table: *** 1.8.8-2 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 100 /var/lib/dpkg/status nvidia-openjdk-8-jre: Installed: 9.+8u372-ga-1~11.8.0-5~deb12u1 Candidate: 9.+8u372-ga-1~11.8.0-5~deb12u1 Version table: *** 9.+8u372-ga-1~11.8.0-5~deb12u1 500 500 http://deb.debian.org/debian bookworm/non-free amd64 Packages 100 /var/lib/dpkg/status I used itweb-settings to set deployment.jre.dir in ~/.config/icedtea-web/deployment.properties to the OpenJDK 8 directory (/usr/lib/jvm/java-8-openjdk-amd64/jre). With this configuration, javaws can run the JNLP and it downloads the two required JARs into its cache, iKVM__V1.69.27.0x0.jar.pack.gz and liblinux_x86_64__V1.0.8.jar.pack.gz. But the application fails to initialize. If I look at the Java console or run JNLP in a terminal (javaws -verbose launch.jnlp), I think I see the cause of the problem: Code: Select allDownloading file: https://brody-ipmi:443/liblinux_x86_64__V1.0.8.jar.pack.gz into: /home/rotero/.cache/icedtea-web/cache/4/https/brody-ipmi/443/liblinux_x86_64__V1.0.8.jar.pack.gz <snip> Downloading file: https://brody-ipmi:443/iKVM__V1.69.27.0x0.jar.pack.gz into: /home/rotero/.cache/icedtea-web/cache/5/https/brody-ipmi/443/iKVM__V1.69.27.0x0.jar.pack.gz <snip> java.lang.UnsupportedOperationException: Pack200 compression is no longer supported, cannot unpack https://brody-ipmi:443/liblinux_x86_64__V1.0.8.jar.pack.gz at net.sourceforge.jnlp.cache.ResourceDownloader.uncompressPackGz(ResourceDownloader.java:502) at net.sourceforge.jnlp.cache.ResourceDownloader.downloadPackGzFile(ResourceDownloader.java:400) at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364) at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://brody-ipmi:443/liblinux_x86_64__V1.0.8.jar.pack.gz Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://brody-ipmi:443/liblinux_x86_64__V1.0.8.jar.pack.gz java.lang.UnsupportedOperationException: Pack200 compression is no longer supported, cannot unpack https://brody-ipmi:443/iKVM__V1.69.27.0x0.jar.pack.gz at net.sourceforge.jnlp.cache.ResourceDownloader.uncompressPackGz(ResourceDownloader.java:502) at net.sourceforge.jnlp.cache.ResourceDownloader.downloadPackGzFile(ResourceDownloader.java:400) at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364) at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://brody-ipmi:443/iKVM__V1.69.27.0x0.jar.pack.gz Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://brody-ipmi:443/iKVM__V1.69.27.0x0.jar.pack.gz JAR https://brody-ipmi:443/iKVM__V1.69.27.0x0.jar not found. Continuing. <snip> JAR https://brody-ipmi:443/liblinux_x86_64__V1.0.8.jar not found. Continuing. <snip> netx: Initialization Error: Could not initialize application. (Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application.) net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The application has not been initialized, for more information execute javaws from the command line. at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:823) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:531) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:946) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application. at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:775) at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:337) at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:420) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:494) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:467) at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:815) ... 2 more It seems to me that javaws can't decompress the application's JARs because "Pack200 compression is no longer supported." I found Debian bug report #1061060, which implies that Pack200 support was removed from the javaws program provided by icedtea-netx: In some more recent update of icedtea-netx, I can't determine which, exactly, the pack200 libs must have been removed from javaws.jar. Even recent system boards from Supermicro ship their JAR libs as .jar.pack.gz files. I know, it's deprecated for ages, but tell it to them. Even if they change it now, they won't update older firmwares and there are plenty around, not only on server boards, but all kinds of enterprise equipment still running somewhere. Have I diagnosed this correctly? Is there anything I can do about it? I could probably get an old version of icedtea-netx from a previous Debian release, but I strongly prefer not to make a "Frankendebian…"
Hello, rotero wrote: 2024-04-01 20:29 I manage a lot of old servers that have Supermicro motherboards. They provide a remote console (Aten iKVM) in the form of a Java Web Start application (JNLP file), which requires a particularly old version of the JRE [..] I was successfully using IcedTea on Debian 10 to run the KVM console What is the "particularly old version of the JRE" that is required by the Supermicro motherboards (according to Supermicro specifications) to run the java remote consoles ? If I understand correctly, Debian Buster uses Java 7.2: https://sources.debian.org/src/icedtea-web/1.7.2-2/
I have an issue with Garuda (based on Arch) and OpenSuse Tumbleweed, both of which have root on a BTRFS subvolume. I've done a bit of searching and came to the conclusion that Debian GRUB doesn't detect the OS inside the subvolume. I even tried a custom GRUB config loading the btrfs module, to no avail. I gave up and use rEFInd on the rare occasions I wish to boot those OSs. If anyone has a solution to boot these from Debian GRUB I would be most interested.
I spent way too long failing on this already. Eventually discovered that OpenSUSE grub.cfg is in grub2 directory, so ended up with this, still wrong. Code: Select allmenuentry "OpenSUSE Tumbleweed (btrfs)" { insmod part_gpt insmod btrfs search --no-floppy --label --set=root OpenSUSE configfile /@/boot/grub2/grub.cfg It starts to load but fails at: vmlinuz... is a symlink: Code: Select alllrwxrwxrwx 1 root root 46 Apr 9 01:56 vmlinuz-6.8.4-rc1-1-default -> ../usr/lib/modules/6.8.4-rc1-1-default/vmlinuz Would it be possible to just load from the binary in /boot/EFI/ using GRUB? Might be easier and rEFInd can do it.
I was trying to upgrade on a USB stick that has limited free space and the first effort proceeded until the 'out of space' message showed up: The following packages will be REINSTALLED: linux-image-amd64 The following partially installed packages will be configured: linux-image-6.1.0-20-amd64 0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 1,480 B of archives. After unpacking 0 B will be used. Get: 1 http://security.debian.org/debian-security bookworm-security/main amd64 linux-image-amd64 amd64 6.1.85-1 [1,480 B] Fetched 1,480 B in 0s (13.8 kB/s) (Reading database ... 162693 files and directories currently installed.) Preparing to unpack .../linux-image-amd64_6.1.85-1_amd64.deb ... ... to 'out of space' message and eventual abort. So I deleted some stuff and tried again but note what goes wrong: The following packages will be REINSTALLED: linux-image-amd64 The following partially installed packages will be configured: linux-image-6.1.0-20-amd64 0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. E: Internal Error, No file name for linux-image-amd64:amd64 <<< strange name! ... it looks like somehow ':amd64' gets appended to the name of the image file! Can this be right? I'm tempted to just download and install the ...deb manually but if there's a more orthodox solution I'll take it.
TryCode: Select alldpkg --configure -aIf that works, great. If it doesn't work (and after ensuring you have enough disk space) try purging the package and then installing (not reinstalling) it. Good luck!
I am running Debian 12 with 2 processes running from start up. iprt-VBoxWQueue iprt-VboxTscthread I believe these are Virtualbox processes but they start without me activating Virtualbox. I would like to find where they start from. is it possible to determine what starts these processes ?
Hello, admiincomp wrote: 2024-05-03 16:02 [..] Code: Select alliprt-VBoxWQueue iprt-VboxTscthread I believe these are Virtualbox processes but they start without me activating Virtualbox. I would like to find where they start from. is it possible to determine what starts these processes ? They are kernel workqueues (something like process threads, but in kernel space) [1]; this is the source code [2]: Code: Select all[..] DECLHIDDEN(int) rtR0InitNative(void) { int rc = VINF_SUCCESS; IPRT_LINUX_SAVE_EFL_AC(); #if RTLNX_VER_MIN(2,5,41) #if RTLNX_VER_MIN(2,6,13) g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxWQueue"); #else g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxQ"); #endif if (!g_prtR0LnxWorkQueue) rc = VERR_NO_MEMORY; #endif IPRT_LINUX_RESTORE_EFL_AC(); return rc; } [..] Therefore, they are started by the VirtualBox kernel modules that are started by the Debian GNU/Linux kernel. Hope this helps. --- [1] https://docs.kernel.org/core-api/workqueue.html [2] https://codesearch.debian.net/show?file ... c&line=113
Hi all. This has happened twice now during Steam game use. Could someone double check for me please, it last happened around 18:12 hrs. Not quite sure what this is telling me but I think it could be a hardware error, maybe the drive or it's not seated properly. I've posted a cut down version nearer the time below. Code: Select allroot@Debian:/home/martin# journalctl --boot -2 --no-page Apr 18 18:07:11 Debian NetworkManager[1096]: <info> [1713460031.7803] dhcp4 (wlp5s0): state changed new lease, address=192.168.0.14 Apr 18 18:07:11 Debian dbus-daemon[1069]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=1096 comm="/usr/sbin/NetworkManager --no-daemon") Apr 18 18:07:11 Debian systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... Apr 18 18:07:11 Debian dbus-daemon[1069]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Apr 18 18:07:11 Debian systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. Apr 18 18:07:16 Debian wpa_supplicant[1099]: wlp5s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=1000 Apr 18 18:07:19 Debian wpa_supplicant[1099]: wlp5s0: SME: Trying to authenticate with 9c:31:c3:81:17:b5 (SSID='SKYC4CXQ' freq=5180 MHz) Apr 18 18:07:20 Debian kernel: wlp5s0: disconnect from AP 9c:31:c3:81:17:b2 for new auth to 9c:31:c3:81:17:b5 Apr 18 18:07:20 Debian kernel: wlp5s0: authenticate with 9c:31:c3:81:17:b5 Apr 18 18:07:20 Debian kernel: wlp5s0: send auth to 9c:31:c3:81:17:b5 (try 1/3) Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.0744] device (wlp5s0): supplicant interface state: completed -> authenticating Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.0745] device (p2p-dev-wlp5s0): supplicant management interface state: completed -> authenticating Apr 18 18:07:20 Debian wpa_supplicant[1099]: wlp5s0: Trying to associate with 9c:31:c3:81:17:b5 (SSID='SKYC4CXQ' freq=5180 MHz) Apr 18 18:07:20 Debian kernel: wlp5s0: authenticated Apr 18 18:07:20 Debian kernel: wlp5s0: associate with 9c:31:c3:81:17:b5 (try 1/3) Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1023] device (wlp5s0): supplicant interface state: authenticating -> associating Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1024] device (p2p-dev-wlp5s0): supplicant management interface state: authenticating -> associating Apr 18 18:07:20 Debian kernel: wlp5s0: RX ReassocResp from 9c:31:c3:81:17:b5 (capab=0x1011 status=0 aid=1) Apr 18 18:07:20 Debian wpa_supplicant[1099]: wlp5s0: Associated with 9c:31:c3:81:17:b5 Apr 18 18:07:20 Debian wpa_supplicant[1099]: wlp5s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Apr 18 18:07:20 Debian kernel: wlp5s0: associated Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1158] device (wlp5s0): supplicant interface state: associating -> associated Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1158] device (p2p-dev-wlp5s0): supplicant management interface state: associating -> associated Apr 18 18:07:20 Debian wpa_supplicant[1099]: wlp5s0: WPA: Key negotiation completed with 9c:31:c3:81:17:b5 [PTK=CCMP GTK=CCMP] Apr 18 18:07:20 Debian wpa_supplicant[1099]: wlp5s0: CTRL-EVENT-CONNECTED - Connection to 9c:31:c3:81:17:b5 completed [id=0 id_str=] Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1378] device (wlp5s0): supplicant interface state: associated -> completed Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1386] device (wlp5s0): ip:dhcp4: restarting Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1621] dhcp4 (wlp5s0): canceled DHCP transaction Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1621] dhcp4 (wlp5s0): activation: beginning transaction (timeout in 45 seconds) Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1621] dhcp4 (wlp5s0): state changed no lease Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1622] dhcp4 (wlp5s0): activation: beginning transaction (timeout in 45 seconds) Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1624] device (wlp5s0): ip:dhcp6: restarting Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1624] dhcp6 (wlp5s0): canceled DHCP transaction Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1625] dhcp6 (wlp5s0): state changed no lease Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1625] dhcp6 (wlp5s0): activation: beginning transaction (timeout in 45 seconds) Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1626] device (p2p-dev-wlp5s0): supplicant management interface state: associated -> completed Apr 18 18:07:20 Debian wpa_supplicant[1099]: wlp5s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-78 noise=9999 txrate=1000 Apr 18 18:07:20 Debian kernel: wlp5s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 9c:31:c3:81:17:b5 Apr 18 18:07:20 Debian NetworkManager[1096]: <info> [1713460040.1756] dhcp4 (wlp5s0): state changed new lease, address=192.168.0.14 Apr 18 18:07:30 Debian systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. Apr 18 18:09:02 Debian kernel: [UFW BLOCK] IN=wlp5s0 OUT= MAC=01:00:5e:00:00:01:9c:31:c3:81:17:b1:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=29117 DF PROTO=2 Apr 18 18:11:07 Debian kernel: [UFW BLOCK] IN=wlp5s0 OUT= MAC=01:00:5e:00:00:01:9c:31:c3:81:17:b1:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=47642 DF PROTO=2 Apr 18 18:11:17 Debian systemd[1647]: tumblerd.service: Consumed 8.243s CPU time. Apr 18 18:11:33 Debian rtkit-daemon[1497]: Successfully made thread 45122 of process 44989 owned by '1000' high priority at nice level -10. Apr 18 18:11:33 Debian rtkit-daemon[1497]: Supervising 6 threads of 3 processes of 1 users. Apr 18 18:11:33 Debian rtkit-daemon[1497]: Successfully made thread 45121 of process 44989 owned by '1000' high priority at nice level -10. Apr 18 18:11:33 Debian rtkit-daemon[1497]: Supervising 7 threads of 3 processes of 1 users. Apr 18 18:11:33 Debian rtkit-daemon[1497]: Successfully made thread 45141 of process 44989 owned by '1000' high priority at nice level -10. Apr 18 18:11:33 Debian rtkit-daemon[1497]: Supervising 8 threads of 3 processes of 1 users. Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#10 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#10 Sense Key : Not Ready [deferred] Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#10 Add. Sense: Medium not present - tray closed Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#10 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 4 prio class 2 Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#11 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 0, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#12 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 1 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 1, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#13 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 2 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 2, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#14 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 3 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 3, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#15 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 4 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 4, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#16 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 5 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 5, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#17 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 6 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 6, async page read Apr 18 18:12:04 Debian kernel: sr 2:0:0:0: [sr0] tag#18 unaligned transfer Apr 18 18:12:04 Debian kernel: I/O error, dev sr0, sector 7 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Apr 18 18:12:04 Debian kernel: Buffer I/O error on dev sr0, logical block 7, async page read Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#14 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#14 Sense Key : Not Ready [deferred] Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#14 Add. Sense: Medium not present - tray closed Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#14 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 Apr 18 18:12:10 Debian kernel: I/O error, dev sr0, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 2 prio class 2 Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#15 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#15 Sense Key : Not Ready [deferred] Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#15 Add. Sense: Medium not present - tray closed Apr 18 18:12:10 Debian kernel: sr 2:0:0:0: [sr0] tag#15 CDB: Read(10) 28 00 00 00 00 00 00 00 02 00 Apr 18 18:12:10 Debian kernel: I/O error, dev sr0, sector 0 op 0x0:(READ) flags 0x0 phys_seg 8 prio class 2 Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 0, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 1, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 2, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 3, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 4, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 5, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 6, async page read Apr 18 18:12:10 Debian kernel: Buffer I/O error on dev sr0, logical block 7, async page read Apr 18 18:13:12 Debian kernel: [UFW BLOCK] IN=wlp5s0 OUT= MAC=01:00:5e:00:00:01:9c:31:c3:81:17:b1:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=675 DF PROTO=2 One possible reason, I removed my Radeon RX 6700 XT graphics card to install a third M.2 storage drive and the socket is underneath the GPU. I'm wondering if I haven't reseated the graphics card correctly or the M.2 drive. Cheers.
The error logs like that are typically useful for low level systems programmers who can make use of the information unlike the end users like us sitting on top of it all The problem you are describing is indicative of a loose hardware component for graphics, but it could be a loose cable instead of the hardware devices themselves. You should absolutely attempt to properly seat your hardware first and foremost, and that includes any connection cables. Hardware comes first, software and it's performance is based on the hardware factor primarily. If the problem started occurring after dealing with your hardware, you are going to want to, very patiently, perform basic maintenance with your hardware, and that means going over everything, reseating cables and components, slowly, properly, making sure they are properly seated in place, checking everything as you go.
Hello Goal: Locking screen without shutting down any processes Problem: After locking screen torrents stop downloading or seeding, youtube uploads stop Settings: all supend and hybertane settings have been turned off on the xfce graphical settings. I have also run the following script every time I want to lock screen: sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target Setup: Linux Debian Stable 12 bookworm XFCE 4.18 HP elitebook 8440p Thanks for your help
You could just use a screen locker, like slock (# apt install suckless-tools). Just assign a keyboard combination to it, and that's it. (in my case it's assigned to [WIN]-[L]. I use openbox).
I have Debian installed on a sata ssd drive on my ThinkServer TS430 (Xeon E3-1220v2). I wanted to move it to a NVMe drive (m.2 on a PCIe adapter) and have used gparted to copy it to the drive (and changed the uuids and updated fstab), but the computer's firmware is unable to recognize it as a boot option and it simply doesn't show up. Rescatux can see the drive and when I choose "fix bootloader" it can see the OS and the NVME drive, but does not list the NVME drive as a possible one to install the bootloader to. So far it seems that I'll need to use a second boot drive. I don't want to use the old SSD as I'd like to leave it untouched in case the nvme drive doesn't work, then fully reformat it for use. none of the other drives are visible in the bootloader as they are on a PCIe drive controller. I'd like to use a USB drive, and the ideal one I have is a 16GB Cruzer Fit that sits flush with only a tiny stub sticking out of the port. I'd like to figure out how to install grub to it to autoboot the NVME drive, additionally I'ld like to add some partitions with tools like rescatux, rescuzilla, Debian netinstall, and netboot.xyz that the grub bootloader has as options if I cancel the autoboot. How would I set up the grub bootloader and it's partition? And can I do this from a different computer so I don't have to take the server offline until the bootloader is ready? And should I use Grub2 or rEFInd or Clover or OpenCore or Ventoy or something else?
@gluhend: Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message (after other tags, if any); i.e. : [Software][Solved] How can I boot a NVMe drive if the bootloader can't see it? Happy Debian !
Hey all, I just installed Debian 12.5.0 + XFCE on an old Acer Aspire E 15 that I had laying around. The goal is to put it somewhere with the lid closed to act as a small home server. I followed this guide and did the following: - Masked sleep, suspend, hibernate and hybrid sleep via: 'sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target' - Edited /etc/systemd/logind.conf to set all "HandleLidSwitch..."-related settings to "ignore" - Ran 'systemctl restart systemd-login.service' - Ran 'export DISPLAY=:0', 'xset q' and 'xset dpms 0 0 0 && xset s noblank && xset s off' This wasn't in the guide, but I also disabled XFCE's display power management in this menu: I then logged out and closed the lid. Things worked fine for that whole night, but overnight at some point while I was asleep the system went into, I presume, hibernation and I was unable to SSH in. When I opened the lid of the laptop, I was also unable to wake it from sleep and had to power cycle it. I'm still very new to Linux, so if anybody knows what I could be missing that's causing it to still sleep, I would really appreciate it!
Try comment out relevant strings in /etc/default/grub and enter as root Code: Select allgrub update or Code: Select allgrub-mkconfig -o /boot/grub/grub.cfg and reboot. edit: not comment out but write false instead true.
I usually create virtual machines on a usb stick. I have no problem with VirtualBox, but with virt-manager, the following error msg is received: Unable to complete install: 'Cannot access storage file '/media/ryzen/extra0/kvm/debian12e.qcow2' (as uid:64055, gid:64055): Permission denied'
Maybe leave this thread for promoting the default repository approach... pwzhangzz wrote: 2024-04-24 00:00 deleted files from the vm will be automatically freed (unmapped) thus will not cause the vm to indefinitely expand. virt-sparsify takes care of that.
Hello, I have spent a few hours scouring for a solution (temporarily I am using a workaround with --allow-insecure-repositories, which isn't ideal) To preface everything else here is what I have tried Ensure /bin/sh is a symlink to dash reinstall debian-archive-keyring verify the .asc files are present and not expired use rsync to try and update keys sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys {KEYS} (I didn't want to do this, but it left the keys unchanged anyway running `apt update` produces the following results (This used to work as early as the start of this month) Code: Select allGet:1 file:/etc/apt/mirrors/debian.list Mirrorlist [30 B] Get:2 file:/etc/apt/mirrors/debian-security.list Mirrorlist [39 B] Hit:3 https://deb.debian.org/debian bookworm InRelease Hit:4 https://deb.debian.org/debian bookworm-updates InRelease Hit:5 https://deb.debian.org/debian bookworm-backports InRelease Get:6 https://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Err:6 https://deb.debian.org/debian-security bookworm-security InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8 Reading package lists... Done W: GPG error: https://deb.debian.org/debian-security bookworm-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8 E: The repository 'mirror+file:/etc/apt/mirrors/debian-security.list bookworm-security InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. output for `uname -a` Code: Select allLinux server.tld 6.1.0-20-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux output for `lsb_release -a` Code: Select allNo LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm output for `cat /etc/apt/sources.list` Code: Select all# See /etc/apt/sources.list.d/debian.sources output for `cat /etc/apt/sources.list.d/debian.sources` (There are no other files in /etc/apt/sources.list.d) Code: Select allTypes: deb deb-src URIs: mirror+file:///etc/apt/mirrors/debian.list Suites: bookworm bookworm-updates bookworm-backports Components: main contrib Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb deb-src URIs: mirror+file:///etc/apt/mirrors/debian-security.list Suites: bookworm-security Components: main contrib Signed-By: /usr/share/keyring/debian-archive-keyring.gpg output for `cat /etc/apt/mirrors/debian.list` (There are no other files in /etc/apt/mirror besides these 2) Code: Select allhttps://deb.debian.org/debian output for `cat /etc/apt/mirrors/debian-security.list` Code: Select allhttps://deb.debian.org/debian-security
Hello, welcome to the forums! grammargrill wrote: 2024-04-24 19:55 Code: Select allTypes: deb deb-src URIs: mirror+file:///etc/apt/mirrors/debian-security.list Suites: bookworm-security Components: main contrib Signed-By: /usr/share/keyring/debian-archive-keyring.gpg I'm afraid you just made a typo Code: Select all$> ls -ld /usr/share/keyring/ ls: cannot access '/usr/share/keyring/': No such file or directory $> ls -ld /usr/share/keyrings/ drwxr-xr-x 2 root root 4096 Nov 20 21:47 /usr/share/keyrings/
How do you install xed (text editor) on Bookworm? I prefer a method that avoids breaking my Debian install.
Unfortunately this particular text editor is not in the Debian repos any longer https://tracker.debian.org/pkg/xed Therefore you have to install it following the instructions provided by the developer(s) in order to try it out: https://github.com/linuxmint/xed Do you mind if I ask what's wrong with all the other text editors that are provided by Debian?
Hi, today I noticed that there was a new message while booting: Code: Select allEFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path It's the very first message after grub and it is displayed in a different font. The boot process continues as usual. Is that something to worry about? I've never seen such a message before.
Hello, jo01 wrote: 2024-02-02 19:26 today I noticed that there was a new message while booting: Code: Select allEFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path It's the very first message after grub and it is displayed in a different font. The boot process continues as usual. Is that something to worry about? I've never seen such a message before. The message is generated by the kernel: https://sources.debian.org/src/linux/6.6.13-1/drivers/firmware/efi/libstub/efi-stub-helper.c/?hl=573#L573: Code: Select all/** * efi_load_initrd() - Load initial RAM disk * @image: EFI loaded image protocol * @soft_limit: preferred address for loading the initrd * @hard_limit: upper limit address for loading the initrd * * Return: status code */ efi_status_t efi_load_initrd(efi_loaded_image_t *image, unsigned long soft_limit, unsigned long hard_limit, const struct linux_efi_initrd **out) { efi_guid_t tbl_guid = LINUX_EFI_INITRD_MEDIA_GUID; efi_status_t status = EFI_SUCCESS; struct linux_efi_initrd initrd, *tbl; if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD) || efi_noinitrd) return EFI_SUCCESS; status = efi_load_initrd_dev_path(&initrd, hard_limit); if (status == EFI_SUCCESS) { efi_info("Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path "); if (initrd.size > 0 && efi_measure_tagged_event(initrd.base, initrd.size, EFISTUB_EVT_INITRD) == EFI_SUCCESS) efi_info("Measured initrd data into PCR 9 "); } else if (status == EFI_NOT_FOUND) { status = efi_load_initrd_cmdline(image, &initrd, soft_limit, hard_limit); /* command line loader disabled or no initrd= passed? */ if (status == EFI_UNSUPPORTED || status == EFI_NOT_READY) return EFI_SUCCESS; if (status == EFI_SUCCESS) efi_info("Loaded initrd from command line option "); } if (status != EFI_SUCCESS) goto failed; status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), (void **)&tbl); if (status != EFI_SUCCESS) goto free_initrd; *tbl = initrd; status = efi_bs_call(install_configuration_table, &tbl_guid, tbl); if (status != EFI_SUCCESS) goto free_tbl; if (out) *out = tbl; return EFI_SUCCESS; free_tbl: efi_bs_call(free_pool, tbl); free_initrd: efi_free(initrd.size, initrd.base); failed: efi_err("Failed to load initrd: 0x%lx ", status); return status; } The example above is from kernel version 6.6, but the same message is in the code from 6.1: https://sources.debian.org/src/linux/6.1.55-1/drivers/firmware/efi/libstub/efi-stub-helper.c/?hl=573#L715 You might probably check system logs (journal) to verify the first time the message was generated at boot time across different boots; for example: Code: Select allsudo journalctl --no-pager -g LINUX_EFI_INITRD_MEDIA_GUID Hope this helps. Please let me know.
How can I monitor everything that occurs in real time. I used to be able to use tail -f on syslog but there is no syslog any more.
Code: Select all$ journalctl -f or root # if user not allowed.
OK, so, in the last few days I've reinstalled 12 Bookwork from the stable netinstall iso, and getting it configured for my needs. I chose a minimal install with standard system utils only. Followed by xorg, lxqt-core, and sddm as a login/display manager. Today I installed LibreOffice from the official repos via apt. As soon as I fired up Writer, the UI was just way too tiny to be usable. I could read it if I squinted, and even despite me having 20/5 vision, I knew it wouldnt be optimal for daily usage. No matter what settings I changed, I couldnt get the UI/toolbars/etc to be big enough for me to consider it acceptable. So I purged libreoffice with apt, then found this page: https://wiki.debian.org/LibreOffice Specifically, the section titled "using the project's own deb packages". I figured the Debian maintainers wouldnt even mention this as an alternate install approach, if it werent safe/would break the system/etc. I then went to this page: https://www.libreoffice.org/download/do ... lang=en-US And downloaded the Linux 64 bit deb file, along with the Linux 64 bit deb offline help file. After unpacking them, it was just a simple "sudo apt install ./*.deb", first for the main program, then the offline help. After launching Writer again, I noticed everything was scaled appropriately, needing no obvious manual configuration changes by me. As is, it's usable "out of the box". What could be the difference between the Debian repo version and the deb files version? Specifically relating to why one has horrible scaling and the other doesnt. I'd like to try the official repo version again, for update support, but with the UI being so small, it's just not usable as-is. Edit: The LO version I used from the official website is v7.6.6.
Enigma83 wrote: 2024-04-16 04:19 How to mark as solved? I dont see a button for it in the thread. I'm sure I've probably looked right over it and missed it. Or it's buried? You have to edit your first post and add [Solved] to the title.
I'm running Debian Bookworm, with LXQT as my desktop environment. Which i installed from scratch about a week ago, then gradually added softwares as needed. Eventually, I needed Virt Manager, I've been using it to run VMs for Windows 11, Manjaro, and a few other OSes, so I dont have to dualboot for real. Earlier today I was installing Windows 11, all seemed fine. So far, I've been using the following guide for this, and it has worked well, up until now: https://sysguides.com/install-a-windows ... ine-on-kvm I followed all the prerequisite steps before installing the OS (mainly, the Virt Manager installation steps, and getting the required VirtIO drivers iso that must be fed to Windows after it is installed). After 11 was booted, I mounted the iso onto a virtual CDROM, then installed it in the guest. However, after rebooting the guest, I couldnt enable the "autoresize VM with window" button in the Virt Manager GUI, and a small message was displayed "guest agent is not available" when mousing over it. Then I remembered that in the past, doing: sudo apt install qemu-guest-agent Had been enough to fix it. But not this time. Even after rebooting host and guest multiple times, I cant enable the option. I have previously used the guide above for Windows 10 and Windows 11, on an older Debian 12 install, and had no issues. Attempting to run commands like: sudo systemctl status qemu-guest-agent sudo systemctl start qemu-guest-agent sudo systemctl restart qemu-guest-agent Have not yielded any results. But I did get a dependency error message. Not sure what to do at this point, or even how to work toward finding the cause and solving this. I do need this to work, since it's affecting my productivity. I can boot the VMs fine, but without the guest agent running they are sluggish, not very usable in a meaningful way. From what I can tell so far, I've what what I can on both the host and guest to try to resolve this, but I'm at a standstill. Help appreciated.
It is easier to read in code tags... The guest agent is socket activated IIRC, or automagic. I can't tell where you're trying this but it is not required in host or guest, and the package is only required by the linux guest.
Hello, I would like to remove amdgpu-dkms, which is normally uninstalled using amdgpu-install but I uninstalled that tool and now I can no longer install it, because it forces me to remove amdgpu-dkms first. Sorry for the output being partially in German. I am using Debian 12. Code: Select all$ sudo apt purge amdgpu-dkms Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: amdgpu-dkms-firmware dkms Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. Die folgenden Pakete werden ENTFERNT: amdgpu-dkms 0 aktualisiert, 0 neu installiert, 1 zu entfernen und 1 nicht aktualisiert. 1 nicht vollständig installiert oder entfernt. Nach dieser Operation werden 443 MB Plattenplatz freigegeben. Möchten Sie fortfahren? [J/n] (Lese Datenbank ... 378824 Dateien und Verzeichnisse sind derzeit installiert.) Entfernen von amdgpu-dkms (1:6.2.4.50701-1664922.20.04) ... update-initramfs: Generating /boot/initrd.img-6.1.0-14-amd64 grep: /boot/config-6.1.0-14-amd64: Datei oder Verzeichnis nicht gefunden W: zstd compression (CONFIG_RD_ZSTD) not supported by kernel, using gzip grep: /boot/config-6.1.0-14-amd64: Datei oder Verzeichnis nicht gefunden E: gzip compression (CONFIG_RD_GZIP) not supported by kernel update-initramfs: failed for /boot/initrd.img-6.1.0-14-amd64 with 1. dpkg: Fehler beim Bearbeiten des Paketes amdgpu-dkms (--remove): »installiertes post-removal-Skript des Paketes amdgpu-dkms«-Unterprozess gab den Fehlerwert 1 zurück dpkg: Zu viele Fehler, Abbruch Fehler traten auf beim Bearbeiten von: amdgpu-dkms Bearbeitung wurde angehalten, da zu viele Fehler auftraten. E: Sub-process /usr/bin/dpkg returned an error code (1) Code: Select all$ uname -r 6.1.0-17-amd64 Thanks in advance.
Hello, welcome to the forum! I hope your system is not a FrankenDebian @frankendeb frankendeb wrote: 2024-03-29 01:22 Sorry for the output being partially in German. You can force English output by prefixing your command with LANG="C.utf8", e.g. Code: Select all$> sudo LANG="C.utf8" apt purge amdgpu-dkms That would help greatly, thanks.
First, I don't want to debate the merits of different desktop environments. This is what I'm looking for: a liteweight X11 display clock that has stopwatch and countown timer functionality with second display accuracy. Not a toolbar widget, but something that has a real digital interface and allows the fucntionality I've describe above. I don't want the encumberance of a bunch of desktop environment libraries, but something that is build for a lower level widget set...Does debain have a standard package already built that provides this, or am I gonna have to build it from scourcode? Thoughts?
kent_dorfman766 wrote: 2024-03-18 18:58 I don't want the encumberance of a bunch of desktop environment libraries, but something that is build for a lower level widget set. It is an amazing omission in one sense but if graphical X11 is the requirement then we need some kind of back end to run on like qt or gtk or ncurses, so going to entangle something. The most agnostic in my opinion requires the awesome and archaic tk libraries, almost never installed by most 'modern' users, so package 'Stopwatch' for millisecond accuracy!
Running Evolution 3.46.4-2 in bookworm Mate environment (straight, essentially unaltered from 12.5 repos). Should Ibe concerned about the following messages: 1) Upon Evolution startup:Code: Select all** (evolution:3185): WARNING **: 10:13:50.371: Failed to canonicalize path /home/nick/.local/share/evolution/preview-plugins: No such file or directory ** (evolution:3185): CRITICAL **: 10:13:50.371: Attempted to add disallowed path to sandbox: /home/nick/.local/share/evolution/preview-plugins 2) When opening a message saved in the "Drafts" folder:Code: Select all** (evolution:3185): WARNING **: 10:13:59.391: Failed to canonicalize path /home/nick/.local/share/evolution/webkit-editor-plugins: No such file or directory ** (evolution:3185): CRITICAL **: 10:13:59.391: Attempted to add disallowed path to sandbox: /home/nick/.local/share/evolution/webkit-editor-plugins 3) When exiting:Code: Select all(evolution:3185): GLib-GIO-WARNING **: 10:14:36.593: Your application did not unregister from D-Bus before destruction. Consider using g_application_run().
This is a bit of a fail in the installation process. Just create the folders in the locations mentioned in the errors and they will go away. I get the Glib error - just ignore it.
Recently I cloned a replication server. This server does nothing other than sit and monitor its parent, ready to swap itself into primary position if the main server goes down. Periodic rsyncs keep it up to date. After I finished and got everything running, I noticed that df showed me 10GB more space used on the boot drive of the replication server than on its parent. This should not be; the contents should be pretty close to identical. So I fired up ncdu, which didn't display the problem; it only showed up with df. Poking around in ncdu, I couldn't find the missing space. The answer (which I eventually stumbled on more or less accidentally) turned out to be a mount issue. Each of these servers has a RAID1 mounted for storage. At some point in the cloning process, I must have run a replication job without the RAID mounted, and 10GB of mail got copied to the bare mount point. Later, when the array was mounted, the 10GB of mail on the bare mount point became invisible to ncdu, but not to df, which still registered it as used space. Obviously I went back to my replication job and added a check to make sure the array is mounted before writing to that location. But it was a useful lesson.
Hello, Thanks for reporting your experience. That's quite interesting. The df and du (or ncdu) commands have different purposes and do it in different ways: df: displays the amount of disk space available on the file system, calculating disk space free/used by accessing the pathname of mounted file systems; it uses the statfs [1] standard C library: The statfs() system call returns information about a mounted filesystem. path is the pathname of any file within the mounted filesystem du: summarise disk space usage, recursively for directories, summing disk space used by all accessible files This explains why the output is different in your use case (hidden directory contents due to the directory being used as a mount point) Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message (after other tags, if any). It is also an opportunity to the make the subject more understandable to other forum users and readers, if necessary; i.e. : [Solved] The case of the missing disk space (includes solution) Happy Debian ! --- [1] statfs, fstatfs - get filesystem statistics
Hello fellow humans, I just ran Code: Select allsudo apt update and got the following output: Code: Select allHit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://security.debian.org/debian-security bookworm-security InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 https://download.docker.com/linux/debian bookworm InRelease Hit:5 https://deb.debian.org/debian bookworm-backports InRelease Ign:6 https://repo.vivaldi.com/stable/deb stable InRelease Hit:7 https://updates.signal.org/desktop/apt xenial InRelease Hit:8 https://repo.vivaldi.com/stable/deb stable Release Reading package lists... Done E: Release file for http://deb.debian.org/debian/dists/bookworm/InRelease is expired (invalid since 12d 19h 16min 30s). Updates for this repository will not be applied. (It's the same for apt-get) I found almost nothing on the error and when I did find something it was about not using debian.org/ repos. The only non debian.org/ repos I use are the vivaldi and signal ones. Is that the problem? Thanks in advance for your time.
Welcome to the forum! What's in your sources list? Code: Select all$ cat /etc/apt/sources.list
Hello, after installation i decided to switch to a closer mirror of Debian. I did so through the software & updates application. Afterwards i tried to run sudo apt update and it resulted into this error: Code: Select allE: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. What can I do to fix it? Thanks in advance!
If it worked before you changed the mirror, I suggest to revert to the original mirror. I'm guessing your sources are incorrect. Post your sources.list: Code: Select allcat /etc/apt/sources.list
I have 2, 18TB external Seagate hard-drives. When the drives are encrypted with VeraCrypt using Ext4, Samba works perfectly. The problem with Ext4, the drives spin and tick constantly. Because of ware and tare, and the noise, I encrypted the drives using ExFAT and now, they are is nice and quite. But no matter what I do, Samba just will not work on ExFat. The symptom is that when I try to access it from Linux or Windows, I get a permission denied. So noise and ticking on Ext4 with Samba working correctly. Or nice and quite on ExFAT with Samba not working at all. It is a strange problem. Does anyone have a idea on what I could try? (the behavior on both drives are identical)
Hello, welcome to the forum! Vik wrote: 2024-03-15 19:40 I have 2, 18TB external Seagate hard-drives. [...] The problem with Ext4, the drives spin and tick constantly. Did you notice this right after installation (and formatting with the installer)? I think the installer uses these options: man 8 mke2fs wrote: lazy_itable_init[= <0 to disable, 1 to enable>] If enabled and the uninit_bg feature is enabled, the inode table will not be fully initialized by mke2fs. This speeds up file system initialization noticeably, but it re‐ quires the kernel to finish initializing the file system in the background when the file system is first mounted. If the option value is omitted, it defaults to 1 to enable lazy inode table zeroing. lazy_journal_init[= <0 to disable, 1 to enable>] If enabled, the journal inode will not be fully zeroed out by mke2fs. This speeds up file system initialization noticeably, but carries some small risk if the system crashes before the journal has been overwritten entirely one time. If the option value is omitted, it defaults to 1 to enable lazy journal inode zeroing. and/or man 5 ext4 wrote: noinit_itable Do not initialize any uninitialized inode table blocks in the background. This feature may be used by installation CD's so that the install process can complete as quickly as possible; the inode table initialization process would then be deferred until the next time the file system is mounted. This means that for a few hours the disks are busy initializing the inode table. This may explain the noise and activity. You can try reformatting to ext4 without these options and see if that fixes the noise issue.
Hi all, I have a problem with unattended upgrades, exactly the same configuration work on another server, and after days of trying to solve it I gave up, I have tried everything that I found in the net. Server: Debian GNU/Linux 12 (bookworm) kernel: 6.1.0-18-amd64 Code: Select allcat /etc/apt/apt.conf.d/50unattended-upgrades // Unattended-Upgrade::Origins-Pattern controls which packages are // upgraded. // // Lines below have the format format is "keyword=value,...". A // package will be upgraded only if the values in its metadata match // all the supplied keywords in a line. (In other words, omitted // keywords are wild cards.) The keywords originate from the Release // file, but several aliases are accepted. The accepted keywords are: // a,archive,suite (eg, "stable") // c,component (eg, "main", "contrib", "non-free") // l,label (eg, "Debian", "Debian-Security") // o,origin (eg, "Debian", "Unofficial Multimedia Packages") // n,codename (eg, "jessie", "jessie-updates") // site (eg, "http.debian.net") // The available values on the system are printed by the command // "apt-cache policy", and can be debugged by running // "unattended-upgrades -d" and looking at the log file. // // Within lines unattended-upgrades allows 2 macros whose values are // derived from /etc/debian_version: // ${distro_id} Installed origin. // ${distro_codename} Installed codename (eg, "buster") Unattended-Upgrade::Origins-Pattern { // Codename based matching: // This will follow the migration of a release through different // archives (e.g. from testing to stable and later oldstable). // Software will be the latest available for the named release, // but the Debian release itself will not be automatically upgraded. // "origin=Debian,codename=${distro_codename}-updates"; // "origin=Debian,codename=${distro_codename}-proposed-updates"; "origin=Debian,codename=${distro_codename},label=Debian"; "origin=Debian,codename=${distro_codename},label=Debian-Security"; "origin=Docker,codename=${distro_codename},label=Docker CE"; // Archive or Suite based matching: // Note that this will silently match a different release after // migration to the specified archive (e.g. testing becomes the // new stable). // "o=Debian,a=stable"; // "o=Debian,a=stable-updates"; // "o=Debian,a=proposed-updates"; // "o=Debian Backports,a=${distro_codename}-backports,l=Debian Backports"; }; // Python regular expressions, matching packages to exclude from upgrading Unattended-Upgrade::Package-Blacklist { // The following matches all packages starting with linux- // "linux-"; // Use $ to explicitely define the end of a package name. Without // the $, "libc6" would match all of them. // "libc6$"; // "libc6-dev$"; // "libc6-i686$"; // Special characters need escaping // "libstdc\+\+6$"; // The following matches packages like xen-system-amd64, xen-utils-4.1, // xenstore-utils and libxenstore3.0 // "(lib)?xen(store)?"; // For more information about Python regular expressions, see // https://docs.python.org/3/howto/regex.html }; // This option allows you to control if on a unclean dpkg exit // unattended-upgrades will automatically run // dpkg --force-confold --configure -a // The default is true, to ensure updates keep getting installed //Unattended-Upgrade::AutoFixInterruptedDpkg "true"; // Split the upgrade into the smallest possible chunks so that // they can be interrupted with SIGTERM. This makes the upgrade // a bit slower but it has the benefit that shutdown while a upgrade // is running is possible (with a small delay) //Unattended-Upgrade::MinimalSteps "true"; // Install all updates when the machine is shutting down // instead of doing it in the background while the machine is running. // This will (obviously) make shutdown slower. // Unattended-upgrades increases logind's InhibitDelayMaxSec to 30s. // This allows more time for unattended-upgrades to shut down gracefully // or even install a few packages in InstallOnShutdown mode, but is still a // big step back from the 30 minutes allowed for InstallOnShutdown previously. // Users enabling InstallOnShutdown mode are advised to increase // InhibitDelayMaxSec even further, possibly to 30 minutes. // Unattended-Upgrade::InstallOnShutdown "false"; // Send email to this address for problems or packages upgrades // If empty or unset then no email is sent, make sure that you // have a working mail setup on your system. A package that provides // 'mailx' must be installed. E.g. "user@example.com" Unattended-Upgrade::Mail "xxx@host.de"; // Set this value to "true" to get emails only on errors. Default Unattended-Upgrade::Mail "xxx@host.de"; //Unattended-Upgrade::MailOnlyOnError "false"; // Remove unused automatically installed kernel-related packages // (kernel images, kernel headers and kernel version locked tools). Unattended-Upgrade::Remove-Unused-Kernel-Packages "true"; // Do automatic removal of newly unused dependencies after the upgrade Unattended-Upgrade::Remove-New-Unused-Dependencies "true"; // Do automatic removal of unused packages after the upgrade // (equivalent to apt-get autoremove) //Unattended-Upgrade::Remove-Unused-Dependencies "false"; // Automatically reboot *WITHOUT CONFIRMATION* if // the file /var/run/reboot-required is found after the upgrade Unattended-Upgrade::Automatic-Reboot "false"; // Automatically reboot even if there are users currently logged in //Unattended-Upgrade::Automatic-Reboot "false"; Unattended-Upgrade::Automatic-Reboot-WithUsers "true"; // If automatic reboot is enabled and needed, reboot at the specific // time instead of immediately // Default: "now" Unattended-Upgrade::Automatic-Reboot-Time "04:00"; // Use apt bandwidth limit feature, this example limits the download // speed to 70kb/sec //Acquire::http::Dl-Limit "70"; // Enable logging to syslog. Default is False // Unattended-Upgrade::SyslogEnable "true"; // Specify syslog facility. Default is daemon // Unattended-Upgrade::SyslogFacility "daemon"; // Download and install upgrades only on AC power // (i.e. skip or gracefully stop updates on battery) // Unattended-Upgrade::OnlyOnACPower "true"; // Download and install upgrades only on non-metered connection // (i.e. skip or gracefully stop updates on a metered connection) // Unattended-Upgrade::Skip-Updates-On-Metered-Connections "true"; // Verbose logging // Unattended-Upgrade::Verbose "false"; // Print debugging information both in unattended-upgrades and // in unattended-upgrade-shutdown // Unattended-Upgrade::Debug "false"; When running unattended-upgrades --dry-run --debug Code: Select allMarking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/download.docker.com_linux_debian_dists_buster_stable_binary-amd64_Packages' a=buster,c=stable,v=,o=Docker,l=Docker CE arch='amd64' site='download.docker.com' IndexType='Debian Package Index' Size=359545 ID:30> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/security.debian.org_debian-security_dists_bookworm-security_non-free-firmware_i18n_Translation-en' a=stable-security,c=non-free-firmware,v=12,o=Debian,l=Debian-Security arch='' site='security.debian.org' IndexType='Debian Translation Index' Size=924 ID:29> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/security.debian.org_debian-security_dists_bookworm-security_non-free-firmware_binary-amd64_Packages' a=stable-security,c=non-free-firmware,v=12,o=Debian,l=Debian-Security arch='amd64' site='security.debian.org' IndexType='Debian Package Index' Size=1300 ID:28> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/security.debian.org_debian-security_dists_bookworm-security_contrib_i18n_Translation-en' a=stable-security,c=contrib,v=12,o=Debian,l=Debian-Security arch='' site='security.debian.org' IndexType='Debian Translation Index' Size=653 ID:27> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/security.debian.org_debian-security_dists_bookworm-security_contrib_binary-amd64_Packages' a=stable-security,c=contrib,v=12,o=Debian,l=Debian-Security arch='amd64' site='security.debian.org' IndexType='Debian Package Index' Size=1351 ID:26> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/security.debian.org_debian-security_dists_bookworm-security_main_i18n_Translation-en' a=stable-security,c=main,v=12,o=Debian,l=Debian-Security arch='' site='security.debian.org' IndexType='Debian Translation Index' Size=658395 ID:25> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/security.debian.org_debian-security_dists_bookworm-security_main_binary-amd64_Packages' a=stable-security,c=main,v=12,o=Debian,l=Debian-Security arch='amd64' site='security.debian.org' IndexType='Debian Package Index' Size=900601 ID:24> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-backports_non-free_i18n_Translation-en' a=stable-backports,c=non-free,v=,o=Debian Backports,l=Debian Backports arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=749 ID:23> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-backports_non-free_binary-amd64_Packages' a=stable-backports,c=non-free,v=,o=Debian Backports,l=Debian Backports arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=2881 ID:22> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-backports_contrib_i18n_Translation-en' a=stable-backports,c=contrib,v=,o=Debian Backports,l=Debian Backports arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=19432 ID:21> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-backports_contrib_binary-amd64_Packages' a=stable-backports,c=contrib,v=,o=Debian Backports,l=Debian Backports arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=23009 ID:20> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-backports_main_i18n_Translation-en' a=stable-backports,c=main,v=,o=Debian Backports,l=Debian Backports arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=881624 ID:19> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-backports_main_binary-amd64_Packages' a=stable-backports,c=main,v=,o=Debian Backports,l=Debian Backports arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=1121125 ID:18> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_non-free-firmware_i18n_Translation-en' a=stable-updates,c=non-free-firmware,v=12-updates,o=Debian,l=Debian arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=696 ID:17> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_non-free-firmware_binary-amd64_Packages' a=stable-updates,c=non-free-firmware,v=12-updates,o=Debian,l=Debian arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=1446 ID:16> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_non-free_i18n_Translation-en' a=stable-updates,c=non-free,v=12-updates,o=Debian,l=Debian arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=64597 ID:15> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_non-free_binary-amd64_Packages' a=stable-updates,c=non-free,v=12-updates,o=Debian,l=Debian arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=101751 ID:14> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_i18n_Translation-en' a=stable-updates,c=contrib,v=12-updates,o=Debian,l=Debian arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=538 ID:13> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_binary-amd64_Packages' a=stable-updates,c=contrib,v=12-updates,o=Debian,l=Debian arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=1224 ID:12> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_main_i18n_Translation-en' a=stable-updates,c=main,v=12-updates,o=Debian,l=Debian arch='' site='deb.debian.org' IndexType='Debian Translation Index' Size=83585 ID:11> with -32768 pin Marking not allowed <apt_pkg.PackageFile object: filename:'/var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_main_binary-amd64_Packages' a=stable-updates,c=main,v=12-updates,o=Debian,l=Debian arch='amd64' site='deb.debian.org' IndexType='Debian Package Index' Size=66998 ID:10> with -32768 pin Code: Select all tail -f /var/log/unattended-upgrades/unattended-upgrades.log 2024-03-08 11:11:42,320 DEBUG adjusting candidate version: docker-compose-plugin=2.21.0-1~debian.10~buster 2024-03-08 11:11:42,476 DEBUG Checking: libpq5 ([<Origin component:'main' archive:'stable-security' origin:'Debian' label:'Debian-Security' site:'security.debian.org' isTrusted:True>]) 2024-03-08 11:11:42,490 DEBUG adjusting candidate version: libpq5=15.5-0+deb12u1 2024-03-08 11:11:42,540 DEBUG Checking: libunbound8 ([<Origin component:'main' archive:'stable-security' origin:'Debian' label:'Debian-Security' site:'security.debian.org' isTrusted:True>]) 2024-03-08 11:11:42,550 DEBUG adjusting candidate version: libunbound8=1.17.1-2+deb12u1 2024-03-08 11:11:42,700 DEBUG pkgs that look like they should be upgraded: 2024-03-08 11:11:42,805 DEBUG fetch.run() result: 0 2024-03-08 11:11:42,851 DEBUG Packages blacklist due to conffile prompts: [] 2024-03-08 11:11:42,852 INFO No packages found that can be upgraded unattended and no pending auto-removals 2024-03-08 11:11:42,852 INFO The list of kept packages can't be calculated in dry-run mode. Code: Select allapt list --upgradable Listing... Done bind9-dnsutils/stable-security 1:9.18.24-1 amd64 [upgradable from: 1:9.18.19-1~deb12u1] bind9-host/stable-security 1:9.18.24-1 amd64 [upgradable from: 1:9.18.19-1~deb12u1] bind9-libs/stable-security 1:9.18.24-1 amd64 [upgradable from: 1:9.18.19-1~deb12u1] containerd.io/buster 1.6.28-1 amd64 [upgradable from: 1.6.26-1] dnsutils/stable-security 1:9.18.24-1 all [upgradable from: 1:9.18.19-1~deb12u1] docker-buildx-plugin/buster 0.13.0-1~debian.10~buster amd64 [upgradable from: 0.11.2-1~debian.10~buster] docker-ce-cli/buster 5:25.0.4-1~debian.10~buster amd64 [upgradable from: 5:24.0.7-1~debian.10~buster] docker-ce-rootless-extras/buster 5:25.0.4-1~debian.10~buster amd64 [upgradable from: 5:24.0.7-1~debian.10~buster] docker-ce/buster 5:25.0.4-1~debian.10~buster amd64 [upgradable from: 5:24.0.7-1~debian.10~buster] docker-compose-plugin/buster 2.24.7-1~debian.10~buster amd64 [upgradable from: 2.21.0-1~debian.10~buster] libpq5/stable-security 15.6-0+deb12u1 amd64 [upgradable from: 15.5-0+deb12u1] libunbound8/stable-security 1.17.1-2+deb12u2 amd64 [upgradable from: 1.17.1-2+deb12u1]
friendlysalmon88 wrote: 2024-03-09 05:17 I just checked Debian Busters' EOL and it will no longer be supported after June 30th of this year so I'd strongly recommend that the OP consider migrating their Buster based machine to a release such as BullEye which come to it support EOL ad of 06/30/2026. I wouldn't recommend the BullsEye route and would much rather se the OP ugrade or do a full back up and re installation of Debian 12 BookWorm which i is going to be in active support cycle until June 30th of 2028. Please read a topic fully before offering advice. OP is using Bookworm but has a buster repo for docker.
Code: Select allsystemctl start iptables systemctl status iptables ● netfilter-persistent.service - netfilter persistent co> Loaded: loaded (/lib/systemd/system/netfilter-persi> Drop-In: /usr/lib/systemd/system/netfilter-persisten> └─iptables.conf Active: active (exited) since Thu 2024-03-14 16:47:> Docs: man:netfilter-persistent(8) Main PID: 456 (code=exited, status=0/SUCCESS) CPU: 18ms Mar 14 16:47:11 debian systemd[1]: Starting netfilter-pe> Mar 14 16:47:11 debian netfilter-persistent[465]: run-pa> Mar 14 16:47:12 debian netfilter-persistent[465]: run-pa> Mar 14 16:47:12 debian systemd[1]: Finished netfilter-pe> lines 1-13/13 (END)...skipping... ● netfilter-persistent.service - netfilter persistent configuration Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; pres> Drop-In: /usr/lib/systemd/system/netfilter-persistent.service.d └─iptables.conf Active: active (exited) since Thu 2024-03-14 16:47:12 EET; 16h ago Docs: man:netfilter-persistent(8) Main PID: 456 (code=exited, status=0/SUCCESS) CPU: 18ms systemctl enable iptables Failed to enable unit: Refusing to operate on alias name or linked unit file: iptables.service
kerogaz wrote: 2024-03-15 08:27 I don't understand anything; what is in debian 12 : iptables, iptables-persistent and netfilter-persistent - it's all installed Debian does not install these packages by default. Either you manually installed them or as a dependency of another package, you can find reverse dependencies with e.g. Code: Select all$> apt rdepends iptables-persistent netfilter-persistent To check if these packages are marked as manually installed: Code: Select all$> apt-mark showmanual iptables-persistent netfilter-persistent
Hi I am having issues with my apache/php setup following upgrading from bullseye to bookworm. The php is just being displayed as opposed to being parsed by php 8.2 The php 8.2 module is enabled in apache phpmyadmin is working correctly - which is installed as per the standard debian install as a separate site. I have confirmed that the php version is 8.2, and have removed the 7.x packages using apt The php files are using the <?php tag as opposed to just <? I am at a loss as to what has gone wrong as it is clearly working for the phpmyadmin site, but not the php held in /var/www/html Is there an extra step during the upgrade that I have missed? This system has been upgraded from V9 -> 10 -> 11 -> 12 over the years, but was working fully prior to the Bookworm upgrade, however there was usually some config changes I had to make with each update for php e.g. re-enabling <? instead of <?php etc - the scripts have now been updated to change to <?php as above anyway. Thanks James
Hello, does it look like this? The proposed solution was to purge libapache2-mod-php and install it again, but maybe just check its files (libapache2-mod-php8.2 I guess), particularly those in /etc/. Code: Select all$> apt-file show libapache2-mod-php8.2 libapache2-mod-php8.2: /etc/apache2/mods-available/php8.2.conf libapache2-mod-php8.2: /etc/apache2/mods-available/php8.2.load libapache2-mod-php8.2: /usr/lib/apache2/modules/libphp8.2.so libapache2-mod-php8.2: /usr/lib/php/8.2/sapi/apache2 libapache2-mod-php8.2: /usr/share/bug/libapache2-mod-php8.2/control libapache2-mod-php8.2: /usr/share/bug/libapache2-mod-php8.2/script libapache2-mod-php8.2: /usr/share/doc/libapache2-mod-php8.2 libapache2-mod-php8.2: /usr/share/lintian/overrides/libapache2-mod-php8.2
"Parole needs meta/x-gst-fourcc-mebx" "Unable to install missing codecs" "No available plugin installer was found" I found this: viewtopic.php?t=154881 ... but I don't follow the answer. I had no problem with Debian 11, but I get that error with my brand new Debian 12. I seem to have the needed packages: Code: Select all /etc/apt 0 % aptitude search gstreamer1.0-plugins i A gstreamer1.0-plugins-bad - GStreamer plugins from the "bad" set p gstreamer1.0-plugins-bad-apps - GStreamer helper programs from the "bad" set v gstreamer1.0-plugins-bad-faad - v gstreamer1.0-plugins-bad-videoparsers - i A gstreamer1.0-plugins-base - GStreamer plugins from the "base" set p gstreamer1.0-plugins-base-apps - GStreamer helper programs from the "base" set i A gstreamer1.0-plugins-good - GStreamer plugins from the "good" set p gstreamer1.0-plugins-rtp - GStreamer elements from the "rtp" set i A gstreamer1.0-plugins-ugly - GStreamer plugins from the "ugly" set v gstreamer1.0-plugins-ugly-amr - ... so what's up?
Vague question. Is this message shown when you try to install parole or when trying to play some media? I found this: viewtopic.php?t=154881 ... but I don't follow the answer. There is no answer to your question in that topic so nothing to follow.
Hello! I have a Bluetooth headphones and its sound interrupts with total silence every few minutes for a several seconds. On other devices, including Linux Mint XFCE laptop, everything works fine. I have tried different Bluetooth hardware modules, one simple USB stick, and another one, with info below, is on the Wifi PCIE module. Same result. I have Debian 12 Gnome on this desktop. inxi -Eaz Code: Select allBluetooth: Bluetooth: Device-1: Intel AX210 Bluetooth type: USB driver: btusb v: 0.8 bus-ID: 1-10:5 chip-ID: 8087:0032 class-ID: e001 Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter> Info: acl-mtu: 1021:4 sco-mtu: 96:6 link-policy: rswitch sniff link-mode: peripheral accept service-classes: rendering, capturing, audio, telephony Is there any way to possibly fix this? Thanks. I don't know is it a disconnection problem or a sound problem.
Do you have libspa-0.2-bluetooth installed? Maybe try to use the backports version - https://packages.debian.org/bookworm-ba ... -bluetooth . There is also a much newer version of Pipewire available in backports which is reported to work fine on Bookworm. I use neither Gnome nor Pipewire, only KDE Plasma, but Bluetooth works fine for my Jabra earbuds with my Thinkpad Yoga.
I have run into a problem with trying to use PC speakers on a headless server running bookworm with all the current updates. The hardware consists of a Gigabyte Z790 motherboard sound card. The problem is a 60 cycle hum, but it is not the result of your conventional ground-loop scenario. When the sound card is active there is no hum, even during the few seconds of quiet before and after a music file plays. The hum is only present when there is no activity. It appears the sound card “floats” when it is not actively being used and picks up the hum. Now for the question. All I need is for speaker-test to run as root with no hum between runs and with no users logged in. I have tried a lot of things and what appears to be the simplest thing to do is to install alsa-utils and alsa-oss. It meets the criteria of running as root with no users, including root, logged in and would be perfect except for the hum. If I run Windows on the same motherboard, there is no hum between uses, so I suspect if I could keep the sound card active all the time (daemon??) while still being available to use speaker-test when needed, life would be good. Any suggestions?
Hello, dhunt2206 wrote: 2024-02-25 00:43 [..] The problem is a 60 cycle hum, but it is not the result of your conventional ground-loop scenario. [..] Does the "hum" go away when you turn down the volume of the audio card's main output? You can do some tests with alsamixer from a remote shell using ssh. — Note: please, correct the little typo in the subject of the first post. Thanks :)
System: Debian Stable 12 x86_64 Old notebook Intel Core™ i7-2720QM and Nvidia GeForce® GTX 560M, and I'm using a self encrypting SSD configured with sedutil. I boot with the parameter libata.allow_tpm=1 and I have a systemd service to store the password in the kernel allowing it to decrypt the disk on waking up. Problem: since linux-image-6.1.0-14-amd64 (through 15, 16, 17 and 18) the system is unable to fully wake up from suspend. Most of the time it wakes up to a black screen and CAPS LOCK led doesn't change when pressing the CAPS LOCK button. Sometimes the monitor turns on and I can login in a tty but no command ever works. Not even `reboot` `shutdown` etc. Regardless if the monitor turns on, I can shutdown with Alt + SysRq + B. (bug reports: 1058028, 1058052, 1058890) What I've tested: 1) Adding: nomodeset, init_on_alloc=0, intel_iommu=off to boot the kernel. No change at all. 2) I tested suspend by writing to /sys/power/pm_test the following successively "freezer", "devices", "platform", "processors", "core". Every single test was successful, ie, the system wakes up on its own after 5 seconds. 3) `echo mem > /sys/power/state"` instead of `systemctl suspend`. No change. 4) Changing /etc/systemd/sleep.conf to have "SuspendState=standby" or "SuspendState=freeze" seems to make things worse because the notebook seems unable to enter sleep mode, while "SuspendState=mem" causes the same behavior as reported here. 5) I recompiled sedutil after booting linux-image-6.1.0-18-amd64 (git clone --branch s3-sleep-support https://github.com/badicsalex/sedutil.git). It made no difference. EDIT: it is a Linux Kernel bug (Regression): 218538
Hello @asana, asana wrote: 2024-02-17 11:21 [..] I'm using a self encrypting SSD configured with sedutil [..] Problem: since linux-image-6.1.0-14-amd64 (through 15, 16, 17 and 18) the system is unable to fully wake up from suspend. [..] It seems to me that the sedutil programm is not in the Debian repositories. It claims to be a copyrighted program distributed under the GPL licence, but there is no LICENSE file in its git repository. I've never used it, and I'm not currently motivated to delve into its inner workings. However, if you know about it, please share your knowledge in the forum. The "README" file [1] in the git repository you quoted in the previous message says: ***** sleep (S3) is not supported. Therefore, it seems the S3 in not supported by design. Sorry I cannot be more helpful. Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message (after other tags, if any); for example: [Solved] Debian 12: cannot suspend to S3 booting with sedutil — [1] https://github.com/badicsalex/sedutil/b ... /README.md
Raspberry Pi 3+, Bullseye, Sox 14.4.2, Audacity 2.4.2, USB soundcard. I'm trying to produce timestamed sound files, preferably in the file name, but that can be edited later. AUDIODEV=hw:1 rec -r 44100 TX.ogg silence 1 3.0 5% 1 7.0 5% : newfile : restart record command starts, creates TX001.ogg, timer shows the script running, but it seems nothing is recorded and nothing is saved. When using Audacity, Software Activated recording enabled, input is captured and can be saved/exported.. Audacity is showing input is on the left channel. Can anyone point out what I may be doing wrong? Thanks.
friendlysalmon88 wrote: 2024-03-09 16:37 I do believe that Buster is abut to reach it's end of life cycle in a couple of months. I'd strongly recommend that that the OP look into either Debian 1o(buster) or Debian 12(bookworm). Debian 10 Buster reaches it's EOL aon June 30th of this year. Debian 11 (Bulleye) Reaches its EOL on June 30th 2026. Debian 12 (bbokworm) 12 (BookWorm) June 30th,2028 So I'd strongly recommend that the OP consider one of the last two releases that are listed up above. Stop posting irrelevant comments. OP is using Bullseye.
Hello, I just installed Debian operating system by using this Debian Live image. Code: Select alllsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm I am using the Mate desktop environment. My GPG setting is fine. I installed the pass Debian package. Then I ran the initialization command: Code: Select allpass init my@email.address Now I can use the pass app, but there's only one problem. Can't do autocompletion in it, eg. when I am looking for a password: Code: Select allpass show Some/Pass[TAB] and I hit Tab, pass does not do autocompletion to get the whole password item out there. Here's what I should get: Code: Select allpass show Some/PasswordStoreFolder/somepassword This is done either in Xterm, or in the Mate-terminal of the text environment in which I run pass. What could be wrong? How do I set up my system to pass works correctly? Any advices will be appreciated!
Hello, pass comes with bash completions in the /usr/share/bash-completion/completions/pass so in theory it should work as long as bash-completion is installed as well. Does your ~/.bashrc have any lines in it like: if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ]; then . /etc/bash_completion Does bash completion work elsewhere? Have you rebooted or logged out/in since you've installed pass? (ps. you should add a description to your title)
Hello, everytime i wanna use virtualbox, I have to manually sign the modules with my key, im using secure boot and everytime i reboot i must do this process: https://pastebin.com/bSw2i3XM Same happens when an nvidia update or kernel update comes, i have to manually sign the modules, why is this happening? I set the key for signing dkms to the path of my keys and yet seems is not using it. Any ideas? Using Debian 12
Hello, klairm wrote: 2024-01-27 23:28 Hello, everytime i wanna use virtualbox, I have to manually sign the modules with my key [..] Any ideas? Using Debian 12 Virtualbox binaries are not in Debian Bookworm (12) repositories. How did you install virtualbox binaries and its kernel modules ? Out of the tree kernel modules need to be rebuilt only when the kernel is updated or reinstalled: why do you need rebuilding them every time you start virtualbox if they are already compiled and signed ?
Hi, I am following this question as well. I am having the same issue, my laptop battery got drained and I went to restart today and this happened to me as well. I think yesterday I did some package upgrade using sudo apt upgrade and sudo apt autoremove , it showed some packages were not installed properly , I dont remember it well but one was nvidia i think , i didn't bother cause I everything was working fine but now as I switch on the laptop , this screen is coming. I dont know how to access anything and feeling anxious because all my important documents are there and I dont want to format the laptop. Please help me out.
@DebianNovice you should usually open a new thread with your own details. You can reference similar threads in your thread, but should not extend another posters thread with your problem.
After kernel 6.1.0 - 17, I started noticing there was something that seemed like an error show up on start-up. I was still able to boot (and I was not able to read the error before it moved on), so I did not put it as a priority to fix. Kernel 6.1.0 - 18 gave me more issues. In fact, it would not boot and gave me the following: I looked it up and a way to fix it, but I am skeptical about trying solutions from random websites. There were various packages that were installed or updated, so I have no clue which of them I should investigate. Kernel 6.1.0 - 16 did not give me issues or show anything out of the ordinary on start, but it no longer shows up in GRUB. I am currently able to boot with 6.1.0 - 17.
Maybe your /boot is full and initramfs generation failed? Check Code: Select alldf -h and Code: Select allls -l /boot
Hi. Sorry if I can't express myself very well in English as it's not my primary language, I'll do my best. I've installed Debian 12.5 XFCE some days ago. Yesterday, when I ran Code: Select allsudo apt update I got... Code: Select allGet:1 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB] Hit:2 http://deb.debian.org/debian bookworm InRelease Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Err:1 http://security.debian.org/debian-security bookworm-security InRelease At least one invalid signature was encountered. Err:2 http://deb.debian.org/debian bookworm InRelease At least one invalid signature was encountered. Err:3 http://deb.debian.org/debian bookworm-updates InRelease At least one invalid signature was encountered. Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.debian.org/debian-security bookworm-security InRelease: At least one invalid signature was encountered. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian bookworm InRelease: At least one invalid signature was encountered. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian bookworm-updates InRelease: At least one invalid signature was encountered. W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease At least one invalid signature was encountered. W: Failed to fetch http://security.debian.org/debian-security/dists/bookworm-security/InRelease At least one invalid signature was encountered. W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease At least one invalid signature was encountered. W: Some index files failed to download. They have been ignored, or old ones used instead. with this Code: Select allsources.list (the default one, and with no third party repositories)... Code: Select alldeb cdrom:[Debian GNU/Linux 12.0.0 _Bookworm_ - Official amd64 NETINST with firmware 20230610-10:21]/ bookworm main non-free-firmware deb http://deb.debian.org/debian/ bookworm main non-free-firmware deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware deb http://security.debian.org/debian-security bookworm-security main non-free-firmware deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware # bookworm-updates, to get updates before a point release is made; # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware # This system was installed using small removable media # (e.g. netinst, live or single CD). The matching "deb cdrom" # entries were disabled at the end of the installation process. # For information about how to configure apt package sources, # see the sources.list(5) manual. And running Code: Select allsudo apt-key list I get... Code: Select allcreate_gpg_home:trap:14: undefined signal: ABRT So I reinstalled Debian yesterday but today it happened the exact same problem again. I can't find any solution. The only thing that made apt work again was: Code: Select allsudo apt update --allow-unauthenticated --allow-insecure-repositories (I ran it before reinstalling it), but I don't thing is a good solution. Is there any reason of why it's happening and any solution to this problem or any important resource to read? I don't know if it's related, but my motherboard doesn't have the BIOS battery. The time gets always updated at startup. (In Manjaro I didn't have any problems). I'd used Debian in the same PC before (Debian 10 and 11) for one year without any problems at all. And I've been using Debian in another PC since 2021 with no problems either. So I guess it no Debian's problem, but something very specific to my PC Just in case, I put the output of inxi right here Code: Select allSystem: Host: Deb-PC Kernel: 6.1.0-18-amd64 arch: x86_64 bits: 64 Desktop: i3 v: 4.22 Distro: Debian GNU/Linux 12 (bookworm) Machine: Type: Desktop Mobo: Intel model: DG41RQ v: AAE54511-203 serial: <superuser required> BIOS: Intel v: RQG4110H.86A.0013.2009.1223.1136 date: 12/23/2009 CPU: Info: dual core Pentium E5200 [MCP] speed (MHz): avg: 2500 Graphics: Device-1: Intel 4 Series Integrated Graphics driver: i915 v: kernel Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded: modesetting unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1440x900~60Hz API: OpenGL v: 2.1 Mesa 22.3.6 renderer: Mesa Intel G41 (ELK) Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 Drives: Local Storage: total: 223.57 GiB used: 59.81 GiB (26.8%) Info: Processes: 145 Uptime: 53m Memory: 2.86 GiB used: 1.49 GiB (52.0%) Shell: Zsh inxi: 3.3.26 Thank you very much. Greetings!
What does the command Code: Select allls -l /bin/sh print (google suggests this could be problem)? Also can you try Code: Select allsudo dpkg --verify just to verify that no files have been corrupted (this can take a while)?
I've never seen this type of error before and have no idea what to do next. Any help will be greatly appreciated! Code: Select allReading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up nvidia-kernel-dkms (525.147.05-7~deb12u1) ... Removing old nvidia-current-525.147.05 DKMS files... Deleting module nvidia-current-525.147.05 completely from the DKMS tree. Loading new nvidia-current-525.147.05 DKMS files... readelf: Error: Not an ELF file - it has the wrong magic bytes at the start readelf: Error: Not an ELF file - it has the wrong magic bytes at the start Building for 6.1.0-13-amd64 Building initial module for 6.1.0-13-amd64 readelf: Error: Not an ELF file - it has the wrong magic bytes at the start readelf: Error: Not an ELF file - it has the wrong magic bytes at the start Error! Bad return status for module build on kernel: 6.1.0-13-amd64 (x86_64) Consult /var/lib/dkms/nvidia-current/525.147.05/build/make.log for more information. dpkg: error processing package nvidia-kernel-dkms (--configure): installed nvidia-kernel-dkms package post-installation script subprocess returned error exit status 10 dpkg: dependency problems prevent configuration of nvidia-driver: nvidia-driver depends on nvidia-kernel-dkms (= 525.147.05-7~deb12u1) | nvidia-kernel-525.147.05 | nvidia-open-kernel-525.147.05 | nvidia-open-kernel-525.147.05; however: Package nvidia-kernel-dkms is not configured yet. Package nvidia-kernel-525.147.05 is not installed. Package nvidia-kernel-dkms which provides nvidia-kernel-525.147.05 is not configured yet. Package nvidia-open-kernel-525.147.05 is not installed. Package nvidia-open-kernel-525.147.05 is not installed. dpkg: error processing package nvidia-driver (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: nvidia-kernel-dkms nvidia-driver Config is in use. E: Sub-process /usr/bin/dpkg returned an error code (1)
Hello, What is your Debian version ? You can check with: Code: Select allcat /etc/debian_version
So? Recently switched to Sylpheed from Thunderbird (reasons not relevant here) Everything seemed to be okay till I had to send mail to someone outside mailserver: Sylpheed receives "Relay access denied" I do receive mail, can read it and manage it (I mean, delete, move it to other folder et cetera) It's definitely not server-side problem since Thunderbird is able to send e-mail: example.net is my server, example.pl being that remote one Code: Select allFeb 16 15:24:07 mejl postfix/submission/smtpd[74578]: connect from unknown[10.50.44.9] Feb 16 15:24:07 mejl postfix/submission/smtpd[74578]: B799D5A0B3B: client=unknown[10.50.44.9], sasl_method=PLAIN, sasl_username=sender Feb 16 15:24:07 mejl postfix/cleanup[74579]: B799D5A0B3B: message-id=<kebab502-3d27-49d9-a2e4-021b397632ca@example.net> Feb 16 15:24:07 mejl postfix/qmgr[74076]: B799D5A0B3B: from=<sender@example.net>, size=117369, nrcpt=1 (queue active) Feb 16 15:24:11 mejl postfix/smtp[74580]: B799D5A0B3B: to=<recipient@example.pl>, relay=mx.example.pl[282.77.101.4]:25, delay=3.4, delays=0.11/0.05/0.28/3, dsn=2.0.0, status=sent (250 ok 1708093456 qp 36751 mailid 478b435adf1d2240f4e0dbus6a67185c) Feb 16 15:24:11 mejl postfix/qmgr[74076]: B799D5A0B3B: removed Feb 16 15:24:17 mejl postfix/submission/smtpd[74578]: disconnect from unknown[10.50.44.9] ehlo=2 starttls=1 auth=1 mail=1 rcpt=1 data=1 commands=7 postfix log of mailserver; Thunderbird can send e-mails with no problems When Sylpheed tries to do the same: "ambassador" is me computer's hostname Code: Select allFeb 16 15:22:42 mejl postfix/smtpd[74552]: connect from unknown[10.50.44.9] Feb 16 15:22:42 mejl postfix/smtpd[74552]: NOQUEUE: reject: RCPT from unknown[10.50.44.9]: 454 4.7.1 <recipient@example.pl>: Relay access denied; from=<sender@example.net> to=<recipient@example.pl> proto=ESMTP helo=<ambassador> Feb 16 15:22:51 mejl postfix/smtpd[74552]: lost connection after RCPT from unknown[10.50.44.9] Feb 16 15:22:51 mejl postfix/smtpd[74552]: disconnect from unknown[10.50.44.9] ehlo=2 starttls=1 mail=1 rcpt=0/1 commands=4/5 postfix log again; Sylpheed connects to SMTP but gets rejected when sending I see that postfix logs don't mention anything 'bout SASL in case of Sylpheed, so I guess it's where it fails If important, server uses mandatory TLS both for IMAP and SMTP and Sylpheed is configured to use it (TLS for IMAP, STARTTLS for SMTP) Any clues? It's matter of configuration or Sylpheed simply doesn't support SASL at all? (Just in case: I made public IPs from logs invalid and IDs (iod36g75zkeg-like things) here got changed as well)
The first uses postfix/submission/smtpd but second uses postfix/smtpd Presumably you have different rules for each in postfix? Check the "sending" port, and auth credentials, in Sylpheed.
I just messed up a production SSD because Linux restored an old and obsolete hibernation image from swap and all file system information was out of sync. I am now running a "brtrfsck --repair" as the last resort with the full knowledge that it is a very dangerous thing to do but it is that or reformat. I need to find a way to prevent this in the future. Is there a way to prevent Linux from restoring a hibernation image from swap, even though there are one? With later systemd one can no longer just remove the "resume=" option as it is no longer needed and systemd just automagically finds the image and restores it according to the documentation. Thanks, Erik
I'd guess this could involve temporarily disabling swap and wiping the swap partition in order to clear the bad image. Then re-enable the swap partition, or eliminate it and use zram swap only if possible.
Hello, I hope its ok to ask here about a firejail problem but I have not found any other platform to ask about this. I want to run MultiMC (an alternative minecraft launcher) in firejail for at least a thin layer of protection, I will also later run the java bin in the sandbox (yes I know it is not really "save" but at least some MC mods will not save files in my main dirs later). I run a lot of programs through firejail and have never had a problem with it. I have a firejail profile and run the firejail command from a shell script: multimc.profile Code: Select allinclude /etc/firejail/globals.local include /etc/firejail/disable-common.inc private ./data/ net none run.sh Code: Select all#!/bin/bash firejail --output=./logfile.log --profile=./multimc.profile ./MultiMC/bin/MultiMC I also tried running the MultiMC binary directly from the firejail command: Code: Select allfirejail ./MultiMC/bin/MultiMC But the same error massage appears every time: Code: Select allError: no suitable ./MultiMC/bin/MultiMC executable found I also tried the x64 and x32 binaries and the log files generated by firejail are also empty. To be sure that the bin is in the right path, I also tried the full path and tested with du to see if the bin was really there: Code: Select allo7ydv@Hamster:~/firejail/multimc$ ./start.sh Reading profile ./multimc.profile Reading profile /etc/firejail/disable-common.inc Parent pid 17555, child pid 17557 Child process initialized in 43.47 ms Error: no suitable ./MultiMC/bin/MultiMC executable found Parent is shutting down, bye... o7ydv@Hamster:~/firejail/multimc$ du ./MultiMC/bin/MultiMC 7800 ./MultiMC/bin/MultiMC which was always the case. I hope someone has an idea what the error is, thanks in advance!
Did you have a look here: https://github.com/netblue30/firejail/discussions/4130 Basically what is mentioned about the error: The executable (or a upper directory) is blacklisted. The executable is under a whitelisted directory but is not whitelist. The executable is missing in private-bin. The executable is under a noexec directory ...
It seems that snmp-mibs-downloader has no installation candidate even though it is listed under the packages on the Debian site https://packages.debian.org/bookworm/sn ... downloader. Any ideas? Running Debian 12 Command: sudo apt install snmp-mibs-downloader Result: Reading package lists... Done Building dependency tree... Done Reading state information... Done Package snmp-mibs-downloader is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'snmp-mibs-downloader' has no installation candidate sources.list deb https://deb.debian.org/debian/ bookworm main non-free-firmware deb-src https://deb.debian.org/debian/ bookworm main non-free-firmware deb https://security.debian.org/debian-security bookworm-security main non-free-firmware deb-src https://security.debian.org/debian-security bookworm-security main non-free-firmware deb https://deb.debian.org/debian/ bookworm-updates main non-free-firmware deb-src https://deb.debian.org/debian/ bookworm-updates main non-free-firmware
snmp-mibs-downloader is in non-free but your apt sources don't include that repository. You might also want to add contrib - and then run apt update to update your sources. Hope this helps Code: Select alldeb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware deb-src https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware deb-src https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
Hello, The terminal does not open completely, only 85%, something like that, only 'at the moment of maximizing it', when closing it and opening it again it returns to the previous limited form, I do not see how to hold the configuration, no matter how much I try moving the pointer in the corner and lateral ... Any idea? Thanks
Hello, The terminal preferences have a setting for the default profile and default geometry. https://docs.xfce.org/apps/xfce4-terminal/preferences You need to edit your default profile and change the appropriate setting. I would give you a step-by-step walkthrough, but I don't have Xfce installed.
Hello, I'm trying again to copy the whole system to a USB (formatted in ext4) with the 'dd' command and this time it doesn't work: Code: Select allroot@kaos:~# dd if=/dev/nvme0n1p5 of=/dev/sda/ dd: Unable to open '/dev/sda/': It is a directory root@kaos:~# LANG=C dd if=/dev/nvme0n1p5 of=/dev/sda/ dd: failed to open '/dev/sda/': Is a directory root@kaos:~# dd: failed to open '/dev/sda/': Is a directory What am I forgetting? Thanks.
Hello, keos wrote: 2024-02-11 11:34 I realized my mistake ... at the end of the command: '/' -- I tried to delete this message but it didn't work ... It's ok. Thanks for updating the discussion. Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message (after other tags, if any); for example: [Solved] Problem trying to copy system into a USB, 'dd' Happy Debian ! .)
I use Linux since 1995 and debian since 2014 (or before !). I tried recently to install debian 12 and was astonished by the very frequent asks of user password when the computer was not used. In debian 11, it was not the case but, reinstalling debian 11 on a computer, I saw this new behaviour too. Does anybody know the reason ? Thank you for answers !
Hello, Can you give some examples of password prompts that are now asked and that were not asked before?
Hi all, I've been attempting to set-up SecureBoot on my Lenovo Thinkpad P16s Gen2 laptop via MOK signing. Edit: Forgot to mention, this on Debian 12 (bookworm), with an upgraded kernel to allow the internal mic to be correctly recognized by the driver. Every time I enable secure boot, it fails in UEFI with the message "secure boot failed operating system is invalid". This message appears to match my UEFI UI, and GRUB does not seem to be loaded yet (since I have a encryption password blocking it that never appears) so this is what indicates to me (maybe incorrectly) that the UEFI is failing to check the shim bootloader's signature. Here is the current listing under /boot/efi/EFI/debian/: Code: Select allBOOTX64.CSV fbx64.efi grub.cfg grubx64.efi mmx64.efi shimx64.efi The contents of BOOTX64.CSV: Code: Select allshimx64.efi,debian,,This is the boot entry for debian The output of sbverify shimx64.efi: Code: Select allwarning: data remaining[823184 vs 948768]: gaps between PE/COFF sections? Signature verification OK The output of sbverify --list for all EFI binaries under /boot/efi/EFI/debian/ Code: Select all+ for file in *.efi + sbverify --list fbx64.efi warning: data remaining[73152 vs 87328]: gaps between PE/COFF sections? signature 1 image signature issuers: - /CN=Debian Secure Boot CA image signature certificates: - subject: /CN=Debian Secure Boot Signer 2022 - shim issuer: /CN=Debian Secure Boot CA + for file in *.efi + sbverify --list grubx64.efi signature 1 image signature issuers: - /CN=Debian Secure Boot CA image signature certificates: - subject: /CN=Debian Secure Boot Signer 2022 - grub2 issuer: /CN=Debian Secure Boot CA + for file in *.efi + sbverify --list mmx64.efi warning: data remaining[731584 vs 849616]: gaps between PE/COFF sections? signature 1 image signature issuers: - /CN=Debian Secure Boot CA image signature certificates: - subject: /CN=Debian Secure Boot Signer 2022 - shim issuer: /CN=Debian Secure Boot CA + for file in *.efi + sbverify --list shimx64.efi warning: data remaining[823184 vs 948768]: gaps between PE/COFF sections? signature 1 image signature issuers: - /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011 image signature certificates: - subject: /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows UEFI Driver Publisher issuer: /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011 - subject: /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011 issuer: /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation Third Party Marketplace Root I know that the shim bootloader is the first listing from the output of efibootmgr -v: Code: Select allBootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000,001C,001D,001E,001F,0020,0021,0022,0023,0024,0025 Boot0000* debian HD(1,GPT,b14ec9ad-d1b7-4ad3-ada2-062d6ab13f37,0x800,0x100000)/File(\EFI\debian\shimx64.efi) Boot0001* Windows Boot Manager HD(1,GPT,b95bc575-66b1-4931-85f9-e0b8e44cb66f,0x800,0x82000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}.................... Boot0010 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9) Boot0011 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850) Boot0012 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380) Boot0013 Lenovo Diagnostics FvFile(3f7e615b-0d45-4f80-88dc-26b234958560) Boot0014 Asset Information FvFile(da465b87-a26f-4c12-b78a-0361428fa026) Boot0015 Regulatory Information FvFile(478c92a0-2622-42b7-a65d-5894169e4d24) Boot0016 ThinkShield secure wipe FvFile(3593a0d5-bd52-43a0-808e-cbff5ece2477) Boot0017 ThinkShield Passwordless Power-On Device Manager FvFile(08448b41-7f83-49be-82a7-0e84790ab133) Boot0018 Wi-Fi Configuration FvFile(d3aaff0f-cb22-4792-896c-802c2e9383ba)-.A.p.p... Boot0019 Reinstall Windows from Cloud FvFile(3edbaac4-5017-4870-8cc4-721f9ef1974f)-.A.p.p... Boot001A Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479) Boot001B Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5) For completeness sake, here is the output of mokutil -l: Code: Select all[key 1] SHA1 Fingerprint: 53:61:0c:f8:1f:bd:7e:0c:eb:67:91:3c:9e:f3:e7:94:a9:63:3e:cb Certificate: Data: Version: 3 (0x2) Serial Number: ed:54:a1:d5:af:87:48:94:8d:9f:89:32:ee:9c:7c:34 Signature Algorithm: sha256WithRSAEncryption Issuer: CN=Debian Secure Boot CA ... [key 2] SHA1 Fingerprint: 1f:8e:ed:d4:0f:07:3b:19:78:e9:f4:b6:39:78:03:52:02:2d:da:79 Certificate: Data: Version: 3 (0x2) Serial Number: 77:7b:1a:62:5d:2e:93:31:a8:ec:c4:e8:3e:1e:28:07:6b:1b:28:8d Signature Algorithm: sha256WithRSAEncryption Issuer: CN=wikki The [key 2] entry is the MOK I enrolled manually, and what I signed my kernel and modules with sbsign. The output of mokutil --test-key /var/lib/shim-signed/MOK.der: Code: Select all/var/lib/shim-signed/mok/MOK.der is already enrolled Checking that this certificate matches the signature on my kernel, IE, sbverify --cert /var/lib/shim-signed/mok/MOK.pem /boot/vmlinuz-6.7.4 Code: Select allSignature verification OK Thank you, any pointers would be much appreciated, I'd be happy to attach any other information asked for. And apologies for any formatting errors, I'd be happy to resolve any.
Hello, wikki01 wrote: 2024-02-09 16:05 Hi all, I've been attempting to set-up SecureBoot on my Lenovo Thinkpad P16s Gen2 laptop via MOK signing. Edit: Forgot to mention, this on Debian 12 (bookworm), with an upgraded kernel to allow the internal mic to be correctly recognized by the driver. Every time I enable secure boot, it fails in UEFI with the message "secure boot failed operating system is invalid". This message appears to match my UEFI UI, and GRUB does not seem to be loaded yet (since I have a encryption password blocking it that never appears) so this is what indicates to me (maybe incorrectly) that the UEFI is failing to check the shim bootloader's signature. Have you signed the recompiled kernel image and its kernel modules with your MOK (Machine Owner Key) ? --- [1] https://wiki.debian.org/SecureBoot
I just tried to step up to the new point release, but it doesn't work with my Nvidia drivers. Building module: Code: Select allCleaning build area... env NV_VERBOSE=1 make -j4 modules KERNEL_UNAME=6.1.0-18-amd64.............................(bad exit status: 2) Error! Bad return status for module build on kernel: 6.1.0-18-amd64 (x86_64) Consult /var/lib/dkms/nvidia-current/525.147.05/build/make.log for more information. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. dkms: autoinstall for kernel: 6.1.0-18-amd64 failed! run-parts: /etc/kernel/postinst.d/dkms exited with return code 11 dpkg: error processing package linux-image-6.1.0-18-amd64 (--configure): installed linux-image-6.1.0-18-amd64 package post-installation script subprocess returned error exit status 1 Setting up linux-headers-6.1.0-18-amd64 (6.1.76-1) ... /etc/kernel/header_postinst.d/dkms: dkms: running auto installation service for kernel 6.1.0-18-amd64. Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file Signing key: /var/lib/dkms/mok.key Public certificate (MOK): /var/lib/dkms/mok.pub I timeshifted back and it's OK now. Any guidance on how to get this to work?
See here: viewtopic.php?p=792730#p792730 A patch seems to be on the way.
My system is installed in Spanish. When going to the terminal 'without using LANG=C' it was never able to install this application, systemback, the steps: Code: Select all$ git clone https://github.com/fconidi/systemback-install_pack-1.9.4.git $ cd systemback-install_pack-1.9.4/ $ chmod +x install.sh $ sudo ./install.sh because at the end it gave an error, [asking for the use of '--allow' and then after i typed '--allow' another output, 'do not recognize this command'... ] (?) After many attempts it occurred to me to use LANG=C in the commands and it was installed ... Code: Select allkeos@kaos:~$ LANG=C git clone https://github.com/fconidi/systemback-install_pack-1.9.4.git fatal: destination path 'systemback-install_pack-1.9.4' already exists and is not an empty directory. keos@kaos:~$ cd systemback-install_pack-1.9.4/ keos@kaos:~/systemback-install_pack-1.9.4$ chmod +x install.sh keos@kaos:~/systemback-install_pack-1.9.4$ LANG=C sudo ./install.sh [sudo] password for keos: Press 'A' to abort the installation, or select one of the following releases: 1 ─ Debian 10.0 (Buster) 2 ─ Ubuntu 20.04 (Focal Fossa) 3 ─ Ubuntu 18.04 (Bionic Beaver) 1 (Reading database ... 251253 files and directories currently installed.) Preparing to unpack .../systemback-efiboot-amd64_1.9.4_all.deb ... Unpacking systemback-efiboot-amd64 (1.9.4) over (1.9.4) ... Preparing to unpack .../systemback-locales_1.9.4_all.deb ... Unpacking systemback-locales (1.9.4) over (1.9.4) ... Preparing to unpack .../libsystemback_1.9.4_amd64.deb ... Unpacking libsystemback (1.9.4) over (1.9.4) ... Preparing to unpack .../systemback-cli_1.9.4_amd64.deb ... Unpacking systemback-cli (1.9.4) over (1.9.4) ... Preparing to unpack .../systemback-scheduler_1.9.4_amd64.deb ... Unpacking systemback-scheduler (1.9.4) over (1.9.4) ... Preparing to unpack .../systemback_1.9.4_amd64.deb ... Unpacking systemback (1.9.4) over (1.9.4) ... Setting up systemback-efiboot-amd64 (1.9.4) ... Setting up systemback-locales (1.9.4) ... Setting up libsystemback (1.9.4) ... Setting up systemback-cli (1.9.4) ... Setting up systemback-scheduler (1.9.4) ... Setting up systemback (1.9.4) ... Processing triggers for man-db (2.11.2-2) ... Processing triggers for desktop-file-utils (0.26-1) ... Processing triggers for mailcap (3.70+nmu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... keos@kaos:~/systemback-install_pack-1.9.4$ *I wonder if this procedure is normal, or if I am missing something to install in the system, some form of configuration ... any suggestions ... Thank you.
Hello @keos, Are you going to transform your Debian in a FrankenDebian ? https://wiki.debian.org/DontBreakDebian
Not sure how it happened but I was testing some apps for my webcam today. Something went wrong and I have ended up with a file in the video folder that doesn't exist. Well I can see odd symbols but when I try to delete the file it says it doesn't exist. Any ideas about how to clean this up?
The first thing to try would be the terminal. Navigate to that folder and list the contents with the ls command.
I use debian 12 stable Xfce with backports. It is a great distro. My bank does not accept firefox-esr, so I have been using regular Firefox downloaded from Mozilla with no issues. Recently I learned about the new .deb package provided by Mozilla, which appealed to me because I could use apt to keep it updated. When I followed the instructions for installation on Mozilla Firefox's site it worked, except that it didn't create a link on the desktop or in the applications menu that I could use to launch the program. If anyone has more explicit instructions for finishing the installation process I would appreciate knowing about it. Thanks very much, in advance.
Did the installation create desktop files in /usr/share/applications and/or ~/.local/share/applications?
Hi there. I have Debian 12 upgraded from Debian 11 stable releases, and the external drive mounts on boot. I would like to know if I can start the system without it being mounted, and once started, I can mount and unmount it. Thank you. All the best.
Debianday wrote: 2023-06-25 12:25 I would like to know if I can start the system without it being mounted, and once started, I can mount and unmount it. If this is the question, then YES you can and personally I prefer fstab to have the only the boot drive listed. There are many ways that don't involve fstab. Currently I use systemd-mount. I have systems that have shuffled dozens of disk in their bays and many network mounts and haven't edited fstab ever, some since 2017. There is no reason to mess with fstab. What way would be preferable to you?
Hello, Using Bookworm with Gnome Wayland Edited the keyboard layout in /usr/share/X11/xkb/symbols/pt because the Portuguese (Macintosh) layout didn't match the stencil on any of my pt_PT mac keyboards (either macbooks or external usb), and now the keyboard matches the stencil. But the tty consoles do not follow my changes! The console is using a portuguese layout, but not the edited one. Where does the console get it's layout from? Was the method i used the "best" to change the keymap to reflect the stencil? this is my /etc/default/keyboard Code: Select all# KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL="macbook79" XKBLAYOUT="pt" XKBVARIANT="" XKBOPTIONS="" BACKSPACE="guess" The affected keys are: the key to the left of 1 § and ± on the stencil , `and ~ on the mac layout the 3 key - 3 # € on the stencil, and 3 # £ on the mac layout Also changed the rest of the layout to match that of macOS
Hello, cgecastro wrote: 2024-02-04 17:46 Where does the console get it's layout from? Was the method i used the "best" to change the keymap to reflect the stencil? man 5 console-setup wrote:The file console-setup specifies the encoding and the font to be used by setupcon(1) in order to setup the console. It can be used also to specify the keyboard layout but it is not recommended to do so, use keyboard(5) instead. So yes, you've used the right method. man 5 keyboard wrote:The keyboard file describes the properties of the keyboard. It is read by setupcon(1) in order to configure the keyboard on the console. In Debian systems the default keyboard layout is described in /etc/default/keyboard and it is shared between X and the console. The specification of the keyboard layout in the keyboard file is based on the XKB options XkbModel, XkbLayout, XkbVariant and XkbOptions. Unfortunately, there is little documentation how to use them. Description of all possible values for these options can be found in the file base.lst. Code: Select all$> mawk 'tolower($0) ~ /port|pt|macbook79/ && /mac/' /usr/share/X11/xkb/rules/base.lst macbook79 MacBook/MacBook Pro (intl.) emachines eMachines m6800 laptop mac pt: Portuguese (Macintosh) mac_nodeadkeys pt: Portuguese (Macintosh, no dead keys) The “macbook79” model plus the “pt” layout are correct. The other lines highlighted by my extended search are possible variants. Perhaps the main thing is: man 5 keyboard wrote:In order to activate the changes on the console, run setupcon(1). man 1 setupcon wrote:setupcon is a program for fast and easy setup of the font and the keyboard on the console. Most of the time you invoke setupcon without arguments. The keyboard configuration is specified in ~/.keyboard or /etc/default/keyboard. The font configuration is specified in ~/.console-setup or /etc/default/console-setup. Consult keyboard(5) and console-setup(5) for instructions how to configure these two files. I would start by running setupcon.
I use a Razor mouse and until today, the repository for it was at http://download.opensuse.org/repositori ... /Debian_12 However, TODAY, I got the message from apt: Error: The repository 'http://download.opensuse.org/repositori ... /Debian_12 Release' no longer has a Release file. So I went looking at http://download.opensuse.org/repositori ... re:/razer/ and while Debian 11 is there, it seems that Debian 12 has been removed. There is a: http://download.opensuse.org/repositori ... ing/amd64/ The release date of that is today's date. Does anyone have any ideas what is happening with the razer repository for bookworm?
You could try the one in the debian repository, it works for my kraken V3 headset Code: Select allopenrazer-driver-dkms/stable 3.5.1+dfsg-2 all OpenRazer peripheral drivers (DKMS)
I've installed linux-image-6.1.0-16-amd64 (manually ran apt install linux-image-6.1.0-16-amd64) back when 15 had a bug. I now discovered linux-image-6.1.0-17-amd64 is available (and I just manually installed it with apt). However, I ran apt update, apt upgrade previously and it didn't discover the new kernel image (to ask if I want to upgrade). Why is that and how can I fix this? LE: I manually removed linux-image-6.1.0-17-amd64 through apt remove linux-image-6.1.0-17-amd64 and it correctly fell back on linux-image-6.1.0-16-amd64 Running apt update, apt upgrade won't discover linux-image-6.1.0-17-amd64 as a possible kernel upgrade
Do you have the metapackage linux-image-amd64 installed? You need it for automatic kernel upgrades and should have the headers also. If you don't have it: Code: Select allapt install linux-image-amd64 linux-headers-amd64 which should pull in linux-image-6.1.0-17-amd64 currently. New kernels generally come from the bookworm-security repo so you need to have the security line active in sources. The metapackages are usually installed by default so it's a mystery if you don't have them.
I have a Dell latitude 5431 laptop with Debian 12 but I'm totally confused why I'm getting a raspi-firmware error on an Intel laptop. I read somewhere else online that this issue might be caused by a live Debian install. After running several commands and this one, my problem is fixed: sudo dpkg --purge raspi-firmware I tried this but still have issues: sudo apt-get autoclean sudo apt-get clean sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get -f install sudo dkpg --purge "" sudo apt autoremove sudo apt --fix-broken install My laptop specs are: H/W path Device Class Description ======================================================= system Computer /0 bus Motherboard /0/0 memory 7552MiB System memory /0/1 processor 12th Gen Intel(R) Core(TM) i5-1250P /0/100 bridge Intel Corporation /0/100/2 /dev/fb0 display Alder Lake-P Integrated Graphics Con /0/100/4 generic Alder Lake Innovation Platform Frame /0/100/6 bridge 12th Gen Core Processor PCI Express /0/100/6/0 /dev/nvme0 storage CL4-3D256-Q11 NVMe SSSTC 256GB /0/100/6/0/0 hwmon1 disk NVMe disk /0/100/6/0/2 /dev/ng0n1 disk NVMe disk /0/100/6/0/1 /dev/nvme0n1 disk NVMe disk /0/100/6.2 bridge 12th Gen Core Processor PCI Express /0/100/6.2/0 display TU117M [GeForce MX550] /0/100/7 bridge Alder Lake-P Thunderbolt 4 PCI Expre /0/100/7.1 bridge Alder Lake-P Thunderbolt 4 PCI Expre /0/100/8 generic 12th Gen Core Processor Gaussian & N /0/100/d bus Alder Lake-P Thunderbolt 4 USB Contr /0/100/d.2 bus Alder Lake-P Thunderbolt 4 NHI #0 /0/100/12 communication Alder Lake-P Integrated Sensor Hub /0/100/14 bus Alder Lake PCH USB 3.2 xHCI Host Con /0/100/14.2 memory RAM memory /0/100/14.3 wlp0s20f3 network Alder Lake-P PCH CNVi WiFi /0/100/15 bus Alder Lake PCH Serial IO I2C Control /0/100/15.1 bus Alder Lake PCH Serial IO I2C Control /0/100/16 communication Alder Lake PCH HECI Controller /0/100/1d bridge Alder Lake PCI Express x1 Root Port /0/100/1d/0 mmc0 bus RTS525A PCI Express Card Reader /0/100/1f bridge Alder Lake PCH eSPI Controller /0/100/1f/0 system PnP device PNP0c02 /0/100/1f/1 system PnP device PNP0b00 /0/100/1f/2 system PnP device PNP0c02 /0/100/1f/3 input PnP device PNP0303 /0/100/1f/4 generic PnP device DLL0b0e /0/100/1f/5 system PnP device PNP0c02 /0/100/1f/6 system PnP device PNP0c02 /0/100/1f/7 system PnP device PNP0c02 /0/100/1f.3 card0 multimedia Alder Lake PCH-P High Definition Aud /0/100/1f.3/0 input28 input HDA Digital PCBeep /0/100/1f.3/1 input29 input HDA Intel PCH Headphone Mic /0/100/1f.3/2 input30 input HDA Intel PCH HDMI/DP,pcm=3 /0/100/1f.3/3 input31 input HDA Intel PCH HDMI/DP,pcm=7 /0/100/1f.3/4 input32 input HDA Intel PCH HDMI/DP,pcm=8 /0/100/1f.3/5 input33 input HDA Intel PCH HDMI/DP,pcm=9 /0/100/1f.4 bus Alder Lake PCH-P SMBus Host Controll /0/100/1f.5 bus Alder Lake-P PCH SPI Controller /0/100/1f.6 enp0s31f6 network Ethernet Connection (16) I219-LM /1 input0 input AT Translated Set 2 keyboard /2 input13 input Video Bus /3 input14 input Video Bus /4 input15 input Intel HID events /5 input16 input Intel HID 5 button array /6 input17 input PC Speaker /7 input18 input ELAN900C:00 04F3:4095 /8 input19 input ELAN900C:00 04F3:4095 UNKNOWN /9 input2 input Lid Switch /a input20 input ELAN900C:00 04F3:4095 UNKNOWN /b input22 input Dell WMI hotkeys /c input23 input Integrated_Webcam_FHD: Integrat /d input24 input Integrated_Webcam_FHD: Integrat /e input25 input VEN_06CB:00 06CB:CE65 Mouse /f input26 input VEN_06CB:00 06CB:CE65 Touchpad /10 input3 input Power Button /11 input4 input Sleep Button /12 input5 input PS/2 Generic Mouse I'm getting this error after running a sudo apt-get upgrade or sudo apt-get dist-upgrade: Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up linux-image-6.1.0-10-amd64 (6.1.37-1) ... /etc/kernel/postinst.d/dkms: dkms: running auto installation service for kernel 6.1.0-10-amd64. dkms: autoinstall for kernel: 6.1.0-10-amd64. /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64 raspi-firmware: missing /boot/firmware, did you forget to mount it? run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1 run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 dpkg: error processing package linux-image-6.1.0-10-amd64 (--configure): installed linux-image-6.1.0-10-amd64 package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of linux-image-amd64: linux-image-amd64 depends on linux-image-6.1.0-10-amd64 (= 6.1.37-1); however: Package linux-image-6.1.0-10-amd64 is not configured yet. dpkg: error processing package linux-image-amd64 (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: linux-image-6.1.0-10-amd64 linux-image-amd64 E: Sub-process /usr/bin/dpkg returned an error code (1)
@rolofuit How did you manage to get this problem? It only occurred in one set of live images and was fixed ~6 months ago. Which install image did you use?
hi, why pulse audio don't load anything ? what can i do to resolv it? it seems to load intel driver for all hdmi audio, include AMD card... and it forgot all the HDA PCH audio device.... multiboot with a win10, uefi starting with grub. uname Code: Select all 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux lspci Code: Select all00:1f.3 Audio device [0403]: Intel Corporation Comet Lake PCH cAVS [8086:06c8] Subsystem: Hewlett-Packard Company Comet Lake PCH cAVS [103c:8717] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel, snd_sof_pci_intel_cnl -- 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series] [1002:aab0] Subsystem: Hewlett-Packard Company Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series] [103c:aab0] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel journalctl / dmesg Code: Select allanv. 12 09:40:48 L systemd-udevd[320]: 0000:00:02.0: Worker [350] processing SEQNUM=2885 killed janv. 12 09:38:33 L xdg-desktop-portal[1414]: pw.conf: can't load default config client.conf: Aucun fichier ou dossie> janv. 12 09:38:18 L pulseaudio[877]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activ> janv. 12 09:38:08 L sddm-helper[859]: gkr-pam: unable to locate daemon control file janv. 12 09:37:50 L kernel: #PF: error_code(0x0000) - not-present page janv. 12 09:37:50 L kernel: #PF: supervisor read access in kernel mode janv. 12 09:37:50 L kernel: BUG: kernel NULL pointer dereference, address: 00000000000000d1 janv. 12 09:37:50 L kernel: ACPI Error: Aborting method \_SB.PCI0.PEG0.HDAU._STA due to previous error (AE_NOT_FOUND)> janv. 12 09:37:50 L kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PEG0.HDAU._STA.M097], AE_NOT_F> janv. 12 09:37:50 L kernel: ACPI Error: Aborting method \_SB.PCI0.PEG0.HDAU._STA due to previous error (AE_NOT_FOUND)> janv. 12 09:37:50 L kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PEG0.HDAU._STA.M097], AE_NOT_F> janv. 12 09:37:50 L kernel: ACPI Error: Aborting method \_SB.PCI0.PEG0.HDAU._STA due to previous error (AE_NOT_FOUND)> janv. 12 09:37:50 L kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PEG0.HDAU._STA.M097], AE_NOT_F> janv. 12 09:37:50 L kernel: x86/cpu: SGX disabled by BIOS. ---------------------------------------------------------------------------------------------- [ 0.137101] ACPI: 13 ACPI AML tables successfully acquired and loaded [ 0.138231] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored ...XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.) Aucun démon PulseAudio en cours d’exécution, ou ne s’exécutant pas dans une session de type démon. [ 0.151048] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PEG0.HDAU._STA.M097], AE_NOT_FOUND (20220331/psargs-330) [ 0.151055] ACPI Error: Aborting method \_SB.PCI0.PEG0.HDAU._STA due to previous error (AE_NOT_FOUND) (20220331/psparse-529) ... [ 2.014864] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 2.014868] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 2.014871] #PF: supervisor read access in kernel mode [ 2.014872] #PF: error_code(0x0000) - not-present page ... [ 5.071167] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 5.072419] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002) [ 5.073473] snd_hda_intel 0000:01:00.1: Force to non-snoop mode aplayCode: Select allXDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.) carte 1 : HDMI [HDA ATI HDMI], périphérique 3 : HDMI 0 [HDMI 0] Sous-périphériques : 1/1 Sous-périphérique #0 : subdevice #0 carte 1 : HDMI [HDA ATI HDMI], périphérique 7 : HDMI 1 [HDMI 1] Sous-périphériques : 1/1 Sous-périphérique #0 : subdevice #0 pacmd list-cardCode: Select all1 card(s) available. index: 0 name: <alsa_card.pci-0000_01_00.1> driver: <module-alsa-card.c> owner module: 6 properties: alsa.card = "1" alsa.card_name = "HDA ATI HDMI" alsa.long_card_name = "HDA ATI HDMI at 0xf1140000 irq 138" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:01:00.1" sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1" device.bus = "pci" device.vendor.id = "1002" device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]" device.product.id = "aab0" device.product.name = "Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]" device.string = "1" device.description = "Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" profiles: output:hdmi-stereo: Sortie Digital Stereo (HDMI) (priority 5900, available: no) output:hdmi-surround: Sortie Digital Surround 5.1 (HDMI) (priority 800, available: no) output:hdmi-surround71: Sortie Digital Surround 7.1 (HDMI) (priority 800, available: no) output:hdmi-stereo-extra1: Sortie Digital Stereo (HDMI 2) (priority 5700, available: no) output:hdmi-surround-extra1: Sortie Digital Surround 5.1 (HDMI 2) (priority 600, available: no) output:hdmi-surround71-extra1: Sortie Digital Surround 7.1 (HDMI 2) (priority 600, available: no) off: Éteint (priority 0, available: unknown) active profile: <off> ports: hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no) properties: device.icon_name = "video-display" hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no) properties: device.icon_name = "video-display"
What is output of the following? Code: Select all$ apt policy alsa-ucm-conf
I installed youtube-dl under denbian 11 then upgrade to debian 12. I then removed youtube-dl and installed yt-dlp with pip. yt-dlp stopped working so I tried to delete from ~/.local/bin/yt-dlp I have tried to remove yt-dlp but when I use bash and type yt- bash populates terminal with yt-dlp yt-dlp is nowhere on my system. How is yt-dlp still cached? bash: whereis yt-dlp yt-dlp: locate yt-dlp returns nothing that will be executed When I list ~/.local/bin/ I get an empty folder. type yt-dlp yt-dlp is aliased to `~/.local/bin/yt-dlp' cwc@ciclo:~$ cd ~/.local/bin/ cwc@ciclo:~/.local/bin$ ls total 0 cwc@ciclo:~/.local/bin$ ??
Hello, welcome to the forum! cwc wrote: 2024-01-16 17:44 Code: Select alltype yt-dlp yt-dlp is aliased to `~/.local/bin/yt-dlp' That's it, you have created an alias. Check ~./.bashrc and remove the alias, then open a new terminal to verify that your command is no longer present.
I bought a NUC: GMKtec Nucbox G3 and a 2.5Gbps switch:keepLiNK 8 Port 2.5G Switch Unmanaged, Ethernet Switch with 8 x 2.5G Base-T Ports Thanks for the the tip of inxi -n. Code: Select allinxi -n Network: Device-1: Realtek RTL8852BE PCIe 802.11ax Wireless Network driver: N/A Device-2: Intel Ethernet I225-V driver: igc IF: enp3s0 state: up speed: 2500 Mbps duplex: full mac: ??:??:??:??:??:??:?? I replaced my mac with question marks... lshw doesn't show speeds above 1Gbps. I suspect the project has been abandoned. I tried to submit a ticket at it's website, but couldn't satisfy capcha.
Please don't open separate topics for the same issue. Topics merged.
Hi, I've used Debian testing on my old PC and now got a new one. I moved most of my /home file to the new PC and installed + tweaked the other programs and settings. The first boots after fresh install I think everything looked good with correct colors, but after some of the tweaking, strange colors appeared as shown in the attached pictures: https://postimg.cc/JHL4d1NS https://postimg.cc/kB7gQgXb https://postimg.cc/CdGKnqY0 https://postimg.cc/ZvxYG1jn The strange part is that screenshots actually look of the correct color. Also after the fresh install this PC looked normal. When it's booting the Gigabyte logo and black screen is with correct colors. The GRUB menu for choosing what to boot is also with correct colors, but once Debian starts loading the black turns into purple... I am afraid if that's from some memory failure of the used AMD RX580 gpu that I got, but before buying I extensively tested it on Windows with different gpu benchmarks and everything was great. Maybe someone has an idea why this may be happening? Thanks
Hello, Did you check the cable (what type ?) connecting the PC to the display ?
I'm running Debian 11 on WSL (Windows 11). As the title says, I ran the command: Code: Select allsudo apt upgrade and got the following error log: Code: Select allReading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Y Setting up x11-common (1:7.7+22) ... invoke-rc.d: could not determine current runlevel Setting up X socket directories... /tmp/.X11-unixchmod: changing permissions of '/tmp/.X11-unix': Read-only file system invoke-rc.d: initscript x11-common, action "start" failed. dpkg: error processing package x11-common (--configure): installed x11-common package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of libice6:amd64: libice6:amd64 depends on x11-common; however: Package x11-common is not configured yet. dpkg: error processing package libice6:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libice-dev:amd64: libice-dev:amd64 depends on libice6 (= 2:1.0.10-1); however: Package libice6:amd64 is not configured yet. dpkg: error processing package libice-dev:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libsm-dev:amd64: libsm-dev:amd64 depends on libice-dev (>= 1:1.0.0-1); however: Package libice-dev:amd64 is not configured yet. dpkg: error processing package libsm-dev:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libxtst6:amd64: libxtst6:amd64 depends on x11-common; however: Package x11-common is not configured yet. dpkg: error processing package libxtst6:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of openjdk-11-jre:amd64: openjdk-11-jre:amd64 depends on libxtst6; however: Package libxtst6:amd64 is not configured yet. dpkg: error processing package openjdk-11-jre:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libxt-dev:amd64: libxt-dev:amd64 depends on libsm-dev; however: Package libsm-dev:amd64 is not configured yet. dpkg: error processing package libxt-dev:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libxt6:amd64: libxt6:amd64 depends on libice6 (>= 1:1.0.0); however: Package libice6:amd64 is not configured yet. dpkg: error processing package libxt6:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of at-spi2-core: at-spi2-core depends on libxtst6; however: Package libxtst6:amd64 is not configured yet. dpkg: error processing package at-spi2-core (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of x11-utils: x11-utils depends on libxt6 (>= 1:1.1.0); however: Package libxt6:amd64 is not configured yet. x11-utils depends on libxtst6; however: Package libxtst6:amd64 is not configured yet. dpkg: error processing package x11-utils (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of openjdk-11-jdk:amd64: openjdk-11-jdk:amd64 depends on openjdk-11-jre (= 11.0.21+9-1~deb11u1); however: Package openjdk-11-jre:amd64 is not configured yet. dpkg: error processing package openjdk-11-jdk:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libatk-wrapper-java: libatk-wrapper-java depends on x11-utils; however: Package x11-utils is not configured yet. dpkg: error processing package libatk-wrapper-java (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libsm6:amd64: libsm6:amd64 depends on libice6 (>= 1:1.0.0); however: Package libice6:amd64 is not configured yet. dpkg: error processing package libsm6:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libxmu6:amd64: libxmu6:amd64 depends on libxt6; however: Package libxt6:amd64 is not configured yet. dpkg: error processing package libxmu6:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libxaw7:amd64: libxaw7:amd64 depends on libxmu6; however: Package libxmu6:amd64 is not configured yet. libxaw7:amd64 depends on libxt6; however: Package libxt6:amd64 is not configured yet. dpkg: error processing package libxaw7:amd64 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libatk-wrapper-java-jni:amd64: libatk-wrapper-java-jni:amd64 depends on libatk-wrapper-java (>= 0.38.0-2+deb11u1); however: Package libatk-wrapper-java is not configured yet. dpkg: error processing package libatk-wrapper-java-jni:amd64 (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: x11-common libice6:amd64 libice-dev:amd64 libsm-dev:amd64 libxtst6:amd64 openjdk-11-jre:amd64 libxt-dev:amd64 libxt6:amd64 at-spi2-core x11-utils openjdk-11-jdk:amd64 libatk-wrapper-java libsm6:amd64 libxmu6:amd64 libxaw7:amd64 libatk-wrapper-java-jni:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) Any idea how to fix this?
I ran the following command and it fixed the issue for me (as it seems): Code: Select allsudo apt-get remove --purge x11-common
Hi all, Do you folks know how I can execute a script when my laptop resumes from sleep? I tried searching for power management but couldn't find anything for Debian 12 apart from systemd-sleep.conf which is not really what I'm looking for. The reason I want to create a script is because (after I store my settings with sudo alsactl store) upon resuming from sleep (with earphones plugged in) my volume jumps to a previous setting I had saved instead of the new one. It seems to work when I execute: Code: Select allsudo alsactl -f /var/lib/alsa/asound.state restore so I want to execute this command upon resuming from sleep. Any help is much appreciated.
Sounds like there is something broken in your system. Have you made some major changes to the defaults?
Hello. Today an update arrived that removed the plasma-discover package. When I try to install I get the error: Code: Select all$ sudo apt install plasma-discover Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libqt5webview5 : Depends: qtwebengine-abi-5-15-13 E: Unable to correct problems, you have held broken packages. I also have a higher priority for backports than a regular repository branch. How to fix the problem?
GREAT-DNG wrote: 2024-01-06 12:16 Also higher priority is specified for backports:Not a recommended thing. libqt5webenginecore5 installed, but the error remains. From backports, yes?
Hello, Recently I updated my Debian server from 11 to 12. When I execute the "who" command, the login time is strange like follows: Code: Select all username pts/0 9640093-11-26 07:12 (192.168.15.73) The "date" command outputs the correct time. The version of the who command is 9.1 and the OS version is 6.1.0-17-686-pae #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) i686 GNU/Linux I hope someone is aware of this problem... Best regards,
Hello, hogetarou wrote: 2024-01-04 02:34 Recently I updated my Debian server from 11 to 12. When I execute the "who" command, the login time is strange like follows: Code: Select all username pts/0 9640093-11-26 07:12 (192.168.15.73) The version of the who command is 9.1 and the OS version is The who command reads the /var/run/utmp file, that stores login date/time. The utmp is a binary file and its structure is showed here: https://manpages.debian.org/bookworm/manpages-it/utmp.5.it.html: Code: Select all struct utmp { short ut_type; /* Type of record */ pid_t ut_pid; /* PID of login process */ char ut_line[UT_LINESIZE]; /* Device name of tty - "/dev/" */ char ut_id[4]; /* Terminal name suffix, or inittab(5) ID */ char ut_user[UT_NAMESIZE]; /* Username */ char ut_host[UT_HOSTSIZE]; /* Hostname for remote login, or kernel version for run-level messages */ struct exit_status ut_exit; /* Exit status of a process marked as DEAD_PROCESS; not used by Linux init(1) */ /* The ut_session and ut_tv fields must be the same size when compiled 32- and 64-bit. This allows data files and shared memory to be shared between 32- and 64-bit applications. */ #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32 int32_t ut_session; /* Session ID (getsid(2)), used for windowing */ struct { int32_t tv_sec; /* Seconds */ int32_t tv_usec; /* Microseconds */ } ut_tv; /* Time entry was made */ #else long ut_session; /* Session ID */ struct timeval ut_tv; /* Time entry was made */ #endif int32_t ut_addr_v6[4]; /* Internet address of remote host; IPv4 address uses just ut_addr_v6[0] */ char __unused[20]; /* Reserved for future use */ }; Can you send the installed version of the who package ? You can use the command: Code: Select all$ apt list coreutils hogetarou wrote: 2024-01-04 02:34 6.1.0-17-686-pae #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) i686 GNU/Linux You are currently running a 32 bit kernel. It could be something wrong with the utmp file (corrupted) or something wrong with the who program (32 vs 64 bit ?). You didn't mix 32 bit with 64 bit programs in your installation, do you ? Are you logging remotely (ssh), aren't you ? Or are you connecting from the same computer via ssh ? If the utmp file is corrupted, you might rename it (for example, from "utmp" to "utmp.old") and create a new empty one (as root user): Code: Select allcd /var/run/ mv utmp utmp.old touch utmp chmod 0664 utmp chgrp utmp utmp It could be interesting take looking at the utmp file: if you don't mind, you can send it as attachment to a follow up post. Hope this helps.
I have a problem with my Debian 12/Cinnamon laptop. It behaved normally until the last few days. The symptoms began with failure to launch a few apps from the Cinnamon menu. Specific apps just resulted in placing an icon in the panel, which when clicked then zoomed to the right off screen, then jumped back into the panel. Nothing would start the affected apps. The Libreoffice start screen was one affected app, not really an important issue. But then Skypeforlinux, and a proprietary app that I use to file my tax return, also behaved in the same way. The latter is a real problem as I need to file the tax return soon to avoid being fined. As I started writing this note, I was intending to say that apart from the foregoing, all appeared to be normal. But just now further strange things are happening: Libreoffice Writer closes apparently by itself, as does Firefox, on some occasions. Many other apps, e.g. Calculator, Disks, Gimp, Thunderbird, Micro, Synaptic all appear to behave normally when lauched from Nemo. Launching Clementine puts an icon at the right of the panel, rather than the left where I expect it, but a click does cause it to start. None of this occurs on a second household laptop also running Debian 12 Cinnamon. I am wondering if I have a virus, and whether an uninstall and reinstall is required. Please can anyone offer any help as I am at my very old wits end? Tom.
DocTomJP wrote: 2023-11-25 02:07 I am wondering if an error occurred somehow that may have caused the Cinnamon files to become corrupt. You can use the debsums command (from the debsums package) to check the installed packages integrity Code: Select allPackage: debsums Version: 3.0.2.1 Installed-Size: 100 kB Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> Architecture: all Depends ▼ libdpkg-perl, libfile-fnmatch-perl, perl, ucf (>=0.28), perl:any Suggests ▼ bash-completion Description-en: tool for verification of installed package files against MD5 checksums debsums can verify the integrity of installed package files against MD5 checksums installed by the package, or generated from a .deb archive. Tag: admin::package-management, implemented-in::perl, interface::commandline, role::program, security::integrity, suite::debian, use::checking, works-with::software:package Section: admin Priority: optional Filename: pool/main/d/debsums/debsums_3.0.2.1_all.deb Size: 35 kB or you can use dpkg that provides virtually the same functionality -V, --verify [package-name...] Verifies the integrity of package-name or all packages if omitted, by comparing information from the files installed by a package with the files metadata information stored in the dpkg database Code: Select all#> dpkg --verify
Hello all, In the Debian Mailing Lists Code of Conduct, it states: Wrap your lines at 80 characters or less for ordinary discussion. Lines longer than 80 characters are acceptable for computer-generated output (e.g., ls -l). How shall I achieve this automatically? I am not going to count my characters as I type. I assume most email clients have some sort of setting to auto-wrap plain-text at x characters, but I use webmail and it does not have any such option. Ideas?
Most any terminal or text editor software has the setting and are most often already set to 80. Many GUI front ends may dynamically set the columns according to window size and usually have a setting to turn on/off wordwrap.
Getting tired of typing in my user name on login screen. Would use auto-login but sometimes I change the desktop.
Depends on the display manager, but for Light DM, see this: https://unix.stackexchange.com/question ... t-username
Hello, I am having issues with uploading data on my personal web server. I can upload data when I am connected using webmin or ssh but I cannot upload from the admin webportal such as Wordpress or Joomla I verified my PHP.ini setting for upload and it looks OK I confirmed my permissions for the /var/www/WEBSITEFOLDER has the owner/group to www-data as identified in PHP I downloaded the recommended PHP modules identified by Wordpress and Joomla but same issue Is there another setting that I am missing? Your assistance is appreciated System using Debian 11 with NGINX and PHP-FPM Z70DMS
Move from "System and Network configuration" to "General Questions" sub-forum.
I have an old Lenovo Thinkpad (1st gen x1 carbon) that I've been running Debian on for quite some time (since Squeeze). When I initially installed, UEFI was still relatively new (at least in production) so I just disabled it and installed Grub with "legacy BIOS only". As per that other thread, I'm having some issues with Bookworm. In my travels I've noticed that there are firmware updates available. But I've removed Windows and 'fwupd' refuses to work with legacy BIOS, so it looks like I need to re-enable UEFI boot. However, when I do that, my system doesn't boot. So I'm guessing that I need to make some changes. Poking around I see there are specific grub packages, but it also seems that I need an additional UEFI partition. Can anybody help me with the specifics of what I need to do? I don't need hand holding, but I do need at least a high level overview of the steps required.
I've never tried this with Debian, but I did convert a Gentoo install fairly recently (while using the opportunity to simultaneously convert to root-on-mdraid, for extra "fun")... Unfortunately not recently enough to recall the exact procedure I pieced together from basic principles and the relevant wiki pages (having never actually used UEFI before), let alone provide anything remotely resembling a step-by-step for Debian. I can drop a couple of general notes though, from the gotchas I remember. Jeremy Davis wrote: 2024-01-02 21:44I see there are specific grub packagesYup, Debian splits up grub into tiny tiny bits. You'll want to install grub-efi, which should pull in the right ones. You'll probably also need a UEFI-bootable live disk to chroot in from and reconfigure/reinstall the bootloader, since efivars won't be available if not booted in UEFI mode (i.e. here be chickens and eggs). Jeremy Davis wrote: 2024-01-02 21:44it also seems that I need an additional UEFI partition. Also yup, you need a small (FAT32/VFAT) EFI System Partition. 100MB should be plenty, though you could make it bigger if you want to combine it with /boot. Somebody around here might know what the default Debian partition layout is these days. The real catch is that your disk (almost/usually) must be using a GPT partition table. If you're currently running MBR, that means a full backup - repartition - restore rather than just shuffling partitions around. That will of course include the usual shagging about with partition and filesystem UUIDs for the kernel command line / fstab etc. All things considered, if your disk is currently using an MBR partition table it might be quicker to just do a minimal clean install, then dump a backup on top of it and fix any resulting jank. You sure it wouldn't be easier to just install firmware updates from a livecd?
Hi, I installed the tlp package to menage the battery charge. The installation gone fine, the manual "man" is present but when I type commands the system answer me that the commands don't exist. I tried to purge the program and reinstall it but the result doesn't change. How is it possible? Thanks
Texlee wrote: 2024-01-05 15:20when I type commands the system answer me that the commands don't exist. If you don't tell us what commands you are trying to run, how are we supposed to know what you're talking about? The only executables tlp installs are: Code: Select all/usr/bin/bluetooth /usr/bin/nfc /usr/bin/run-on-ac /usr/bin/run-on-bat /usr/bin/tlp-stat /usr/bin/wifi /usr/bin/wwan /usr/sbin/tlp The 'tlp' executable is in /usr/sbin, so it is intended to be run only by root and will not be in $PATH for normal users.
Dear ones , It seem I’m be missing a laundry list of updates as a result of this problem : 403 Access denied - broken package [IP: 2a04:4e42:2::644 443] : Code: Select allphil@phil-gl753vd:~$ LANG=C sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following NEW packages will be installed: linux-image-6.1.0-14-amd64 The following packages will be upgraded: base-files cups cups-client cups-common cups-core-drivers cups-daemon cups-ipp-utils cups-ppdc cups-server-common distro-info-data exfatprogs exim4-base exim4-config exim4-daemon-light firmware-nvidia-tesla-gsp fonts-noto-color-emoji gimp gimp-data gnome-characters gnome-session-bin libcups2 libde265-0 libgimp2.0 libgnutls-dane0 libgnutls30 libminizip1 libmutter-11-0 libnss-myhostname libpam-systemd libperl5.36 libqpdf29 libsystemd-shared libsystemd0 libudev1 linux-image-amd64 linux-libc-dev mutter-common perl perl-base perl-modules-5.36 python3-distro-info systemd systemd-sysv tzdata udev 45 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 68,7 MB/167 MB of archives. After this operation, 408 MB of additional disk space will be used. Do you want to continue? [Y/n] y Err:1 https://deb.debian.org/debian bookworm/main amd64 linux-image-6.1.0-14-amd64 amd64 6.1.64-1 403 Access denied - broken package [IP: 2a04:4e42:2::644 443] Err:2 https://deb.debian.org/debian bookworm/main amd64 linux-image-amd64 amd64 6.1.64-1 403 Access denied - broken package [IP: 2a04:4e42:2::644 443] E: Failed to fetch https://deb.debian.org/debian/pool/main/l/linux-signed-amd64/linux-image-6.1.0-14-amd64_6.1.64-1_amd64.deb 403 Access denied - broken package [IP: 2a04:4e42:2::644 443] E: Failed to fetch https://deb.debian.org/debian/pool/main/l/linux-signed-amd64/linux-image-amd64_6.1.64-1_amd64.deb 403 Access denied - broken package [IP: 2a04:4e42:2::644 443] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? phil@phil-gl753vd:~$ How can I solve this problem ? Thank You . EDIT : current sources list Code: Select allphil@phil-gl753vd:~$ inxi -Sr System: Host: phil-gl753vd Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 Desktop: Cinnamon v: 5.6.8 Distro: Debian GNU/Linux 12 (bookworm) Repos: Active apt repos in: /etc/apt/sources.list 1: deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware 2: deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware 3: deb https://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware Active apt repos in: /etc/apt/sources.list.d/eid.list 1: deb https://files.eid.belgium.be/debian bookworm main phil@phil-gl753vd:~$
Lieven wrote: 2023-12-10 12:13 I guess this problem is a consequence of this: viewtopic.php?t=157711 So i think the best solution is not to upgrade at the moment, and waiting until this issue has been fixed. Thank You , shall do so in anticipation
Hello Community Members! This is my first post. I am new to Debian. Previously using Manjaro. I just installed Debian 12. Code: Select alllsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm Everything works, but in my software center, it shows an update available for Gnome 45. If I click update it does nothing and again show the Gnome 45 update. image I didn't able to figure out why it is showing update for Gnome 45. How to fix it? Thanks
Image shows it is Gnome application platform, a Flatpak thing, not Gnome per se. Do you have Flatpak? What is output of Code: Select allapt policy flatpak ?
Hello everyone, This is my first post on this forum, thank you in advance for your help. I need help with the installation of wine32, I tried the method from Debian Wiki and WineHQ, both proved unsuccessful and ended with the error below, I’ll add that Wine64 works without any problem. After typing the command: Code: Select all sudo apt install wine32 Error Code: Select all Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: apt : Depends: adduser but it is not going to be installed Depends: gpgv or gpgv2 but it is not going to be installed or gpgv1 Depends: libapt-pkg6.0 (>= 2.6.1) but it is not going to be installed Depends: libc6 (>= 2.34) but it is not installable Depends: libgnutls30 (>= 3.7.5) but it is not going to be installed Depends: libseccomp2 (>= 2.4.2) but it is not going to be installed Depends: libstdc++6 (>= 11) but it is not installable Depends: libsystemd0 Recommends: ca-certificates but it is not going to be installed base-files : PreDepends: awk base-passwd : Depends: libc6 (>= 2.34) but it is not installable Depends: libdebconfclient0 (>= 0.145) but it is not going to be installed Depends: libselinux1 (>= 3.1~) but it is not going to be installed bash : PreDepends: libc6 (>= 2.36) but it is not installable PreDepends: libtinfo6 (>= 6) but it is not going to be installed bsdutils : PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libsystemd0 Recommends: bsdextrautils coreutils : PreDepends: libacl1 (>= 2.2.23) but it is not going to be installed PreDepends: libattr1 (>= 1:2.4.44) but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libgmp10 (>= 2:6.2.1+dfsg1) but it is not installable PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed dash : PreDepends: libc6 (>= 2.34) but it is not installable debianutils : PreDepends: libc6 (>= 2.34) but it is not installable diffutils : PreDepends: libc6 (>= 2.34) but it is not installable dpkg : PreDepends: libbz2-1.0 but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: liblzma5 (>= 5.4.0) but it is not going to be installed PreDepends: libmd0 (>= 0.0.0) but it is not going to be installed PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed PreDepends: libzstd1 (>= 1.5.5) but it is not installable PreDepends: zlib1g (>= 1:1.1.4) but it is not going to be installed e2fsprogs : PreDepends: libblkid1 (>= 2.36) but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libcom-err2 (>= 1.43.9) but it is not going to be installed PreDepends: libext2fs2 (= 1.47.0-2) but it is not going to be installed PreDepends: libss2 (>= 1.38) but it is not going to be installed PreDepends: libuuid1 (>= 2.16) but it is not going to be installed Depends: logsave Recommends: e2fsprogs-l10n but it is not going to be installed findutils : PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed grep : PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libpcre2-8-0 (>= 10.32) but it is not going to be installed gzip : PreDepends: libc6 (>= 2.33) but it is not installable hostname : PreDepends: libc6 (>= 2.34) but it is not installable init : PreDepends: systemd-sysv or sysvinit-core but it is not installable libc-bin : Depends: libc6 (> 2.37) but it is not installable Depends: libc6 (< 2.38) but it is not installable libcrypt1 : Depends: libc6 (>= 2.36) but it is not installable libgcc-s1 : Depends: libc6 (>= 2.35) but it is not installable Breaks: libgcc-s1:i386 (!= 13.2.0-7) but 12.2.0-14 is to be installed libgcc-s1:i386 : Breaks: libgcc-s1 (!= 12.2.0-14) but 13.2.0-7 is to be installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libpam0g (>= 0.99.7.1) but it is not going to be installed PreDepends: libpam-runtime but it is not going to be installed PreDepends: libpam-modules but it is not going to be installed ncurses-bin : PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libtinfo6 (>= 6.3) but it is not going to be installed perl-base : PreDepends: libc6 (>= 2.35) but it is not installable sed : PreDepends: libacl1 (>= 2.2.23) but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed sysvinit-utils : Depends: libc6 (>= 2.34) but it is not installable tar : PreDepends: libacl1 (>= 2.2.23) but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed util-linux : PreDepends: libblkid1 (>= 2.37.2) but it is not going to be installed PreDepends: libc6 (>= 2.34) but it is not installable PreDepends: libcap-ng0 (>= 0.7.9) but it is not going to be installed PreDepends: libmount1 (>= 2.38) but it is not going to be installed PreDepends: libpam0g (>= 0.99.7.1) but it is not going to be installed PreDepends: libselinux1 (>= 3.1~) but it is not going to be installed PreDepends: libsmartcols1 (>= 2.38) but it is not going to be installed PreDepends: libsystemd0 PreDepends: libtinfo6 (>= 6) but it is not going to be installed PreDepends: libudev1 (>= 183) but it is not going to be installed PreDepends: libuuid1 (>= 2.16) but it is not going to be installed PreDepends: zlib1g (>= 1:1.1.4) but it is not going to be installed Depends: util-linux-extra E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. Below is information on the system version and repos: Code: Select allDebian GNU/Linux 12 (bookworm) 64-bit Code: Select all$ cat /etc/debian_version 12.3 Code: Select allsudo dpkg --print-foreign-architectures i386 Code: Select allcat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" Code: Select allsources.list deb http://deb.debian.org/debian/ bookworm main non-free-firmware deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware deb http://security.debian.org/debian-security bookworm-security main non-free-> deb-src http://security.debian.org/debian-security bookworm-security main non-f> deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
Hello, According to Debian Wiki [1]: Attention! This procedure works only if the following requirements are met: 1 - Packages migrated to new versions (stable-security) that modify the C libraries have not been installed. 2 - No packages from deb-multimedia have been installed. Otherwise, dependency non-compliance issues will occur. I don’t know if it is the cause, but according to the apt configuration you sent in previous post, the stable-security repository is configured (and its packages perhaps installed): Code: Select alldeb http://security.debian.org/debian-security bookworm-security main non-free-> deb-src http://security.debian.org/debian-security bookworm-security main non-f> --- [1] Debian Wiki - Wine
Dears , A while ago when I started up my laptop, I noticed that every time a " mozc " icon appeared on the lower right corner of the toolbar. Nothing dramatic , but unsolicited and completely useless and annoying . I then deactivated everything in synaptic that had anything to do with "mozc". output sudo apt list|grep mozc : Code: Select allphil@phil-gl753vd:~$ LANG=C sudo apt list|grep mozc WARNING: apt does not have a stable CLI interface. Use with caution in scripts. emacs-mozc-bin/stable 2.28.4715.102+dfsg-2.2 amd64 emacs-mozc/stable 2.28.4715.102+dfsg-2.2 amd64 fcitx-mozc-data/stable 2.28.4715.102+dfsg-2.2 all fcitx-mozc/stable 2.28.4715.102+dfsg-2.2 amd64 fcitx5-mozc/stable 2.28.4715.102+dfsg-2.2 amd64 ibus-mozc/stable 2.28.4715.102+dfsg-2.2 amd64 mozc-data/stable,now 2.28.4715.102+dfsg-2.2 all [residual-config] mozc-server/stable,now 2.28.4715.102+dfsg-2.2 amd64 [residual-config] mozc-utils-gui/stable 2.28.4715.102+dfsg-2.2 amd64 uim-mozc/stable 2.28.4715.102+dfsg-2.2 amd64 phil@phil-gl753vd:~$ please notice : the warning ? output from : sudo apt remove emacs-mozc-bin emacs-mozc fcitx-mozc fcitx5-mozc ibus-mozc mozc-data mozc-server mozc-utils-gui uim-mozc Code: Select allphil@phil-gl753vd:~$ LANG=C sudo apt remove emacs-mozc-bin emacs-mozc fcitx-mozc fcitx5-mozc ibus-mozc mozc-data mozc-server mozc-utils-gui uim-mozc Reading package lists... Done Building dependency tree... Done Reading state information... Done Package 'emacs-mozc-bin' is not installed, so not removed Package 'emacs-mozc' is not installed, so not removed Package 'fcitx-mozc' is not installed, so not removed Package 'fcitx5-mozc' is not installed, so not removed Package 'ibus-mozc' is not installed, so not removed Package 'mozc-data' is not installed, so not removed Package 'mozc-server' is not installed, so not removed Package 'mozc-utils-gui' is not installed, so not removed Package 'uim-mozc' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. phil@phil-gl753vd:~$ Please notice : not installed, so not removed ? Does anyone have an idea , a typ ? Thank you
mozc* is related to a Japanese input editor; doubtful you need it as your language appears to be Dutch. As you have remaining configuration, do: Code: Select allapt purge mozc-data mozc-server BTW, you don't need root to run apt list, and you don't need grep. This will give the same result: Code: Select all$ apt list *mozc* apt list will also show [installed] for installed packages so none of those you showed are fully installed.
I have three systems running debian12. Only my laptop has Notifications disabled, claiming "Notifications are currently provided by 'Xfce Xfce Notify Daemon' instead of Plasma." How and where did this happen. How can I get Notifications reset to normal?
I suggest you start with Code: Select allsudo apt purge xfce4-notifyd This will remove the XFCE4 notify daemon and all its dependencies. Control should then revert back to the notification system built into your Plasma desktop.
Hi 1. I tried to import the theme into the master slide but it didnt import. 2. I copied the slides from the new theme to the document; this worked; but I need to copy paste to newer slide theme to make it working; this will cost a lot of time for about 200+ slides. Any easier way? Thanks in advance!
Hi There was some issue in importing and changing the template / theme. Now it seems to have worked. Import the template. Next select the requisite template for normal slides; the master doesnt change like this.
Mounting the share NAS on NUCG3 failed:mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) I no longer want to mount this share. How do I remove this share from smb4k? I've been through smb4k's settings several times.
StevenFriedrich wrote: 2023-12-07 09:44 How do I remove this share from smb4k? I've been through smb4k's settings several times. What about The Smb4K Handbook - Unmounting Shares ?
Never actually solved, but I abandoned this effort. I now have physical HDD's, so this effort is mute. I have 4 partitions on /dev/sdc: Code: Select allsdc 8:32 0 1.8T 0 disk ├─sdc1 8:33 0 465.7G 0 part │ ├─vg1-lv1_rmeta_0 254:0 0 4M 0 lvm │ │ └─vg1-lv1 254:4 0 465G 0 lvm │ └─vg1-lv1_rimage_0 254:1 0 465G 0 lvm │ └─vg1-lv1 254:4 0 465G 0 lvm ├─sdc2 8:34 0 465.7G 0 part │ ├─vg1-lv1_rmeta_1 254:2 0 4M 0 lvm │ │ └─vg1-lv1 254:4 0 465G 0 lvm │ └─vg1-lv1_rimage_1 254:3 0 465G 0 lvm │ └─vg1-lv1 254:4 0 465G 0 lvm ├─sdc3 8:35 0 465.7G 0 part └─sdc4 8:36 0 466G 0 part sdc1 and sdc2 are in lv1 (two partitions), configured as a raid mirror. Code: Select alllogical volumes LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert lv1 vg1 rwi-a-r--- 465.00g 12.64 volume groups VG #PV #LV #SN Attr VSize VFree vg1 2 1 0 wz--n- 931.32g 1.31g physical volumes PV VG Fmt Attr PSize PFree /dev/sdc1 vg1 lvm2 a-- 465.66g 672.00m /dev/sdc2 vg1 lvm2 a-- 465.66g 672.00m I have mounted /dev/vg1/lv1 on /mnt and copied some files there. How can I simulate a failed partition, say /dev/sdc2 and "replace" it? If it were a physical drive, I could just hot-swap it. (Would I have to format the drive?)
Please use code tags for terminal text.
I’m not sure where this issue lies, with the server or the client. A forum search was not possible because if I included “ in the search field, it failed. Google search also turned up nothing. Problem … File names starting with “ return an 8 character file name on CIFS instead of the full file name. Queries via FTP (such as FileZilla) are OK. This manifests whether accessing the mounted CIFS share via command line or app such as Nemo. Instead of a file name such as this.. Code: Select all“Dream Daddy” - 1923 player piano roll - Osborne and Howe.mp4 ...I get a file name like this… Code: Select all_7OBH2~W.MP4 Server – Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-13-amd64 Architecture: x86-64 zfs-2.1.11-1 zfs-kmod-2.1.11-1 Client - Operating System: Ubuntu 23.04 Kernel: Linux 6.2.0-35-generic Architecture: x86-64 cifs-utils: Installed: 2:7.0-2 Candidate: 2:7.0-2 Version table: *** 2:7.0-2 500 500 http://gb.archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status Files are stored on a ZFS pool publishing a CIFS share. The CIFS share is mounted on the client with vers=3.1.1 View of file from the client… Code: Select all-rwxrwxrwx 1 michelle root 7111130 Dec 1 16:18 _0EVIO~J.MP4 View of same file on the server where LS is showing an extra set of single quotes around the file name… Code: Select all-rw-r--r-- 1 admin adminac 7111130 Dec 1 16:18 '"Cheers" Theme sight-read by Tom Brier.mp4' ...those extra single quotes are not visible if browsing to the server via FileZilla. If I change the “ to ‘ in the file name, then the server looses the extra ‘ that it has placed around the file name… Code: Select all-rw-r--r-- 1 admin adminac 7111130 Dec 1 15:51 'Cheers' Theme sight-read by Tom Brier.mp4 Because of that last part, with the extra single quotes around the file name, I'm posting in Debian support first for opinions.
For long term viability I would consider 'sanitizing' the file names. While it is a thought that we should be able to use any character we want, future tools or migrations will often bite us for those choices. Generally, IMHO, the file name should be simple, all the extra info can be done with tags, meta data and the like can preserve the clumsy info. mp4 can be tagged internally and since fuse3 foreign file systems no longer limit probing this data.
Background: I first came to Linux in 2004. Ran it for several years as a user. In 2017 life happened and my system broke, I don’t remember why, but I was too busy to fix it. Ran Windows until about a year ago, so I have forgotten the little that I knew about Linux. I set up a dual boot with Neon. When Debian 12 came out I installed it with KDE Desktop. I run Windows 11 in a virtual machine for two apps that won’t run in Wine. I have not booted into Windows for a while. I needed to the other day and it was not on the boot menu. From a post on this forum I found the fix, fixed it, and booted into Windows. Problem: When I booted back into Debian 12 I thought things were normal until I tried to save a document. I could not. In Dolphin I could not create a folder. Everything was “read only”. I tried changing permissions in Dolphin and could not. I ran “sudo chown -R rob /mnt/Data” in Konsole. According to Dolphin I am the owner and have rwx permissions, but I can’t. I remembered that on another computer I had a similar problem after booting into Windows and had to turn off fast boot. I don’t see that in the BIOS (or whatever it is now called) on this newer computer. Any ideas? I really need help.
It's not fast boot, that's a BIOS/UEFI settings thing. What you need to disable is Windows Fast Startup; when it's active it leaves drives in a hybrid suspend state so Linux sees them as read-only. https://www.startpage.com/do/dsearch?qu ... st+Startup
My server is running normally, but after restarting, this error appears as shown in the image. Can anyone guide me to resolve the error.
Solved? Please edit your post and give the topic a proper title.
I used tasksel to install some desktops to check them out. I didn't care for any of the Gnomes. I then used the following command to purge GNOME; apt-get remove --purge GNOME However on the login screen the desktop environment list still shows Gnomes. So how delete uninstalled desktops from the login screen desktop environment list?
*Possibly silly question warning* Did you literally use the command: apt-get remove --purge GNOME Gnome, being uppercase. What happens if you use the command: apt-get remove --purge gnome With Gnome lowercase..?
I have a laptop with Debian 11.2 cinnamon on it and it attempts to make 21 updates of OS and software and I don't want it to do that at this point, how to stop it?
Assuming you're using unattended-upgrades, set APT::Periodic::Unattended-Upgrade to 0 in /etc/apt/apt.conf.d/20auto-upgrades, or disable the relevant cron job or systemd timer. If your updates are triggered by some gnome/cinnamon widget, presumably it has a manual.
I have problem with xdg-user-dirs. user-dirs.locale is correctly set to Slovak: Code: Select all$ cat $HOME/.config/user-dirs.locale sk_SK but user-dirs.dirs is still in English: Code: Select all$ cat $HOME/.config/user-dirs.dirs # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run. # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_TEMPLATES_DIR="$HOME/Templates" XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" XDG_VIDEOS_DIR="$HOME/Videos" It is strange, because it is globally enabled: Code: Select all$ cat /etc/xdg/user-dirs.conf # This controls the behaviour of xdg-user-dirs-update which is run on user login # You can also have per-user config in ~/.config/user-dirs.conf, or specify # the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this # enabled=True # This sets the filename encoding to use. You can specify an explicit # encoding, or "locale" which means the encoding of the users locale # will be used filename_encoding=locale (I have changed encoding from UTF-8 to locale, but it does not help.) Defaults are not changed: Code: Select all$ cat /etc/xdg/user-dirs.defaults # Default settings for user directories # # The values are relative pathnames from the home directory and # will be translated on a per-path-element basis into the users locale DESKTOP=Desktop DOWNLOAD=Downloads TEMPLATES=Templates PUBLICSHARE=Public DOCUMENTS=Documents MUSIC=Music PICTURES=Pictures VIDEOS=Videos # Another alternative is: #MUSIC=Documents/Music #PICTURES=Documents/Pictures #VIDEOS=Documents/Videos (It is new notebook with new installation. I need it, because I have backup of home directory with localed names. Yes, I know, I can rename it after extracting, but I want to know, why it is not working after fresh install. Slovak is set as default for everybody, including root.)
Hello, there is this option in the xdg-user-dirs-update manual: --dummy-output PATH Write the configuration to PATH instead of the default configuration file. Also, no directories are created. which for me gives: Code: Select all$> xdg-user-dirs-update --dummy-output /tmp/dummy-dirs; cat /tmp/dummy-dirs # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run. # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # XDG_DESKTOP_DIR="$HOME/Bureau" XDG_DOWNLOAD_DIR="$HOME/Téléchargements" XDG_TEMPLATES_DIR="$HOME/Modèles" XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Musique" XDG_PICTURES_DIR="$HOME/Images" XDG_VIDEOS_DIR="$HOME/Vidéos" If the result is correct, there is this other option: --force Update existing user-dirs.dirs, but force a full reset. This means: Don't reset nonexisting directories to HOME, rather recreate the directory. Never use backwards compatible non-translated names. Always recreate user-dirs.locale. I have deleted all the directories except "$HOME/Desktop", so if I add --force, I get Code: Select all$> xdg-user-dirs-update --force --dummy-output /tmp/dummy-dirs Moving DOWNLOAD directory from to Téléchargements Moving TEMPLATES directory from to Modèles Moving PUBLICSHARE directory from to Public Moving DOCUMENTS directory from to Documents Moving MUSIC directory from to Musique Moving PICTURES directory from to Images Moving VIDEOS directory from to Vidéos
My first post , go easy. Hope it helps someone including myself. I have just commented the repository out for now to get around it This list; deb.debian.org_debian_dists_bookworm-updates_InRelease Gives an error that it has expired, guessing the valid-until line showing Nov 7 23 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Origin: Debian Label: Debian Suite: stable-updates Version: 12-updates Codename: bookworm-updates Date: Tue, 31 Oct 2023 20:16:55 UTC Valid-Until: Tue, 07 Nov 2023 20:16:55 UTC
What does your sources list actually say? deb http://deb.debian.org/debian bookworm main contrib non-free deb-src http://deb.debian.org/debian bookworm main contrib non-free deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free deb http://deb.debian.org/debian bookworm-updates main contrib non-free deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free Source - https://wiki.debian.org/SourcesList
Hi all. It's me again with my stupid questions lol. I'd like to install Surfshark Vpn on Debian 12 stable, I have a subscription with it and I'm currently using this Vpn with other devices. I know there's a deb package available to download on Surfshark website, I know this software is safe in terms of security. But... I read the DontBreakDebian topic on Debian Wiki and I'm reluctant to add surfshark repository to my sources, as it is advised to only use Debian repository in order to avoid libraries and other stuff to break your system. The same question goes with installing Foxit Pdf reader. What are your thoughts and advice about that? Thanks in advance.
I have Surfshark and have had no trouble with it. Use the Surfshark extension for Chrome, on Chromium. Does Foxit have some special quality for you? I use Evince, available from Repository. There are several PDF readers already in Linux - https://wiki.debian.org/PDF
Hi, After locking my laptop with i3lock and leaving my laptop idle upon trying to unlock I get the xfce4 login screen and when I unlock it, I get the i3lock screen on Debian 12. I would like to keep only i3lock. Any ideas on how to disable xfce4 login screen for idle for my laptop? i3config: Code: Select allset $mod4 Mod4 bindsym $mod4+l exec --no-startup-id i3lock
Solved by executing: Code: Select allxfce4-power-manager-settings then under Security > Automatically lock the session selected "Never"
Hello. I have a list of packages to update - see the pic attached. But i can't do that, because any of them will require to delete a lot of other apps and libs - Audacious, atril, handbrake, konqueror, vlc, remmina, lots of libs. Did i mess with something or is there some problem with dependencies? For example, Evolution. Trixie version depends on libwebkit2gtk-4.1-0 (>= 2.5.3), but the current version in repository is only 2.42.2, so it's not even close to 2.5.3 Same for other apps. The just ask for versions not even available yet as i can understand.
What's in your sources.list? Code: Select all$ cat /etc/apt/sources.list
Hi all, I'm used to use the WinKey + L to lock my screen on any device. Trying this fails to do it on my Debian 12 installation (inxi output below). I tried Ctrl + Alt + L and that doesn't work too. Neither Ctrl + Alt + Del Any thoughts on how to get this configured on XFCE with i3wm? Code: Select allSystem: Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: i3 v: 4.23-7-g69f68dcd info: i3bar vt: 7 dm: LightDM v: 1.26.0 Distro: Debian GNU/Linux 12 (bookworm) Machine: Type: Laptop System: HP product: HP Laptop 14s-dq0xxx v: N/A serial: <superuser required> Chassis: type: 10 serial: <superuser required> Mobo: HP model: 864D v: 58.20 serial: <superuser required> UEFI: AMI v: F.30 date: 07/04/2023 Battery: ID-1: BAT0 charge: 31.7 Wh (76.2%) condition: 41.6/41.6 Wh (100.0%) volts: 12.1 min: 11.4 model: HP Primary type: Li-ion serial: N/A status: discharging CPU: Info: quad core model: Intel Celeron N4120 bits: 64 type: MCP smt: <unsupported> arch: Goldmont Plus rev: 8 cache: L1: 224 KiB L2: 4 MiB Speed (MHz): avg: 2426 high: 2520 min/max: 800/2600 cores: 1: 2489 2: 2222 3: 2520 4: 2475 bogomips: 8755 Flags: ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx Graphics: Device-1: Intel GeminiLake [UHD Graphics 600] vendor: Hewlett-Packard driver: i915 v: kernel arch: Gen-9 ports: active: eDP-1 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:3185 class-ID: 0300 Device-2: Quanta HP TrueVision HD Camera type: USB driver: uvcvideo bus-ID: 1-6:3 chip-ID: 0408:5365 class-ID: 0e02 Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915 display-ID: :0 screens: 1 Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22") s-diag: 582mm (22.93") Monitor-1: eDP-1 model: AU Optronics 0xdc90 res: 1920x1080 hz: 60 dpi: 158 size: 309x174mm (12.17x6.85") diag: 355mm (14") modes: 1920x1080 API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD Graphics 600 (GLK 2) direct-render: Yes Audio: Device-1: Intel Celeron/Pentium Silver Processor High Definition Audio vendor: Hewlett-Packard driver: snd_hda_intel v: kernel bus-ID: 00:0e.0 chip-ID: 8086:3198 class-ID: 0403 API: ALSA v: k6.1.0-13-amd64 status: kernel-api Server-1: PulseAudio v: 16.1 status: active Network: Device-1: Realtek RTL8822CE 802.11ac PCIe Wireless Network Adapter vendor: Hewlett-Packard driver: rtw_8822ce v: N/A pcie: speed: 2.5 GT/s lanes: 1 port: e000 bus-ID: 02:00.0 chip-ID: 10ec:c822 class-ID: 0280 IF: wlo1 state: up mac: <filter> Bluetooth: Device-1: Realtek Bluetooth Radio type: USB driver: btusb v: 0.8 bus-ID: 1-5:2 chip-ID: 0bda:b00c class-ID: e001 serial: <filter> Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 3.0 lmp-v: 5.1 sub-v: abd3 hci-v: 5.1 rev: ffb8 Drives: Local Storage: total: 58.24 GiB used: 9.16 GiB (15.7%) ID-1: /dev/mmcblk0 vendor: SanDisk model: DA4064 size: 58.24 GiB type: SSD serial: <filter> rev: 0x8 scheme: GPT Partition: ID-1: / size: 18.91 GiB used: 4.53 GiB (24.0%) fs: ext4 dev: /dev/dm-1 mapped: satyr--vg-root ID-2: /boot size: 455.1 MiB used: 80.9 MiB (17.8%) fs: ext2 dev: /dev/mmcblk0p2 ID-3: /boot/efi size: 511 MiB used: 5.8 MiB (1.1%) fs: vfat dev: /dev/mmcblk0p1 ID-4: /home size: 36.03 GiB used: 4.25 GiB (11.8%) fs: ext4 dev: /dev/dm-3 mapped: satyr--vg-home Swap: ID-1: swap-1 type: partition size: 976 MiB used: 309 MiB (31.7%) priority: -2 dev: /dev/dm-2 mapped: satyr--vg-swap_1 Sensors: System Temperatures: cpu: 43.0 C mobo: N/A Fan Speeds (RPM): N/A Repos: Packages: pm: dpkg pkgs: 1453 Active apt repos in: /etc/apt/sources.list 1: deb http://deb.debian.org/debian/ bookworm main non-free-firmware 2: deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware 3: deb http://security.debian.org/debian-security bookworm-security main non-free-firmware 4: deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware Active apt repos in: /etc/apt/sources.list.d/google-chrome.list 1: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main Active apt repos in: /etc/apt/sources.list.d/i3-autobuild.list 1: deb https://baltocdn.com/i3-window-manager/i3/i3-autobuild/ all main Info: Processes: 180 Uptime: 1h 21m wakeups: 7210 Memory: 3.64 GiB used: 2.99 GiB (82.0%) Init: systemd v: 252 target: graphical (5) default: graphical Compilers: gcc: 12.2.0 alt: 12 Shell: Bash v: 5.2.15 running-in: x-terminal-emul inxi: 3.3.26
Hello. For XFCE4 DE keybindings, just check this For i3 wm. Open i3 config in text editor and add line Code: Select allbindsym $mod+l exec --no-startup-id i3lock
I am seeing three possible network install images for ARM systems; arm64, armel, and armhf. Which of these work for a Raspberry PI4B? How about an Orange Pi 5 Plus? I currently own a Pi4B, and am considering an Orange Pi 5 Plus...
Do you really want to run the installer? Usually people use read-made images on raspberry devices.
Dear all, it's my first time here so please, let me know if I'm doing something wrong and thanks in advance for your help. I'm facing an issue I never encountered before with my laptop (Lenovo Legion equipped with rtx4060 and intel cpu). The drivers I'm running for graphics are the non-free from NVIDIA, updated to the last version. Please let me know for the log and/or configurations you need to understand. I have completely no idea on the source of the problem so I prefer to wait instruction before publishing tons of info. At the end of the post, some general data about my laptop. In particular the issue is the following: when I suspend my laptop everything looks to work fine. Waking up the laptop from suspension I can hear the fans noise, all the lights on keyboard works and respond to my actions, but the screen stay switched off. Hibernation instead works as it should. Could you help me to solve this ? Again, I will provide any additional information you need as soon as you ask. Thanks ! Code: Select all _,met$$$$$gg. ,g$$$$$$$$$$$$$$$P. ---------------------- ,g$$P" """Y$$.". OS: Debian GNU/Linux 12 (bookworm) x86_64 ,$$P' `$$$. Host: 82YA Legion Slim 5 16IRH8 ',$$P ,ggs. `$$b: Kernel: 6.1.0-13-amd64 `d$$' ,$P"' . $$$ Uptime: 10 mins $$P d$' , $$P Packages: 2539 (dpkg) $$: $$. - ,d$$' Shell: bash 5.2.15 $$; Y$b._ _,d$P' Resolution: 2560x1600 Y$$. `.`"Y$$$$P"' DE: GNOME 43.6 `$$b "-.__ WM: Mutter `Y$$ WM Theme: Adwaita `Y$$. Theme: Adwaita [GTK2/3] `$$b. Icons: Adwaita [GTK2/3] `Y$$b. Terminal: gnome-terminal `"Y$b._ CPU: 13th Gen Intel i5-13500H (16) @ 4.700GHz `""" GPU: NVIDIA GeForce RTX 4060 Max-Q / Mobile GPU: Intel Raptor Lake-P [Iris Xe Graphics] Memory: 2398MiB / 15714MiB
Hello, zingarettoRom wrote: 2023-11-09 16:37 [..] I'm facing an issue I never encountered before with my laptop (Lenovo Legion equipped with rtx4060 and intel cpu). The drivers I'm running for graphics are the non-free from NVIDIA, updated to the last version. [..] when I suspend my laptop everything looks to work fine. Waking up the laptop from suspension I can hear the fans noise, all the lights on keyboard works and respond to my actions, but the screen stay switched off. Hibernation instead works as it should. Could you help me to solve this ? :D It might be useful to have a look at a previous discussion on a similar topic and its solution: Debian 12: Lenovo Legion 5 not waking up after suspending to ram (black screen)! Hope this helps.
Hi everybody, a friend of mine have a music collection of about 2k vinyl's which he plans to record (digitize). He is still on Windows but asked me if there is some software on linux which fit's his needs and in this case he is more than willing to "convert" to linux. What he want's to do is : - record the vinyl's to disk , probably in a common format, i.e.mp3 ( as he told me he has some Windows Software to record to disc) - add relevant information like song title, year, album name etc... - have the opportunity to administrate (search, sort, ...) all music in a GUI ( using a database ) - probably print lists of record music - build playlists and stream the music to sound devices, i.e. Bluetooth speaker or something similar - all the handing should be, if possible, via a GUI and if possible via Lan Beside his standard Windows Notebook which he is used to he has a (5yr old) Notebook (16GB Ram, some Intel Proc) on which i installed Debian Bookworm with Gnome. This NB should be used as the Music server if possible. As far as i have have figured out for tagging the music MusicBrainz Picard seems the software to use Hopefully you can give me some advice what Software to use. Thank you all in advance Reinhard
Digitizing vinyl is very time consuming. Each record must be recorded manually to an audio file per side and then split to individual tracks. As there is no metadata in vinyl records one must add that after recording. Audacity is quite good at doing the recording and splitting. You need to split and manually enter a filename for each track. Then you can export them as multiple files. Audacity can also add metadata during the export process. https://manual.audacityteam.org/man/spl ... racks.html Audacity can also do click removal, but use gentle settings as it can degrade the audio if it's too aggressive. I'm not familiar with Picard but I think it uses a kind of voice print to identify what the songs are. https://picard-docs.musicbrainz.org/en/index.html If you have created sensible filenames, it is possible instead to use an editor like EasyTag to look up CDDB to add metadata. Whatever you do, I highly recommend saving to a lossless format (FLAC is best IMO) and playing these for best quality and also keeping these as archives. Then if you need some lossy format for other players with size or compatibility issues it is really easy to just convert to a different format. I use Ogg Vorbis format for my Android phone and netbook which have storage limitations. Vorbis is still the best lossy format unless one has a Apple device. mp3 is one of the worst. I just finished digitizing about 160 records and it took me about 3 years of sporadic recording and still half of them haven't been split to tracks yet. Good luck! Moved this topic to "General Questions".
I'm using Deb 11. I'm needing fips-mode-setup. apt install fips-mode-setup doesn't locate. apt search doesn't return anything. How can I get this? https://manpages.debian.org/unstable/cr ... .8.en.html
nevermind I figured it out. I added ## Unstable #deb http://ftp.debian.org/debian unstable main contrib non-free #deb-src http://ftp.debian.org/debian unstable main contrib non-free to sources.list and did an update and install. Then commented it back out
I noticed this last evening when running lsblk Code: Select all[chris@mars etc]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 931.5G 0 disk └─sda1 8:1 0 931.5G 0 part /mnt/work sdb 8:16 0 3.6T 0 disk └─sdb1 8:17 0 3.6T 0 part /mnt/Data sdc 8:32 0 3.6T 0 disk └─sdc1 8:33 0 3.6T 0 part /mnt/Backup /mnt/Backup While running df -h Code: Select all/dev/sda1 916G 397G 473G 46% /mnt/work /dev/sdc1 3.6T 446G 3.0T 13% /mnt/Backup /dev/sdb1 3.6T 391G 3.1T 12% /mnt/Data Note device sdc in lsblk - has something changed that produces weirdness in what looks like a double listing? running df -h things look normal. The following is a snippet from /etc/fstab: Code: Select all# External Drives - uuid PARTUUID=ac53196a-847a-3a41-8ecc-4244180f6de9 /mnt/Data ext4 defaults,nofail 0 2 PARTUUID=a07f1ecb-2fa1-dc4f-bd2d-e6490b7260fb /mnt/Backup ext4 defaults,nofail 0 2
Hello, What’s your Debian version and program/package version ?
Hi folks... Does anyone know when this might be added to the Bookworm repos? It seems to add a lot of new features. Yes, I could install it manually, but it'd break with every new kernel update. TIA!
Probably never. If some intrepid packager decides it is worth it, it may be repackaged for backports, or if a security issue is found it may be offered as a security upgrade. More likely for those cases though, the production version of the driver may be packaged rather than a new feature version. Whatever, don't expect any upgrade to be offered any time soon.
Hi, I don't know if it is a hardware of software issue, so bear with me please. I installed Debian 12 LXDE on one of my old laptop (a Core 2 Duo, 3GB RAM, Geforce G205M Cuda) which seems to have come back to life: the OS is fast and reliable on it and I'm happy with it. However, something very strange suddenly happens with my mouse every now and then, the left-click stops working, I can't click on anything, only right-click/menu keeps working, and I need to use keyboard keys like space bar, tab, and arrow keys to interact with the system somehow. I have to reboot eventually. Something similar happened during the installation, but I managed to overcome it. I had pretty much the same issue with other Distros, but I rarely used this laptop because it was too slow so I have never thought to fix the problem for good. For the record, I tried other mouses but the problem is still there. Could you please help me figure it out and fix the problem possibly? Thanks
What is the make and model number of the laptop? Is it a wireless mouse or wired? Is the port USB2 or USB3? In the /var/log directory there should be various logs (like system, message, dmesg, etc). Please reviewe these for any errors or warnings?
Hi everybody. I'm on a fresh install (again) of Bookworm with the Gnome desktop on a Dell Inspiron 3910. Previously on Bullseye this computer had experienced random freezes. On a previous installation of Bookworm it had also frozen. It froze just now. I tried REISUB but nothing. I used <ALT> + PrintScreen. I had done this previously on Ubuntu and it worked so I'm reasonably sure I did it right. I tried to get into a tty terminal using <ctrl> + <alt> + <F3> but couldn't do it. I was just viewing a webpage when it happened. I think it was these forums but I'm a little unsure. Ordinarily I'd wait to post until after it had happened a few times but with the history of this machine I thought to just post and see if anything obvious was in the log. Here's the results of journalctl -b -1 -p 3 run with sudo. Code: Select allJun 23 08:39:33 donald-Inspiron-3910 kernel: iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2) Jun 23 08:39:33 donald-Inspiron-3910 kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware Jun 23 08:39:33 donald-Inspiron-3910 kernel: iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2) Jun 23 08:39:33 donald-Inspiron-3910 bluetoothd[709]: src/plugin.c:plugin_init() Failed to init vcp plugin Jun 23 08:39:33 donald-Inspiron-3910 bluetoothd[709]: src/plugin.c:plugin_init() Failed to init mcp plugin Jun 23 08:39:33 donald-Inspiron-3910 bluetoothd[709]: src/plugin.c:plugin_init() Failed to init bap plugin Jun 23 08:39:34 donald-Inspiron-3910 bluetoothd[709]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed. Jun 23 08:39:34 donald-Inspiron-3910 bluetoothd[709]: sap-server: Operation not permitted (1) Jun 23 08:39:43 donald-Inspiron-3910 gdm-password][1319]: gkr-pam: unable to locate daemon control file Jun 23 08:39:43 donald-Inspiron-3910 systemd[1372]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-1557.scope - Application launched by gnome-session-binary. Jun 23 08:39:46 donald-Inspiron-3910 gdm-launch-environment][840]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Jun 23 08:43:20 donald-Inspiron-3910 gdm-password][3581]: gkr-pam: unable to locate daemon control file Jun 23 08:43:21 donald-Inspiron-3910 systemd[1372]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-3675.scope - Application launched by gnome-session-binary. Jun 23 08:43:23 donald-Inspiron-3910 gdm-launch-environment][3143]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Jun 23 11:43:03 donald-Inspiron-3910 gdm-password][19320]: gkr-pam: unable to locate daemon control file Jun 23 11:43:03 donald-Inspiron-3910 systemd[1372]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-19411.scope - Application launched by gnome-session-binary. Jun 23 11:43:05 donald-Inspiron-3910 gdm-launch-environment][18880]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Jun 23 17:27:07 donald-Inspiron-3910 pipewire[1392]: spa.alsa: 'front:0': playback open failed: Device or resource busy Jun 23 17:27:16 donald-Inspiron-3910 gdm-password][46578]: gkr-pam: unable to locate daemon control file Jun 23 17:27:16 donald-Inspiron-3910 systemd[1372]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-46670.scope - Application launched by gnome-session-binary. Jun 23 17:27:17 donald-Inspiron-3910 systemd[1372]: Failed to start app-gnome-im\x2dlaunch-46931.scope - Application launched by gnome-session-binary. Jun 23 17:27:17 donald-Inspiron-3910 systemd[1372]: Failed to start app-gnome-user\x2ddirs\x2dupdate\x2dgtk-47021.scope - Application launched by gnome-session-binary. Jun 23 17:27:18 donald-Inspiron-3910 gdm-launch-environment][46271]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed lines 2-24/24 (END) I appreciate any help you could give.
Wayland or X11? If Wayland, try X11. Install package inxi and give us hardware details please.. Code: Select allinxi -Fxxxza
System: Debian 12, Stable No GUI/ DE I'm trying to make some commands like poweroff, reboot execute as regular user without password. I added these lines in sudoers Code: Select alldebuster ALL=(ALL) NOPASSWD: /sbin/reboot debuster ALL=(ALL) NOPASSWD: /sbin/poweroff but its not working. trying to execute the command shows, Code: Select alldebuster@lab:~$ /sbin/reboot Call to Reboot failed: Access denied These commands work fine with sudo command. I tried changing the line position, (adding before include dir). tried rebooting for change to take effect... no luck.
You need to use "sudo reboot"
Hi All, I'm trying to get Blender's GPU accelerated rendering to work on my System76 Thelio running a fresh installation of Debian 12. But even after following https://wiki.debian.org/AtiHowTo and installing the libamdhip64-5 package, Blender still shows the error: Code: Select allNo compatible GPUs found for Cycles Requires AMD GPU with Vega or RDNA architecture And AMD driver version 22.10 or newer Strangely, when I installed a third-party packaged version of system76-driver utility from https://khumba.net/debian, the problem vanished. I contacted with System76 support, but they insisted that Debian's packages should work and "this may just be a bug in Debian's included kernel version (which [their] driver replaces)." Any ideas on how to fix this?
shawn_xu wrote: 2023-10-29 01:46 Strangely, when I installed a third-party packaged version of system76-driver utility from https://khumba.net/debian, the problem vanished. I contacted with System76 support, but they insisted that Debian's packages should work and "this may just be a bug in Debian's included kernel version (which [their] driver replaces)." What is the "third-party packaged version of system76-driver utility" ?