Questions tagged [debian-buster]
139 questions
0
votes
1 answer
zabbix : prob.... with defaults entries ; TTY=unknown ; PWD=/ ; USER=root ;
Zabbix sends me those annoying emails with body:
zabbix : problem with defaults entries ; TTY=unknown ; PWD=/ ; USER=root ;
Now I do not have sssd installed, nor do I have sss word in /etc/nsswitch.conf, like this answer would suggest.
What I do…

LetMeSOThat4U
- 1,371
- 2
- 17
- 35
0
votes
1 answer
OpenVPN configuration works under CLI but not on NetworkManager (TLS handshake failed)
sudo openvpn --config [VPN-NAME].ovpn: works
NetworkManager configuration: doesn't work (while being the same, copypasted config)
[VPN-NAME].ovpn:
dev tun
persist-tun
persist-key
ncp-disable
cipher AES-256-CBC
auth…

bryanpedini
- 1
- 4
0
votes
1 answer
Tunneling cannot be enabled without the local_ip
I am trying to get an OS instance up&running on my local infrastructure (currently VirtualBox VMs only) using the official install-guides for Debian/Ubuntu as I am running on Debian 10 (Buster).
OS stream is Viktoria.
Setup is as minimalistic as…

linuxguru
- 1
- 1
0
votes
1 answer
Having startup messages on virtual tty (monitor) AND serial console
I have enabled serial console over null-modem cable in Debian 10 like this:
/etc/default/grub:
GRUB_CMDLINE_LINUX="console=ttyS0,115200n8"
GRUB_TERMINAL=console
then systemctl enable serial-getty@ttyS0.service.
That was all there was to it.…

LetMeSOThat4U
- 1,371
- 2
- 17
- 35
0
votes
1 answer
Change password length for MariaDB
I'm currently working with mariadb and phpmyadmin on my debian 10 server. For some reason mariadb only allows passwords with a maximum length of 79 characters. If I specify a password that is longer than 79 characters I can easily login to…

Torge Stehr
- 5
- 4
0
votes
1 answer
Kernel IP forwarding not enabled for ethernet interface on boot
To enable IP forwarding on boot in Debian, you put the following in /etc/sysctl.conf:
net.ipv4.ip_forward=1
I've done it thousands of times, and it has always worked without issues. But there is this one Debian Buster machine on which forwarding is…

Nikša Baldun
- 141
- 5
0
votes
0 answers
realtek r8168 debian buster lost connexions on add-on card
We want to use 2 double port ethetnet card in lenovo M720e.
cards are dexlan ref FG-ENW02C-1-UC04 / pcie 1x dual giga ports.
we install debian 10.
we change grub so we have ethX and not enpXs0.
first card on pcie x16 port
second card on pcie x1…

nicolas_renault
- 1
- 1
0
votes
0 answers
gRPC failed with StatusCode.UNAVAILABLE: failed to connect to all addresses
I am trying to set up Tinode messenger on Debian 10 Buster server.
For some reason when I run a Pyhon command to access messenger's grpc service on localhost, port 16060:
python tn-cli.py --login-basic=alice:alice123
server returns:
gRPC failed…

Tfsur
- 3
- 1
- 2
0
votes
0 answers
Apache is serving SSL when its not in the vhost configuration
We have multiple sites in our apache configuration.
All of these sites are defined in their own vhost.
However we have a site that is served on SSL when it is not defined in our VHOSTS:
Here is the output of apachectl -S
VirtualHost…

Brian Herman
- 1
- 1
0
votes
1 answer
How do I do a clean upgrade of roundcube on Debian buster?
I have a Debian buster machine on an AWS instance. /etc/apt/sources already has the backport url in it.
I have installed Roundcube already using the stable release. I want to upgrade this package to the testing release with as little trouble as…

StevieD
- 514
- 8
- 24
0
votes
1 answer
`unattended-upgrades` seemingly fails to do `apt-get update` first
I have unattended-upgrades that won't upgrade. It's been a full month and its log is empty.
So I checked manually to confirm it thinks there's nothing to upgrade.
# unattended-upgrades --dry-run --debug
Initial blacklist :
Initial whitelist:…

ᴍᴇʜᴏᴠ
- 577
- 1
- 6
- 20
0
votes
0 answers
Debian Buster can't find package
I am using a debian buster based docker image. I want to install this package:
https://packages.debian.org/buster/php-memcache
But when I try it says package not found:
# apt install php-memcache
Reading package lists... Done
Building dependency…

Guerrilla
- 243
- 7
- 18
0
votes
2 answers
Global use of 'aliases' on Debian 10
I've been trying to add global use of aliases on my Debian 10 instance with no luck.
What I've already attempted is adding my aliases to /etc/bash.bashrc as well as adding this snippet to /etc/profile to source it without it working.
if [ -f…

CranberryPie
- 1
- 1
0
votes
1 answer
sysctl disable IPv6 autoconf
I'm trying to setup IPv6 on my OVH server using their guide.
In the article they recommend to
disable IPv6 autoconf and router advertising to prevent known issues
You can do so by adding the following lines to your sysctl.conf file, which is…

Christian Klemm
- 103
- 5
0
votes
0 answers
MariaDB install failling on Debian 10 based VM
Trying to simply install MariaDB server on Azure Debian 10 VM host
However it fails during the process
I had tried few different ways but it seems to get stuck somewhere in the half way
The last i tried was using this link…

antoniogbn
- 13
- 3