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

--appimage-extract-and-run: mkdir_p error: Permission denied on FreeBSD #1073

Open
probonopd opened this issue Sep 3, 2020 · 1 comment
Open

Comments

@probonopd
Copy link
Member

probonopd commented Sep 3, 2020

Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:

user@FreeBSD$  /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage

but

user@FreeBSD$  /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
user@FreeBSD$ truss /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run 2>&1 | grep tmp
linux_access("/tmp/appimage_extracted_11b387e8ae9d3b2f6c030e4cfa7e8cc2/",F_OK) ERR#-2 'No such file or directory'
linux_mkdir("/tmp",493)                          ERR#-13 'Permission denied'

Doing manually:

user@FreeBSD$ mkdir -p /tmp/appimage_extracted_11b387e8ae9d3b2f6c030e4cfa7e8cc2/

works though, so why are we failing then?

@antony-jr
Copy link

See https://www.freebsd.org/doc/handbook/dirstructure.html, I think you need to configure /tmp in fstab to mount it automatically?

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

No branches or pull requests

2 participants