Thomas Liske

Results 88 comments of Thomas Liske

Could you please provide the output of `needrestart -w -v` running a affected host? It looks like something went wrong at the microcode check.

The output ` sig=found` looks confusing - it seems to happen if iucode_tool is not found by the shell: ```sh $ iucode_tool --scan-system 2>&1|grep -oE '[^[:space:]]+$' found $ iucode_tool --scan-system...

This is weird. Could you please add the output of `iucode_tool --scan-system`? It should look like: ``` $ /usr/sbin/iucode_tool --scan-system /usr/sbin/iucode_tool: system has processor(s) with signature 0x000906e9 ```

Since needrestart 3.5+ it is possible to filter the kernel image filename by a regex: ``` # Filter kernel image filenames by regex. This is required on Raspian having #...

Sorry I missed your point. Needrestart's config is pure perl so it should be possible to hack something. Maybe you could show the relevant line from your `/etc/default/grub` file. I...

This is not possible, yet. I've flagged it with _wishlist_ since it might make needrestart less annoying for services known to be save to restarted.

The automatic mode (`-r a`) should indeed restart any services which are not blacklisteted in `$nrconf{override_rc}`.

I'm going to accept patches for such a feature. Maybe there should be a more generic & modular approach by allowing other logging mechanism than syslog, too (I'm thinking of...

This might be triggered by the process start time calculation. Could you please provide the starttime (see also proc(5) ) of the process from inside the container and from the...

This is weirrd. On which filesystem did you put the LXC root (something special like btrfs or zfs)? Could you please provide the output of `stat /proc/$PID/root/usr/lib/python2.7/fnmatch.py` from inside and...