Date: Sat, 16 Oct 2004 20:32:25 -0500 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: "Ralf S. Engelschall" <rse@engelschall.com> Cc: freebsd-current@freebsd.org Subject: Re: Linux ABI and permissions to /dev Message-ID: <20041017013224.GJ93213@over-yonder.net> In-Reply-To: <20041015201033.GA51887@engelschall.com> References: <20041015201033.GA51887@engelschall.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 15, 2004 at 10:10:33PM +0200 I heard the voice of Ralf S. Engelschall, and lo! it spake thus: > > | $ echo foo >/dev/null > | bash: /dev/null: Permission denied > | $ > > Has anybody an idea where to search? There were no changes to devfs > recently and the recent changes to the Linuxulator seemed harmless to me > at the first glance... Try it with the double '>>'. It may be trying to truncate or remove it because of the '>' and getting the "Permission denied" from THAT part of the process. Of course, I can't explain why it would start out of the blue... bash upgrade? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041017013224.GJ93213>