Re: [gentoo-user] Samba and PAM: missing /lib64/security/pam_smbpass.so

2018-06-15 Thread John Covici
On Fri, 15 Jun 2018 10:02:45 -0400,
Stefan G. Weichinger wrote:
> 
> 
> While I am at my upgrade, I also see that a PAM library is missing now:
> 
> PAM unable to dlopen(/lib64/security/pam_smbpass.so):
> /lib64/security/pam_smbpass.so: cannot open shared object file: No such
> file or directory
> 
> net-fs/samba has been compiled with USE="pam", does someone know where
> to get that library from?
> 
> # equery f samba | grep smbpa
> 
> /usr/bin/smbpasswd
> /usr/lib64/samba/libsmbpasswdparser-samba4.so
> /usr/share/man/man5/smbpasswd.5.bz2
> /usr/share/man/man8/smbpasswd.8.bz2
> 
> -> not included right now
> 

My samba is working and there is no such file.  I have glibc-2.26-r7.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



[gentoo-user] Samba and PAM: missing /lib64/security/pam_smbpass.so

2018-06-15 Thread Stefan G. Weichinger


While I am at my upgrade, I also see that a PAM library is missing now:

PAM unable to dlopen(/lib64/security/pam_smbpass.so):
/lib64/security/pam_smbpass.so: cannot open shared object file: No such
file or directory

net-fs/samba has been compiled with USE="pam", does someone know where
to get that library from?

# equery f samba | grep smbpa

/usr/bin/smbpasswd
/usr/lib64/samba/libsmbpasswdparser-samba4.so
/usr/share/man/man5/smbpasswd.5.bz2
/usr/share/man/man8/smbpasswd.8.bz2

-> not included right now



[gentoo-user] latest glibc, nsswitch.conf on samba domain members

2018-06-15 Thread Stefan G. Weichinger


glibc-2.26 tells me to edit my nsswitch.conf:

https://wiki.gentoo.org/wiki/Glibc_2.26_porting_notes/nsswitch.conf_in_glibc-2.26

"add files entry"

-

unfortunately this overlaps with an upgrade of a samba-domain-member
server, I got the job to upgrade it from 3.6.25 to a 4.5.x

Now I am unsure how to configure nsswitch.conf, could someone share the
working lines?

passwd:  compat winbind files
group:   compat dns winbind files
shadow:  compat files

?



[gentoo-user] AMD Ucode Correction, Fam15h

2018-06-15 Thread Corbin Bird
FYI to all with an interest in AMD Ucode.
AMD fixed the 'lwp' instruction(s) in a latter ucode update.

--

2018-05-18

linux-firmware: Update AMD cpu microcode
* Add AMD cpu microcode for processor family 17h
* Update AMD cpu microcode for processor family 15h
* Update the AMD cpu microcode license copyright
* Add a Version for both microcode family 15h and 17h

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=77101513943ef198e2050667c87abf19e6cbb1d8

( sys-kernel/linux-firmware-20180518:0 )

On an AMD FX-9590 , the 'lwp' instruction(s) disappeared.

--

2018-05-25

Update AMD cpu microcode for family 15h
* Processor Revision ID 0x00610f01 was accidently not included in the
previous
  submitted microcode container file.
* Update the Version for family 15h microcode .bin file


https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=7518922bd5b98b137af7aaf3c836f5a498e91609

( sys-kernel/linux-firmware-20180525:0 )

On an AMD FX-9590 , the 'lwp' instruction(s) reappeared.

--

Thanks to the person who fixed this little 'oops'.