Update SO Debian 13 Error
-
PuntonetSvb
- Posts: 41
- Joined: Thu 7. Apr 2022, 19:16
Update SO Debian 13 Error
Re: Update SO Debian 13 Error
I had the same error yesterday. I was includingPuntonetSvb wrote: ↑Fri 6. Mar 2026, 13:00 Initially, I got a Bind error, but everything else seemed to be working correctly.
/etc/bind/named.conf.default-zones
which has been removed from Trixie.
--
Backup: The duplicate copy of crucial data that no one bothered to make;
used only in the abstract
-
PuntonetSvb
- Posts: 41
- Joined: Thu 7. Apr 2022, 19:16
Re: Update SO Debian 13 Error
And how did you solve it? I've been trying for two days straight and there's no way.24unix wrote: ↑Fri 6. Mar 2026, 13:08I had the same error yesterday. I was includingPuntonetSvb wrote: ↑Fri 6. Mar 2026, 13:00 Initially, I got a Bind error, but everything else seemed to be working correctly.
/etc/bind/named.conf.default-zones
which has been removed from Trixie.
Re: Update SO Debian 13 Error
So what is the latest state of your server? When you id a rollback and it is not wokring than something is wrong with your backup
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Update SO Debian 13 Error
Run named-checkconf, it tells you the problematic file.PuntonetSvb wrote: ↑Fri 6. Mar 2026, 16:40And how did you solve it? I've been trying for two days straight and there's no way.24unix wrote: ↑Fri 6. Mar 2026, 13:08I had the same error yesterday. I was includingPuntonetSvb wrote: ↑Fri 6. Mar 2026, 13:00 Initially, I got a Bind error, but everything else seemed to be working correctly.
/etc/bind/named.conf.default-zones
which has been removed from Trixie.
Remove the entry, restart bind.
It can handle root zones out of the box.
--
Backup: The duplicate copy of crucial data that no one bothered to make;
used only in the abstract
-
PuntonetSvb
- Posts: 41
- Joined: Thu 7. Apr 2022, 19:16
Re: Update SO Debian 13 Error
systemctl status proftpd
● proftpd.service - ProFTPD FTP Server
Loaded: loaded (/usr/lib/systemd/system/proftpd.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-03-16 12:27:19 CET; 1min 32s ago
Invocation: 104cd9aec0f840078d72166e1617797d
Docs: man:proftpd(8)
Process: 6661 ExecStartPre=/usr/sbin/proftpd --configtest -c $CONFIG_FILE $OPTIONS (code=exited, status=0/SUCCESS)
Process: 6664 ExecStart=/usr/sbin/proftpd -c $CONFIG_FILE $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 6665 (proftpd)
Tasks: 1 (limit: 9443)
Memory: 2.2M (peak: 3.5M)
CPU: 60ms
CGroup: /system.slice/proftpd.service
└─6665 "proftpd: (accepting connections)"
But when I try to connect to the server via FTP, I get an error:
Estado: Conectando a 192.168.1.252:21...
Estado: Conexión establecida, esperando el mensaje de bienvenida...
Estado: Servidor no seguro, no soporta FTP sobre TLS.
Comando: USER ftpampa
Respuesta: 331 Contraseña necesaria para ftpampa
Comando: PASS ********************
Respuesta: 530 Login incorrecto
Error: Error crítico: No se pudo conectar al servidor
It's as if ProFTP can't connect to the keyhelp database to look up users. If I connect directly with my Linux user, it connects fine.
Re: Update SO Debian 13 Error
If connects to the database just fine, but either the name or the password for your ftpampa user is wrong.PuntonetSvb wrote:It's as if ProFTP can't connect to the keyhelp database to look up users.
By the way, you might want to enable Configuration -> FTP server -> Allow only SSL/TLS secured connections
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
-
PuntonetSvb
- Posts: 41
- Joined: Thu 7. Apr 2022, 19:16
Re: Update SO Debian 13 Error
Re: Update SO Debian 13 Error
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************