Bug#982894: isc-dhcp-client: Empty /etc/resolv.conf if root partition is full

2023-09-15 Thread Santiago Ruano Rincón
Control: tags -1 + pending On Mon, 15 Feb 2021 23:49:40 +0100 =?utf-8?q?Johannes_Wei=C3=9Fl?= wrote: > Package: isc-dhcp-client > Version: 4.4.1-2 > Severity: important > Tags: patch > > The Debian version of /sbin/dhclient-script creates a temporary file next to > /etc/resolv.conf, and fills

Bug#982894:

2021-10-11 Thread Jason Perrin
I have seen exactly the same problem (on AWS EC2 too), so I'm definitely interested in a fix for this. Leaving /etc/resolv.conf unmodified if the disk is full seems perfect as a fix!

Bug#982894: How to reproduce

2021-02-17 Thread Johannes Weißl
Sorry for the spelling in my original mail, I was too tired. Here is how you can reproduce the bug: root@ec2-instance:~# cat /etc/resolv.conf domain eu-central-1.compute.internal search eu-central-1.compute.internal nameserver 172.31.0.2 root@ec2-instance:~# fallocate -l 1TB /etc/bigfile

Bug#982894: isc-dhcp-client: Empty /etc/resolv.conf if root partition is full

2021-02-15 Thread Johannes Weißl
Package: isc-dhcp-client Version: 4.4.1-2 Severity: important Tags: patch The Debian version of /sbin/dhclient-script creates a temporary file next to /etc/resolv.conf, and fills it with information. Then it replaces /etc/resolv.conf with the temporary file. So far so good. The problem appears