Konstantin Shalygin
Konstantin Shalygin
If user account without home dir `yay` also catch this error and impossible to use. ``` [k0ste@router]$ yay --help Failed to create config directory '/home/k0ste/.config/yay': mkdir /home/k0ste: permission denied [k0ste@router]$...
@Jguer I'm on Arch since 2013 and was use `yaourt` until his dead. I was never used any config files with exception of `/etc/makepkg.conf`. So, If some users use some...
@markfaine #26
@quinot please take a look.
Try to add to your profile. ``` shell IPCustom=( 'route add default scope global nexthop via $your_address dev ppp0 weight 1 nexthop via $your_address dev ppp1 weight 1' ) ```
Why are you complicating simple things? All that could pass to `ip` can be set in IPCustom. I test this, work properly. ``` yaml Description='VLAN555' Connection='vlan' Interface='vlan555' IP='static' BindsToInterfaces='eth0' VLANID='555'...
On the other hand, ndpi-netfilter get some netflow support at [vel21ripn/nDPI](https://github.com/vel21ripn/nDPI).
This is caused by `ipmi-dcmi` exit code, not related to exporter actually I have a host with this problem ```shell [root@mon]# ipmi-dcmi --config-file /tmp/test_data -h 172.16.18.26 --get-dcmi-capability-info DCMI Specification Conformance...