Error: Permission Error #253
jinningwang
started this conversation in
General
Replies: 1 comment
-
It’s likely that you ran andes in the LTBVis docker, which by default uses root to create these folders. They become unmodifiable when you run it as a regular user.
For now, you can remove the temp folder with sudo.
Regards,
Hantao Cui
…On Jan 24, 2022, 9:10 AM -0600, Jinning Wang ***@***.***>, wrote:
Hi Hantao,
When I ran the most recent development version andes [55cee03] In the remote Linux server, there occurred a bug that the temp file required permission. Maybe the owner of temp files should be changed?
The full error message is listed as below:
(andes) ***@***.***:~/andes$ andes
Traceback (most recent call last):
File "/home/jwang175/miniconda3/envs/andes/bin/andes", line 33, in <module>
sys.exit(load_entry_point('andes', 'console_scripts', 'andes')())
File "/home/jwang175/andes/andes/cli.py", line 213, in main
log_path=get_log_dir(),
File "/home/jwang175/andes/andes/utils/paths.py", line 237, in get_log_dir
path = tempfile.mkdtemp(prefix='andes-', dir=tempdir)
File "/home/jwang175/miniconda3/envs/andes/lib/python3.7/tempfile.py", line 366, in mkdtemp
_os.mkdir(file, 0o700)
PermissionError: [Errno 13] Permission denied: '/tmp/andes/andes-w2yqoznl'
(andes) ***@***.***:~/andes$ andes
Traceback (most recent call last):
File "/home/jwang175/miniconda3/envs/andes/bin/andes", line 33, in <module>
sys.exit(load_entry_point('andes', 'console_scripts', 'andes')())
File "/home/jwang175/andes/andes/cli.py", line 213, in main
log_path=get_log_dir(),
File "/home/jwang175/andes/andes/utils/paths.py", line 237, in get_log_dir
path = tempfile.mkdtemp(prefix='andes-', dir=tempdir)
File "/home/jwang175/miniconda3/envs/andes/lib/python3.7/tempfile.py", line 366, in mkdtemp
_os.mkdir(file, 0o700)
PermissionError: [Errno 13] Permission denied: '/tmp/andes/andes-1g9fsnl5'
Regards,
Jinning
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Hantao,
When I ran the most recent development version andes [55cee03] In the remote Linux server, there occurred a bug that the temp file required permission. Maybe the owner of temp files should be changed?
The full error message is listed as below:
Regards,
Jinning
Beta Was this translation helpful? Give feedback.
All reactions