GithubHelp home page GithubHelp logo

Comments (2)

florianl avatar florianl commented on May 24, 2024

hi @ms2008 👋

Thanks for you interest in this project!
Linux Kernel 3.10 is out of scope for this agent. Please make sure to meet the requirements as mentioned in Limitations:

The minimum supported Linux kernel versions are

4.19 for amd64/x86_64

from otel-profiling-agent.

ms2008 avatar ms2008 commented on May 24, 2024

@florianl Thanks for informing. And I did some digging and found that it should be that my kernel does not have F_OFD_SETLKW etc. It seems that OFD locks are only available since Linux 3.15.

$ strace systemd-sysusers
...
newfstatat(AT_FDCWD, "/etc", {st_mode=S_IFDIR|0755, st_size=230, ...}, 0) = 0
openat(AT_FDCWD, "/etc/.pwd.lock", O_WRONLY|O_CREAT|O_NOCTTY|O_NOFOLLOW|O_CLOEXEC, 0600) = 3
fcntl(3, F_OFD_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = -1 EINVAL (Invalid argument)
close(3)    

from otel-profiling-agent.

Related Issues (16)

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.