linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.4.2: What happened ? (No such file or directory)
@ 2001-03-04  4:35 Frédéric L. W. Meunier
  2001-03-04 15:59 ` Jeremy Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Frédéric L. W. Meunier @ 2001-03-04  4:35 UTC (permalink / raw)
  To: linux-kernel

Correction. I can umount the partitions, but I get the
following message:

"can't link lock file /etc/mtab~: No such file or
directory (use -n flag to override)"

And /etc/mtab isn't updated.

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

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

* Re: 2.4.2: What happened ? (No such file or directory)
  2001-03-04  4:35 2.4.2: What happened ? (No such file or directory) Frédéric L. W. Meunier
@ 2001-03-04 15:59 ` Jeremy Jackson
  2001-03-05  1:49   ` Frédéric L. W. Meunier
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Jackson @ 2001-03-04 15:59 UTC (permalink / raw)
  To: Frédéric L. W. Meunier; +Cc: linux-kernel

" Frédéric L. W. Meunier" wrote:

> Correction. I can umount the partitions, but I get the
> following message:
>
> "can't link lock file /etc/mtab~: No such file or
> directory (use -n flag to override)"
>
> And /etc/mtab isn't updated.

Is your root filesystem mounted read-only at any point?
(check with 'mount' look for ro in line for / filesystem)
Check permissions on /etc, /etc/mtab, /etc/mtab~



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

* Re: 2.4.2: What happened ? (No such file or directory)
  2001-03-04 15:59 ` Jeremy Jackson
@ 2001-03-05  1:49   ` Frédéric L. W. Meunier
  0 siblings, 0 replies; 4+ messages in thread
From: Frédéric L. W. Meunier @ 2001-03-05  1:49 UTC (permalink / raw)
  To: Jeremy Jackson; +Cc: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 985 bytes --]

--- Jeremy Jackson <jerj@coplanar.net> wrote:
> " Frédéric L. W. Meunier" wrote:
> 
> > Correction. I can umount the partitions, but I get
> the
> > following message:
> >
> > "can't link lock file /etc/mtab~: No such file or
> > directory (use -n flag to override)"
> >
> > And /etc/mtab isn't updated.
> 
> Is your root filesystem mounted read-only at any
> point?
> (check with 'mount' look for ro in line for /
> filesystem)
> Check permissions on /etc, /etc/mtab, /etc/mtab~

/dev/ide/host0/bus0/target0/lun0/part1 on / type ext2
(rw)
/dev/ide/host0/bus0/target0/lun0/part3 on
/usr/local/src type ext2 (rw)
proc on /proc type proc (rw)

But it's not only umount. Most applications can't find
files, I can't move directories with mc (but mv(1)
works), all symlinks I create point to the symlink,
not the existing file or directory...

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

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

* 2.4.2: What happened ? (No such file or directory)
@ 2001-03-03 22:02 Frédéric L. W. Meunier
  0 siblings, 0 replies; 4+ messages in thread
From: Frédéric L. W. Meunier @ 2001-03-03 22:02 UTC (permalink / raw)
  To: linux-kernel

Hi. I was using 2.4.2 without any problems until a
flood of warnings
from multilog (daemontools) appeared at my console.
What I first thought
to be a log problem seems to be serious. For some
reason applications
and daemons (not all) can't find files.

Mutt doesn't recognize ~/Mail/postponed if I try to
postpone a message:
/home/pervalidus/Mail/postponed: No such file or
directory (errno = 2)

CVS reports cvs [checkout aborted]: cannot rename file
.new.foo to foo:
No such file or directory

Trying to build an application (for example devfsd) I
get:

cc -O2 -I. -Wall    -c -o devfsd.o devfsd.c
In file included from /usr/include/signal.h:307,
                 from /usr/include/sys/wait.h:30,
                 from devfsd.c:188:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h:
No such file or directory
make: *** [devfsd.o] Error 1

All files and directories are there. I can add, move,
remove, and
edit/save everything. But if I try to move a directory
with mc I get:
Cannot move directory "/foo" to "/bar" No such file or
directory (2)
with mc. It works with mv(1). Also I can't umount the
partitions. I'm
using ext2. Any hints ? My .config is at
http://members.nbci.com/pervalidus/.config-2.4.2.txt

Sorry, I couldn't use Mutt and Exim to send this
message:

==> /var/exim/log/exim_mainlog <==
2001-03-03 16:00:17 14ZHGL-0000Yj-00 Message
abandoned: Spool write error (No such file or
directory) while receiving message from pervalidus
2001-03-03 16:00:17 14ZHGL-0000Yk-00 Message
abandoned: Spool write error (No such file or
directory) while receiving message from exim
2001-03-03 16:00:17 14ZHGL-0000Yj-00 Child mail
process returned status 1

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

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

end of thread, other threads:[~2001-03-05  1:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-04  4:35 2.4.2: What happened ? (No such file or directory) Frédéric L. W. Meunier
2001-03-04 15:59 ` Jeremy Jackson
2001-03-05  1:49   ` Frédéric L. W. Meunier
  -- strict thread matches above, loose matches on Subject: below --
2001-03-03 22:02 Frédéric L. W. Meunier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).