sshd not accepting ssh-rsa key auth after update on gentoo
Test shows, that ssh-rsa is available: It’s a bug. Workaround: Edit your /etc/sshd/sshd_conf: PubkeyAuthentication yesPubkeyAcceptedKeyTypes=+ssh-rsa
Test shows, that ssh-rsa is available: It’s a bug. Workaround: Edit your /etc/sshd/sshd_conf: PubkeyAuthentication yesPubkeyAcceptedKeyTypes=+ssh-rsa
As a true penguin you will never use systemd: Set the -systemd USE flag.
Use emake instead of ninja: CMAKE_MAKEFILE_GENERATOR=”emake” emerge -1 your-cat/your-port
Dry run: Then:
if you can’t emerge and update cs you run into circular slot collisions with setuptools, you can drop setuptools executing Same for requests, icu
Do some to set current version. Check /usr/lib/python-exec subdirs for content. The python version you had selected should have a lot of binaries like emerge in his dir. If there is no such stuff you will have to re-emerge portage. Btw you can check your current status with emerge –info. If calling emerge produces the […]
On Gentoo some postfix processes run chroot’ed but others do not. In result these processes need different sock locations, but this is impossible. Solution: # mkdir -p /var/run/postfix/var/run/opendkim # chmod milter:milter /var/run/postfix/var/run/opendkim # usermod -a -G milter postfix # mount –rbind /var/run/opendkim /var/run/postfix/var/run/opendkim
https://forums.gentoo.org/viewtopic-p-8033710.html#8033710 Thank you, krinn # grep -n “(ip l2tp show session” /lib/netifrc/net/l2tp.sh | cut -d “:” -f1 | xargs -I {} sed -i ‘{}s/eval/ip l2tp show session 2\>\/dev\/null \&\& eval/g’ /lib/netifrc/net/l2tp.sh
Copy .config # make syncconfig # make && make modules_install # make install # grub-mkconfig -o /boot/grub/grub.cfg
mount.cifs does not accept your arguments? add vers=1.0 to your options
You must be logged in to post a comment.