ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Branch 3.0 apt
@ 2005-12-14 11:48 Igor Zubkov
  2005-12-14 12:02 ` [sisyphus] " Michael Shigorin
  2005-12-14 12:27 ` [sisyphus] " Epiphanov Sergei
  0 siblings, 2 replies; 5+ messages in thread
From: Igor Zubkov @ 2005-12-14 11:48 UTC (permalink / raw)
  To: sisyphus

Привет, Всем! 
 
Вот что мне только что выдал apt при установке uucp: 
 
[root@qemu root]# apt-get install uucp 
Reading Package Lists... Done 
Building Dependency Tree... Done 
The following extra packages will be installed: 
  sysklogd 
The following NEW packages will be installed: 
  sysklogd uucp 
0 upgraded, 2 newly installed, 0 removed and 0 not upgraded. 
Need to get 842kB of archives. 
After unpacking 1797kB of additional disk space will be used. 
Do you want to continue? [Y/n] Y 
Get:1 ftp://ftp.altlinux.com i586/classic sysklogd 1.4.1-alt20 [8751B] 
Get:2 ftp://ftp.altlinux.com i586/classic uucp 1.07-alt2 [833kB] 
Fetched 842kB in 13s (63.6kB/s) 
Committing changes... 
Preparing...                      
################################################################################################### 
[100%] 
1: uucp                           
################################################################################################### 
[ 50%] 
Done. 
[root@qemu root]# 
 
Из логов: 
[root@qemu root]# tail -2 /var/log/messages 
Dec 14 14:47:15 qemu apt-get: sysklogd-0:1.4.1-alt20 installed 
Dec 14 14:47:18 qemu apt-get: uucp-0:1.07-alt2 installed 
[root@qemu root]#     
 
Что это с apt? 
 


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

* [sisyphus] Re: Branch 3.0 apt
  2005-12-14 11:48 [sisyphus] Branch 3.0 apt Igor Zubkov
@ 2005-12-14 12:02 ` Michael Shigorin
  2005-12-14 12:41   ` Epiphanov Sergei
  2005-12-14 12:27 ` [sisyphus] " Epiphanov Sergei
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2005-12-14 12:02 UTC (permalink / raw)
  To: sisyphus

On Wed, Dec 14, 2005 at 02:48:28PM +0300, Igor Zubkov wrote:
> Вот что мне только что выдал apt при установке uucp: 
> Preparing...                      
> ################################################################################################### 
> [100%] 
> 1: uucp                           
> ################################################################################################### 
> [ 50%] 
> Done. 
> Dec 14 14:47:15 qemu apt-get: sysklogd-0:1.4.1-alt20 installed 
> Dec 14 14:47:18 qemu apt-get: uucp-0:1.07-alt2 installed 
> Что это с apt? 

Терминал поколбасило, скорее всего.  Вывод наложился...

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


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

* Re: [sisyphus] Branch 3.0 apt
  2005-12-14 11:48 [sisyphus] Branch 3.0 apt Igor Zubkov
  2005-12-14 12:02 ` [sisyphus] " Michael Shigorin
@ 2005-12-14 12:27 ` Epiphanov Sergei
  2005-12-14 21:49   ` [sisyphus] [JT] " Michael Shigorin
  1 sibling, 1 reply; 5+ messages in thread
From: Epiphanov Sergei @ 2005-12-14 12:27 UTC (permalink / raw)
  To: Igor Zubkov, ALT Linux Sisyphus discussion list

В сообщении от Wednesday 14 December 2005 14:48 Igor Zubkov написал(a):

> Вот что мне только что выдал apt при установке uucp:
>
> [root@qemu root]# apt-get install uucp
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
>   sysklogd
> The following NEW packages will be installed:
>   sysklogd uucp
> 0 upgraded, 2 newly installed, 0 removed and 0 not upgraded.
> Need to get 842kB of archives.
> After unpacking 1797kB of additional disk space will be used.
> Do you want to continue? [Y/n] Y
> Get:1 ftp://ftp.altlinux.com i586/classic sysklogd 1.4.1-alt20 [8751B]
> Get:2 ftp://ftp.altlinux.com i586/classic uucp 1.07-alt2 [833kB]
> Fetched 842kB in 13s (63.6kB/s)
> Committing changes...
> Preparing...
> ##########################################################################
>######################### [100%]
> 1: uucp
> ##########################################################################
>######################### [ 50%]
> Done.
> [root@qemu root]#
>
> Из логов:
> [root@qemu root]# tail -2 /var/log/messages
> Dec 14 14:47:15 qemu apt-get: sysklogd-0:1.4.1-alt20 installed
> Dec 14 14:47:18 qemu apt-get: uucp-0:1.07-alt2 installed
> [root@qemu root]#
>
> Что это с apt?

Ничего, просто sysklogd - виртуальный пакет, не содержащий ни одного файла, 
поэтому не отображается в процессе установки. Также поступает и rpm. Как я 
понял - это не бага, а фича, а линейка процесса установки показывает работу 
с файлами (перенос файлов из пакета в систему, перебрасывание по каталогам, 
удаление старых файлов с диска).

-- 
С уважением, Епифанов Сергей



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

* Re: [sisyphus] Re: Branch 3.0 apt
  2005-12-14 12:02 ` [sisyphus] " Michael Shigorin
@ 2005-12-14 12:41   ` Epiphanov Sergei
  0 siblings, 0 replies; 5+ messages in thread
From: Epiphanov Sergei @ 2005-12-14 12:41 UTC (permalink / raw)
  To: sisyphus

В сообщении от Wednesday 14 December 2005 15:02 Michael Shigorin написал(a):
> On Wed, Dec 14, 2005 at 02:48:28PM +0300, Igor Zubkov wrote:
> > Вот что мне только что выдал apt при установке uucp:
> > Preparing...                      
> > ########################################################################
> >########################### [100%]
> > 1: uucp                          
> > ########################################################################
> >########################### [ 50%]
> > Done.
> > Dec 14 14:47:15 qemu apt-get: sysklogd-0:1.4.1-alt20 installed
> > Dec 14 14:47:18 qemu apt-get: uucp-0:1.07-alt2 installed
> > Что это с apt?
>
> Терминал поколбасило, скорее всего.  Вывод наложился...

Нет, не показана установка виртуального пакета sysklogd:

$ rpm -ql sysklogd
(не содержит файлов)
$

 Это фича apt (и, по-моему, rpm). Тоже самое можно увидеть при выполенении 
dist-upgrade, upgrade, install.

-- 
С уважением, Епифанов Сергей



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

* [sisyphus] [JT] Re: Branch 3.0 apt
  2005-12-14 12:27 ` [sisyphus] " Epiphanov Sergei
@ 2005-12-14 21:49   ` Michael Shigorin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2005-12-14 21:49 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Wed, Dec 14, 2005 at 03:27:09PM +0300, Epiphanov Sergei wrote:
> Ничего, просто sysklogd - виртуальный пакет, не содержащий ни
> одного файла, поэтому не отображается в процессе установки.
> Также поступает и rpm. Как я понял - это не бага, а фича, а
> линейка процесса установки показывает работу с файлами (перенос
> файлов из пакета в систему, перебрасывание по каталогам,
> удаление старых файлов с диска).

Наверное, это к слову о делении на ноль. :)

-- 
 ---- 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:[~2005-12-14 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-14 11:48 [sisyphus] Branch 3.0 apt Igor Zubkov
2005-12-14 12:02 ` [sisyphus] " Michael Shigorin
2005-12-14 12:41   ` Epiphanov Sergei
2005-12-14 12:27 ` [sisyphus] " Epiphanov Sergei
2005-12-14 21:49   ` [sisyphus] [JT] " 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