Giter Site home page Giter Site logo

Comments (2)

rekado avatar rekado commented on August 15, 2024

Unfortunately, this is not a problem with the pipelines, but with the interaction between glibc 2.26 and the old kernel on RHEL6 systems. glibc 2.26 assumes that kernels have an implementation of the syscall prlimit64, which is correct for all kernels that glibc 2.26 supports (version 3.4 and up). The RHEL6 kernel is 2.6.32 with a bunch of patches to backport features and fixes from later kernels. Sadly, the patches don't include an implementation for the prlimit64 syscall.

As a result, software built with glibc 2.26 won't be usable if it uses getrlimits, which is implemented in glibc 2.26 using prlimit64. Going forward, we will patch glibc to provide an alternative implementation for older kernels that doesn't rely on prlimit64.

For the time being I have reverted glibc to version 2.25 on branch rhel6 in the Guix repository, which works with old kernels down to the vanilla 2.6.32. We are rebuilding software with that glibc version, so that Java will work again even on clusters running close-to-end-of-life RHEL6.

from pigx_scrnaseq.

rekado avatar rekado commented on August 15, 2024

This is fixed in the core-updates and rhel6 branches. core-updates will soon be merged into master.

from pigx_scrnaseq.

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.