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

make_public.py not executable in deb package #10891

Open
sblaisot opened this issue Sep 12, 2023 · 1 comment
Open

make_public.py not executable in deb package #10891

sblaisot opened this issue Sep 12, 2023 · 1 comment

Comments

@sblaisot
Copy link

in deb package, /usr/lib/foudationdb/make_public.py is missing the executable bits.

The doc advise to execute sudo /usr/lib/foudationdb/make_public.py which result is sudo: /usr/lib/foundationdb/make_public.py: command not found

Trying to execute it as root without sudo leads to

#  /usr/lib/foundationdb/make_public.py
-bash: /usr/lib/foundationdb/make_public.py: Permission denied

indeed, this file from the deb package is not executable

# ls -l /usr/lib/foundationdb/make_public.py
-rw-r--r-- 1 root root 4129 sept. 21  2022 /usr/lib/foundationdb/make_public.py
@sblaisot
Copy link
Author

This is strange as install is given instructions to make it executable: https://github.com/apple/foundationdb/blob/main/packaging/deb/builddebs.sh#L25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant