Questions tagged [debian-bullseye]

For questions on Bullseye - the development codename for Debian 11

Bullseye is the development codename for Debian 11 Debian version history

43 questions
8
votes
2 answers

ISC DHCP client (dhclient) alternative?

I've just seen the news on https://www.isc.org/dhcp : ISC has ended development on the ISC DHCP client as of early 2022. This client implementation is no longer maintained and should not be used in production any longer. Now that dhclient seems to…
kol
  • 241
  • 2
  • 9
3
votes
1 answer

GnuTLS error signal 4 on QEMU/KVM with cpu set to "host-model"

In order to be able to script VM generation on our Debian 11 QEMU/KVM hosts I wrote a little python script which uses virt-install to setup new virtual machines (with OS Ubuntu 22.04). In those VMs created programmatically, however, I was not able…
Apollo13
  • 103
3
votes
1 answer

Install nodejs 20 on Debian Bullseye in Docker

I have Debian in a Docker container, and was installing NodeJS like this: RUN curl -sL https://deb.nodesource.com/setup_18.x | bash ;\ apt-get update; \ apt-get install -y nodejs It worked well enough for a year (dependencies are…
3
votes
1 answer

apt-get update error in Debian 11 "Temporary failure resolving" and also "Failed to fetch"

This is what I get when I run the apt-get update on my debian 11 server. Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org' Err:2 http://packages.sury.org/php bullseye InRelease Temporary failure…
2
votes
2 answers

Docker repository does not have a release file for apt-get update on debian bullseye

Trying to get an updated / current version of docker on debian bullseye, I get: $ sudo apt-get update ... Ign:14 https://download.docker.com/linux/ubuntu bullseye InRelease Err:15 https://download.docker.com/linux/ubuntu bullseye Release 404 Not…
2
votes
3 answers

Apache on debian don't redirect http to https correctly

Debian 11 config file: /etc/apache2/sites-enabled/000-default.conf RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} ServerName…
Ishayahu
  • 187
2
votes
1 answer

On Debian 11, how to change from xfce4 to GNOME desktop

I installed xfce4 with lightdm on my Debian server (EC2) for users to connect over vnc, so I could run Proton and Windows games. I've since discovered that Flatpak, AppImage, Lutris and Proton greatly prefer GNOME desktop and the plugins for them.…
gwhiz
  • 57
2
votes
2 answers

Error restarting networking service

I am trying to set both a static ipv4 address and a static ipv6 address on a home hosted Debian 11 server (it's actually just a PC). Here is my /etc/network/interfaces : # This file describes the network interfaces available on your system # and how…
2
votes
0 answers

x11vnc -reflect listen crashes when the source VNC server connects to it

I want to run x11vnc in reflect mode and reverse/listenning connection mode. So, x11vnc it's going to act as a repeater for another vnc server and it's going to wait for this second vnc server to connect to itself. Here it's the…
Héctor
  • 161
1
vote
1 answer

nvidia driver not present on debian bullseye after installing cuda

I'm trying to get nvidia gpu drivers and related software installed / upgrades on a debian bullseye system and having trouble. I tried following the instructions for installing cuda, but when I get to step 13.2.1 "Install Persistence Daemon", it…
1
vote
0 answers

Backup drive on Linux system keeps getting corrupt. How to troubleshoot?

My webserver (Debian BullsEye) has an internal 2TB harddrive which sole purpose is to hold a backup of the server's main HD. Every day a cronjob is started that creates a backup using rsync. But every few days, the backup drive gets corrupted and…
user490858
1
vote
0 answers

Emails sent with Perl NET::SMTP through Exim and then Postfix slow down when coming from one particular server

We have several servers set up on Debian 11 (Bullseye). One of the processes we run on all servers at regular interval during the day, with cron, is a perl script that reads from a MySQL database and sends emails with relevant data. The number of…
1
vote
1 answer

Start Apache on-demand using systemd socket activation

I have a local website on Debian 11 which is rarely used so I thought I might want to start Apache using systemd socket activation when visiting the site and then shut down after few minutes of inactivity. After installing apache on debian I stop…
Matteo
  • 111
  • 1
  • 2
1
vote
0 answers

Debian Preseed: Malformed IP address

I am trying to deploy a Debian 11.6 host using preseed. This is my config: # This preseed file was rendered from the Foreman provisioning template "Preseed default". # for s293.example.org running Debian 11 # Organization: Default Organization #…
SPQRInc
  • 161
1
vote
0 answers

Debian installation - how to correctly partition the disk?

My system: most recent Debian 11 image vServer running at my hosting provider virtualized via Xen normal HDD, no SSD; no lvm or raid used Somehow I managed to install Debian 11 with misaligned partitions. (this question is a follow-up of this…
1
2 3