-
```
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…
-
```
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…
-
```
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 …
-
```
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 …
-
Version 2.0.0 of DLite is ready for testing!
Here's what you can do to help:
First, remove your old installation of DLite
``` sh
dlite stop
sudo dlite uninstall
sudo nfsd stop #unless you're using …
-
```
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…
-
This is slightly off-topic but I think we need to document how to build Linux kernel 2.6.32 with 9p (v9fs) support for CentOS 6. It seems v9fs is disabled by default.
**CONFIG_9P_FS is not set**
Refe…