ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] А давно у нас mc разучился...
Date: Sun, 15 Dec 2013 18:22:03 +0400
Message-ID: <20131215142203.GA11529@atlas.home> (raw)
In-Reply-To: <20131210092753.GA3671@altlinux.org>

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

On Tue, Dec 10, 2013 at 01:27:53PM +0400, Dmitry V. Levin wrote:
> On Tue, Dec 10, 2013 at 11:34:52AM +0400, Alexei V. Mezin wrote:
> > 10.12.2013 02:17, Dmitry V. Levin пишет:
> > >Если такая ситуация воспроизводится,
> > >то что при этом показывает
> > >$ grep '^Sig...:..........[89a-f]......' /proc/$$/status
> > >
> > 
> > [alexei@bigbear ~]$ grep '^Sig...:..........[89a-f]......' /proc/$$/status
> > SigBlk: 00007fe24e9b6c00
> > SigCgt: 000000004b813efb
> 
> Доставка SIGWINCH и еще многих других полезных сигналов заблокирована.
> Если вы говорите, что konsole, запущенная под xterm'ом, работает
> нормально, а запущенная из меню глючит, значит, эта дикая маска
> заблокированных сигналов достается konsole от меню.

Нет, это сам konsole ухитряется каким-то боком портить маску сигналов,
поскольку даже в xterm, запущенном в fvwm, в котором:

$ grep "^Sig" /proc/$$/status
SigQ:	4/47818
SigPnd:	0000000000000000
SigBlk:	0000000000000002
SigIgn:	0000000000384004
SigCgt:	0000000008012003

запуск konsole -e sh -c 'grep "^Sig" /proc/$$/status; read foo'
даёт:

SigQ:   4/47818
SigPnd: 0000000000000000
SigBlk: 00007f1212291c00
SigIgn: 0000000000000004
SigCgt: 0000000008010002

Драйвер nvidia в данном случае используется:

[    31.575] (--) PCI:*(0:1:0:0) 10de:1201:1458:3527 rev 161, Mem @ 0xf8000000/33554432, 0xc8000000/134217728, 0xd4000000/67108864, I/O @ 0x00009f00/128, BIOS @ 0x????????/524288
[    32.819] (II) NVIDIA dlloader X Driver  331.20  Wed Oct 30 17:16:53 PDT 2013
[    36.241] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 (GF114) at PCI:1:0:0 (GPU-0)

[   35.342486] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  331.20  Wed Oct 30 17:43:35 PDT 2013

kernel-image-std-def-3.10.23-alt1
kernel-modules-nvidia-std-def-331.20-alt1.199191.1
nvidia_glx_331.20-331.20-alt123
nvidia_glx_common-331.20-alt127

Окончательно ситуацию запутало то, что проблемы на самом деле две -
упомянутые в соседнем письме переменные окружения LINES и COLUMNS,
устанавливаемые bash, тоже мешают htop перерисовываться при изменении
размера окна даже в случае, когда SIGWINCH доставляется нормально (а
вот на mc эти переменные уже не влияют - проблемы с его перерисовкой
возникают только при блокировании SIGWINCH).  При использовании zsh не
видно ни первой, ни второй проблемы, поскольку zsh и сбрасывает маску
блокируемых сигналов, и не устанавливает переменные LINES и COLUMNS.

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

  parent reply	other threads:[~2013-12-15 14:22 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06 22:45 Alexei V. Mezin
2013-12-06 22:56 ` Anton Gorlov
2013-12-07  4:05 ` Vladislav Zavjalov
2013-12-07  4:39   ` ruslandh
2013-12-07  7:31     ` Alexei V. Mezin
2013-12-07  8:32       ` Sergey
2013-12-07 10:20         ` Michael Shigorin
2013-12-08  8:52         ` Anton Gorlov
2013-12-08 14:29           ` Sergey
2013-12-08 17:58           ` Alexei V. Mezin
2013-12-08 20:59             ` Anton Gorlov
2013-12-08 21:39               ` Anton Gorlov
2013-12-09  5:56             ` Sergey
2013-12-09  7:23               ` Anton Gorlov
2013-12-09  8:24               ` Alexei V. Mezin
2013-12-09 10:13                 ` Anton Gorlov
2013-12-09 10:36                   ` Denis G. Samsonenko
2013-12-09 19:57             ` Alexei V. Mezin
2013-12-09 21:24               ` Dmitry V. Levin
2013-12-09 21:50                 ` Alexei V. Mezin
2013-12-09 22:17                   ` Dmitry V. Levin
2013-12-10  7:34                     ` Alexei V. Mezin
2013-12-10  9:27                       ` Dmitry V. Levin
2013-12-10 10:00                         ` Alexei V. Mezin
2013-12-15 14:22                         ` Sergey Vlasov [this message]
2013-12-15 14:36                           ` Sergey Vlasov
2013-12-15 14:59                             ` Alexei V. Mezin
2013-12-15 17:06                               ` Sergey Vlasov
2013-12-15 17:33                                 ` Sergey Vlasov
2013-12-15 18:48                                 ` Alexei V. Mezin
2013-12-15 16:12                           ` Sergey Vlasov
2013-12-10  7:41                   ` Anton Gorlov
2013-12-10  8:45                     ` Alexei V. Mezin
2013-12-10 14:49               ` Serg A. Kotlyarov
2013-12-11  6:19                 ` Андрей Черепанов
2013-12-11  9:04                     ` Denis G. Samsonenko
2013-12-11 11:34                         ` Sergey
2013-12-13 13:44                         ` Michael Shigorin
2013-12-13 15:18                           ` Roman Savochenko
2013-12-13 15:28                             ` Michael Shigorin
2013-12-13 16:20                               ` Serg A. Kotlyarov
2013-12-13 15:22                             ` Alexei V. Mezin
2013-12-13 15:27                               ` Roman Savochenko
2013-12-14 10:40                           ` Sergey
2013-12-14 10:56                             ` Alexei V. Mezin
2013-12-14 11:53                               ` Michael Shigorin
2013-12-14 16:31                                 ` Igor Zubkov
2013-12-14 17:46                                   ` Michael Shigorin
2013-12-14 18:49                                     ` Viacheslav Dubrovskyi
2013-12-15 15:31                                       ` Igor Zubkov
2013-12-15  7:04                                 ` Roman Savochenko
2013-12-15  8:07                                   ` Roman Savochenko
2013-12-07  8:33       ` Sergey
2013-12-07 10:22         ` Alexei V. Mezin
2013-12-07  4:48 ` Pavel N. Solovyov
2013-12-07  7:04 ` Sergey
2013-12-14 21:45 ` Alexei V. Mezin
2013-12-14 22:14   ` Alexei V. Mezin
2013-12-15  3:33     ` Serg A. Kotlyarov
2013-12-15 10:10     ` Anton Gorlov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131215142203.GA11529@atlas.home \
    --to=vsu@altlinux.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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