So I deleted everything and started over. Its working now but I still ran into a few problems. So you need to log in in order to add a comment. When I log in I still get an error writing data. Auth: success umask: '/bin/umask' directory entry not found mkdir: can't create sites/cirno/_werc/comments: 'sites/cirno/_werc/comments' access permission denied ERROR XXX: Could not create comment: mkdir 57899: error cirno/ - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 - POST - md_handler sites/cirno/index.md - lib/default_master.tpl Mon Jan 17 14:54:06 PST 2022 :: cirno :: POST / HTTP/1.1 :: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 :: 200 :: http://cirno/ tee: cannot open /tmp/fltr_cache/8abfe6173693d0f2edb5404b78cd9aa804db02d6/57917: '/tmp/fltr_cache' does not exist mv: can't stat /tmp/fltr_cache/8abfe6173693d0f2edb5404b78cd9aa804db02d6/57917: '/tmp/fltr_cache' does not exist Auth: success Mon Jan 17 14:54:07 PST 2022 :: cirno :: GET /pub/style/style.css HTTP/1.1 :: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 :: 200 :: http://cirno/ Not really sure why I get this error. The user www should have full access to everything. However I suspect an issue with one of the files /bin/umask does not exist in plan9. So I did a grep to search for it I found it in two areas. /usr/www/werc/apps/bridge/app.rc:88. I would comment it out I also belive app.rc:91 is incorrect I think app.rc:91 should be mkdir -p $dir && Auth: success sites/cirno/_werc/comments/1642460857/user: ./apps/bridge/app.rc:93: can't open: 'sites/cirno/_werc/comments' does not exist Mon Jan 17 15:07:37 PST 2022 :: cirno :: POST / HTTP/1.1 :: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 :: 200 :: http://cirno/ I still got another error. I guess you need to create the directory 'comments' in sites/cirno/_werc/ so I had to manually run mkdir -p comments while in sites/cirno/_werc/ directory and then run chmod 777 comments Not exactly happy about that but it works. Wiki is also another issue and required the following mkdir -p sites/cirno/index.md_werc chmod 777 index.md_werc chmod 777 index.md I also had to remove umask from apps/dirdir/app.rc So two directories are 777 and one file. But now my other plan9 users can make changes not that I have any users but this is kind of bad.