ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] rpm & config files
@ 2001-08-01 18:36 Alexey Voinov
  2001-08-02  6:56 ` Stanislav Ievlev
  2001-08-02 11:32 ` Dmitry V. Levin
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Voinov @ 2001-08-01 18:36 UTC (permalink / raw)
  To: Sisyphus Mailing List

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

Забавная ошибка обнаружилась при обновлении 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 нет. 

Наверное это неправильно.

-- 
Best Regards!
Alexey Voinov

voins@voins.program.ru
voins@online.ru
vns@altlinux.ru


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

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

* Re: [sisyphus] rpm & config files
  2001-08-01 18:36 [sisyphus] rpm & config files Alexey Voinov
@ 2001-08-02  6:56 ` Stanislav Ievlev
  2001-08-02 11:32 ` Dmitry V. Levin
  1 sibling, 0 replies; 4+ messages in thread
From: Stanislav Ievlev @ 2001-08-02  6:56 UTC (permalink / raw)
  To: sisyphus

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 нет. 
>
>Наверное это неправильно.
>
Так и должно было произойти :(. Переименуйте sources.list.rpmnew в 
sources.list .

>






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

* Re: [sisyphus] rpm & config files
  2001-08-01 18:36 [sisyphus] rpm & config files Alexey Voinov
  2001-08-02  6:56 ` Stanislav Ievlev
@ 2001-08-02 11:32 ` Dmitry V. Levin
  2001-08-02 15:44   ` Sergey S. Skulachenko
  1 sibling, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2001-08-02 11:32 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- 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 --]

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

* Re: [sisyphus] rpm & config files
  2001-08-02 11:32 ` Dmitry V. Levin
@ 2001-08-02 15:44   ` Sergey S. Skulachenko
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey S. Skulachenko @ 2001-08-02 15:44 UTC (permalink / raw)
  To: sisyphus

On Thu, 2 Aug 2001 15:32:14 +0400
"Dmitry V. Levin" <ldv@alt-linux.org> wrote:

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

На медленном канале к утру остался на домашнем зеркале только
apt-0.3.19cnc51-alt4, хотя и alt3 до того тоже был принят.
Поэтому обновление прошло корректно. Своя выгода :-)  
--
С уважением,
С.С.Скулаченко



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

end of thread, other threads:[~2001-08-02 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-01 18:36 [sisyphus] rpm & config files Alexey Voinov
2001-08-02  6:56 ` Stanislav Ievlev
2001-08-02 11:32 ` Dmitry V. Levin
2001-08-02 15:44   ` Sergey S. Skulachenko

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