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

KeyError: 'getpwuid(): uid not found: 60002' #25

Open
Alex-Tsvetanov opened this issue Feb 5, 2017 · 3 comments
Open

KeyError: 'getpwuid(): uid not found: 60002' #25

Alex-Tsvetanov opened this issue Feb 5, 2017 · 3 comments

Comments

@Alex-Tsvetanov
Copy link

When I run Python code with isolate, I receive this error:

Failed to import the site module
Traceback (most recent call last):
  File "/usr/lib/python3.6/site.py", line 544, in <module>
    main()
  File "/usr/lib/python3.6/site.py", line 530, in main
    known_paths = addusersitepackages(known_paths)
  File "/usr/lib/python3.6/site.py", line 282, in addusersitepackages
    user_site = getusersitepackages()
  File "/usr/lib/python3.6/site.py", line 258, in getusersitepackages
    user_base = getuserbase() # this will also set USER_BASE
  File "/usr/lib/python3.6/site.py", line 248, in getuserbase
    USER_BASE = get_config_var('userbase')
  File "/usr/lib/python3.6/sysconfig.py", line 601, in get_config_var
    return get_config_vars().get(name)
  File "/usr/lib/python3.6/sysconfig.py", line 558, in get_config_vars
    _CONFIG_VARS['userbase'] = _getuserbase()
  File "/usr/lib/python3.6/sysconfig.py", line 205, in _getuserbase
    return joinuser("~", ".local")
  File "/usr/lib/python3.6/sysconfig.py", line 184, in joinuser
    return os.path.expanduser(os.path.join(*args))
  File "/usr/lib/python3.6/posixpath.py", line 247, in expanduser
    userhome = pwd.getpwuid(os.getuid()).pw_dir
KeyError: 'getpwuid(): uid not found: 60002'
Exited with error status 1

I did that operations:

cd `isolate --box-id 3 --init`/box
cat > a.py
#!/bin/python
print ("asdf")
chmod +x a.py
isolate --box-id 3 --run -- ./a.py
@gollux
Copy link
Contributor

gollux commented Feb 5, 2017 via email

@Alex-Tsvetanov
Copy link
Author

How to add a proper passwd file in my sandbox?

@gollux
Copy link
Contributor

gollux commented Feb 5, 2017 via email

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

No branches or pull requests

2 participants