Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2004 09:44:39 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Colin Percival <colin.percival@wadham.ox.ac.uk>
Cc:        FreeBSD current mailing list <current@freebsd.org>
Subject:   Re: cp file with zero size: EINVAL
Message-ID:  <Pine.BSF.4.53.0401230938240.25498@e0-0.zab2.int.zabbadoz.net>
In-Reply-To: <6.0.1.1.1.20040123091146.047cee70@imap.sfu.ca>
References:  <Pine.BSF.4.53.0401230845320.25498@e0-0.zab2.int.zabbadoz.net> <6.0.1.1.1.20040123091146.047cee70@imap.sfu.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 23 Jan 2004, Colin Percival wrote:

> At 09:08 23/01/2004, Bjoern A. Zeeb wrote:
> >I am running a kernel about a week old (HEAD) and some world from
> >around 22 Sep.  For some reason I had not installed world yet (though
> >built).
> >
> >Now I am seeing this:
> >
> >bz@host:~> touch abc
> >bz@host:~> ls -l abc
> >-rw-rw-r--    1 bz       staff           0 Jan 23 08:51 abc
> >bz@host:~> cp abc abd
> >cp: abc: Invalid argument
>
>    I suspect that this problem was fixed by the following commit; try

aah. that had been the commit..

> using a more recent cp and tell us if it's still broken.

% cd /usr/obj/u2/src/HEAD/compile-20040116-01/
% touch abc
% ./cp abc abd
% echo $?
0

works ok. so installing the already built world will fix this.

thanks.

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0401230938240.25498>