prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Until then, when I needed to run the cp command with the deploy user on Debian 9, I configured sudo as follows: Code: Select alldeploy ALL=(root) NOPASSWD: /bin/cp deploy ALL=(root) NOPASSWD: /usr/sbin/service This way, I could copy files freely with the deploy user to any folder without the need to enter the sudo password: Code: Select alldeploy@anequim:~$ sudo cp /tmp/gravacoes.conf /usr/src/ Or restart Nginx, for example: Code: Select alldeploy@anequim:~$ sudo service nginx restart I made the same sudo configuration on Debian 11. However, if I try to execute any of the two commands with the deploy user, the system asks me to enter the password: Code: Select alldeploy ALL=(root) NOPASSWD: /usr/bin/cp deploy ALL=(root) NOPASSWD: /usr/sbin/service Code: Select alldeploy@gerenciador:~$ sudo cp /tmp/gravacoes.conf /usr/src/ [sudo] password for deploy: Code: Select alldeploy@gerenciador:~$ sudo service nginx restart [sudo] password for deploy: Can someone tell me if it's still possible to do it this way, or if there's another way for me to execute commands like cp with a regular user as if it were root without needing to enter the sudo password? | The exact lines work for me. Where and how did you add them? |
I just installed Debian 12. I did the following as per the doc https://wiki.debian.org/Suspend Code: Select allsystemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target Then rebooted. The system successfully stays awake. However my SSH sessions receive this unexpected message Code: Select allBroadcast message from Debian-gdm@angel on tty1 (Sat 2023-09-09 11:00:59 EDT): The system will suspend now! The SSH session stays alive though. | Hello, olignyf wrote: 2023-09-14 02:09 I found the solution. This method works better and doesn't have the spurious message on connected SSH clients. Create /etc/systemd/sleep.conf.d/nosuspend.conf as Code: Select all[Sleep] AllowSuspend=no AllowHibernation=no AllowSuspendThenHibernate=no AllowHybridSleep=no They should probably edit the documentation and swap both solution so this one is the first one and not marked as an "alternative" Thank you for sharing the solution. Please update the discussion by adding the tag "[Solved]" to the beginning of the subject of the first post. Happy Debian ! :-) |
I have a Qemu/Kvm ther work on some installation but not on all, when starting kvm i get an error Code: Select allError starting domain: Cannot access storage file '/home/user/Hentet/nixos-gnome-23.05.2726.18784aac1013-x86_64-linux.iso': No such file or directory i don't understand this then the source path is correct as i see it Code: Select all/var/lib/libvirt/images/nixos-22.05.qcow2 i haw tried Code: Select allsudo virsh net-start default and the server is running but there is no boot but only the error messed | I would link the file to the default storage pool, outside of which is encumbered by permissions. Code: Select allsudo ln -s --target-directory=/var/lib/libvirt/images /home/user/Hentet/nixos-gnome-23.05.2726.18784aac1013-x86_64-linux.iso Then change the vm xml to reflect the path to /var/lib/libvirt/images |
Is it okay to use the Muon package manager? | The Muon package manager is no longer maintained by the KDE project. It also isn't in the Debian repositories as far as I can tell. I would therefore not suggest installing it from other sources. Muon looks like a copy of Synaptic, which is still in the repos and maintained. Install it from a terminal like this: Code: Select allsudo apt install synaptic |
Hello! I have a number of systems identical to the following: Cincoze DA-1100 CPU: Intel Pentium N4200 (Apollo Lake) Graphics: Integrated Intel® HD Graphics 505 Physical Port: DVI If video handshake is altered during the initial stages of system boot, GRUB2 will freeze during its countdown. I can reproduce this by doing the following: Connect DA-1100 via DVI-to-HDMI cable, to a Samsung 75" screen (QM75B) although this happens with other screens and capture devices as well. Reboot system, switch screen input to un-used HDMI port. As soon as POST beep is heard, switch back to Cincoze DA-1100 HDMI input. The GRUB2 selection screen will be visible with a frozen countdown timer, and all keyboard functionality is disabled except for NUM LOCK and Ctrl-Alt-Del to reset the system. I encountered this via our normal Debian image which is running Debian 10, but I can verify this also happens using a completely stock and unchanged installation of Debian 12.2 I would provide logs but since this happens before the kernel boots (as far as I understand it!) there is no journalctl or similar capturing any information. I have tried some configuration changes to GRUB2 regarding default graphics modes, and I can happily detail those, but none worked and I'd love a fresh mind to look at this problem, and I don't want to prematurely rule anything out. Discussing this inevitably comes with the question "why do you switch video modes during boot" and the main answer is, during an on-site installation with these systems we've had power outages which mimic that sort of video source changing, and the systems will lock up and require manual intervention. There are a few mitigations we can use (I could put in a UPS in certain places, for instance) but I would love to understand if this is a real GRUB2 bug and whether it can be patched for our existing systems in the field. Thanks so much as always, this forum is a wonderful resource that has helped me in the past! | Try disabling theming, or switching theme. |
Hello, I've recently installed Debian 12 on my Legion 5 laptop with AMD CPU with iGPU and nVidia dGPU. It seems to work well enough, except for controlling the brightness. The graphic pops up, changes, but the backlight stays the same. I think I've tracked the issue to the confusion in the system between the GPUs. The integrated display is run from the iGPU, while HDMI connected display is through dGPU. Using only iGPU does not seem possible and using only dGPU is not viable (and also does not seem to help, setting in BIOS to dGPU only). However, in the folder /sys/class/backlight there are two subfolders, acpi_video0 and amdgpu_bl1. The brightness file is changed through the hotkeys only in the first one, which has no effect. But when I manually change the value in ./sys/class/backlight/amdgpu_bl1/brightness, the actual brightness changes. Is there a way to set globally which backlight should be used? I know I should be able to write a script to be triggered with a shortcut, but that would not help with any other interaction woth brightness. Any ideas? | I had previously a laptop, which almost every time went totally white I connected it to a charger. Installed xbacklight and mapped to one function key to decrease brightness 20%. |
I was searching ways to solve another problem, so i installed pipewire-pulse and then, after some time, uninstalled it. But during the removal process the screen turned black with only one blinking cursor, i hard-reseted the machine and now i only can see the terminal prompt. I do log in, but after i type startx only the gnome-terminal GUI appears and everything else is black. Any ideas? UPD. I tried systemctl restart gdm: it says unit gdm.service not found. gnome-shell --replace = command not found systemctl restart systemd-logind = no effect UPD2. apt install gdm worked! But... how could i have delete it?! And not to create another topic - Wiki says: For Debian 12 and newer, pipewire-audio-client-libraries is replaced by pipewire-alsa and pipewire-jack. It is recommended to install the metapackage pipewire-audio which depends on wireplumber (the recommended session manager), pipewire-pulse (to replace PulseAudio), pipewire-alsa (ALSA) and libspa-0.2-bluetooth (for Bluetooth support). Moreover, installing this metapackage will remove pulseaudio to prevent any conflicts between both sound server. I don't get it about pipewire-pulse. If pipewire is default now (at least in Gnome), how it should "replace" PulseAudio? | https://wiki.debian.org/PipeWire#PulseAudio wrote:Install the pipewire-pulse package, and reboot. This will configure PipeWire to activate its PulseAudio replacement daemon. |
Hi. I am working to install the latest Nvidia drivers on my system and found the instructions on https://wiki.debian.org/NvidiaGraphicsDrivers but need clarification on the sources.list section. In it, it says I need to add non-free-firmware to main so it looks like deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware. My question is do I also need to add non-free-firmware to the security and updates section of sources.list as well? Does security and updates need to look like the following? deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware Thanks. | Hello, This Debian securiy FAQ at https://www.debian.org/security/faq#contrib reports: Q: How is security handled for contrib, non-free and non-free-firmware? A: The short answer is: it's not. Contrib, non-free and non-free-firmware aren't official parts of the Debian Distribution and are not released, and thus not supported by the security team. Some non-free packages are distributed without source or without a license allowing the distribution of modified versions. In those cases no security fixes can be made at all. If it is possible to fix the problem, and the package maintainer or someone else provides correct updated packages, then the security team will generally process them and release an advisory. Please update the subject of the original post to include the specific question for the benefit of other users; for example: [Solved] Security support for proprietary nvidia drivers |
Hi all, after having to recreate my home partition after one of my bad idea went wrong, and after fixing a couple of other problems, I'm left with an unusable dpkg. Whenever I try to install a package I'm left with these lines: Code: Select allAfter this operation, 11,8 MB of additional disk space will be used. Do you want to continue? [Y/n] y Reading changelogs... Done Extracting templates from packages: 100% Preconfiguring packages ... dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 1 expected program not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2) Note that I've already added Code: Select allexport PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin to both Code: Select all/etc/sudoers and Code: Select all/root/.bashrc but it doesn't change anything even after a reboot. /etc/sudoers has also these two lines Code: Select allDefaults env_reset Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" At the end I've tried Code: Select allsudo rm /var/lib/dpkg/available sudo touch /var/lib/dpkg/available sudo sh -c 'for i in /var/lib/apt/lists/*_Packages; do dpkg --merge-avail "$i"; done' This didn't work either. In short words, any solution that I've found on google doesn't work. I don't know which data collected from the terminal could help addressing the problem so just let me know what to run and I'll paste the result Sorry in advance if I didn't follow some etiquette since I never usually post here, I can edit the post anyway. | Did this not occur before you recreated your home? Show this as root: Code: Select allecho $PATH start-stop-daemon should be in /usr/sbin/ so should be executable if you elevated root privileges correctly. |
Well, I really have no idea what to do... I decided to try lxde desktop environment. I did not really like it so I made a decision to move back to gnome. Well, I did but then I found out that some useless apps were installed with lxde. Hence, I tried to remove them. Most apps were successfully removed, still, I couldn't delete every app. If there is some option to remove apps without command line than it would be great | https://wiki.debian.org/Synaptic |
Hello, I am using Stable bookworm on both my laptop and my desktop pc. After the last upgrade, the laptop does not launch the gdm login manager. I did some investigation and found that gdm3 is broken or partially installed. I try to install it again, and it refuses to install due to a dependency problem : depend on gir1.2-mutter-11 (>=43.5) but 43.4.2 is to be installed. Code: Select allapt-cache policy gir1.2-mutter-11 gir1.2-mutter-11: Installé : 43.4-2 Candidat : 43.4-2 Table de version : *** 43.4-2 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 100 /var/lib/dpkg/status What is weird is that on my desktop, with the same sources.list I have Code: Select allapt-cache policy gir1.2-mutter-11 gir1.2-mutter-11: Installé : 43.6-1~deb12u1 Candidat : 43.6-1~deb12u1 Table de version : *** 43.6-1~deb12u1 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 100 /var/lib/dpkg/status My source list is Code: Select alldeb http://deb.debian.org/debian/ bookworm main non-free contrib non-free-firmware deb-src http://deb.debian.org/debian/ bookworm main non-free contrib non-free-firmware deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb http://ftp.fr.debian.org/debian/ bookworm-updates main non-free contrib non-free-firmware deb-src http://ftp.fr.debian.org/debian/ bookworm-updates main non-free contrib non-free-firmware deb http://security.debian.org/ trixie-security main contrib non-free non-free-firmware deb http://ftp.fr.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware deb http://ftp.fr.debian.org/debian/ trixie-proposed-updates main contrib non-free non-free-firmware EDIT : I found another user affected by this problem : https://forum-debian.fr/viewtopic.php?p=32653#p32653 (that's in french) | pierre_A wrote: 2023-10-06 18:18 My source list is Code: Select alldeb http://deb.debian.org/debian/ bookworm main non-free contrib non-free-firmware ... deb http://security.debian.org/ trixie-security main contrib non-free non-free-firmware FrankenDebian ahoy. pierre_A wrote: 2023-10-06 19:04Is it an apt update bug ? No, it's what happens when you don't read the wiki and add silly things to your sources. You've been around here long enough to know the likely result of mixing stable and testing. |
Hi, my PCI DVB-T with Kaffeine has stopped working. I suspect this started on 11th September or earlier, as as I had it set to record something that night & it created a 0kb file, but only today when I tried to view live TV did I find it didn't work. When I went into the settings it said 'Device not connected' in the menu's configuration section. I think a message also said 'didn't find a device with valid settings or access permissions are wrong" but I've since lost the settings such that I can't repeat it. Because: I tried renaming the config files & folders for Kaffeine in KDE so that it created new files, but that didn't help, an now it doesn't show the 'Device 1' tab in the device configuration menu.I've also purged Kaffeine & reinstalled it, but no change. I've checked the /var/log/apt/history* files & not found any changes to the following packages since the system was installed in June 2023: vlc, libv4l, libdvbv5 Other than keeping my system up to date with debian software updates I don't think I've changed anything relevant & this PCI card has been working fine for many years until now. The card physically looks OK & I've tried moving it to a different PCI slot, but this didn't fix it. Any ideas please? Other details: /dev/video0 shows the device is available to 'video' group users with view+modify access. My user is in the video group. zippy@debian:~$ uname -a Linux debian 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux lspci: 04:01.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) 04:01.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) zippy@debian:~$ sudo dmesg | grep dvb [ 4.062482] cx88_dvb: cx2388x dvb driver version 1.0.0 loaded [ 4.062485] cx8802: registering cx8802 driver, type: dvb access: shared [ 4.062488] cx88_dvb: cx2388x based DVB/ATSC card [ 4.062489] cx88_dvb: cx8802_alloc_frontends: allocating 1 frontend(s) [ 4.066254] cx88_dvb: frontend initialization failed [ 4.066267] cx88_dvb: dvb_register failed (err = -22) zippy@debian:~$ sudo dmesg | grep cx88 [ 3.886339] cx88xx: subsystem: 153b:1166, board: TerraTec Cinergy 1400 DVB-T [card=30,autodetected], frontend(s): 1 [ 3.911966] cx8800 0000:04:01.0: enabling device (0000 -> 0002) [ 4.044193] rc rc0: cx88 IR (TerraTec Cinergy 1400 as /devices/pci0000:00/0000:00:1c.3/0000:03:00.0/0000:04:01.2/rc/rc0 [ 4.044284] rc rc0: lirc_dev: driver cx88xx registered at minor = 0, raw IR receiver, no transmitter [ 4.044323] input: cx88 IR (TerraTec Cinergy 1400 as /devices/pci0000:00/0000:00:1c.3/0000:03:00.0/0000:04:01.2/rc/rc0/input20 [ 4.044462] cx8802: cx2388x 8802 Driver Manager [ 4.044470] cx88-mpeg driver manager 0000:04:01.2: enabling device (0000 -> 0002) [ 4.044544] cx8802: found at 0000:04:01.2, rev: 5, irq: 16, latency: 32, mmio: 0xf4000000 [ 4.044715] cx8800: found at 0000:04:01.0, rev: 5, irq: 16, latency: 32, mmio: 0xf5000000 [ 4.045792] cx8800: registered device video0 [v4l2] [ 4.045829] cx8800: registered device vbi0 [ 4.062482] cx88_dvb: cx2388x dvb driver version 1.0.0 loaded [ 4.062485] cx8802: registering cx8802 driver, type: dvb access: shared [ 4.062486] cx8802: subsystem: 153b:1166, board: TerraTec Cinergy 1400 DVB-T [card=30] [ 4.062488] cx88_dvb: cx2388x based DVB/ATSC card [ 4.062489] cx88_dvb: cx8802_alloc_frontends: allocating 1 frontend(s) [ 4.066254] cx88_dvb: frontend initialization failed [ 4.066267] cx88_dvb: dvb_register failed (err = -22) [ 4.066284] cx8802: cx8802 probe failed, err = -22 | Ah, further info without grep-ing info out of dmesg: [ 3.748457] cx8802: cx2388x 8802 Driver Manager [ 3.748465] cx88-mpeg driver manager 0000:04:00.2: enabling device (0000 -> 0002) [ 3.748478] cx8800: found at 0000:04:00.0, rev: 5, irq: 19, latency: 32, mmio: 0xf5000000 [ 3.748553] cx8802: found at 0000:04:00.2, rev: 5, irq: 19, latency: 32, mmio: 0xf4000000 [ 3.749055] cx8800: registered device video0 [v4l2] [ 3.749381] cx8800: registered device vbi0 [ 3.765347] cx88_dvb: cx2388x dvb driver version 1.0.0 loaded [ 3.765350] cx8802: registering cx8802 driver, type: dvb access: shared [ 3.765351] cx8802: subsystem: 153b:1166, board: TerraTec Cinergy 1400 DVB-T [card=30] [ 3.765353] cx88_dvb: cx2388x based DVB/ATSC card [ 3.765354] cx88_dvb: cx8802_alloc_frontends: allocating 1 frontend(s) [ 3.768874] failing symbol_get of non-GPLONLY symbol cx22702_attach. [ 3.768876] DVB: Unable to find symbol cx22702_attach() [ 3.768893] cx88_dvb: frontend initialization failed [ 3.768906] cx88_dvb: dvb_register failed (err = -22) [ 3.768919] cx8802: cx8802 probe failed, err = -22 |
Greetings, and happy Thanksgiving to all. I'm running Debian Bookworm on a Dell Inspiron 16 laptop with AMD guts. I got this pile of warnings earlier, when running a general software upgrade using `apt-get`: Code: Select allW: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/vega10_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi12_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_11_ta.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_11_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_10_ta.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_10_sos.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_imu.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_rlc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mec.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_me.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_rlc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mec.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_me.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_3.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/smu_13_0_10.bin for module amdgpu I then tried searching for some of these files using `apt-file search`, but nothing was ever returned. So I made a more general search by running `apt-file search /lib/firmware/amdgpu`, which returned the following: Code: Select allfirmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_sjt_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_sjt_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/aldebaran_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/arcturus_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/banks_k_2_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/beige_goby_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/bonaire_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/carrizo_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/cyan_skillfish2_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/dcn_3_1_4_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/dcn_3_1_5_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/dcn_3_1_6_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/dcn_3_2_0_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/dcn_3_2_1_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/dimgrey_cavefish_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/fiji_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_6_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_6_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_6_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_6_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_6_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_6_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_7_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_7_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_7_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_7_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_7_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_10_3_7_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_imu.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_mes.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_mes1.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_0_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_imu.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_mes.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_mes1.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_1_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_imu.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_mes.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_mes1.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/gc_11_0_2_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/green_sardine_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hainan_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/hawaii_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/kabini_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/kaveri_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/mullins_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi10_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_dmcu.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi12_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_ce_wks.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_me_wks.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_mec2_wks.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_mec_wks.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_pfp_wks.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/navi14_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/navy_flounder_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/oland_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_rlc_am4.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/picasso_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/pitcairn_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_ce_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_k2_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_k_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_me_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_mec2_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_mec_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_pfp_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_smc_sk.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris10_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_ce_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_k2_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_k_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_me_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_mec2_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_mec_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_pfp_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_smc_sk.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris11_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_32_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_ce_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_k_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_me_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_mec2_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_mec_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_pfp_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/polaris12_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_0_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_0_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_4_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_4_toc.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_5_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_5_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_5_toc.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_7_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_7_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_8_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_8_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/psp_13_0_8_toc.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven2_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_dmcu.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_kicker_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/raven_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/renoir_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/sdma_5_2_6.bin firmware-amd-graphics: /lib/firmware/amdgpu/sdma_5_2_7.bin firmware-amd-graphics: /lib/firmware/amdgpu/sdma_6_0_0.bin firmware-amd-graphics: /lib/firmware/amdgpu/sdma_6_0_1.bin firmware-amd-graphics: /lib/firmware/amdgpu/sdma_6_0_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/si58_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/sienna_cichlid_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/smu_13_0_0.bin firmware-amd-graphics: /lib/firmware/amdgpu/smu_13_0_7.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/stoney_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tahiti_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/tonga_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/topaz_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_toc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vangogh_vcn.bin firmware-amd-graphics: /lib/firmware/amdgpu/vcn_3_1_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vcn_4_0_0.bin firmware-amd-graphics: /lib/firmware/amdgpu/vcn_4_0_2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vcn_4_0_4.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_acg_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega10_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_gpu_info.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega12_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_sos.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vega20_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_sdma1.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/vegam_vce.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_k_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_mc.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_smc.bin firmware-amd-graphics: /lib/firmware/amdgpu/verde_uvd.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_asd.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_ce.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_dmcub.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_me.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_mec.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_mec2.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_pfp.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_rlc.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_sdma.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_ta.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_toc.bin firmware-amd-graphics: /lib/firmware/amdgpu/yellow_carp_vcn.bin As you can see, non of the packages in the warnings I got earlier are present in this list of abailable firmware. My `sources.list` file looks like this (it shows how I do have the non-free firmware repos enabled): Code: Select all#deb cdrom:[Debian GNU/Linux 12.1.0 _Bookworm_ - Official amd64 NETINST with firmware 20230722-10:48]/ 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. How come all that firmware which is "possibly missing" is not in the repos? Where can I get it? I need a very stable computer, because I use it for school, so I'd rather have all the recommended firmware properly installed on my computer. Thank you in advance for any recommendations, and God bless. | This problem has been around for years. As far as I'm concerned, it's a bug. Anyhoo, in my understanding, (i) the warning can be ignored; and (ii) there's nothing we can install to make it go away. |
Hi, I don't know what happened, I didn't change anything on my old debian8 server (uptime around 1600 days) but suddenly vim stopped working... when I try to open a file or just launch it, nothing happens, it hangs... in general I loose patience and interrupt it with a Ctrl+C and then vim appears but if it was to open a file the file is not opened, I just have an empty vim. while creating my account on the forum and writing this post, I've let running `vim ~/.bash_aliases` and discovered it finally opens the file but it takes more than 1 minute... here is what I tried: 1.: restart the server as there was not much memory left... => nothing changed 2.: remove my `~/.vimrc` and `~/.viminfo` => nothing changed 3.: update to debian 9 using the archive repository => nothing changed 4.: uninstall vim and reinstall it (on debian 9) => nothing changed I'm running out of ideas... I've always used vim. this is quite problematic for me... the only thing I've changed recently before this problem appears is to update my firewall to include ipv6 rules. but this shouldn't have any impact... otherwise I didn't touch the server... any ideas? cheers | What about verbose mode? |
Have downloaded and installed VM VirtualBox with Windows 11 Pro Environment, however VBox configuration will not run due to missing Linux Kernal Headers linux-headers-amd64 linux-headers-6.1.0-12-amd64. Cannot find matching headers using Synaptics Package Manager. What am I missing here as a total Linux beginner? | linux-headers-6.1.0-12-amd64 is available in security upgrades. https://packages.debian.org/bookworm/li ... 0-12-amd64 Do you not have security in your sources? Show us Code: Select allapt policy And please post terminal text as text inside code tags, not as images. |
Hi All I have installed Debian 12 with gnome window manager, in a fresh install. Can anyone please tell me how i get the files in my file explorer to show on the actual desktop? Is it a gnome extension that is missing or something that needs to be toggled on? Thank you in advance Best regards | That's how the default works. If you really want icons you can google for "gnome desktop icons" to find https://extensions.gnome.org/extension/ ... s-ng-ding/. If you then run Code: Select allapt search desktop.icons you will find that this extension is already packaged, as gnome-shell-extension-desktop-icons-ng. |
I have no single clue what it is. Please help me, I was just trying to install bottles on my pc. Here's the error I get while trying to install bottles. By the way, I used flatpak for the installation Can't load dependent file https://dl.flathub.org/repo/flathub.flatpakrepo: While fetching https://dl.flathub.org/repo/flathub.flatpakrepo: [60] SSL peer certificate or SSH remote key was not OK | Fortunately, the solution was found and it's pretty simple. Make sure that date and time of your system is correct) |
Hello forum, My apologies if this has been answered here before. A swap partition is 1G I would like to expand it to 20G. In the past I used Gparted live but it seems Debian no longer allows details of the drive to show in Gparted because of ufs. I was able to show those details with gnome-disks. Anybody here has done this with gnome-disks? I am thinking about using a live Debian 12 and resize the partition. Cheers! | You can always use a swap file, it's much easier to set-up/resize/etc. and there's no performance penalty. |
Hi everyone! I've been trying to install Lutris on a Debian 12.1 on an old Thinkpad t410, It's a fresh install, just trying to set up all the packages. This Thinkpad has an i5-540M on board, no additional GPUs installed. Installing Lutris went rather smoothly, installed a few 32bit packages I did not own, but there was a problem when it came to vulkan. This is what the terminal displays after launching lutris by typing "lutris" Code: Select all2023-09-23 18:58:12,007: Starting Lutris 0.5.13 2023-09-23 18:58:12,020: Running Intel Mesa driver 22.3.6 on Mesa Intel(R) HD Graphics (ILK) (0x46) 2023-09-23 18:58:12,020: GPU: 8086:0046 17AA:215A (i915 drivers) 2023-09-23 18:58:12,087: vulkaninfo not available, unable to list GPUs 2023-09-23 18:58:12,089: vulkaninfo not available, unable to list GPUs 2023-09-23 18:58:12,090: vulkaninfo not available, unable to list GPUs 2023-09-23 18:58:12,090: vulkaninfo not available, unable to list GPUs Tried to install vulkan-sdk, but I get this message back, saying I've held broken packages Code: Select allReading 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: lunarg-via : Depends: libjsoncpp1 (>= 1.7.4) but it is not installable vulkan-profiles : Depends: libjsoncpp1 (>= 1.7.4) but it is not installable vulkancapsviewer : Depends: qt5-default but it is not installable E: Unable to correct problems, you have held broken packages. I had tried to install libjsoncpp1 and qt5-default with aptitude and synaptic, previously making sure I pasted the mirror link to the /etc/apt/sources.list file, but I got this message in return Code: Select allE: Malformed entry 6 in list file /etc/apt/sources.list (Suite) E: Malformed entry 6 in list file /etc/apt/sources.list (Suite) E: The list of sources could not be read. E: Malformed entry 6 in list file /etc/apt/sources.list (Suite) Getting rid of the "deb http://ftp.pl.debian.org/debian" line fixed the problem. I pasted in a "deb http://deb.debian.org/debian/ bookworm-backports main" line, but this did not help with installing the missing packages. Any idea on how to fix this problem? | Grape12 wrote: 2023-09-23 17:13vulkaninfo not available, unable to list GPUs Code: Select all$ apt-file search /usr/bin/vulkaninfo vulkan-tools: /usr/bin/vulkaninfo Grape12 wrote: 2023-09-23 17:13Tried to install vulkan-sdk, but I get this message back, saying I've held broken packages vulkan-sdk isn't in the stable repos... where are you getting it, and what's in your sources? Don't install random .debs from the 'net, and Don't break Debian. |
The wazuh site only mentions Amazon Linux 2 and Red Hat Enterprise Linux 7, 8, 9. | Wazuh provides an automated way of building DEB packages using docker so there is no need for any other dependency. Source - https://documentation.wazuh.com/current ... ckage.html |
This is not a Debian question, rather a browser one. I like the concept of Brave and LibreWolf browsers. But after looking at their installation pages, I always stop. After Brave's initial release, I installed it, only to uninstall it because of never-ending keyring errors. My question is: why can't Brave and LibreWolf supply a .deb file for easy installation? Vivaldi does it, so why can't they? What am I missing? | You would need to pose this question to their respective distributors. Debian has nothing to do with it if it's not in the official repositories. |
I am trying to create a simple pdf text extractor using ocr but i am not able to. i think the issue is that the debian server is down or something along those lines. this is the Dockerfile:: ``` # Dockerfile FROM python:3.11.3 # Install Tesseract and poppler-utils RUN apt-get update && apt-get install -y --allow-unauthenticated \ tesseract-ocr \ poppler-utils \ && rm -rf /var/lib/apt/lists/* # Set the working directory in the container to /app WORKDIR /app # Copy the requirements.txt into the container at /app COPY requirements.txt /app/ # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy the content of the local src directory to the working directory COPY extract_text.py /app/ # Specify the command to run on container start CMD ["python", "./extract_text.py"] ``` this is what i am running on the terminal and its output:: ``` juan@192 pdf_ocr_extractor % docker system prune -a -f docker builder prune -a -f docker build -t pdf_ocr_extractor . docker run -v /Users/juan/Desktop/dev/code/pdf_ocr_extractor:/data pdf_ocr_extractor python extract_text.py /data/doc.pdf Deleted build cache objects: kgkkmlafdg6akei7qbtf1bmu5 xskqcqk4opazcyvgt3fxb64yo 13bcwdvd9ut7vfs2satvgq08j vb7al8ahfvu8jt56qng0fl3rh zor7s3yozjzpgjpdu7qdpmpam hblvcrt146srhmr8auwq3le1k 30exdbkxsiz7spkzut7vivxc3 tbl3ja6j760iebspo2aj7upay popyaa0t3nv198bbynarrnzbx reo6ndn1n91u6y1ug5t7anec2 qkpqepkr00vpzqssgrrsmelwk Total reclaimed space: 1.143kB Total: 0B [+] Building 4.1s (7/11) docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 708B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/python:3.11.3 3.4s => [auth] library/python:pull token for registry-1.docker.io 0.0s => [1/6] FROM docker.io/library/python:3.11.3@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df 0.1s => => resolve docker.io/library/python:3.11.3@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df 0.0s => => sha256:de5aeca5458519a772e9b344d3c1ac16a1be52eab179cf2a28a31382dd1018f1 2.01kB / 2.01kB 0.0s => => sha256:1918a277862c33ee6f35b696867ca414a014f2b63f1e257986a3f480c9da5edc 7.54kB / 7.54kB 0.0s => => sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df 2.14kB / 2.14kB 0.0s => [internal] load build context 0.0s => => transferring context: 669B 0.0s => ERROR [2/6] RUN apt-get update && apt-get install -y --allow-unauthenticated tesseract-ocr poppler-utils && rm -rf /var/lib/apt/lists/ 0.5s ------ > [2/6] RUN apt-get update && apt-get install -y --allow-unauthenticated tesseract-ocr poppler-utils && rm -rf /var/lib/apt/lists/*: 0.368 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 0.386 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 0.387 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 0.445 Err:1 http://deb.debian.org/debian bullseye InRelease 0.445 At least one invalid signature was encountered. 0.482 Err:2 http://deb.debian.org/debian-security bullseye-security InRelease 0.482 At least one invalid signature was encountered. 0.518 Err:3 http://deb.debian.org/debian bullseye-updates InRelease 0.518 At least one invalid signature was encountered. 0.525 Reading package lists... 0.534 W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered. 0.534 E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed. 0.534 W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered. 0.534 E: The repository 'http://deb.debian.org/debian-security bullseye-security InRelease' is not signed. 0.534 W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered. 0.534 E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed. ------ Dockerfile:7 -------------------- 6 | # Install Tesseract and poppler-utils 7 | >>> RUN apt-get update && apt-get install -y --allow-unauthenticated \ 8 | >>> tesseract-ocr \ 9 | >>> poppler-utils \ 10 | >>> && rm -rf /var/lib/apt/lists/* 11 | -------------------- ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --allow-unauthenticated tesseract-ocr poppler-utils && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100 Unable to find image 'pdf_ocr_extractor:latest' locally docker: Error response from daemon: pull access denied for pdf_ocr_extractor, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. juan@192 pdf_ocr_extractor % ``` I am also getting some Docker issues but i am not sure why i am getting them. | The question was cross-posted with the solution here: https://stackoverflow.com/questions/77085535/debian-issue-with-docker Marked as solved. |
Hi, When the PC, running Debian 12 is rebooted remotely the computer fails to automatically reconnect to the wireless network. The only way to access after a reboot is to physically go to the PC and login, then the PC can be re-accessed remotely. I've checked the network settings for the wireless connection and the following options are both ticked: Connect automatically Make available to other users That doesn't make any difference and appear to only be relevant as actions upon login. I tried adding the following line to the end of the /etc/network/interfaces file: auto wlp3s0 ... but that did not work. I also tried adding the following lines with the same negative result: auto wlp3s0 iface wlp3s0 inet dhcp Any assistance to help resolve this issue would be appreciated. | If you want the WIFI to automatically connect after a reboot before someone logs in, using /etc/network/interfaces file instead of network manager is the way to go. Code: Select allauto WFA iface WFA inet dhcp wpa-ssid SSID wpa-psk ”PSK” WFA is the wifi adaptor name (which you can get from "ip a" in the terminal) SSID is the SSID of the network without quotes. PSK is the password of the network with quotes. |
My system: Debian GNU/Linux 12, KDE Plasma 5.27.5, Intel Core i3, 8GB RAM, Encrypted system (LUKS) What I'm seeing: On the login screen I see my username already selected with a textbox underneath for the input of my password. My Reasoning: When a bad actor sits down in front of my computer they need two pieces of data in order to log in; a username and a password. If the username is visible/selected, then we've effectively cut the bad actor's workload in half.. they only need to guess the username. I feel it would increase security if the username was not already visible/selected by default. Wisdom: Convenience and security are opposite ends of the same line.. the closer you get to one the further away you travel from the other. My question: How do I make it so that I need to enter both my username and my password in order to log in? | HideUsers=<username> in /etc/sddm.conf.d/kde_settings.conf Under [Users] section. Replace <username> with the actual username. |
Hello, I upgraded my Debian installation from Bullseye to Bookworm yesterday and somehow ssh stopped working for me. I get the following error: Permission denied (publickey). I checked ssh-agent command (running in bg on startup) and it looked like this: /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh I didn't make any changes to my ssh configuration, is it possible that ssh-agent is not picking up keys located in my home .ssh folder? I'd appreciate any help in this matter. Best, K | Hello, Please, remember to mark the discussion as "solved" (adding the prefix [Solved] to the subject of the first post). Thanks. |
Hello, this is not the first time that Debian stable kernel (this time 5.10.0-19-amd64/stable-security) failed to boot, showing ZFS fail kind of boot lines below (actually following lines are obtained by "sudo journalctl -b -1|grep zfs" after i boot in previous working kernel) udevadm[633]: systemd-udev-settle.service is deprecated. Please fix zfs-load-module.service, zfs-import-cache.service not to pull it in. kernel: ZFS: Loaded module v2.1.5-1~bpo11+1, ZFS pool version 5000, ZFS filesystem version 5 systemd[1]: Dependency failed for Install ZFS kernel module. systemd[1]: Dependency failed for Import ZFS pools by cache file. systemd[1]: zfs-import-cache.service: Job zfs-import-cache.service/start failed with result 'dependency'. systemd[1]: zfs-load-module.service: Job zfs-load-module.service/start failed with result 'dependency'. This is what i have: $ sudo apt search zfs|grep dkms spl-dkms/stable,stable 2.0.3-9 all zfs-dkms/bullseye-backports,bullseye-backports,now 2.1.5-1~bpo11+1 all [installed,automatic] $ sudo apt search linux*|grep -i installed linux-headers-5.10.0-11-amd64/now 5.10.92-2 amd64 [installed,local] linux-headers-5.10.0-18-amd64/stable,now 5.10.140-1 amd64 [installed,automatic] linux-headers-5.10.0-19-amd64/stable-security,now 5.10.149-1 amd64 [installed,automatic] linux-headers-5.15.0-0.bpo.3-amd64/now 5.15.15-2~bpo11+1 amd64 [installed,local] linux-image-5.10.0-18-amd64/stable,now 5.10.140-1 amd64 [installed,automatic] linux-image-5.10.0-19-amd64/stable-security,now 5.10.149-1 amd64 [installed,automatic] linux-image-5.15.0-0.bpo.3-amd64/now 5.15.15-2~bpo11+1 amd64 [installed,local] linux-image-amd64/stable-security,now 5.10.149-1 amd64 [installed] Btw. ZFS is used by external drives, connected during boot, not by system drive. OpenZFS 2.1.6 (released 1 month ago) supports 3.10 - 5.19 kernels https://github.com/openzfs/zfs/releases Question: when there is new stable version of kernel update offered, but the zfs-dkms package update is NOT available (i usually forget that i am needed to remember zfs-dkms must be manually updated too at same time), what do you suggest to do to remind me this or to make system automatically get latest zfs modules? Is it already in testing repository? Should i/how to use it - it wants to switch whole system to testing seemingly? I have red the instruction on how to build modules manually https://unix.stackexchange.com/question ... 300#697300 , but one obviously want to automate it, ideally using apt... Which commands you would use to fix it? Thank You | Hello, postcd wrote: 2022-10-22 06:50 this is not the first time that Debian stable kernel (this time 5.10.0-19-amd64/stable-security) failed to boot, showing ZFS fail kind of boot lines below (actually following lines are obtained by "sudo journalctl -b -1|grep zfs" after i boot in previous working kernel) The boot failure for kernel 5.10.0-19-amd64 in computers with AMD processors could be caused by a bug [0] that has been solved in a recent update [1]. Therefore, a kernel update from "stable-security" repository should fix the "not booting" issue. The ZFS should be a different issue. [0] https://bugs.debian.org/cgi-bin/bugrepo ... ug=1022042 [1] https://www.debian.org/security/2022/dsa-5257-2 |
I tried to install furiusisomount on my debian 12 device but it gives me this error Code: Select allsudo apt install furiusisomount Reading package lists... Done Building dependency tree... Done Reading state information... Done Package furiusisomount 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 i tried installing playonlinux and some other packages but the same thing happened.So i downloaded its .deb file but it also give me this error Code: Select allsudo dpkg -i furiusisomount_0.11.3.1_all.deb Selecting previously unselected package furiusisomount. (Reading database ... 151405 files and directories currently installed.) Preparing to unpack furiusisomount_0.11.3.1_all.deb ... Unpacking furiusisomount (0.11.3.1) ... dpkg: dependency problems prevent configuration of furiusisomount: furiusisomount depends on python (>= 2.5); however: Package python is not installed. furiusisomount depends on python-support (>= 0.90.0); however: Package python-support is not installed. furiusisomount depends on python-gtk2; however: Package python-gtk2 is not installed. furiusisomount depends on python-glade2; however: Package python-glade2 is not installed. furiusisomount depends on nautilus; however: Package nautilus is not installed. dpkg: error processing package furiusisomount (--install): dependency problems - leaving unconfigured Processing triggers for desktop-file-utils (0.26-1) ... Processing triggers for mailcap (3.70+nmu1) ... Processing triggers for man-db (2.11.2-2) ... Errors were encountered while processing: furiusisomount and when i try to install these dependencies it gives me this error Code: Select allsudo apt install python python-support python-gtk2 python-glade2 nautilus Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python 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 However the following packages replace it: python-is-python3 2to3 Package python-support 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 Package python-gtk2 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 Package python-glade2 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 'python' has no installation candidate E: Package 'python-support' has no installation candidate E: Package 'python-gtk2' has no installation candidate E: Package 'python-glade2' has no installation candidate it also asked for "fuseiso" it also gave me no installation candidate error but i don't know how but it got fixed after installing a python library My sources.list file Code: Select all# deb cdrom:[Debian GNU/Linux 12.1.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20230722-10:49]/ 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 It never happened in ubuntu and mint. Can you tell me why is this happening and how to fix this | To take a wild guess... You are trying to install things that are long dead, and depend on long dead libraries like python2 (dead upstream, no longer maintained, support dropped in bookworm) and GTK2 (mesozoic at this point, support in debian likely to go away very soon). i.e. the most likely answer is right here: package is missing, has been obsoleted, or is only available from another source There is a reason both the things you are trying to install are no longer in the repos: The writing has been on the wall for app developers WRT python2 deprecation for years, and time is now up. |
I'm running Debian version 12.1. Desktop is Cinnamon version 5.6.8. When I invoke Synaptic Package Manager (from the Cinnamon menu), it always prompts for a password. When I invoke Gnome Software (Manager) -- version 43.5 -- from the Cinnamon menu, there is no prompt for a password. Why is there this inconsistency? I always thought that in the Linux tradition of security (i.e. making changes to add/remove/change applications), the O/S would always prompt for a password. And is there a way to configure Software Manager to always prompt? Thank you. | My guess is that they both prompt, it is just a matter when. For example, Synaptic prompts when it is opened, while the Gnome Software manager just delays it until you actually try to install or remove something. I don't' use Gnome, but you should be able to verify if Gnome Software eventually prompts or not. |
I've recently installed Debian 12 (ext4) in a spare partition on my SSD - from which also boots RHEL 8. In my RHEL installation I was able to easily map my Debian 12 system. However from Debian, I am unable to mount the (/dev/sda3) RHEL 8 which is XFS with LVM. Attempts result in that it's already mounted/busy. /etc/fstab entry: Code: Select all/dev/sda3 /mnt/rhel8 xfs defaults 0 0 I've discovered that Debian 12 supports LVM, so I'm not understanding what I am missing? Thank you. | Hello, Welcome to the forum. See here: GRUB no longer runs os-prober by default HTH |
Hi! I'm using Debian 12. I'm looking for GUI file managers that are not part of any desktop environment. The only one I know about is xfe, but it is unstable and sometimes crashes unexpectedly. Can you recommend me any other GUI file managers? Thanks | DoubleCommander is good. |
Hello, I recently had to swap out a drive in a bit of a rush. On booting, the system now pauses for some time searching for a disk before failing to find it and proceeding. journalctl -b gives me the following (including the line before so you can see the 60 second delay to the boot): Code: Select allAug 30 08:40:21 rimush systemd[1]: systemd-fsckd.service: Deactivated successfully. Aug 30 08:41:20 rimush systemd[1]: dev-disk-by\x2duuid-7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.device: Job dev-disk-by\x2duuid-7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.device/start timed out. Aug 30 08:41:20 rimush systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.device - /dev/disk/by-uuid/7a23987f-1337-4695-95b5-0b8369286b93. Aug 30 08:41:20 rimush systemd[1]: Dependency failed for systemd-cryptsetup@luks\x2d7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.service - Cryptography Setup for luks-7a23987f-1337-4695-95b5-0b8369286b93. Aug 30 08:41:20 rimush systemd[1]: Dependency failed for cryptsetup.target - Local Encrypted Volumes. Aug 30 08:41:20 rimush systemd[1]: cryptsetup.target: Job cryptsetup.target/start failed with result 'dependency'. Aug 30 08:41:20 rimush systemd[1]: systemd-cryptsetup@luks\x2d7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.service: Job systemd-cryptsetup@luks\x2d7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.service/start failed with resul> Aug 30 08:41:20 rimush systemd[1]: dev-disk-by\x2duuid-7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.device: Job dev-disk-by\x2duuid-7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.device/start failed with result 'timeout'. Aug 30 08:41:20 rimush systemd[1]: Reached target blockdev@dev-mapper-luks\x2d7a23987f\x2d1337\x2d4695\x2d95b5\x2d0b8369286b93.target - Block Device Preparation for /dev/mapper/luks-7a23987f-1337-4695-95b5-0b8369286b93. Aug 30 08:41:20 rimush systemd[1]: Reached target sysinit.target - System Initialization. The problem is that I can’t understand what is causing the system to search for the drive with a uuid starting 7a23987f so that I can delete it. My fstab is as follows: Code: Select all# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # systemd generates mount units based on this file, see systemd.mount(5). # Please run 'systemctl daemon-reload' after making changes here. # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sdb5 during installation UUID=23db688a-fe14-47a7-97da-770aa9697bf1 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sdb1 during installation UUID=17f7d1b3-af8f-4220-b69e-4fb4c3cfd00f /boot ext2 defaults 0 2 # swap was on /dev/sdb2 during installation UUID=f010e219-82dd-4314-87c6-f6db3146dce0 none swap sw 0 0 /dev/disk/by-uuid/e2a3fe58-ee79-44ca-bfd6-1b47fb4cee0a /home/jacobh auto nosuid,nodev 0 0 /dev/disk/by-uuid/5d859f81-4e6c-48bf-a924-f8676d9ebb1c /home/jacobh/music auto nosuid,nodev,nofail 0 0 #/dev/disk/by-uuid/e34ba4be-dfee-40e6-a2e4-9d5146bab0cb /mnt/back-in-time auto nosuid,nodev,nofail 0 0 /dev/disk/by-uuid/998c2067-f398-4df5-8152-6978f0ffcaa7 /mnt/back-in-time auto nosuid,nodev,nofail 0 0 The drive with the uuid starting e34ba4be is the old failed drive. The drives I have in the machine now are as follows: Code: Select all/dev/sdd1: LABEL="Backup" UUID="998c2067-f398-4df5-8152-6978f0ffcaa7" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="cd368e53-e5c0-554e-88da-a79eab3bbe0e" /dev/sdc1: LABEL="Music" UUID="5d859f81-4e6c-48bf-a924-f8676d9ebb1c" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="ea854c3f-01" /dev/sda2: UUID="f010e219-82dd-4314-87c6-f6db3146dce0" TYPE="swap" PARTUUID="eb03dd16-02" /dev/sda5: LABEL="rimush-root" UUID="23db688a-fe14-47a7-97da-770aa9697bf1" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="eb03dd16-05" /dev/sda1: LABEL="rimush-boot" UUID="17f7d1b3-af8f-4220-b69e-4fb4c3cfd00f" BLOCK_SIZE="4096" TYPE="ext2" PARTUUID="eb03dd16-01" /dev/sda6: UUID="2133d8a0-29b8-47eb-9757-72781a9c5473" TYPE="crypto_LUKS" PARTUUID="eb03dd16-06" /dev/sdb: PTUUID="e381aa77" PTTYPE="dos" Might anyone be able to point me in the right direction for where to look, please? Thank you very much! Jacob | Rebuild your initramfs. Code: Select all/usr/sbin/update-initramfs -u Double check the command line but Im pretty sure thats correct. |
Hello. Recently i have been extensively using systemd journal, trying to troubleshoot my main problem. And i thought that it will be a good idea to make some changes in journal configs. No, it was not. I have made "Storage=persistent" option in /etc/systemd/journald.conf and added a line SystemMaxUse=1G Vacuumed journal andt then restarted systemd-journald.service I didn't mkdir -p /var/log/journal, cause i thought that method with configuring journald.conf doesn't need it. I don't know if it is connected, but after that i have started to get system freezes, not often, 1-2 times a day, mostly after power on, or once, when i was creating timeshift backup. Ctrl-ALt-F2... leads to Ext4 OR journalD errors, once it started to show one error and switched to another, unfortunately i don't remember the order, but i guess, those are connected. I have checked journalD status Code: Select all● systemd-journald.service - Journal Service Loaded: loaded (/lib/systemd/system/systemd-journald.service; static) Active: active (running) since Fri 2023-06-30 23:14:14 MSK; 5min ago TriggeredBy: ● systemd-journald.socket ● systemd-journald-audit.socket ● systemd-journald-dev-log.socket Docs: man:systemd-journald.service(8) man:journald.conf(5) Main PID: 299 (systemd-journal) Status: "Processing requests..." Tasks: 1 (limit: 19012) Memory: 14.0M CPU: 382ms CGroup: /system.slice/systemd-journald.service └─299 /lib/systemd/systemd-journald Jun 30 23:14:14 debian systemd-journald[299]: Journal started Jun 30 23:14:14 debian systemd-journald[299]: Runtime Journal (/run/log/journal/4afa22706e114f2fb2d8e967cb928124) is 8.0M, max 159.0M, 151.0M free. Jun 30 23:14:14 debian systemd-journald[299]: Time spent on flushing to /var/log/journal/4afa22706e114f2fb2d8e967cb928124 is 5.571ms for 862 entries. Jun 30 23:14:14 debian systemd-journald[299]: System Journal (/var/log/journal/4afa22706e114f2fb2d8e967cb928124) is 52.3M, max 1.0G, 971.6M free. Jun 30 23:14:14 debian systemd-journald[299]: Received client request to flush runtime journal. Jun 30 23:14:14 debian systemd-journald[299]: File /var/log/journal/4afa22706e114f2fb2d8e967cb928124/system.journal corrupted or uncleanly shut down, renaming and replacing. Jun 30 23:14:28 debian systemd-journald[299]: File /var/log/journal/4afa22706e114f2fb2d8e967cb928124/user-1000.journal corrupted or uncleanly shut down, renaming and replacing. Notice: journal has been rotated since unit was started, output may be incomplete. and Code: Select allroot@debian:~# journalctl --verify PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/system@3ddc0462dd0c4379be9b501710f88235-0000000000074c12-0005ff4809cd5219.journal PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/user-1000@0005ff5935b52f1b-25bb09f1613828b0.journal~ PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/system.journal PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/user-1000.journal PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/user-1000@4c124dbfa2764f5d93ea847b6f82ffc0-0000000000074c21-0005ff480e11c732.journal PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/system@0005ff59313fa351-fdbab0081744db14.journal~ PASS: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/system@0005ff5e75f95295-83c5176ae99ab119.journal~ 438898: Invalid data object at hash entry 30333 of 233016 File corruption detected at /var/log/journal/4afa22706e114f2fb2d8e967cb928124/user-1000@0005ff5e76c2366f-d2941cf3cc1ae12b.journal~:4386b0 (of 8388608 bytes, 52%). FAIL: /var/log/journal/4afa22706e114f2fb2d8e967cb928124/user-1000@0005ff5e76c2366f-d2941cf3cc1ae12b.journal~ (Bad message) Then i returned journalD configs to default and vacuumed journal again, but today i got EXT4 error again, and journalctl --verify shows me errors again. What have i made wrong? | Your filesystem seems to be corrupted. I would boot from livecd and check the health of your nvme drive with the nvme-cli tool. Btw, why spell journald with a capital D? |
Some distributions offer Midori browser. I realize that the deb is a mess and that it can crash. However, on Devuan I use it to run Internet radio. Sure, I could use Chrome or Chromium -- except that I refuse to use unadulterated Google products (yes, I could use Vivaldi) -- but I like the fact that Midori is not as functional as some browsers. I always manually install Firefox Nightly and Pale Moon. | From https://ftp-master.debian.org/removals-full.txt you can see removed packages and get hints on why they were removed. If you follow the bug numbers you can find Code: Select allThe final stable release of Midori still uses the unmaintained WebKit1 instead of webkit2gtk and therefore the browser suffers from numerous known security vulnerabilities. from 2017: https://bugs.debian.org/cgi-bin/bugrepo ... bug=864951 |
Hi, On a fresh install of Debian 12 + KDE, it looks like that PulseAudio is still used. The computer works perfectly, I have no particular need to switch to Pipewire. Just surprised to see that PulseAudio is still used. Because I read in the news that the default audio server in Debian 12 is pipewire. Here is what pactl info shows in my machine (Debian 12, up-to-date as of 2023-08-23): Code: Select allpactl info Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 112 Tile Size: 65472 User Name: ... Host Name: ... Server Name: pulseaudio Server Version: 16.1 Default Sample Specification: s16le 2ch 44100Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.usb-HK_5M_EKACOM-K20E_200901010001-02.analog-stereo Cookie: c3f9:7be7 | Default in Gnome (and Gnome derivatives I seem to remember). https://wiki.debian.org/PipeWire |
hello my system is slow to boot it seems that a job is running preventing the boot process there is a count down job job dev-disk-by\x2duuid\....device/start running (41s / 1 min 30 s)... can someone tell what is going on and how to fix this annoyance ? thank you. | Hello, Have you verified if there are not existent UUID (UUID that do not corrisponde to file systems) in /etc/fstab ? You may verify with the blkid command. |
Hi to all, Please, would you be so kind to let me know if this solution is the most accurate. I have installed the rtl8812au diver for TP-Link wifi usb dongle, and everything works fine. The problem is that when a new kernel gets installed or updated, the dongle stops working. The solution that I have invented (I don't have much experience) is to put on hold the linux-headers like this, Code: Select all$ sudo apt-mark hold linux-headers-X.X.X.XXX Is this the most accurate procedure? I would appreciate if you tell me if there is another more advantageous way. Regards, A Trujillo | Hello, See here: https://wiki.debian.org/KernelDKMS |
Dear All, I'm facing an interesting issue and do not know what I can do. I'm running a Debian 11 and I successfully installed bind9 and all required packages like bind9utils. The name server is working smoothly, there is nothing wrong with it, however, there is no single component is available on my server form the bind9utils package. There is no error during the installation, it was successful, but even there is nothing there... Code: Select allStart-Date: 2023-08-21 09:03:08 Commandline: apt-get install bind9utils Requested-By: automation (1000) Install: bind9utils:amd64 (1:9.16.42-1~deb11u1) End-Date: 2023-08-21 09:03:09 The error says: Code: Select allautomation@automation:~$ named-checkconf -bash: named-checkconf: command not found automation@automation:~$ rndc -bash: rndc: command not found There is no executable file in /usr/bin obviously for the components. Could you please help, what can be the problem here? Many thanks and all the best, Gergely | Hello, kissge83 wrote: 2023-08-21 07:18 I'm running a Debian 11 and I successfully installed bind9 and all required packages like bind9utils. The name server is working smoothly, there is nothing wrong with it, however, there is no single component is available on my server form the bind9utils package. There is no error during the installation, it was successful, but even there is nothing there... Code: Select allStart-Date: 2023-08-21 09:03:08 Commandline: apt-get install bind9utils Requested-By: automation (1000) Install: bind9utils:amd64 (1:9.16.42-1~deb11u1) End-Date: 2023-08-21 09:03:09 The error says: Code: Select allautomation@automation:~$ named-checkconf -bash: named-checkconf: command not found automation@automation:~$ rndc -bash: rndc: command not found There is no executable file in /usr/bin obviously for the components. The bind9utils is a "transition" package [1] (an empty package) to transition a package to another. It should install the package named bind9-utils [2] (that contains the programs): have you installed it ? Try: Code: Select allapt update apt install bind9-utils Hope this helps. note: please use code tags to include code or output in messages. I fixed the first message for you. --- [1] https://packages.debian.org/bullseye/bind9utils [2] https://packages.debian.org/bullseye/amd64/bind9-utils/filelist |
Folks: I have two trixie installs on two different machines, in the older Mac Pro sudo works w/o any need for "adding the user" . . . but, in my newer linux based machine using sudo is declined. Both of the /etc/sudoers data looks the same. I tried to use the "adduser xxxx sudo" command as shown in the wiki and that didn't suffice . . . sudo has been installed, but the user is not provided sudo privileges . . . su works. but for ease of running basic maintenance using sudo is the habit. Any hints on how to get user added to sudoers?? Code: Select all# User alias specification # Cmnd alias specification # User privilege specification root ALL=(ALL:ALL) ALL # Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL # See sudoers(5) for more information on "@include" directives: @includedir /etc/sudoers.d root@debian:/home/noone# exit exit noone@debian:~$ sudo apt update [sudo] password for noone: noone is not in the sudoers file. The root and %sudo data is the same in my other trixie install . . . no specific user name data is included, but sudo works. | este.el.paz wrote: 2023-08-20 18:19 . . . su works. but then use it to add the user! ...better DE's have root terminals! Code: Select allpkexec xfce4-terminal |
Hi, I have a Dell system with Debian 12. I'm using command-configure to set a limit on the battery level. For some reason, recently it stop working. Since I also faced the same problem once when I was using Debian 11, I tried to reinstall the software provided by Dell website: Code: Select allsrvadmin-hapi_9.5.0_amd64.deb command-configure_4.10.0-595.ubuntu18_amd64.deb However, now when I'm trying to use the software I get an error about a library: Code: Select all/opt/dell/dcc/cctk: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory I think that the problem is that this library was deprecated. Anyway, I find this link from Dell forum when the last user says: May be of use to someone: as mentioned earlier, DCC 4.10 relies on libcrypto.so.1.1 which is a part of an obsolete version of libcrypto which is not bundled in most distributions anymore. If you don't already have it, but have something like wine or proton installed, you can copy their version of this file, ( cp or ln it to e.g., /usr/lib ) -- Tested on Debian12 Even though I have Wine I didn't find the library on my installation folder, but I did found it on Matlab folder (or I think is the same). So I created a symbolic link with: Code: Select all ln /usr/local/MATLAB/R2023a/bin/glnxa64/libcrypto.so.1 /usr/lib mv /usr/lib/libcrypto.so.1 /usr/lib/libcrypto.so.1.1 and now I'm getting another error about: Code: Select all/opt/dell/dcc/cctk: /lib/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /opt/dell/dcc/cctk) /opt/dell/dcc/cctk: /lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /opt/dell/dcc/cctk) So obviously, that didn't workout. What I can do to get to the library? PS: I don't know if this is the right place to ask, so I hope it is. | emek wrote: 2023-08-21 16:25I'm using command-configure to set a limit on the battery level I do that by modifying /sys/class/power_supply/BAT0/charge_control_{start,end}_threshold — do you have those for your Dell? In respect of the shared object problem: don't symlink or copy system libraries. Request that Dell rebuild their .deb packages or provide the source. |
I am on Debian 12 stable with Xfce. It is great. A week or so ago youtube-dl stopped working for me. I don't know if it just doesn't get updated frequently enough to keep up with YouTube's efforts to undermine it, or if the problem is from youtube-dl itself. There is no more recent version in back ports at this point. If anyone has any insight I would appreciate hearing about it. Thanks. | You need to use yt-dlp instead. Activate bookworm-backports and install the latest version from there. youtube-dl is basically abandoned. |
Hello, When using the proprietary Nvidia driver (version 525.125.06-1), all video output will stop working in certain situations. The reason I know the video output is "broken" instead there just being no output at all is because instead of displaying a message saying something like "No Input", my monitor displays a message saying "Input Not Supported". My monitor's manual does not specify what this means (this information probably isn't very helpful, but my monitor is an Acer SB220Q). I have observed this issue occurring in the following situations: Switching from TTY7 (X11) to any other TTY Waking the system after suspending (this does not happen with "hibernation") Increasing the display resolution (this does not happen when decreasing it) When waking the display after it is "blanked" due to inactivity None of this happens when using the Nouveau driver. I have looked for solutions to these problems online, and almost all of them said that changing the GRUB config could fix the problem. The solutions I read said to add "nomodeset" to the "GRUB_CMDLINE_LINUX_DEFAULT" line and adding the line "GRUB_TERMINAL=console", but all this did turn grub GRUB into a TUI and did not fix anything. I am using Debian 12, and my GPU is an Nvidia RTX 3060. Thanks for any help | My guess is you have an integrated graphics card aswell. Code: Select all$ inxi -G Will confirm this. NVIDIA propietary driver has poor integration with the modern linux graphic stack and does not create a real framebuffer device at /dev/fb# like Nouveau does. If it sees there is no integrated graphics cards it will create a (fake?) one. Which can be used with TTYs. If you want to use TTYs, you can either plug a monitor into the iGPU ports on your motherboard, or disable your iGPU in the BIOS. Your issue does sound a little more serious than the typical problems associated with this, so let us know if disabling the iGPU fixes everything, if not we can look into issues with suspend... |
Since today I could not access any wiki.debian.org pages, tried firefox-esr, chomium and another computer, I get only 403:Forbidden <p>You are not allowed to access this!</p> I know this is not the right place, but I had not written down the webmaster's address. | I can see it just fine with Cloudflare: Code: Select all% resolvectl query wiki.debian.org wiki.debian.org: 2001:41b8:202:deb:6564:a62:52c3:4b70 -- link: wlan0 82.195.75.112 -- link: wlan0 (wilder.debian.org) -- Information acquired via protocol DNS in 261.4ms. -- Data is authenticated: yes; Data was acquired via local or encrypted transport: yes -- Data from: network % Which nameservers are you using? Are you using a proxy or VPN? |
Hi, i have a Debian 12 running on a Lenovo P12s with AMD Ryzen 7 Pro and 32GB of Ram rinstalled. I installed Virtualbox as they described it on their page and so far everything went well. Installed a Windows 10pro in a VM and Windows also runs fine, but at the moment starting Windoows in the VM the CPU temperatur goes up from 40° to at least 85° (Celsius). There is nothing special i do in the VM, just need Windows to access to eBook library. The VM is allowed to use 1/2 of the processor and 10GB of Ram. Virtualization is enabled in the BIOS. Any ideas what's going on ? Thank you in advance for any help | Are the guest additions installed in Windows ? |
Short version: How do I update initramfs? Both initramfs-tools and initramfs-tools-core is installed. But root# update-initramfs -u (found on a web search) errors out with “command not found”. In case it matters, there are no encrypted partitions. Longer version in case more info is needed: I installed Debian 12 (KDE version) a few weeks ago that a few days later I upgraded it to Testing. The computer in question has 64GB of RAM, but at my low level of expertise the installer insisted on a swap partition. A few days after the install I deleted the swap partition and reclaimed the disk space, but that has caused a fairly long delay (about 3 extra minutes) during every boot. Boot messages: “mdadm: no arrays found in config file or automatically” “mdadm: error opening /dev/md?*: No such file or directory” A job in progress counter that counts down seconds. “Gave up waiting for suspend/resume device” After every update: “W: initramfs-tools configuration sets RESUME=UUID=e1db...” “W: but no matching swap device is available” After web searches, here’s what I’ve tried: 1. Uninstall mdadm. (I won’t be using RAID). Result: boot delay is shorter but still present. 2. root@tusk# update-initramfs -u Result: “update: command not found” 3. root@tusk# update initramfs -u Result: “update: command not found” 4. Reinstall mdadm so I can add “AUTO -all” to /etc/mdadm.conf Result: no change noted. (After that, I uninstalled mdadm again). [EDIT] 5. Forgot to mention that I have commented out the swap partition in fstab. Result: no change. Note: initramfs-tools and initramfs-tools-core is installed. I’m no expert but it looks like if I could update initramfs so it won’t keep looking for the deleted swap partition the boot delay should go away. How would I do that, or is there a better solution? | "command not found” can occur if you don't elevate to root correctly. You need to "su -" (note the dash) or use sudo. Search the forum for a number of posts on the issue. It is generally recommended to use a swap partition, even a small one like 1GB, or much more if you wish to suspend the system. |
Hello, The installation of Libreoffice usually includes the installation of all dependent locale packages (e.g. Debian Bookworm): Code: Select all$ apt -i list "libreoffice*" Listing... Done libreoffice-base-core/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-base-drivers/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-base/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-calc/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-common/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-core/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-draw/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-gtk3/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-help-ca/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-common/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-cs/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-da/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-de/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-dz/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-el/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-en-gb/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-en-us/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-es/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-et/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-eu/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-fi/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-fr/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-gl/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-hi/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-hu/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-it/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-ja/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-km/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-ko/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-nl/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-pt/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-ru/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-sk/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-sl/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-help-sv/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-impress/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-java-common/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-kf5/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-l10n-ar/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ast/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-be/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-bg/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-bn/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-bs/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ca/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-cs/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-cy/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-da/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-de/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-dz/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-el/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-en-gb/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-en-za/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-eo/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-es/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-et/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-eu/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-fa/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-fi/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-fr/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ga/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-gl/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-gu/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-he/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-hi/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-hr/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-hu/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-id/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-is/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-it/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ja/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ka/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-km/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ko/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-lt/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-lv/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-mk/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ml/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-mr/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-nb/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ne/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-nl/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-nn/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-pa-in/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-pt-br/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-pt/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ro/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ru/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-si/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-sk/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-sl/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-sr/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-sv/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-ta/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-te/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-th/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-tr/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-l10n-uk/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-librelogo/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-math/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-nlpsolver/stable,now 4:0.9+LibO7.4.5-3 all [installed,automatic] libreoffice-plasma/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-qt5/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-report-builder-bin/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-report-builder/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-script-provider-bsh/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-script-provider-js/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-script-provider-python/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-sdbc-firebird/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-sdbc-hsqldb/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-sdbc-mysql/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-sdbc-postgresql/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice-style-breeze/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-style-colibre/stable,now 4:7.4.5-3 all [installed,automatic] libreoffice-voikko/stable,now 5.0-4+b1 amd64 [installed,automatic] libreoffice-wiki-publisher/stable,now 4:1.2.0+LibO7.4.5-3 all [installed,automatic] libreoffice-writer/stable,now 4:7.4.5-3 amd64 [installed,automatic] libreoffice/stable,now 4:7.4.5-3 amd64 [installed,automatic] Is there a "smart" way to uninstall all unwanted locales packages (libreoffice-help-xx and libreoffice-l10n-xx) or to install only wanted locales packages ? Thanks. | Yes. Don't install the libreoffice metapackage in the first place. Here I only installed libreoffice-writer: Code: Select all$ apt list -i *libreoffice* Listing... Done liblibreoffice-java/oldstable-security,oldstable-security,now 1:7.0.4-4+deb11u7 all [installed,automatic] libreoffice-base-core/oldstable-security,now 1:7.0.4-4+deb11u7 amd64 [installed,automatic] libreoffice-common/oldstable-security,oldstable-security,now 1:7.0.4-4+deb11u7 all [installed,automatic] libreoffice-core/oldstable-security,now 1:7.0.4-4+deb11u7 amd64 [installed,automatic] libreoffice-math/oldstable-security,now 1:7.0.4-4+deb11u7 amd64 [installed,automatic] libreoffice-style-colibre/oldstable-security,oldstable-security,now 1:7.0.4-4+deb11u7 all [installed,automatic] libreoffice-writer/oldstable-security,now 1:7.0.4-4+deb11u7 amd64 [installed] Actually I just checked dependencies and those packages are not direct dependencies of libreoffice. Maybe some dictionary dependencies or something? Whatever, they are not on my system so I guess I don't know for sure. |
I have Pulseaudio (PA) in my Debian 12/Cinnamon system. I upgraded from previous versions 11, and before that 10. There is a problem with PA that I cannot solve nor find a solution. On booting, there is normal sound function. But PA does not start, despite showing up in Cinnamon as a startup app. It is enabled but inactive. I was unaware of this until I wanted to use the background noise cancel module in PA, to improve microphone output. So I started PA with systemctl. But then there was no sound at all. (This is before I had attempted any modification re. noise cancelling.) Sound did not return after I stopped PA. The only way to get sound back is to re-boot. This is not a transient problem - it happens every time. On a second laptop, also running Debian/Cinnamon, the same problems occur. I do not know if the same problems occurred in Debian 11, as previously I did not look at PA. Although I can proceed with sound with PA inactive, I really would like to be able to use the noise cancelling function in PA, which will require a solution to the problem. I have searched the web and this forum, but although finding some hints, none have solved the problem. I have checked alsa, and used pavucontrol, but no adjustments of settings have provided a solution. I fear that I may be stupid in missing some simple setting that that is required, but I cannot find any. So, please can anyone provide me with help or a solution? I will be grateful for any assistance. Tom. | Is PA trying to connect to a different output? Mine used to try to use HDMI sound on my graphics card instead of the correct one. This should show in pavucontrol Configuration tab. What shows Code: Select allaplay -l that's a lower case letter "L" |
Today I got this error Code: Select allOut of memory: killed process 123456 (crond) total-vm:11788kB, anon-rss:10052kb file-rss:36kb shmem-rss:0kb UID:0 pgtables:64kb I had to hard reboot to even login. Once I managed to login after 10 minutes, it happened again. Rebooted, I commented out the cron jobs just in case. I have 32GB of RAM and it's mostly running docker and few cron (restic and rsync). It has been fine till today. I did an update/upgrade today but that was 10 hours ago so I don't think that is the cause. To help the siutation for now, I have created a 100GB swap file and enabled the cron jobs so hopefully I can see what caused it. I could not find anything in the log of what caused it. Can anyone help to see where the logs are or if I can install something which can show me what used up all the RAM. | It started up again and this time I got Code: Select allINFO: task crontab:12345 blocked for more than 120 seconds. This shows nearly dozen times. Using top I see a lot of these: Code: Select all61031 root 20 0 11776 10344 764 S 0.4 0.0 0:00.28 crond The swap file worked. It is showing that 50GB of the swap is being used. |
Hello all: Issue began occurring late last week when I notice Bookworm dropped. Wasnt an issue a couple weeks prior. /etc/apt/sources.list Code: Select alldeb http://deb.debian.org/debian/ stable main non-free contrib deb-src http://deb.debian.org/debian/ stable main non-free contrib deb http://security.debian.org/debian-security stable-security main contrib non-free deb-src http://security.debian.org/debian-security stable-security main contrib non-free deb http://deb.debian.org/debian/ stable-updates main non-free contrib deb-src http://deb.debian.org/debian/ stable-updates main non-free contrib Code: Select allapt update suddenly started throwing GPG NO_PUBKEY errors, which I thought might be related to Bookworm having new keys. So this prevented me from upgrading from the latest Bullseye to Bookworm. Code: Select allGet:1 http://security.debian.org/debian-security stable-security InRelease [48.0 kB] Get:2 http://deb.debian.org/debian stable InRelease [147 kB] Err:1 http://security.debian.org/debian-security stable-security InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8 Get:3 http://deb.debian.org/debian stable-updates InRelease [52.1 kB] Err:2 http://deb.debian.org/debian stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY F8D2585B8783D481 Err:3 http://deb.debian.org/debian stable-updates InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 Reading package lists... Done W: GPG error: http://security.debian.org/debian-security stable-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 'http://security.debian.org/debian-security stable-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. W: GPG error: http://deb.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY F8D2585B8783D481 E: The repository 'http://deb.debian.org/debian stable 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. W: GPG error: http://deb.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 E: The repository 'http://deb.debian.org/debian stable-updates 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. I managed to pull in some keys via Code: Select allgpg --keyserver pgp.mit.edu --recv-keys 54404762BBB6E853 BDE6D2B9216EC7A8 648ACFD622F3D138 0E98404D386FA1D9 F8D2585B8783D481 0E98404D386FA1D9 6ED0E7B82643E131 (which I no longer have the output to since it was days ago). Added these keys with Code: Select allgpg --armor --export DC30D7C23CBBABEE | sudo apt-key add - Then tried to re-run Code: Select allapt update. Some errors even the same keys pulled down. Decided to "work around it": * downloading the Bookworm DVD ISO * Code: Select allmount -vv -t iso9660 -o loop /home/sbirl/Downloads/debian-12.0.0-amd64-DVD-1.iso /mnt * updating /etc/apt/sources.list to just reference the mounted ISO * upgrade That worked pretty well. However, reverting sources.list back to the online repos is still failing with GPG errors. Havent been able to move past this. What am I overlooking? NOTE: I upgraded two other devices from Bullseye to Bookworm with absolutely no problems using the online repos. Only this third device ran into problems with the keys. | Hello, what is the output of Code: Select allls -l /etc/apt/trusted* and Code: Select allapt list debian-archive-keyring and Code: Select alldpkg --audit debian-archive-keyring and Code: Select alldpkg --verify debian-archive-keyring and Code: Select allmd5sum /etc/apt/trusted.gpg.d/* |
So I've made a bit of a mistake when creating my superuser/admin password, namely that the password is too hard to type out without messing up. I can do it now, but I'm afraid i have hit some kind of login attempt limit in the process. When i type in what I'm almost 100% sure is the correct password in the terminal, it just says "sorry, try again". The weird part is that the password works in the settings app (mind you after multiple attempts) when unlocking system time editing. Any help would be much appreciated! Code: Select alldavid@xxxx:~$ sudo passwd root [sudo] password for david: Sorry, try again. [sudo] password for david: Sorry, try again. [sudo] password for david: sudo: 3 incorrect password attempts | Do you type your user's password or the root password? (Don't worry too much about the limit. A reboot should fix it. If not, you can just reset the password.) |
Hello, I have recently moved almost completely to Debian from windows 10, however I am using CorelDRAW which does not work under GNU/Linux and is not executable with Wine as it uses those wonderful .NET Framework program parts from Microsoft. I have no choice but to use CorelDRAW in a stable way in a VM with Windows 10. since I already worked with QEMU/KVM via virt-manager (but only with GNU/Linux guests) I tried it with Windows but the video performance was extremely bad, even the smallest movement of the mouse pointer gives me artifacts. I have already tried the OpenGL 3D acceleration with the necessary drivers (Virt-viewer) for Windows but without success because I always get a black screen. Is there any way that I can run a Windows guest VM on Debian that will allow me to use graphics editing programs in Windows without problems ? with kind regards and thanks in advance. | If you search vfio qxl XP and CwF I've hit on the subject many times. There are many specifics to consider. You do need the qxl driver for your windows in all cases. Acclerated gpu emulation isn't quite here yet and I wouldn't expect it to mature for EOL windows versions, unfortunately. One solution for a rendered window using qxl accelerated by a Quadro gpu works, but not well enough. Rendered accuracy fails in every method for rendered windows on the host, including wine, including the fancy extended VBox mess. VERY powerful systems can look great in a window with games and art but 3D technical applications will have inaccuracies that look fine, very bad. I've gone around in circles on the subject many times, have had open budgets to do so, and I use it every day. If CorelDraw does not use GL or DX gpu acceleration your computer may simply be too weak. So what windows versions are you using? Opps, W10 I see, will it run on XP? I've had best results with XP guest. On what hardware? |
I get the following terminal errors while trying to update a package or install new ones. dpkg: error processing package linux-image-amd64 (--configure): dependency problems - leaving unconfigured Processing triggers for initramfs-tools (0.142) ... update-initramfs: Generating /boot/initrd.img-6.1.0-9-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 dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: linux-image-6.1.0-9-amd64 linux-image-amd64 initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) any resolution to this? | raspi-firmware is in the non-free-firmware section of the repo for Bookworm so you need to add it to your sources. It's explained in the release notes. |
This is with Debian Bullseye. I posted this issue on the Mozilla support site and received rather unhelpful help. (I was referred to 3 Mozilla pages with ideas I had already tried.) I messed up during a backup and trashed /home/myuser/.mozilla/. Now, Firefox runs fine if I log in as "otheruser" but whenever I try to start it as "myuser", I get an alert dialog saying Your Firefox profile cannot be loaded. It may be missing or inaccessible. I see the same error alert if I try to use Firefox's Profile Manager (supposed to start if you issue firefox-esr -P). Also same result if I attempt to start Firefox with firefox-esr --safe-mode. Copying /home/otheruser/.mozilla/profiles.ini or even the whole .mozilla/ directory into myuser's home directory doesn't change the error. I tried uninstalling Firefox with apt remove, then apt purge, and then reinstalling. No obvious effect. Logging out + in, even rebooting didn't change anything. Do I need to do something more drastic to get rid of Firefox before reinstalling? Thanks for ideas. | /home/Will/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/firefox.real /home/Will/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/firefox It's probably the firefox.real file that's screwing things up. It would be a symlink to tor-browser which appears to have been installed and removed. Delete those last two and try again. Also check what is listed by Code: Select all$ update-alternatives --display x-www-browser |
Hello! I have a list of installed packages in a text file and on a new PC I used that list with apt to install the packages. Debian 12. The problem is something pulled the whole texlive as dependencies - a couple gigabytes of disk space. Code: Select alltexlive-base/stable,now 2022.20230122-3 all [installed,automatic] texlive-binaries/stable,now 2022.20220321.62855-5.1 amd64 [installed,automatic] texlive-extra-utils/stable,now 2022.20230122-4 all [installed,automatic] texlive-fonts-recommended/stable,now 2022.20230122-3 all [installed,automatic] texlive-latex-base/stable,now 2022.20230122-3 all [installed,automatic] texlive-latex-extra/stable,now 2022.20230122-4 all [installed,automatic] texlive-latex-recommended/stable,now 2022.20230122-3 all [installed,automatic] texlive-luatex/stable,now 2022.20230122-3 all [installed,automatic] texlive-pictures/stable,now 2022.20230122-3 all [installed,automatic] texlive-plain-generic/stable,now 2022.20230122-4 all [installed,automatic] texlive-xetex/stable,now 2022.20230122-3 all [installed,automatic] How can I determine which installed package had all theses dependencies? Thanks! | Code: Select allapt rdepends <package> |
According to the Jigdo documentation jigdo-lite is supposed to download Debian*.jigdo files. I've located the *.jigdo files I want to download at: https://cdimage.debian.org/mirror/cdima ... /jigdo-cd/ When I try the download I get the following errors: Code: Select alllarry@debian:~/Downloads$ jigdo-lite https://cdimage.debian.org/mirror/cdimage/archive/6.0.3/i386/jigdo-cd/debian-6.0.3-i386-CD-1.jigdo Jigsaw Download "lite" Copyright (C) 2001-2009 | jigdo@ Richard Atterer | atterer.org Copyright (C) 2016-2019 Steve McIntyre <93sam@debian.org> Loading settings from `/home/larry/.jigdo-lite' Downloading .jigdo file --2023-07-05 11:22:20-- https://cdimage.debian.org/mirror/cdimage/archive/6.0.3/i386/jigdo-cd/debian-6.0.3-i386-CD-1.jigdo Resolving cdimage.debian.org (cdimage.debian.org)... 194.71.11.165, 194.71.11.163, 194.71.11.173, ... Connecting to cdimage.debian.org (cdimage.debian.org)|194.71.11.165|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 31269 (31K) Saving to: ‘debian-6.0.3-i386-CD-1.jigdo’ debian-6.0.3-i386-C 100%[===================>] 30.54K 202KB/s in 0.2s 2023-07-05 11:22:26 (202 KB/s) - ‘debian-6.0.3-i386-CD-1.jigdo’ saved [31269/31269] ----------------------------------------------------------------- Images offered by `https://cdimage.debian.org/mirror/cdimage/archive/6.0.3/i386/jigdo-cd/debian-6.0.3-i386-CD-1.jigdo': 1: 'Debian GNU/Linux 6.0.3 "Squeeze" - Official i386 CD Binary-1 20111008-13:01 (20111008)' (debian-6.0.3-i386-CD-1.iso) Further information about `debian-6.0.3-i386-CD-1.iso': Generated on Sat, 08 Oct 2011 13:04:49 +0000 ----------------------------------------------------------------- If you already have a previous version of the CD you are downloading, jigdo can re-use files on the old CD that are also present in the new image, and you do not need to download them again. Mount the old CD ROM and enter the path it is mounted under (e.g. `/mnt/cdrom'). Alternatively, just press enter if you want to start downloading the remaining files. Files to scan: <ENTER> ----------------------------------------------------------------- The jigdo file refers to files stored on Debian mirrors. Please choose a Debian mirror as follows: Either enter a complete URL pointing to a mirror (in the form `ftp://ftp.debian.org/debian/'), or enter any regular expression for searching through the list of mirrors: Try a two-letter country code such as `de', or a country name like `United States', or a server name like `sunsite'. Debian mirror [http://mirrors.modwest.com/debian/]: Downloading .template file --2023-07-05 11:22:33-- https://cdimage.debian.org/mirror/cdimage/archive/6.0.3/i386/jigdo-cd/debian-6.0.3-i386-CD-1.template Resolving cdimage.debian.org (cdimage.debian.org)... 194.71.11.163, 194.71.11.165, 194.71.11.173, ... Connecting to cdimage.debian.org (cdimage.debian.org)|194.71.11.163|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://gemmei.ftp.acc.umu.se/mirror/cdimage/archive/6.0.3/i386/jigdo-cd/debian-6.0.3-i386-CD-1.template [following] --2023-07-05 11:22:39-- https://gemmei.ftp.acc.umu.se/mirror/cdimage/archive/6.0.3/i386/jigdo-cd/debian-6.0.3-i386-CD-1.template Resolving gemmei.ftp.acc.umu.se (gemmei.ftp.acc.umu.se)... 194.71.11.137, 2001:6b0:19::137 Connecting to gemmei.ftp.acc.umu.se (gemmei.ftp.acc.umu.se)|194.71.11.137|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 27806189 (27M) Saving to: ‘debian-6.0.3-i386-CD-1.template’ debian-6.0.3-i386-C 100%[===================>] 26.52M 5.18MB/s in 5.7s 2023-07-05 11:22:51 (4.63 MB/s) - ‘debian-6.0.3-i386-CD-1.template’ saved [27806189/27806189] ----------------------------------------------------------------- Merging parts from `file:' URIs, if any... Found 0 of the 978 files required by the template Will not create image or temporary file - try again with different input files --2023-07-05 11:22:52-- http://mirrors.modwest.com/debian/pool/main/p/postgresql-common/postgresql-common_113_all.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:22:57-- http://mirrors.modwest.com/debian/pool/main/libx/libxslt/xsltproc_1.1.26-6_i386.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:23:02-- http://mirrors.modwest.com/debian/pool/main/t/talloc/libtalloc2_2.0.1-1_i386.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:23:07-- http://mirrors.modwest.com/debian/pool/main/g/gnome-doc-utils/gnome-doc-utils_0.20.1-1_all.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:23:12-- http://mirrors.modwest.com/debian/pool/main/g/grub/grub_0.97-64_i386.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:23:17-- http://mirrors.modwest.com/debian/pool/main/e/eglibc/libc6-udeb_2.11.2-10_i386.udeb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:23:22-- http://mirrors.modwest.com/debian/pool/main/a/at/at_3.1.12-1_i386.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... failed: Name or service not known. wget: unable to resolve host address ‘mirrors.modwest.com’ --2023-07-05 11:23:27-- http://mirrors.modwest.com/debian/pool/main/libt/libtasn1-3/libtasn1-3_2.7-1_i386.deb Resolving mirrors.modwest.com (mirrors.modwest.com)... ^C No matter what US server I try I get the same errors. So how do I download the jigdo files? Thanks. Larry | What debian version are you running? |
Hi There I upgraded two times my system , And all packages installed except linux-image-6.1.0.10 ........ It returned error (1) ....... I try to upgrade again but it says all packages are up to date ........ My System : Intel Pentium G3220 , 8 GB RAM , Debian GNU/Linux 12 Bookworm 64 Bit , GNOME 3.43.3 Is there any new package for Linux Kernel ? And Am I right ? Or this is a wrong reporting ? | There are a number of topics about this already. For solution, see here - viewtopic.php?t=155245 |
Hello, I just finished building a desktop PC and have installed Debian on it. I am unable to upgrade the system, as I receive the following output when I type "sudo apt upgrade": Code: Select allmiracledinner@miracledinner-b550aoruselitev2:~$ sudo apt 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. 3 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 initramfs-tools (0.142) ... update-initramfs: deferring update (trigger activated) Setting up linux-image-6.1.0-10-amd64 (6.1.37-1) ... /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64 W: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/vega10_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi12_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_11_ta.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_11_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_10_ta.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_10_sos.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_imu.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_rlc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mec.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_me.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_rlc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mec.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_me.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_3.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/smu_13_0_10.bin for module amdgpu I: The initramfs will attempt to resume from /dev/sda3 I: (UUID=68a149c7-2869-4640-a417-2b155e96bdad) I: Set the RESUME variable to override this. 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 Processing triggers for initramfs-tools (0.142) ... update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64 W: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/vega10_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi12_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_11_ta.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_11_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_10_ta.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_10_sos.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_imu.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_rlc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mec.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_me.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_rlc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mec.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_me.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_3.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_4_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_mes_2.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/smu_13_0_10.bin for module amdgpu I: The initramfs will attempt to resume from /dev/sda3 I: (UUID=68a149c7-2869-4640-a417-2b155e96bdad) I: Set the RESUME variable to override this. 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 dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: linux-image-6.1.0-10-amd64 linux-image-amd64 initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) miracledinner@miracledinner-b550aoruselitev2:~$ | viewtopic.php?t=155245 |
Hi guys! This seems to be an old problem.... I have just installed Debian 12 on my media centre and that is connected to my LG electronics tv with 1920 x 1080 resolution I have no problem with other apps - but VLC is huge and off the screen...even If I reduce the sides to fit if I open any function it just disappears off the screen.. Is there a viable solution for this or should I just use something else? bookie | Which desktop are you using? Are any of those other applications qt5 apps like VLC, such as SMPlayer, or all GTK+ apps? Have you tried setting a font size for qt5 apps with qt5ct? |
Hi, A recent kernel security update for Bookworm led to an incomplete kernel installation which I did not experience before: Code: Select allConfigurando 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 /etc/kernel/postinst.d/zz-update-grub: Generating grub configuration file ... Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-6.1.0-10-amd64 Found initrd image: /boot/initrd.img-6.1.0-10-amd64 Found linux image: /boot/vmlinuz-6.1.0-9-amd64 Found initrd image: /boot/initrd.img-6.1.0-9-amd64 /etc/grub.d/bin/grubcfg_proxy: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 127 dpkg: error al procesar el paquete linux-image-6.1.0-10-amd64 (--configure): el subproceso instalado paquete linux-image-6.1.0-10-amd64 script post-installation devolvió el código de salida de error 1 Configurando libjavascriptcoregtk-4.1-0:amd64 (2.40.3-2~deb12u1) ... Configurando libwebkit2gtk-4.0-37:amd64 (2.40.3-2~deb12u1) ... Configurando firefox-esr (102.13.0esr-1~deb12u1) ... Configurando libwebkit2gtk-4.1-0:amd64 (2.40.3-2~deb12u1) ... Configurando gir1.2-webkit2-4.0:amd64 (2.40.3-2~deb12u1) ... dpkg: problemas de dependencias impiden la configuración de linux-image-amd64: linux-image-amd64 depende de linux-image-6.1.0-10-amd64 (= 6.1.37-1); sin embargo: El paquete `linux-image-6.1.0-10-amd64' no está configurado todavía. dpkg: error al procesar el paquete linux-image-amd64 (--configure): problemas de dependencias - se deja sin configurar How should I proceed? | Hello, Have you installed packages that are not from Debian repositories ? You can verify with: https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.html#removing-non-debian-packages 4.2.6. Remove non-Debian packages Below there are two methods for finding installed packages that did not come from Debian, using either apt or apt-forktracer. Please note that neither of them are 100% accurate (e.g. the apt example will list packages that were once provided by Debian but no longer are, such as old kernel packages). Code: Select all$ apt list '?narrow(?installed, ?not(?origin(Debian)))' $ apt-forktracer | sort |
Hi, Today I encountered a bug while building the kernel and I have to disable CONFIG_VIDEO_CX18 to avoid it. Is it caused by gcc? Can someone report it to the debian developers? Thanks a lot! The steps to reproduce it. Code: Select all$ gcc --version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ uname -rm 6.1.0-0.deb11.7-amd64 x86_64 $ cd /tmp $ wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.35.tar.xz $ tar xf linux-6.1.35.tar.xz && cd linux-6.1.35 $ cp /boot/config-6.1.0-0.deb11.7-amd64 .config $ make olddefconfig $ make -j4 prepare $ make -C /tmp/linux-6.1.35/ M=/tmp/linux-6.1.35/drivers/media/pci/cx18/ modules make: Entering directory '/tmp/linux-6.1.35' CC [M] /tmp/linux-6.1.35/drivers/media/pci/cx18/cx18-driver.o CC [M] /tmp/linux-6.1.35/drivers/media/pci/cx18/cx18-cards.o CC [M] /tmp/linux-6.1.35/drivers/media/pci/cx18/cx18-i2c.o during GIMPLE pass: fre /tmp/linux-6.1.35/drivers/media/pci/cx18/cx18-i2c.c: In function ‘init_cx18_i2c’: /tmp/linux-6.1.35/drivers/media/pci/cx18/cx18-i2c.c:300:1: internal compiler error: Segmentation fault 300 | } | ^ Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions. make[1]: *** [scripts/Makefile.build:250: /tmp/linux-6.1.35/drivers/media/pci/cx18/cx18-i2c.o] Error 1 make: *** [Makefile:2012: /tmp/linux-6.1.35/drivers/media/pci/cx18] Error 2 make: Leaving directory '/tmp/linux-6.1.35' | zii wrote: 2023-06-22 16:42Can someone report it to the debian developers? Yes. You can. There's no point submitting a bug report unless one experiences the bug. |
Hi there. When I open Dropbox, on the next reboot it runs. I would like to know if there is a way to make it not run but without using "applications at startup". Thank you. All the best. | Debianday wrote: 2023-07-01 00:09 And voila, dropbox no longer runs at system startup. Rubbish. It's still running, just that now it's hidden, not visible, so you may, in your ignorance of the situation decide to do something that interrupts its' cycle. Rifester wrote: 2023-06-25 18:44 Under Dropbox menu (click on Dropbox icon in panel) select Preferences, Remove check from box that states "Start Dropbox on system startup". This is the correct way to do it. |
Hello I've recently purchased a new nvme SSD, it is currently used as a file storage, the OS is on another disk. OS is Debian 11 bullseye Code: Select allCPU: Quad Core Intel Core i5-7400T (-MCP-) speed/min/max: 800/800/3000 MHz Kernel: 5.10.0-23-amd64 x86_64 Up: 1h 08m Mem: 1499.1/15885.4 MiB (9.4%) Storage: 1.82 TiB (2.7% used) Procs: 189 Shell: Bash 5.1.4 inxi: 3.3.01 Every time I start my PC I'm getting this error in dmesg: Code: Select all[ 2079.727676] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: errors=remount-ro [ 2100.127353] pcieport 0000:00:1b.0: AER: Corrected error received: 0000:00:1b.0 [ 2100.127363] pcieport 0000:00:1b.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) [ 2100.127365] pcieport 0000:00:1b.0: device [8086:a2eb] error status/mask=00000001/00002000 [ 2100.127367] pcieport 0000:00:1b.0: [ 0] RxErr [ 2942.076320] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: errors=remount-ro [ 2973.542746] pcieport 0000:00:1b.0: AER: Corrected error received: 0000:00:1b.0 [ 2973.542765] pcieport 0000:00:1b.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) [ 2973.542773] pcieport 0000:00:1b.0: device [8086:a2eb] error status/mask=00000001/00002000 [ 2973.542779] pcieport 0000:00:1b.0: [ 0] RxErr The SSD seems to work without any problems. What does this error mean and can it be ignored? EDIT: On the next boot this error: Code: Select all[ 1.933734] nvme nvme0: failed to allocate host memory buffer. [ 1.934038] nvme nvme0: 4/0/0 default/read/poll queues [ 1.934810] nvme nvme0: Ignoring bogus Namespace Identifiers [ 1.935544] nvme0n1: p1 p2 p3 p4 | LinuxOS wrote: 2023-07-04 22:17Code: Select all[ 1.838708] nvme nvme0: pci function 0000:01:00.0 [ 2.122730] nvme nvme0: failed to allocate host memory buffer. [ 2.125065] nvme0n1: p1 p2 p3 p4 The SSD works fine. Should I worry about "failed to allocate host memory buffer" message? The kernel says /* controller must work without HMB */ (line 2047) No concern for data but possible loss of performance. What is your model and make? |
Hello! I did a fresh install of Debian 12 with Xfce 4.18 desktop environment, then I've installed some packages I had on Debian 11. It happens that RabbitVCS completely crashes Thunar for all users. Packages installed: Code: Select allrabbitvcs-cli/stable,now 0.18-6 all [installed] Command line interface for RabbitVCS rabbitvcs-core/stable,now 0.18-6 all [installed] Easy version control rabbitvcs-thunar/stable,now 0.18-6 all [installed] Thunar extension for RabbitVCS Thunar crashes: Code: Select allTraceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Thunarx not available Traceback (most recent call last): File "/usr/lib/python3/dist-packages/gi/importer.py", line 136, in load_module raise ImportError('cannot import name %s, ' ImportError: cannot import name Thunarx, introspection typelib not found (thunar:6334): thunarx-python-WARNING **: 03:58:28.639: thunarx_python_init_python failed Traceback (most recent call last): File "/usr/share/thunarx-python/extensions/RabbitVCS.py", line 41, in <module> from gi.repository import GObject, Gtk, Thunarx File "/usr/lib/python3/dist-packages/gi/importer.py", line 136, in load_module raise ImportError('cannot import name %s, ' ImportError: cannot import name Thunarx, introspection typelib not found Segmentation fault Fix: Code: Select allsudo apt purge rabbitvcs-cli rabbitvcs-core rabbitvcs-thunar I don't really need RabbitVCS, removing it fixed Thunar. Just reporting the issue here. | Hello, LinuxOS wrote: 2023-07-06 01:44 I did a fresh install of Debian 12 with Xfce 4.18 desktop environment, then I've installed some packages I had on Debian 11. It happens that RabbitVCS completely crashes Thunar for all users. [..] Just reporting the issue here. Thanks for reporting. It would be helpful if you opened a bug report in the Debian Bug Tracking System [1]. --- [1] https://wiki.debian.org/HowtoUseBTS |
If you have two servers that report different sub version with "lsb_release -a" but both are up to date is there really a difference? Background trying to setup a spare server to replicate a current server that reports via lsb_release that it is Debian 9.11. I only have a netinst media lying around for 9.4, which I installed, repointed repos at arrive and updated everything ... but lsb_release still says it is 9.4 Is there really likely to be any effective difference between them? Is yes, is there anyway to upgrade the 9.4 to 9.11 ? | Stretch has moved to archives. You will need to adjust your /etc/apt/source.list Code: Select alldeb http://archive.debian.org/debian/ stretch contrib main non-free Stretch finished off as 9.13 before it ended life. It is important to note that stretch will not get any more security updates. |
I want to install Albert application, but when I try to do it I got: Code: Select allPackage libpython3.9 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 'libpython3.9' has no installation candidate I do have Python installation on my machine. I use Debian Bookworm. Thanks for any hint. | Please post the *full* output from the command. Thanks. Also explain from where you obtained this mysterious "Albert application". pantarhei wrote: 2023-06-24 18:38I use Debian Bookworm Was this system upgraded from bullseye? That libpython3.9 package is only available from bullseye. If you upgraded please provide your exact method, with the full list of commands. Did you follow the official upgrade guide? Can we please see the output of Code: Select allapt policy |
On https://safing.io i've downloaded the deb installer for the portmaster firewall application, the installed it on debian. This was the error i got: Now i wen't to the portmaster's github and created opened an issue, one of the dev's replyd this: No, none of us are using Debian on a daily basis. To be honest so view people do, that I am not sure when we will get around fixing this, since the impact is low. If someone in the community wants to fix it and give a PR let us know in advance and lets coordinate this. From my end, i'm in deep waters on debian and linux in general and don't really understand what this error is about. I asume that a file containg so called "ip tables" could for whatever reason not be found, if it's not to much work i would manualy create that file and/or import the ip-tables list. For that i'd have to know where to get that iptables and how to add them. A bit dissapointed by the response of the dev's tbh. Let's say i won't get this working on debian, what firewall options are there, built in ones, recommended ones, can i monitor network traffic and control it, how? | bw123 wrote: 2023-06-24 01:33 one of these might help, iptables is a deprecated pkg, debian use nftables now https://wiki.debian.org/iptables Almost. I haven't tried to disentangle libvirt-daemon-system lately but it still depends on iptables in bookworm. So if libvirt-daemon-system is in use, iptables stays. |
Hi! It's me again. And my misfortunes tend no to never stop. While trying to solve my main problem with system freezes, i bumped into another one. I have seen the error before, but after i changed GRUB config with GRUB_CMDLINE_LINUX_DEFAULT="pcie_aspm=off" it became more persistent. Before i have seen it only after the start of a PC and Gnome session, now it is constantly spamming into the journal. Maybe it is a coincidence, i don't know. So, the error is Code: Select allJun 26 00:47:23 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=2409:8a5c:06aa:5ec0:ef92:426b:7734:dad8 DST=2a00:1> Jun 26 00:47:27 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=192.168.255.254 DST=239.192.152.143 LEN=165 TOS=0x00 PREC=0x00 TTL=32 ID=7105 DF PROTO=UDP SPT> Jun 26 00:47:42 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=192.168.255.254 DST=239.192.152.143 LEN=165 TOS=0x00 PREC=0x00 TTL=32 ID=8339 DF PROTO=UDP SPT> Jun 26 00:47:42 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=2a00:1370:81a2:1cad:ca44:470a:6b5a:5141 DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187> Jun 26 00:48:00 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=2607:9880:2b08:0012:4bf1:ee48:5a3d:66b5 DST=2a00:1> Jun 26 00:48:03 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:08:00 SRC=37.252.88.161 DST=192.168.255.254 LEN=132 TOS=0x08 PR> Jun 26 00:48:22 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:08:00 SRC=88.135.63.58 DST=192.168.255.254 LEN=132 TOS=0x08 PRE> Jun 26 00:48:25 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=240e:0358:19d2:8a00:4ecc:6aff:fef6:ec87 DST=2a00:1> Jun 26 00:48:42 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=2a00:23c4:9c10:e201:90ed:6967:be2e:9cb0 DST=2a00:1> Jun 26 00:48:42 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=192.168.255.254 DST=239.192.152.143 LEN=165 TOS=0x00 PREC=0x00 TTL=32 ID=15878 DF PROTO=UDP SP> Jun 26 00:49:03 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=192.168.255.254 DST=239.192.152.143 LEN=165 TOS=0x00 PREC=0x00 TTL=32 ID=18775 DF PROTO=UDP SP> Jun 26 00:49:03 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=2a00:1370:81a2:1cad:ca44:470a:6b5a:5141 DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187> Jun 26 00:49:21 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=2a02:0587:0b43:7900:6eef:3465:c293:ec31 DST=2a00:1> Jun 26 00:49:24 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:08:00 SRC=217.107.127.253 DST=192.168.255.254 LEN=132 TOS=0x08 > Jun 26 00:49:41 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=2a02:27b0:4c00:2ab0:2148:8f02:58c5:a5bd DST=2a00:1> Jun 26 00:49:42 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=192.168.255.254 DST=239.192.152.143 LEN=165 TOS=0x00 PREC=0x00 TTL=32 ID=24197 DF PROTO=UDP SP> Jun 26 00:50:03 debian kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=8c:b8:7e:f8:23:48:74:9d:79:27:d5:78:86:dd SRC=2a02:0ff0:2c0b:f9ab:c471:d876:6c9e:b4fe DST=2a00 and so on, and so on. My questions are 1) Is it a serious problem or a false alarm? Can i ignore it, at least for a while? 2) Can this spam overload the journal or lead to another problems? Is spam dangerous by itself? 3) How it can be helped? Except switching off UFW. Which i probably doesn't need much, but still another layer of security won't hurt. And know when i see the problem i am curious how to solve it. Probable solutions, i have found are to create specific rules in UFW mostly. That was very complicated info for my non-tech mind. Anyway advises were all specific for specific situations, as i understood UFW "make" blocks for different reasons. In my case IP (MAC= SRC=192.168.255.254) leads to PRIVATE-ADDRESS-CBLK-RFC1918-IANA-RESERVED[/url] and i don't what it means and why it tries to connect to me. And SRC=37.252.88.161 leads to RIPE Network Coordination Centre (RIPE) Will be glad to hear any ideas. | alienspy wrote: 2023-06-25 22:07after i changed GRUB config with GRUB_CMDLINE_LINUX_DEFAULT="pcie_aspm=off" it became more persistent. Before i have seen it only after the start of a PC and Gnome session, now it is constantly spamming into the journal. Maybe it is a coincidence, i don't know. I would tend to think that it is a coincidence because there is no, at least direct, link between the two. If the two things are linked, it would mean something like your NIC is seriously impeded by the power management, but it is highly unlikely: first, you would have had visible network problems, second, these messages are generated at the kernel level, before the physical layer. alienspy wrote: 2023-06-25 22:07In my case IP (MAC= SRC=192.168.255.254) leads to PRIVATE-ADDRESS-CBLK-RFC1918-IANA-RESERVED and i don't what it means and why it tries to connect to me. 192.168.255.254 is a private address. What is important to know about this type of addresses is that they can't be routed on the Internet: you can't use this address to access a host on the internet, and no host can access your machine using this type of address over the Internet. Code: Select allSRC=192.168.255.254 DST=239.192.152.143 PROTO=UDP ### source address, destination address, protocol (UDP, used for instance for DNS, but not only) 239.192.152.143 is a reserved for technical purpose address. You can make a research to find out how it is used. 192.168.255.254 is most likely your local address, at least an address on your local network. You can see your address(es) with this command Code: Select all$> ip addr If you have ipV6 connectivity, it is better not to show it as it is public. Below is an example showing only ipV4 on a VM (I've truncated some lines for clarity) Code: Select all$> ip -4 -d addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 ### loopback interface: lo link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 ### physical interface: enp1s0 link/ether 52:54:00:3c:48:4c brd ff:ff:ff:ff:ff:ff ### MAC address: 52:54:00:3c:48:4c inet 192.168.122.25/24 brd 192.168.122.255 scope global dynamic enp1s0 ### ipV4 address, a private address in this case valid_lft 3566sec preferred_lft 3566sec I don't know UFW and its level of logging, but it is possible that it logs packets that are rejected because they are malformed for instance. You have to investigate on UFW behaviour in matter of logging. edit: at alienspy request, changed original local address with a different, valid local address. |
Hello. It looks like i just was able to narrow down the origin of problems with system freezes (see this thread) So, past months i have been suffering from severe system freezes. At first it started to happen on MX21 (Debian 11 based), but i thought that it was a problem with MX. Now, on Debian 12, freezes also happen, but more rarely. I am still not common with a lot of stuff in Linux and missed to press Ctrl-Alt-F2... to switch to TTY. Now i did. Today i started my desktop PC (it was shutdown) and after starting Chromium i got a freeze, when screen is static and i can't move a mouse or use keyboard. When i switched to TTY i saw an error messages and was not able to make any input in terminal. The screen is spammed with following messages (sorry for quality): pcieport 0000:00:1b:0: PCIe Bus Error: severity=Uncorrected (Non-fatal), type=Transaction layer, (Receiver ID) device [8086:a32c] error status/mask=00200000/001000 [21] ACSViol IN CLOSE Yesterday i by accident switched off the power of PC, and after reboot got the same error from the start in TTY (GDM is disabled now for debugging like this) Also, i should mention that after last freeze i had the following lines in journal Code: Select allJun 22 14:04:39 debian kernel: pcieport 0000:00:1b.0: AER: Corrected error received: 0000:02:00.0 Jun 22 14:04:39 debian kernel: nvme 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Jun 22 14:04:39 debian kernel: nvme 0000:02:00.0: device [c0a9:2263] error status/mask=00000001/0000e000 Jun 22 14:04:39 debian kernel: nvme 0000:02:00.0: [ 0] RxErr (First) So, i guess something is very wrong with some hardware or BUS controller. I hope for some advice here, because these freezes annoys a lot and i am anxious that hard resets will somehow damage the hardware (i have already had to repair SSD superblock from CLI). Code: Select allSystem: Host: debian Kernel: 6.1.0-9-amd64 arch: x86_64 bits: 64 Desktop: GNOME v: 43.4 Distro: Debian GNU/Linux 12 (bookworm) Machine: Type: Desktop System: Gigabyte product: B360 HD3 v: N/A serial: <superuser required> Mobo: Gigabyte model: B360HD3 v: x.x serial: <superuser required> UEFI: American Megatrends v: F11 date: 09/17/2018 CPU: Info: 6-core Intel Core i5-8400 [MCP] speed (MHz): avg: 2225 min/max: 800/4000 Graphics: Device-1: NVIDIA GP107 [GeForce GTX 1050] driver: nvidia v: 470.182.03 Display: server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver: X: loaded: nvidia unloaded: fbdev,modesetting,nouveau,vesa gpu: nvidia resolution: 1920x1080~75Hz API: OpenGL v: 4.6.0 NVIDIA 470.182.03 renderer: NVIDIA GeForce GTX 1050/PCIe/SSE2 Network: Device-1: Intel Wi-Fi 6 AX210/AX211/AX411 160MHz driver: iwlwifi Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 LSPCI Code: Select allja@debian:~$ lspci 00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07) Code: Select alllspci -vv 00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #21 (rev f0) (prog-if 00 [Normal decode]) Subsystem: Gigabyte Technology Co., Ltd Cannon Lake PCH PCI Express Root Port Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 122 IOMMU group: 6 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: [disabled] [16-bit] Memory behind bridge: 53400000-534fffff [size=1M] [32-bit] Prefetchable memory behind bridge: [disabled] [64-bit] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport My suspects are 1) nvidia GTX1050, i already had a driver problem with it (Thread) 2) SSD NVME (i had to repair its superblock - MX FORUM) 3) Wi-Fi module TP-Link Archer TX50E, it should be Intel AX200, but inxi shows it is AX210. It may be Wi-Fi module because i bought it only not long before freezes have started. And i had a problem with Wi-Fi on linux BEFORE with similar error! I have searched for the mistake in Internet and it looks like it is not quite rare. https://unix.stackexchange.com/question ... 090#369090 https://www.reddit.com/r/linuxquestions ... inommconf/ https://forums.developer.nvidia.com/t/p ... d/237843/6 And most common advices are 1) edit grub with pci = nomsi 2) edit grub with pci = noaer 3) Try using the pcie_aspm=off boot parameter Should i follow them? Or one in particular? I am afraid to mess with power settings! OK, there is advice 4) Update BIOS. But i am afraid of BIOS update even more. | alienspy wrote: 2023-06-24 16:18I thought to start from pcie_aspm=off That would be my first try, I have had similar issues (with the same kind of bus errors) in the past WRT a broadcom quad-port NIC. Worked fine in other machines, caused random lockups in this specific board and slot where other cards were fine. The only thing that kernel command-line option (or the corresponding BIOS option) will do is disable some power saving features. If you are afraid of trying solutions offered, you'll not get anywhere. |
I'm trying to update a directory on a remote system. Both are Debian 12 systems. The update will be to copy a bunch of files from the local system to the remote system. I can do this with: Code: Select allscp *.deb jim@<remote-ip>:/usr/share/my_repo/ Since I have the correct permissions for that directory it works. However, before I do the copy I need to remove to old files. Code: Select allssh jim@<remote-ip> rm /usr/share/my_repo/* fails with a list of all the files in the directory with a "files does not exist" error However, if I avoid the wildcard and just list the files by name, that works. Any idea why the wildcard doesn't work in this situation? EDIT: I tried this following test: Code: Select allssh jim@<remote-ip> rm ~/my_repo/* with the /usr/share/my_repo/ contents copied to ~/my_repo and that worked. | Your shell expands wildcards on your local system before executing the ssh command. The remote system never sees the wildcard. |
Attempting to upgrade from Bullseye to Bookworm, got most of the way through then the upgrade stopped complaining about dependency issues with gstreamer1.0-plugins-good. I tried Code: Select allapt --fix-broken install to no avail. I also tried deleting to no avail: Code: Select allkeith@ada:~$ sudo dpkg -p gstreamer1.0-plugins-good dpkg-query: package 'gstreamer1.0-plugins-good' is not available keith@ada:~$ sudo dpkg -l gstreamer1.0-plugins-good Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===============================-===================-============-===================================== ii gstreamer1.0-plugins-good:amd64 1.18.4-dmo1+deb11u2 amd64 GStreamer plugins from the "good" set Here is my /etc/apt/sources.list: Code: Select allkeith@ada:~$ cat /etc/apt/sources.list deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware and here are the errors: Code: Select allkeith@ada:~$ sudo apt full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libges-1.0-0 : Depends: gstreamer1.0-plugins-good (>= 1.22.0) but 1.18.4-dmo1+deb11u2 is installed rygel : Depends: libgupnp-av-1.0-3 (>= 0.14.1) but it is not installed Depends: libgupnp-dlna-2.0-4 (>= 0.9.4-2) but it is not installed Depends: librygel-core-2.8-0 (>= 0.42.1) but it is not installed Depends: librygel-db-2.8-0 (>= 0.42.1) but it is not installed Depends: librygel-renderer-2.8-0 (>= 0.42.1) but it is not installed Depends: librygel-server-2.8-0 (>= 0.42.1) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). . . . Do you want to continue? [Y/n] y Reading changelogs... Done dpkg: warning: files list file for package 'rygel' missing; assuming package has no files currently installed (Reading database ... 333764 files and directories currently installed.) Preparing to unpack .../gstreamer1.0-plugins-good_1.22.0-5_amd64.deb ... Unpacking gstreamer1.0-plugins-good:amd64 (1.22.0-5) over (1.18.4-dmo1+deb11u2) ... dpkg: error processing archive /var/cache/apt/archives/gstreamer1.0-plugins-good_1.22.0-5_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpulseaudio.so', which is also in package gstreamer1.0-pulseaudio:amd64 1 .18.4-dmo1+deb11u2 Errors were encountered while processing: /var/cache/apt/archives/gstreamer1.0-plugins-good_1.22.0-5_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Thanks in advance if you can help, Keith | keithostertag wrote: 2023-06-23 13:07 Which "foreign package"? How do I identify which package is causing the problem, and how do I remove it? Code: Select allgstreamer1.0-plugins-good:amd64 1.18.4-dmo1+deb11u2 Code: Select allapt purge gstreamer1.0-plugins-good |
Hi There , I really love Debian , But I don't know what's wrong about Qalculate! to Debian ..... In 2 former versions Qalculate! wasn't exist in Debian repository ( only command-line version existed ) and now Qalculate-GTK exists but when I install it , it doesn't appear in installed applications ...... I tried also Qalculate! tar.gz package and installed it , But nothing happened ........ I'm on Debian 12 Bookworm x86 64bit version GNOME and Xorg Window Environment ( I don't think it work in Wayland too ) ....... Can any body help me ? Thanks | Please open a terminal and run this command: Code: Select allqalculate-gtk Does the program start then? If not post any error messages or other output in full. Thanks. Also check for ~/.local/share/applications/qalculate-gtk.desktop; if that file exists delete it then log out & back in again. |
this is so frustrating! i followed these instructions: sudo vi /etc/apt/sources.list find the line that starts with deb cdrom: put a # at the start of the line now run sudo apt update but how can i save the file?! when i try to go up or down by pressing arrow up/down then it writes A or D i'm trying out key combinations for 20 minutes now this is bs HERE https://www.makeuseof.com/save-quit-vi/ they say PRESS ESC to enter normal mode then type :wq (write-quit) to save the file, yeah no sh!t but how do i get to the god *** bottom of the file, when i try going down by pressing either arrow down or s, it starts writing letters instead of going down, i've opened over 10 websites that all say the same crap but neither tells me how to get to the bottom of the site, and when i searched how to get to the bottom of the file neither of the solutions worked, *#%ß !! | Try nano instead? Code: Select allsudo apt edit-sources When you have finished, save and quit is Ctrl+X |
Hi everyone! I installed Debian 8 Mate on two computers (my parents' computers). For the moment I update the computers through Teamviewer and I would like to find a solution so that the updates would be installed automatically, without my intervention. I already looked at cron-apt and unattended-upgrades but there is one detail that I can't figure out: how to launch the "update checker & installer" at each startup? I know that cron-apt and unattended-upgrades can check for updates once a day at a certain time, this is useful for a server, but I can't predict when my parents will turn on their computers. So what should I use: cron-apt, unattended-upgrades, a bash script? Thank you for your help! | For your information: see here, here and here. > So what should I use: cron-apt, unattended-upgrades, a bash script? The one which you're most comfortable with. |
I am an old veteran returning to Linux, been using Debian for a few days now and just amazed at how things have changed since last time I used it 10 years ago. I came across this website: https://flathub.org you can download this software tool Flatpak which basically gives you access to more latest software. I was wondering have anyone any experience installing it, and basically using it? Your thoughts on it, opinions, is it worth it? Whats it like? | Flatpak is in the Debian repository and does what it is supposed to. At least in the 'real' Debian, sid. |
Dear all I have installed debian 12 mate on my computer now it says personal folder on the desktop can it be removed. Kind regards Jack | Yes. |
Hi everyone, I am new to debian and I currently have a dualboot with Debian 12 and Fedora 38. I don't have any issues and both the systems are running fine but I am having issues with how os-prober is doing things. I installed Debian 12 after Fedora, So currently Debian's Grub is handling the boot process. The problem that I have is that os-prober is not adding any kernel parameters set by GRUB_CMDLINE_LINUX_DEFAULT to fedora and only adding them to debian. I need few kernel parameters for my system for amdgpu and the only solution that I was able to find was to create a custom menuentry in /etc/grub.d/40_custom and use the grub.cfg of Fedora using configfile command in grub. But the problem with that method is that Fedora will not boot and gave the error Code: Select allblscfg.mod not found I found that Fedora uses some custom blscfg to create menuentries in grub after every update and this is only available on Fedora's Grub which was replaced by Debian. I could write the menuentry myself and everything will work but I have to manually update kernel and initrd in that entry after updating fedora which is tedious. But I was able to find a hack fix in askubuntu(couldn't find the page) and it was to edit the 30_os_prober script in /etc/grub.d/ and change the values where LPARAMS is defined and add the needed kernel parameters. Code: Select all#LPARAMS="`echo ${LINUX} | cut -d ':' -f 6- | tr '^' ' '`" LPARAMS="`echo ${LINUX} | cut -d ':' -f 6- | tr '^' ' '` ro quiet splash radeon.si_support=0 amdgpu.si_support=1" I commented out the original one just in case if it went really bad. And it actually worked as all the kernel parameters got added when I ran update-grub. But I am worried if an update will overwrite the file which I am sure it will. I want to know if there's a better way of doing it than this hack fix. Initially I thought to write a menuentry that would try to locate the new vmlinuz and initrd files but I couldn't script my way out of it in Grub and ran out ideas. If you any ideas on how to do that, feel free to suggest me. | I guess you didn't read the release notes then: https://www.debian.org/releases/stable/ ... -os-prober Explains and tells how to revert to the old behaviour. |
Yesterday I updated my Bullseye to Bookworm and I now got this sound problem when using mpv to stream music. This was working fine before the upgrade. I use this command: Code: Select allmpv -v https://streams.radio.co/se1a320b47/listen And get this output: Code: Select all[i][cplayer] Command line options: '-v' 'https://streams.radio.co/se1a320b47/listen' [cplayer] mpv 0.35.1 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects [cplayer] built on UNKNOWN [cplayer] FFmpeg library versions: [cplayer] libavutil 57.28.100 [cplayer] libavcodec 59.37.100 [cplayer] libavformat 59.27.100 [cplayer] libswscale 6.7.100 [cplayer] libavfilter 8.44.100 [cplayer] libswresample 4.7.100 [cplayer] FFmpeg version: 5.1.3-1 [cplayer] [cplayer] Configuration: meson configure build -Dprefix=/usr -Dbuildtype=plain -Doptimization=plain [cplayer] List of enabled features: alsa av-channel-layout caca cdda cplayer cplugins cuda-hwaccel cuda-interop dmabuf-interop-gl dmabuf-interop-pl dmabuf-wayland drm drm-is-kms dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffnvcodec gbm gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg jpegxl lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo libplacebo-next librt linux-fstatfs lua52 manpage-build memfd_create noexecstack pipewire plain-gl posix pulse rubberband rubberband-3 sdl2 sdl2-audio sdl2-gamepad sdl2-video sixel spirv-cross stdatomic threads uchardet vaapi vaapi-drm vaapi-egl vaapi-libplacebo vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vector vt.h vulkan wayland wayland_protocols_1_24 x11 xv zimg zlib [cplayer] Reading config file /etc/mpv/encoding-profiles.conf [cplayer] Applying profile 'default'... [cplayer] Setting option 'v' = '' (flags = 8) [cplayer] Waiting for scripts... [cplayer] Set property: shared-script-properties -> 1 [cplayer] Set property: shared-script-properties -> 1 [cplayer] Set property: shared-script-properties -> 1 [cplayer] Done loading scripts. [cplayer] Running hook: ytdl_hook/on_load [ytdl_hook] ytdl:// hook [ytdl_hook] not a ytdl:// url [cplayer] Set property: shared-script-properties -> 1 [osd/libass] libass API version: 0x1701000 [osd/libass] libass source: tarball: 0.17.1 [osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 6.0.0 (COMPLEX) [osd/libass] Setting up fonts... [ffmpeg] Opening https://streams.radio.co/se1a320b47/listen [osd/libass] Using font provider fontconfig [osd/libass] Done. [cplayer] Set property: shared-script-properties -> 1 [osd/libass] libass API version: 0x1701000 [osd/libass] libass source: tarball: 0.17.1 [osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 6.0.0 (COMPLEX) [osd/libass] Setting up fonts... [osd/libass] Using font provider fontconfig [osd/libass] Done. [ffmpeg] Mime-type: 'audio/mpeg' [demux] Trying demuxers for level=normal. [lavf] Found 'mp3' at score=25 size=2048. [lavf] avformat_find_stream_info() finished after 16000 bytes. [demux] Detected file format: mp3 (libavformat) [demux] Stream is not seekable. [cplayer] Opening done: https://streams.radio.co/se1a320b47/listen [cplayer] Running hook: ytdl_hook/on_preloaded [lavf] select track 0 [cplayer] (+) Audio --aid=1 (mp3 2ch 44100Hz) [ad] Codec list: [ad] mp3float (mp3) - MP3 (MPEG audio layer 3) [ad] mp3 - MP3 (MPEG audio layer 3) [ad] Opening decoder mp3float [ad] Requesting 1 threads for decoding. [ad] Selected codec: mp3float (MP3 (MPEG audio layer 3)) [af] User filter list: [af] (empty) [cplayer] Starting playback... [af] [in] 44100Hz stereo 2ch floatp [af] [userspeed] 44100Hz stereo 2ch floatp [af] [userspeed] (disabled) [af] [convert] 44100Hz stereo 2ch floatp [ao] Trying audio driver 'pipewire' [ao/pipewire] requested format: 44100 Hz, stereo channels, floatp [ao/pipewire] Headers version: 0.3.65 [ao/pipewire] Library version: 0.3.65 [ao/pipewire] Core user: jens [ao/pipewire] Core host: 17inch [ao/pipewire] Core version: 0.3.65 [ao/pipewire] Core name: pipewire-0 [ao/pipewire] device buffer: 882 samples. [ao/pipewire] using soft-buffer of 8820 samples. [cplayer] AO: [pipewire] 44100Hz stereo 2ch floatp [cplayer] AO: Description: PipeWire audio output [af] [convert] (disabled) [af] [out] 44100Hz stereo 2ch floatp [cplayer] audio ready [cplayer] starting audio playback [cplayer] playback restart complete @ 0.000000, audio=playing, video=eof [cplayer] Set property: shared-script-properties -> 1 [cplayer] Set property: shared-script-properties -> 1 [display-tags] File tags: [display-tags] icy-title: Bombay Dub Orchestra - Strange Constellations The music then starts playing. A few times every minute a cracking/scratching/stuttering sound will then be heard over the music. I dont think its a buffering problem and my internet is working fine. If I instead play the same stream in VLC graphic mode then it plays much better but still the stuttering sound is there but to a much lesser degree. Any ideas ? --- Administrator EDIT (Aki) Mon Jun 19 13:35:56 CEST 2023: added code tags | Hello, Welcome to the forum. No audio glitches here with the above mpv command (tested with a Debian Bookworm upgraded from Debian Bullseye). How did you upgraded from Bullseye to Bookworm ? Can you record a log of the command up to when you listen glitch ? You can use the following command: Code: Select allscript mpv.log # play until the glitch appear, then press Ctrl-C to stop mpv. Remember the point in time when it happens mpv -v https://streams.radio.co/se1a320b47/listen exit The log will be stored in the file named mpv.log. note: please use code tag for logs and command, see https://www.phpbb.com/community/help/bbcode#f2r1 |
Hi, I installed Debian on old PC and now it always crashes. Help me please to understand what reason it makes. Thanks in advance syslog: Code: Select allMay 24 21:38:37 debian kernel: [ 1164.848185] anon_vma_fork+0x5e/0x120 May 24 21:38:37 debian kernel: [ 1164.848232] copy_process.part.37+0x1ab0/0x1e80 May 24 21:38:37 debian kernel: [ 1164.848279] _do_fork+0xf2/0x400 May 24 21:38:37 debian kernel: [ 1164.848324] ? do_sys_open+0x128/0x210 May 24 21:38:37 debian kernel: [ 1164.848369] do_syscall_64+0x53/0x110 May 24 21:38:37 debian kernel: [ 1164.848414] entry_SYSCALL_64_after_hwframe+0x5c/0xc1 May 24 21:38:37 debian kernel: [ 1164.848460] RIP: 0033:0x7f420080d65e May 24 21:38:37 debian kernel: [ 1164.848503] Code: db 0f 85 25 01 00 00 64 4c 8b 0c 25 10 00 00 00 45 31 c0 4d 8d 91 d0 02 00 00 31 d2 31 f6 bf 11 00 20 01 b8 38 00 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 b6 00 00 00 41 89 c4 85 c0 0f 85 c3 00 00 May 24 21:38:37 debian kernel: [ 1164.848575] RSP: 002b:00007ffc6c291eb0 EFLAGS: 00000246 ORIG_RAX: 0000000000000038 May 24 21:38:37 debian kernel: [ 1164.848630] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f420080d65e May 24 21:38:37 debian kernel: [ 1164.848676] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000001200011 May 24 21:38:37 debian kernel: [ 1164.848722] RBP: 0000000000000001 R08: 0000000000000000 R09: 00007f4200143880 May 24 21:38:37 debian kernel: [ 1164.848768] R10: 00007f4200143b50 R11: 0000000000000246 R12: 0000000000000000 May 24 21:38:37 debian kernel: [ 1164.848814] R13: 0000564f15564ba8 R14: 0000564f15566778 R15: 0000000000000000 May 24 21:38:37 debian kernel: [ 1164.848861] Modules linked in: rfkill snd_hda_codec_realtek snd_hda_codec_generic ppdev snd_hda_intel snd_hda_codec coretemp snd_cmipci kvm_intel joydev snd_hda_core snd_mpu401_uart snd_opl3_lib sg snd_hwdep gameport snd_rawmidi snd_seq_device kvm snd_pcm irqbypass serio_raw snd_timer iTCO_wdt iTCO_vendor_support snd soundcore parport_pc parport pcspkr pcc_cpufreq acpi_cpufreq evdev nvidia(POE) drm ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sd_mod ata_generic ata_piix pata_jmicron libata psmouse i2c_i801 lpc_ich ehci_pci mfd_core scsi_mod r8169 uhci_hcd realtek ehci_hcd libphy usbcore usb_common button May 24 21:38:37 debian kernel: [ 1164.849071] ---[ end trace dd0095777742255c ]--- May 24 21:38:37 debian kernel: [ 1164.849121] RIP: 0010:__tlb_remove_page_size+0x9/0x40 May 24 21:38:37 debian kernel: [ 1164.849167] Code: 8b 04 00 00 08 b8 00 00 00 c0 ba 00 e0 ff ff 48 0f 44 c2 48 89 45 10 48 c7 45 18 00 00 00 00 eb 81 66 66 66 66 90 48 8b 57 28 <8b> 42 08 8d 48 01 89 4a 08 48 89 74 c2 10 31 c0 3b 4a 0c 74 01 c3 May 24 21:38:37 debian kernel: [ 1164.849241] RSP: 0018:ffffb4af0255bda0 EFLAGS: 00010206 May 24 21:38:37 debian kernel: [ 1164.849288] RAX: 00007ffffffff07e RBX: ffffb4af0255bdc8 RCX: 0000000000000100 May 24 21:38:37 debian kernel: [ 1164.849335] RDX: 00002ae59a6d0000 RSI: 00000000000000fb RDI: ffff9e41d1c8c840 May 24 21:38:37 debian kernel: [ 1164.849383] RBP: ffffb4af0255bdc8 R08: 0000000000000000 R09: ffff9e415246d820 May 24 21:38:37 debian kernel: [ 1164.849429] R10: 0000000000000002 R11: ffff9e41dfff7680 R12: 0000364c0785c000 May 24 21:38:37 debian kernel: [ 1164.849476] R13: ffff9e41d1c8c840 R14: 0000364c0785c000 R15: 0000000000000004 May 24 21:38:37 debian kernel: [ 1164.849523] FS: 00007f4200143880(0000) GS:ffff9e41daa00000(0000) knlGS:0000000000000000 May 24 21:38:37 debian kernel: [ 1164.849578] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 May 24 21:38:37 debian kernel: [ 1164.849624] CR2: 00007f41f4007dc8 CR3: 000000014f8ce000 CR4: 00000000000006f0 May 24 21:39:26 debian kernel: [ 1213.800818] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) May 24 21:39:26 debian kernel: [ 1213.803509] ata3.00: configured for UDMA/133 May 24 21:39:34 debian udisksd[398]: Error performing housekeeping for drive /org/freedesktop/UDisks2/drives/SSD_128GB_YS20211100080809: Error updating SMART data: sk_disk_smart_read_data: Input/output error (udisks-error-quark, 0) May 24 21:39:34 debian kernel: [ 1221.512899] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) May 24 21:39:34 debian kernel: [ 1221.515528] ata3.00: configured for UDMA/133 | Hello, Welcome to the forum. What is the installed kernel version ? What is the complete Debian version (/etc/debian_version) ? Can you send the full /var/log/syslog file (as compressed attachment to a follow-up message) ? What is the manufacturer and model of your computer ? Please use code tag to include logs in embedded in the text of the message. |
Upgraded from bullseye to bookworm, and my main user(my) can't "ls -l" it's home directory. It hangs. "ls" or "ls -1" works fine. Root can see the files in /home/my with ls -l. Thunar hangs when trying to startup but works fine from root, even in /home/my. Double commander from my starts up but won't show files in /home/my. Root shows those files in DC. I set up a new user and it has no problem seeing /home/my. I removed the .bashrc and .profile for "my" and the ls, etc still fail. I'm at a loss as to how to proceed from here. Help please. Thanks. | Hello, Is it a permission issue ? You can check permission from the output of the following commands both as user "my" and as user "root" : Code: Select allwhoami namei -xl /home/my Is the home directory mounted from a dedicated partition ? |
Hello, I have recently upgraded from debian 11 to debian 12 and it worked very well (except for the nvidia drivers that stopped being supported). I have fixed all the issues that occured with the upgrade (including the nvidia drivers) but there is one that is bugging me. I have two disks: 1 ssd where debian is installed and 1 hdd where I store data and install some flatpaks. Now everytime I shutdown or restart my pc I get this message: systemd[1]: Failed unmounting my_hdd.mount - /my_hdd. Where my_hdd is the label of my hdd and /my_hdd the mounting point. I have checked systemd logs and this also happened in debian 11 but it was much more rare, now with debian 12 (that also feels much faster to boot and shutdown) it always happens. From what I am seeing in the logs, systemd tries to unmount the hdd before shutting down all the other running programs, which is likely what it is causing the issue. I would like that it would shutdown all the programs and only then it would unmount the hdd but everything that I have tried doesn't seem to make a difference. The unmounting service seems to have been generated automatically with base in my fstab which is the following: UUID=be538714-0a83-431b-808d-042dc9fa0ce9 / btrfs subvol=@,defaults,noatime,space_cache,autodefrag,discard,compress=lzo 0 1 UUID=be538714-0a83-431b-808d-042dc9fa0ce9 /home btrfs subvol=@home,defaults,noatime,space_cache,autodefrag,discard,compress=lzo 0 2 tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 # Mount second drive (hdd) UUID=96c70fe6-5bdf-423e-8fd7-e5e0b1acc8e5 /my_hdd btrfs defaults,noatime,space_cache,autodefrag,nofail,compress=lzo 0 2 UUID=F023-7004 /boot/efi vfat defaults 0 1 Does anybody have an idea how can I fix this unmounting issue? | Add the x-systemd.automount option. The default timeout is 120 seconds but it can be modified as per https://www.freedesktop.org/software/sy ... html#fstab. EDIT: btrfs should have zero (0) for both fs_freq and fs_passno (the fifth and sixth fields). The filesystem is self-healing and does not need fsck. |
Couldn't find the gear icon when logging in. Putzed around for an hour before I found the oval icon on the top bar:-) | In the default GNOME install's desktop manager? |
Hi Due to an error on my side I wrote a debian DVD iso to a USB ... So far no cure to it. I have tried with gparted and fsck (sudo fsck -r /dev/sdx1) but USB is unrecognizable Should I consider to buy a new one? Thanks for your help | lospala wrote: 2023-06-01 19:38 but USB is unrecognizable This is ambiguous. if lsusb sees it, then it is up to the udev magic to enumerate it under /dev/disk. After that it is the results of reading a device that has a mangled file system. Code: Select all$ lsusb Code: Select all$ systemd-mount --list |
When I compile a program using gcc, I sometimes get annoying error messages like: /home.user/src9/SpaceMap.c:126:3: warning: implicit declaration of function 'sleep'; did you mean 'strsep'? [-Wimplicit-function-declaration] No, I did not mean strsep. I have no ******* idea what strsep is. All I know is it's annoying when gcc makes a suggestion like this. So I wrote a quick filter program to intercept the message and chop off the "suggestion". What I want to see is: /home.user/src9/SpaceMap.c:126:3: warning: implicit declaration of function 'sleep' To implement it, I put the following in a shell script: gcc ~/src9/SpaceMap.c -oSpaceMap | ~/shex/NoAnnoy but it didn't change anything. OK, maybe the message is coming out on strerr rather than stdout. So I tried: gcc ~/src9/SpaceMap.c -oSpaceMap | ~/shex/NoAnnoy 2>&1 but that didn't do anything either. My question: how do I pipe the error message from gcc to my NoAnnoy program? The program itself will take care of the rest; I just have to get those messages in there. Caitlin | See https://askubuntu.com/questions/553874/ ... pile-error |
How do I get a Windows VM, running under Oracle VirtualBox, to recognize the floppy drive in my Debian system? (Info - My PC is running Debian-11. It's an old machine with an early Intel VMX-enabled processor. It has a 'real' (built-in, not USB) 3.5" floppy drive, which Debian recognizes as /dev/fd0. (I.e. Debian can read/write to it.)) Windows XP PRO is running fine in a VM, but it seems not to know that a floppy drive is present, even with a disk in place. There may be a simple answer, and my apologies if this has already been addressed! Any suggestions? Thanx - Richard | Hello, See here ? |
hello while upgrading a system to bookworm , the process stopped at this point: Code: Select allPreparing to unpack .../archives/usrmerge_35_all.deb ... Unpacking usrmerge (35) ... Setting up usrmerge (35) ... cp: -r not specified; omitting directory '/lib/systemd/system' FATAL ERROR: cp --no-dereference --preserve=all --reflink=auto --sparse=always /lib/systemd/system /usr/lib/systemd/system~~tmp~usrmerge~~: rc=1 You can try correcting the errors reported and running again /usr/lib/usrmerge/convert-usrmerge until it will complete without errors. Do not install or update other Debian packages until the program has been run successfully. E: usrmerge failed. dpkg: error processing package usrmerge (--configure): installed usrmerge package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: usrmerge E: Sub-process /usr/bin/dpkg returned an error code (1) can anyone suggest something to try to fix the FATAL ERROR ? Thanks PS: this is a test system and I can restore a snapshot to start the upgrade over. | What was the version state before the upgrade? If the prior system not not usrmerge(d), start over and upgrade to /hold and pin init_1.63_amd64(i686).deb init-system-helpers_1.63_all.deb surely not the official supported way! Or, try again and try to determine how is your systems config screwing up usemerge. |
What does it mean? What should I do? | Translation via OCRFeeder and Google translate: The repository “http://deb.debian.org/debian buster InRelease" changed the "Version" value from "10.6" to "10.13" The repository "http:/ideb.debian.org/debian buster InRelease" changed the “Suite” value from “stable” to “oldstable"Cid must be accepted before you can apply updates from this repository. For more information, see the apt-secure(8) man page. The “http://deb. debian.org/debian busterupdates InRelease" changed the value "Suite" from "stableupdates" to "oldstable-updates"Cid must be accepted before updates from this repository can be applied. For more information see the apt-secure( man page .The repositories “http://security.debian.org/debian-security buster/ updates InRelease” changed the value "Suite" from "stable" to "oldstable"Cid must be accepted before you can apply updates from this repository. For more information, see the apt-secure(8) man page. An error occurred while verifying the signature. Repository not @ updated and old index files will be used. GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures were not verified because the public key is not available: NO_PUBKEY 4EB27DB2A3B88B8BSi |
Hi! Is it better to have /tmp mounted as tmpfs or as regular directory? /tmp has 1777 permissions, everyone can read, write, execute. Can any security issues arise because of 1777 permissions on /tmp? How do I change /tmp to be tmpfs? Thank you! | Alice Wilton wrote: 2023-05-04 17:44/tmp has 1777 permissions, everyone can read, write, execute. Can any security issues arise because of 1777 permissions on /tmp? /tmp has the sticky bit set (the "1" in 1777). This prevents other users from deleting or writing files that do not belong to them, they can still read them if the permissions are not set properly. For directories, when a directory's sticky bit is set, the filesystem treats the files in such directories in a special way so only the file's owner, the directory's owner, or root user can rename or delete the file. Without the sticky bit set, any user with write and execute permissions for the directory can rename or delete contained files, regardless of the file's owner. Typically this is set on the /tmp directory to prevent ordinary users from deleting or moving other users' files. The modern function of the sticky bit refers to directories, and protects directories and their content from being hijacked by non-owners; this is found in most modern Unix-like systems. Files in a shared directory such as /tmp belong to individual owners, and non-owners may not delete, overwrite or rename them. I have this in my fstab: Code: Select alltmpfs /tmp tmpfs nodev,noexec,nosuid,size=40% 0 0 The noexec is an extra security mesure, but in Debian dpkg fails if it can't execute things in /tmp, so you have to have this in /etc/apt/apt.conf.d/99local : Code: Select all// if /tmp and /var are mounted non-executable DPkg::Pre-Invoke { "mount -o remount,exec /tmp"; }; DPkg::Pre-Invoke { "mount -o remount,exec /var"; }; DPkg::Post-Invoke { "mount -o remount /tmp"; }; DPkg::Post-Invoke { "mount -o remount /var"; }; |
I'm having a issue with the using a regular USB drive. Whenever I plug it in it mounts automatically, but as root. If I umount the drive as root and then mount as user, I'll now be the owner but still no write access. Code: Select allguiu@dellnote:~$ cat /etc/fstab # /etc/fstab: static file system information. (.... regular file system info ....) /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0 /dev/sdb2 /media/usb1 auto rw,user,noauto 0 0 So my fstab seems to be okay, normal, I didn't make any changes. Only relevant log messages Code: Select allcat /var/log/messages Sep 18 20:06:48 dellnote kernel: [49752.056482] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! I tried formatting the drive again, in fact, I used it before to install Debian on another computer, via the method Code: Select allcp /path/to/iso /path/to/dev | sync Firstly I used the regular gnome disk manager, then tried again with parted and gparted. Same issue... A possible solution that I don't know how to actually work, this link. Also, this is a recent installation of Debian, that went wrong, It installed the base system without actually configuring the whole system. In case its relevant. Cheers and thanks for reading and possibly helping. SOLUTION: Simply removing( or commenting) the lines corresponding to usb drives from fstab solved my issue. | I doubt if mtp would have anything to do with it. That's for cameras and media players. I had a similar problem recently with an ntfs USB drive. Fixed by removing entries from fstab (as kiyop suggested) and let udev handle it automatically. |
without going into details about how it came about, I have a machine with a 40GByte SSD containing a bootable root filesystem. the /home, /var, and swap were on a separate traditional rotating disk that failed. I only need this machine alive for a single task and then I can rebuild it...I need to examine some old software raid slice disks to see what is on them before I repurpose them. to that end I need to install the mdadm tools and drivers so that I can scan the (I think it was a two disk mirror), activate the mirror, and see what's on it. problem is, without /var/lib/dpkg/ there is no database of installed packages so I can't use traditional apt-get to install the needed stuff. Anyone know of a way to bypass the installed package database and force install a package directly from the distro mirrors? | I didn't think a mirror member needed 'reactivated' to read? If so, remind me of yet another reason not to bother with raid. Couldn't you simply attach them to another machine? |
I don't hear any sound by my pc after I installed Debian. Here info: System: Host: Shiki-Ryougi Kernel: 4.19.0-24-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: Xfce 4.12.4 Distro: Debian GNU/Linux 10 (buster) Machine: Type: Laptop System: Acer product: Aspire V3-571G v: V2.01 serial: <filter> Mobo: Acer model: VA50_HC_CR v: Type2 - Board Version serial: <filter> UEFI [Legacy]: Acer v: 2.01 date: 08/06/2012 Battery: ID-1: BAT1 charge: 16.0 Wh condition: 31.4/47.5 Wh (66%) model: SONY Li_Ion_4000mA status: Discharging CPU: Topology: Dual Core model: Intel Core i5-3210M bits: 64 type: MT MCP arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 19954 Speed: 1197 MHz min/max: 1200/3100 MHz Core speeds (MHz): 1: 1197 2: 1197 3: 1198 4: 1197 Graphics: Device-1: Intel 3rd Gen Core processor Graphics vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0 Device-2: NVIDIA GF108M [GeForce GT 630M] vendor: Acer Incorporated ALI driver: nouveau v: kernel bus ID: 01:00.0 Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa resolution: 1366x768~60Hz OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.3.6 direct render: Yes Audio: Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel bus ID: 00:1b.0 Device-2: NVIDIA GF108 High Definition Audio driver: snd_hda_intel v: kernel bus ID: 01:00.1 Sound Server: ALSA v: k4.19.0-24-amd64 Network: Device-1: Broadcom Limited NetLink BCM57785 Gigabit Ethernet PCIe vendor: Acer Incorporated ALI driver: tg3 v: 3.137 port: 2000 bus ID: 02:00.0 IF: enp2s0f0 state: down mac: <filter> Device-2: Qualcomm Atheros AR9462 Wireless Network Adapter vendor: Foxconn driver: ath9k v: kernel port: 2000 bus ID: 03:00.0 IF: wlp3s0 state: up mac: <filter> Drives: Local Storage: total: 698.64 GiB used: 7.09 GiB (1.0%) ID-1: /dev/sda vendor: Seagate model: ST9750420AS size: 698.64 GiB Partition: ID-1: / size: 678.90 GiB used: 7.09 GiB (1.0%) fs: ext4 dev: /dev/sda1 ID-2: swap-1 size: 7.82 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda5 Sensors: System Temperatures: cpu: 43.0 C mobo: N/A gpu: nouveau temp: 40 C Fan Speeds (RPM): N/A Info: Processes: 181 Uptime: 6m Memory: 7.62 GiB used: 1.13 GiB (14.9%) Init: systemd runlevel: 5 Compilers: gcc: N/A Shell: bash v: 5.0.3 inxi: 3.0.32 Someone can help me? | First of all, open the Audio Mixer and in the Configuration tab, make sure you have the appropriate profile selected. |
Hi there. For some background, I am Dutch and would like my system to have Dutch locale for time, measurements, addresses, etc. However, because I am a developer and frequently Tinker with my system, I would like my system language and numerics to be English. I edited my etc/default/locale to change this (since I couldn't in the settings GUI), but now I can't start my gnome-terminal. I have read online that this can be an issue with my locales. Can someone check what I did wrongly? Code: Select allLANG="nl_NL.UTF-8" LANGUAGE="en_GB.UTF-8" LC_MESSAGES="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" I came to this specfic setup, because, according to my understanding, LANG sets the default for all locales, while LANGUAGE sets specifically the system langauge, overriding the default. | Hello, You can open a terminal window and try starting gnome-terminal with the following command to look for error messages and record them in the file named log.txt: Code: Select allscript log.txt /usr/bin/gnome-terminal exit You could also verify what are the installed locales for "en" or "nl" with the command: Code: Select alllocale -a | grep -e "nl\|en" |
Hello! Since a few days ago my Debian PC started to drop into Grub recovery mode instead of booting and I have to manually set the prefix and root and then run insmod. Is there a way I can make this happen automatically so I don't have to do it every time? | Hello, If you wish, you can report here the output of the following commands (the inxi program must be installed) to give more information: Code: Select allscript log.txt inxi -Fxxxz cat /etc/fstab lsblk exit The output of the aforementioned commands will be in the file named log.txt |
Hey, I have a very strange, very sudden problem with logging in via LDAP from websites written in PHP, namely WordPress and DokuWiki. The strangest thing is, other systems work fine, I can login from a Debian 12 Desktop computer, I can login from uwsgi apps. Only PHP websites refuse to. And I can't get either to write any logs. And I haven't updated anything, as there currently are no updates. Both the web server and the auth server run on Debian 11, the LDAP server is an OpenLDAP server. | I was finally able to get these two lines from the journal: Code: Select allApr 30 12:23:35 www php-fpm7.4[1598004]: ool www: ldapdb_canonuser_plug_init() failed in sasl_canonuser_add_plugin(): invalid parameter supplied Apr 30 12:23:35 www php-fpm7.4[1598004]: ool www: _sasl_plugin_load failed on sasl_canonuser_init for plugin: ldapdb From dev console in the Dokuwiki I get these errors: Code: Select allcontent.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at Array.<anonymous> (content.js:7:88744) at c.trigger (content.js:7:81786) at HTMLDocument.<anonymous> (content.js:7:81311) (anonymous) @ content.js:7 c.trigger @ content.js:7 (anonymous) @ content.js:7 setTimeout (async) (anonymous) @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fire @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 ready @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 B @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at content.js:7:89004 (anonymous) @ content.js:7 setTimeout (async) (anonymous) @ content.js:7 c.trigger @ content.js:7 (anonymous) @ content.js:7 handler @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 dispatch @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 v.handle @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 trigger @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 (anonymous) @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 each @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 each @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 trigger @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 focusMarker @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 init @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 e @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 t @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 setTimeout (async) (anonymous) @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fire @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 ready @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 B @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 GET https://domain.de/lib/tpl/bootstrap3/iconify.php?prefix=mdi&icons=magnify,wrench,account,toolbox,file-document-outline,palette,alert-octagon,information,chevron-up,folder-open,folder,chevron-down net::ERR_ABORTED 404 a @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 be @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 setTimeout (async) me @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 S.loadImage @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 e @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 scanDOM @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 o.nextInitItem @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 o.nextInitItem @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 o.DOMReadyCallback @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 ae @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 GET https://domain.de/lib/tpl/bootstrap3/iconify.php?prefix=mdi&icons=lock net::ERR_ABORTED 404 a @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 be @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 setTimeout (async) me @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 S.loadImage @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 e @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 scanDOM @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 ye @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 setTimeout (async) (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 we @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at Array.<anonymous> (content.js:7:88744) at c.trigger (content.js:7:81786) at HTMLDocument.<anonymous> (content.js:7:81311) (anonymous) @ content.js:7 c.trigger @ content.js:7 (anonymous) @ content.js:7 content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at content.js:7:89004 With WordPress I get only these Code: Select allcontent.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at Array.<anonymous> (content.js:7:88744) at c.trigger (content.js:7:81786) at HTMLDocument.<anonymous> (content.js:7:81311) (anonymous) @ content.js:7 c.trigger @ content.js:7 (anonymous) @ content.js:7 setTimeout (async) (anonymous) @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fire @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 ready @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 B @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at content.js:7:89004 (anonymous) @ content.js:7 setTimeout (async) (anonymous) @ content.js:7 c.trigger @ content.js:7 (anonymous) @ content.js:7 handler @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 dispatch @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 v.handle @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 trigger @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 (anonymous) @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 each @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 each @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 trigger @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 focusMarker @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 init @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 e @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 t @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 setTimeout (async) (anonymous) @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fire @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 c @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 fireWith @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 ready @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 B @ jquery.php?tseed=34a552433bc33cc9c3bc32527289a0b2:2 js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 GET https://domain.de/lib/tpl/bootstrap3/iconify.php?prefix=mdi&icons=magnify,wrench,account,toolbox,file-document-outline,palette,alert-octagon,information,chevron-up,folder-open,folder,chevron-down net::ERR_ABORTED 404 a @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 be @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 setTimeout (async) me @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 S.loadImage @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 e @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 scanDOM @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 o.nextInitItem @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 o.nextInitItem @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 o.DOMReadyCallback @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 ae @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 GET https://domain.de/lib/tpl/bootstrap3/iconify.php?prefix=mdi&icons=lock net::ERR_ABORTED 404 a @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 be @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 setTimeout (async) me @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 S.loadImage @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 e @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 scanDOM @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 ye @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 setTimeout (async) (anonymous) @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 we @ js.php?t=bootstrap3&tseed=7a4370440595551cf498ecf09949be17:1 content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at Array.<anonymous> (content.js:7:88744) at c.trigger (content.js:7:81786) at HTMLDocument.<anonymous> (content.js:7:81311) (anonymous) @ content.js:7 c.trigger @ content.js:7 (anonymous) @ content.js:7 content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0') at content.js:7:89004 I didn't change any configuration regarding this, and as already explained, only PHP webpages are having trouble. Anybody got any ideas? |
Hi there. After updating Chromium does not start either from the terminal or graphically. quique@debian11:~$ neofetch _,met$$$$$gg. quique@debian11 ,g$$$$$$$$$$$$$$$P. --------------- ,g$$P" """Y$$.". OS: Debian GNU/Linux 11 (bullseye) i686 ,$$P' `$$$. Kernel: 5.10.0-21-686 ',$$P ,ggs. `$$b: Uptime: 1 hour, 11 mins `d$$' ,$P"' . $$$ Packages: 2077 (dpkg) $$P d$' , $$P Shell: bash 5.1.4 $$: $$. - ,d$$' Resolution: 1366x768 $$; Y$b._ _,d$P' DE: GNOME 3.38.6 Y$$. `.`"Y$$$$P"' WM: Mutter `$$b "-.__ WM Theme: Adwaita `Y$$ Theme: Adwaita [GTK2/3] `Y$$. Icons: Adwaita [GTK2/3] `$$b. Terminal: gnome-terminal `Y$$b. CPU: AMD FX-8350 (8) @ 4.000GHz `"Y$b._ GPU: NVIDIA GeForce GT 730 `""" Memory: 1484MiB / 3254MiB Thank you. All the best. | If you start it with a Terminal, by typing: chromium What does it say? Can you copy and paste the outcome here? |
I recently reinstalled Debian 11 with Xfce but cannot get Redshift or ANY nightlight program like gammastep or sct to work. They always just say "can't connect to Wayland". Are they any night light programs that work under Wayland? EDIT: Failing that, I would happily switch back to X11, but cannot work out how to do this either in Xfce. Any assistance would be greatly appreciated. | xfce doesn't use wayland, so you are already using X11. |
Hello there, I am new to Debian (but have used Ubuntu). I had an old mid 2010 21.5" iMac at home on which I have installed Debian 11 via iso on the usb. I started Live Debian session and installed the OS (by erasing mac OS completely). When installing via iso, I had a secondary Dell monitor connected to the iMac. I am not using nomodest, removed "quiet splash" from grub. $ lspci | grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96-XT [Mobility Radeon HD 4670] However I am having two issues: 1. on most logins, after some time (different everytime), the mouse icon goes invisible. I can see it is moving with my physical mouse movement as different links highlight when the invisible mouse is on them, etc. 2. if I use "switch user", the primary screen (iMac) goes blank - which has the login credential input window, and the secondary window (Dell) has the login background blue colour. Can anybody help me with this please? I suspect it is an issue with the old graphics card (I have contrib and non free on my sources.list). The second issue is not bothering so much, but I really cannot continue with the mouse going invisible and there is no trend to it. I would say a small percentage of logins, mouse icon stays visible, but on most majority of logins, it goes invisible. The only choice left with me is to restart the machine! Thank you | Hello, aytida wrote: 2023-03-19 22:38 Can anybody help me with this please? I suspect it is an issue with the old graphics card (I have contrib and non free on my sources.list). The second issue is not bothering so much, but I really cannot continue with the mouse going invisible and there is no trend to it. I would say a small percentage of logins, mouse icon stays visible, but on most majority of logins, it goes invisible. The only choice left with me is to restart the machine! You could try to analyze system log searching for clues (error/warning messages) from a virtual console (ctrl-alt-f2 or ctrl-alt-f3) after that the issue has occurred. For example, to get system log of last boot, the commands are (as root user): Code: Select allscript log.txt journalctl -b --no-pager exit The output of previous commands will be recorded in the file named log.txt It would be useful to have other information about your install. You can use the inxi command to this extent. |
I have an external ssd (USB3), and using Rufus https://rufus.ie/en/ and an .iso Bullseye netinstall image (https://www.debian.org/CD/live/), I tried to make an operating system that I could plug into a Windows 10 laptop and have Bullseye instead of Windows. The .iso was placed on the Windows Desktop. Rufus finds it and seems to install Bullseye. But I'm so inept at Windows I don't know if I was to use NTFS, UEFI, or just what. In any case, while I can plug the drive into my production Bullseye and see the standard Linux directories names' I cannot get the Acer laptop UEFI to see the device. So no booting to it. I know this isn't the best forum for this question, but I'm so weak at this I must start somewhere. If you know a correct forum, please post it. Rufus has no forum. Thanks for reading to this point. Feel free to say I should post this elsewhere. | You probably didn't destroy it, unless you installed Bullseye over the Win partition. Maybe just incorrectly installed the bootloader. |
I have a NAS (QNAP) that contains some files with non-Latin names. When I connect to that NAS from my Debian box through AutoFS (I believe it is NFS since the mount is /net/<ip address>/Directory However, when I look at the names through ls instead of seeing the normal names I see something like: ''$'\320\224\320\220\320\243' Other systems seem to be able to decode the names, but not Debian. Looking for suggestions on how to debug and fix. Is this a problem on my Debian box? Code: Select all$ uname -a Linux freedombox 5.10.0-21-armmp-lpae #1 SMP Debian 5.10.162-1 (2023-01-21) armv7l GNU/Linux Code: Select all$ ls ''$'\320\224\320\220\320\243' ''$'\320\234\320\270\321\217\320\264\320\267\320\260\320\272\320\270' Any guidance is greatly appreciated. | Hello, It seems you are running Debian on a arm architecture. What is exactly your hardware ? You can check with the command (the inxi program has to be installed): Code: Select allinxi -Fxxxz dellarovere wrote: 2023-04-06 02:43 I have a NAS (QNAP) that contains some files with non-Latin names. What character sets and encodings are you using for these names ? What is the output of the mount command after the network share is connected ? You can use the following command to check: Code: Select allmount > mount.log The file named "mount.log" will contain the output of mount command. You can analyse it or report it in a follow up message. This [1] could be an useful reference for further informations. Perhaps, you have to install the character sets for the language you are using. --- [1] https://www.debian.org/doc/manuals/intro-i18n/ |
Hello, Few monts ago. Installed VirtualBox, Extensions Pack. As guest installed windows 10. Installed guest additions in widows guest. All ok, Got full screen. Yesterday I had a surprise No fullscreen in guest session. Only 1024x768 max resolution. Code: Select all$uname -a Linux romeo-hp 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux $VBoxManage --version 7.0.0r153978 $VBoxManage list extpacks Extension Packs: 1 Pack no. 0: Oracle VM VirtualBox Extension Pack Version: 7.0.0 Revision: 153978 Edition: Description: Oracle Cloud Infrastructure integration, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe, full VM encryption. VRDE Module: VBoxVRDP Crypto Module: VBoxPuelCrypto Usable: true I tried version 7.0.6 with same results. Any sugestions ? Thanks ! | Hello, Search for messages in kernel log about vbox services, for example: Code: Select allsu -l -c "journalctl -b --no-pager | grep vbox" |
I want to change the text of this line to read sudo instead of su. Yes I see the #. su sudo=su|sudo [TYPE STRING] # SU IS DEFAULT I have a HP hplip* file with deprecated su's in it. I'll likely have to manually fix the 12 to 15 lines with su in them, but as running the hplip-xx-xx.run fails on entering the password, and I'm very confused about which #root I am to edit and save the edits, I'm here, asking for help. These files seem to rewrite themselves on a reboot, so I can't figure how to edit them. * this is an installer file provided by HP's Linux printer driver division. It is the Debian download. Thank you. | Hello, Do you want to modify the script in the header of a hplip-xx-xx.run file downloaded from the HP Linux Imaging and Printing site ? What is exactly the file name and its URL ? In the line: Code: Select allsu sudo=su|sudo [TYPE STRING] # SU IS DEFAULT the # character is a comment prefix: it means that the text after it ("SU IS DEFAULT") is a comment, while the text before it is code. It has nothing to do with the "root" user. I have a HP hplip* file with deprecated su's in it. If by deprecated you mean that it does not use the "-l" option, then you can simply add it to the script |
On Debian 11.6, newly installed, I have put the Gnome settings in battery options to never put the screen idle. Still from time to time,. even when not idle, the screen gets darker. I am on a DELL laptop, 100% in battery. Many thanks if you av an advice. | I believe you may need to deactivate the dim screen button. It is in the same settings section - Power. Dim screen is separate operation from Blank screen. Both can be adjusted. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.