musl-cross-make icon indicating copy to clipboard operation
musl-cross-make copied to clipboard

static link binary runtime error: initgroups(www-data, 33) failed (5: I/O error)

Open phpstatic opened this issue 4 years ago • 2 comments

I use musl build my package it work well, but recent I find this error on ubuntu 18.04:

initgroups(www-data, 33) failed (5: I/O error)

Is this a bug or a limit of static link ? Any workaround?

phpstatic avatar Oct 02 '20 15:10 phpstatic

It's almost surely nothing to do with static linking or with musl-cross-make, but might have to do with musl, your ubuntu system, or the interaction between them. Can you move this to the musl mailing list and follow up with an strace (if possible - if it can be done without disclosing private information) of the failure?

richfelker avatar Oct 02 '20 16:10 richfelker

thanks for explain.

https://www.openwall.com/lists/musl/2020/10/03/1

phpstatic avatar Oct 03 '20 01:10 phpstatic