-
```
Recently, I had been looking for a decent 9P2000 server implementation
(preferably in Go). Not surprising, I have found go9p project.
Unfortunately, the complete lack of the unit tests, made it …
-
```
hello,
go9p is unsupported on Plan 9, as there is no sycall.Errno defined on Plan 9.
as a short term solution, i changed the definition to a uint, but it makes for
poor error messages and compa…
-
```
hello,
go9p is unsupported on Plan 9, as there is no sycall.Errno defined on Plan 9.
as a short term solution, i changed the definition to a uint, but it makes for
poor error messages and compa…
-
```
What steps will reproduce the problem?
1. Compile and start a 9p server listening on e. g. socket /tmp/xxx
2. mount -t 9p /tmp/xxx /mnt/ -o trans=unix,version=9p2000.u,uname=
What is the expected…
-
```
Recently, I had been looking for a decent 9P2000 server implementation
(preferably in Go). Not surprising, I have found go9p project.
Unfortunately, the complete lack of the unit tests, made it …
-
http://9p.cat-v.org/
Its like lx_fs, but for non-Linux platforms.
Tested with u9fs QEMU, NOVA, and the Libc VFS test. Run file is in progress.
I've been using u9fs server-side, another option would …
ehmry updated
9 years ago
-
```
hello,
go9p is unsupported on Plan 9, as there is no sycall.Errno defined on Plan 9.
as a short term solution, i changed the definition to a uint, but it makes for
poor error messages and compa…
-
On Ubuntu Trusty, libvirtd starts qemu procs as user libvirtd-qemu, group kvm. vagrant-libvirt writes the libvirt XML with "accessmode=passthrough" (hardcoded), and that means that the uid/gid are p…
dmick updated
9 years ago
-
```
hello,
go9p is unsupported on Plan 9, as there is no sycall.Errno defined on Plan 9.
as a short term solution, i changed the definition to a uint, but it makes for
poor error messages and compa…
-
On a 3.19-rc4 kernel, I've compiled overlayfs as module and it's located in `./lib/modules/3.19.0-rc4/kernel/fs/overlayfs/overlay.ko` But I see `[⚡] Unable to find module overlayfs!` during boot. Pe…