* [sisyphus] bash asks for re-linking
@ 2002-10-25 13:57 at
2002-10-25 14:39 ` Sergei Dolmatov
0 siblings, 1 reply; 8+ messages in thread
From: at @ 2002-10-25 13:57 UTC (permalink / raw)
To: Siyiphus
Что бы это значило?
$ bash
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
$
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking
2002-10-25 13:57 [sisyphus] bash asks for re-linking at
@ 2002-10-25 14:39 ` Sergei Dolmatov
2002-10-25 14:45 ` at
2002-10-25 14:48 ` Андрей Булава
0 siblings, 2 replies; 8+ messages in thread
From: Sergei Dolmatov @ 2002-10-25 14:39 UTC (permalink / raw)
To: Siyiphus
On Fri, Oct 25, 2002 at 05:57:38PM +0400, at@turbinal.org wrote:
>
> Что бы это значило?
>
> $ bash
> 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
> $
Может быть, обновление libreadline без обновления bash?
--
Regards,
Sergei Dolmatov.
---
Programmers do it bit by bit.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking
2002-10-25 14:39 ` Sergei Dolmatov
@ 2002-10-25 14:45 ` at
2002-10-25 17:12 ` [sisyphus] bash asks for re-linking -- bugs discovered at
2002-10-25 20:28 ` [sisyphus] bash asks for re-linking Fred
2002-10-25 14:48 ` Андрей Булава
1 sibling, 2 replies; 8+ messages in thread
From: at @ 2002-10-25 14:45 UTC (permalink / raw)
To: sisyphus
On Fri, Oct 25, 2002 at 11:39:42PM +0900, Sergei Dolmatov wrote:
> On Fri, Oct 25, 2002 at 05:57:38PM +0400, at@turbinal.org wrote:
> >
> > Что бы это значило?
> >
> > $ bash
> > 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
> > $
>
> Может быть, обновление libreadline без обновления bash?
Точно.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking
2002-10-25 14:39 ` Sergei Dolmatov
2002-10-25 14:45 ` at
@ 2002-10-25 14:48 ` Андрей Булава
1 sibling, 0 replies; 8+ messages in thread
From: Андрей Булава @ 2002-10-25 14:48 UTC (permalink / raw)
To: ALT Sisyphus mail list
On Fri, 25 Oct 2002, Sergei Dolmatov wrote:
> On Fri, Oct 25, 2002 at 05:57:38PM +0400, at@turbinal.org wrote:
> >
> > Что бы это значило?
> >
> > $ bash
> > bash: Symbol `vi_insertion_keymap' has different size in shared
object, consider re-linking
<skip>
>
> Может быть, обновление libreadline без обновления bash?
Не наверное - точно. /me наступил на те же грабли. apt-get update &&
apt-get install bash
>
> --
> Regards,
> Sergei Dolmatov.
--
С наилучшими пожеланиями,
Андрей Булава [ AB1002-UANIC ]
Информационный центр ДонНТУ
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking -- bugs discovered
2002-10-25 14:45 ` at
@ 2002-10-25 17:12 ` at
2002-10-25 20:28 ` [sisyphus] bash asks for re-linking Fred
1 sibling, 0 replies; 8+ messages in thread
From: at @ 2002-10-25 17:12 UTC (permalink / raw)
To: sisyphus
On Fri, Oct 25, 2002 at 06:45:38PM +0400, at@turbinal.org wrote:
> On Fri, Oct 25, 2002 at 11:39:42PM +0900, Sergei Dolmatov wrote:
> > On Fri, Oct 25, 2002 at 05:57:38PM +0400, at@turbinal.org wrote:
> > >
> > > Что бы это значило?
> > >
> > > $ bash
> > > 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
> > > $
> >
> > Может быть, обновление libreadline без обновления bash?
На этой почве выявлено большое количество скриптов, которые хотят именно
/bin/bash. Почты сегодня руту пришло -- немеряно. Нужно исправлять.
$ grep -s /bin/bash /sbin/* /etc/init.d/*
/sbin/hotplug:#!/bin/bash
/sbin/ifcfg:#! /bin/bash
/sbin/ifup:#!/bin/bash
/sbin/mkrescue:#!/bin/bash
/etc/init.d/acpid:#!/bin/bash
/etc/init.d/autofs:#!/bin/bash
/etc/init.d/cbq:#!/bin/bash
/etc/init.d/halt:#!/bin/bash
/etc/init.d/kudzu:#!/bin/bash
/etc/init.d/oki4daemon.rpmsave:#!/bin/bash
/etc/init.d/ypbind:#!/bin/bash
$
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking
2002-10-25 14:45 ` at
2002-10-25 17:12 ` [sisyphus] bash asks for re-linking -- bugs discovered at
@ 2002-10-25 20:28 ` Fred
2002-10-26 8:54 ` Dmitry V. Levin
1 sibling, 1 reply; 8+ messages in thread
From: Fred @ 2002-10-25 20:28 UTC (permalink / raw)
To: sisyphus
25 Октябрь 2002 18:45, Вы написали:
> On Fri, Oct 25, 2002 at 11:39:42PM +0900, Sergei Dolmatov wrote:
> > On Fri, Oct 25, 2002 at 05:57:38PM +0400, at@turbinal.org wrote:
> > > Что бы это значило?
> > >
> > > $ bash
> > > 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 $
> >
> > Может быть, обновление libreadline без обновления bash?
>
> Точно.
Ох!! Та ж ерунда уже несколько дней! Не мог понять, в чем дело....
Вопрос: а может из-за этого система подвисать наглухо? Именно наглухо --
волшебные клавиши + SysRq тоже не респондят.
Fred.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking
2002-10-25 20:28 ` [sisyphus] bash asks for re-linking Fred
@ 2002-10-26 8:54 ` Dmitry V. Levin
2002-10-27 6:51 ` Fred
0 siblings, 1 reply; 8+ messages in thread
From: Dmitry V. Levin @ 2002-10-26 8:54 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 872 bytes --]
On Sat, Oct 26, 2002 at 12:28:03AM +0400, Fred wrote:
> > > > Что бы это значило?
> > > >
> > > > $ bash
> > > > 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 $
> > >
> > > Может быть, обновление libreadline без обновления bash?
> >
> > Точно.
>
> Ох!! Та ж ерунда уже несколько дней! Не мог понять, в чем дело....
> Вопрос: а может из-за этого система подвисать наглухо? Именно наглухо --
Не может.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] bash asks for re-linking
2002-10-26 8:54 ` Dmitry V. Levin
@ 2002-10-27 6:51 ` Fred
0 siblings, 0 replies; 8+ messages in thread
From: Fred @ 2002-10-27 6:51 UTC (permalink / raw)
To: sisyphus
26 Октябрь 2002 12:54, Вы написали:
> > > > Может быть, обновление libreadline без обновления bash?
> > >
> > > Точно.
> >
> > Ох!! Та ж ерунда уже несколько дней! Не мог понять, в чем дело....
> > Вопрос: а может из-за этого система подвисать наглухо? Именно наглухо --
> Не может.
Сенкс. Я так и думал. Очевидно, что-то еще обновилось не так или
недообновилось. Буду разбираться.
Fred.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-10-27 6:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 13:57 [sisyphus] bash asks for re-linking at
2002-10-25 14:39 ` Sergei Dolmatov
2002-10-25 14:45 ` at
2002-10-25 17:12 ` [sisyphus] bash asks for re-linking -- bugs discovered at
2002-10-25 20:28 ` [sisyphus] bash asks for re-linking Fred
2002-10-26 8:54 ` Dmitry V. Levin
2002-10-27 6:51 ` Fred
2002-10-25 14:48 ` Андрей Булава
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