Closed borkd closed 5 years ago
One possibility is that the diod server is trying to open a different path to the munge socket than munged is offering. See:
dun/munge#38
since that would be entirely a server problem, it might be interesting to see if the centos 6 system can diodmount its own file system with munge auth.
Indeed. After rebuilding and installing munge and diod by hand, the old fashioned way, client and server are happy to talk. My spack-fu is still weak. Thank you!
Ah, yeah it seems problematic to build libmunge in spack since it will have to match the installed munged, and you can't know for sure how the installed one was built.
Clients attempting to diodmount from a centos-6 server using munge auth fail. Without authentication diodmount succeeds.
Munge realm is working across all participating machines, both local tests
munge -n | unmunge
and remote onesmunge -n | ssh host unmunge
work fine.I have tested with diod-1.0.24 and diod-1.0.23. No luck.
Client-side (debian 9.1):
Server side (centos 6):
Any suggestions what could be broken?
Thank you!