Thomas Liske
Thomas Liske
This sounds like a valid approach. The script could even be shortened: ```bash #!/bin/sh # if nagios check for needrestart is not OK and # /var/run/reboot-required is not already set,...
> Would this make a good built-in feature for needrestart? Maybe. I wonder under which conditions (depending on the run mode, kernel and microcode status etc.) the `reboot-required` should be...
Hi, what is your use case for the list of libraries? I would prefer to make the output machine parsable, maybe YAML would be a good choise. Feel free to...
I have the same issue. The AMQP_URI parsing hack inside the entrypoint script seems to fail with ipv6 addresses, too.
The priority (or preference) is encoded in the higher 16bits of the `info` field: ``` $ tc filter show dev enp5s0 filter parent 804c: protocol all pref 49152 matchall chain...
Running pyroute2's `ip.get_routes()` on a router in the DFZ is indeed slow compared to iproute2: ```console # ip route | wc -l 2567013 real 0m 5.65s user 0m 4.06s sys...
The `dynamic` is just an additional output of the `ip address` command, but there is no such netlink flag. Instead there is the inverse `IFA_F_PERMANENT` flag: ```python from pyroute2 import...
> Not sure, but will this add some possible network routing delay to the result? The MR suggests to run it with `network_mode: host`, so there won't be any network...
Did you observe this behavior in any normal ssh sessions? Maybe aptitude on ansible does not run non-interactive.