ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
@ 2014-06-24  2:21 Ivan Adzhubey
  2014-06-24  3:26 ` Ivan Adzhubey
  0 siblings, 1 reply; 9+ messages in thread
From: Ivan Adzhubey @ 2014-06-24  2:21 UTC (permalink / raw)
  To: sisyphus

Доброго времени суток!

После установки libsasl2-3-2.1.26-alt5 SASL Postfix authentication поломался:

warning: SASL authentication failure: Internal Error -4 in server.c near line 
1757
Jun 24 06:15:49 protein last message repeated 2 times
Jun 24 06:15:49 protein postfix/smtpd[21089]: warning: 
xsasl_cyrus_server_get_mechanism_list: no mechanism available
Jun 24 06:15:49 protein postfix/smtpd[21089]: fatal: no SASL authentication 
mechanisms

Судя по всему, это вот этот баг:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638045

--Иван

P.S. https://bugzilla.altlinux.org/show_bug.cgi?id=30135

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24  2:21 [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3 Ivan Adzhubey
@ 2014-06-24  3:26 ` Ivan Adzhubey
  2014-06-24  9:44   ` Anton Farygin
  0 siblings, 1 reply; 9+ messages in thread
From: Ivan Adzhubey @ 2014-06-24  3:26 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Monday, June 23, 2014 10:21:41 PM Ivan Adzhubey wrote:
> Доброго времени суток!
> 
> После установки libsasl2-3-2.1.26-alt5 SASL Postfix authentication
> поломался:
> 
> warning: SASL authentication failure: Internal Error -4 in server.c near
> line 1757
> Jun 24 06:15:49 protein last message repeated 2 times
> Jun 24 06:15:49 protein postfix/smtpd[21089]: warning:
> xsasl_cyrus_server_get_mechanism_list: no mechanism available
> Jun 24 06:15:49 protein postfix/smtpd[21089]: fatal: no SASL authentication
> mechanisms
> 
> Судя по всему, это вот этот баг:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638045

Нет, это оказалось другое.

> P.S. https://bugzilla.altlinux.org/show_bug.cgi?id=30135

Исправил так:

# cd /usr/lib
# rm -rf sasl2/
# ln -sT sasl2-3 sasl2
# service saslauthd restart
# service courier-authdaemon restart

После чего SASL authentication заработала нормально (это на i32 архитектуре). 
То есть проблема в том, что cyrus-sasl2-2.1.26-alt5 не знает про 
/usr/lib/sasl2-3/ от libsasl2-3-2.1.26-alt5.

--Иван


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24  3:26 ` Ivan Adzhubey
@ 2014-06-24  9:44   ` Anton Farygin
  2014-06-24  9:56     ` Sergey
  0 siblings, 1 reply; 9+ messages in thread
From: Anton Farygin @ 2014-06-24  9:44 UTC (permalink / raw)
  To: sisyphus

On 24.06.2014 07:26, Ivan Adzhubey wrote:
> On Monday, June 23, 2014 10:21:41 PM Ivan Adzhubey wrote:
>> Доброго времени суток!
>>
>> После установки libsasl2-3-2.1.26-alt5 SASL Postfix authentication
>> поломался:
>>
>> warning: SASL authentication failure: Internal Error -4 in server.c near
>> line 1757
>> Jun 24 06:15:49 protein last message repeated 2 times
>> Jun 24 06:15:49 protein postfix/smtpd[21089]: warning:
>> xsasl_cyrus_server_get_mechanism_list: no mechanism available
>> Jun 24 06:15:49 protein postfix/smtpd[21089]: fatal: no SASL authentication
>> mechanisms
>>
>> Судя по всему, это вот этот баг:
>>
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638045
>
> Нет, это оказалось другое.
>
>> P.S. https://bugzilla.altlinux.org/show_bug.cgi?id=30135
>
> Исправил так:
>
> # cd /usr/lib
> # rm -rf sasl2/
> # ln -sT sasl2-3 sasl2
> # service saslauthd restart
> # service courier-authdaemon restart
>
> После чего SASL authentication заработала нормально (это на i32 архитектуре).
> То есть проблема в том, что cyrus-sasl2-2.1.26-alt5 не знает про
> /usr/lib/sasl2-3/ от libsasl2-3-2.1.26-alt5.

Надо бы в bugzilla.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24  9:44   ` Anton Farygin
@ 2014-06-24  9:56     ` Sergey
  2014-06-24 14:14       ` Ivan Adzhubey
  0 siblings, 1 reply; 9+ messages in thread
From: Sergey @ 2014-06-24  9:56 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tuesday 24 June 2014, Anton Farygin wrote:

> Надо бы в bugzilla.
 
Он повесил уже, в первом сообщении ссылка в P.S. Но у меня
подозрение, что это просто неперезапуск сервисов после замены
библиотеки. Собственно, автоматом их и некому перезапускать,
а сами они не обновлялись.

-- 
С уважением, Сергей
a_s_y@sama.ru


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24  9:56     ` Sergey
@ 2014-06-24 14:14       ` Ivan Adzhubey
  2014-06-24 15:52         ` Sergey
  0 siblings, 1 reply; 9+ messages in thread
From: Ivan Adzhubey @ 2014-06-24 14:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tuesday, June 24, 2014 01:56:45 PM Sergey wrote:
> On Tuesday 24 June 2014, Anton Farygin wrote:
> > Надо бы в bugzilla.

https://bugzilla.altlinux.org/show_bug.cgi?id=30135

Только компонент видимо надо поменять - то ли на saslauthd, то ли на postfix. 
Сразу я не разобрался, но сейчас ясно, что cyrus-sasl2 тут явно ни причем.

> Он повесил уже, в первом сообщении ссылка в P.S. Но у меня
> подозрение, что это просто неперезапуск сервисов после замены
> библиотеки. Собственно, автоматом их и некому перезапускать,
> а сами они не обновлялись.

Даже сервер перегружал. Дважды. Не помогло.

--Иван

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24 14:14       ` Ivan Adzhubey
@ 2014-06-24 15:52         ` Sergey
  2014-06-24 16:15           ` Turkov Oleg
  0 siblings, 1 reply; 9+ messages in thread
From: Sergey @ 2014-06-24 15:52 UTC (permalink / raw)
  To: sisyphus

On Tuesday 24 June 2014, Ivan Adzhubey wrote:

> https://bugzilla.altlinux.org/show_bug.cgi?id=30135
> 
> Только компонент видимо надо поменять - то ли на saslauthd,
> то ли на postfix. Сразу я не разобрался, но сейчас ясно, что
> cyrus-sasl2 тут явно ни причем. 
 
Если под подозрением saslauthd, то он в cyrus-sasl2. Странно,
что больше никто не написал о проблеме: пакет доступен с 18-ого.
Или никто не обновлялся, или никто Postfix с sasl не использует,
или, всё же, проблема какая-то локального характера...

Postfix через saslauthd работает работает, или нет ?

-- 
С уважением, Сергей
a_s_y@sama.ru


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24 15:52         ` Sergey
@ 2014-06-24 16:15           ` Turkov Oleg
  2014-06-24 18:15             ` Sergey
  0 siblings, 1 reply; 9+ messages in thread
From: Turkov Oleg @ 2014-06-24 16:15 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

вівторок, 24-чер-2014 19:52:45 Sergey написано:

> 
> Если под подозрением saslauthd, то он в cyrus-sasl2. Странно,
> что больше никто не написал о проблеме: пакет доступен с 18-ого.
> Или никто не обновлялся, или никто Postfix с sasl не использует,
> или, всё же, проблема какая-то локального характера...

проблему подтверждаю. Просто откатился на препоследнюю версию libsasl2-3 и всё 
заработало...

-- 
Turkov Oleg
turkov at univ.kiev.ua

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24 16:15           ` Turkov Oleg
@ 2014-06-24 18:15             ` Sergey
  2014-06-24 18:19               ` Sergey
  0 siblings, 1 reply; 9+ messages in thread
From: Sergey @ 2014-06-24 18:15 UTC (permalink / raw)
  To: sisyphus

On Tuesday 24 June 2014, Turkov Oleg wrote:

> > Если под подозрением saslauthd, то он в cyrus-sasl2. Странно,
> > что больше никто не написал о проблеме: пакет доступен с 18-ого.
> > Или никто не обновлялся, или никто Postfix с sasl не использует,
> > или, всё же, проблема какая-то локального характера...
> 
> проблему подтверждаю. Просто откатился на препоследнюю версию
> libsasl2-3 и всё заработало...

Не стоило таиться... Так, ладно. Кроме Postfix, это с чем-то ещё
проблемы вызвало ?

-- 
С уважением, Сергей
a_s_y@sama.ru


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3
  2014-06-24 18:15             ` Sergey
@ 2014-06-24 18:19               ` Sergey
  0 siblings, 0 replies; 9+ messages in thread
From: Sergey @ 2014-06-24 18:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tuesday 24 June 2014, Sergey wrote:

>  Так, ладно. Кроме Postfix, это с чем-то ещё проблемы вызвало ?

В смысле, это вопрос всем, кто sasl использует так или иначе.

-- 
С уважением, Сергей
a_s_y@sama.ru


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-06-24 18:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24  2:21 [sisyphus] Postfix SASL authentication broken after upgrade to libsasl2-3 Ivan Adzhubey
2014-06-24  3:26 ` Ivan Adzhubey
2014-06-24  9:44   ` Anton Farygin
2014-06-24  9:56     ` Sergey
2014-06-24 14:14       ` Ivan Adzhubey
2014-06-24 15:52         ` Sergey
2014-06-24 16:15           ` Turkov Oleg
2014-06-24 18:15             ` Sergey
2014-06-24 18:19               ` Sergey

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git