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
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 […]
Check /etc/asound.conf Sometimes the sound cards change their sequence, modify the number. defaults.pcm.card 0 defaults.ctl.card 0 defaults.ctl.card 0 pcm.!default { type hw card 0 } ctl.!default { type hw card 0 }
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
… still fighting – means: try and error + under construction. Sources: https://wiki.samba.org/index.php/Samba_Internal_DNS_Back_End https://wiki.gentoo.org/wiki/Samba/Active_Directory_Guide https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller https://wiki.samba.org/index.php/Samba_AD_DC_Troubleshooting https://wiki.samba.org/index.php/Adding_users_with_samba_tool https://wiki.samba.org/index.php?title=User_and_Group_management https://wiki.samba.org/index.php/User_Home_Folders https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles Configure NTP emerge ntp rc-update add ntp-client default Check /etc/hosts # CHECK # 10.81.100.150 dc.test.local dc Strategy Use Sambas own Heimdal kerberos. Using Sambas own internal DNS backend with DNS forwarder. This machine is a […]
You must be logged in to post a comment.