From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <288ffc52bf9b08c309d63e21113389f4@plan9.bell-labs.com> Date: Thu, 2 Sep 2004 16:27:17 -0400 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] temporary bit prevents scp from file creation In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: dc8790a8-eacd-11e9-9e20-41e7f4b1d025 On Thu Sep 2 09:29:31 EDT 2004, heiko.dudzus@gmx.de wrote: > I am astonished how one affects the other. But scp can't place a file > into a local directory (with temporary bit). > > term% chmod +t /usr/heiko/stuff > term% scp dudzus@tty.freeshell.org:~/Einladung-ET.ps stuff/ > scp: can't create stuff/: 'stuff/' create without DMDIR > term% > > But: > term% chmod -t /usr/heiko/stuff > term% scp dudzus@tty.freeshell.org:~/Einladung-ET.ps stuff/ > term% > > Not really a hard problem, but perhaps worth a note. I've fixed it, as well as lnfs and nntpfs. They all forgot that Qid.type is a bimask and not a value. --jim