Questions tagged [debian-buster]

139 questions
3
votes
2 answers

rudder-relayd.service: Failed at step NAMESPACE - Permission denied

I'm trying to use rudder-server on a Debian buster at work, the webapp works fine but one of the rudder services does'nt work and I can't receive reports from other nodes : ● rudder-relayd.service - Rudder Relay Daemon Loaded: loaded…
Matias V
  • 51
  • 6
3
votes
2 answers

Why is IPv6 disabled upon reboot even after configuring sysctl.conf?

First of all it cracks me up how many articles are out there to force IPv6 OFF on linux servers. Come on folks, get with the new! :D root@hodor:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux…
Lon Kaut
  • 151
  • 5
3
votes
1 answer

Debain 10 - Installing kernel 5 from backports

I tried to install kernel 5.x from backports in a frsh installed debian 10 and I failed because I have a 10G NIC: echo deb http://deb.debian.org/debian buster-backports main contrib non-free > /etc/apt/sources.list.d/buster-backports.list apt-get…
Janning
  • 1,421
  • 2
  • 21
  • 38
2
votes
0 answers

Debian Buster IPv6 Configuration

My VPS provider supports IPv6. So I want to use it with Debian Buster. I cannot ping the VM from Outside. IPv4 works fine, but IPv6 fail. My /etc/network/interfaces looks like this: source /etc/network/interfaces.d/* auto lo iface lo inet…
Gill-Bates
  • 585
  • 2
  • 8
  • 23
2
votes
1 answer

Debian - after update bind9 cannot create log in /var/log/bind

Just upgraded debian and named is not starting now. I have 2 log channels configured: channel "named_log" { file "/var/log/bind/named.log" versions 10 size 2m; severity dynamic; print-category yes; print-severity…
BUKTOP
  • 155
  • 1
  • 8
2
votes
1 answer

How do you port forward a privileged sub-1024 port to a non-privileged 1024+ port with firewalld?

The Question How do you port forward a privileged sub-1024 port to a non-privileged 1024+ port with firewalld? The Reason Why we are doing this? We want to be able to switch the non-privileged 1050 port on the gateway and use a different upstream…
user371793
  • 27
  • 6
2
votes
0 answers

apt-get: libc6 upgrade needed but can't be installed; Kernel update needed but can't be done like anything else

Hello serverfault community! After upgrading to Debian Buster apt doesn't seem to work in any way. I've read and tried several solutions but none of these worked. Output when I try to install any package or execute apt dist-upgrade: Building…
Orca37
  • 21
  • 1
  • 3
2
votes
1 answer

E: Package 'xtables-addons-common' has no installation candidate

I'm trying to install rules to block some countries on my debian 10 server, but I find everywhere that I need to install xtables-addons-common however the package doesn't seem to exist in my debian. When I do: apt-get install xtables-addons-common…
Entretoiz
  • 73
  • 2
  • 5
2
votes
1 answer

Ansible apt module hangs, process sleeping

Ansible version: ansible 2.9.6 Remote servers: "Debian GNU/Linux 10 (buster)" Ansible module: apt I'm running a simple playbook on 2 debian 10 nodes. I install Debian 10 with an ansible playbook on both nodes. After that, I run the next role on a…
VictorMJ
  • 108
  • 1
  • 5
2
votes
1 answer

Cannot update apt https repositories via corporate proxy ("reading from proxy failed") on Debian 10 buster

Trying to run apt-get update against https repositories on a Debian 10 host which has an apt proxy configured. This example shows the output when trying to update from the grafana apt repository: # cat /etc/apt/sources.list.d/grafana.list deb…
prtakk
  • 21
  • 1
  • 2
2
votes
3 answers

clamav "killed" with no explanation

On a Debian 10 server I have this problem with clamav: root@vps:~# clamscan -r -v --stdout / Killed You see I use the verbose flag but that does not give me any information. In years of using clam I have not had this problem. I know it's not a…
Jason Cotman
  • 132
  • 2
  • 7
2
votes
1 answer

Cannot login to SQL Server instance installed on Debian using domain account

I can login to SQL Server 2019 (installed on Debian Buster) with SA account using SQL Management Studio on Windows Server 2016, but I cannot do this with the domain account using integrated authentication. 1. The DebianVM (hyper-v) has joined to…
2
votes
1 answer

Nginx fails on high load with Debian10 and not with Debian9

We had never any problems with nginx. We use 5 nginx server as loadbalancers in front of many spring boot application servers. We were running them for years on debian 9 with the default nginx package 1.10.3. Now we switched three of our…
Janning
  • 1,421
  • 2
  • 21
  • 38
1
vote
2 answers

ufw Firewall disabled after reboot

On Debian Buster I have installed the UFW Firewall However, after enabling $ ufw enable Command may disrupt existing ssh connections. Proceed with operation (y|n)? y Firewall is active and enabled on system startup The Firewall is disabled after…
Gill-Bates
  • 585
  • 2
  • 8
  • 23
1
vote
2 answers

su: authentication failure (password correct, setup worked before, nothing changed)

Most of the issues I found are related to new installs, root password being disabled by default, or things falling apart after some changes. None of that applies here: in my case nothing was changed, nothing new installed; everything was working…
ᴍᴇʜᴏᴠ
  • 577
  • 1
  • 6
  • 20
1
2
3
9 10