ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@alt-linux.org>
To: ALT Linux Sisyphus mailing list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] rpm & config files
Date: Thu, 2 Aug 2001 15:32:14 +0400
Message-ID: <20010802153214.B13412@ldv.office.alt-linux.org> (raw)
In-Reply-To: <20010801223609.A25275@voins.local>; from voins@voins.program.ru on Wed, Aug 01, 2001 at 10:36:10PM +0400

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

On Wed, Aug 01, 2001 at 10:36:10PM +0400, Alexey Voinov wrote:
> Забавная ошибка обнаружилась при обновлении apt.
> Ситуация до:
> В /etc/apt присутствуют файлы sources.list и sources.list.rpmnew.
> Последний  образовался в результате предыдущего обновления.
> 
> Во время обновления apt потянул за собой apt-conf, что неудивительно,
> при этом появилась мелкая ругань:
> предупреждение: /etc/apt/sources.list создан как /etc/apt/sources.list.rpmnew
> 
> Ситуация после:
> В /etc/apt присутствуют файлы sources.list.rpmnew и sources.list.rpmsaved,
> а вот файла sources.list нет. 
> 
> Наверное это неправильно.

Вам не повезло - Вы успели обновить apt до версии apt-0.3.19cnc51-alt3,
которая находилась в публичном доступе всего несколько часов.
Текущая версия в Сизифе (примерно с часу ночи этого дня):
apt-0.3.19cnc51-alt4
В этой версии предприняты необходимые меры по спасению
/etc/apt/sources.list

Если же Вы успели поставить 0.3.19cnc51-alt3, то необходимо сделать
следующее:
cd /etc/apt
if [ ! -f sources.list ]; then
        if [ -f sources.list.rpmsave ]; then
                cp -pf sources.list.rpmsave sources.list
        elif [ -f sources.list.rpmnew ]; then
                cp -pf sources.list.rpmnew sources.list
        fi
fi


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

  parent reply	other threads:[~2001-08-02 11:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-01 18:36 Alexey Voinov
2001-08-02  6:56 ` Stanislav Ievlev
2001-08-02 11:32 ` Dmitry V. Levin [this message]
2001-08-02 15:44   ` Sergey S. Skulachenko

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=20010802153214.B13412@ldv.office.alt-linux.org \
    --to=ldv@alt-linux.org \
    --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