Thomas Liske

Results 88 comments of Thomas Liske

Hi, I highly recommend to provide docker images with explicit version tags. If using docker hub this could be automated using an appropriate auto-build rule. I personally do not like...

I don't see a generic way how to detect and handle this (and I would not expect any locking in /usr at all).

Hi, the crash happens within `Module::ScanDeps` and is triggered if `/proc/PID/root` is unreachable. Your fix breaks the *scan_deps* function for perl modules loaded from relative paths. Maybe *scan_deps* should be...

I'm currently missing a way to trigger the problem for debugging/fixing/testing purpose. What process did trigger the bug @mphilipps ?

Thanks @asalmela for digging into it. I still wonder if this should be patched in *needrestart* since it is a bug within 3rd party code. For Debian the patch could...

It is currently not possible but sounds sensible to add such a feature.

Could you please provide the output of `needrestart -v` ?

Could you please add the output your fuser call (including command parameters) and `/proc/1/maps`? I would not expect that systemd is linked dynamic against `libgcc`.

Maybe one could write a custom restart script in `/etc/needrestart/restart.d` which does restart unattended-upgrades only if no upgrade is happening. Is there a reliable way to test if unattended-upgrade is...

At the days of Debian Bug#752111 it was impossible to detect reliable howto get dhclient restarted at all. If some logic could be implemented to detect the various networking configuration...