Re: [9fans] `test -x` returns wrong results for directories

2020-06-05 Thread Richard Miller
Looks to me like access(2) is not doing the right thing for directory execute (=search) permission. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tdd7a9b1b32d01f54-M4da73ba68bd93f0827b0a15c Delivery options:

[9fans] `test -x` returns wrong results for directories

2020-06-05 Thread Ethan Gardener
in rc-httpd, i rely on `test -x` to check if a directory is searchable. this works in plan9port, 9base, inferno (with root from host fs), gnu coreutils, and freebsd. it doesn't work in 9front, nor in labs plan 9. (the labs version tested was a live-cd from 2010.) term% test -x static ; echo

[9fans] Re: HOWTO: Net booting Plan 9 on RPi 3s and 4s

2020-06-05 Thread Skip Tavakkolian
there is a cleaner patch now: /n/sources/patch/rpi-netboot-dhcpd On Wed, Jun 3, 2020 at 6:18 PM Skip Tavakkolian wrote: > The patch is on 9p.io: > > /n/sources/patch/dhcpd-rpi-pxeboot > > > On Wed, Jun 3, 2020 at 12:43 PM Skip Tavakkolian < > skip.tavakkol...@gmail.com> wrote: > >> Note that