Describe the bug
A clear and concise description of what the bug is.
When opening zebra or installing a package the following error message appears.
鈥渟u/sling does not have permission to set the uid or gid. Please verify the permissions of the file located at /use/libexec/zebra/supersling/.
I鈥檝e tried to change the permissions but am still getting the same error.
The problem started after upgrading zebra.
To Reproduce
Steps to reproduce the behavior:
Open zebra or install a package from zebra.
Expected behavior
A clear and concise description of what you expected to happen.
Package would install
Screenshots
If applicable, add screenshots to help explain your problem.
Device Information (please complete the following information):
Crash Log or System Log
Please provide a Crash Log to help us solve the issue.
Additional context
Add any other context about the problem here.
Could you list the permission that super sling has and what you're trying to set them to? Also, have you tried re-installing Zebra from Cydia?
I have the same issue. Tried ticking set uid and set gid and hit save. Says it successed but instantly reverts back. Gonna try to reinstall with cydia.






Edit: using cydia to reinstall zebra seems to make the issue go away. I was able to install packages with zebra just fine.
Also running chown root:wheel /usr/libexec/zebra/supersling and chmod 6755 /usr/libexec/zebra/supersling from Terminal might help. Filza might not be able to set the proper permissions.
Yeah reinstalling from Cydia works. Thanks.