Re: how to run docker?

2020-03-17 Thread Giovanni Biscuolo
Hi Adam, Adam Kandur via writes: > hi, guixers! > Sorry for newbe question. > How yo run docker service after installation docker package? you don't need to install the package, you just need to configure your service (packages will be automatically installed in the system profile) The docume

Re: Scheduling and getting notifications in a desktop or window manager environment

2020-03-17 Thread Giovanni Biscuolo
Hello, I've no direct experience with desktop notifications but... sirgazil writes: [...] > I tried GNOME Calendar some time ago in the Guix System, I liked its > simplicity, but it was not reliable (notified sometimes, sometimes > not). What about orage? I tried that once and *maybe* it has

Re: Useless gandi.cli (was: [bug#39447] [PATCH] gnu: Add python-gandi.cli.)

2020-03-17 Thread Giovanni Biscuolo
Hello Tobias, sorry for the late reply Tobias Geerinckx-Rice writes: > Amin, > > Amin Bandali 写道: >> * gnu/packages/python-xyz.scm (python-gandi.cli): New variable. > > Does it do anything for you? After reading the issue tracker it's > clear to me that gandi.cli is unusable and unmaintained.

Re: Useless gandi.cli (was: [bug#39447] [PATCH] gnu: Add python-gandi.cli.)

2020-03-17 Thread Tobias Geerinckx-Rice
Giovanni, Giovanni Biscuolo 写道: sorry for the late reply No, thank you for your reply :-) You have to use Gandi V4 customer web interface to get the "legacy" XMLRPC API key and it worked for me, done 3 minutes ago https://v4.gandi.net/admin/api_key I'd love to, but that doesn't work for

Help with locale

2020-03-17 Thread Mikael Djurfeldt
Hi! I just installed guix on top of Debian Buster using the installation script at guix.gnu.org. At any guix command, it the complains: guile: warning: failed to install locale I have installed glibc-locales, however it seems like the reason for the above is that there is no link from .guix-p

Problem with guix offload

2020-03-17 Thread Mikael Djurfeldt
Hi, I just installed guix on top of Debian Buster using the installation script at guix.gnu.org. I did this on two machines, hat and wand, with the hope that I could offload compilation to wand. This is what I get: root@hat:~# guix offload test guile: warning: failed to install locale hint: Cons

Re: [kb] Using an OpenVPN config with nmcli

2020-03-17 Thread Joshua Branson
Maxim Cournoyer writes: Thanks for this! I've been using openvpn to manually connect, and I'm leaking DNS queries. Thanks! > Over the weekend, I spent a bit of time figuring how to use OpenVPN with > NetworkManager, especially its command line interface, 'nmcli'. > > If you are using the Guix

Re: Scheduling and getting notifications in a desktop or window manager environment

2020-03-17 Thread sirgazil
Hi, On Tue, 17 Mar 2020 02:32:42 -0500 Giovanni Biscuolo wrote > Hello, > > I've no direct experience with desktop notifications but... > > sirgazil writes: > > [...] > > > I tried GNOME Calendar some time ago in the Guix System, I liked its > > simplicity, but it was n

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 12:36:27PM +0100, Mikael Djurfeldt wrote: > I have installed glibc-locales, however it seems like the reason for the > above is that there is no link from .guix-profile/lib/locale to the > glibc-locales package. If I put a link there manually, the warning above > disappears,

Re: Scheduling and getting notifications in a desktop or window manager environment

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 08:32:42AM +0100, Giovanni Biscuolo wrote: > [1] I'm a little bit worried on its future > https://github.com/pimutils/vdirsyncer/issues/790 Sad but not suprising considering it's Debian. I went out of my way to communicate with the vdirsyncer project and keep the burden fr

Re: Help with locale

2020-03-17 Thread Jeremy Korwin-Zmijowski
Considering this conversation : https://framapiaf.org/web/statuses/103580390068629106 You could try these commands with your user AND with the root user : $ guix pull && guix upgrade && guix install glibc-locales $ sudo -i # guix pull && guix upgrade && guix install glibc-locales # e

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
On Tue, Mar 17, 2020 at 6:44 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 12:36:27PM +0100, Mikael Djurfeldt wrote: > > I have installed glibc-locales, however it seems like the reason for the > > above is that there is no link from .guix-profile/lib/locale to the > > glibc-locales package. I

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 08:39:18PM +0100, Jeremy Korwin-Zmijowski wrote: > Also, there is also a package for utf-8 locales : glibc-utf8-locales. The glibc-locales package contains *all* the locales, including the UTF-8 locales. The glibc-utf8-locales package only contains a handful and is for tes

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 08:32:18PM +0100, Mikael Djurfeldt wrote: > > If you installed glibc-locales, it should show up at > > '~/.guix-profile/lib/locale' for the user that installed it (Guix > > package management is per-user). > > > > It did not show up. > > > > > > How did you install glibc-

Re: Help with locale

2020-03-17 Thread Jeremy Korwin-Zmijowski
Le mardi 17 mars 2020 à 15:44 -0400, Leo Famulari a écrit : > On Tue, Mar 17, 2020 at 08:39:18PM +0100, Jeremy Korwin-Zmijowski > wrote: > > Also, there is also a package for utf-8 locales : glibc-utf8- > > locales. > > The glibc-locales package contains *all* the locales, including the > UTF-8 lo

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
On Tue, Mar 17, 2020 at 8:44 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 08:39:18PM +0100, Jeremy Korwin-Zmijowski wrote: > > Also, there is also a package for utf-8 locales : glibc-utf8-locales. > > The glibc-locales package contains *all* the locales, including the > UTF-8 locales. > > The

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
On Tue, Mar 17, 2020 at 8:45 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 08:32:18PM +0100, Mikael Djurfeldt wrote: > > > If you installed glibc-locales, it should show up at > > > '~/.guix-profile/lib/locale' for the user that installed it (Guix > > > package management is per-user). > > > >

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 09:06:32PM +0100, Jeremy Korwin-Zmijowski wrote: > Alright then my mind can drop the utf8 subset. > > Thank you for the clarification ! I'm glad you pointed it out. We are probably going to deprecate it soon to avoid more confusion. We really need to make locales on Guix

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 09:19:02PM +0100, Mikael Djurfeldt wrote: > I only tried it for root so far and it did not show up in root's > '~/.guix-profile/lib/locale'. Okay. As root, can you do `guix package --list-installed` and send the results here? Also, as root, can you send the result of `echo

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
On Tue, Mar 17, 2020 at 9:22 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 09:19:02PM +0100, Mikael Djurfeldt wrote: > > I only tried it for root so far and it did not show up in root's > > '~/.guix-profile/lib/locale'. > > Okay. As root, can you do `guix package --list-installed` and send the

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 09:37:27PM +0100, Mikael Djurfeldt wrote: > On Tue, Mar 17, 2020 at 9:22 PM Leo Famulari wrote: > > Okay. As root, can you do `guix package --list-installed` and send the > > results here? > > guile-ssh 0.12.0 out > /gnu/store/qqpigisk01ivzvb9pyi4d4d6v5p6djzw-guile-ssh-0.1

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
On Tue, Mar 17, 2020 at 9:45 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 09:37:27PM +0100, Mikael Djurfeldt wrote: > > On Tue, Mar 17, 2020 at 9:22 PM Leo Famulari wrote: > > > Okay. As root, can you do `guix package --list-installed` and send the > > > results here? > > > > guile-ssh 0.12.

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
Den tis 17 mars 2020 21:58Mikael Djurfeldt skrev: > On Tue, Mar 17, 2020 at 9:45 PM Leo Famulari wrote: > >> On Tue, Mar 17, 2020 at 09:37:27PM +0100, Mikael Djurfeldt wrote: >> > On Tue, Mar 17, 2020 at 9:22 PM Leo Famulari wrote: >> > > Okay. As root, can you do `guix package --list-installed

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 09:58:31PM +0100, Mikael Djurfeldt wrote: > root@hat:~# ls -l ~root/.guix-profile > lrwxrwxrwx 1 root root 45 mar 14 19:48 /root/.guix-profile -> > /var/guix/profiles/per-user/root/current-guix > root@hat:~# ls -lL ~root/.guix-profile > total 20 > dr-xr-xr-x 2 root root 4096

Re: Help with locale

2020-03-17 Thread Mikael Djurfeldt
On Tue, Mar 17, 2020 at 10:14 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 09:58:31PM +0100, Mikael Djurfeldt wrote: > > root@hat:~# ls -l ~root/.guix-profile > > lrwxrwxrwx 1 root root 45 mar 14 19:48 /root/.guix-profile -> > > /var/guix/profiles/per-user/root/current-guix > > root@hat:~# ls

Re: Help with locale

2020-03-17 Thread Leo Famulari
On Tue, Mar 17, 2020 at 11:06:51PM +0100, Mikael Djurfeldt wrote: > Of course it *is* a bug that the simple action of installing glibc-locales > after a pure install doesn't result in locales taking effect (or that > lib/locales doesn't exist). I just wanted to have people with more context > than