-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
proot fakeroot doesn't work #293
Comments
Very strange, I guess you installed a fresh junest image and the latest junest command, right? Which linux distro has the host machine? |
The host machine has Ubuntu 20.04.4 LTS. Yes, I tried it again by deleting all junest folders and copying this git repository to the host machine. Same problem. What do you mean by installing the latest junest command? In my .bashrc, there has been always the line |
I mean to run:
This is very strange because in Ubuntu it should work very well. What if you use |
I get the following:
With
|
There is definitely something strange in the host machine. Ubuntu 20.04 should have the User NS enabled by default. |
How come there is not even the file |
I only just found out that there's a workaround for the pacman issue. |
The only way I was able to properly setup junest with proot was to first use |
Please provide more info by following this guide: https://github.com/fsquillace/junest/blob/4d2d0fcb840d9266a39deb0acf2afc44973bf5f3/CONTRIBUTING.md#reporting-bugs |
I have a problem with
junest p
on a remote computer, where I log in via ssh. When I want to run for examplesudo pacman -Syy
, I get the following error:fakeroot: preload library `libfakeroot.so' not found, aborting.
As far as I understand, junest comes with an own fakeroot and directory management and is therefore independent of the existence of fakeroot on the host machine.
When I first run
junest p -f
and thenpacman -Syy
, I getWhat can I do?
The text was updated successfully, but these errors were encountered: