Giter VIP home page Giter VIP logo

Comments (3)

rilysh avatar rilysh commented on September 28, 2024

I think this behavior is intentional(?), as pkgdb_check_access() only returns error codes, and doesn't print standard error messages. This issue also exists in some other commands as well (see #2211).

A simple "fix" can be done by adding a warning message (using warn(3) or perror(3)) whenever faccessat(3) fails.

root@freebsd:/home/rilysh/pkg # ./src/pkg install abc
pkg: faccessat: Operation not permitted
root@freebsd:/home/rilysh/pkg # echo $?
1

I'm not sure, if it's required in most cases, as you can always check for returned errors. Although I agree, having a clear error message is much better than just relying on returned values.

from pkg.

nuclight avatar nuclight commented on September 28, 2024

Well, this can't be intentional, because it creates UX from hell for the user. And even if the user is not just user but sysadmin, then bare faccessat: Operation not permitted is stil not enough - yopu want to know which file caused the problem. So that it can be fixed without consulting pkg sources. Because user do not call routines to check for error codes, user calls e.g. pkg upgrade.

So. The only debatable thing here is where to insert reporting to user, and by which function - this is what pkg maintainers know better than bugreporter.

from pkg.

rilysh avatar rilysh commented on September 28, 2024

Adding it in pkgdb_check_access() function is just fine. However, before any PR, it will be better to get some attention from maintainers with this issue.

from pkg.

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.