ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Andrew Borodin <borodin@zarya-k.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] I: mc 4.8.16-alt1
Date: Thu, 17 Mar 2016 16:36:44 +0300
Message-ID: <20160317133644.GA3791@borodin.zk.lan> (raw)
In-Reply-To: <201603161100.49048.a_s_y@sama.ru>

On Wed, Mar 16, 2016 at 11:00:48AM +0400, Sergey wrote:
> On Tuesday 15 March 2016, Michael Shigorin wrote:

> > > А вот что раньше не работало... 
> > > В списке изменений есть такой момент:
> > > Add mc.ext patterns for initramfs / initrd (#3115) 
> > > На наших initrd mc сегфолтится.

> > Тоже угу (у нас там cpio.gz).

> Завалялся initrd-2.6.18-ovz-rhel-alt2.M40.4.img. Этот открывается. 
> Повесил http://www.midnight-commander.org/ticket/3621

Сегфотл получается из-за разыменования NULL. Это бага сама по
себе -- такая ситуация должна обрабатываться. Интересно, откуда
этот NULL берётся.

$ zcat initrd-3.14.64-std-def-alt0.M70P.1.img | cpio -tiv | grep proc
drwxr-xr-x   2 root     root            0 Mar 14 09:40 ./proc
lrwxrwxrwx   1 root     root           13 Mar 14 09:40 ./etc/mtab -> /proc/mounts
cpio: Из имён членов удаляются начальные `/'
19599 блоков
lrwxrwxrwx   1 root     root           10 Mar 14 09:40 proc/kcore -> /dev/core
lrwxrwxrwx   1 root     root            8 Mar 14 09:40 proc/self/fd -> /dev/fd
lrwxrwxrwx   1 root     root           11 Mar 14 09:40 proc/self/fd/0 -> /dev/stdin
lrwxrwxrwx   1 root     root           12 Mar 14 09:40 proc/self/fd/1 -> /dev/stdout
lrwxrwxrwx   1 root     root           12 Mar 14 09:40 proc/self/fd/2 -> /dev/stderr

Сегфолтится из-за ссылки proc/self/fd/0 -> /dev/stdin.

Поскольку proc/self/fd -> /dev/fd, то есть ссылка, находящаяся в
архиве, указывает на файл на реальной файловой системе, а не на
файл в том же архиве, при заходе в архив она получается висящей.
Насколько я понимаю, mс не умеет ссылки между разными vfs, или
умеет, но как-то ограниченно (vfs вообще самая сложная и
малопонятная часть mc). Соответсвенно, разрешить ссылку proc/self/fd/0
не представляется возможным.

В mc я, конечно, этот баг исправлю, но насколько корректно так
генерировать initrd, сказать не берусь. Возможно, что тут всё и
нормально.

Сергей, а что находится в initrd-2.6.18-ovz-rhel-alt2.M40.4.img?

-- 

С уважением
А. Бородин.


  reply	other threads:[~2016-03-17 13:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15  6:47 Sergey
2016-03-15  7:12 ` Sergey
2016-03-15 16:41 ` Michael Shigorin
2016-03-15 17:29   ` Sergey
2016-03-16  7:00   ` Sergey
2016-03-17 13:36     ` Andrew Borodin [this message]
2016-03-17 15:23       ` Sergey
2016-03-19 19:38     ` Sergey

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=20160317133644.GA3791@borodin.zk.lan \
    --to=borodin@zarya-k.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