Re: emacs, ansi-term, sudo

2019-11-23 Thread Tobias Geerinckx-Rice
Ricardo Wurmus 写道: Tobias Geerinckx-Rice writes: ‘ansi-term’ appears to be a terminal library, so how are you running it? Probably via “M-x ansi-term”. Ooh… I completely missed rndd's qualifying ‘emacs’ and was looking at Guix packages (which gave me two libraries). Thanks, Ricardo.

Re: emacs, ansi-term, sudo

2019-11-23 Thread Ricardo Wurmus
Tobias Geerinckx-Rice writes: > ‘ansi-term’ appears to be a terminal library, so how are you running > it? Probably via “M-x ansi-term”. -- Ricardo

Re: how to connect usb gamepad?

2019-11-23 Thread Ricardo Wurmus
Hi, I connected my USB gamepad to a free USB port and it works just fine :) What application are you using where you’d like the gamepad to work? What have you tried? What gamepad do you have? (Is it a class-compliant device?) -- Ricardo

Re: emacs, ansi-term, sudo

2019-11-23 Thread Efraim Flashner
On Sat, Nov 23, 2019 at 06:09:12PM +0100, Tobias Geerinckx-Rice wrote: > Efraim, rndd, > > Tobias Geerinckx-Rice 写道: > > You should be running /run/setuid-programs/sudo instead. It should > > definitely exist, and come before /run/current-system/profile/bin in > > $PATH. Here's mine: > >

Re: guix system reconfigure doesn't work, guix system: error: python-pep8

2019-11-23 Thread Oleg Pykhalov
Hi, contact@hubert-lombard.website writes: > I have tried to launch again some guix pull, guix package -u but > whithout success... Try ‘hash guix’ command after ‘guix pull’. Also post a ‘guix describe’ output here, please. signature.asc Description: PGP signature

Re: emacs, ansi-term, sudo

2019-11-23 Thread Tobias Geerinckx-Rice
Efraim, rndd, Tobias Geerinckx-Rice 写道: You should be running /run/setuid-programs/sudo instead. It should definitely exist, and come before /run/current-system/profile/bin in $PATH. Here's mine: Efraim Flashner 写道: What's the output of 'echo $PATH'? you need to have /run/setuid-programs

Re: how to connect usb gamepad?

2019-11-23 Thread Pierre Neidhardt
Plug them and it should work out of the box. You can test them with wine control joy.cpl If it does not work, maybe this article can help you get started: https://wiki.archlinux.org/index.php/Gamepad -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: emacs, ansi-term, sudo

2019-11-23 Thread Efraim Flashner
On Sat, Nov 23, 2019 at 03:29:41PM +0100, r...@tuta.io wrote: > hi, have problems using emacs in guixsd. when i run ansi-term and try to use > sudo i get this error: > " >   sudo: /run/current-system/profile/bin/sudo must be owned by uid 0 and have > the setuid bit set > " What's the output of

Re: Relationship between Docker and Guix

2019-11-23 Thread Ricardo Wurmus
Hi Laura, > I am preparing a talk to introduce the community in a meetup, and one of > the topics the people want to know about is its relationship with > Docker. There is no direct relationship between the two. They serve different purposes and there’s little overlap, but there’s confusion

how to connect usb gamepad?

2019-11-23 Thread rndd
=)

Re: emacs, ansi-term, sudo

2019-11-23 Thread Tobias Geerinckx-Rice
Hi, r...@tuta.io 写道: hi, have problems using emacs in guixsd. when i run ansi-term and try to use sudo i get this error: sudo: /run/current-system/profile/bin/sudo must be owned by uid 0 and have the setuid bit set This is correct: sudo must be setuid to work, but

emacs, ansi-term, sudo

2019-11-23 Thread rndd
hi, have problems using emacs in guixsd. when i run ansi-term and try to use sudo i get this error: "   sudo: /run/current-system/profile/bin/sudo must be owned by uid 0 and have the setuid bit set "

guix system reconfigure doesn't work, guix system: error: python-pep8

2019-11-23 Thread contact
Hi Guix :-) On Guix System with Linux gnu 5.3.8-gnu #1 SMP 1 x86_64 GNU/Linux,when I want 'guix system reconfigure /etc/config.scm' it complains with: "guix system: error: python-pep8-stdlib-tokenize-compat.patch : correctif introuvable" I have tried to launch again some guix pull, guix

Relationship between Docker and Guix

2019-11-23 Thread Laura Lazzati
Hi Guix! I am preparing a talk to introduce the community in a meetup, and one of the topics the people want to know about is its relationship with Docker. I've read the manual, and have Ludo's talk from FOSDEM 2019, but if someone more experienced than me can help me (maybe there is a blog post,