* [sisyphus] rpm -q от рута?
@ 2008-01-20 11:59 Alexei V. Mezin
2008-01-20 12:08 ` Kirill A. Shutemov
2008-01-21 8:51 ` Slava Semushin
0 siblings, 2 replies; 4+ messages in thread
From: Alexei V. Mezin @ 2008-01-20 11:59 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Сегодня обнаружил, что запускт rpm -qa или rpm -qf от рута приводит к
тому, что rpm за несколько секунд сжирает всю память и своп, и машина
впадает в ступор, в логах ругань
VFS: file-max limit 102766 reached
От пользователя все работает как обычно.
Попытался strace использовать. Замирает на вот таких строчках:
read(255, "#! /bin/sh\n#\n# Written by Erik T"..., 7926) = 7926
open("/usr/lib/gconv/CP1251.so", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\3\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9448, ...}) = 0
mmap2(NULL, 12308, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xa7f5d000
mmap2(0xa7f5f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xa7f5f000
close(3) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("./", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("./rpm", {st_mode=S_IFREG|0755, st_size=7926, ...}) = 0
stat64("./rpm", {st_mode=S_IFREG|0755, st_size=7926, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
_llseek(255, -7122, [804], SEEK_CUR) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0xa7e17708) = 26038
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x8071720, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, <unfinished ...>
и далее висит и жрет память!
Это только у меня так?
[alexei@threebears ~]$ rpm -q rpm
rpm-4.0.4-alt81
[alexei@threebears ~]$ uname -r
2.6.24-wks-smp-alt0.9
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] rpm -q от рута?
2008-01-20 11:59 [sisyphus] rpm -q от рута? Alexei V. Mezin
@ 2008-01-20 12:08 ` Kirill A. Shutemov
2008-01-21 8:51 ` Slava Semushin
1 sibling, 0 replies; 4+ messages in thread
From: Kirill A. Shutemov @ 2008-01-20 12:08 UTC (permalink / raw)
To: alex783, ALT Linux Sisyphus discussions
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
On [Sun, 20.01.2008 14:59], Alexei V. Mezin wrote:
>
> Сегодня обнаружил, что запускт rpm -qa или rpm -qf от рута приводит к
> тому, что rpm за несколько секунд сжирает всю память и своп, и машина
> впадает в ступор, в логах ругань
>
> VFS: file-max limit 102766 reached
>
> От пользователя все работает как обычно.
>
> Попытался strace использовать. Замирает на вот таких строчках:
Попробуйте strace -fF
--
Regards, Kirill A. Shutemov
+ Belarus, Minsk
+ Velesys Ltd, http://www.velesys.com/
+ ALT Linux Team, http://www.altlinux.com/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] rpm -q от рута?
2008-01-20 11:59 [sisyphus] rpm -q от рута? Alexei V. Mezin
2008-01-20 12:08 ` Kirill A. Shutemov
@ 2008-01-21 8:51 ` Slava Semushin
2008-01-21 16:47 ` Alexei V. Mezin
1 sibling, 1 reply; 4+ messages in thread
From: Slava Semushin @ 2008-01-21 8:51 UTC (permalink / raw)
To: alex783, ALT Linux Sisyphus discussions
20.01.08, Alexei V. Mezin<alexei_vm / ints.ru> написал(а):
>
> Сегодня обнаружил, что запускт rpm -qa или rpm -qf от рута приводит к
> тому, что rpm за несколько секунд сжирает всю память и своп, и машина
> впадает в ступор, в логах ругань
>
> VFS: file-max limit 102766 reached
[root@rock ~]# rpm -qf /usr/bin/file
file-4.20-alt5
[root@rock ~]# rpm -qa >/dev/null
[root@rock ~]#
Ни ругани, ни аномального потребления памяти не заметил.
[...]
> [alexei@threebears ~]$ rpm -q rpm
> rpm-4.0.4-alt81
> [alexei@threebears ~]$ uname -r
> 2.6.24-wks-smp-alt0.9
[root@rock ~]# rpm -q rpm
rpm-4.0.4-alt81
[root@rock ~]# uname -r
2.6.18-std-smp-alt11
[root@rock ~]#
Возможно, проблема связаны с ядром?
--
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] rpm -q от рута?
2008-01-21 8:51 ` Slava Semushin
@ 2008-01-21 16:47 ` Alexei V. Mezin
0 siblings, 0 replies; 4+ messages in thread
From: Alexei V. Mezin @ 2008-01-21 16:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Slava Semushin пишет:
> Возможно, проблема связаны с ядром?
>
Да, очень вероятно. Потому что такое поведение воспроизвелось десяток
раз (то есть достоверно), но через пару часов все прошло. Видать, 2.6.24
полно сюрпризов.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-21 16:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-20 11:59 [sisyphus] rpm -q от рута? Alexei V. Mezin
2008-01-20 12:08 ` Kirill A. Shutemov
2008-01-21 8:51 ` Slava Semushin
2008-01-21 16:47 ` Alexei V. Mezin
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