ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Что-то странное произошло с apt...
@ 2003-11-13  8:27 Igor Tertishny
  2003-11-13  8:33 ` Gerasimov Dmitry
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Igor Tertishny @ 2003-11-13  8:27 UTC (permalink / raw)
  To: sisyphus

Кто бы подсказал, куда рыть в таком вот случае: после обрыва электричества во 
время начала обновления, apt-get перестал работать. Выдает на гора:

[root@slav /]# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies...Segmentation fault

Что я только не делал... Даже вручную обновил librpm, rpm, libatp и apt... Та 
же история. rpm --rebuilddb делал. Может кто сталкивался с подобной проблемой 
и знает решение? Заранее благодарен за помощь.

PS: Причем это только на одном из компов, на остальных - полный порядок, а у 
нас Сизиф на четырех.



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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  8:27 [sisyphus] Что-то странное произошло с apt Igor Tertishny
@ 2003-11-13  8:33 ` Gerasimov Dmitry
  2003-11-13  9:01   ` Igor Tertishny
  2003-11-13  9:13   ` lighter
  2003-11-13  8:49 ` Епифанов Сергей
  2003-11-13 18:42 ` Sergey S. Skulachenko
  2 siblings, 2 replies; 9+ messages in thread
From: Gerasimov Dmitry @ 2003-11-13  8:33 UTC (permalink / raw)
  To: sisyphus

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

On Thu, Nov 13, 2003 at 10:27:35AM +0200, Igor Tertishny wrote:
> Кто бы подсказал, куда рыть в таком вот случае: после обрыва электричества во 
> время начала обновления, apt-get перестал работать. Выдает на гора:
> 
> [root@slav /]# apt-get -f install
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Correcting dependencies...Segmentation fault
> 
> Что я только не делал... Даже вручную обновил librpm, rpm, libatp и apt... Та 
> же история. rpm --rebuilddb делал. Может кто сталкивался с подобной проблемой 
> и знает решение? Заранее благодарен за помощь.
> 
> PS: Причем это только на одном из компов, на остальных - полный порядок, а у 
> нас Сизиф на четырех.
> 
может попробовать зачитсть ручками его (apt) spool ?
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
--
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Gerasimov Dmitry
    e-mail:	dima AT polarcup DOT ru
    icq:	26277841
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

        

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

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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  8:27 [sisyphus] Что-то странное произошло с apt Igor Tertishny
  2003-11-13  8:33 ` Gerasimov Dmitry
@ 2003-11-13  8:49 ` Епифанов Сергей
  2003-11-13  9:00   ` Igor Tertishny
  2003-11-13 18:42 ` Sergey S. Skulachenko
  2 siblings, 1 reply; 9+ messages in thread
From: Епифанов Сергей @ 2003-11-13  8:49 UTC (permalink / raw)
  To: yuda66, sisyphus

В сообщении от 13 Ноябрь 2003 11:27 Igor Tertishny написал:
> Кто бы подсказал, куда рыть в таком вот случае: после обрыва
> электричества во время начала обновления, apt-get перестал работать.
> Выдает на гора:
>
> [root@slav /]# apt-get -f install
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Correcting dependencies...Segmentation fault

А по strace есть что-нибудь?

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


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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  8:49 ` Епифанов Сергей
@ 2003-11-13  9:00   ` Igor Tertishny
  2003-11-13  9:40     ` Епифанов Сергей
  0 siblings, 1 reply; 9+ messages in thread
From: Igor Tertishny @ 2003-11-13  9:00 UTC (permalink / raw)
  To: sisyphus

>
> А по strace есть что-нибудь?

brk(0x80a8000)                          = 0x80a8000
brk(0x80b7000)                          = 0x80b7000
write(1, "Correcting dependencies...", 26Correcting dependencies...) = 26
brk(0x80bf000)                          = 0x80bf000
open("/etc/apt/pkgpriorities", O_RDONLY) = 5
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
brk(0x80c8000)                          = 0x80c8000
read(5, "Important:\n  basesystem\nRequired"..., 32768) = 99
read(5, "", 32669)                      = 0
stat64("/etc/apt/translate.list.d/", 0xbfffdcb0) = -1 ENOENT (No such file or 
directory)
stat64("/etc/apt/translate.list", 0xbfffdcb0) = -1 ENOENT (No such file or 
directory)

 Вот кусок вывода. Но что с ним делать?



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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  8:33 ` Gerasimov Dmitry
@ 2003-11-13  9:01   ` Igor Tertishny
  2003-11-13  9:13   ` lighter
  1 sibling, 0 replies; 9+ messages in thread
From: Igor Tertishny @ 2003-11-13  9:01 UTC (permalink / raw)
  To: Gerasimov Dmitry, sisyphus

>
> может попробовать зачитсть ручками его (apt) spool ?
>

Каким образом это сделать? Просветите, пожалуйста... Не делал ни разу.



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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  8:33 ` Gerasimov Dmitry
  2003-11-13  9:01   ` Igor Tertishny
@ 2003-11-13  9:13   ` lighter
  2003-11-13  9:39     ` Igor Tertishny
  1 sibling, 1 reply; 9+ messages in thread
From: lighter @ 2003-11-13  9:13 UTC (permalink / raw)
  To: sisyphus

Доброго всем!

В сообщении от Четверг 13 Ноябрь 2003 18:33 Gerasimov Dmitry написал(a):

GD> > Кто бы подсказал, куда рыть в таком вот случае: после обрыва
 электричества во
GD> > время начала обновления, apt-get перестал работать. Выдает на гора:
GD> >
GD> > [root@slav /]# apt-get -f install
GD> > Reading Package Lists... Done
GD> > Building Dependency Tree... Done
GD> > Correcting dependencies...Segmentation fault
GD> >
У меня такая история была и без выключения света. Дома стоит Мастер с иксами, 
которые Shrek у себя когда-то выкладывал, обновленными rpm  методом --force 
--nodeps. И еще какая-то пара пакетов из Сизифа. Все делает замечательно, 
даже dist-upgrade (в sources.list только update для мастера 2.2), а вот на 
apt-get -f install реагирует Segmentation fault. По-моему, так оно и сейчас 
осталось, я не копал.

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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  9:13   ` lighter
@ 2003-11-13  9:39     ` Igor Tertishny
  0 siblings, 0 replies; 9+ messages in thread
From: Igor Tertishny @ 2003-11-13  9:39 UTC (permalink / raw)
  To: sisyphus

> У меня такая история была и без выключения света. Дома стоит Мастер с
> иксами, которые Shrek у себя когда-то выкладывал, обновленными rpm  методом
> --force --nodeps. И еще какая-то пара пакетов из Сизифа. Все делает
> замечательно, даже dist-upgrade (в sources.list только update для мастера
> 2.2), а вот на apt-get -f install реагирует Segmentation fault. По-моему,
> так оно и сейчас осталось, я не копал.

Получается, что это не лечится никак? Обидно... Некогда мне ставить все 
ручками...



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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  9:00   ` Igor Tertishny
@ 2003-11-13  9:40     ` Епифанов Сергей
  0 siblings, 0 replies; 9+ messages in thread
From: Епифанов Сергей @ 2003-11-13  9:40 UTC (permalink / raw)
  To: yuda66, sisyphus

В сообщении от 13 Ноябрь 2003 12:00 Igor Tertishny написал:
> > А по strace есть что-нибудь?
>
> brk(0x80a8000)                          = 0x80a8000
> brk(0x80b7000)                          = 0x80b7000
> write(1, "Correcting dependencies...", 26Correcting dependencies...) =
> 26 brk(0x80bf000)                          = 0x80bf000
> open("/etc/apt/pkgpriorities", O_RDONLY) = 5
> fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
> brk(0x80c8000)                          = 0x80c8000
> read(5, "Important:\n  basesystem\nRequired"..., 32768) = 99
> read(5, "", 32669)                      = 0
> stat64("/etc/apt/translate.list.d/", 0xbfffdcb0) = -1 ENOENT (No such
> file or directory)
> stat64("/etc/apt/translate.list", 0xbfffdcb0) = -1 ENOENT (No such file
> or directory)

Это окончание или просто часть вывода? Можно последние строк 100-200? 
Лучше, если сожмете вывод.

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


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

* Re: [sisyphus] Что-то странное произошло с apt...
  2003-11-13  8:27 [sisyphus] Что-то странное произошло с apt Igor Tertishny
  2003-11-13  8:33 ` Gerasimov Dmitry
  2003-11-13  8:49 ` Епифанов Сергей
@ 2003-11-13 18:42 ` Sergey S. Skulachenko
  2 siblings, 0 replies; 9+ messages in thread
From: Sergey S. Skulachenko @ 2003-11-13 18:42 UTC (permalink / raw)
  To: sisyphus

On Thu, 13 Nov 2003 10:27:35 +0200
Igor Tertishny <yuda66@yandex.ru> wrote:

> Кто бы подсказал, куда рыть в таком вот случае: после обрыва
> электричества во время начала обновления, apt-get перестал
> работать. Выдает на гора:
> 
> [root@slav /]# apt-get -f install
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Correcting dependencies...Segmentation fault

Загляните в devel. Там сегодня эта проблема обсуждается, причем в
очень неприличных выражениях. Я посему читать не стал, а Вам
придется :-).

-- 
С уважением,
С.С.Скулаченко


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

end of thread, other threads:[~2003-11-13 18:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-13  8:27 [sisyphus] Что-то странное произошло с apt Igor Tertishny
2003-11-13  8:33 ` Gerasimov Dmitry
2003-11-13  9:01   ` Igor Tertishny
2003-11-13  9:13   ` lighter
2003-11-13  9:39     ` Igor Tertishny
2003-11-13  8:49 ` Епифанов Сергей
2003-11-13  9:00   ` Igor Tertishny
2003-11-13  9:40     ` Епифанов Сергей
2003-11-13 18:42 ` 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