Skip to content

Instantly share code, notes, and snippets.

@urras
Last active July 6, 2022 23:14
Show Gist options
  • Save urras/6690783 to your computer and use it in GitHub Desktop.
Save urras/6690783 to your computer and use it in GitHub Desktop.
No longer maintained. Please go to https://github.com/Tox/tox-scripts
This script is no longer maintained, please use https://github.com/Tox/tox-scripts instead.
@urras
Copy link
Author

urras commented Mar 11, 2014

@konqoro
Huh. It works on my machine. Is there any way you can give me a log?

Copy link

ghost commented Mar 11, 2014

try with sudo

@ToROxI
Copy link

ToROxI commented Mar 29, 2014

@konqoro
Sudo don't make you root, it's only gives root rights for your user: UID will not change and condition in "rootcheck" returns FALSE.
So, as we see, everything works properly =)

Copy link

ghost commented Apr 1, 2014

Weird, that check seems to work [ "$(id -u)" = "0" ]
Also: sh -c "touch test;sudo touch test2;ls -l | grep test" For me the output is:
-rw-r--r-- 1 konqoro konqoro 0 Apr 1 06:27 test
-rw-r--r-- 1 root root 0 Apr 1 06:27 test2

@gjkerns
Copy link

gjkerns commented Aug 2, 2014

On Gentoo, when I do

layman -f -o https://raw.github.com/fr0stycl34r/gentoo-overlay-tox/master/repository.xml -a tox-overlay

then I do layman -S, it says, "Warning: Overlay "tox-overlay" could not be found in the remote lists.

  • Please check if it has been renamed and re-add if necessary." Could you help me?

@gjkerns
Copy link

gjkerns commented Aug 3, 2014

Update: I got layman to successfully update the tox-overlay by manually copying the repository.xml to /etc/layman/overlays. Then layman -S succeeds and I can see the files in /var/lib/layman/tox-overlay. Yet when I try to emerge, net-libs/tox is not found.

@urras
Copy link
Author

urras commented Oct 31, 2014

Hi @gjkerns
Not sure if your issue has been fixed yet or not, but for future reference, could you please report issues for the Gentoo overlay at https://github.com/urras/gentoo-overlay-tox instead? If you post them here, I probably won't get a notification about it.

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