mkdir: cannot create directory ‘/tmp/pkgbuild-0’: Permission denied · Issue #9 · oshazard/apacman · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My umask was set to 027 which was causing the problem for me. Running umask 022 fixed the issue for me. apacman may want to check for the umask before trying to install as root.
When I try to install a package using the following command 'apacman -S --noconfirm ' I get the error:
I am running this as root user. I am using the Arch Linux vagrant box here: https://atlas.hashicorp.com/terrywang/boxes/archlinux
Any idea why the root user wouldn't be able to create the directory there? I noticed that directory is owned by user 'aurbuild'
The text was updated successfully, but these errors were encountered: