Re: guix pull/install stalls

2025-07-26 Thread Caleb Herbert
I had to add the following to my Guix commands: --substitute-urls="https://bordeaux-us-east-mirror.cbaines.net/"; Solved. -- Caleb Herbert https://calebh.top signature.asc Description: This is a digitally signed message part

guix pull/install stalls

2025-07-22 Thread Caleb Herbert
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: [ half an hour goes by] Same with pull on Guix System: caleb@farnsworth ~$ guix pull Updating channel 'guix' from Git repository at 'https://git.guix.gnu.org/guix.g

Re: Guix pull times out on non-default channels

2025-07-18 Thread Gabor Gero via
On Fri, 18 Jul 2025 15:33:04 +0200 Cayetano Santos wrote --- >mer. 16 juil. 2025 at 08:03, Gabor Gero via < mailto:help-guix@gnu.org > >wrote: > Hello, > > > > I have Guix installed on top of Debian, and whenever I try to guix pull with > any cha

Re: Guix pull does not work on foreign distribution

2025-07-18 Thread Maxim Cournoyer
ime to reproduce, especially since I forgot to snapshot the VM state before running the first guix pull :-(. -- Thanks, Maxim

Re: Guix pull times out on non-default channels

2025-07-18 Thread Cayetano Santos
>mer. 16 juil. 2025 at 08:03, Gabor Gero via wrote: > Hello, > > > > I have Guix installed on top of Debian, and whenever I try to guix pull with > any channel > specified in ~/.config/guix/channels.scm, I get the error message "guix pull: > error: G

Re: Guix pull does not work on foreign distribution

2025-07-18 Thread Rutherther
Hi Gabor, Gabor Gero via writes: > Hello, > > > > I'm running Guix on top of Debian, from Debian's repos. Running guix pull > both with and without sudo -i, will not actually update the repository, every > package stays the same version. Restarting the

Re: Guix pull times out on non-default channels

2025-07-18 Thread Rutherther
Hi Gabor, Gabor Gero via writes: > Hello, > > > > I have Guix installed on top of Debian, and whenever I try to guix pull with > any channel specified in ~/.config/guix/channels.scm, I get the error message > "guix pull: error: Git error: failed to connect

Re: Guix pull does not work on foreign distribution

2025-07-18 Thread Simon Tournier
Hi, On Fri, 18 Jul 2025 at 12:48, Maxim Cournoyer wrote: > I think I had a similar experience with an `apt install guix` on Debian > 12 in a VM; the initial pull went through, but it didn't create the > ~/.guix-profile IIRC, I had to run it a second time (after I had > re-login). Maybe you need

Re: Guix pull times out on non-default channels

2025-07-18 Thread Simon Tournier
Hi, On Wed, 16 Jul 2025 at 08:03, Gabor Gero via wrote: > I have Guix installed on top of Debian, and whenever I try to guix > pull with any channel specified in ~/.config/guix/channels.scm, I get > the error message "guix pull: error: Git error: failed to connect to > codebe

Re: Guix pull does not work on foreign distribution

2025-07-17 Thread Maxim Cournoyer
Hi, Vagrant Cascadian writes: > On 2025-07-10, Gabor Gero via wrote: >> I'm running Guix on top of Debian, from Debian's repos. Running guix >> pull both with and without sudo -i, will not actually update the >> repository, every package stays the same version

Guix pull times out on non-default channels

2025-07-15 Thread Gabor Gero via
Hello, I have Guix installed on top of Debian, and whenever I try to guix pull with any channel specified in ~/.config/guix/channels.scm, I get the error message "guix pull: error: Git error: failed to connect to codeberg.org: Operation timed out". The default guix channel works

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Gabor Gero via
Thank you, that worked.

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Vagrant Cascadian
On 2025-07-10, Gabor Gero via wrote: > I'm running Guix on top of Debian, from Debian's repos. Running guix > pull both with and without sudo -i, will not actually update the > repository, every package stays the same version. Restarting the > guix-daemon systemd service or r

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Cayetano Santos
>jeu. 10 juil. 2025 at 18:04, Gabor Gero wrote: > Sorry, I should have mentioned that guix upgrade reports that there is > nothing to upgrade, > guix search still shows old versions of packages (Emacs 28.2 for example), > and additional > channels in my channels.scm don't get pulled. I’m usin

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Gabor Gero via
Sorry, I should have mentioned that guix upgrade reports that there is nothing to upgrade, guix search still shows old versions of packages (Emacs 28.2 for example), and additional channels in my channels.scm don't get pulled.

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Cayetano Santos
>jeu. 10 juil. 2025 at 17:24, Gabor Gero via wrote: > Hello, > > > > I'm running Guix on top of Debian, from Debian's repos. Running guix pull > both with and > without sudo -i, will not actually update the repository, every package stays > the same

Guix pull does not work on foreign distribution

2025-07-10 Thread Gabor Gero via
Hello, I'm running Guix on top of Debian, from Debian's repos. Running guix pull both with and without sudo -i, will not actually update the repository, every package stays the same version. Restarting the guix-daemon systemd service or rebooting does not help, and guix pull itsel

Re: guix pull

2025-07-09 Thread Noé Lopez via
gfp writes: > Hi Guix, > > today I did a > guix pull > and it wanted to connect to https://git.savannah.gnu.org/git/guix.git. > > It seems that > https://git.guix.gnu.org/guix.git > was not available. > > But savannah wasn't reachable after 10 attempts. &g

guix pull

2025-07-08 Thread gfp
Hi Guix, today I did a guix pull and it wanted to connect to https://git.savannah.gnu.org/git/guix.git. It seems that https://git.guix.gnu.org/guix.git was not available. But savannah wasn't reachable after 10 attempts. If I want to download from https://git.guix.gnu.org/guix.git what

Custom channel: guix build -L works, but guix pull fails

2025-07-01 Thread Daniel Littlewood via
o just naively doing guix install ruby ruby-nokogiri, same issue. Previously I was getting more interesting errors, with openssl being unable to find certificates. I think maybe doing a guix pull fixed this (IIRC it was previously trying to build ruby 2.x and maybe openssl works differently for th

Re: Guix pull command: /gnu/store writable permission denied

2025-06-13 Thread Sébastien Gendre
I have a working solution. First, I had set SELinux to permissive and run a first `guix pull command` and a `systemctl restart guix-daemon.service`. But it didn't work. But then, thanks to people on the guix IRC channel who suggest it, I followed this manual page: https://guix.gnu.org/m

Guix pull command: /gnu/store writable permission denied

2025-06-11 Thread Sébastien Gendre
Hello. I have installed the Guix package manager on a Fedora Worstation 42 and when I run the command "guix pull" as root, I get the error message: guix pull: error: remounting /gnu/store writable: Permission denied For the installation, I have used the installation script as de

Re: Guix home reconfigure does not seem to do anything since guix pull

2025-05-11 Thread Ian Eure
Hi Nicolas, Nicolas Maupu writes: Hello! I updated my system today from the commit 'eff2759d5b4a3155f0e85702262fe1408d06b91f' to the commit '3e662ffa6f00f93b5a34548a0668b8b85e815b05'. Now, 'guix home reconfigure' hangs a bit and seems to do nothing: my home configs are not updated anymore a

Re: Guix home reconfigure does not seem to do anything since guix pull

2025-05-11 Thread Nicolas Maupu
After debugging, it's failing from this commit: 4205370e076d09c594192cecfcd34ca36432d01c I don't really see why this particular commit might break something though. Any help would be appreciated :) ! On Sun, May 11, 2025 at 2:41 AM Nicolas Maupu wrote: > Hello! > > I updated my system today from

Guix home reconfigure does not seem to do anything since guix pull

2025-05-10 Thread Nicolas Maupu
Hello! I updated my system today from the commit 'eff2759d5b4a3155f0e85702262fe1408d06b91f' to the commit '3e662ffa6f00f93b5a34548a0668b8b85e815b05'. Now, 'guix home reconfigure' hangs a bit and seems to do nothing: my home configs are not updated anymore as before. Is there a known issue ? Am I t

Re: Guix pull with root user?

2025-04-09 Thread Roman Riabenko via
On Sun, 2025-03-23 at 10:04 -0700, Vagrant Cascadian wrote: > On 2025-03-23, Rutherther wrote: > > "Thomas Ieong" writes: > > > I have a guix system setup and I was wondering if it was > > > necessary to guix > > > pull from times to times with th

Re: Guix pull with root user?

2025-04-08 Thread Roman Riabenko via
On Sun, 2025-03-23 at 10:04 -0700, Vagrant Cascadian wrote: > At some point years ago the standard advice switched from "sudo -E > guix > system reconfigure ..." to "sudo guix system reconfigure ..." but > maybe > somewhere a regression was introduced, or it was subtle enough that > nobody noticed?

Re: Guix pull with root user?

2025-04-08 Thread Rutherther
Hi Daniel, Daniel Hatton writes: > On 23/03/2025 15:50, Rutherther wrote: > >> Yes, exactly. sudo will use the guix from your user's path, so root's >> guix is not used for this. > > Hmm. I usually use "su -" rather than "sudo" when I need root > privileges (mainly because I have a history o

Re: Guix pull with root user?

2025-04-08 Thread Felix Lechner via
Hi Daniel, On Tue, Apr 08 2025, Daniel Hatton wrote: > I guess this advice doesn't apply to me. It does. I also use "su -" but never root's Guix, which is different from that of the other users, because I reconfigure with "guix deploy." Kind regards Felix

Re: Guix pull with root user?

2025-04-08 Thread Daniel Hatton
On 23/03/2025 15:50, Rutherther wrote: Yes, exactly. sudo will use the guix from your user's path, so root's guix is not used for this. Hmm. I usually use "su -" rather than "sudo" when I need root privileges (mainly because I have a history of creating overcomplicated /etc/sudoers files su

Re: setting MTU for guix pull only

2025-04-05 Thread Felix Lechner via
Hi Andy, On Wed, Mar 19 2025, Andy Tai wrote: > is there any way to set the MTU for only the guix pull process so I > don't have to change the network interface MTU system wide? I'm not an expert but believe "It can not be set dynamically depending on communication

Re: setting MTU for guix pull only

2025-03-25 Thread Roman Riabenko via
On Wed, 19 Mar 2025 11:19:13 -0700 Andy Tai wrote: > when I do guix pull, I run into this error: > > guix substitute: error: TLS error in procedure > 'write_to_session_record_port': Error in the push function. As far as I understand, this error message indicates a networ

Re: Guix pull with root user?

2025-03-24 Thread Rutherther
Hello Thomas, "Thomas Ieong" writes: > Hey, > > I have a guix system setup and I was wondering if it was necessary to guix > pull from times to times with the root user. > > My understanding was that guix pull with your regular user was enough with > sud

Re: Guix pull with root user?

2025-03-24 Thread Vagrant Cascadian
On 2025-03-23, Rutherther wrote: > "Thomas Ieong" writes: >> I have a guix system setup and I was wondering if it was necessary to guix >> pull from times to times with the root user. >> >> My understanding was that guix pull with your regular user was enough

Re: Guix pull with root user?

2025-03-23 Thread Thomas Ieong
Hey, > I have noticed that "sudo guix system reconfigure ..." does work, but it > needlessly populates /root/.cache/guix with duplicate cruft which over > time gets to be sizeable. Using "sudo -E guix system reconfigure ..." > does not seem to have this side-effect. > > At some point years ago the

Guix pull with root user?

2025-03-23 Thread Thomas Ieong
Hey, I have a guix system setup and I was wondering if it was necessary to guix pull from times to times with the root user. My understanding was that guix pull with your regular user was enough with sudo guix system reconfigure -- Thomas Ieong

Re: setting MTU for guix pull only

2025-03-19 Thread Jack Hill
On Wed, 19 Mar 2025, Roman Riabenko via wrote: To identify whether MTU was an issue, I tested manually by pinging the address with packets of different sizes. I do not know whether there is a better way to do that. I described that in the linked post. I, too, don't know if there is a better wa

Re: setting MTU for guix pull only

2025-03-19 Thread Andy Tai
More context: I am not on any VPN or such, if this detail may be of value for the problem at hand. On Wed, Mar 19, 2025 at 11:58 AM Andy Tai wrote: > > Yes, the relevant message commenting on the MTU size was > > https://issues.guix.gnu.org/71238#7 > > On Wed, Mar 19, 2025 at 11:42 AM Felix Lechn

Re: setting MTU for guix pull only

2025-03-19 Thread Andy Tai
Yes, the relevant message commenting on the MTU size was https://issues.guix.gnu.org/71238#7 On Wed, Mar 19, 2025 at 11:42 AM Felix Lechner wrote: > > > Some previous message in this GNU Guix mailing list > > I was not able to locate that message. Maybe this bug report is also > relevant. > > [

setting MTU for guix pull only

2025-03-19 Thread Andy Tai
when I do guix pull, I run into this error: guix substitute: error: TLS error in procedure 'write_to_session_record_port': Error in the push function. Some previous message in this GNU Guix mailing list said the problem may be solved with reducing the network interface MTU: reduci

Re: guix pull / upgrade only those with substitutes?

2025-02-18 Thread Samuel Matthiesen
Hi John, John Wong (2025-02-18 00:49 +0100): I mean to find a way to ignore those packages that have no substitute available at the moment, and opt to "guix upgrade" only those with substitutes. I am unsure whether this is possible, since upgrading depends on following the current package de

Re: guix pull / upgrade only those with substitutes?

2025-02-17 Thread John Wong
Hi Felix, Thanks for your reply. I mistyped, sorry. I mean to find a way to ignore those packages that have no substitute available at the moment, and opt to "guix upgrade" only those with substitutes. Thanks! Best, John On Mon, Feb 17, 2025 at 5:40 PM Felix Lechner wrote: > > Hi John, > > On

Re: guix pull / upgrade only those with substitutes?

2025-02-17 Thread Felix Lechner via
Hi John, On Mon, Feb 17 2025, John Wong wrote: > Is there a command (or a way to filter so) that I can use to simply > ignore those packages that have substitutes available at the moment? Are you looking for '--no-substitutes'? If not, would you please rephrase your question? Thanks! Kind reg

guix pull / upgrade only those with substitutes?

2025-02-17 Thread John Wong
Hallo all, I am relatively new to guix as a package manager, and I come from reading the note by "System Crafters" https://systemcrafters.net/craft-your-system-with-guix/everyday-package-management/ about guix weather. After the guix weather command, without specifying any package, it shows that

Re: guix pull seg faults. how to "reset" guix profile

2025-01-22 Thread Richard Sent
Leo Famulari writes: > I'd find a working copy of Guix in '/var/guix/profiles/per-user' and use > that. > > For example, all the old 'current-guix' profiles of root are found in > '/var/guix/profiles/per-user/root' Hey, just wanted to share my thanks as well! A server of mine wound up with a Gui

Re: guix pull seg faults. how to "reset" guix profile

2025-01-18 Thread Andy Tai
Thanks. By using an old copy of guix command in '/var/guix/profiles/per-user' to do a "pull", I was able to restore the guix profile to working state. On Wed, Jan 15, 2025 at 11:19 AM Leo Famulari wrote: > I'd find a working copy of Guix in '/var/guix/profiles/per-user' and use > that.

Re: guix pull seg faults. how to "reset" guix profile

2025-01-15 Thread Leo Famulari
On Mon, Jan 13, 2025 at 01:10:11PM -0800, Andy Tai wrote: > Hi, I run into a situation where every time I do > > guix pull > > the guix command seg faults. I think this was due to a change last year > that was causing the guix command to crash and then a quick note was issu

guix pull seg faults. how to "reset" guix profile

2025-01-13 Thread Andy Tai
Hi, I run into a situation where every time I do guix pull the guix command seg faults. I think this was due to a change last year that was causing the guix command to crash and then a quick note was issued from the guix team on how to fix or to restore the guix command to a working state

Guix pull channels via git over ssh with ed25519 host key

2024-12-30 Thread Matthew Todd
t: (channel (name 'my-guix-channel) (url "git@my-git-server.local:repos/my-guix-channel.git") (branch "master")) The error: "guix pull: error: Git error: failed to start SSH session: Unable to exchange encryption keys" If Guix does no

Re: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-28 Thread Tanguy LE CARROUR
Hi Guix, Quoting Tanguy LE CARROUR (2024-11-27 09:46:55) > Than, I tried to build the installation image: > > ``` > $ guix system image --system=armhf-linux -e '((@ (gnu system install) > os-with-u-boot) (@ (gnu system install) installation-os) > "A20-OLinuXino-Lime2")' > # […] > substitute: i

Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Tanguy LE CARROUR
Hi Guix, After few… years (😵!?) I gave another try to Guix on A20-OLinuXino-LIME2. Here is how it went… I installed the latest Armbian (`25.2.0-trunk.72 bookworm`) on a new SD. I updated the package list and then… `guix pull`! 83860 new commits and 7 hours later it successfully finished! 🎉

Re: Custom channel is making guix pull fail

2024-09-20 Thread Luis Felipe
On 13/09/24 17:14, Luis Felipe wrote: Hi, Could you help me find out what I'm doing wrong here, please? :) I have a custom channel (https://codeberg.org/luis-felipe/guix-channel-x) that had been working fine for a very long time, but now running "guix pull" fails with the

Re: Custom channel is making guix pull fail

2024-09-17 Thread Luis Felipe
Hi Felix, El 17/09/24 a las 1:45, Felix Lechner escribió: Hi Felipe, On Fri, Sep 13 2024, Luis Felipe wrote: (exception match-error (value "match") (value "no matching pattern") Maybe something was renamed in master that broke the package definition of luflac-x in your channel? Yeah, thank

Re: Custom channel is making guix pull fail

2024-09-16 Thread Felix Lechner via
Hi Felipe, On Fri, Sep 13 2024, Luis Felipe wrote: > (exception match-error (value "match") (value "no matching pattern") Maybe something was renamed in master that broke the package definition of luflac-x in your channel? Sorry I cannot be more helpful. Kind regards Felix

Re: Custom channel is making guix pull fail

2024-09-14 Thread Luis Felipe
ly, I had already tried that, but I got the same error. And I just tried again to be sure, and yeah: #+begin_quote guix pull Updating channel 'luflac-x' from Git repository at 'file:///home/yo/guix-channel-x'... guix pull: error: Git error: cannot locate remote-tracking b

Re: Custom channel is making guix pull fail

2024-09-14 Thread Moisés Simón
> >Could you help me find out what I'm doing wrong here, please? :) > >I have a custom channel (https://codeberg.org/luis-felipe/guix-channel-x) that >had been working fine for a very long time, but now running "guix pull" fails >with the following error: > &

Re: Custom channel is making guix pull fail

2024-09-14 Thread Marek Paśnikowski
Luis Felipe writes: > I have a custom channel > (https://codeberg.org/luis-felipe/guix-channel-x) that had been working > fine for a very long time, but now running "guix pull" fails with the > following error: > > #+begin_quote > building /gnu/store/3aghnb3n

Custom channel is making guix pull fail

2024-09-13 Thread Luis Felipe
Hi, Could you help me find out what I'm doing wrong here, please? :) I have a custom channel (https://codeberg.org/luis-felipe/guix-channel-x) that had been working fine for a very long time, but now running "guix pull" fails with the following error: #+begin_quote buil

Re: guix pull/guix upgrade often fails over VPN with TLS error message

2024-09-04 Thread Richard Sent
Thom R Harmon writes: > Just closing the loop on this... > > So, nobody had any advice as to how to troubleshoot this and I stopped > looking for root cause and started looking for a fix of any sort. Turns > out that was to make sure nothing was using /gnu/store and then `rm -rf > /gnu/* /var/

Re: Fixing git permissions after sudo guix pull

2024-09-01 Thread John via
ch is slightly more worrying. Not sure there is any way to track down when that happened. As a side note. Running "sudo guix pull" does not bail out with the error in the patch you showed so I'm not sure if there is something else going on there. Thanks for your help John 1 Sept

Re: Fixing git permissions after sudo guix pull

2024-09-01 Thread Tobias Geerinckx-Rice
Hi John, I thought that any modern 'guix pull' would protect[0] itself from accidental sudoage. Perhaps the check's a little naive. Or there's some subtler effect of using sudo... How confident are you that the ownership is incorrect? The only "incorrect data ch

Fixing git permissions after sudo guix pull

2024-09-01 Thread John
Hi, I ran "sudo guix pull" without thinking it through. Now when I run the command without sudo it gives me the error below. I assume I need to fix the ownership of a git repo does anybody know where that might be? guix pull: error Git error: incorrect data check Also no amount of

Re: Cannot guix pull (Segmentation fault)

2024-08-29 Thread Adrien 'neox' Bourmault
ch: master > commit: 09fe58e08cb1ff9be93752b018c5dd55c8ef9498 > > $ guix pull > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > Segmentation fault (core dumped) > > Here is a gdb backtrace: > &

Re: Cannot guix pull (Segmentation fault)

2024-08-29 Thread Tobias Geerinckx-Rice
Hi! To avoid duplication: this is tracked at on the bug-guix@ mailing list. It's a problem on the upstream Guix master branch, not related to your machine/installation. Kind regards, T G-R Sent on the go. Excuse or enjoy my brevity.

Cannot guix pull (Segmentation fault)

2024-08-29 Thread Emmanuel Medernach
Hello, I have a problem with pulling, I obtain a segmentation fault: $ guix describe   guix 09fe58e     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit: 09fe58e08cb1ff9be93752b018c5dd55c8ef9498 $ guix pull Updating channel 'guix' from Git rep

Re: guix pull/guix upgrade often fails over VPN with TLS error message

2024-08-22 Thread Thom R Harmon
Just closing the loop on this... So, nobody had any advice as to how to troubleshoot this and I stopped looking for root cause and started looking for a fix of any sort. Turns out that was to make sure nothing was using /gnu/store and then `rm -rf /gnu/* /var/guix` and re-install guix. All of

Re: Entering the sudo password before guix pull when updating the, system

2024-08-20 Thread Marek Paśnikowski
Oleander via writes: > Hi Zelphir! > > with `sudo -i` I get the same hint. > Oleander, sudo -i only applies when you perform administration as the root user. The typical administration is done by the user in the group wheel, which means using sudo without the -i switch.

Re: Entering the sudo password before guix pull when updating the, system

2024-08-20 Thread Oleander via
Hi Zelphir! with `sudo -i` I get the same hint. Original Message On Aug 20, 2024, 13:30, Zelphir Kaltstahl wrote: >> How can I enter the sudo password before `guix pull` runs when updating with >> `guix pull && sudo guix system reconfigure config.scm`? >

Re: Entering the sudo password before guix pull when updating the, system

2024-08-20 Thread Zelphir Kaltstahl
> How can I enter the sudo password before `guix pull` runs when updating with `guix pull && sudo guix system reconfigure config.scm`? > `sudo sh -c "su -c 'guix pull' $USER && guix system reconfigure config.scm"` returns: > "hint: After s

Re: Entering the sudo password before guix pull when updating the system

2024-08-20 Thread Marek Paśnikowski
Ian Eure writes: > Hi Oleander, > > Oleander via writes: > >> How can I enter the sudo password before `guix pull` runs when updating with >> `guix pull && sudo >> guix system reconfigure config.scm`? >> > > I don’t believe there’s a reasona

Re: Entering the sudo password before guix pull when updating the system

2024-08-19 Thread Ian Eure
Hi Oleander, Oleander via writes: How can I enter the sudo password before `guix pull` runs when updating with `guix pull && sudo guix system reconfigure config.scm`? I don’t believe there’s a reasonable way to do what you want. I think your best option is to configure your

Re: Entering the sudo password before guix pull when updating the system

2024-08-19 Thread Oleander via
ps: without running guix pull with root privileges. Original Message On Aug 19, 2024, 20:03, Oleander wrote: > How can I enter the sudo password before `guix pull` runs when updating with > `guix pull && sudo guix system reconfigure config.scm`? > > `sud

Entering the sudo password before guix pull when updating the system

2024-08-19 Thread Oleander via
How can I enter the sudo password before `guix pull` runs when updating with `guix pull && sudo guix system reconfigure config.scm`? `sudo sh -c "su -c 'guix pull' $USER && guix system reconfigure config.scm"` returns: "hint: After setting PATH, run ha

Re: Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-19 Thread Oleander via
Got it. Thank you Raghav! Original Message On Aug 18, 2024, 11:15, Raghav Gururajan wrote: > Oleander! >> I know that root is not required to run guix pull and and sudo > guix >> system reconfigure. Is it also not necessary to update the root >> >

Re: Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-18 Thread Raghav Gururajan
Oleander! I know that root is not required to run guix pull and and sudo guix system reconfigure. Is it also not necessary to update the root definitions on Guix System? That's correct. It's not necessary to keep guix definitions updated in `root` profile, on single-user machine

Re: Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-18 Thread Raghav Gururajan
Hi Oleander! I know that root is not required to run guix pull and and sudo guix system reconfigure. Is it also not necessary to update the root definitions on Guix System? That's correct. It's not necessary to keep guix definitions updated in `root` profile, on single-user machine

Re: guix pull/guix upgrade often fails over VPN with TLS error message

2024-08-17 Thread Thom R Harmon via
So this is interesting I did a pkt capture with tshark while a 'guix pull' was running and captured RST packets for the TLS connection: 1 0.0 185.233.100.56SSL 2804 Continuation Data 2 0.47880 185.233.100.56SSL

Re: Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-16 Thread Oleander via
> Original Message On Aug 16, 2024, 22:52, Raghav > Gururajan < r...@raghavgururajan.name> wrote: > Hello! On a single-user machine where the user has superuser > privileges (wheel group), it's not required to use 'root' for guix > pull and gui

Re: guix pull/guix upgrade often fails over VPN with TLS error message

2024-08-16 Thread Thom R Harmon
It's probably worth mentioning that I earlier today, on the theory that perhaps the required connections were timing out, I tested both `guix pull` and `guix upgrade` with `--timeout=0`. Unfortunately that did not fix the issue.

Re: guix pull/guix upgrade often fails over VPN with TLS error message

2024-08-16 Thread Thom R Harmon
I've still not come up with a decent way to troubleshoot this issue but it persists. It seems to be happening quite frequently now even when I'm not accessing the substitute servers over a VPN connection. The box exhibiting this behavior consistently is a Debian 12 box with guix installed via

Re: Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-16 Thread Raghav Gururajan
Hello! On a single-user machine where the user has superuser privileges (wheel group), it's not required to use 'root' for guix pull and guix system configure. You can do `guix pull` and then `sudo guix system reconfigure /etc/config.scm`; as regular user. Regards, Raghav

Re: Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-16 Thread Raghav Gururajan
Hello! On a single-user machine where the user has superuser privileges (wheel group), it's not required to use 'root' for guix pull and guix system configure. You can do `guix pull` and then `sudo guix system reconfigure /etc/config.scm`; as regular user. Regards, Raghav

Do you guix pull for the root account on a single user machine running Guix System if the root user is never used?

2024-08-16 Thread Oleander via
According to the manual: https://guix.gnu.org/manual/en/html_node/After-System-Installation.html > From then on, you can update the system whenever you want by running, > say: `guix pull && sudo guix system reconfigure /etc/config.scm ` Then the manual also notes: > guix pull

Re: guix pull/guix upgrade often fails over VPN with TLS error message

2024-08-15 Thread Thom R Harmon
Well, that was fun. Sorry, folks. I have no idea why that came through so many times. One heck of an intro to the list though. ;)

guix pull/guix upgrade often fails over VPN with TLS error message

2024-08-15 Thread Thom R Harmon
don't know how/if I can tag into that thread so I'll just start a new one. I've been seeing the above error message on `guix pull` and `guix upgrade` off-and-on for about 2 years. It's not 100% correlated but seems to be more prevalent when I'm doing the guix operation ove

Re: [question] How to use data that was previously downloaded using "guix pull" in a new system user?

2024-08-05 Thread Vagrant Cascadian
=guix= > command be aware of data that has been previously downloaded through > =guix pull=? Calling the binary from the other user profile directly should work: /var/guix/profiles/per-user/rodrigo/current-guix/bin/guix build SOMEPACKAGE Or alternately looking at the store item that that user'

[question] How to use data that was previously downloaded using "guix pull" in a new system user?

2024-08-05 Thread Rodrigo Morales
I run =guix pull=. Upon completion of the command =guix pull=, =guix version= reports the following version: #+BEGIN_SRC text $ guix --version hint: Consider installing the `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix install glibc-locales expor

[question] How to use data that was previously downloaded using "guix pull" in a new system user?

2024-08-05 Thread Rodrigo Morales
I run =guix pull=. Upon completion of the command =guix pull=, =guix version= reports the following version: #+BEGIN_SRC text $ guix --version hint: Consider installing the `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix install glibc-locales expor

Re: guix system image: unexpected guix pull from savannah

2024-06-27 Thread Vasilii Smirnov
hy it does that? Any way to fix this? > > Did you try again? I seem to recall that there were problems connecting > to savannah for a short time, but at least now I can connect. > > Andreas Yeah, it works now, but the underlying issue is still there - the guix system image command &q

Re: guix system image: unexpected guix pull from savannah

2024-06-27 Thread Andreas Enge
Am Tue, Jun 25, 2024 at 11:09:01PM +0200 schrieb Vasilii Smirnov: > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > > Git error: failed to connect to git.savannah.gnu.org: Network is unreachable > Does anyone know why it does that? Any way to fix this? Did you try again? I seem to reca

Re: guix system image: unexpected guix pull from savannah

2024-06-27 Thread Felix Lechner via
Hi Vasilii, On Tue, Jun 25 2024, Vasilii Smirnov wrote: >> Git error: failed to connect to git.savannah.gnu.org: Network is unreachable FSF had a big outage two days ago. The reason was a failed storage array. I had similar issues, but it works for me now. Kind regards Felix

guix system image: unexpected guix pull from savannah

2024-06-25 Thread Vasilii Smirnov
er > commit: 43e102be746e5be11ddd9e1af9b65e3d8571d232 After this I checked "guix pull" and "guix system reconfigure" - they worked fine. But then I tried creating an installation image and it failed trying to pull from savannah again: > $ guix system image --image-type=iso9660 --

Re: No 'guix pull' substitutes for foreign distros?

2024-05-21 Thread André A . Gomes
stand the arguments behind waiting for 1.5 and the conservative nature of Debian distributions. But I wonder why would anyone want to run a daemon that is not the one being fetched from guix pull. Clearly, the exception would be on the first run (guix installation as a foreign distro), where a tagged

Re: No 'guix pull' substitutes for foreign distros?

2024-05-19 Thread pelzflorian (Florian Pelz)
Hello all, the missing substitutes in Debian can be worked around; Nigko and I discussed in bug#70954 by editing /etc/systemd/services/multi-user.target.wants/guix-daemon.service this way: Nigko Yerden writes: : > Hello Florian, >

Re: No 'guix pull' substitutes for foreign distros?

2024-05-19 Thread Andreas Enge
Am Sun, May 19, 2024 at 10:38:28PM +0300 schrieb André A. Gomes: > Nigko Yerden writes: > > Hello Guix! > > Shouldn't 'guix pull' substitutes also work on foreign distros? > I'd like to re-iterate the question. I have been using the Guix system > fo

Re: No 'guix pull' substitutes for foreign distros?

2024-05-19 Thread André A . Gomes
Nigko Yerden writes: > Hello Guix! > Shouldn't 'guix pull' substitutes also work on foreign distros? I'd like to re-iterate the question. I have been using the Guix system for years but lately I'm also using it as a package manager. It is rather off-putting tha

No 'guix pull' substitutes for foreign distros?

2024-05-16 Thread Nigko Yerden
Hello Guix! I have two systems: first (A) is a full Guix system and second (B) is a foreign distribution with Guix package manager installed onto. I have noticed when I'm performing 'guix pull' system B always build 'guix pull' derivations by itself while system A

Re: How to debug failing guix pull?

2024-05-02 Thread Tomas Volf
On 2024-05-01 21:33:05 -0700, Felix Lechner via wrote: > Hi Thomas, > > On Thu, May 02 2024, Tomas Volf wrote: > > > Updating channel 'guix' from Git repository at > > 'https://git.wolfsden.cz/.git/guix'... > > guix pull: error: Git

Re: How to debug failing guix pull?

2024-05-01 Thread Felix Lechner via
Hi Thomas, On Thu, May 02 2024, Tomas Volf wrote: > Updating channel 'guix' from Git repository at > 'https://git.wolfsden.cz/.git/guix'... > guix pull: error: Git error: SSL error: 0x8880 - SSL - A fatal alert > message was received from our peer Woul

How to debug failing guix pull?

2024-05-01 Thread Tomas Volf
gerprint "B783 49B3 8C14 7D36 2988 68A4 2FBF EE7D B67F C1A9") However when I try to actually pull, I get this error: $ guix pull --verbosity=44 --debug=44 Updating channel 'guix' from Git repository at 'https://git.wolfsden.cz/.git/guix'...

  1   2   3   4   5   6   >