Re: having trouble modifying guix-daemon

2019-07-11 Thread Ludovic Courtès
Hello, Robert Vollmert skribis: > Instead, I’d like to improve on my experience, which I’m sure others would run > into: > > - working with guix, doing some calls to guix pull, guix system reconfigure. > - notice that it takes quite a while, and often hangs for extended periods of > time without

Re: having trouble modifying guix-daemon

2019-07-08 Thread Robert Vollmert
On 5. Jul 2019, at 23:41, Ludovic Courtès wrote: > Robert Vollmert skribis: > >>> On 1. Jul 2019, at 12:28, Ludovic Courtès wrote: >>> >>> Hello, >>> >>> Robert Vollmert skribis: >>> I’d like to improve the debug output here more generally: At (high enough) debug level, it seems t

Re: having trouble modifying guix-daemon

2019-07-05 Thread Ludovic Courtès
Hi Robert, Robert Vollmert skribis: >> On 1. Jul 2019, at 12:28, Ludovic Courtès wrote: >> >> Hello, >> >> Robert Vollmert skribis: >> >>> I’d like to improve the debug output here more generally: At (high enough) >>> debug level, it seems to make sense to log every operation. What I’m uncl

Re: having trouble modifying guix-daemon

2019-07-05 Thread Robert Vollmert
> On 1. Jul 2019, at 12:28, Ludovic Courtès wrote: > > Hello, > > Robert Vollmert skribis: > >> I’d like to improve the debug output here more generally: At (high enough) >> debug level, it seems to make sense to log every operation. What I’m unclear >> on here is whether it’s better to do

Re: having trouble modifying guix-daemon

2019-07-01 Thread Ludovic Courtès
Hello, Robert Vollmert skribis: > I’d like to improve the debug output here more generally: At (high enough) > debug level, it seems to make sense to log every operation. What I’m unclear > on here is whether it’s better to do that client or server side, what do you > think? The spots would be >

Re: having trouble modifying guix-daemon

2019-06-28 Thread Robert Vollmert
Hi, thanks for the detailed reply. On 27. Jun 2019, at 17:34, Ludovic Courtès wrote: > Robert Vollmert skribis: > >> I’m trying to investigate why guix-daemon appears to spend >> a lot of time locking store directories. (It’s possible that >> it’s doing useful work and just the debug output is

Re: having trouble modifying guix-daemon

2019-06-27 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: > I’m trying to investigate why guix-daemon appears to spend > a lot of time locking store directories. (It’s possible that > it’s doing useful work and just the debug output is useless.) Note that there are already quite a few debugging statements that you can view

having trouble modifying guix-daemon

2019-06-26 Thread Robert Vollmert
Hi, I’m trying to investigate why guix-daemon appears to spend a lot of time locking store directories. (It’s possible that it’s doing useful work and just the debug output is useless.) To do this, I’ve tried adding some debug statements to the C++ files in guix/nix/…. I’m having trouble getting