[9fans] 9p File mount in OpenBSD

2020-06-29 Thread rt.ml via 9fans
Hey, I am running OpenBSD as a Guest with Fedora(host system) using virsh . Actually I want to mount one of my host directory (let's call it /test) to the

Re: [9fans] 9p File mount in OpenBSD

2020-06-29 Thread Romano
I think FUSE is available on OpenBSD, and if so you can use https://9fans.github.io/plan9port/man/man4/9pfuse.html . There are probably better ways; I haven't used OpenBSD recently. On June 29, 2020 5:11:36 PM UTC, "rt.ml via 9fans" <9fans@9fans.net> wrote: > Hey, > I am running OpenBSD as a Gue

Re: [9fans] 9p File mount in OpenBSD

2020-06-29 Thread Rodrigo G . López
iirc you need to allow some vfs privileges for userland. i can't remember the sysctl path though, sorry. On Mon, Jun 29, 2020, 7:50 PM Romano wrote: > I think FUSE is available on OpenBSD, and if so you can use > https://9fans.github.io/plan9port/man/man4/9pfuse.html . There are > probably bette

Re: [9fans] python2.7.6 and pip

2020-06-29 Thread kokamoto
> I installed binary distribution of python2.6.7(I'm trying to compile > it on my machine, but not success yet), and tried to install pip > by the command of > % python get-pip.py > AttributeError: 'module' object has no attribute 'TCP_NODELAY' I recompiled python2.7.6 by the help from jas ad