All of lore.kernel.org
 help / color / mirror / Atom feed
* Reiser4 breaks (Debian's ?) module-init-tools
@ 2004-10-04 21:58 Pierre Etchemaite
  2004-10-06  7:39 ` Vladimir Saveliev
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Etchemaite @ 2004-10-04 21:58 UTC (permalink / raw)
  To: reiserfs-list


        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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-07 23:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-04 21:58 Reiser4 breaks (Debian's ?) module-init-tools Pierre Etchemaite
2004-10-06  7:39 ` Vladimir Saveliev
2004-10-07 23:43   ` Pierre Etchemaite

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.