* [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
@ 2005-10-22 18:04 henkg
2005-10-22 18:56 ` Mark Shields
2005-10-22 21:08 ` Mike Williams
0 siblings, 2 replies; 7+ messages in thread
From: henkg @ 2005-10-22 18:04 UTC (permalink / raw
To: gentoo-user
Hello,
I get the message from the subject when trying to emerge -pu world.
This is on a standard system, that is only mythtv related lines in
package.keywords.
I tried to unmerge cmd5checkpw, but that doesn't help, because emerge
-pu world immediately wants to merge the package again, with the same
blocker.
unmergin qmail doesn't seem like an option to me.
Any ideas?
Thanks.
Henk,
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
2005-10-22 18:04 [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30) henkg
@ 2005-10-22 18:56 ` Mark Shields
2005-10-22 19:39 ` henkg
2005-10-22 21:08 ` Mike Williams
1 sibling, 1 reply; 7+ messages in thread
From: Mark Shields @ 2005-10-22 18:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
Try emerge -pvu world (verbose option). It should tell you a bit more
information.
On 10/22/05, henkg@brankie.xs4all.nl <henkg@brankie.xs4all.nl> wrote:
>
> Hello,
>
> I get the message from the subject when trying to emerge -pu world.
>
> This is on a standard system, that is only mythtv related lines in
> package.keywords.
>
> I tried to unmerge cmd5checkpw, but that doesn't help, because emerge
> -pu world immediately wants to merge the package again, with the same
> blocker.
>
> unmergin qmail doesn't seem like an option to me.
>
> Any ideas?
>
> Thanks.
>
> Henk,
> --
> gentoo-user@gentoo.org mailing list
>
>
--
- Mark Shields
[-- Attachment #2: Type: text/html, Size: 1072 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
2005-10-22 18:56 ` Mark Shields
@ 2005-10-22 19:39 ` henkg
0 siblings, 0 replies; 7+ messages in thread
From: henkg @ 2005-10-22 19:39 UTC (permalink / raw
To: gentoo-user
It only shosw the use flags for the qmail ebuild. one of them is
-authcram.
In the Rdepend= part of the ebuild for qmail, the following was added
compared to R15:
!noauthcram? (
|| ( >=net-mail/checkpassword-0.90 >=net-mail/checkpassword-pam-0.99 )
>=net-mail/cmd5checkpw-0.30
)
I'm not sure what this means, but I guess this causes the problem.
Kind regards,
Henk.
On Sat, Oct 22, 2005 at 02:56:21PM -0400, Mark Shields wrote:
> Try emerge -pvu world (verbose option). It should tell you a bit more
> information.
>
> On 10/22/05, henkg@brankie.xs4all.nl <henkg@brankie.xs4all.nl> wrote:
> >
> > Hello,
> >
> > I get the message from the subject when trying to emerge -pu world.
> >
> > This is on a standard system, that is only mythtv related lines in
> > package.keywords.
> >
> > I tried to unmerge cmd5checkpw, but that doesn't help, because emerge
> > -pu world immediately wants to merge the package again, with the same
> > blocker.
> >
> > unmergin qmail doesn't seem like an option to me.
> >
> > Any ideas?
> >
> > Thanks.
> >
> > Henk,
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> - Mark Shields
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
2005-10-22 18:04 [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30) henkg
2005-10-22 18:56 ` Mark Shields
@ 2005-10-22 21:08 ` Mike Williams
2005-10-22 23:18 ` henkg
1 sibling, 1 reply; 7+ messages in thread
From: Mike Williams @ 2005-10-22 21:08 UTC (permalink / raw
To: gentoo-user
On Saturday 22 October 2005 19:04, henkg@brankie.xs4all.nl wrote:
> I get the message from the subject when trying to emerge -pu world.
>
> This is on a standard system, that is only mythtv related lines in
> package.keywords.
>
> I tried to unmerge cmd5checkpw, but that doesn't help, because emerge
> -pu world immediately wants to merge the package again, with the same
> blocker.
>
> unmergin qmail doesn't seem like an option to me.
http://bugs.gentoo.org/show_bug.cgi?id=100693
And the following output when doing a fresh install of qmail-1.03-r16 and
net-mail/cmd5checkpw-0.30:
* this version is in NO WAY COMPATIBLE with cmd5checkpw-0.2x
* it actually receives the authentication credentials
* in a different order then the old implementation
* see bug #100693 for details
* this version IS needed by >=qmail-1.03-r16
You could turn on noauthcram if you don't need/want CRAM MD5 authentication
(do you have plain text passwords in /etc/poppasswd?), or emerge qmail
--nodeps to update qmail then emerge world.
--
Mike Williams
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
2005-10-22 21:08 ` Mike Williams
@ 2005-10-22 23:18 ` henkg
2005-10-22 23:38 ` Mike Williams
0 siblings, 1 reply; 7+ messages in thread
From: henkg @ 2005-10-22 23:18 UTC (permalink / raw
To: gentoo-user
On Sat, Oct 22, 2005 at 10:08:46PM +0100, Mike Williams wrote:
> You could turn on noauthcram if you don't need/want CRAM MD5 authentication
> (do you have plain text passwords in /etc/poppasswd?), or emerge qmail
> --nodeps to update qmail then emerge world.
Still something to learn I guess. my poppasswd file is still the example
file that came with whatever it came with. My pop accounts are
authenticated via the regular linux logins, so for every pop user (3 at
the moment) I have a user acount in linux.
What package uses this poppasswd file?
I tried qpkg, but that doesn't seem to exist any more?
Does the above mean I can safely enable noauthcram?
Thanks,
Henk.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
2005-10-22 23:18 ` henkg
@ 2005-10-22 23:38 ` Mike Williams
2005-10-23 8:27 ` Stuart Howard
0 siblings, 1 reply; 7+ messages in thread
From: Mike Williams @ 2005-10-22 23:38 UTC (permalink / raw
To: gentoo-user
On Sunday 23 October 2005 00:18, henkg@brankie.xs4all.nl wrote:
> Still something to learn I guess. my poppasswd file is still the example
> file that came with whatever it came with. My pop accounts are
> authenticated via the regular linux logins, so for every pop user (3 at
> the moment) I have a user acount in linux.
Good good.
> What package uses this poppasswd file?
cmd5checkpw, and anything else which does CRAM MD5 authentication at a guess.
CRAM is done by sending a hash of the password over the wire, the salt is
unique for each connection, so you need the plain text password on the server
to check against, which are kept in poppasswd.
Secure over the wire, hideously insecure on the server.
> I tried qpkg, but that doesn't seem to exist any more?
Yeah, it got moved to another package as it's depreciated in favour of equery.
> Does the above mean I can safely enable noauthcram?
Yes.
--
Mike Williams
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30)
2005-10-22 23:38 ` Mike Williams
@ 2005-10-23 8:27 ` Stuart Howard
0 siblings, 0 replies; 7+ messages in thread
From: Stuart Howard @ 2005-10-23 8:27 UTC (permalink / raw
To: gentoo-user
I had same block yesterday, below is what I did
worked a treat for me
-snip-
555 emerge -aDuv world {block showed up here}
556 emerge -aCv qmail
557 emerge -av qmail
-snip-
stu
On 23/10/05, Mike Williams <mike@gaima.co.uk> wrote:
> On Sunday 23 October 2005 00:18, henkg@brankie.xs4all.nl wrote:
> > Still something to learn I guess. my poppasswd file is still the example
> > file that came with whatever it came with. My pop accounts are
> > authenticated via the regular linux logins, so for every pop user (3 at
> > the moment) I have a user acount in linux.
>
> Good good.
>
> > What package uses this poppasswd file?
>
> cmd5checkpw, and anything else which does CRAM MD5 authentication at a guess.
> CRAM is done by sending a hash of the password over the wire, the salt is
> unique for each connection, so you need the plain text password on the server
> to check against, which are kept in poppasswd.
> Secure over the wire, hideously insecure on the server.
>
> > I tried qpkg, but that doesn't seem to exist any more?
>
> Yeah, it got moved to another package as it's depreciated in favour of equery.
>
> > Does the above mean I can safely enable noauthcram?
>
> Yes.
>
> --
> Mike Williams
> --
> gentoo-user@gentoo.org mailing list
>
>
--
"There are 10 types of people in this world: those who understand
binary, those who don't"
--Unknown
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-10-24 11:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-22 18:04 [gentoo-user] [blocks B ] <mail-mta/qmail-1.03-r16 (is blocking net-mail/cmd5checkpw-0.30) henkg
2005-10-22 18:56 ` Mark Shields
2005-10-22 19:39 ` henkg
2005-10-22 21:08 ` Mike Williams
2005-10-22 23:18 ` henkg
2005-10-22 23:38 ` Mike Williams
2005-10-23 8:27 ` Stuart Howard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox