Отправляет email-рассылки с помощью сервиса Sendsay

Вдруг начинает тупить машина.:(

Вдруг ни с того ни с чего начинает тупить машина. Mandriva 2006.

/var/log/messages изобилует такими ошибками:

Feb 21 21:34:03 Letux smbd[5658]: [2006/02/21 21:34:03, 0]
smbd/negprot.c:reply_nt1(297)
Feb 21 21:34:03 Letux smbd[5658]: reply_nt1: smb signing is incompatible
with share level security !

Feb 21 21:33:35 Letux smbd[5643]: [2006/02/21 21:33:35, 0]
smbd/service.c:make_connection(798)
Feb 21 21:33:35 Letux smbd[5643]: sans (10.100.0.53) couldn't find service

hddlife

Конкретно в момент тупения записано вот это:
Feb 22 13:05:11 Letux kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
Feb 22 13:05:11 Letux kernel: hda: dma_intr: error=0x40
{ UncorrectableError }, LBAsect=383675790, high=22, low=14577038,
sector=383675789
Feb 22 13:05:11 Letux kernel: ide: failed opcode was: unknown
Feb 22 13:05:11 Letux kernel: end_request: I/O error, dev hda, sector
383675789
Feb 22 13:05:13 Letux kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
Feb 22 13:05:13 Letux kernel: hda: dma_intr: error=0x40
{ UncorrectableError }, LBAsect=383675790, high=22, low=14577038,
sector=383675789
Feb 22 13:05:13 Letux kernel: ide: failed opcode was: unknown
Feb 22 13:05:13 Letux kernel: end_request: I/O error, dev hda, sector
383675789
Feb 22 13:05:15 Letux kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
Feb 22 13:05:15 Letux kernel: hda: dma_intr: error=0x40
{ UncorrectableError }, LBAsect=383675790, high=22, low=14577038,
sector=383675789
Feb 22 13:05:15 Letux kernel: ide: failed opcode was: unknown
Feb 22 13:05:15 Letux kernel: end_request: I/O error, dev hda, sector
383675789

Замете один и тот же сектор. И таких сообщений тысячи. :(

А машина вдруг начинает жутко тормозить. Загруженность процессора минимальная,

количество процессов неуклонно растёт, а полосочка в (не знаю что она
показывает точно) в gkrellm в разделе процессов под углом 45 градусов растёт

вверх и начинаются тормоза. Чуть подождать горочка спадает(уже более полого).

И что бы это могло быть?

Ответить   Wed, 22 Feb 2006 14:36:41 +0200 (#521327)

 

Ответы:

В сообщении от Среда, 22-фев-2006 14:36 Русскин Алексей написал(a):

Процессов больше не становиться.

Удалил некоторые файлики. Стало побольше места, и проблема вроде пропала, но

если опять доберётся система до этого сектора опять начнётся. Как проверится

на бэды?

Здравствуйте, Русскин.

Вы писали 1 марта 2006 г., 13:16:40:

но

Имхо, лучшал лечилка/проверялка MHDD.
А еще вот тут:http://www.root-ua.info/articles.php?id=57

///\\\

Ну конечно бад-сектор.
Пока его не пометишь - он так и будет тупить.
Вначале нужно отмотировать /dev/hda
и только потом
# fsck -c /dev/hda

-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 25121; Возраст листа: 950; Участников: 1465
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/521562

Добрый вечер!

Лучше, наверное

e2fsck -c -c -v /dev/hda

Должно быть безопаснее и удобнее.

Здравствуйте Vladimir B. Tsarkov
В сообщении от 1 марта 2006 20:09 Vladimir B. Tsarkov написал(a):

Description :
The e2fsprogs package contains a number of utilities for creating,
checking, modifying
and correcting any inconsistencies in second extended (ext2)
filesystems.
E2fsprogs contains:
+ e2fsck (used to repair filesystem inconsistencies after an unclean
shutdown),
+ mke2fs (used to initialize a partition to contain an empty ext2
filesystem),
+ debugfs (used to examine the internal structure of a filesystem, to
manually
repair a corrupted filesystem or to create test cases for e2fsck),
+ tune2fs (used to modify filesystem parameters),
+ and most of the other core ext2fs filesystem utilities.

rpm -ql e2fsprogs

/sbin/badblocks
/sbin/blkid
....
/sbin/e2fsck
/sbin/e2image
.......

man badblocks :

NAME
badblocks - search a device for bad blocks

SYNOPSIS
badblocks [ -svwnf ] [ -b block-size ] [ -c
blocks_at_once ] [ -i
input_file ] [ -o output_file ] [ -p num_passes ] [ -t
test_pattern ]
device [ last-block ] [ start-block ]

DESCRIPTION
badblocks is used to search for bad blocks on a device (usually
a disk
partition). device is the special file corresponding to the
device
(e.g /dev/hdc1). last-block is the last block to be checked; if
it is
not specified, the last block on the device is used as a
default.
start-block is an optional parameter specifying the starting
block num-
ber for the test, which allows the testing to start in the
middle of
the disk. If it is not specified the first block on the disk
is used
as a default.

Important note: If the output of badblocks is going to be fed
to the
e2fsck or mke2fs programs, it is important that the block size is
prop-
erly specified, since the block numbers which are generated are
very
dependent on the block size in use by the filesystem. For this
reason,
it is strongly recommended that users not run badblocks
directly, but
rather use the -c option of the e2fsck and mke2fs programs.

И что сие цитаты означают? :)

В сообщении от 1141330289 секунд после начала Эпохи Хихин Руслан написал(а):

Ответить   Konstantin Korikov (#522250)

 

В сообщении от Среда, 01-мар-2006 19:09 Vladimir B. Tsarkov написал(a):

Тоже придётся отмонтировать? А если найдёт бэд посреди файла какого?..