Giter Site home page Giter Site logo

Comments (1)

simo5 avatar simo5 commented on August 26, 2024

Are you suing krb5 authentication for your NFS mounts? That's what gssproxy is used for normally.
You may see nfs related configuration files under /etc/gssproxy/99-nfs-client.conf
It is fine that the main gssproxy conf file is empty if thre are nor general directives to apply to change the default general configuration.

On libverto it is very odd if it is provided by the krb5 package. Krb5 does have an old vendored version of libeverto in case one is not installed on the system, but the correct way to build it would be to provide the verto package on the distro and then build krb5 against it.

For example in Fedora 34 we have libverto-0.3.2-1.fc34.x86_64.rpm which provides /usr/lib64/libverto.so.1.0.0

At any rate verto_cleanup() is a function w/o parameters, if it crashes it means there is a bug in the verto version used in your distribution, or, potentially worse, there are two versions of libverto loaded in your address space (one linked by gssproxy, and one built statically into krb5) and symbols are clashing.

Nothing that can be solved on the gssproxy side at any rate.

from gssproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.