ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] глюки
  @ 2002-09-26 18:51 ` Yuriy Gomenyuk
  2002-09-27  4:20   ` Albert R. Valiev
    1 sibling, 1 reply; 6+ messages in thread
From: Yuriy Gomenyuk @ 2002-09-26 18:51 UTC (permalink / raw)
  To: sisyphus

Как запускаю терминал или любую команду в нём имею:
***
-bash: Symbol `vi_insertion_keymap' has different size in shared object, consider re-linking
-bash: Symbol `vi_movement_keymap' has different size in shared object, consider re-linking
-bash: Symbol `emacs_standard_keymap' has different size in shared object, consider re-linking
-bash: Symbol `emacs_ctlx_keymap' has different size in shared object, consider re-linking
-bash: Symbol `emacs_meta_keymap' has different size in shared object, consider re-linking
***
- это при запуске терминала.

а вот что при запуске команды:
***
[yuriy@localhost yuriy]$ /sbin/ifup ppp0 &
[1] 2415
[yuriy@localhost yuriy]$ /bin/bash: Symbol `vi_insertion_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `vi_movement_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `emacs_standard_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `emacs_ctlx_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `emacs_meta_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `vi_insertion_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `vi_movement_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `emacs_standard_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `emacs_ctlx_keymap' has different size in shared object, consider re-linking
/bin/bash: Symbol `emacs_meta_keymap' has different size in shared object, consider re-linking
***




Как я до этого дошёл:


"Долго думал" и поустанавливал кучу программ не сделав перед этим apt-get update (последний раз апдейт делал с неделю назад)
(устанавливал примерно следующее: MySQL-python postgresql-python postgresql-server postgresql glimmer cooledit)
после установки последних двух апт ругнулся-
error: db4 error(-30988) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found


Я "опомнившись" сделал apt-get update и затем снова дал команду:
[root@localhost root]# apt-get install MySQL-python postgresql-python postgresql-server postgresql
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, MySQL-python is already the newest version
The following extra packages will be installed:
  coreutils libreadline man-pages postgresql-libs
The following packages will be REPLACED:
  fileutils sh-utils stat textutils
The following NEW packages will be installed:
  coreutils
The following packages will be upgraded
  libreadline man-pages postgresql postgresql-libs postgresql-python postgresql-server
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
  fileutils sh-utils stat textutils
6 packages upgraded, 1 newly installed, 4 to remove(replace) and 323 not upgraded.
Need to get 5957kB of archives. After unpacking 122kB will be freed.
You are about to do something potentially harmful
To continue type in the phrase 'Yes, I understand this may be bad'
 ?] Yes, I understand this may be bad

(что то он там удалить решил чтоли?)

Ну я и напечатал ему "Yes, I understand this may be bad"


После этого как запускаю терминал (или любую команду в нём) имею:
проблемму, с которой начал.

Что делать?
(команда apt-get -f install даёт всё ок.)

-- 
С уважением,
Юрий Гоменюк.


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

* [sisyphus] Re: [Comm] глюки
  @ 2002-09-26 19:07     ` Yuriy Gomenyuk
  2002-09-26 19:52     ` Yuriy Gomenyuk
  1 sibling, 0 replies; 6+ messages in thread
From: Yuriy Gomenyuk @ 2002-09-26 19:07 UTC (permalink / raw)
  To: community; +Cc: sisyphus

On Fri, 27 Sep 2002 01:53:05 +0700
Ilya Palagin <tux@fioc.kz> wrote:

> > WARNING: The following essential packages will be removed
> > This should NOT be done unless you know exactly what you are doing!
> >   fileutils sh-utils stat textutils
> > 6 packages upgraded, 1 newly installed, 4 to remove(replace) and 323 not upgraded.
> > Need to get 5957kB of archives. After unpacking 122kB will be freed.
> > You are about to do something potentially harmful
> > To continue type in the phrase 'Yes, I understand this may be bad'
> >  ?] Yes, I understand this may be bad
> > 
> > (что то он там удалить решил чтоли?)
> Он же английским языком сказал, что удалит вот это:
> fileutils sh-utils stat textutils
> А это, между прочим, базовые пакеты.
> 
> > 
> > Ну я и напечатал ему "Yes, I understand this may be bad"
> > 
> > 
> > После этого как запускаю терминал (или любую команду в нём) имею:
> > проблемму, с которой начал.
> > 
> > Что делать?
> > (команда apt-get -f install даёт всё ок.)
> > 
> Вертать удаленное взад.

Не так всё просто:
[root@localhost root]# apt-get install fileutils sh-utils stat textutils
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting coreutils instead of fileutils
Sorry, coreutils is already the newest version
Note, selecting coreutils instead of sh-utils
Sorry, coreutils is already the newest version
Note, selecting coreutils instead of stat
Sorry, coreutils is already the newest version
Note, selecting coreutils instead of textutils
Sorry, coreutils is already the newest version
0 packages upgraded, 0 newly installed, 0 to remove(replace) and 323 not upgraded.
[root@localhost root]#


пробуем ещё:
[root@localhost root]# apt-get install coreutils
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, coreutils is already the newest version
0 packages upgraded, 0 newly installed, 0 to remove(replace) and 323 not upgraded.
[root@localhost root]#



??????????

-- 
С уважением,
Юрий Гоменюк.


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

* [sisyphus] Re: [Comm] глюки
    2002-09-26 19:07     ` [sisyphus] Re: [Comm] глюки Yuriy Gomenyuk
@ 2002-09-26 19:52     ` Yuriy Gomenyuk
  2002-09-26 21:53       ` Artem K. Jouravsky
  1 sibling, 1 reply; 6+ messages in thread
From: Yuriy Gomenyuk @ 2002-09-26 19:52 UTC (permalink / raw)
  To: sisyphus

On Fri, 27 Sep 2002 01:53:05 +0700
Ilya Palagin <tux@fioc.kz> wrote:

> > WARNING: The following essential packages will be removed
> > This should NOT be done unless you know exactly what you are doing!
> >   fileutils sh-utils stat textutils
> > 6 packages upgraded, 1 newly installed, 4 to remove(replace) and 323 not upgraded.
> > Need to get 5957kB of archives. After unpacking 122kB will be freed.
> > You are about to do something potentially harmful
> > To continue type in the phrase 'Yes, I understand this may be bad'
> >  ?] Yes, I understand this may be bad
> > 
> > (что то он там удалить решил чтоли?)
> Он же английским языком сказал, что удалит вот это:
> fileutils sh-utils stat textutils
> А это, между прочим, базовые пакеты.
> 
> > 
> > Ну я и напечатал ему "Yes, I understand this may be bad"
> > 
> > 
> > После этого как запускаю терминал (или любую команду в нём) имею:
> > проблемму, с которой начал.
> > 
> > Что делать?
> > (команда apt-get -f install даёт всё ок.)
> > 
> Вертать удаленное взад.

Не так всё просто:
[root@localhost root]# apt-get install fileutils sh-utils stat textutils
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting coreutils instead of fileutils
Sorry, coreutils is already the newest version
Note, selecting coreutils instead of sh-utils
Sorry, coreutils is already the newest version
Note, selecting coreutils instead of stat
Sorry, coreutils is already the newest version
Note, selecting coreutils instead of textutils
Sorry, coreutils is already the newest version
0 packages upgraded, 0 newly installed, 0 to remove(replace) and 323 not upgraded.
[root@localhost root]#


пробуем ещё:
[root@localhost root]# apt-get install coreutils
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, coreutils is already the newest version
0 packages upgraded, 0 newly installed, 0 to remove(replace) and 323 not upgraded.
[root@localhost root]#



??????????

-- 
С уважением,
Юрий Гоменюк.


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

* [sisyphus] Re: [Comm] глюки
  2002-09-26 19:52     ` Yuriy Gomenyuk
@ 2002-09-26 21:53       ` Artem K. Jouravsky
  2002-09-27  7:56         ` Yuriy Gomenyuk
  0 siblings, 1 reply; 6+ messages in thread
From: Artem K. Jouravsky @ 2002-09-26 21:53 UTC (permalink / raw)
  To: sisyphus

On Thu, Sep 26, 2002 at 10:52:23PM +0300, Yuriy Gomenyuk wrote:
> > > (что то он там удалить решил чтоли?)
> > Он же английским языком сказал, что удалит вот это:
> > fileutils sh-utils stat textutils
> > А это, между прочим, базовые пакеты.
> > 
> > > 
> > > Ну я и напечатал ему "Yes, I understand this may be bad"
5 баллов! Вот, только несколько часов назад у меня на глазах человек точно
так же не думая эту фразу просто скопировал-вставил, хорошо, я вовремя за
руку дернуть успел. Эта фраза вылазит редко, только в том, случае, если вы
собираетесь снести базовые пакеты, и не думая её набирать ОЧЕНЬ не
рекомендуется :)
> > > 
> > > После этого как запускаю терминал (или любую команду в нём) имею:
> > > проблемму, с которой начал.
> > > 
> > > Что делать?
> > > (команда apt-get -f install даёт всё ок.)
Точно даже и не скажу, ибо не помню как сам это борол...
apt-get install bash sh
что скажет?

-- 
Best wishes,
Artem K. Jouravsky,
iFirst Ltd, System Administrator.
-----------------------
Баба с возу, потехи час 


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

* Re: [sisyphus] глюки
  2002-09-26 18:51 ` [sisyphus] глюки Yuriy Gomenyuk
@ 2002-09-27  4:20   ` Albert R. Valiev
  0 siblings, 0 replies; 6+ messages in thread
From: Albert R. Valiev @ 2002-09-27  4:20 UTC (permalink / raw)
  To: sisyphus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

В письме от 26 Сентябрь 2002 22:51 Yuriy Gomenyuk написал:
> Как запускаю терминал или любую команду в нём имею:
> ***
> -bash: Symbol `vi_insertion_keymap' has different size in shared
> object, consider re-linking -bash: Symbol `vi_movement_keymap' has
> different size in shared object, consider re-linking -bash: Symbol
> `emacs_standard_keymap' has different size in shared object, consider
> re-linking -bash: Symbol `emacs_ctlx_keymap' has different size in
> shared object, consider re-linking -bash: Symbol `emacs_meta_keymap'
> has different size in shared object, consider re-linking ***

update-get update && apt-get install bash

у вас просто не обновился bash

- -- 
With Best Regards, Albert R. Valiev
- ------------------------------------
ALT Linux Team [www.altlinux.ru]
KDE Development Team [www.kde.org]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9k9yr7d6wAH+0KuARAvq5AJ9a49oeOqzo4mavO/Uj1Wyq/yFVZwCglVw8
PnBpU2Bn8zpvk6XIBqbLqVc=
=tTRv
-----END PGP SIGNATURE-----



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

* Re: [sisyphus] Re: [Comm] глюки
  2002-09-26 21:53       ` Artem K. Jouravsky
@ 2002-09-27  7:56         ` Yuriy Gomenyuk
  0 siblings, 0 replies; 6+ messages in thread
From: Yuriy Gomenyuk @ 2002-09-27  7:56 UTC (permalink / raw)
  To: sisyphus

On Fri, 27 Sep 2002 08:20:59 +0400
"Albert R. Valiev" <darkstar@altlinux.ru> wrote:

> update-get update && apt-get install bash

n Fri, 27 Sep 2002 01:53:48 +0400
"Artem K. Jouravsky" <ujo@ifirst.ru> wrote:

> apt-get install bash sh


Да, помогло, большое спасибо :)





> > > Ну я и напечатал ему "Yes, I understand this may be bad"
>5 баллов!

Не сомневаюсь :)

 Вот, только несколько часов назад у меня на глазах человек точно
так же не думая эту фразу просто скопировал-вставил, хорошо, я вовремя за
руку дернуть успел. Эта фраза вылазит редко, только в том, случае, если вы
собираетесь снести базовые пакеты, и не думая её набирать ОЧЕНЬ не
рекомендуется :)

Не, я лучше - набрал руками сознательно (даже предполагая смысл). Конечно можно предположить, что если для подтверждения действия от тебя требуют выстукивать целую фразу то что то действительно может произойти, но возможно вы меня поймёте - бывают в жизни моменты, когда ты просто не можешь остановиться :))
Тем не менее считаю что мне повезло - впредь буду более сдержанным.

Ещё раз всем спасибо!

-- 
С уважением,
Юрий Гоменюк.


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

end of thread, other threads:[~2002-09-27  7:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-26 18:51 ` [sisyphus] глюки Yuriy Gomenyuk
2002-09-27  4:20   ` Albert R. Valiev
2002-09-26 19:07     ` [sisyphus] Re: [Comm] глюки Yuriy Gomenyuk
2002-09-26 19:52     ` Yuriy Gomenyuk
2002-09-26 21:53       ` Artem K. Jouravsky
2002-09-27  7:56         ` Yuriy Gomenyuk

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