* [sisyphus] За что dist-upgrade желает снести virtualbox?
@ 2013-09-19 3:41 Pavel N. Solovyov
2013-09-19 3:51 ` ruslandh
2013-09-19 4:00 ` ruslandh
0 siblings, 2 replies; 5+ messages in thread
From: Pavel N. Solovyov @ 2013-09-19 3:41 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
При попытке сегодняшнего dist-upgrade получаю следующее:
pavel@pavel ~ $ sudo apt-get dist-upgrade
[sudo] password for pavel:
.....
The following packages will be REPLACED:
libvncserver (by libvncclient0)
The following packages will be REMOVED:
The following NEW packages will be installed:
libvncclient0
44 upgraded, 1 newly installed, 1 replaced, 1 removed and 0 not
upgraded. Need to get 24.8MB of archives.
After unpacking 39.0MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
Вот и возник вопрос: чем провинился virtualbox?
Или нужно и ядро обновить, сейчас стоит
pavel@pavel ~ $ uname -r
3.10.7-std-def-alt1
--
Успехов. Павел.
=====================
Jabber: pavel_solo@jabber.ru
ICQ: 33437660
=====================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] За что dist-upgrade желает снести virtualbox?
2013-09-19 3:41 [sisyphus] За что dist-upgrade желает снести virtualbox? Pavel N. Solovyov
@ 2013-09-19 3:51 ` ruslandh
2013-09-19 4:40 ` Pavel N. Solovyov
2013-09-19 4:00 ` ruslandh
1 sibling, 1 reply; 5+ messages in thread
From: ruslandh @ 2013-09-19 3:51 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]
Здравствуйте Pavel N. Solovyov
В сообщении от 19 сентября 2013 Pavel N. Solovyov написал(a):
> pavel@pavel ~ $ sudo apt-get dist-upgrade
> [sudo] password for pavel:
> .....
> The following packages will be REPLACED:
> libvncserver (by libvncclient0)
> The following packages will be REMOVED:
>
> The following NEW packages will be installed:
> libvncclient0
> 44 upgraded, 1 newly installed, 1 replaced, 1 removed and 0
> not upgraded. Need to get 24.8MB of archives.
> After unpacking 39.0MB disk space will be freed.
> Do you want to continue? [Y/n] n
> Abort.
>
> Вот и возник вопрос: чем провинился virtualbox?
> Или нужно и ядро обновить, сейчас стоит
> pavel@pavel ~ $ uname -r
> 3.10.7-std-def-alt1
Теперь вместо libvncserver, нужен libvncserver0 (а вместо
libvncclient libvncclient0):
Сужу по команде:
$ sudo apt-get install virtualbox
Чтение списков пакетов... Завершено
Построение дерева зависимостей... Завершено
Следующие дополнительные пакеты будут установлены:
libvncserver0 virtualbox-common
Следующие НОВЫЕ пакеты будут установлены:
libvncserver0 virtualbox virtualbox-common
0 будет обновлено, 3 новых установлено, 0 пакетов будет удалено и
0 не будет обновлено.
Необходимо получить 0B/10,4MB архивов.
После распаковки потребуется дополнительно 41,0MB дискового
пространства.
Продолжить? [Y/n] n
Почему он вместо :
The following packages will be REPLACED:
libvncserver (by libvncserver0)
пытается установить libvncclient0, непонятно, возможно описка в
спеке, тогда в багзилу.
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] За что dist-upgrade желает снести virtualbox?
2013-09-19 3:41 [sisyphus] За что dist-upgrade желает снести virtualbox? Pavel N. Solovyov
2013-09-19 3:51 ` ruslandh
@ 2013-09-19 4:00 ` ruslandh
2013-09-19 5:52 ` Андрей Черепанов
1 sibling, 1 reply; 5+ messages in thread
From: ruslandh @ 2013-09-19 4:00 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
Здравствуйте Pavel N. Solovyov
В сообщении от 19 сентября 2013 Pavel N. Solovyov написал(a):
> libvncserver (by libvncclient0)
Ага там в спеке что-то заумное - клиент провайдет сервера, и
зачем-то 0 к именам пакетов приплюсован.
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] За что dist-upgrade желает снести virtualbox?
2013-09-19 3:51 ` ruslandh
@ 2013-09-19 4:40 ` Pavel N. Solovyov
0 siblings, 0 replies; 5+ messages in thread
From: Pavel N. Solovyov @ 2013-09-19 4:40 UTC (permalink / raw)
To: sisyphus; +Cc: ruslandh
On Thu, 19 Sep 2013 07:51:51 +0400
ruslandh wrote:
> Почему он вместо :
> The following packages will be REPLACED:
> libvncserver (by libvncserver0)
> пытается установить libvncclient0, непонятно, возможно описка в
> спеке, тогда в багзилу.
https://bugzilla.altlinux.org/show_bug.cgi?id=29374
--
Успехов. Павел.
=====================
Jabber: pavel_solo@jabber.ru
ICQ: 33437660
=====================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] За что dist-upgrade желает снести virtualbox?
2013-09-19 4:00 ` ruslandh
@ 2013-09-19 5:52 ` Андрей Черепанов
0 siblings, 0 replies; 5+ messages in thread
From: Андрей Черепанов @ 2013-09-19 5:52 UTC (permalink / raw)
To: sisyphus
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
19.09.2013 08:00, ruslandh пишет:
> Здравствуйте Pavel N. Solovyov В сообщении от 19 сентября 2013
> Pavel N. Solovyov написал(a):
>> libvncserver (by libvncclient0)
>
> Ага там в спеке что-то заумное - клиент провайдет сервера, и
> зачем-то 0 к именам пакетов приплюсован.
Добавлен потому что http://www.altlinux.org/SharedLibsPolicy
- --
Андрей Черепанов
ALT Linux
cas@altlinux.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlI6kSgACgkQSGPA9Knr8TG1rwCgn74Aa8DBk12WW9PWbRXPZvRI
y5EAn2YBrJ7jAJLlllgvrqqWnUl4fZ/L
=1XDX
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-19 5:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-19 3:41 [sisyphus] За что dist-upgrade желает снести virtualbox? Pavel N. Solovyov
2013-09-19 3:51 ` ruslandh
2013-09-19 4:40 ` Pavel N. Solovyov
2013-09-19 4:00 ` ruslandh
2013-09-19 5:52 ` Андрей Черепанов
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