all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Error: system: command not found.
  2018-06-27 14:53 Error: system: command not found Jone
@ 2018-06-27 11:58 ` Pierre Neidhardt
  2018-06-27 12:51   ` Ricardo Wurmus
                     ` (2 more replies)
  2018-06-28  1:48 ` Mike Gerwitz
  1 sibling, 3 replies; 20+ messages in thread
From: Pierre Neidhardt @ 2018-06-27 11:58 UTC (permalink / raw)
  To: Jone; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

If you run guix as root, then you must run `guix pull` as root as well.
I find it simpler to use the `sudo` command to execute your user's "guix" with
additional privileges.  For instance,

  sudo guix system reconfigure ...

should work.

-- 
Pierre Neidhardt

You'd like to do it instantaneously, but that's too slow.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 11:58 ` Pierre Neidhardt
@ 2018-06-27 12:51   ` Ricardo Wurmus
  2018-06-27 16:12     ` Jone
  2018-06-27 15:42   ` Jone
  2018-06-27 15:54   ` Jone
  2 siblings, 1 reply; 20+ messages in thread
From: Ricardo Wurmus @ 2018-06-27 12:51 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: help-guix


Pierre Neidhardt <ambrevar@gmail.com> writes:

> If you run guix as root, then you must run `guix pull` as root as well.
> I find it simpler to use the `sudo` command to execute your user's "guix" with
> additional privileges.  For instance,
>
>   sudo guix system reconfigure ...
>
> should work.

You can also use “sudo -E guix system reconfigure” to keep the current
user’s environment.

-- 
Ricardo

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Error: system: command not found.
@ 2018-06-27 14:53 Jone
  2018-06-27 11:58 ` Pierre Neidhardt
  2018-06-28  1:48 ` Mike Gerwitz
  0 siblings, 2 replies; 20+ messages in thread
From: Jone @ 2018-06-27 14:53 UTC (permalink / raw)
  To: help-guix

I have a problem: can not run system reconfigure.
	root@guix ~# guix system --help
	guix: system: command not found

'guix pull' launched 3 times in a row, each time gives the same output:
	compiling...	100.0% of 1 files
	compiling...	100.0% of 230 files
	compiling...	100.0% of 180 files
	compiling...	100.0% of 67 files
	compiling...	100.0% of 37 files
- in other words, it doesn't work.

Any ideas, how to reconfigure system? I can run 'guix system CMD' as
user, but for reconfigure need root permissions.
_________________________________________________________________________
Now:
working instance of guix:
~/Desktop> guix system list-generations
Generation 6	апр 25 2018 19:13:28	(current)
  file name: /var/guix/profiles/system-6-link
  canonical file name: /gnu/store/7n91925xqz6579rxq2md2605s4nzddlz-system
  label: GNU with Linux-Libre 4.16.4 (beta)

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 11:58 ` Pierre Neidhardt
  2018-06-27 12:51   ` Ricardo Wurmus
@ 2018-06-27 15:42   ` Jone
  2018-06-27 15:54   ` Jone
  2 siblings, 0 replies; 20+ messages in thread
From: Jone @ 2018-06-27 15:42 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: help-guix

> If you run guix as root, then you must run `guix pull` as root as
> well.
Yes, that's exactly what I did.

> sudo guix system reconfigure
> should work.
But:
	sudo guix system --help
	Password: 
	guix: system: command not found
	Try `guix --help' for more information.

Checked again - but alas.. Amusing situation)) I can not roll back
system (there is only the current generation) and can not reconfigure..

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 11:58 ` Pierre Neidhardt
  2018-06-27 12:51   ` Ricardo Wurmus
  2018-06-27 15:42   ` Jone
@ 2018-06-27 15:54   ` Jone
  2 siblings, 0 replies; 20+ messages in thread
From: Jone @ 2018-06-27 15:54 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: help-guix

Works as
	sudo -E guix system --help
but I can not imagine what will happen as a result with 'sudo -E' and 'system reconfigure'.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 12:51   ` Ricardo Wurmus
@ 2018-06-27 16:12     ` Jone
  2018-06-27 23:02       ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: Jone @ 2018-06-27 16:12 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

Thanks. I already wrote this, but I was not sure that nothing would break in the system.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 23:02       ` Jone
@ 2018-06-27 21:43         ` Ricardo Wurmus
  2018-06-28 11:35           ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: Ricardo Wurmus @ 2018-06-27 21:43 UTC (permalink / raw)
  To: Jone; +Cc: help-guix


Jone <yeger9@gmail.com> writes:

> And the current results:
> during reconfigure were built from source samba, ffmpeg, icecat (now)
> and I do not know what else and how long it will be.
> Theoretically, berlin.guixsd.org repository is enabled:
>
> (modify-services %desktop-services
> ...
>   (substitute-urls (list "https://berlin.guixsd.org"
>                          "https://mirror.hydra.gnu.org")))
>
> but I don't understand why these "heavy" packages are being built.

I suspect that they are listed in the “packages” field of your
configuration.  There has been a change to the icecat package about 19
hours ago.

We recommend not to add user packages to the “packages” field of your
operating system configuration.

--
Ricardo

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 16:12     ` Jone
@ 2018-06-27 23:02       ` Jone
  2018-06-27 21:43         ` Ricardo Wurmus
  0 siblings, 1 reply; 20+ messages in thread
From: Jone @ 2018-06-27 23:02 UTC (permalink / raw)
  To: help-guix

And the current results:
during reconfigure were built from source samba, ffmpeg, icecat (now)
and I do not know what else and how long it will be.
Theoretically, berlin.guixsd.org repository is enabled:

(modify-services %desktop-services
...
  (substitute-urls (list "https://berlin.guixsd.org"
                         "https://mirror.hydra.gnu.org")))

but I don't understand why these "heavy" packages are being built.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 14:53 Error: system: command not found Jone
  2018-06-27 11:58 ` Pierre Neidhardt
@ 2018-06-28  1:48 ` Mike Gerwitz
  2018-06-28  4:05   ` Leo Famulari
  1 sibling, 1 reply; 20+ messages in thread
From: Mike Gerwitz @ 2018-06-28  1:48 UTC (permalink / raw)
  To: Jone; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

On Wed, Jun 27, 2018 at 14:53:50 +0000, Jone wrote:
> I have a problem: can not run system reconfigure.
> 	root@guix ~# guix system --help
> 	guix: system: command not found

I had the same problem last night and I found (via strace) that it was
looking for an sqlite3 guile library.  Installing guile-sqlite3 into
root's profile fixed the problem for me.

I just didn't have the chance to report the issue yet.

-- 
Mike Gerwitz
Free Software Hacker+Activist | GNU Maintainer & Volunteer
GPG: D6E9 B930 028A 6C38 F43B  2388 FEF6 3574 5E6F 6D05
https://mikegerwitz.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28  1:48 ` Mike Gerwitz
@ 2018-06-28  4:05   ` Leo Famulari
  2018-06-28 11:20     ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: Leo Famulari @ 2018-06-28  4:05 UTC (permalink / raw)
  To: Mike Gerwitz; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

On Wed, Jun 27, 2018 at 09:48:23PM -0400, Mike Gerwitz wrote:
> On Wed, Jun 27, 2018 at 14:53:50 +0000, Jone wrote:
> > I have a problem: can not run system reconfigure.
> > 	root@guix ~# guix system --help
> > 	guix: system: command not found
> 
> I had the same problem last night and I found (via strace) that it was
> looking for an sqlite3 guile library.  Installing guile-sqlite3 into
> root's profile fixed the problem for me.
> 
> I just didn't have the chance to report the issue yet.

I think this is fixed in some recent commit. I had this issue but no
longer need to explicitly install guile-sqlite3 to work around it.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28  4:05   ` Leo Famulari
@ 2018-06-28 11:20     ` Jone
  0 siblings, 0 replies; 20+ messages in thread
From: Jone @ 2018-06-28 11:20 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 942 bytes --]

My situation is worse, installation of guile-sqlite3 does not solve the
problem. And brocken 'guix pull' in root instance of guix - can't
update. After reconfigure with 'sudo -E guix ..' the same problems
remained..

2018-06-28 4:05 GMT+00:00 Leo Famulari <leo@famulari.name>:

> On Wed, Jun 27, 2018 at 09:48:23PM -0400, Mike Gerwitz wrote:
> > On Wed, Jun 27, 2018 at 14:53:50 +0000, Jone wrote:
> > > I have a problem: can not run system reconfigure.
> > >     root@guix ~# guix system --help
> > >     guix: system: command not found
> >
> > I had the same problem last night and I found (via strace) that it was
> > looking for an sqlite3 guile library.  Installing guile-sqlite3 into
> > root's profile fixed the problem for me.
> >
> > I just didn't have the chance to report the issue yet.
>
> I think this is fixed in some recent commit. I had this issue but no
> longer need to explicitly install guile-sqlite3 to work around it.
>

[-- Attachment #2: Type: text/html, Size: 1383 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-27 21:43         ` Ricardo Wurmus
@ 2018-06-28 11:35           ` Jone
  2018-06-28 13:05             ` swedebugia
  0 siblings, 1 reply; 20+ messages in thread
From: Jone @ 2018-06-28 11:35 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

> We recommend not to add user packages to the “packages” field of your
> operating system configuration.

Ricardo, there are listed only base system-wide packages! I even deleted
'icecat' and some others,
but this almost did not change the reconfigure time.

By the way, in the new system generation (after reconfigure) the same
problems, well, it was expected.
But if I launch 'sudo -E guix pull', then .. ?

[-- Attachment #2: Type: text/html, Size: 486 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 11:35           ` Jone
@ 2018-06-28 13:05             ` swedebugia
  2018-06-28 14:11               ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: swedebugia @ 2018-06-28 13:05 UTC (permalink / raw)
  To: Jone, Ricardo Wurmus; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

Hi

Could you send the output of the following:
ls -l .config/guix/
ls -l /root/.config/guix/
echo $PATH as both user and root

Even
ls -l /gnu/store |grep guix

When I had problems they were caused by wrong path. 
-- 
Cheers Swedebugia 

[-- Attachment #2: Type: text/html, Size: 297 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 13:05             ` swedebugia
@ 2018-06-28 14:11               ` Jone
  2018-06-28 14:43                 ` swedebugia
  0 siblings, 1 reply; 20+ messages in thread
From: Jone @ 2018-06-28 14:11 UTC (permalink / raw)
  To: swedebugia; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 23849 bytes --]

> When I had problems they were caused by wrong path.

Not sure, it seems the main problem is a broken 'guix pull' in root guix
instance,
and I can not do anything further, deadlock!

Output:

## user

ls -l .config/guix/
total 0
lrwxrwxrwx 1 jone users 58 May 20 23:29 latest ->
/gnu/store/9247gcx6ircqypbv8l157c5wvwm0wjkh-guix-d8ac79870

echo $PATH
/home/jone/.guix-profile/bin:/home/jone/.guix-profile/sbin:/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin:/home/jone/bin

## root

ls -l /root/.config/guix/
total 4
lrwxrwxrwx 1 root root 33 Jun 27 18:25 current ->
/root/.config/guix/current-5-link
lrwxrwxrwx 1 root root 51 Jun 27 03:00 current-1-link ->
/gnu/store/awhkhxxlkfq67yza628wcbnldsj48kly-profile
lrwxrwxrwx 1 root root 51 Jun 27 14:01 current-2-link ->
/gnu/store/h5l5qv5wqfpx0dszhms56xjzsqnacc11-profile
lrwxrwxrwx 1 root root 51 Jun 27 14:21 current-3-link ->
/gnu/store/4ismmx7j2xl5wiy6y941br387m2shqj3-profile
lrwxrwxrwx 1 root root 51 Jun 27 17:12 current-4-link ->
/gnu/store/j8jrbdynjnl6wm7i0mr3mxfxyx93s886-profile
lrwxrwxrwx 1 root root 51 Jun 27 18:25 current-5-link ->
/gnu/store/c9qimm831w3rlqmsaq0n5qlw68bkg4cl-profile
lrwxrwxrwx 1 root root 66 Jun 27 02:53 latest ->
/gnu/store/g42p8f30ihr4ni5anmw5029gd29gky52-guix-2a09df43e-modules

echo $PATH
/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin


ls -l /gnu/store | grep guix
-r--r--r--  2 root root    1437 Jan  1  1970
0qfcnbk19fycgygwc8s8k8k01yn6xyzi-guix-command.drv
-r--r--r--  2 root root     943 Jan  1  1970
0x5a9hm8mgbx73hl0hsbw4yyngb31ads-shepherd-guix-daemon.scm.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
0zadksf076a2l3gbimgl7phwcwbkd8kr-guix-packages-base-source
dr-xr-xr-x  5 root root    4096 Jan  1  1970
14bkn25rih8y8j5n848i6xq0qfg8x5nc-guix-69390e29d
-r--r--r--  2 root root    1504 Jan  1  1970
1cam9k64c56fksva4nmv1rabx2xqkc17-guix-config-builder
-r--r--r--  2 root root    1210 Jan  1  1970
1ciw7ib9cvw3vm92xxv8aw2r6azsv3s9-guix-b7238c3d6-builder
-r--r--r--  2 root root    7324 Jan  1  1970
1f7ll8gbpbj0hkm194aq73b77vxjfa8c-guix-packages-builder
-r--r--r--  2 root root    2900 Jan  1  1970
1fn8gnq2kcynxiqz54xhl6ywfvya6s4h-guix-0.14.0-11.ab85cf7.drv
-r--r--r--  2 root root     876 Jan  1  1970
1s2yal3ia5zlifv5p1v38ndzv6mfxfb1-guix-core.drv
-r--r--r--  2 root root    2051 Jan  1  1970
1v4nsr0v16qfgb1ik8viyhh05fs0n3bq-guix-cli.drv
-r--r--r--  2 root root    4712 Jan  1  1970
1vskak06b635sjrg0lrb7iy15qp70jnf-guix-0.14.0-11.ab85cf7.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
230n6p7pns43dbaq3pwk9glfvx23zm10-guix-extra
-r--r--r--  2 root root    4383 Jan  1  1970
2b9485z1qfz4g6arfm9r4snp718f2wki-guix-system-builder
-r--r--r--  2 root root   11217 Jan  1  1970
2h4wcl2wj162hs84s0bkcip73s2b24zx-guix-packages-source.drv
-r--r--r--  2 root root     886 Jan  1  1970
3fgl1fqhb4xx10spyvgjjha5isj4fcph-guix-config.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
3pw07filsg47yppwsha5qsbgk129iwhx-guix-cli
dr-xr-xr-x  4 root root    4096 Jan  1  1970
40cmqfwwaj8pbqzrjqz6nhdi6s67gc22-guix-69390e29d-modules
-r--r--r--  2 root root   11217 Jan  1  1970
43kzipbzaq1wh3icv48b6k6inqvsvdsd-guix-packages-source.drv
-r-xr-xr-x  2 root root    2240 Jan  1  1970
455rs0xq4k132gfnygqzm04xjn60d47d-guix-command
-r--r--r--  2 root root  113238 Jan  1  1970
49m6iw9s2hyd1kfmkvv7jl3dvngywgnb-guix-packages-base-source-builder
-r--r--r--  2 root root    2051 Jan  1  1970
4axxyw1dg4bfbbwvjr0sqslxd7h7mxag-guix-cli.drv
-r--r--r--  2 root root    1036 Jan  1  1970
4ds0lrwsyn1biwg8a3cq4dci690fpfw2-guix-manual.drv
-r--r--r--  2 root root    1383 Jan  1  1970
4jbkhyldzv1g59vic674qh9jrfghmgii-guix-e96ba83fa-modules.drv
-r--r--r--  2 root root    2391 Jan  1  1970
4n0yh5fqq7kv95zvmkq7z6balwb6pzcl-guix-command-builder
dr-xr-xr-x  2 root root    4096 Jan  1  1970
4n42yg0rbymgdgay8yfvry6dfvh3yy1c-guix
-r--r--r--  2 root root     925 Jan  1  1970
4sl7dwq7aps8jj956fbag6km6wyjq8yv-guix-config-source.drv
-r--r--r--  2 root root    1437 Jan  1  1970
4w20qm92l8jm3v2nxd25qgvhdpqskxk6-guix-command.drv
-r--r--r--  2 root root    1915 Jan  1  1970
4wv5kk02cza1f36jy2mpp3in6gdrn7jd-guix-system.drv
-r--r--r--  2 root root    4383 Jan  1  1970
556r1dakqa40nrjszxxzsqqf736ym96z-guix-system-builder
dr-xr-xr-x  4 root root    4096 Jan  1  1970
56ax0y84liv7nl5kyzyy718m5a34259l-guix-system-source
-r--r--r--  2 root root    1196 Jan  1  1970
56j1ssh1mhngw3jnrwa57hwlbfgj006x-guix-b7238c3d6.drv
-r--r--r--  2 root root    1437 Jan  1  1970
5g25x81yhvs0wgch63xzbvh5d1x6spgy-guix-command.drv
-r--r--r--  2 root root     979 Jan  1  1970
5h841f21ilgqhv3dcc43xlaa1rxi7lmj-guix-locale-guix-packages.drv
-r--r--r--  2 root root    5029 Jan  1  1970
5ib5f94aksrnrjfmpaihld5vyfc3bnkd-guix-system-source.drv
-r--r--r--  2 root root     886 Jan  1  1970
5imji0m667fcbn8ddplpby9lgc1zvjsl-guix-config.drv
-r--r--r--  2 root root    1196 Jan  1  1970
5mnc810vhw2wyrbhywsbd3v8cn6j0jkm-guix-bc1d26e39.drv
-r--r--r--  2 root root    7324 Jan  1  1970
5mw5ckjh0yybnak49wdsbb1m75hkd1ih-guix-packages-builder
-r--r--r--  2 root root     719 Jan  1  1970
5pmykn1dbff8gvps4hmaibjrv3g2z93x-guix-605e3345c-modules-builder
-r--r--r--  2 root root    4383 Jan  1  1970
5y06bf2gxahf70c0827gl0v2vrav9ags-guix-system-builder
-r--r--r--  2 root root    1088 Jan  1  1970
5yq98xangxdz7bj77kmhxw7gz5d067vp-guix-0.14.0-13.7af5c2a-checkout.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
69jrsqbvy76ix4mfvmjy6khj7z23mpkd-guix-packages-base-source
-r--r--r--  2 root root    8500 Jan  1  1970
6isazvdkjf5a2v06ws0l7c8l600wz0w2-guix-packages-base-builder
-r--r--r--  2 root root  112972 Jan  1  1970
6n14j3ib65ywgq4j5fqrnmxipl07x8bk-guix-packages-base-source-builder
-r--r--r--  2 root root     719 Jan  1  1970
72l82bgc8x0hvrbhhrs5c53y4q878arh-guix-69390e29d-modules-builder
dr-xr-xr-x  4 root root    4096 Jan  1  1970
73mcby3xgy7ymijhjal2dm9rx0vbspbq-guix-system
-r--r--r--  2 root root   15741 Jan  1  1970
7ia95yh3a0025bwamfnmxk2qlc7202f3-guix-packages-source-builder
-r--r--r--  2 root root   65802 Jan  1  1970
7z71c9hyr1pglg94j6qnjx7k924qrlkf-guix-packages-base-source.drv
-r--r--r--  2 root root    1504 Jan  1  1970
81pwzdmcpicrzqnr50ny18gi50942bi4-guix-config-builder
-r--r--r--  2 root root    3666 Jan  1  1970
8dnmg3mmy73bwl978bdqgnp2bda1879k-guix-core-source-builder
-r--r--r--  2 root root    1196 Jan  1  1970
8j5nnlc8s3wq0vsa1dxq38k73lxjbg40-guix-605e3345c.drv
-r--r--r--  2 root root    1210 Jan  1  1970
8lrgq5h1s5k6g0avgpzbynprqlb22r70-guix-69390e29d-builder
-r--r--r--  2 root root     670 Jan  1  1970
8vfhkfvw03rbijd3jfvjfh1z2qar39z4-guix-b7238c3d6-modules-builder
-r--r--r--  2 root root   11217 Jan  1  1970
8yp2bf2mlrqsmd2n2mbkfq1anjbwl8xw-guix-packages-source.drv
-r--r--r--  2 root root    2955 Jan  1  1970
90hf3wzpn9ip5c4nm66qiwwy7wmmbd5p-guix-cli-source.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
9247gcx6ircqypbv8l157c5wvwm0wjkh-guix-d8ac79870
-r--r--r--  2 root root    1334 Jan  1  1970
9jfrmbyimna3gz8r5dj029q7x80avgpx-guix-b7238c3d6-modules.drv
-r--r--r--  2 root root    1383 Jan  1  1970
9vb0vaxka2lsnjcyb2f4pw9wykj2vckr-guix-605e3345c-modules.drv
-r--r--r--  2 root root    1036 Jan  1  1970
aa1fphb6rpyrlpd3hcpv03k4ccmfhhrg-guix-manual.drv
-r--r--r--  2 root root     328 Jan  1  1970
aifrba9fbc26r2ymigl681hbncz0pmvg-guix-config-source-builder
-r--r--r--  2 root root    1129 Jan  1  1970
akml1s2wwgm0gag2yd2gyda7lw2m6van-shepherd-guix-daemon.scm-builder
-r--r--r--  2 root root     719 Jan  1  1970
apjzpam2l4b2rwm3n66083fzdxyydh5c-guix-b7238c3d6-modules-builder
-r--r--r-- 10 root root    1357 Jan  1  1970
aqv7k5fd49b23q1w221x1b47y0acrpxa-guix.scm
-r--r--r--  2 root root    1383 Jan  1  1970
aqxnj82bg32wm6x6n3m6igim7mp8idrj-guix-b7238c3d6-modules.drv
-r--r--r--  2 root root    1334 Jan  1  1970
av4bbzccyb83ykvr3bnhr8iqjbr99xz4-guix-e96ba83fa-modules.drv
-r--r--r--  2 root root     719 Jan  1  1970
ayjh2z9habhngxlwhl32dwgjxz8nz811-guix-bc1d26e39-modules-builder
-r--r--r--  2 root root     925 Jan  1  1970
azjansh0fb31jgi3j3hzmg3rbypx3nsc-guix-config-source.drv
-r--r--r--  2 root root    2391 Jan  1  1970
b1v89mikvx9f5gyyybwjzrzv6g5lh9f5-guix-command-builder
-r--r--r--  2 root root    4383 Jan  1  1970
b553iqz7shk21ymskdllja9h9rq0wdyf-guix-system-builder
-r--r--r--  2 root root    9805 Jan  1  1970
bdmazywqmywkfbx760cas8akyaql4x59-guix-extra-source-builder
-r--r--r--  2 root root    8097 Jan  1  1970
bx74qq90gv23s5kcv8564zyhg2s90pyg-guix-0.14.0-11.ab85cf7-guile-builder
-r--r--r--  2 root root    7324 Jan  1  1970
c0xqzvmrlcn8y244farggglb318gczz4-guix-packages-builder
dr-xr-xr-x  5 root root    4096 Jan  1  1970
c8im26nvzav6g9bmpf8pq53i8bq68vdc-guix-bc1d26e39
-r--r--r--  2 root root    1135 Jan  1  1970
cch14f6srqqdi9318y0cd1c07dh8qpda-guix-daemon-0.14.0-13.7af5c2a.drv
-r--r--r--  2 root root     629 Jan  1  1970
cp169n1ndb2qyx61xss12kawf8m6zdnl-guix-locale-guix-packages-builder
-r--r--r--  2 root root    1504 Jan  1  1970
crr6fbg1dpxrfvb17b6ssbch96phqg3g-guix-config-builder
-r--r--r--  2 root root     670 Jan  1  1970
crwnvi8y5bh49lza2p5fj6pqdh6bbjxm-guix-69390e29d-modules-builder
-r--r--r--  2 root root     886 Jan  1  1970
d0fbg8gs7d916fccpbxm4gvphsfkf83s-guix-config.drv
dr-xr-xr-x  5 root root    4096 Jan  1  1970
d169ldh831bhqcphhsrx7mfhx8dgixxa-guix-daemon-0.14.0-13.7af5c2a
dr-xr-xr-x  4 root root    4096 Jan  1  1970
dhzqdcl1xxnds4gffrvzm0j1k9vbqh2p-guix-bc1d26e39-modules
-r--r--r--  2 root root     670 Jan  1  1970
dk2s329mxiji2vkn2nv56l0aachcy7cv-guix-e96ba83fa-modules-builder
-r--r--r--  2 root root    1121 Jan  1  1970
dlqbndcxchx9n2cxlm8svw9v6wbdz6jr-guix-daemon-0.14.0-13.7af5c2a-guile-builder
dr-xr-xr-x  3 root root    4096 Jan  1  1970
dnd4730gk4565rhj8jy52r3rz8l9nlip-guix-packages-base-source
dr-xr-xr-x  4 root root    4096 Jan  1  1970
dsjn2xwanqy4qbrwl0npzq1krn0grcib-guix-extra-source
-r--r--r--  2 root root    1210 Jan  1  1970
f47kkjgvqvd3f5jb5645jpslpxwb0rbs-guix-bc1d26e39-builder
-r--r--r--  2 root root    7324 Jan  1  1970
f505q7af9ss92r1kwnjbqkhw7jv95s49-guix-packages-builder
dr-xr-xr-x  4 root root    4096 Jan  1  1970
fdmdj4zd8zzc038404v8mhc68jfp5ldn-guix-e96ba83fa-modules
-r--r--r--  2 root root    1630 Jan  1  1970
fjk83238y6wlkbnmc2j2c154cs2lqaly-guix-packages-base.drv
-r--r--r--  2 root root    3856 Jan  1  1970
fjphfkqnv1rfsll1pgy5c2jn289g6mh1-guix-cli-builder
-r--r--r--  2 root root    3856 Jan  1  1970
fn7ygrp44xz4v94x74yh1mrqpva25fd1-guix-cli-builder
-r--r--r--  2 root root    1630 Jan  1  1970
fzb2kndh9zgsc12zifv7afj0w4ibanvy-guix-packages-base.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
g1pwp4wpivcy9v4j2f8szlsd3nb9sanc-guix-cli
dr-xr-xr-x  4 root root    4096 Jan  1  1970
g42p8f30ihr4ni5anmw5029gd29gky52-guix-2a09df43e-modules
-r--r--r--  2 root root    8500 Jan  1  1970
g4s8hv3lc6bv4l0zslra12h3g1w0rn23-guix-packages-base-builder
-r--r--r--  2 root root    5153 Jan  1  1970
gbdy5llq0fgj2c5ph5pw4lwvgfiy6b87-guix-extra-builder
dr-xr-xr-x  5 root root    4096 Jan  1  1970
gkcmjwjavwwxsdrjaawf9vq6lpyhz0wz-guix-605e3345c
-r--r--r--  2 root root    1630 Jan  1  1970
gy1xkhy738kc1nank6pdh22w3sr5hbg8-guix-packages-base.drv
-r--r--r--  2 root root    1630 Jan  1  1970
gzbgbgap8118jh5w6slzlyvx0psir7h9-guix-packages-base.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
h33ahn5pkq624bxzp29xmnclkdqdj9nb-guix-system-source
-r--r--r--  2 root root     925 Jan  1  1970
h4gxwd6pyy07hfmk0nhsxf711kb2rc0s-guix-config-source.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
h709abr8nvl3ywgzv0713chh1zw5ynyz-guix-packages-base-source
-r--r--r--  2 root root   67955 Jan  1  1970
hamjw3zym09a07bmld6zxirip0qx2rkx-guix-packages-base-source.drv
-r--r--r--  2 root root     886 Jan  1  1970
hqm403skbi50zr0l6k7a0d8j4im904ck-guix-config.drv
-r--r--r--  2 root root     328 Jan  1  1970
hwn4pfrif94ld1hcb7nk8bfkqms8l3cl-guix-config-source-builder
-r--r--r--  2 root root     886 Jan  1  1970
hxr55s5008x7q3r85lcjb522vmn7zkqr-guix-config.drv
-r--r--r--  2 root root  109566 Jan  1  1970
i4yv4qvl27wpkmnr9rqjm46mvxzl35as-guix-packages-base-source-builder
-r--r--r-- 10 root root    4605 Jan  1  1970
i8y0bpnyr19dw1l43cfyci808xynqjix-guix-emacs.el
-r--r--r--  2 root root    1770 Jan  1  1970
i9ay90d8njxxcnrbinrdf51i7fhnz8wz-guix-packages.drv
-r--r--r--  2 root root    2391 Jan  1  1970
ibpa7n7idpbib754fm0qilyk9s20pk6y-guix-command-builder
-r--r--r--  2 root root    2051 Jan  1  1970
iby8gn7bwm2lrc2g5nb9bzv5cwdxflcz-guix-cli.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
ig53ln8pdk30x6n4jl635w9nr35f3mrn-guix-manual
-r--r--r--  2 root root    1334 Jan  1  1970
ijn4bi8dmszkn2bmivbm566c3gjc93n0-guix-605e3345c-modules.drv
-r--r--r--  2 root root    2321 Jan  1  1970
ilp4y01xxskmw6py82689wqaq8cxkp91-guix-core-builder
-r--r--r--  2 root root    1128 Jan  1  1970
isw519f4wvchkkgsbmzid5nh2538ir90-guix-2a09df43e-modules-builder
dr-xr-xr-x  4 root root    4096 Jan  1  1970
j19flz0jxdij9cvwz2cixkyr8vllg31w-guix-register-0.14.0-11.ab85cf7
-r--r--r--  2 root root    1437 Jan  1  1970
j342wgbk4jj1gjxls2lgy64x58qkiizs-guix-command.drv
-r--r--r--  2 root root    2051 Jan  1  1970
jg5021jr2a10zyx990z65azrdhdb9267-guix-cli.drv
-r--r--r--  2 root root    1334 Jan  1  1970
jgjv30bx0v506vshp2smkay5nh3ddabv-guix-69390e29d-modules.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
jij9wczfanpji2mkw65b2icxq1mkp2qb-guix-bc1d26e39-modules
-r--r--r--  2 root root     328 Jan  1  1970
jn0vff1dh44h8wavf85d6ajyyjs92mnc-guix-config-source-builder
-r--r--r--  2 root root     925 Jan  1  1970
jny1zs9wyl0h5dqq8pljxh160bhz987l-guix-config-source.drv
-r--r--r--  2 root root    8500 Jan  1  1970
jpj28ih4kpaaxi701c5nl3j81wkz5dzm-guix-packages-base-builder
-r-xr-xr-x  2 root root    2240 Jan  1  1970
jsnlbgm3ah1pwg8zpxn893vyy5pfhnz2-guix-command
-r--r--r--  2 root root    4097 Jan  1  1970
k1kkmh0bdnjdqs6iyr8hqmcjxzvffw4n-guix-daemon-0.14.0-13.7af5c2a.drv
-r--r--r--  2 root root     328 Jan  1  1970
k42abgbpalii7jrga2vja7al5sqfpd7b-guix-config-source-builder
-r--r--r--  2 root root    1770 Jan  1  1970
k6j8gy4fi939fp51b7mkjjg4ndarxk3a-guix-packages.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
kdk88lq78cl96gzgxjql856bg8saks07-guix-b7238c3d6-modules
-r--r--r--  2 root root    2391 Jan  1  1970
kh0axc7fdvc18lhf0waz9w3xyvznawjx-guix-command-builder
dr-xr-xr-x  3 root root    4096 Jan  1  1970
kha3k64ax322znqp72bsfz8djmm4j97v-guix-cli
-r--r--r--  2 root root    1504 Jan  1  1970
kw6v9rr8b1zh82mqrbra5k6acpjfhbnm-guix-config-builder
-r--r--r--  2 root root    1915 Jan  1  1970
kwk1qzs8xqk3ri7czj08dmchjrwcg1ks-guix-system.drv
dr-xr-xr-x  5 root root    4096 Jan  1  1970
kwvy7jr6iad6xqrjs502nhybj1883dcs-guix-b7238c3d6
-r--r--r--  2 root root    1218 Jan  1  1970
kyvfwwvpc7v79yiaj5npc6fps2shm9pv-emacs-guix-0.4.drv
-r--r--r--  2 root root     328 Jan  1  1970
l5ggb7zswprgnyq9inah41z4qglkfxjn-guix-config-source-builder
-r--r--r--  2 root root    8500 Jan  1  1970
l7lkfsz765hmi389cjj91mhn64k4pyy8-guix-packages-base-builder
dr-xr-xr-x  3 root root    4096 Jan  1  1970
lgryx4l1q9ccgdlfv85afvpl4qwmfr2v-guix-packages-base-source
dr-xr-xr-x  4 root root    4096 Jan  1  1970
lhhrgfbddyd11xcin4p4hf01f6cw9xqr-guix-system
-r--r--r--  2 root root    1210 Jan  1  1970
liqqxnz8gcr93kladhxn1nfjvrzmi9an-guix-605e3345c-builder
dr-xr-xr-x  4 root root    4096 Jan  1  1970
lkh84rqwxvx02xk56q8pd76vqixz61kl-guix-b7238c3d6-modules
dr-xr-xr-x  3 root root    4096 Jan  1  1970
m1cflylh2hlbxzjckns52rrn2cr844wa-guix-manual
-r--r--r--  2 root root    1383 Jan  1  1970
m8hbmalvkp33k5yf89pm0ziifg82kkbd-guix-bc1d26e39-modules.drv
-r--r--r--  2 root root    3856 Jan  1  1970
mrjf820ln58k5z8rny7lwyanmkk2sy4f-guix-cli-builder
-r--r--r--  2 root root    1903 Jan  1  1970
mw1sf5mr7gffiv9nl69vc0khr05qnshv-guix-manual-builder
dr-xr-xr-x 13 root root    4096 Jan  1  1970
myzpwmnpiq7adgw6xjb9kqi2084gyzn6-guix-locale-guix-packages
-r--r--r--  2 root root   67955 Jan  1  1970
mz0k6l4fr6xdkii30cbrjnnv5pfkl7ns-guix-packages-base-source.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
ndc7sxn9976aqdrqmvlbg0wv0s3wb6yg-guix-605e3345c-modules
-r--r--r--  2 root root    1437 Jan  1  1970
ngrw120ii9ckg0pi3pchvsly5y6x3vw7-guix-command.drv
dr-xr-xr-x  8 root root    4096 Jan  1  1970
nlal8kx8yc81mgqrf4fwa6hmj3cv9p7z-guix-0.14.0-11.ab85cf7
-r--r--r--  2 root root    7142 Jan  1  1970
nmk8w1wg1qkhvv01fgv8d7qqmwh7917v-guix-system-source-builder
dr-xr-xr-x  3 root root    4096 Jan  1  1970
nrnqf9yzvp4w21x69hy9zglkl0c7z0jr-guix-cli
-r--r--r--  2 root root   15741 Jan  1  1970
p09adk6q8qnzry3zv4v193dfr6c160am-guix-packages-source-builder
dr-xr-xr-x  3 root root    4096 Jan  1  1970
p9plvy2kfawhv0zpfvbnr94fm52wlsy8-guix-cli-source
-r--r--r--  2 root root    1093 Jan  1  1970
pcdvd62dxq48fkchhwah454hlg4n4yzq-guix-artwork-6998d30-checkout.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
plhw377vyn2ypd4lqywrxdyxlyc0p3yq-guix-69390e29d-modules
-r--r--r--  2 root root    2391 Jan  1  1970
pm3ac8jfg5m74lg1zhrdyxqvk1v9padp-guix-command-builder
-r-xr-xr-x  2 root root    2240 Jan  1  1970
pmmwwhclqszln72a4k6kywy7h7v468gx-guix-command
-r--r--r--  2 root root   67955 Jan  1  1970
pnmmpifl755rafqj7g82gh0kqrhmgmz2-guix-packages-base-source.drv
-r--r--r--  2 root root     670 Jan  1  1970
pwngcjwj0k1ii5rplvjnvrp7pz8az6i4-guix-605e3345c-modules-builder
-r--r--r--  2 root root    7324 Jan  1  1970
py9yp297n2chdd40zxsx7ipbbrmn7mhi-guix-packages-builder
-r--r--r--  2 root root    1915 Jan  1  1970
q2p3zf7slv2f8r7x9z2kb1gds0f6hf9a-guix-system.drv
-r--r--r--  2 root root    7318 Jan  1  1970
q3hacs4v68z7x9bnzda0n6dxabvscqmc-guix-extra-source.drv
-r--r--r--  2 root root    1210 Jan  1  1970
q90g3sxlws6fnxrrwj7hr7182l746c78-guix-e96ba83fa-builder
-r--r--r--  2 root root    8087 Jan  1  1970
q9lszhb4kn50ixiv2ql53z5drs8bnifa-guix-daemon-0.14.0-13.7af5c2a-guile-builder
-r--r--r--  2 root root    1088 Jan  1  1970
qcdssmgj001fglivs8ndgg8c42l0byiv-guix-0.14.0-11.ab85cf7-checkout.drv
-r--r--r--  2 root root    3856 Jan  1  1970
qmlbkkxrskkma00j4cqgfp1x9yvzh0kq-guix-cli-builder
-r--r--r--  2 root root    1915 Jan  1  1970
qmwzihbmhmgpwyy7xblh0srq1v54nn8b-guix-system.drv
-r--r--r--  2 root root    1441 Jan  1  1970
qnbf9qnvsxva8f5wclqxl6nw7ka3fqm0-guix-extra.drv
-r--r--r--  2 root root     925 Jan  1  1970
qppq31mczqihlxcvnl2zdsbnjmsbp117-guix-config-source.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
qy839j6nb557nn7q8qwwnxxi10ch6cr7-guix-605e3345c-modules
-r--r--r--  2 root root    1630 Jan  1  1970
qzziqahrjr1wywphlf0gpjv0klgvdp4x-guix-packages-base.drv
dr-xr-xr-x  3 root root    4096 Jan  1  1970
r436m42dni8jsq070is30f787xl9jf4h-guix-cli
-r--r--r--  2 root root    3310 Jan  1  1970
rkwnlbm4lp7wn9zkjrwaamkffmpx996i-guix-core-source.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
rrvqgvw91nlas8mwha2i8h2vgfhrmryk-guix-system
-r--r--r--  2 root root    1915 Jan  1  1970
rz24j0d5wn7mqxqppamnld19s91mvq8l-guix-system.drv
-r--r--r--  2 root root    1890 Jan  1  1970
s55z995lwac15xpdh7isk3s8p2i6yg4f-guix-2a09df43e-modules.drv
-r--r--r--  2 root root    3505 Jan  1  1970
s7fr0pps8rp7qkgb11700ldpsl5v958y-guix-cli-source-builder
-r--r--r--  2 root root     328 Jan  1  1970
s8lfmqc6mg6gyvj8ikpg5nfby5zcfpf7-guix-config-source-builder
-r--r--r--  2 root root   11217 Jan  1  1970
sccnica3fdiwz51fjbdgiskv7bajhn4c-guix-packages-source.drv
-r--r--r--  2 root root    8500 Jan  1  1970
shw8kvk3r31lfp37sql3l1svq96sr451-guix-packages-base-builder
-r--r--r--  2 root root    1903 Jan  1  1970
sj7l4miyjwk1j98bdq4i8kkdy5r1b2wf-guix-manual-builder
-r--r--r--  2 root root   67801 Jan  1  1970
sl508ym7w9zxpl34wgnxi03y1fcmrcbj-guix-packages-base-source.drv
-r--r--r--  2 root root    4383 Jan  1  1970
slmig8n7bh7dmdzcd4mrv2kxim8pwb6k-guix-system-builder
-r--r--r--  2 root root    6005 Jan  1  1970
smq502y3wwd3vmpra88nwmwpha7bqdxi-emacs-guix-0.4-guile-builder
-r--r--r--  2 root root     939 Jan  1  1970
sqp0a4rgp9libqas85p1qxmm5adz4lx0-guix-locale-guix.drv
-r--r--r--  2 root root  113238 Jan  1  1970
svay67ij89ski7ci3hr7xhlfm3xk2ldv-guix-packages-base-source-builder
-r--r--r--  2 root root  113238 Jan  1  1970
svklm5s4bzz1kq1jbi8xy2rgaxcksq6j-guix-packages-base-source-builder
-r--r--r--  2 root root    3856 Jan  1  1970
v0lsn81xj958ydci7sgw33pz2b7pp5iz-guix-cli-builder
-r-xr-xr-x  2 root root    2240 Jan  1  1970
vag1134jc5sbdakqckjimxb1qr4izvp2-guix-command
-r--r--r--  2 root root     719 Jan  1  1970
vb4f005zvhf413mkkxq2rjy0rx1rdl02-guix-e96ba83fa-modules-builder
-r--r--r--  2 root root     616 Jan  1  1970
vc8b7gsi408p3ksaixi9f97g1scyp5b9-guix-locale-guix-builder
dr-xr-xr-x 14 root root    4096 Jan  1  1970
vgx0d7zfsbbak87mcm7qk0w169r6ksfv-guix-locale-guix
-r--r--r--  2 root root    1504 Jan  1  1970
vjyi96saxz1s9989ylqvd3g4402agixq-guix-config-builder
dr-xr-xr-x  4 root root    4096 Jan  1  1970
vra03y3y7yc2lp0iwg79ardp79sn1aaa-emacs-guix-0.4
dr-xr-xr-x  4 root root    4096 Jan  1  1970
w1x404h4ny3mwwal0aqrbjmghyn3z1sg-guix-system
-r--r--r--  2 root root   15741 Jan  1  1970
w66q3yif7cyy2wngf2qgfybw431nfimm-guix-packages-source-builder
-r--r--r--  2 root root   15741 Jan  1  1970
w76in1kfy9bz6l248rchxshpxgj401hx-guix-packages-source-builder
dr-xr-xr-x  7 root root    4096 Jan  1  1970
w893227m8wllganabxqx7sn2mgga8083-guix-artwork-6998d30-checkout
dr-xr-xr-x  3 root root    4096 Jan  1  1970
wajmil36hmfr5989bnxzfpa6i2d6dxv4-guix-packages-base-source
dr-xr-xr-x  5 root root    4096 Jan  1  1970
whzawsc66fpb5f5c307fx8chw37s9nv5-guix-e96ba83fa
-r--r--r--  2 root root     886 Jan  1  1970
wi1l19x43q11fdg4n1hnb2ydjin22l31-guix-config.drv
-r--r--r--  2 root root    1770 Jan  1  1970
wj8bl08xa5ls5gfi4127zkg43rmpkbbj-guix-packages.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
wk6ps3b9fdjf3z8n3z74zrj73xj3a369-guix-system
-r--r--r--  2 root root     987 Jan  1  1970
wl4qjk39ic5rnlwx1qqbcvh4p1m2fbsa-shepherd-guix-daemon.scm
-r--r--r--  2 root root     769 Jan  1  1970
wla2scpf11hi1dhvzihv96c26mygcp5z-emacs-guix-0.4.tar.gz.drv
-r--r--r--  2 root root  113238 Jan  1  1970
wswm40idj93hb5x0w4kvrrlcfm80i7s3-guix-packages-base-source-builder
-r--r--r--  2 root root    4089 Jan  1  1970
x46kp0ml7s4vx5qrrzgyk66lsd8b9caq-emacs-guix-0.4.drv
-r--r--r--  2 root root     670 Jan  1  1970
xc6akfdfihgl1zf5sagcwig5nfv7v0mv-guix-bc1d26e39-modules-builder
-r--r--r--  2 root root    1770 Jan  1  1970
xv0hsvgq2cr543q2kw438n2993gi0kmx-guix-packages.drv
-r--r--r--  2 root root    5476 Jan  1  1970
xw7iw7vi1gg0x8sn05dfkrm1z53rf41x-guix-system-source.drv
-r-xr-xr-x  2 root root    2240 Jan  1  1970
xz8rjnnvvd3ykjs0ayv16wfzbjsi5rw4-guix-command
-r--r--r--  2 root root    4291 Jan  1  1970
yap1lwvvijy5vf1vpf452f8c6bq0w8aj-guix-0.14.0-11.ab85cf7-guile-builder
-r--r--r--  2 root root    1196 Jan  1  1970
yfkdhbgp4sss2lzzbzd613s31cznlipn-guix-e96ba83fa.drv
-r--r--r--  2 root root    1383 Jan  1  1970
yh8ly1bcc3z4766naajr5v6qzc08p254-guix-69390e29d-modules.drv
dr-xr-xr-x  4 root root    4096 Jan  1  1970
ywsq279savs56hgdwdi9gg4hpz3r2w58-guix-e96ba83fa-modules
-r--r--r--  2 root root    1504 Jan  1  1970
yzxkqp1zmi6fv39f8zhx7sha8jqjsdns-guix-config-builder
-r--r--r--  2 root root    2051 Jan  1  1970
z09aghjsrzvpbvbqj4bkhsbzclxi29p7-guix-cli.drv
-r--r--r--  2 root root    1371 Jan  1  1970
z0kx7g0nxwz1rprym1rxy346nl9gcxrz-emacs-guix-0.4-guile-builder
-r--r--r--  9 root root    3505 Jan  1  1970
za10r8fvd5dlafrgbc4p2sckws3f4kx1-libxt-guix-search-paths.patch
-r--r--r--  2 root root    6505 Jan  1  1970
ziq6rqxq9583jakvn36kijxanqxyfcsl-guix-system-source-builder
-r--r--r--  2 root root    1334 Jan  1  1970
zjm90ivi2wkq1i1d6y5xmj7173ml14ac-guix-bc1d26e39-modules.drv
-r--r--r--  2 root root    1196 Jan  1  1970
zl74wmirfajpqy62snjarc2mlf5z7v67-guix-69390e29d.drv
-r--r--r--  2 root root   67955 Jan  1  1970
zmnrb86955fzgw6yiyfhglisyjimsyyj-guix-packages-base-source.drv
-r--r--r--  2 root root     925 Jan  1  1970
zrq734wd3nzmahw7hn1059w791hghamc-guix-config-source.drv
-r--r--r--  2 root root    1770 Jan  1  1970
zy4s3s79pnfichdq3qxih03ilpi5lbf1-guix-packages.drv

[-- Attachment #2: Type: text/html, Size: 26194 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 14:11               ` Jone
@ 2018-06-28 14:43                 ` swedebugia
  2018-06-28 15:25                   ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: swedebugia @ 2018-06-28 14:43 UTC (permalink / raw)
  To: Jone; +Cc: help-guix

Hi

On June 28, 2018 4:11:14 PM GMT+02:00, Jone <yeger9@gmail.com> wrote:
>> When I had problems they were caused by wrong path.
>
>Not sure, it seems the main problem is a broken 'guix pull' in root
>guix
>instance,
>and I can not do anything further, deadlock!

I thought that too. Keep calm. You most probably have multiple well working guix in the store. 

>
>Output:
>
>## user
>
>ls -l .config/guix/
>total 0
>lrwxrwxrwx 1 jone users 58 May 20 23:29 latest ->
>/gnu/store/9247gcx6ircqypbv8l157c5wvwm0wjkh-guix-d8ac79870
>
>echo $PATH
>/home/jone/.guix-profile/bin:/home/jone/.guix-profile/sbin:/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin:/home/jone/bin
>
>## root
>
>ls -l /root/.config/guix/
>total 4
>lrwxrwxrwx 1 root root 33 Jun 27 18:25 current ->
>/root/.config/guix/current-5-link
>lrwxrwxrwx 1 root root 51 Jun 27 03:00 current-1-link ->
>/gnu/store/awhkhxxlkfq67yza628wcbnldsj48kly-profile
>lrwxrwxrwx 1 root root 51 Jun 27 14:01 current-2-link ->
>/gnu/store/h5l5qv5wqfpx0dszhms56xjzsqnacc11-profile
>lrwxrwxrwx 1 root root 51 Jun 27 14:21 current-3-link ->
>/gnu/store/4ismmx7j2xl5wiy6y941br387m2shqj3-profile
>lrwxrwxrwx 1 root root 51 Jun 27 17:12 current-4-link ->
>/gnu/store/j8jrbdynjnl6wm7i0mr3mxfxyx93s886-profile
>lrwxrwxrwx 1 root root 51 Jun 27 18:25 current-5-link ->
>/gnu/store/c9qimm831w3rlqmsaq0n5qlw68bkg4cl-profile

These profiles could be corrupt because you generated them with an old guix. With a good guix you can generate a good one. See below. 

>lrwxrwxrwx 1 root root 66 Jun 27 02:53 latest ->
>/gnu/store/g42p8f30ihr4ni5anmw5029gd29gky52-guix-2a09df43e-modules
>
>echo $PATH
>/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin

This is NOT correct. You probably like Pierre missed the warning about setting the correct path after the first guix pull. 

.config/guix/current/bin should be first in path. 

You have at least 2 new guix that compiled correctly below in zzz-guix-command. They should be linked to from the current profile in .config/.... 


>
>
>ls -l /gnu/store | grep guix
>-r--r--r--  2 root root    1437 Jan  1  1970
>0qfcnbk19fycgygwc8s8k8k01yn6xyzi-guix-command.drv
>-r--r--r--  2 root root     943 Jan  1  1970
>0x5a9hm8mgbx73hl0hsbw4yyngb31ads-shepherd-guix-daemon.scm.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>0zadksf076a2l3gbimgl7phwcwbkd8kr-guix-packages-base-source
>dr-xr-xr-x  5 root root    4096 Jan  1  1970
>14bkn25rih8y8j5n848i6xq0qfg8x5nc-guix-69390e29d
>-r--r--r--  2 root root    1504 Jan  1  1970
>1cam9k64c56fksva4nmv1rabx2xqkc17-guix-config-builder
>-r--r--r--  2 root root    1210 Jan  1  1970
>1ciw7ib9cvw3vm92xxv8aw2r6azsv3s9-guix-b7238c3d6-builder
>-r--r--r--  2 root root    7324 Jan  1  1970
>1f7ll8gbpbj0hkm194aq73b77vxjfa8c-guix-packages-builder
>-r--r--r--  2 root root    2900 Jan  1  1970
>1fn8gnq2kcynxiqz54xhl6ywfvya6s4h-guix-0.14.0-11.ab85cf7.drv
>-r--r--r--  2 root root     876 Jan  1  1970
>1s2yal3ia5zlifv5p1v38ndzv6mfxfb1-guix-core.drv
>-r--r--r--  2 root root    2051 Jan  1  1970
>1v4nsr0v16qfgb1ik8viyhh05fs0n3bq-guix-cli.drv
>-r--r--r--  2 root root    4712 Jan  1  1970
>1vskak06b635sjrg0lrb7iy15qp70jnf-guix-0.14.0-11.ab85cf7.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>230n6p7pns43dbaq3pwk9glfvx23zm10-guix-extra
>-r--r--r--  2 root root    4383 Jan  1  1970
>2b9485z1qfz4g6arfm9r4snp718f2wki-guix-system-builder
>-r--r--r--  2 root root   11217 Jan  1  1970
>2h4wcl2wj162hs84s0bkcip73s2b24zx-guix-packages-source.drv
>-r--r--r--  2 root root     886 Jan  1  1970
>3fgl1fqhb4xx10spyvgjjha5isj4fcph-guix-config.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>3pw07filsg47yppwsha5qsbgk129iwhx-guix-cli
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>40cmqfwwaj8pbqzrjqz6nhdi6s67gc22-guix-69390e29d-modules
>-r--r--r--  2 root root   11217 Jan  1  1970
>43kzipbzaq1wh3icv48b6k6inqvsvdsd-guix-packages-source.drv
>-r-xr-xr-x  2 root root    2240 Jan  1  1970
>455rs0xq4k132gfnygqzm04xjn60d47d-guix-command
>-r--r--r--  2 root root  113238 Jan  1  1970
>49m6iw9s2hyd1kfmkvv7jl3dvngywgnb-guix-packages-base-source-builder
>-r--r--r--  2 root root    2051 Jan  1  1970
>4axxyw1dg4bfbbwvjr0sqslxd7h7mxag-guix-cli.drv
>-r--r--r--  2 root root    1036 Jan  1  1970
>4ds0lrwsyn1biwg8a3cq4dci690fpfw2-guix-manual.drv
>-r--r--r--  2 root root    1383 Jan  1  1970
>4jbkhyldzv1g59vic674qh9jrfghmgii-guix-e96ba83fa-modules.drv
>-r--r--r--  2 root root    2391 Jan  1  1970
>4n0yh5fqq7kv95zvmkq7z6balwb6pzcl-guix-command-builder
>dr-xr-xr-x  2 root root    4096 Jan  1  1970
>4n42yg0rbymgdgay8yfvry6dfvh3yy1c-guix
>-r--r--r--  2 root root     925 Jan  1  1970
>4sl7dwq7aps8jj956fbag6km6wyjq8yv-guix-config-source.drv
>-r--r--r--  2 root root    1437 Jan  1  1970
>4w20qm92l8jm3v2nxd25qgvhdpqskxk6-guix-command.drv
>-r--r--r--  2 root root    1915 Jan  1  1970
>4wv5kk02cza1f36jy2mpp3in6gdrn7jd-guix-system.drv
>-r--r--r--  2 root root    4383 Jan  1  1970
>556r1dakqa40nrjszxxzsqqf736ym96z-guix-system-builder
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>56ax0y84liv7nl5kyzyy718m5a34259l-guix-system-source
>-r--r--r--  2 root root    1196 Jan  1  1970
>56j1ssh1mhngw3jnrwa57hwlbfgj006x-guix-b7238c3d6.drv
>-r--r--r--  2 root root    1437 Jan  1  1970
>5g25x81yhvs0wgch63xzbvh5d1x6spgy-guix-command.drv
>-r--r--r--  2 root root     979 Jan  1  1970
>5h841f21ilgqhv3dcc43xlaa1rxi7lmj-guix-locale-guix-packages.drv
>-r--r--r--  2 root root    5029 Jan  1  1970
>5ib5f94aksrnrjfmpaihld5vyfc3bnkd-guix-system-source.drv
>-r--r--r--  2 root root     886 Jan  1  1970
>5imji0m667fcbn8ddplpby9lgc1zvjsl-guix-config.drv
>-r--r--r--  2 root root    1196 Jan  1  1970
>5mnc810vhw2wyrbhywsbd3v8cn6j0jkm-guix-bc1d26e39.drv
>-r--r--r--  2 root root    7324 Jan  1  1970
>5mw5ckjh0yybnak49wdsbb1m75hkd1ih-guix-packages-builder
>-r--r--r--  2 root root     719 Jan  1  1970
>5pmykn1dbff8gvps4hmaibjrv3g2z93x-guix-605e3345c-modules-builder
>-r--r--r--  2 root root    4383 Jan  1  1970
>5y06bf2gxahf70c0827gl0v2vrav9ags-guix-system-builder
>-r--r--r--  2 root root    1088 Jan  1  1970
>5yq98xangxdz7bj77kmhxw7gz5d067vp-guix-0.14.0-13.7af5c2a-checkout.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>69jrsqbvy76ix4mfvmjy6khj7z23mpkd-guix-packages-base-source
>-r--r--r--  2 root root    8500 Jan  1  1970
>6isazvdkjf5a2v06ws0l7c8l600wz0w2-guix-packages-base-builder
>-r--r--r--  2 root root  112972 Jan  1  1970
>6n14j3ib65ywgq4j5fqrnmxipl07x8bk-guix-packages-base-source-builder
>-r--r--r--  2 root root     719 Jan  1  1970
>72l82bgc8x0hvrbhhrs5c53y4q878arh-guix-69390e29d-modules-builder
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>73mcby3xgy7ymijhjal2dm9rx0vbspbq-guix-system
>-r--r--r--  2 root root   15741 Jan  1  1970
>7ia95yh3a0025bwamfnmxk2qlc7202f3-guix-packages-source-builder
>-r--r--r--  2 root root   65802 Jan  1  1970
>7z71c9hyr1pglg94j6qnjx7k924qrlkf-guix-packages-base-source.drv
>-r--r--r--  2 root root    1504 Jan  1  1970
>81pwzdmcpicrzqnr50ny18gi50942bi4-guix-config-builder
>-r--r--r--  2 root root    3666 Jan  1  1970
>8dnmg3mmy73bwl978bdqgnp2bda1879k-guix-core-source-builder
>-r--r--r--  2 root root    1196 Jan  1  1970
>8j5nnlc8s3wq0vsa1dxq38k73lxjbg40-guix-605e3345c.drv
>-r--r--r--  2 root root    1210 Jan  1  1970
>8lrgq5h1s5k6g0avgpzbynprqlb22r70-guix-69390e29d-builder
>-r--r--r--  2 root root     670 Jan  1  1970
>8vfhkfvw03rbijd3jfvjfh1z2qar39z4-guix-b7238c3d6-modules-builder
>-r--r--r--  2 root root   11217 Jan  1  1970
>8yp2bf2mlrqsmd2n2mbkfq1anjbwl8xw-guix-packages-source.drv
>-r--r--r--  2 root root    2955 Jan  1  1970
>90hf3wzpn9ip5c4nm66qiwwy7wmmbd5p-guix-cli-source.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>9247gcx6ircqypbv8l157c5wvwm0wjkh-guix-d8ac79870
>-r--r--r--  2 root root    1334 Jan  1  1970
>9jfrmbyimna3gz8r5dj029q7x80avgpx-guix-b7238c3d6-modules.drv
>-r--r--r--  2 root root    1383 Jan  1  1970
>9vb0vaxka2lsnjcyb2f4pw9wykj2vckr-guix-605e3345c-modules.drv
>-r--r--r--  2 root root    1036 Jan  1  1970
>aa1fphb6rpyrlpd3hcpv03k4ccmfhhrg-guix-manual.drv
>-r--r--r--  2 root root     328 Jan  1  1970
>aifrba9fbc26r2ymigl681hbncz0pmvg-guix-config-source-builder
>-r--r--r--  2 root root    1129 Jan  1  1970
>akml1s2wwgm0gag2yd2gyda7lw2m6van-shepherd-guix-daemon.scm-builder
>-r--r--r--  2 root root     719 Jan  1  1970
>apjzpam2l4b2rwm3n66083fzdxyydh5c-guix-b7238c3d6-modules-builder
>-r--r--r-- 10 root root    1357 Jan  1  1970
>aqv7k5fd49b23q1w221x1b47y0acrpxa-guix.scm
>-r--r--r--  2 root root    1383 Jan  1  1970
>aqxnj82bg32wm6x6n3m6igim7mp8idrj-guix-b7238c3d6-modules.drv
>-r--r--r--  2 root root    1334 Jan  1  1970
>av4bbzccyb83ykvr3bnhr8iqjbr99xz4-guix-e96ba83fa-modules.drv
>-r--r--r--  2 root root     719 Jan  1  1970
>ayjh2z9habhngxlwhl32dwgjxz8nz811-guix-bc1d26e39-modules-builder
>-r--r--r--  2 root root     925 Jan  1  1970
>azjansh0fb31jgi3j3hzmg3rbypx3nsc-guix-config-source.drv
>-r--r--r--  2 root root    2391 Jan  1  1970
>b1v89mikvx9f5gyyybwjzrzv6g5lh9f5-guix-command-builder
>-r--r--r--  2 root root    4383 Jan  1  1970
>b553iqz7shk21ymskdllja9h9rq0wdyf-guix-system-builder
>-r--r--r--  2 root root    9805 Jan  1  1970
>bdmazywqmywkfbx760cas8akyaql4x59-guix-extra-source-builder
>-r--r--r--  2 root root    8097 Jan  1  1970
>bx74qq90gv23s5kcv8564zyhg2s90pyg-guix-0.14.0-11.ab85cf7-guile-builder
>-r--r--r--  2 root root    7324 Jan  1  1970
>c0xqzvmrlcn8y244farggglb318gczz4-guix-packages-builder
>dr-xr-xr-x  5 root root    4096 Jan  1  1970
>c8im26nvzav6g9bmpf8pq53i8bq68vdc-guix-bc1d26e39
>-r--r--r--  2 root root    1135 Jan  1  1970
>cch14f6srqqdi9318y0cd1c07dh8qpda-guix-daemon-0.14.0-13.7af5c2a.drv
>-r--r--r--  2 root root     629 Jan  1  1970
>cp169n1ndb2qyx61xss12kawf8m6zdnl-guix-locale-guix-packages-builder
>-r--r--r--  2 root root    1504 Jan  1  1970
>crr6fbg1dpxrfvb17b6ssbch96phqg3g-guix-config-builder
>-r--r--r--  2 root root     670 Jan  1  1970
>crwnvi8y5bh49lza2p5fj6pqdh6bbjxm-guix-69390e29d-modules-builder
>-r--r--r--  2 root root     886 Jan  1  1970
>d0fbg8gs7d916fccpbxm4gvphsfkf83s-guix-config.drv
>dr-xr-xr-x  5 root root    4096 Jan  1  1970
>d169ldh831bhqcphhsrx7mfhx8dgixxa-guix-daemon-0.14.0-13.7af5c2a
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>dhzqdcl1xxnds4gffrvzm0j1k9vbqh2p-guix-bc1d26e39-modules
>-r--r--r--  2 root root     670 Jan  1  1970
>dk2s329mxiji2vkn2nv56l0aachcy7cv-guix-e96ba83fa-modules-builder
>-r--r--r--  2 root root    1121 Jan  1  1970
>dlqbndcxchx9n2cxlm8svw9v6wbdz6jr-guix-daemon-0.14.0-13.7af5c2a-guile-builder
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>dnd4730gk4565rhj8jy52r3rz8l9nlip-guix-packages-base-source
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>dsjn2xwanqy4qbrwl0npzq1krn0grcib-guix-extra-source
>-r--r--r--  2 root root    1210 Jan  1  1970
>f47kkjgvqvd3f5jb5645jpslpxwb0rbs-guix-bc1d26e39-builder
>-r--r--r--  2 root root    7324 Jan  1  1970
>f505q7af9ss92r1kwnjbqkhw7jv95s49-guix-packages-builder
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>fdmdj4zd8zzc038404v8mhc68jfp5ldn-guix-e96ba83fa-modules
>-r--r--r--  2 root root    1630 Jan  1  1970
>fjk83238y6wlkbnmc2j2c154cs2lqaly-guix-packages-base.drv
>-r--r--r--  2 root root    3856 Jan  1  1970
>fjphfkqnv1rfsll1pgy5c2jn289g6mh1-guix-cli-builder
>-r--r--r--  2 root root    3856 Jan  1  1970
>fn7ygrp44xz4v94x74yh1mrqpva25fd1-guix-cli-builder
>-r--r--r--  2 root root    1630 Jan  1  1970
>fzb2kndh9zgsc12zifv7afj0w4ibanvy-guix-packages-base.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>g1pwp4wpivcy9v4j2f8szlsd3nb9sanc-guix-cli
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>g42p8f30ihr4ni5anmw5029gd29gky52-guix-2a09df43e-modules
>-r--r--r--  2 root root    8500 Jan  1  1970
>g4s8hv3lc6bv4l0zslra12h3g1w0rn23-guix-packages-base-builder
>-r--r--r--  2 root root    5153 Jan  1  1970
>gbdy5llq0fgj2c5ph5pw4lwvgfiy6b87-guix-extra-builder
>dr-xr-xr-x  5 root root    4096 Jan  1  1970
>gkcmjwjavwwxsdrjaawf9vq6lpyhz0wz-guix-605e3345c
>-r--r--r--  2 root root    1630 Jan  1  1970
>gy1xkhy738kc1nank6pdh22w3sr5hbg8-guix-packages-base.drv
>-r--r--r--  2 root root    1630 Jan  1  1970
>gzbgbgap8118jh5w6slzlyvx0psir7h9-guix-packages-base.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>h33ahn5pkq624bxzp29xmnclkdqdj9nb-guix-system-source
>-r--r--r--  2 root root     925 Jan  1  1970
>h4gxwd6pyy07hfmk0nhsxf711kb2rc0s-guix-config-source.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>h709abr8nvl3ywgzv0713chh1zw5ynyz-guix-packages-base-source
>-r--r--r--  2 root root   67955 Jan  1  1970
>hamjw3zym09a07bmld6zxirip0qx2rkx-guix-packages-base-source.drv
>-r--r--r--  2 root root     886 Jan  1  1970
>hqm403skbi50zr0l6k7a0d8j4im904ck-guix-config.drv
>-r--r--r--  2 root root     328 Jan  1  1970
>hwn4pfrif94ld1hcb7nk8bfkqms8l3cl-guix-config-source-builder
>-r--r--r--  2 root root     886 Jan  1  1970
>hxr55s5008x7q3r85lcjb522vmn7zkqr-guix-config.drv
>-r--r--r--  2 root root  109566 Jan  1  1970
>i4yv4qvl27wpkmnr9rqjm46mvxzl35as-guix-packages-base-source-builder
>-r--r--r-- 10 root root    4605 Jan  1  1970
>i8y0bpnyr19dw1l43cfyci808xynqjix-guix-emacs.el
>-r--r--r--  2 root root    1770 Jan  1  1970
>i9ay90d8njxxcnrbinrdf51i7fhnz8wz-guix-packages.drv
>-r--r--r--  2 root root    2391 Jan  1  1970
>ibpa7n7idpbib754fm0qilyk9s20pk6y-guix-command-builder
>-r--r--r--  2 root root    2051 Jan  1  1970
>iby8gn7bwm2lrc2g5nb9bzv5cwdxflcz-guix-cli.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>ig53ln8pdk30x6n4jl635w9nr35f3mrn-guix-manual
>-r--r--r--  2 root root    1334 Jan  1  1970
>ijn4bi8dmszkn2bmivbm566c3gjc93n0-guix-605e3345c-modules.drv
>-r--r--r--  2 root root    2321 Jan  1  1970
>ilp4y01xxskmw6py82689wqaq8cxkp91-guix-core-builder
>-r--r--r--  2 root root    1128 Jan  1  1970
>isw519f4wvchkkgsbmzid5nh2538ir90-guix-2a09df43e-modules-builder
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>j19flz0jxdij9cvwz2cixkyr8vllg31w-guix-register-0.14.0-11.ab85cf7
>-r--r--r--  2 root root    1437 Jan  1  1970
>j342wgbk4jj1gjxls2lgy64x58qkiizs-guix-command.drv
>-r--r--r--  2 root root    2051 Jan  1  1970
>jg5021jr2a10zyx990z65azrdhdb9267-guix-cli.drv
>-r--r--r--  2 root root    1334 Jan  1  1970
>jgjv30bx0v506vshp2smkay5nh3ddabv-guix-69390e29d-modules.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>jij9wczfanpji2mkw65b2icxq1mkp2qb-guix-bc1d26e39-modules
>-r--r--r--  2 root root     328 Jan  1  1970
>jn0vff1dh44h8wavf85d6ajyyjs92mnc-guix-config-source-builder
>-r--r--r--  2 root root     925 Jan  1  1970
>jny1zs9wyl0h5dqq8pljxh160bhz987l-guix-config-source.drv
>-r--r--r--  2 root root    8500 Jan  1  1970
>jpj28ih4kpaaxi701c5nl3j81wkz5dzm-guix-packages-base-builder
>-r-xr-xr-x  2 root root    2240 Jan  1  1970
>jsnlbgm3ah1pwg8zpxn893vyy5pfhnz2-guix-command
>-r--r--r--  2 root root    4097 Jan  1  1970
>k1kkmh0bdnjdqs6iyr8hqmcjxzvffw4n-guix-daemon-0.14.0-13.7af5c2a.drv
>-r--r--r--  2 root root     328 Jan  1  1970
>k42abgbpalii7jrga2vja7al5sqfpd7b-guix-config-source-builder
>-r--r--r--  2 root root    1770 Jan  1  1970
>k6j8gy4fi939fp51b7mkjjg4ndarxk3a-guix-packages.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>kdk88lq78cl96gzgxjql856bg8saks07-guix-b7238c3d6-modules
>-r--r--r--  2 root root    2391 Jan  1  1970
>kh0axc7fdvc18lhf0waz9w3xyvznawjx-guix-command-builder
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>kha3k64ax322znqp72bsfz8djmm4j97v-guix-cli
>-r--r--r--  2 root root    1504 Jan  1  1970
>kw6v9rr8b1zh82mqrbra5k6acpjfhbnm-guix-config-builder
>-r--r--r--  2 root root    1915 Jan  1  1970
>kwk1qzs8xqk3ri7czj08dmchjrwcg1ks-guix-system.drv
>dr-xr-xr-x  5 root root    4096 Jan  1  1970
>kwvy7jr6iad6xqrjs502nhybj1883dcs-guix-b7238c3d6
>-r--r--r--  2 root root    1218 Jan  1  1970
>kyvfwwvpc7v79yiaj5npc6fps2shm9pv-emacs-guix-0.4.drv
>-r--r--r--  2 root root     328 Jan  1  1970
>l5ggb7zswprgnyq9inah41z4qglkfxjn-guix-config-source-builder
>-r--r--r--  2 root root    8500 Jan  1  1970
>l7lkfsz765hmi389cjj91mhn64k4pyy8-guix-packages-base-builder
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>lgryx4l1q9ccgdlfv85afvpl4qwmfr2v-guix-packages-base-source
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>lhhrgfbddyd11xcin4p4hf01f6cw9xqr-guix-system
>-r--r--r--  2 root root    1210 Jan  1  1970
>liqqxnz8gcr93kladhxn1nfjvrzmi9an-guix-605e3345c-builder
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>lkh84rqwxvx02xk56q8pd76vqixz61kl-guix-b7238c3d6-modules
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>m1cflylh2hlbxzjckns52rrn2cr844wa-guix-manual
>-r--r--r--  2 root root    1383 Jan  1  1970
>m8hbmalvkp33k5yf89pm0ziifg82kkbd-guix-bc1d26e39-modules.drv
>-r--r--r--  2 root root    3856 Jan  1  1970
>mrjf820ln58k5z8rny7lwyanmkk2sy4f-guix-cli-builder
>-r--r--r--  2 root root    1903 Jan  1  1970
>mw1sf5mr7gffiv9nl69vc0khr05qnshv-guix-manual-builder
>dr-xr-xr-x 13 root root    4096 Jan  1  1970
>myzpwmnpiq7adgw6xjb9kqi2084gyzn6-guix-locale-guix-packages
>-r--r--r--  2 root root   67955 Jan  1  1970
>mz0k6l4fr6xdkii30cbrjnnv5pfkl7ns-guix-packages-base-source.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>ndc7sxn9976aqdrqmvlbg0wv0s3wb6yg-guix-605e3345c-modules
>-r--r--r--  2 root root    1437 Jan  1  1970
>ngrw120ii9ckg0pi3pchvsly5y6x3vw7-guix-command.drv
>dr-xr-xr-x  8 root root    4096 Jan  1  1970
>nlal8kx8yc81mgqrf4fwa6hmj3cv9p7z-guix-0.14.0-11.ab85cf7
>-r--r--r--  2 root root    7142 Jan  1  1970
>nmk8w1wg1qkhvv01fgv8d7qqmwh7917v-guix-system-source-builder
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>nrnqf9yzvp4w21x69hy9zglkl0c7z0jr-guix-cli
>-r--r--r--  2 root root   15741 Jan  1  1970
>p09adk6q8qnzry3zv4v193dfr6c160am-guix-packages-source-builder
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>p9plvy2kfawhv0zpfvbnr94fm52wlsy8-guix-cli-source
>-r--r--r--  2 root root    1093 Jan  1  1970
>pcdvd62dxq48fkchhwah454hlg4n4yzq-guix-artwork-6998d30-checkout.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>plhw377vyn2ypd4lqywrxdyxlyc0p3yq-guix-69390e29d-modules
>-r--r--r--  2 root root    2391 Jan  1  1970
>pm3ac8jfg5m74lg1zhrdyxqvk1v9padp-guix-command-builder
>-r-xr-xr-x  2 root root    2240 Jan  1  1970
>pmmwwhclqszln72a4k6kywy7h7v468gx-guix-command
>-r--r--r--  2 root root   67955 Jan  1  1970
>pnmmpifl755rafqj7g82gh0kqrhmgmz2-guix-packages-base-source.drv
>-r--r--r--  2 root root     670 Jan  1  1970
>pwngcjwj0k1ii5rplvjnvrp7pz8az6i4-guix-605e3345c-modules-builder
>-r--r--r--  2 root root    7324 Jan  1  1970
>py9yp297n2chdd40zxsx7ipbbrmn7mhi-guix-packages-builder
>-r--r--r--  2 root root    1915 Jan  1  1970
>q2p3zf7slv2f8r7x9z2kb1gds0f6hf9a-guix-system.drv
>-r--r--r--  2 root root    7318 Jan  1  1970
>q3hacs4v68z7x9bnzda0n6dxabvscqmc-guix-extra-source.drv
>-r--r--r--  2 root root    1210 Jan  1  1970
>q90g3sxlws6fnxrrwj7hr7182l746c78-guix-e96ba83fa-builder
>-r--r--r--  2 root root    8087 Jan  1  1970
>q9lszhb4kn50ixiv2ql53z5drs8bnifa-guix-daemon-0.14.0-13.7af5c2a-guile-builder
>-r--r--r--  2 root root    1088 Jan  1  1970
>qcdssmgj001fglivs8ndgg8c42l0byiv-guix-0.14.0-11.ab85cf7-checkout.drv
>-r--r--r--  2 root root    3856 Jan  1  1970
>qmlbkkxrskkma00j4cqgfp1x9yvzh0kq-guix-cli-builder
>-r--r--r--  2 root root    1915 Jan  1  1970
>qmwzihbmhmgpwyy7xblh0srq1v54nn8b-guix-system.drv
>-r--r--r--  2 root root    1441 Jan  1  1970
>qnbf9qnvsxva8f5wclqxl6nw7ka3fqm0-guix-extra.drv
>-r--r--r--  2 root root     925 Jan  1  1970
>qppq31mczqihlxcvnl2zdsbnjmsbp117-guix-config-source.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>qy839j6nb557nn7q8qwwnxxi10ch6cr7-guix-605e3345c-modules
>-r--r--r--  2 root root    1630 Jan  1  1970
>qzziqahrjr1wywphlf0gpjv0klgvdp4x-guix-packages-base.drv
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>r436m42dni8jsq070is30f787xl9jf4h-guix-cli
>-r--r--r--  2 root root    3310 Jan  1  1970
>rkwnlbm4lp7wn9zkjrwaamkffmpx996i-guix-core-source.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>rrvqgvw91nlas8mwha2i8h2vgfhrmryk-guix-system
>-r--r--r--  2 root root    1915 Jan  1  1970
>rz24j0d5wn7mqxqppamnld19s91mvq8l-guix-system.drv
>-r--r--r--  2 root root    1890 Jan  1  1970
>s55z995lwac15xpdh7isk3s8p2i6yg4f-guix-2a09df43e-modules.drv
>-r--r--r--  2 root root    3505 Jan  1  1970
>s7fr0pps8rp7qkgb11700ldpsl5v958y-guix-cli-source-builder
>-r--r--r--  2 root root     328 Jan  1  1970
>s8lfmqc6mg6gyvj8ikpg5nfby5zcfpf7-guix-config-source-builder
>-r--r--r--  2 root root   11217 Jan  1  1970
>sccnica3fdiwz51fjbdgiskv7bajhn4c-guix-packages-source.drv
>-r--r--r--  2 root root    8500 Jan  1  1970
>shw8kvk3r31lfp37sql3l1svq96sr451-guix-packages-base-builder
>-r--r--r--  2 root root    1903 Jan  1  1970
>sj7l4miyjwk1j98bdq4i8kkdy5r1b2wf-guix-manual-builder
>-r--r--r--  2 root root   67801 Jan  1  1970
>sl508ym7w9zxpl34wgnxi03y1fcmrcbj-guix-packages-base-source.drv
>-r--r--r--  2 root root    4383 Jan  1  1970
>slmig8n7bh7dmdzcd4mrv2kxim8pwb6k-guix-system-builder
>-r--r--r--  2 root root    6005 Jan  1  1970
>smq502y3wwd3vmpra88nwmwpha7bqdxi-emacs-guix-0.4-guile-builder
>-r--r--r--  2 root root     939 Jan  1  1970
>sqp0a4rgp9libqas85p1qxmm5adz4lx0-guix-locale-guix.drv
>-r--r--r--  2 root root  113238 Jan  1  1970
>svay67ij89ski7ci3hr7xhlfm3xk2ldv-guix-packages-base-source-builder
>-r--r--r--  2 root root  113238 Jan  1  1970
>svklm5s4bzz1kq1jbi8xy2rgaxcksq6j-guix-packages-base-source-builder
>-r--r--r--  2 root root    3856 Jan  1  1970
>v0lsn81xj958ydci7sgw33pz2b7pp5iz-guix-cli-builder
>-r-xr-xr-x  2 root root    2240 Jan  1  1970
>vag1134jc5sbdakqckjimxb1qr4izvp2-guix-command
>-r--r--r--  2 root root     719 Jan  1  1970
>vb4f005zvhf413mkkxq2rjy0rx1rdl02-guix-e96ba83fa-modules-builder
>-r--r--r--  2 root root     616 Jan  1  1970
>vc8b7gsi408p3ksaixi9f97g1scyp5b9-guix-locale-guix-builder
>dr-xr-xr-x 14 root root    4096 Jan  1  1970
>vgx0d7zfsbbak87mcm7qk0w169r6ksfv-guix-locale-guix
>-r--r--r--  2 root root    1504 Jan  1  1970
>vjyi96saxz1s9989ylqvd3g4402agixq-guix-config-builder
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>vra03y3y7yc2lp0iwg79ardp79sn1aaa-emacs-guix-0.4
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>w1x404h4ny3mwwal0aqrbjmghyn3z1sg-guix-system
>-r--r--r--  2 root root   15741 Jan  1  1970
>w66q3yif7cyy2wngf2qgfybw431nfimm-guix-packages-source-builder
>-r--r--r--  2 root root   15741 Jan  1  1970
>w76in1kfy9bz6l248rchxshpxgj401hx-guix-packages-source-builder
>dr-xr-xr-x  7 root root    4096 Jan  1  1970
>w893227m8wllganabxqx7sn2mgga8083-guix-artwork-6998d30-checkout
>dr-xr-xr-x  3 root root    4096 Jan  1  1970
>wajmil36hmfr5989bnxzfpa6i2d6dxv4-guix-packages-base-source
>dr-xr-xr-x  5 root root    4096 Jan  1  1970
>whzawsc66fpb5f5c307fx8chw37s9nv5-guix-e96ba83fa
>-r--r--r--  2 root root     886 Jan  1  1970
>wi1l19x43q11fdg4n1hnb2ydjin22l31-guix-config.drv
>-r--r--r--  2 root root    1770 Jan  1  1970
>wj8bl08xa5ls5gfi4127zkg43rmpkbbj-guix-packages.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>wk6ps3b9fdjf3z8n3z74zrj73xj3a369-guix-system
>-r--r--r--  2 root root     987 Jan  1  1970
>wl4qjk39ic5rnlwx1qqbcvh4p1m2fbsa-shepherd-guix-daemon.scm
>-r--r--r--  2 root root     769 Jan  1  1970
>wla2scpf11hi1dhvzihv96c26mygcp5z-emacs-guix-0.4.tar.gz.drv
>-r--r--r--  2 root root  113238 Jan  1  1970
>wswm40idj93hb5x0w4kvrrlcfm80i7s3-guix-packages-base-source-builder
>-r--r--r--  2 root root    4089 Jan  1  1970
>x46kp0ml7s4vx5qrrzgyk66lsd8b9caq-emacs-guix-0.4.drv
>-r--r--r--  2 root root     670 Jan  1  1970
>xc6akfdfihgl1zf5sagcwig5nfv7v0mv-guix-bc1d26e39-modules-builder
>-r--r--r--  2 root root    1770 Jan  1  1970
>xv0hsvgq2cr543q2kw438n2993gi0kmx-guix-packages.drv
>-r--r--r--  2 root root    5476 Jan  1  1970
>xw7iw7vi1gg0x8sn05dfkrm1z53rf41x-guix-system-source.drv
>-r-xr-xr-x  2 root root    2240 Jan  1  1970
>xz8rjnnvvd3ykjs0ayv16wfzbjsi5rw4-guix-command
>-r--r--r--  2 root root    4291 Jan  1  1970
>yap1lwvvijy5vf1vpf452f8c6bq0w8aj-guix-0.14.0-11.ab85cf7-guile-builder
>-r--r--r--  2 root root    1196 Jan  1  1970
>yfkdhbgp4sss2lzzbzd613s31cznlipn-guix-e96ba83fa.drv
>-r--r--r--  2 root root    1383 Jan  1  1970
>yh8ly1bcc3z4766naajr5v6qzc08p254-guix-69390e29d-modules.drv
>dr-xr-xr-x  4 root root    4096 Jan  1  1970
>ywsq279savs56hgdwdi9gg4hpz3r2w58-guix-e96ba83fa-modules
>-r--r--r--  2 root root    1504 Jan  1  1970
>yzxkqp1zmi6fv39f8zhx7sha8jqjsdns-guix-config-builder
>-r--r--r--  2 root root    2051 Jan  1  1970
>z09aghjsrzvpbvbqj4bkhsbzclxi29p7-guix-cli.drv
>-r--r--r--  2 root root    1371 Jan  1  1970
>z0kx7g0nxwz1rprym1rxy346nl9gcxrz-emacs-guix-0.4-guile-builder
>-r--r--r--  9 root root    3505 Jan  1  1970
>za10r8fvd5dlafrgbc4p2sckws3f4kx1-libxt-guix-search-paths.patch
>-r--r--r--  2 root root    6505 Jan  1  1970
>ziq6rqxq9583jakvn36kijxanqxyfcsl-guix-system-source-builder
>-r--r--r--  2 root root    1334 Jan  1  1970
>zjm90ivi2wkq1i1d6y5xmj7173ml14ac-guix-bc1d26e39-modules.drv
>-r--r--r--  2 root root    1196 Jan  1  1970
>zl74wmirfajpqy62snjarc2mlf5z7v67-guix-69390e29d.drv
>-r--r--r--  2 root root   67955 Jan  1  1970
>zmnrb86955fzgw6yiyfhglisyjimsyyj-guix-packages-base-source.drv
>-r--r--r--  2 root root     925 Jan  1  1970
>zrq734wd3nzmahw7hn1059w791hghamc-guix-config-source.drv
>-r--r--r--  2 root root    1770 Jan  1  1970
>zy4s3s79pnfichdq3qxih03ilpi5lbf1-guix-packages.drv

-- 
Cheers Swedebugia

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 14:43                 ` swedebugia
@ 2018-06-28 15:25                   ` Jone
  2018-06-28 17:14                     ` swedebugia
  0 siblings, 1 reply; 20+ messages in thread
From: Jone @ 2018-06-28 15:25 UTC (permalink / raw)
  To: swedebugia; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

Thanks, Swedebugia.

> You probably like Pierre missed the warning about setting
> the correct path after the first guix pull.

Yep, maybe. But while I was messing with the system, I globally
rewrote the system config. And now is difficult to combine it with
current state of the system.. I think that it will be easier
to completely reinstall =)

[-- Attachment #2: Type: text/html, Size: 404 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 15:25                   ` Jone
@ 2018-06-28 17:14                     ` swedebugia
  2018-06-28 21:06                       ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: swedebugia @ 2018-06-28 17:14 UTC (permalink / raw)
  To: Jone; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Hi.


On June 28, 2018 5:25:25 PM GMT+02:00, Jone <yeger9@gmail.com> wrote:
>Thanks, Swedebugia.
>
>> You probably like Pierre missed the warning about setting
>> the correct path after the first guix pull.
>
>Yep, maybe. But while I was messing with the system, I globally
>rewrote the system config. And now is difficult to combine it with
>current state of the system.. I think that it will be easier
>to completely reinstall =)

If you reconfigure once with a good guix you should be in the clear.
Can you not choose an earlier profile in grub and go from there?
-- 
Cheers Swedebugia 

[-- Attachment #2: Type: text/html, Size: 887 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 17:14                     ` swedebugia
@ 2018-06-28 21:06                       ` Jone
  2018-06-28 21:31                         ` swedebugia
  0 siblings, 1 reply; 20+ messages in thread
From: Jone @ 2018-06-28 21:06 UTC (permalink / raw)
  To: swedebugia; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

> Can you not choose an earlier profile in grub and go from there?

Here is my mistake: I decided that old profiles are not needed and clear
them.
Well, I was not happy with my config also. Now - satisfied. So it is not so
important,
only the cost of processor time. That's why I want to get a good 0-profile.

[-- Attachment #2: Type: text/html, Size: 363 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 21:06                       ` Jone
@ 2018-06-28 21:31                         ` swedebugia
  2018-06-28 21:59                           ` Jone
  0 siblings, 1 reply; 20+ messages in thread
From: swedebugia @ 2018-06-28 21:31 UTC (permalink / raw)
  To: Jone; +Cc: help-guix



On June 28, 2018 11:06:38 PM GMT+02:00, Jone <yeger9@gmail.com> wrote:
>> Can you not choose an earlier profile in grub and go from there?
>
>Here is my mistake: I decided that old profiles are not needed and
>clear
>them.

So did you learn something the hard way? 

>Well, I was not happy with my config also. Now - satisfied. So it is
>not so
>important,
>only the cost of processor time. That's why I want to get a good
>0-profile.

I do not understand how only relying on one profile relates to processor time. 

-- 
Cheers Swedebugia

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Error: system: command not found.
  2018-06-28 21:31                         ` swedebugia
@ 2018-06-28 21:59                           ` Jone
  0 siblings, 0 replies; 20+ messages in thread
From: Jone @ 2018-06-28 21:59 UTC (permalink / raw)
  To: swedebugia; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

> So did you learn something the hard way?

Perhaps the hard way is my way =) I'm just studying the system so far.
I need precise answers to specific questions. In manual many practical
issues is omitted. Well.. nothing else and not expected.

> I do not understand how only relying on one profile relates to processor
time.

I want a good starting profile, that's all. Without pulseaudio, gstreamer,
samba and
other crap.

[-- Attachment #2: Type: text/html, Size: 590 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-06-28 21:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27 14:53 Error: system: command not found Jone
2018-06-27 11:58 ` Pierre Neidhardt
2018-06-27 12:51   ` Ricardo Wurmus
2018-06-27 16:12     ` Jone
2018-06-27 23:02       ` Jone
2018-06-27 21:43         ` Ricardo Wurmus
2018-06-28 11:35           ` Jone
2018-06-28 13:05             ` swedebugia
2018-06-28 14:11               ` Jone
2018-06-28 14:43                 ` swedebugia
2018-06-28 15:25                   ` Jone
2018-06-28 17:14                     ` swedebugia
2018-06-28 21:06                       ` Jone
2018-06-28 21:31                         ` swedebugia
2018-06-28 21:59                           ` Jone
2018-06-27 15:42   ` Jone
2018-06-27 15:54   ` Jone
2018-06-28  1:48 ` Mike Gerwitz
2018-06-28  4:05   ` Leo Famulari
2018-06-28 11:20     ` Jone

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.