Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch: workaround "GPGME error: Inappropriate ioctl for device" issue #137

Merged
merged 1 commit into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. arch: workaround "GPGME error: Inappropriate ioctl for device" issue

    GPGME used by pacman tries very hard to configure terminal if it thinks
    it can. When running inside docker, it results in a series of errors
    like "GPGME error: Inappropriate ioctl for device", which then are
    interpreted by pacman as signature verification failure.
    
    Workaround this by adding " | cat" to pacman calls (or rather - scripts
    that call pacman) to make stdout a pipe instead of pts. If it's stupid
    but it works, it ain't stupid, right?
    
    Related to QubesOS/qubes-issues#9193
    And to many failures in CI
    marmarek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8e219c9 View commit details
    Browse the repository at this point in the history