[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

Bobonov 875440 at bugs.launchpad.net
Fri Oct 28 08:06:14 UTC 2011


in answer to Dan Moore https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/comments/12
you can put single package in hold for update by synaptic o at command line by using

echo package_name hold | dpkg --set-selections
to activate the upgrade again
echo package_name install | dpkg --set-selections

Maybe is easyer with aptitude
so in our case is (ofcourse execute as root or add sudo at begin):
aptitude hold libsasl2-dev
aptitude hold libsasl2-modules-sql
aptitude hold libsasl2-2
aptitude hold libsasl2-modules
aptitude hold sasl2-bin

Later, when the bug will be fixed (it seem it will take a lot of time since is still unassigned), to put the package again in the upgrade cycle just execute:
aptitude unhold libsasl2-dev
aptitude unhold libsasl2-modules-sql
aptitude unhold libsasl2-2
aptitude unhold libsasl2-modules
aptitude unhold sasl2-bin

if later on you don't remember what did you put on hold, just type
dpkg --get-selections
to see only package on old
dpkg --get-selections | grep hold

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/875440

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions



More information about the Ubuntu-server-bugs mailing list