droyo/styx

defaultResponse() ends with a period, which is sub-optimal

mrnerdhair opened this issue · 0 comments

info.Rerror("permission denied.")

On Linux, v9fs's p9_errstr2errno() converts returned error strings from 9P to POSIX-style errno.h codes; while permission denied maps to EACCES as would be expected, permission denied. is not on the magical list, and causes things to output stuff like Unknown error 526.