Date: Sat, 8 May 1999 13:48:26 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: zach@uffdaonline.net Cc: current@freebsd.org Subject: Re: Disappearing/Reappearing Files... Message-ID: <199905082048.NAA34474@vashon.polstra.com> In-Reply-To: <19990507163249.A2406@k6n1.znh.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <19990507163249.A2406@k6n1.znh.org>,
Zach Heilig <zach@uffdaonline.net> wrote:
> This is an example of what I just noticed:
>
> $ ls
> aaa bbb ccc
> $ cp aaa bbb
> $ ls
> aaa ccc
> [ !!!, then a couple seconds later: ]
> $ ls
> aaa bbb ccc
>
> [a few (>5) minutes later in a different vty: ]
> $ cd problem_dir
> $ ls
> aaa ccc
> [ ugh.. ]
> $ ls
> aaa bbb ccc
>
> [this is a filesystem with soft-updates on]
I'm seeing something possibly related (possibly not) on an Alpha with
this morning's -current. First I was getting unaligned accesses and
core dumps from the "cp" in /etc/rc that updates the /etc/motd file.
(I added "set -v" to /etc/rc to catch it.) But I could do the copy by
hand once the system was up. Now on the latest reboot I got this from
it:
+ cp /tmp/_motd /etc/motd
+ chmod 644 /etc/motd
chmod: : No such file or directory
chmod in free(): warning: recursive call
chmod in free(): warning: recursive call
chmod in free(): warning: recursive call
chmod in free(): warning: recursive call
(Hmm, why didn't the filename come out in chmod's error message?)
I'm running with soft-updates but I'll try turning them off.
John
--
John Polstra jdp@polstra.com
John D. Polstra & Co., Inc. Seattle, Washington USA
"Self-interest is the aphrodisiac of belief." -- James V. DeLong
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905082048.NAA34474>
