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

Permission denied #38

Open
zoomd3v opened this issue Dec 13, 2023 · 1 comment
Open

Permission denied #38

zoomd3v opened this issue Dec 13, 2023 · 1 comment

Comments

@zoomd3v
Copy link

zoomd3v commented Dec 13, 2023

Hello i have problem when i run this
pzserver install

Redirecting stderr to '/home/pzserver/Steam/logs/stderr.txt'
Logging directory: '/home/pzserver/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1702079268
-- type 'quit' to exit --
Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x5) verifying install, progress: 5.37 (284945507 / 5303283844)
 Update state (0x5) verifying install, progress: 15.51 (822687599 / 5303283844)
 Update state (0x5) verifying install, progress: 29.75 (1577634859 / 5303283844)
 Update state (0x5) verifying install, progress: 40.59 (2152735235 / 5303283844)
 Update state (0x5) verifying install, progress: 51.58 (2735358915 / 5303283844)
 Update state (0x5) verifying install, progress: 62.38 (3308450803 / 5303283844)
 Update state (0x5) verifying install, progress: 71.22 (3776807203 / 5303283844)
 Update state (0x5) verifying install, progress: 80.88 (4289355100 / 5303283844)
 Update state (0x5) verifying install, progress: 93.32 (4949226864 / 5303283844)
 Update state (0x61) downloading, progress: 0.00 (0 / 3053)
Success! App '380870' fully installed.
cp: cannot create regular file '/etc/pzst/config.json': Permission denied
OK

@zoomd3v
Copy link
Author

zoomd3v commented Dec 13, 2023

Fixed with this

sudo chown -R pzserver:pzserver /etc/pzst/
sudo chmod -R 700 /etc/pzst/
sudo chmod +x /usr/local/bin/pzmaxmem
sudo chmod +x /etc/pzst/env/bin/python

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