<div dir="ltr"><div>I don't think you should ignore that, as this seems to be the problem --- your machine is, for some reason, trying to authenticate via winbindd and/or Samba.<br></div>Find the reason, and probably you'll find the fix.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-04 16:59 GMT-03:00 Mark Fraser <span dir="ltr"><<a href="mailto:mfraz74+ubuntu@gmail.com" target="_blank">mfraz74+ubuntu@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tuesday, 4 July 2017 20:42:57 BST José Queiroz wrote:<br>
> 2017-07-04 16:21 GMT-03:00 Mark Fraser <<a href="mailto:mfraz74%2Bubuntu@gmail.com">mfraz74+ubuntu@gmail.com</a>>:<br>
> > On Sunday, 2 July 2017 20:27:00 BST Nils Kassube wrote:<br>
> > > Mark Fraser wrote:<br>
> > > > On Sunday, 2 July 2017 18:56:51 BST Nils Kassube wrote:<br>
> > > > > Mark Fraser wrote:<br>
> > > > > > Going to try this again.<br>
> > > > > ><br>
> > > > > > I am unable to run certain programs after upgrading to 17.04. For<br>
> > > > > > example if I try to run KDE Partition Manager or Kuser, my normal<br>
> > > > > > password doesn't work and I get<br>
> > > > > ><br>
> > > > > > Permission denied.<br>
> > > > > > Possibly incorrect password, please try again.<br>
> > > > > > On some systems, you need to be in a special group (often: wheel)<br>
> > > > > > to<br>
> > > > > > use this program.<br>
> > > > > ><br>
> > > > > > Looking at /var/log/auth.log I see this.<br>
> > > > > ><br>
> > > > > > Jul  2 14:38:08 Rachael sudo: PAM unable to<br>
> > > > > > dlopen(pam_winbind.so):<br>
> > > > > > /lib/ security/pam_winbind.so: cannot open shared object file: No<br>
> > > > > > such file or directory<br>
> > > > ><br>
> > > > > This time it looks like a useful error message to me - with your<br>
> > > > > previous post I had no idea where to look.<br>
> > > > ><br>
> > > > > apt-file search pam_winbind.so<br>
> > > > > libpam-winbind: /lib/x86_64-linux-gnu/<wbr>security/pam_winbind.so<br>
> > > > ><br>
> > > > > So it seems like you are missing the "libpam-winbind" package. If<br>
> > > > > installing that package fixes the problem, you might file a bug<br>
> > > > > report for the partition manager and / or kuser about a missing<br>
> > > > > dependency.<br>
> > > ><br>
> > > > apt-cache policy libpam-winbind<br>
> > > ><br>
> > > > libpam-winbind:<br>
> > > >   Installed: 2:4.5.8+dfsg-0ubuntu0.17.04.2<br>
> > > >   Candidate: 2:4.5.8+dfsg-0ubuntu0.17.04.2<br>
> > ><br>
> > > I think I didn't look carefully enough at the error message. Actually<br>
> > > the package libpam-winbind comes with the file pam_winbind.so in the<br>
> > > folder "/lib/x86_64-linux-gnu/<wbr>security/" while it was missing in the<br>
> > > folder "/lib/security/". You could try these commands to link the<br>
> > > existing file to the expected location:<br>
> > ><br>
> > > sudo mkdir -p /lib/security/<br>
> > > sudo ln -s ../x86_64-linux-gnu/security/<wbr>pam_winbind.so /lib/security/<br>
> > ><br>
> > ><br>
> > > Nils<br>
> ><br>
> > Looks like the winbind errors were a false alarm as I have now removed<br>
> > libpam-<br>
> > winbind and now the error is just:<br>
> ><br>
> > Jul  4 20:18:52 Rachael sudo: pam_unix(sudo:auth): conversation failed<br>
> > Jul  4 20:18:52 Rachael sudo: pam_unix(sudo:auth): auth could not identify<br>
> > password for [mfraser]<br>
> > Jul  4 20:19:10 Rachael smbd: pam_unix(samba:session): session closed for<br>
> > user<br>
> > nobody<br>
> ><br>
> > If I use kdesudo partitionmanager<br>
> > Jul  4 20:20:43 Rachael sudo:  mfraser : TTY=pts/4 ; PWD=/home/mfraser ;<br>
> > USER=root ; COMMAND=/usr/bin/<wbr>partitionmanager<br>
> > Jul  4 20:20:43 Rachael sudo: pam_unix(sudo:session): session opened for<br>
> > user<br>
> > root by mfraser(uid=0)<br>
<br>
> Is your machine _really_ authenticating via Samba?<br>
<br>
</div></div>No, I think you can ignore that. It was from almost a minute later anyway.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Registered Linux User #466407 <a href="http://counter.li.org" rel="noreferrer" target="_blank">http://counter.li.org</a><br>
<br>
--<br>
kubuntu-users mailing list<br>
<a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/kubuntu-users</a><br>
</div></div></blockquote></div><br></div>