ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] user foo does not exist, using root
@ 2006-12-15  7:37 LVU
  2006-12-15  7:41 ` Alexey Morsov
  2006-12-16  2:28 ` Dmitry V. Levin
  0 siblings, 2 replies; 5+ messages in thread
From: LVU @ 2006-12-15  7:37 UTC (permalink / raw)
  To: ALT Linux Community

Доброе утро!

Поскольку я, возможно, начну выкладывать на всеобщее
обозрение собранные мною самостоятельно пакеты, вопрос: на
установке некоторых из них apt гнусно ругается, типа "user
foo does not exist, using root". foo - тот юзер, от которого
работает hasher. Что с ним (hasher'ом?) сделать, чтобы
такого не было? Меня-то оно не сильно напрягает, работает
вроде все, невзирая.

With best regards, LVU.


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

* Re: [Comm] user foo does not exist, using root
  2006-12-15  7:37 [Comm] user foo does not exist, using root LVU
@ 2006-12-15  7:41 ` Alexey Morsov
  2006-12-15  7:47   ` LVU
  2006-12-16  2:28 ` Dmitry V. Levin
  1 sibling, 1 reply; 5+ messages in thread
From: Alexey Morsov @ 2006-12-15  7:41 UTC (permalink / raw)
  To: community

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

On Fri, Dec 15, 2006 at 09:37:32AM +0200, LVU wrote:
> Доброе утро!
> 
> Поскольку я, возможно, начну выкладывать на всеобщее
> обозрение собранные мною самостоятельно пакеты, вопрос: на
> установке некоторых из них apt гнусно ругается, типа "user
> foo does not exist, using root". foo - тот юзер, от которого
hasher-adduser ?


-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


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

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

* Re: [Comm] user foo does not exist, using root
  2006-12-15  7:41 ` Alexey Morsov
@ 2006-12-15  7:47   ` LVU
  2006-12-15  8:48     ` Alexey Morsov
  0 siblings, 1 reply; 5+ messages in thread
From: LVU @ 2006-12-15  7:47 UTC (permalink / raw)
  To: ALT Linux Community

Здравствуйте!

Alexey Morsov wrote:

>> Поскольку я, возможно, начну выкладывать на всеобщее
>> обозрение собранные мною самостоятельно пакеты, вопрос: на
>> установке некоторых из них apt гнусно ругается, типа "user
>> foo does not exist, using root". foo - тот юзер, от которого
> hasher-adduser ?

Делал.

With best regards, LVU.


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

* Re: [Comm] user foo does not exist, using root
  2006-12-15  7:47   ` LVU
@ 2006-12-15  8:48     ` Alexey Morsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Morsov @ 2006-12-15  8:48 UTC (permalink / raw)
  To: community

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

On Fri, Dec 15, 2006 at 09:47:10AM +0200, LVU wrote:
> Делал.
grep <user> /etc/group
ls /etc/hasher-priv/user.d/ (есть ли там ваш <user>)

-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


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

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

* Re: [Comm] user foo does not exist, using root
  2006-12-15  7:37 [Comm] user foo does not exist, using root LVU
  2006-12-15  7:41 ` Alexey Morsov
@ 2006-12-16  2:28 ` Dmitry V. Levin
  1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2006-12-16  2:28 UTC (permalink / raw)
  To: ALT Linux general discussion list

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

On Fri, Dec 15, 2006 at 09:37:32AM +0200, LVU wrote:
> Поскольку я, возможно, начну выкладывать на всеобщее
> обозрение собранные мною самостоятельно пакеты, вопрос: на
> установке некоторых из них apt гнусно ругается, типа "user
> foo does not exist, using root". foo - тот юзер, от которого
> работает hasher. Что с ним (hasher'ом?) сделать, чтобы
> такого не было? Меня-то оно не сильно напрягает, работает
> вроде все, невзирая.

hasher тут не при чём, проблема в ваших spec-файлах.
Попробуйте убрать все %defattr'ы - скорее всего вы их зря в spec-файлы
добавляете.


-- 
ldv

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

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

end of thread, other threads:[~2006-12-16  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-15  7:37 [Comm] user foo does not exist, using root LVU
2006-12-15  7:41 ` Alexey Morsov
2006-12-15  7:47   ` LVU
2006-12-15  8:48     ` Alexey Morsov
2006-12-16  2:28 ` Dmitry V. Levin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

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

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


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