ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: AVL <info@atmsk.ru>
To: сизиф <sisyphus@altlinux.ru>
Subject: [sisyphus] очередно dist-upgrade. пока полет нормальный.
Date: Sun, 21 Oct 2001 02:02:05 +0400
Message-ID: <20011021020205.067a6753.info@atmsk.ru> (raw)

как нож к горлу пришлось переходить на ядро 2.4.х

поскольку наглости полные штаны, для начала забацал dist-upgrade на сервер с доступом _только_ по ssh и работающем 24 часа в сутки.

первый итог - процесс прошел успешно. сервер не упал и даже не чихнул.

Мои благодарности комманде Альтлинукса. Господа, у меня нет слов, чтобы охарактеризовать или оценить вашу работу. 
Вы делаете именно то, что нужно. Еще раз, спасибо.

Теперь о недочетах.
1) не удалился предыдущий php-mysql-4.0.6-alt0.RC2  я его удалил руками и без всяких воплей. 
2) в скрипте сервиса httpd есть досадная некрасивость. 

	module=`echo ${module} | awk '{	gsub(".*/","");	gsub("^mod_","");gsub("^lib","");gsub("\.so$","");print toupper($0)}'`
вот эта строчка порождает сообщение:
	awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
на работоспособность это не влияет так как сообщение идет в stderr, но это очень некрасиво вылазит при старте сервиса в количистве один штук на каждый модуль.

я поправил это так:

 module=`echo ${module} | awk '{	gsub(".*/","");	gsub("^mod_","");gsub("^lib","");gsub("\.so$","");print toupper($0)}' 2>/dev/null

но наверное есть более красивые решения.




             reply	other threads:[~2001-10-20 22:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-20 22:02 AVL [this message]
2001-10-21 11:50 ` Anton Farygin
2001-10-21 11:55   ` [sisyphus] [JT] AVL

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=20011021020205.067a6753.info@atmsk.ru \
    --to=info@atmsk.ru \
    --cc=sisyphus@altlinux.ru \
    /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 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