ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Vladimir Karpinsky <vkarpinsky@mail.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] Обновление Арк-сервера до p6 squirrelmail
Date: Wed, 01 Feb 2012 15:40:53 +0400
Message-ID: <4F2924C5.903@mail.ru> (raw)
In-Reply-To: <4F291CC1.5050204@solin.spb.ru>

01.02.2012 15:06, Aleksey Avdeev пишет:
>    OK, тогда откладываем.
>
> PS: Для проверки нужны будут apache и apache2. Squirrel не потребуется
> (т. к. на на пользователей и группы влиять не должен).

Гулять, так гулять:

$ sudo apt-get install apache
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
   apache-base apache-common apache2-cgi-bin apache2-cgi-bin-printenv
   apache2-cgi-bin-test-cgi apache2-datadirs apache2-html apache2-icons libmm
   monit-base webserver-cgi-bin-control webserver-common
   webserver-common-control
The following NEW packages will be installed:
   apache apache-base apache-common apache2-cgi-bin apache2-cgi-bin-printenv
   apache2-cgi-bin-test-cgi apache2-datadirs apache2-html apache2-icons libmm
   monit-base webserver-cgi-bin-control webserver-common
   webserver-common-control
0 upgraded, 14 newly installed, 0 removed and 0 not upgraded.
Need to get 1115kB of archives.
After unpacking 2360kB of additional disk space will be used.

$  rpm -qa | grep apache
apache2-cgi-bin-printenv-2.2.21-alt1.M51.1
apache-common-1.3.42rusPL30.24-alt0.M51.1
apache-base-1.3.42rusPL30.24-alt0.M51.1
apache2-html-2.2.21-alt1.M51.1
apache2-datadirs-2.2.21-alt1.M51.1
apache2-cgi-bin-test-cgi-2.2.21-alt1.M51.1
apache2-icons-2.2.21-alt1.M51.1
apache-1.3.42rusPL30.24-alt0.M51.1
apache2-cgi-bin-2.2.21-alt1.M51.1

$ cat /etc/group | grep _webserver
_webserver:x:38:apache

$ sudo apt-get install apache2
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
   apache2-base apache2-common apache2-htcacheclean apache2-httpd-worker
   apache2-mod_disk_cache libapr1 libaprutil1
The following NEW packages will be installed:
   apache2 apache2-base apache2-common apache2-htcacheclean
   apache2-httpd-worker apache2-mod_disk_cache libapr1 libaprutil1
0 upgraded, 8 newly installed, 0 removed and 0 not upgraded.
Need to get 1053kB of archives.
After unpacking 3111kB of additional disk space will be used.

$  rpm -qa | grep apache
apache2-cgi-bin-printenv-2.2.21-alt1.M51.1
apache2-httpd-worker-2.2.21-alt1.M51.1
apache-common-1.3.42rusPL30.24-alt0.M51.1
apache-base-1.3.42rusPL30.24-alt0.M51.1
apache2-html-2.2.21-alt1.M51.1
apache2-mod_disk_cache-2.2.21-alt1.M51.1
apache2-datadirs-2.2.21-alt1.M51.1
apache2-cgi-bin-test-cgi-2.2.21-alt1.M51.1
apache2-icons-2.2.21-alt1.M51.1
apache2-common-2.2.21-alt1.M51.1
apache2-htcacheclean-2.2.21-alt1.M51.1
apache-1.3.42rusPL30.24-alt0.M51.1
apache2-2.2.21-alt1.M51.1
apache2-cgi-bin-2.2.21-alt1.M51.1
apache2-base-2.2.21-alt1.M51.1

$ cat /etc/group | grep _webserver
_webserver:x:38:apache,apache2

$ sudo apt-repo rm 5.1
$ sudo apt-repo add p6
$ sudo apt-repo
rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/branch 
x86_64 classic
rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/branch 
noarch classic
rpm http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/branch x86_32 classic
$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ rpm -qa | grep apache
apache2-httpd-worker-2.2.21-alt1.M51.1
apache2-cgi-bin-printenv-2.2.21-alt1.M51.1
apache2-mod_disk_cache-2.2.21-alt1.M51.1
apache-1.3.42rusPL30.24-alt1.1
apache2-cgi-bin-2.2.21-alt1.M51.1
apache2-cgi-bin-test-cgi-2.2.21-alt1.M51.1
apache2-icons-2.2.21-alt1.M51.1
apache2-common-2.2.21-alt1.M51.1
apache2-htcacheclean-2.2.21-alt1.M51.1
apache2-datadirs-2.2.21-alt1.M51.1
apache2-base-2.2.21-alt1.M51.1
apache-common-1.3.42rusPL30.24-alt1.1
apache2-2.2.21-alt1.M51.1
apache-base-1.3.42rusPL30.24-alt1.1
apache2-html-2.2.21-alt1.M51.1

$ cat /etc/group | grep _webserver
_webserver:x:38:apache,apache2

Всё нормально.

Не мог ли какой-нибудь "посторонний" пакет влезть в /etc/group?

-- 
	С уважением,
		Владимир.


  reply	other threads:[~2012-02-01 11:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26 12:25 Vladimir Karpinsky
2012-01-26 21:29 ` Michael Shigorin
2012-01-27  5:06   ` Vladimir Karpinsky
2012-01-27  6:14     ` Anton Kvashin
2012-01-27  5:59 ` Anton Kvashin
2012-01-27  6:15   ` Vladimir Karpinsky
2012-01-27  9:18     ` Michael Shigorin
2012-01-27 12:13       ` Vladimir Karpinsky
2012-01-27 20:35         ` Aleksey Avdeev
2012-01-27 20:53           ` Vladimir Karpinsky
2012-01-29 16:52             ` Aleksey Avdeev
2012-01-29 17:16               ` Vladimir Karpinsky
2012-01-29 17:40                 ` Aleksey Avdeev
2012-01-29 17:47                   ` Vladimir Karpinsky
2012-01-29 18:05                     ` Vladimir Karpinsky
2012-01-29 18:12                       ` Aleksey Avdeev
2012-01-29 18:46                         ` Vladimir Karpinsky
2012-02-01 10:42                         ` Aleksey Avdeev
2012-02-01 10:53                           ` Vladimir Karpinsky
2012-02-01 11:06                             ` Aleksey Avdeev
2012-02-01 11:40                               ` Vladimir Karpinsky [this message]
2012-02-01 13:15                                 ` Aleksey Avdeev
2012-02-01 20:15                                   ` Aleksey Avdeev
2012-01-29 18:09                     ` Aleksey Avdeev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F2924C5.903@mail.ru \
    --to=vkarpinsky@mail.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

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

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


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