Questions tagged [debian-bullseye]

24 questions
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
  • 441
  • 3
  • 17
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
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…
Indy Maat
  • 11
  • 4
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

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…
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
0 answers

Permission denied for root on tmpfs

I set up a new webserver on Debian Bullseye (11). I have exactly the same server with Debian Stretch (9) (everything works there). The webserver (lighttpd) writes its logs to /home/foobar/logs/ /home/foobar/logs is mounted as tmpfs /etc/fstab: tmpfs…
fx123
  • 1
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
0
votes
1 answer

Debian: install newest (newer than default) version of single package (but don't break when default catches up)

I'm using debian bullseye. I want to install a newer version than default for a single package: python3. I do not want this behaviour for all packages. Also I do not want to install from a tar ball, since this won't work with apt update. Also I want…
Asqiir
  • 149
  • 10
0
votes
0 answers

How to connect Orange Pi 3 lts to Pixhawk?

I'm trying to connect Orange Pi 3 to Pixhawk using UART TX RX pins. Which pin should i use? And which connection string should I write on dronekit library? Like /dev/ttyS0.
0
votes
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
  • 1
0
votes
0 answers

How to connect to Soundcloud in Tizonia?

I want to connect my Tizonia player installation to Soundcloud. Following the instructions here, it is suggested to hit that "Connect with Soundcloud" button, which leads to a dubious site with no interface, asking to sign in. Is it legitimate? I…
GPWR
  • 441
  • 3
  • 17
0
votes
1 answer

Unable to locate package `tizonia-all`

I'm trying to install the Tizonia cloud music player on Debian GNU/Linux 11 (bullseye). I've gone past a few issues already, but now I'm stuck at this stage: E: Unable to locate package tizonia-all Oops. Something went wrong! The command I'm using…
GPWR
  • 441
  • 3
  • 17
0
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…
1
2