Solène 

@solene@bsd.network
3.9K Followers
33 Following
1.4K Posts

My things are #QubesOS #Linux #BSD, Transhumanism, Lovecraft and gaming

Freelance DevSecOps, want to work with me? https://lambda-solene.eu/

I speak :fr: and :gb: and I'm 18+

I type on my keyboard to do stuff, mostly promoting self hosting, decentralization and libre software.

GPG fingerprint 4398 3BAD 3EDC B35C 9B8F 2442 8CD4 2DFD 57F0 A909

Avatar by @prahou

Blog about tech stuffhttps://dataswamp.org/~solene/
Consultancyhttps://lambda-solene.eu/
Peertube gaming channelhttps://videos.pair2jeux.tube/video-channels/openbsd_gaming/videos
Sponsor mehttps://dataswamp.org/~solene/page-donate.html

@mostlypat I think malloc can report problems, valgrind was removed because it was broken AFAIK and did not even support threads :(

There is clang analyzer, but I can't remember which package provide it, or if it's even in base 

The forum never got online very long, and not reliably, and no one ever registered 😂

I owe my career to the movie The Big Lebowski.

When I watched it as a young teenager, I wanted to find other people enjoying it so I did my best to setup a PHP forum hosted at home, there were not many choice early 2000 and I struggled a lot to figure how to make apache work with PHP, how to enable port forwarding on my router, how to make mysql work, how to get a domain name (from services like no-ip or dyndns  ).

🎳

@passthejoe this looks fine to me  

Can you try mounting using UDP? just to be sure...

Maybe try to start mountd locally on OpenBSD

@passthejoe what about the output of this from OpenBSD?

rpcinfo -p 192.168.1.47

from the FAQ, the output should look like this:

$ rpcinfo -p 10.0.0.1
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100005 1 udp 633 mountd
100005 3 udp 633 mountd
100005 1 tcp 916 mountd
100005 3 tcp 916 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs

@passthejoe using NFSv3 from other linux clients?

do you have some specific firewall rules on the OpenBSD client?

@passthejoe did you open all required ports and started all daemons?
@brian got things spinning today, it's really great so far!
@pugmiester if you do "ifconfig", you should see something like "Groups: egress" for the interface that has the default route

@charadon @passthejoe I don't know about this one  

it seems it uses FUSE https://rclone.org/commands/rclone_nfsmount/

OpenBSD FUSE implementation is terribly limited, hence why you can't use rclone mount in the first place

rclone nfsmount

Mount the remote as file system on a mountpoint.