ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] сломался hsh после сегодняшнего обновления
@ 2009-04-08  7:00 Vladimir Lettiev
  2009-04-08  8:52 ` [devel] libaudit does not work in fakeroot environment Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Lettiev @ 2009-04-08  7:00 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Добрый день.

После сегодняшнего обновления (pam, tcb) сломался hsh

....
....
<13>Apr  8 06:41:57 rpmi: portmap-1:6.0-alt1 installed
groupadd: PAM authentication failed
<82>Apr  8 06:41:57 groupadd[27410]: PAM audit_log_acct_message()
failed: Operation not permitted
<82>Apr  8 06:41:57 useradd[27411]: PAM audit_log_acct_message()
failed: Operation not permitted
<13>Apr  8 06:41:57 rpmi: nfs-utils-1:1.1.5-alt1 installed
<13>Apr  8 06:41:58 rpmi: mount-2.15-alt1 installed
<13>Apr  8 06:41:58 rpmi: startup-0.9.8.21-alt1 installed
<13>Apr  8 06:41:58 rpmi:
branding-altlinux-office-server-release-5.0.0-alt7 installed
<13>Apr  8 06:41:58 rpmi: basesystem-1:sisyphus-alt17 installed
<13>Apr  8 06:41:58 rpmi: sisyphus_check-0.8.10-alt1 installed
<13>Apr  8 06:41:58 rpmi: rpm-build-4.0.4-alt98.3 installed
<13>Apr  8 06:41:58 rpmi: time-1:1.7-alt1 installed
<82>Apr  8 06:42:09 groupadd[28197]: PAM audit_log_acct_message()
failed: Operation not permitted
groupadd: PAM authentication failed
useradd: unknown group 500
<82>Apr  8 06:42:09 groupadd[28199]: PAM audit_log_acct_message()
failed: Operation not permitted
groupadd: PAM authentication failed
hsh-initroot: First time initialization failed.


-- 
Vladimir Lettiev aka crux <theCrux@gmail.com>


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

* Re: [devel] libaudit does not work in fakeroot environment
  2009-04-08  7:00 [devel] сломался hsh после сегодняшнего обновления Vladimir Lettiev
@ 2009-04-08  8:52 ` Dmitry V. Levin
  2009-04-08  9:08   ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2009-04-08  8:52 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

Hi,

On Wed, Apr 08, 2009 at 11:00:58AM +0400, Vladimir Lettiev wrote:
> После сегодняшнего обновления (pam, tcb) сломался hsh
> 
> ....
> ....
> <13>Apr  8 06:41:57 rpmi: portmap-1:6.0-alt1 installed
> groupadd: PAM authentication failed

Включили поддержку глючного audit, теперь придётся осуществлять эту
поддержку.

$ fgrep -r 'getuid()' audit/lib/
audit/lib/libaudit.c:	} else if (rc == -EPERM && getuid() != 0) {
audit/lib/deprecated.c:	} else if (rc == -EPERM && getuid() != 0 && hide_error == HIDE_IT) {
audit/lib/audit_logging.c:	if (retval == -EPERM && getuid() != 0) {

Вот это безобразие надо исправить.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [devel] libaudit does not work in fakeroot environment
  2009-04-08  8:52 ` [devel] libaudit does not work in fakeroot environment Dmitry V. Levin
@ 2009-04-08  9:08   ` Dmitry V. Levin
  2009-04-08  9:08     ` Anton Farygin
  2009-04-08 10:29     ` Michael Shigorin
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2009-04-08  9:08 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

On Wed, Apr 08, 2009 at 12:52:24PM +0400, Dmitry V. Levin wrote:
> On Wed, Apr 08, 2009 at 11:00:58AM +0400, Vladimir Lettiev wrote:
> > После сегодняшнего обновления (pam, tcb) сломался hsh
> > 
> > ....
> > ....
> > <13>Apr  8 06:41:57 rpmi: portmap-1:6.0-alt1 installed
> > groupadd: PAM authentication failed
> 
> Включили поддержку глючного audit, теперь придётся осуществлять эту
> поддержку.

Я отправил в Сизиф pam-1.0.4-alt4, который от этого не страдает.
Этот Сизиф уже опубликован.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [devel] libaudit does not work in fakeroot environment
  2009-04-08  9:08   ` Dmitry V. Levin
@ 2009-04-08  9:08     ` Anton Farygin
  2009-04-08 10:29     ` Michael Shigorin
  1 sibling, 0 replies; 6+ messages in thread
From: Anton Farygin @ 2009-04-08  9:08 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Dmitry V. Levin пишет:
> On Wed, Apr 08, 2009 at 12:52:24PM +0400, Dmitry V. Levin wrote:
>> On Wed, Apr 08, 2009 at 11:00:58AM +0400, Vladimir Lettiev wrote:
>>> После сегодняшнего обновления (pam, tcb) сломался hsh
>>>
>>> ....
>>> ....
>>> <13>Apr  8 06:41:57 rpmi: portmap-1:6.0-alt1 installed
>>> groupadd: PAM authentication failed
>> Включили поддержку глючного audit, теперь придётся осуществлять эту
>> поддержку.
> 
> Я отправил в Сизиф pam-1.0.4-alt4, который от этого не страдает.
> Этот Сизиф уже опубликован.

Я отправил в Сизиф libaudit, в котором это исправлено.


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

* Re: [devel] libaudit does not work in fakeroot environment
  2009-04-08  9:08   ` Dmitry V. Levin
  2009-04-08  9:08     ` Anton Farygin
@ 2009-04-08 10:29     ` Michael Shigorin
  2009-04-08 10:48       ` Dmitry V. Levin
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2009-04-08 10:29 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Wed, Apr 08, 2009 at 01:08:15PM +0400, Dmitry V. Levin wrote:
> > > После сегодняшнего обновления (pam, tcb) сломался hsh
> > > <13>Apr  8 06:41:57 rpmi: portmap-1:6.0-alt1 installed
> > > groupadd: PAM authentication failed
> > Включили поддержку глючного audit, теперь придётся
> > осуществлять эту поддержку.

М-да.  А зачем так ломанулись, если для приезжих?

> Я отправил в Сизиф pam-1.0.4-alt4, который от этого не
> страдает.  Этот Сизиф уже опубликован.

Ага, ресинк уже помог.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] libaudit does not work in fakeroot environment
  2009-04-08 10:29     ` Michael Shigorin
@ 2009-04-08 10:48       ` Dmitry V. Levin
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2009-04-08 10:48 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

On Wed, Apr 08, 2009 at 01:29:02PM +0300, Michael Shigorin wrote:
> On Wed, Apr 08, 2009 at 01:08:15PM +0400, Dmitry V. Levin wrote:
> > > > После сегодняшнего обновления (pam, tcb) сломался hsh
> > > > <13>Apr  8 06:41:57 rpmi: portmap-1:6.0-alt1 installed
> > > > groupadd: PAM authentication failed
> > > Включили поддержку глючного audit, теперь придётся
> > > осуществлять эту поддержку.
> 
> М-да.  А зачем так ломанулись, если для приезжих?

Раньше наступишь -- раньше разметишь.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2009-04-08 10:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08  7:00 [devel] сломался hsh после сегодняшнего обновления Vladimir Lettiev
2009-04-08  8:52 ` [devel] libaudit does not work in fakeroot environment Dmitry V. Levin
2009-04-08  9:08   ` Dmitry V. Levin
2009-04-08  9:08     ` Anton Farygin
2009-04-08 10:29     ` Michael Shigorin
2009-04-08 10:48       ` Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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