ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] M2.4b3: apache-common и группа webmaster
@ 2004-07-21 11:34 Alexander Kuprin
  2004-07-21 17:10 ` [sisyphus] " Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kuprin @ 2004-07-21 11:34 UTC (permalink / raw)
  To: sisyphus


Добрый день.

Следующая ситуация -- минимальная установка ALM2.4b3. Затем устанавливаю 
apache:

[root@vm root]# apt-get install apache mod_ssl mod_php
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  apache-common libdb1 libexpat libgdbm libmm openssl perl-DBM php-base 
php-libs
The following NEW packages will be installed:
  apache apache-common libdb1 libexpat libgdbm libmm mod_php mod_ssl openssl 
perl-DBM php-base php-libs
0 upgraded, 12 newly installed, 0 removed and 0 not upgraded.
Need to get 0B/2298kB of archives.
After unpacking 5455kB of additional disk space will be used.
Do you want to continue? [Y/n] y
...skip...
warning: group webmaster does not exist - using root
warning: group webmaster does not exist - using root
...skip...

Вопрос к мантейнеру пакета apache-common: Миш, ты случайно не забыл добавить в 
секцию %preinstall проверку на существование группы webmaster?

--
WBR, Alexander Kuprin

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

* [sisyphus] Re: M2.4b3: apache-common и группа webmaster
  2004-07-21 11:34 [sisyphus] M2.4b3: apache-common и группа webmaster Alexander Kuprin
@ 2004-07-21 17:10 ` Michael Shigorin
  2004-07-21 17:15   ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2004-07-21 17:10 UTC (permalink / raw)
  To: sisyphus

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

On Wed, Jul 21, 2004 at 02:34:21PM +0300, Alexander Kuprin wrote:
> warning: group webmaster does not exist - using root
> 
> Вопрос к мантейнеру пакета apache-common: Миш, ты случайно не
> забыл добавить в секцию %preinstall проверку на существование
> группы webmaster?

Да нет, не забыл:

%pre common
%_sbindir/groupadd -r -f %apache_group 2>/dev/null ||:
#_sbindir/groupadd -r -f %apache_webmaster 2>/dev/null ||:
%_sbindir/useradd -g %apache_group -c 'WWW server' -d %apache_home -s '' \
        -r %apache_user 2>/dev/null || :
if [ -e %old_apache_home -a ! -e %apache_home ]; then
        %__mkdir_p `dirname %apache_home`
        %__ln_s %old_apache_home %apache_home
fi

Странно это все... ну вешай багу :(

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

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

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

* [sisyphus] Re: M2.4b3: apache-common и группа webmaster
  2004-07-21 17:10 ` [sisyphus] " Michael Shigorin
@ 2004-07-21 17:15   ` Konstantin A. Lepikhov
  2004-07-21 20:17     ` [sisyphus] " Alexadner Kuprin
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2004-07-21 17:15 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hi Michael!

Wednesday 21, at 08:10:43 PM you wrote:

> On Wed, Jul 21, 2004 at 02:34:21PM +0300, Alexander Kuprin wrote:
> > warning: group webmaster does not exist - using root
> > 
> > Вопрос к мантейнеру пакета apache-common: Миш, ты случайно не
> > забыл добавить в секцию %preinstall проверку на существование
> > группы webmaster?
> 
> Да нет, не забыл:
> 
> %pre common
> %_sbindir/groupadd -r -f %apache_group 2>/dev/null ||:
> #_sbindir/groupadd -r -f %apache_webmaster 2>/dev/null ||:
> %_sbindir/useradd -g %apache_group -c 'WWW server' -d %apache_home -s '' \
>         -r %apache_user 2>/dev/null || :
> if [ -e %old_apache_home -a ! -e %apache_home ]; then
>         %__mkdir_p `dirname %apache_home`
>         %__ln_s %old_apache_home %apache_home
> fi
> 
> Странно это все... ну вешай багу :(
подтверждаю - у меня подобная ругань _периодически_ появляется при апрейде
apache-*

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR


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

* Re: [sisyphus] M2.4b3: apache-common и группа webmaster
  2004-07-21 17:15   ` Konstantin A. Lepikhov
@ 2004-07-21 20:17     ` Alexadner Kuprin
  2004-07-24 17:31       ` [sisyphus] " Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexadner Kuprin @ 2004-07-21 20:17 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Wednesday 21 July 2004 20:15, Konstantin A. Lepikhov wrote:
> > Странно это все... ну вешай багу :(
>
> подтверждаю - у меня подобная ругань _периодически_ появляется при
> апрейде apache-*

#4859

-- 
WBR, Alexander Kuprin


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

* [sisyphus] Re: M2.4b3: apache-common и группа webmaster
  2004-07-21 20:17     ` [sisyphus] " Alexadner Kuprin
@ 2004-07-24 17:31       ` Michael Shigorin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2004-07-24 17:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Wed, Jul 21, 2004 at 11:17:02PM +0300, Alexadner Kuprin wrote:
> > > Странно это все... ну вешай багу :(

Не, не странно.

> > подтверждаю - у меня подобная ругань _периодически_
> > появляется при апрейде apache-*
> #4859

-#_sbindir/groupadd -r -f %apache_webmaster 2>/dev/null ||:
+%_sbindir/groupadd -r -f %apache_webmaster 2>/dev/null ||:

Все-таки ремарить на скорую руку добавленное надо с TODO/FIXME
рядом...

PS: с другой стороны -- судя по всему, дома (где собирался
последний apache) завалялся старющий
~/RPM/SOURCES/httpd*init*Sisyphus с неисправленным #4235
(наследственное ковыряние с hostname -- сильно подозреваю, нафиг
никому не нужное).  Придется пересобирать и опять думать про
distributed VCS... :(

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


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

end of thread, other threads:[~2004-07-24 17:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-21 11:34 [sisyphus] M2.4b3: apache-common и группа webmaster Alexander Kuprin
2004-07-21 17:10 ` [sisyphus] " Michael Shigorin
2004-07-21 17:15   ` Konstantin A. Lepikhov
2004-07-21 20:17     ` [sisyphus] " Alexadner Kuprin
2004-07-24 17:31       ` [sisyphus] " Michael Shigorin

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