Questions tagged [debian-buster]

139 questions
1
vote
1 answer

Is it possible to have nullmailer resolve recipient's MX servers like sendmail does?

I installed nullmailer on a Debian 10 VPS. root@:~# cat /etc/nullmailer/remotes hotmail-com.olc.protection.outlook.com echo "Subject: test" | sendmail -v me@hotmail.com works, I receive the e-mail. echo "Subject: test" | sendmail -v…
ᴍᴇʜᴏᴠ
  • 577
  • 1
  • 6
  • 20
1
vote
1 answer

Error: Couldn't drop privileges: User is missing UID (see mail_uid setting)

I have an email system that is setup loosely around the ISPMail guides here - https://workaround.org/ispmail/buster/ I am trying to setup a script for automatic password scheme migration, but I'm running into issues. I've been following guides…
Aaron A
  • 239
  • 2
  • 14
1
vote
1 answer

How to update /etc/os-release

I installed debian buster on a server while it was the debian testing release. Now that buster is the current stable release, I've updated /etc/apt/sources.list and run apt-get update, apt-get upgrade, and apt-get dist-upgrade. However my…
1
vote
0 answers

lxc with apparmor - where should be defined profiles

I created /root/example.sh from here at the host, and with aa-genprof denied it. # ./example.sh This is an apparmor example. ./example.sh: line 5: /usr/bin/touch: Permission denied File created ./example.sh: line 8: /bin/rm: Permission denied File…
SledgehammerPL
  • 773
  • 9
  • 16
1
vote
2 answers

Dovecot lxc apparmor denied (Buster)

I can't run dovecot in lxc on Buster. I turn off PrivateTmp, but it isn't enough... Still : [ 4850.883141] audit: type=1400 audit(1563803461.322:34): apparmor="DENIED" operation="mount" info="failed flags match" error=-13…
SledgehammerPL
  • 773
  • 9
  • 16
1
vote
1 answer

Cannot downgrade linux-image-amd64

Some time ago, I wanted to try the 5.10.127-2~bpo10+1 kernel on Debian 10 Buster system. However, that kernel was not maintained nor patched by Debian any longer. Now, new 4.19.x kernels no longer upgrade automatically, as the linux-image-amd64…
mt42
  • 131
  • 1
  • 6
1
vote
2 answers

rsyslog won't start - pid already exist

I was trying to configure rsyslog to forward logs from a specific file to a syslogserver and I ended up purging the whole configuration (the rsyslog service was stuck - wouldn't start) .. so I purged everything, and installed everything from scratch…
Mr.P
  • 109
  • 9
1
vote
0 answers

Debian 10 network configuration not applied on boot or link reset

I am missing something on a Debian 10 server: my network configuration is not applied on reboot or after the link is reset. In my case, the server has two interface: eno3 (public) and eno4 (private). The eno3 interface is configured via DHCP. The…
MaxAuray
  • 121
  • 6
1
vote
1 answer

What is the default file system for ClamAV scans?

I have just installed ClamAV on a Pi4 running Buster. I have looked at the configuration file and don't see where it specifies which file system it will scan automatically. I know if I use this sudo clamscan /home or sudo clamscan / it will scan…
RDK
  • 121
  • 3
1
vote
1 answer

How do I configure storage class on an existing k0s cluster

When I run kos kubectl get storageclass I notice it is not provisioned and I have to add it manually. I am little unsure though on the exact procedure. The [Documentation][https://docs.k0sproject.io/main/storage/] says k0s comes with OpenEBS…
Golide
  • 123
  • 1
  • 2
  • 10
1
vote
2 answers

Why is my server getting connections from its own IP?

The most numerous connecting IP is my server's own IP. It's Debian 10, Nginx, Mysql machine serving a single Wordpress and phpBB site. It's a virtual machine on Google's Cloud. I'm obviously not too hot with this stuff, but good enough to build up a…
instamattic
  • 41
  • 1
  • 1
  • 4
1
vote
1 answer

Reload Apache Using ACME User

I run a web server on Debian 10 (Buster) and Apache 2.4.38. I created a special user acme that runs scripts for renewing TLS certificates. $ cat /etc/passwd | grep ^acme acme:x:1002:1002::/var/acme:/usr/bin/nologin $ cat /etc/group | grep…
1
vote
0 answers

libreswan with Ikev2 client and plain text password

I need to set up a connection to VPN server with Libreswan. I can't use strongswan, since they are not working well together when installed on the same OC. My system is Linux Debian 10 (Buster) Kernel version: 4.19.0-17 I already have a working…
1
vote
1 answer

Is it possible to install MySQL5.7 on Debian 10/buster?

I have tried two times and it always fails. According to this little guy debian stopped packaging mysql-client as of buster. I tried to cope with it by installing MariaDB but I struggle to find a useful tutorial. Then I tried with this tutorial but…
1
vote
1 answer

Separate server for gitlab-pages

I am trying to configure a setup, where gitlab-pages is being server from separate gitlab instance. I have followed steps described in official docs (all with NFS shares, and same UIDs on both instances for git user etc.), but at the very end when I…
1 2
3
9 10