Questions tagged [debian-bullseye]
43 questions
5
votes
1 answer
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
- 191
- 8
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
- 1
- 2
- 11
2
votes
0 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…

Matthieu POIROT
- 21
- 1
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
- 141
- 1
- 6
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…

Zippy1970
- 247
- 1
- 4
- 12
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…

InLibrolivier
- 11
- 2
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…

archygriswald
- 143
- 1
- 11
1
vote
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…

tlholoheloh101
- 11
- 1
- 1
- 3
1
vote
1 answer
ip6tables state does not allow http connection outside LAN
I have a Debian 11 machine acting as a router (machine A) for IPv6 with WAN (bond0) and LAN (bond1) interface and another Debian 11 machine (machine B) connected to its LAN interface. This setup works correctly as expected, until I setup the…

Darwick
- 121
- 3
1
vote
1 answer
Configuration Issues with XRDP and Gnome on Debian 11 server
I have a light duty Debian 11 (Bullseye) server. It will mostly be a file server when ready. I had installed XRDP so I can connect to and manage it from my Win10 machine when working with the UI would make more sense, depending on what I was doing.…

Michael McCauley
- 111
- 1
- 3
1
vote
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
- 37
- 5
1
vote
0 answers
Podman is unable to start container with SELinux (sd-bus call permission error)
Here is the command I am using to start the container:
podman run -d --name busybox-top -v ./src:/dest:Z busybox top
Error:
Error: sd-bus call: Permission denied: OCI permission denied
I do not have in my user home directory (the user is not root)…

jnbdz
- 927
- 5
- 24
- 46
1
vote
1 answer
Debian 11 dpkg-reconfigure cloud-init does not run the graphical menu
I'm trying to run dpkg-reconfigure cloud-init on Debian 11
After I run the command, this shows up multiple times in the terminal:
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME =…

Philip Scot
- 15
- 4
0
votes
0 answers
Config Wizard error in Rspamd on dkim step in Debian Bullseye
Using fresh Debian 11.7 installation I’m trying to setup RSpamd using configwizard, but in the last step of building the private key I got the following error:
Do you want to create privkey /var/lib/rspamd/dkim/domain.tld.2023.key[Y/n]: y
call to…

MaxMil
- 101
- 1
0
votes
1 answer
Find out what's causing the sudden rise in traffic?
My webserver (Debian Bullseye, Apache2) is serving about 50 (small) websites spread over 16 ip addresses. I just noticed that on one of the ip addresses, since the beginning of this month traffic has gone up from an average of 3k/s to an average of…

Zippy1970
- 247
- 1
- 4
- 12