git: 'remote-https' is not a git command.

2022-07-22 Thread Denis 'GNUtoo' Carikli
Hi, In Guix system I've some issues fetching https git repositories: > $ git fetch https://github.com/archlinux/svntogit-packages > git: 'remote-https' is not a git command. See 'git --help'. And if I change the PATH it works: > $ export > PATH=/gnu/store/zaqvjpy7zzvbxxc2wvp728fzzc6bfmm5-git-2.37

Re: how can I use "tor"

2022-07-22 Thread Csepp
Just a heads up, if you want proper anonymity, IceCat is almost certainly a bad choice. All the weird custom addons and source level modifications and the fact that very few people use it makes it *easier* to de-anonymize you. But if you just want to unblock some things or use onion addresses to ge

Re: "user with UID not found" error

2022-07-22 Thread Ricardo Wurmus
Hi Christopher, > I am a new guix user, and we are enjoying using guix our research and > teaching. However, ever since I installed guix on our server I have been > seeing this error: > > % guix pull > user with UID 317241 not found You need to run the system’s nscd daemon. -- Ricardo

"user with UID not found" error

2022-07-22 Thread Christopher Batten
Hello GUIX community! I am a new guix user, and we are enjoying using guix our research and teaching. However, ever since I installed guix on our server I have been seeing this error: % guix pull user with UID 317241 not found Things still worked so I didn't think much of it. However, when

Re: how can I use "tor"

2022-07-22 Thread Julien Lepiller
You can't "run tor in icecat" that doesn't make sense. Maybe you meant something else? If you don't want icecat to use tor, keep your current settings. For using tor in icecat, in your network settings: Select "Manuelle Proxy-Konfiguration" SOCKS host is localhost, SOCKS port is 9050 Select SOC

Re: how can I use "tor"

2022-07-22 Thread Gottfried
Thanks, I have taken a photo of my Icecat connection settings. In order not to make a mistake, I am asking again, how to fill in this settings? (I still understand too little, that's why I prefer to ask before making mistakes) As far as I understood you, Icecat will then run via Tor. Is it p

Re: Troubles building "nimble" with nim

2022-07-22 Thread Efraim Flashner
On Wed, Jul 06, 2022 at 10:57:08AM -0700, Trev wrote: > > Hello Guix! > > I am in the weeds while trying to properly build "nimble", the package > manager that is included with the nim programming language. The current > guix package (gnu/packages/nim) completely misses this build step. I > wonde