Re: File permission problem?

From: Andrew Valencia <vandys_at_nospam.org>
Date: Wed Jun 21 1995 - 21:36:15 PDT

[Datrix Solutions <datrix@is.co.za> writes:]

>When editing my own .c files with vi and using gcc to compile them, I get
>a perm error - gcc won't run - some files were compiling until I edited
>them. I ran ls -l and could not see the difference in permissions or anything
>else, between the compile and non-compilable files (I have logged in as
>different users).

When this happens, could you try:

% umount /tmp

and try again?

There's a bug where tmpfs won't allow even the owner to rewrite an existing
file. If you do "gcc -c *.c", gcc (correctly) just keeps using the same
temp files, which we won't let him rewrite.

It's one of those little things I never manage to nail. If you're
interested feel free to hunt it down (in srv/tmpfs/open.c, probably) and
provide a patch.

                                                Regards,
                                                Andy Valencia
Received on Thu Jun 22 05:37:12 1995

This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:12:27 PDT