* [Comm] apt segfault and other strange errors
@ 2006-05-18 9:53 Grigory Tuboltsev
2006-05-18 9:56 ` Alexander Volkov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Grigory Tuboltsev @ 2006-05-18 9:53 UTC (permalink / raw)
To: community
На удалённом компьютере стоит Compact 3.0. Захожу туда по ssh...
говорю, например,
[root@localhost etc]# apt-get reinstall cups
получаю
Чтение списков пакетов... Завершено
Построение дерева зависимостей... Завершено
0 будет обновлено, 0 новых установлено, 1 пакетов будет
переустановлено, 0 пакетов будет удалено и 88 не будет обновлено.
Необходимо получить 4120kB архивов. После распаковки потребуется
дополнительно 0B дискового пространства. Продолжить? [Y/n] Y
Получено: 1 ftp://ftp.altlinux.org i586/classic cups 1.1.20-alt14.1
[4120kB] 99% [1 cups 4090564/4120kB
99%]
164kB/s 0s Segmentation fault
------------------
и так со многими пакетами, хоть install хоть reinstall.
Ещё странности. Скачиваю wget-ом пакет cups-ddk. Скачивается без
ошибок. Потом говорю rpm --rebuild:
[grigory@localhost grigory]$ rpm --rebuild cups-ddk-1.0.1-alt1.src.rpm
Устанавливается cups-ddk-1.0.1-alt1.src.rpm
Выполняется(%prep): /bin/sh -e /home/grigory/tmp/rpm-tmp.62853
+ umask 022
+ /bin/mkdir -p /home/grigory/RPM/BUILD
+ cd /home/grigory/RPM/BUILD
+ cd /home/grigory/RPM/BUILD
+ rm -rf cupsddk-1.0.1
+ echo 'Source #0 (cupsddk-1.0.1-source.tar.bz2):'
Source #0 (cupsddk-1.0.1-source.tar.bz2):
+ /bin/bzip2 -dc /home/grigory/RPM/SOURCES/cupsddk-1.0.1-source.tar.bz2
+ /bin/tar -xf -
bzip2: Data integrity error when decompressing.
Input file
= /home/grigory/RPM/SOURCES/cupsddk-1.0.1-source.tar.bz2, output file =
(stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
+ cd cupsddk-1.0.1
/home/grigory/tmp/rpm-tmp.62853: line 99: cd: cupsddk-1.0.1: No such
file or directory ошибка: Неверный код возврата
из /home/grigory/tmp/rpm-tmp.62853 (%prep)
Ошибки сборки пакетов:
Неверный код возврата из /home/grigory/tmp/rpm-tmp.62853 (%prep)
apt-get -f install отрабатывает без ошибок, база rpm перестраивается
тоже без ошибок...
Чтобы это всё могло значить ? Память битая ?
Заранее спасибо,
С уважением,
Григорий Тубольцев.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] apt segfault and other strange errors
2006-05-18 9:53 [Comm] apt segfault and other strange errors Grigory Tuboltsev
@ 2006-05-18 9:56 ` Alexander Volkov
2006-05-18 10:24 ` Sergey Vlasov
2006-05-18 10:38 ` Yury Aliaev
2 siblings, 0 replies; 4+ messages in thread
From: Alexander Volkov @ 2006-05-18 9:56 UTC (permalink / raw)
To: community
On 2006-05-18 13:53:45 +0400, Grigory Tuboltsev wrote:
GT> bzip2: Data integrity error when decompressing.
весьма похоже на битую память
--
Regards, Alexander
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] apt segfault and other strange errors
2006-05-18 9:53 [Comm] apt segfault and other strange errors Grigory Tuboltsev
2006-05-18 9:56 ` Alexander Volkov
@ 2006-05-18 10:24 ` Sergey Vlasov
2006-05-18 10:38 ` Yury Aliaev
2 siblings, 0 replies; 4+ messages in thread
From: Sergey Vlasov @ 2006-05-18 10:24 UTC (permalink / raw)
To: ALT Linux Community
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
On Thu, May 18, 2006 at 01:53:45PM +0400, Grigory Tuboltsev wrote:
> Чтобы это всё могло значить ? Память битая ?
Или процессор перегревается, или ещё что-то дохнет.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] apt segfault and other strange errors
2006-05-18 9:53 [Comm] apt segfault and other strange errors Grigory Tuboltsev
2006-05-18 9:56 ` Alexander Volkov
2006-05-18 10:24 ` Sergey Vlasov
@ 2006-05-18 10:38 ` Yury Aliaev
2 siblings, 0 replies; 4+ messages in thread
From: Yury Aliaev @ 2006-05-18 10:38 UTC (permalink / raw)
To: ALT Linux Community
Grigory Tuboltsev scripsit:
[skip]
>
> Чтобы это всё могло значить ? Память битая ?
>
Может и память, а может и не только. К таким результатам может приводить
и перегрев процессора (скажем, из-за остановки вентилятора), и плохой
контакт в разъёме питания жёсткого диска (сам как-то наблюдал) и даже
побитый контроллер ide (тоже сталкивался). Но почти однозначто это
проблема с железом.
Удачи!
Юрий.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-18 10:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-18 9:53 [Comm] apt segfault and other strange errors Grigory Tuboltsev
2006-05-18 9:56 ` Alexander Volkov
2006-05-18 10:24 ` Sergey Vlasov
2006-05-18 10:38 ` Yury Aliaev
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git