Re: nginx refusing connection on port 443

2021-08-29 Thread Julien Lepiller
Le Wed, 25 Aug 2021 21:25:03 -0700, crodges a écrit : > Hello everybody, > > I'm setting up a guix vps and having some trouble, mainly because I'm > getting used to the guix way. After a few tries, I finally got a > let's encrypt certificate and nginx configured to read it. Problem > is, nginx a

guix on a debian system (with packages from experimental) - recommended day to day routine?

2021-08-29 Thread Andreas Reuleaux
Having started with guix only recently (with a standalone GuixSD on a spare machine i.e.), I cannot immediatly switch to working with guix only (as much as I would like to), as I have come to depend on many things debian over the years. Thus I am trying to tackle this from both ends: (1) learn so

Re: Guix on the MNT Reform

2021-08-29 Thread Joshua Branson
"Jonathan McHugh" writes: > Hi Joshua, > > It does appear from the website that 4GB is the peak. It would be nice > to take advantage of the open schematics and replace enough hardware > to overcome this but that would be wasteful indulgence. > > Personally, I probably should prioritise a solid d

Re: Issue about building python on a foreign distro

2021-08-29 Thread Wade Zhang
On Wed, Aug 25, 2021 at 9:19 PM zimoun wrote: > > pyenv allows you to set python version for your every project by putting a > > `.python-version` file, and you can easily override the version with an > > environment variable. All you need to do is just setting your `PATH`. I > > think > > it's

Re: Udev Rule Not Triggered

2021-08-29 Thread Tobias Geerinckx-Rice
Antwane, Great that you got it to work! There are some landmines left that I'd like to point out so they don't bite you later (what? they're mixed-metaphor cartoon landmines!): On 2021-08-29 16:01, Antwane Mason wrote: should use string-join instead of string-append Thanks for the suggest

Re: Udev Rule Not Triggered

2021-08-29 Thread pelzflorian (Florian Pelz)
Glad you got it to work. From the udev man page I don’t understand how a udev rule that only sets the MODE could break, it is puzzling. On Sun, Aug 29, 2021 at 05:39:13PM -0400, Antwane Mason wrote: > I hope this information can save someone else > some headaches in the future. Thank you for des

Re: Udev Rule Not Triggered

2021-08-29 Thread Antwane Mason
I'm honestly not sure what fixed the issue, but I am successfully able to use the onlykey-cli without root privileges. I suspect the issue was my method of testing whether a udev rule was being triggered actually was interfering with it working. I used "udevadm test" and noticed two things. First,

Re: Guix on the MNT Reform

2021-08-29 Thread Jonathan McHugh
Hi Joshua, The promise of a good laptop keyboard is making me reminisent of my old Sony VAIO GRV680 (still stored away for refashioning one day Admittedly it was more of a desktop replacement laptop than a lean setup.). It does appear from the website that 4GB is the peak. It would be nice

Re: guix pull fails

2021-08-29 Thread Leo Famulari
Thanks for the note. Can you send the log file referred to in the error message? And also the output of the command `guix describe`? On Sun, Aug 29, 2021, at 15:09, julia.galaman--- via wrote: > Hello, > > I'm writing this because I haven't been able to update Guix for almost > a month. I get t

Re: Guix on the MNT Reform

2021-08-29 Thread Joshua Branson
"Jonathan McHugh" writes: > I hope you are enjoying the mechanical keyboard, it seems great! > The MNT reform does seem like my dream laptop. I do want a mechanical keyboard. What's the max RAM on the reform? I thought it was 4GB? Sounds pretty low... Though I do like what Luke Leighton is d

guix pull fails

2021-08-29 Thread julia . galaman--- via
Hello, I'm writing this because I haven't been able to update Guix for almost a month. I get this error message: "builder for `/gnu/store/6nd6gwxr7pg6b3wfjlf9yxb8xg7ap4n8-module-import-compiled.drv' failed with exit code 1 build of /gnu/store/6nd6gwxr7pg6b3wfjlf9yxb8xg7ap4n8-module-import-comp

Re: Udev Rule Not Triggered

2021-08-29 Thread Antwane Mason
On Sun, Aug 29, 2021 at 1:23 PM pelzflorian (Florian Pelz) < pelzflor...@pelzflorian.de> wrote: > On Sun, Aug 29, 2021 at 11:44:50AM -0400, Antwane Mason wrote: > > I was able to at least confirm that the rule exists on the system despite > > not being run. I used "sudo herd rules udev" to find th

Request for help with writing defenition for pyxel.

2021-08-29 Thread Dmitry Polyakov
I requesting for help with writing defenition for python retro game engine[fn:1]. There are steps according to manual to build this engine[fn:2]: 1. Get sources with ~git clone https://github.com/kitao/pyxel~ 2. "cd" to this dir 3. Invoke ~guix environment --pure --ad-hoc gcc make python python-

Re: Udev Rule Not Triggered

2021-08-29 Thread pelzflorian (Florian Pelz)
On Sun, Aug 29, 2021 at 11:44:50AM -0400, Antwane Mason wrote: > I was able to at least confirm that the rule exists on the system despite > not being run. I used "sudo herd rules udev" to find the store path where > udev rules were and confirmed that 49-onlykey.rules is in lib/udev/rules.d. > Stil

Re: setting up my own channel (for some personal packages)

2021-08-29 Thread Tobias Geerinckx-Rice
Ed, On 2021-08-29 18:30, 'e...@beaver-labs.com' wrote: That's my fault, I mixed up and used an incorrect email address when sending the email: this address is not subscribed to the list. Sorry. That should not preclude delivery. No Guix list rejects mail from nonmembers. At most your mail w

Wireguard configuration - PostUp and PostDown

2021-08-29 Thread crodges
Hello everyone, I managed to configure wireguard on a vps running guix and created clients for my desktop and cellphone. What I want to do (and did already in a Debian vps) is to make wireguard's lan accessible to anyone connected and also browse the internet using this vpn. As I remember, I n

Re: setting up my own channel (for some personal packages)

2021-08-29 Thread 'e...@beaver-labs.com'
Andreas Reuleaux writes: > Hi, > > thanks a lot, and yes: that was it. :) > > I had not really understood that w/ > > (define-module (gnu packages emacs-hide-comnt) > > my emacs-hide-comnt package was searched in gnu/packages, > but oh well: this makes sense after all, and I am learning. > >

Re: Udev Rule Not Triggered

2021-08-29 Thread Antwane Mason
I was able to at least confirm that the rule exists on the system despite not being run. I used "sudo herd rules udev" to find the store path where udev rules were and confirmed that 49-onlykey.rules is in lib/udev/rules.d. Still can't figure out why it's not running though.

Re: Udev Rule Not Triggered

2021-08-29 Thread Antwane Mason
Thanks for the clarification. I changed the code to use string-join. However, the rule is still not running after doing a system reconfigure and restarting computer. Does anyone know the environment variables that control finding udev rules? I'm wondering if there is a problem there. Regards, Antw

Re: Udev Rule Not Triggered

2021-08-29 Thread pelzflorian (Florian Pelz)
On Sun, Aug 29, 2021 at 04:28:08PM +0200, pelzflorian (Florian Pelz) wrote: > > (string-append > > "ACTION==\"add\", SUBSYSTEM==\"usb\", " > >"ATTR{product}==\"Example\", " > >"RUN+=\"/path/to/script\""))) > > The difference is that the manual uses space

Re: Udev Rule Not Triggered

2021-08-29 Thread pelzflorian (Florian Pelz)
On Sun, Aug 29, 2021 at 10:01:00AM -0400, Antwane Mason wrote: > > should use string-join instead of string-append > > Thanks for the suggestion, but I know that use of string-append is correct > based on example code from > https://guix.gnu.org/manual/en/html_node/Base-Services.html. > […] >

Re: Udev Rule Not Triggered

2021-08-29 Thread Antwane Mason
> should use string-join instead of string-append Thanks for the suggestion, but I know that use of string-append is correct based on example code from https://guix.gnu.org/manual/en/html_node/Base-Services.html. (define %example-udev-rule (udev-rule

Re: Udev Rule Not Triggered

2021-08-29 Thread pelzflorian (Florian Pelz)
Hello Antwane! I am not really familiar with udev rules, but perhaps this On Sun, Aug 29, 2021 at 09:39:26AM -0400, Antwane Mason wrote: > (define %onlykey-udev-rule > (udev-rule >"49-onlykey.rules" >(string-append "ATTRS{idVendor}==\"1d50\", ATTRS{idProduct}==\"60fc\", > ENV{ID_MM_DEVI

Udev Rule Not Triggered

2021-08-29 Thread Antwane Mason
I am trying to use my onlykey hardware based password manager with the onlykey-cli but am unable to manipulate the device without root permissions. After trying some debugging steps, I noticed that the udev rule that I defined in my guix system config is not being triggered. Can anyone spot anythin