Jonathan Kirszling

Results 148 comments of Jonathan Kirszling

For Ubuntu Server ``` modprobe br-netfilter echo "br-netfilter" >> /etc/modules-load.d/modules.conf ```

``` setenv PATH "/usr/sbin:/usr/bin:/sbin:/bin" setenv foreign_option_3 "dhcp-option DOMAIN-SEARCH domain.fr" setenv foreign_option_4 "dhcp-option DOMAIN-SEARCH sub.domain.fr" script-security 2 up /etc/openvpn/scripts/openvpn-update-resolv-conf/update-resolv-conf.sh down /etc/openvpn/scripts/openvpn-update-resolv-conf/update-resolv-conf.sh down-pre ``` keeps adding only ``search domain.fr`` instead of ``search...

This is not a fix, but a workaround, I face that same issue with debian12 - libssh2-1 1.10.0-3 and gitlab.

workaround: ``` hooks: push_to_remote: events: [post_store] #type: githubrepo #remote_repo: [email protected]:username/oxidized-configs.git #publickey: /opt/oxidized/.ssh/id_rsa.pub #privatekey: /opt/oxidized/.ssh/id_rsa type: exec cmd: 'git --git-dir /opt/oxidized/oxidized.git remote add origin [email protected]:username/oxidized-configs.git; git --git-dir /opt/oxidized/oxidized.git push origin master...

Same here, did you manage to workaround this ? ``` root@sopel:/data-test # ./test-env/bin/python3 Python 3.9.18 (main, Apr 9 2024, 01:10:56) [Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1 on freebsd14 Type "help", "copyright", "credits"...

https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile#commit-was-made-less-than-24-hours-ago Wait and see