Questions tagged [debian-bullseye]
43 questions
0
votes
0 answers
Cannot insert ufw rule for IPv6 addresses
I have a server which is being tested and not yet ready for public access, hence general traffic is blocked by ufw.
I am trying to add some Google IP address ranges in the allowed rules which need to be on top of the other rules.
All the IPv4…

Dave White
- 101
- 1
0
votes
0 answers
Compute Engine Instance loses network access
I am using multiple Compute Engine Instances and randomly sometimes they seem to be loosing network access. Nothing changed, the certain instance in this case was running about 80 days without any error.
In /var/log/syslog the following erros…
0
votes
0 answers
Old Sphinx 0.99 on Debian 11?
I plan to move several websites that use Sphinx 0.99 including its old PHP API to a new Server running Debian 10 or 11 and wonder if it would even work to get this old Sphinx version running.
To adjust the old PHP API for PHP 8 I think I could do…

Jonny 5
- 101
- 2
0
votes
0 answers
How to delete Software RAID1 partition?
I have Debian 11 server with software RAID 1 without lvm:
root@debian-base ~ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme1n1 259:0 0 3.5T 0 disk
├─nvme1n1p1 259:1 0 4G 0 part
│ └─md0 9:0 0 4G 0 raid1…

MAMProgr
- 103
- 1
0
votes
1 answer
Apache2 mod_autoindex IndexStyleSheet Directive not applying CSS within mod_userdir directories
I am using mod_userdir to share files using mod_autoindex to generate a directory index for people to browse and access them, and due to the retina burning nature of the default CSS I wish to rework the CSS to something darker. While I can do this…

squirrel_killer-
- 1
- 3
0
votes
0 answers
Destination Host Unreachable: Failover IP Addresses
I have added two additional IP addresses following this guide: https://docs.ovh.com/ie/en/dedicated/network-ipaliasing/#debian-9-ubuntu-1704-and-arch-linux_1
cat…

Dawid
- 1
- 1
0
votes
1 answer
Can't correctly bring up a second network interface on Debian 11
I'm currently coding a network configuration role used by Ansible to customize our fresh new virtual machine that came from our Debian 11 template.
I got a weird issue while I try to set up and configure 2 physical network interfaces.
When i deploy…

motorbass
- 303
- 2
- 12
0
votes
0 answers
Apache service keeps failing to start
So, it's as the title says. Apache doesn't start no matter what I try, and I can't seem to figure out what's wrong.
systemctl status apache2 reports
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
…

anark10n
- 153
- 1
- 3
- 12
0
votes
1 answer
Automysqlbackup does not use the configured password
I have automysqlbackup installed on debian. I added USERNAME and PASSWORD to /etc/default/automysqlbackup, but when automysqlbackup runs, I get the output:
/etc/cron.daily/automysqlbackup:
ERROR 1045 (28000): Access denied for user…

allo
- 1,620
- 2
- 22
- 39
0
votes
0 answers
dhcpcd "carrier acquired" when wpa_supplicant stopped
A system I am working on was based on Debian Buster (via Raspberry Pi OS).
I could shut down Wi-Fi by stopping wpa_supplicant, and it worked fine.
I have now updated my system to be based on Debian Bullseye, and things aren't working right any…
0
votes
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
- 101
0
votes
0 answers
Cockpit web interface returns "disconnected" after login attempt
It was working normally and the only changes that were made before this problem was changing the IP addresses of the network interfaces.
This is "syslog" when I try to login as "root"
Jan 17 07:21:01 server-hostanme systemd[1]: user@0.service:…
0
votes
1 answer
How to continue Debian installation after comparing config files?
Noob question here. I'm updating Debian from Buster to Bullseye. A configuration file change question popped up and I choose to compare the 2 files. Now, how do I get out of the compare option and continue the installation?

Forza
- 101
- 2
0
votes
2 answers
Advices on automating installation for Debian 11
I'm currently trying to automate Debian 11 template creation through Packer for Nutanix environment and need some advices about preseeding/automating Debian installation.
First of all, after reading this bible…

motorbass
- 303
- 2
- 12
0
votes
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
- 151
- 1
- 5