Re: Random domain name resolution errors

2020-03-14 Thread Leo Famulari
On Sat, Mar 14, 2020 at 03:59:26PM +0100, Pierre Neidhardt wrote: > Sorry, forgot to follow up with this thread. Jelle's trick did work for > me. > > The issue happens most of the times when I travel. > Should we consider this a bug? Can we do something to fix it? I consider it a bug, please

Re: how to suspend guix system?

2020-03-14 Thread Tobias Geerinckx-Rice
Adam Kandur 写道: Thank you for the answer. loginctl works fine Great! but there is no /etc/power on my system. Unless you made this same typo on the command line, that's impossible. logind is just a complex front-end to echo ‘mem’ into this very file. There's no difference. Kind

Re: query for package updates

2020-03-14 Thread Pierre Neidhardt
Hi Reza, I tried running your script and it never reports updates. I am not completely sure about the API but I believe that you need to check the version of the entry of the package, not of the corresponding package in the manifest, or else you'll always find the same package version. The

Re: how to suspend guix system?

2020-03-14 Thread Tobias Geerinckx-Rice
Hi Adam, Adam Kandur via 写道: an alternative to "systemctl suspend" in guix? The standard way to suspend on Linux is # echo mem > /sys/power/state If you prefer something more complex: I just ran $ loginctl suspend and it worked. Kind regards, T G-R signature.asc Description: PGP

how to suspend guix system?

2020-03-14 Thread Adam Kandur via
Hi everyone, what is an alternative to "systemctl suspend" in guix?

Re: Configuring VPN

2020-03-14 Thread Raghav Gururajan
Hi Julien! > Unless I'm mistaken, I've pushed a patch to add auth-user-pass which is what > you need. If that's > not it, can you share the target configuration? Sorry for the delayed response, I somehow missed this email. The configuration is: VPN Server: vpn.riseup.net

Re: query for package updates

2020-03-14 Thread Reza Alizadeh Majd
Just wanted to ping this up/ does anyone have any suggestion about following script, that I wrote to check about available package updates for a profile? On Thu, Mar 12, 2020, at 1:00 AM, Reza Alizadeh Majd wrote: > playing with the Guix sources, I wrote following Guile script in order to >