Marco d'Itri
Marco d'Itri
This is my example systemd unit to tie the lifetime a PPPoE pppd instance to an Ethernet interface: ``` [Unit] Description=PPPoE connection for %I Documentation=man:pppd(8) BindsTo=sys-devices-virtual-net-%i.device After=sys-devices-virtual-net-%i.device [Service] Type=notify ExecStart=/usr/sbin/pppd...
Maybe you want to talk to the Fedora maintainer then, and have this fixed? My whois package is present in all Linux distributions, mkpasswd does all that, supports all hashes...
An historical note first: the whois package also contains the mkpasswd program because the RIPE whois client provided a similar tool at least as far as 1998, and somebody being...
I am not sure that I understand the point of this change. Current situation: - single threaded programs already work fine - multithreaded programs probably already use the reentrant API...
If there is a consensus that the problem is worth solving then it must be solved in libxcrypt: since there is no standard scheme to specify the hash parameters then...
It has been broken for me as well for a while.
I have not been able to configure a job with multiple sub_targets because then multiple sub_targets parameters are passed on the modbus_exporter URL and the last one overrides the others.
You can use https://github.com/3cky/mbusd as a serial to RTU converter, I have been using it for a while to use modbus_exporter with a cheap USB RS-485 adapter. Thank you for...
It must really be possible to manually set the number of registers read for each modbus command like in my example: this is both the most simple thing to implement...
At least three major flaws: - these names would be meaningless: usually the registers represent different parameters. E.g. I may have one after another current, frequency, ct_ratio and it would...