All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Saveliev <vs@namesys.com>
To: Pierre Etchemaite <petchema@concept-micro.com>
Cc: reiserfs-list@namesys.com
Subject: Re: Reiser4 breaks (Debian's ?) module-init-tools
Date: Wed, 06 Oct 2004 11:39:35 +0400	[thread overview]
Message-ID: <1097048374.1887.35.camel@tribesman.namesys.com> (raw)
In-Reply-To: <20041004235826.09ed7a00@rayanne>

Hello

On Tue, 2004-10-05 at 01:58, Pierre Etchemaite wrote:
>         Hi,
> 
> On an (almost) fully Reiser4 system, /etc/modprobe.d/ contents seem to
> be disregarded. When tracing modprobe, each file in this directory is
> opened as a directory, that looks a lot like the Apache
> compatibility bug.
> 
> open("/etc/modprobe.d/autofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
> fstat64(4, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
> fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
> getdents64(4, 0x8063e3c, 65536)         = -1 ENOTDIR (Not a directory)
> close(4)                                = 0
> 
> Looking closer, it's not limited to that directory:
> 
> open("/lib/modules/2.6.8.1/modules.alias", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=27353, ...}) = 0
> fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
> getdents64(3, 0x804f0ac, 65536)         = -1 ENOTDIR (Not a directory)
> close(3)                                = 0
> 
> module-init-tools v. 3.1-pre5-7 (Debian testing)

Would you please try whether this patch fixes the problem?
ftp://ftp.ru.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.9-rc3/2.6.9-rc3-mm2/broken-out/reiser4-disable-pseudo.patch


  reply	other threads:[~2004-10-06  7:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-04 21:58 Reiser4 breaks (Debian's ?) module-init-tools Pierre Etchemaite
2004-10-06  7:39 ` Vladimir Saveliev [this message]
2004-10-07 23:43   ` Pierre Etchemaite

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=1097048374.1887.35.camel@tribesman.namesys.com \
    --to=vs@namesys.com \
    --cc=petchema@concept-micro.com \
    --cc=reiserfs-list@namesys.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.