Post B5y5FivmORHOM3NMEC by rqm@exquisite.social
(DIR) More posts by rqm@exquisite.social
(DIR) Post #B5y5FivmORHOM3NMEC by rqm@exquisite.social
0 likes, 0 repeats
Managed to FINALLY mount an u9fs share from #OpenBSD in #9front, albeit I haven't yet managed to tackle authentication from 9 to BSD, I only managed it with -a none thus far. This isn't ideal. However, here is what I learned so far:You really do need to go the inetd route as outlined in the manual, it is really finicky to run u9fs in any other wayHowever OpenBSD doesn't have 9pfs in /etc/services, but you can recycle the relevant parts from FreeBSD saucesOrder of parameters matters, u9fs fails if it isn't in the right orderGood idea to specify your own user to run it as using -u YOURBSDUSERNAMEu9fs logging basically doesn't exist, not even the verbose mode with -D produces anything useful usuallyAmyhow I'll be interested to see if I can listen to music in 9Front over drawterm from my OpenBSD media collection. Also please someone tell me how to do auth for u9fs.
(DIR) Post #B5y5FjRgTonfx0IpxQ by mirabilos@toot.mirbsd.org
0 likes, 0 repeats
@rqmOrder of parameters matters, u9fs fails if it isn't in the right orderQuality software, indeed!