Questions tagged [debian-bullseye]

26 questions
2
votes
0 answers

How do I update MongoDB gpg keys on Debian Linux bullseye 11?

OS: Debian 11 bullseye Kernel: x86_64 Linux 5.10.0-26-cloud-amd64 I did: apt-get update and got: Err:11 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/3.6 Release.gpg The following signatures were invalid: EXPKEYSIG 58712A2291FA4AD5 MongoDB…
2
votes
0 answers

Ansible automatic ssh authentication using passphrase protected private key

I can't seem to get ansible to automatically pick up the SSH identity that I've added, and if I am prompted for the passphrase on my private key my passphrase seems to not be accepted, while the same passphrase is accepted when just SSH'ing without…
2
votes
2 answers

How to install “libspotify12” on Debian Bullseye?

I'm running Debian GNU/Linux 11 (bullseye). I'm trying to install the Tizonia cloud music player for the terminal. I ran the command: curl -kL https://github.com/tizonia/tizonia-openmax-il/raw/master/tools/install.sh | bash But I end up getting the…
GPWR
  • 575
2
votes
0 answers

Using QMI interface for SIM7600-H 4G module in Debian Bullseye

I am quite new to this, so be patient with me. I want to establish a connection via LTE over a SIM7600-H 4G module. The module is built in an IPC, so I have no choice but using this module. On the IPC I have an freshly installed Debian Bullseye…
2
votes
1 answer

how totally remove unexistent service from systemd/systemctl?

No files, no symlinks, service does not exist. systemctl unit not listed, unit-file not listed. systemctl daemon-reload systemctl reset-failed systemctl reboot 0 loaded units listed. log entry cycle: Scheduled restart job, restart counter is at…
2
votes
1 answer

Debian "apt-get" with pinned packages stop working with "Unable to correct problems, you have held broken packages"

Summary Pinned packages versions used to work, but stop working after some time. I've pinned packages' versions to have stable CI/CD and reproducible builds. But these pinned versions may start to fail to install at any moment. Nonsense! Steps to…
Nairum
  • 121
  • 3
1
vote
1 answer

Apt unmet dependencies but package is installed

I use Docker with debian:bullseye to build application with cross compiler. I'm trying to install libglib2.0-dev for arm64: apt install libglib2.0-dev:arm64 And receiving issue: The following packages have unmet dependencies: libglib2.0-dev:arm64…
1
vote
0 answers

Restart Firefox-esr to speed up the machine

Firefox ESR is too slow to load a site. More than 3 min to load ludwig.guru/, waited for 3 mins then killed the app. less than 10 secs after reboot https://docs.python.org/3/library/sqlite3.html#sqlite3-howtos 53 sec before reboot. After reboot 30…
1
vote
1 answer

Buster to Bullseye Upgrade Error

I am trying to update my Raspberry Pi from Buster to Bullseye. I receive the error The following packages have unmet dependencies: libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-6+rpi1 is to be installed I found a workaround at how to…
horo
  • 11
1
vote
3 answers

How systemctl scheduler works and where it stores running services data?

I'm not asking about the files in the filesystem that configures the services, but about the internal database of systemctl itself, or perhaps the files that systemctl creates. Questions: How does systemctl scheduler work? Where is its data about…
1
vote
1 answer

Does Debian apt-get upgrade has a way to specify the updates to make

Looking at the apg-get upgrade options, I do not see a way to specify up to what Debian version to apply updates. For example, if I have Debian 10.0 currently, is there a way to say; "I would like to apply all updates up to 10.10 but not everything…
toddysm
  • 113
  • 4
0
votes
0 answers

Bullseye/Win11 DualBoot - How to compile a old version of kernel in the Bullseye partition

I am running Debian Bullseye. For some analysis of an old codebase requiring older versions VirtualBox that in turn can only be usable with a older linux kernel (eg. v4.x), I want to compile the same on my Bullseye. root@debian:~# uname…
user900454
0
votes
0 answers

Mangled fonts in GUI applications on Debian 11

I have a pretty fresh Debian 11 installation, running in a VirtualBox VM on Windows 10. The fonts in question look as if each glyph has many missing parts / as if the visible parts, such as they are, are correct. I must have forgotten to install or…
Zsar
  • 537
0
votes
1 answer

Suspend/Resume restarts the machine (GNOME)

2023-05-19 GNOME "Power Off/Log Out -> Suspend" restarted the machine three times in a row. I was trying to suspend the machine from the lock screen (before logging in). Usually this restart happens rare, once in say three days. Ditto after…
0
votes
1 answer

How to install libldap-2.5.0 on Bullseye?

I'm setting up logins, backed by sssd & AD, on Bullseye machines. Judging the error logging, it looks like I ran into sssd issue 5720. Which is about a requirement mismatch between libldap and sssd. Sssd requires cldap support, while libldap doesn't…
JG801
  • 1
1
2