On Sunday, 28 April 2024, at 5:32 PM, cinap_lenrek wrote:
> because the namespace from bootrc is not inherited.
init creates a complrely new namespace using
/lib/namespace from your root file-system:
Thank you. I copied /lib/namespace to the file server. Now it works as it
should.
--
I just inserted the line
On Saturday, 27 April 2024, at 11:49 PM, cinap_lenrek wrote:
> bind -a #a /net
into termrc after the ip init.
Now I have /net/tls, but
aux/listen1 'tcp!*!rcpu' /rc/bin/service/tcp17019
still does not allow drawterm access.
--
9f
> This binding has to be very early to be effective.
> It is done /sys/src/9/boot/bootrc. Why does it disappear when the filesystem
> is not local?
because the namespace from bootrc is not inherited.
init creates a complrely new namespace using
/lib/namespace from your root file-system:
On Saturday, 27 April 2024, at 11:49 PM, cinap_lenrek wrote:
> i suppose the following is missing in your /lib/namespace:
> bind -a #a /net
This binding has to be very early to be effective. It is done
/sys/src/9/boot/bootrc. Why does it disappear when the filesystem is not local?
---