How can I file an issue with a package?

2 posts / 0 new
Last post
#1 Tue, 2018-02-20 03:19
bkuhl
  • bkuhl's picture
  • Offline
  • Last seen: 1 month 6 days ago
  • Joined: 2017-03-24

I'm having an issue with https://pkgs.alpinelinux.org/package/v3.7/main/s390x/nginx where when adding it to my container via RUN apk add --update --no-cache nginx(run as root) leads to the output:

web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)
web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)
web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)
web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)
web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)
web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)
web_1           | nginx: [emerg] mkdir() "/var/tmp/nginx/client_body" failed (2: No such file or directory)

I'd like to file an issue with the author of the package or at least review open issues but I don't see how to do that on https://pkgs.alpinelinux.org/package/v3.7/main/s390x/nginx and would appreciate some direction.

Fri, 2018-02-23 15:42
vbentley
  • vbentley's picture
  • Offline
  • Last seen: 1 month 4 days ago
  • Joined: 2018-02-23

I would like to know what the process is for getting bugs fixed officially by the package maintainer. I am having problems with AppArmor - it just will not start.
https://pkgs.alpinelinux.org/package/edge/testing/x86/apparmor

Bug #7985 provides a corrective action for part of the problem but this bug hasn't been actioned in months and is not assigned to anybody. There appears to be undocumented dependencies on openntpd in addition to 'arg' problems. The URL for the wiki page for the package has also changed.
https://bugs.alpinelinux.org/issues/7985

If I develop my own fix for this issue, how do I communicate it to the maintainer?

Log in or register to post comments