bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-19 Thread myglc2
Hi Ludo’, On 06/17/2018 at 22:53 Ludovic Courtès writes: > Hello, > > Mark H Weaver skribis: > >> I should emphasize that when running Guix this way, if you wish to avoid >> running 'guix pull', it's important to always keep at least one >> known-good development environment for Guix saved as a

bug#31786: 'pre-inst-env guix --version' is not updated by new commits"

2018-06-19 Thread myglc2
On 06/16/2018 at 00:24 Ricardo Wurmus writes: > Ricardo Wurmus writes: > >>> Proposed (revised) footnote: >>> >>> (3) The Guix version in the Guix build is set by './bootstrap'. Thus, >>> the version reported by './pre-inst-env guix --version' is not updated >>> by subsequent 'git pull; make'

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-15 Thread myglc2
On 06/15/2018 at 18:51 Ludovic Courtès writes: > OK to close this issue? > > Ludo’. Hi Ludo’, Based on this thread I am now making guix like this ... guix environment guix --ad-hoc guile-sqlite3 --root=build-env -- make [MAKECMDGOALS] ... and using it like this ... source

bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix

2018-06-15 Thread myglc2
On 06/15/2018 at 08:56 Rutger Helling writes: > I'm having the same problem. I think being able to run Guix entirely > from a git checkout is one of the best things about it and it's pretty > essential that we keep that possibility for people who want it. +1

bug#31367: ERROR: In procedure scm-error: no code for module (guix build utils)

2018-05-04 Thread George myglc2 Clemmer
This just appears in the last day or so. Running guix (GNU Guix) 0.14.0.4837-d6ed4 I see ... cd guix && guix environment guix -- make The following derivations will be built: /gnu/store/mcfys0glgv1hnq5mrcs9xnmn4bpzr3ys-profile.drv

bug#31303: Acknowledgement (substitute: guix substitute: error: TLS error in procedure 'handshake')

2018-04-28 Thread George myglc2 Clemmer

bug#31303: substitute: guix substitute: error: TLS error in procedure 'handshake'

2018-04-28 Thread myglc2
On 04/29/2018 at 10:19 Carlo Zancanaro writes: > Hey George, > > On Sat, Apr 28 2018, George myglc2 Clemmer wrote: >> g1@sysi17 ~ [env]$ guix environment >> --substitute-urls=https://g1.local:8080 > > The guix substitute command only runs a normal http server

bug#31303: substitute: guix substitute: error: TLS error in procedure 'handshake'

2018-04-28 Thread George myglc2 Clemmer
On 04/28/2018 at 15:16 George myglc2 Clemmer writes: > I am attempting to supply substitutes from a GuixSD install (g1) to a > 'guix system vm-image' (sysi17.local). I did this on g1 ... Oops, here are configs (sys.scm was used for g1)... sys.scm Description: Binary data sysi

bug#31303: substitute: guix substitute: error: TLS error in procedure 'handshake'

2018-04-28 Thread George myglc2 Clemmer
I am attempting to supply substitutes from a GuixSD install (g1) to a 'guix system vm-image' (sysi17.local). I did this on g1 ... g1@g1 ~$ sudo guix publish guix publish: warning: server running as root; consider using the '--user' option! publishing /gnu/store on 0.0.0.0, port 8080 ... and I

bug#31216: commit 217b8c2e0 produces 'Can't locate Date/Parse.pm in @INC Error' perl error

2018-04-26 Thread George myglc2 Clemmer
On 04/26/2018 at 10:54 Marius Bakke writes: > I believe this should be fixed with > 28cae3389146ee575e29c6dfd77987883503568e. Again sorry for the breakage, > and thank you for reporting these issues :-) Hi Marius, Yes that fixed it. No need to be sorry. Many thanks! - George

bug#31268: 'guix system vm-image' hangs

2018-04-25 Thread George myglc2 Clemmer
On 04/26/2018 at 03:37 Eric Bavier writes: > Hi George, > > I've seen the same lately with 'guix system vm': > > On Wed, 25 Apr 2018 21:39:30 -0400 > George myglc2 Clemmer <myg...@gmail.com> wrote: > >> 'guix system vm-image' hangs on guix (GNU Guix) 0.14.0.4439

bug#31216: commit 217b8c2e0 produces 'Can't locate Date/Parse.pm in @INC Error' perl error

2018-04-25 Thread myglc2
On 04/24/2018 at 21:36 Mark H Weaver writes: > I'm closing this bug now, but feel free to reopen it if you find that > there are still problems. > >Mark Hello Mark, Still see the problem. Using "b24b19e3f gnu: retroarch: Update to 1.7.2." to build "guix (GNU Guix) 0.14.0.4418-b24b1" ...

bug#31216: commit 217b8c2e0 produces 'Can't locate Date/Parse.pm in @INC Error' perl error

2018-04-18 Thread George myglc2 Clemmer
Commit ... 217b8c2e0 * gnu: perl: Replace with 5.26.2 [fixes CVE-2018-{6797,6798,6913}]. ... caused the attached perl script that worked like this ... g1@g1 ~/.mail-mirror$ guix environment --ad-hoc perl perl-timedate make wget g1@g1 ~/.mail-mirror [env]$ perl mb2md-3.20.pl Usage: mb2md

bug#31113: mcron ERROR: In procedure mktime:

2018-04-09 Thread George myglc2 Clemmer
Oops, forgot to attach the system config (actually my /etc/gen/x/016/sys.scm) sys.scm Description: Binary data

bug#31113: mcron ERROR: In procedure mktime:

2018-04-09 Thread George myglc2 Clemmer
Hello, somewhere between March ~17 (commit be5ed1421 gnu: Add terraform-docs.) and April ~5 (commit cfb55cfc4 gnu: Add java-native-access-platform.) mcron-service stopped working and started throwing errors like ... #+BEGIN_EXAMPLE ERROR: In procedure mktime: Wrong type (expecting exact

bug#30622: Status: "Service ssh-daemon could not be started." in desktop VM image

2018-04-06 Thread myglc2
On 04/06/2018 at 02:06 Chris Marusich writes: > myg...@gmail.com writes: > >> As of guix (GNU Guix) 0.14.0.4032-cfb55 I can't reproduce this so I >> suggest it be closed. TIA - George > > Before we close it, could you try reproducing this with both "guix > system vm" and "guix system vm-image"?

bug#23001: emacs in X has icons missing and throws warnings in tty

2018-04-05 Thread myglc2
On 04/05/2018 at 19:24 myg...@gmail.com writes: > In guix (GNU Guix) 0.14.0.4032-cfb55 the attached config no longer > produces these errors, so I think this should be closed. > > TIA - George Note: installation of dbus is not required & this config works too ... eservx Description: Binary

bug#23001: emacs in X has icons missing and throws warnings in tty

2018-04-05 Thread myglc2
In guix (GNU Guix) 0.14.0.4032-cfb55 the attached config no longer produces these errors, so I think this should be closed. TIA - George eserv Description: Binary data

bug#26706: mingetty consumes 40% CPU printing the login prompt over and over

2018-04-05 Thread myglc2
As of guix (GNU Guix) 0.14.0.4032-cfb55 I can't reproduce this, and haven't seen it since ~ when first reported, so I suggest it be closed. TIA - George

bug#30622: Status: "Service ssh-daemon could not be started." in desktop VM image

2018-04-05 Thread myglc2
As of guix (GNU Guix) 0.14.0.4032-cfb55 I can't reproduce this so I suggest it be closed. TIA - George

bug#30613: 'avahi-resolve .local' works but 'ssh .local' fails w/ "Name or service not known"

2018-03-17 Thread myglc2
Hi Ludo’, On 03/18/2018 at 00:23 Ludovic Courtès writes: > I believe this is fixed by commit > b34ac8248205d64b4023412e61512dfefe44cb9e. Yes thank you. That fixed it here too. - George

bug#30843: make check FAIL: tests/elpa & .guile-real: segfault

2018-03-17 Thread George myglc2 Clemmer
grep g1@g1 make.log g1@g1 ~/src/guix [env]$ sudo git clean -dfx g1@g1 ~/src/guix [env]$ ./bootstrap g1@g1 ~/src/guix [env]$ ./configure --localstatedir=/var --sysconfdir=/etc g1@g1 ~/src/guix [env]$ make -j 10 g1@g1 ~/src/guix [env]$ make -j 10 check g1@g1 ~/src/guix [env]$ *** ./test-suite.log

bug#30467: GuixSD fails to display login prompt on headless server

2018-03-08 Thread myglc2
commit ... c32e3dded * services: agetty: Call default-serial-port only when starting. ... fixed this here, thanks - George

bug#30589: serial login not working

2018-03-08 Thread George myglc2 Clemmer
On 03/08/2018 at 12:16 Danny Milosavljevic writes: > Please try current master now. Hi Danny, Yes that fixed it here, thanks. - George guix (GNU Guix) 0.14.0.3087-3e25d

bug#30589: serial login not working

2018-03-07 Thread myglc2
On 02/23/2018 at 21:19 George myglc2 Clemmer writes: > The recent move of agetty-service into #base-services caused serial > login to stop working here. I can confirm that reverting ... 7e0a6fac0 * services: mingetty: Move tty optionality to agetty. 5a9902c8a * services: agetty: Add

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-26 Thread George myglc2 Clemmer
On 02/26/2018 at 17:32 Danny Milosavljevic writes: > Try the attached one... g1@g1 ~/bug/bug#30467-vga-no-login$ sudo fbset mode "1280x1024" geometry 1280 1024 1280 1024 32 timings 0 0 0 0 0 0 0 accel true rgba 8/16,8/8,8/0,0/0 endmode g1@g1 ~/bug/bug#30467-vga-no-login$

bug#30589: serial login not working

2018-02-23 Thread George myglc2 Clemmer
The recent move of agetty-service into #base-services caused serial login to stop working here. Previously this worked ... (agetty-service (agetty-configuration (tty "ttyS1") (baud-rate "115200"))) First I tried removing the lines above.

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-23 Thread George myglc2 Clemmer
On 02/22/2018 at 11:41 Danny Milosavljevic writes: > Hi George, > > On Wed, 21 Feb 2018 20:35:34 -0500 > George myglc2 Clemmer <myg...@gmail.com> wrote: > >> I think we got side-tracked to the serial port when my real issue is >> with the VGA port. Maybe my

bug#30573: qemu build failed on `/gnu/store...-gst-plugins-ugly-1.12.4.drv'

2018-02-22 Thread George myglc2 Clemmer
On 02/22/2018 at 13:40 Marius Bakke writes: > Can you build gst-plugins-ugly with -K and send the log of its test > suite? > > TIA! Thanks Marius. There is no test log. Here is the make log ... gst-plugins-ugly-K.log.gz Description: Binary data

bug#30573: qemu build failed on `/gnu/store...-gst-plugins-ugly-1.12.4.drv'

2018-02-22 Thread George myglc2 Clemmer
An attempt to build qemu failed on guix (GNU Guix) 0.14.0.2455-26737 with ... phase `build' failed after 6.9 seconds note: keeping build directory `/tmp/guix-build-gst-plugins-ugly-1.12.4.drv-3' builder for `/gnu/store/gj2ivcxyh8ksjl6rw70dx1d813vbfj46-gst-plugins-ugly-1.12.4.drv' failed with

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-21 Thread George myglc2 Clemmer
Hi Danny, I think we got side-tracked to the serial port when my real issue is with the VGA port. Maybe my bug report was not clear. Let me clarify ... My headless server stopped displaying the console tty login *on the VGA port* somewhere between (GNU Guix) 0.13.0.4589-74bea6 (my G18) and (GNU

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
Hi Danny, On 02/16/2018 at 00:53 Danny Milosavljevic writes: > Hi George, > > On Thu, 15 Feb 2018 16:29:11 -0500 > George myglc2 Clemmer <myg...@gmail.com> wrote: >> FWIW, I don't see agetty running ... > > What happens when you run manually: > > agetty

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
Hi Danny & Leo, Thanks for the quick response! On 02/15/2018 at 15:54 Danny Milosavljevic writes: > Hi George, > > Leo added a comment to the services/base.scm code: > > ;;; FIXME This doesn't work as expected. According to agetty(8), if this > option > ;;; is not passed, then the default is

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
GuixSD fails to display login prompt on headless server This was working in (GNU Guix) 0.13.0.4589-74bea6 ae0307f7c tests: Adjust to new unbound-variable error message. It fails in guix (GNU Guix) 0.13.0.5042-6e385. 6e385b76e gnu: mongodb: Use scons-build-system. System Generation on g1:

bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-10 Thread myglc2
On 02/09/2018 at 22:56 Ludovic Courtès writes: > George myglc2 Clemmer <myg...@gmail.com> skribis: > >> On 02/09/2018 at 14:18 Ludovic Courtès writes: >> >>> For now I’ve pushed a workaround in >>> a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basic

bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-09 Thread George myglc2 Clemmer
On 02/09/2018 at 14:18 Ludovic Courtès writes: > For now I’ve pushed a workaround in > a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basically downgrades to > 0.10 until upstream comes up with a fix. OK, I knew it needed to go upstream but I also thought it must have worked at some point.

bug#30166: guix system vm-image produces ERROR: In procedure copy-file: Success

2018-01-21 Thread myglc2
On 01/19/2018 at 14:25 Ludovic Courtès writes: > Hi, > > George myglc2 Clemmer <myg...@gmail.com> skribis: > >> guix system vm-image -M 4 -c 4 /home/g1/www/VM-on-GuixSD/vm/ggg8/v1.scm >> --image-size=5GB > > [...] > >> `/gnu/store/3vr7hais3mwd7hkll

bug#30166: guix system vm-image produces ERROR: In procedure copy-file: Success

2018-01-18 Thread George myglc2 Clemmer
Please see below ... guix system vm-image -M 4 -c 4 /home/g1/www/VM-on-GuixSD/vm/ggg8/v1.scm --image-size=5GB substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivations will be built:

bug#30142: pipe of 'guix --version' produces error

2018-01-16 Thread George myglc2 Clemmer
EXAMPLE: *** g1@g1 ~/www/VM-on-GuixSD$ guix --version | head -n 1 guix (GNU Guix) 0.14.0.617-e2f37 Backtrace: 5 (primitive-load "/gnu/store/nxdxbad50ydp1nhmgzvlwbk0jkkdc28r-guix-0.14.0-3.f76ff98/bin/.guix-real") In guix/ui.scm: 390:2 4 (show-version-and-exit _) In

bug#25296: fully functional desktop installation

2018-01-15 Thread myglc2
On 01/15/2018 at 14:26 Mathieu Lirzin writes: [...] > IMHO Guix should mimic what Debian is doing in this particular case. > Meaning having desktop packages that contain a “full” desktop with > default applications for common usages. +1 Benefit: Helps "less-hackerly" users get started.

bug#29512: build of git-2.15.0.drv failed

2017-12-01 Thread myglc2
On 12/01/2017 at 11:33 Ludovic Courtès writes: ... > > To me that sounds like an issue when running tests in parallel. Commit > c03ba83c17c91e34e811a909fae0f63aab701ff9 ensures test run sequentially, > which hopefully solves the problem. That fixed it here. Thanks. - George

bug#29512: build of git-2.15.0.drv failed

2017-11-30 Thread George myglc2 Clemmer
Hmm... I have discovered that that works when I don't use the multi-job/multi-core options, e.g., as previously reported, this fails ... g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm But this ... g1@g1 ~/src/guix$ guix package -m ../g1.scm works. So maybe it's a git bug as opposed to

bug#29512: build of git-2.15.0.drv failed

2017-11-30 Thread George myglc2 Clemmer
Running guix from clean make check on ... 6e385b76e (HEAD -> master, origin/master, origin/HEAD) gnu: mongodb: Use scons-build-system. ... guix package failed ... guix package: error: build failed: build of `/gnu/store/r3rijd3pmkfdmg3h4spyb24az3xiylc4-git-2.15.0.drv' failed Details: g1@g1

bug#23001: emacs in X has icons missing and throws warnings in tty

2017-11-15 Thread myglc2
Updating this for what I see in guix (GNU Guix) 0.13.0.4589-74bea6 On 03/12/2016 at 19:43 myglc2 writes: > When running GuixSD on a headless server ... > > ssh > emacs > > ... produces emacs running in X but ... > > - all of the menu icons are missing except one ('file

bug#29245: make check 4 FAIL:'s on 74bea6a03 gnu: linux-libre: Update to 4.13.12.

2017-11-11 Thread myglc2
On 11/11/2017 at 15:38 Ludovic Courtès writes: > Hi, > > myglc2 <myg...@gmail.com> skribis: > >> >> Testsuite summary f

bug#29072: The usability of Guix configurations

2017-11-06 Thread myglc2
On 11/06/2017 at 17:16 Leo Famulari writes: > On Mon, Nov 06, 2017 at 03:12:11PM -0500, myglc2 wrote: >> My system recently broke when I did an upgrade. I reported what I >> thought was a bug (bug#29072) but it turned out that, because qemu >> package code had been moved, my

bug#29072: The usability of Guix configurations

2017-11-06 Thread myglc2
Please note: these replies are separated by topics in an effort to make the threads more topical ... On 11/06/2017 at 17:16 Leo Famulari writes: > On Mon, Nov 06, 2017 at 03:12:11PM -0500, myglc2 wrote: [...] >> Guix config errors are reported as raw scheme errors which are not >>

bug#29072: The usability of Guix configurations

2017-11-06 Thread myglc2
Please note: these replies separated by topics in an effort to make the threads more topical ... On 11/06/2017 at 22:16 Leo Famulari writes: > On Mon, Nov 06, 2017 at 03:12:11PM -0500, myglc2 wrote: >> My system recently broke when I did an upgrade. I reported what I >> thought

bug#29072: The usability of Guix configurations

2017-11-06 Thread myglc2
My system recently broke when I did an upgrade. I reported what I thought was a bug (bug#29072) but it turned out that, because qemu package code had been moved, my system configuration had become broken ;-( Confronted with my situation, helpful developers said "The package code was moved in

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-05 Thread myglc2
On 11/05/2017 at 19:46 Efraim Flashner writes: > On Sat, Nov 04, 2017 at 07:50:10PM -0400, myglc2 wrote: >> On 11/01/2017 at 22:44 Leo Famulari writes: >> >> > On Wed, Nov 01, 2017 at 10:40:47PM -0400, myglc2 wrote: >> >> On 11/01/2017 at 11:27 Leo Famular

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-04 Thread myglc2
On 11/01/2017 at 22:44 Leo Famulari writes: > On Wed, Nov 01, 2017 at 10:40:47PM -0400, myglc2 wrote: >> On 11/01/2017 at 11:27 Leo Famulari writes: >> >> > On Wed, Nov 01, 2017 at 10:40:28AM -0400, myglc2 wrote: >> >> Binary file ./gnu/packages/qemu.go ma

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-01 Thread myglc2
On 10/30/2017 at 20:31 Leo Famulari writes: > On Mon, Oct 30, 2017 at 04:34:08PM -0400, myglc2 wrote: >> After a clean guix make, guix system build produced this error ... >> >> root@g1 ~/con/15# guix system --cores=4 --max-jobs=4 -K --on-error=debug >> build sys.scm

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-10-30 Thread myglc2
After a clean guix make, guix system build produced this error ... root@g1 ~/con/15# guix system --cores=4 --max-jobs=4 -K --on-error=debug build sys.scm guix system: error: qemu-CVE-2017-7493.patch: patch not found VERSION INFO: root@g1 ~/con/15# guix --version guix (GNU Guix)

bug#27137: make check 'FAIL: tests/guix-package-net'

2017-05-30 Thread myglc2
On 05/30/2017 at 17:45 Ludovic Courtès writes: > Hi myglc2, > > myglc2 <myg...@gmail.com> skribis: > >> + test t-profile-21734-2-link = t-profile-21734-2-link >> + guix package -p t-profile-21734 --switch-generation=-1 >> accepted connection from pid 30492, u

bug#27137: make check 'FAIL: tests/guix-package-net'

2017-05-29 Thread myglc2
'make check' failed on commit: 98b9732cb gnu: asciinema: Update to 1.4.0. Failure: g1@g1 ~/src/guix$ cd ~/src/guix && guix environment -M 4 -c 4 -e "(@ (gnu packages package-management) guix)" [...] g1@g1 ~/src/guix [env]$ make -j 10 [...] g1@g1 ~/src/guix [env]$ make -j check [...]

bug#25852: Users not updating their installations of Guix

2017-05-12 Thread myglc2
On 05/12/2017 at 10:29 Ludovic Courtès writes: > Ricardo Wurmus <rek...@elephly.net> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>> myglc2 <myg...@gmail.com> skribis: >>> >>>> How about extending this ... >

bug#25852: Users not updating their installations of Guix

2017-05-10 Thread myglc2
On 05/10/2017 at 15:12 Ludovic Courtès writes: > Hi there, > > Mark H Weaver skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Mark H Weaver skribis: >>> We could simply issue a warning if the version of guix currently in use is more than N

bug#26706: mingetty consumes 40% CPU printing the login prompt over and over

2017-04-28 Thread myglc2
I noticed that my headless server running GuixSD was busy when I am not doing anything. When I looked at top I saw mingetty consuming 40% CPU ... $ top -o %CPU -n 1 | head -n 25 top - 20:44:13 up 5 days, 12:58, 3 users, load average: 0.33, 0.33, 0.35 Tasks: 192 total, 1 running, 191 sleeping,

bug#26370: v0.12.0-2730-gfc5b12879 'guix system build' hangs on linux-libre-4.10.8

2017-04-05 Thread myglc2
On 04/05/2017 at 19:31 Marius Bakke writes: > Leo Famulari <l...@famulari.name> writes: > >> On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote: >>> HOSTCC scripts/mod/modpost.o >>> HOSTCC scripts/mod/file2alias.o >>> HOSTCC script

bug#24141: RAID reconfigure ERROR: Wrong type (expecting string): ("/dev/sdb1" "/dev/sdc1")

2017-01-24 Thread myglc2
On 08/03/2016 at 10:31 myglc2 writes: > This is a followup to bug#24135. > > Note: This may duplicate, Gmane swallowed my reply yesterday. > > With bug#24135 commits in place the system reconfigure completes w/ > 'Installation finished. No error reported.' _but_ shows a

bug#23072: GuixSD SSD install hangs at clocksource

2017-01-24 Thread myglc2
On 01/11/2017 at 23:31 Ludovic Courtès writes: > myglc2 <myg...@gmail.com> skribis: > >> Florian Paul Schmidt <mista.ta...@gmx.net> writes: >> >>> On 20.03.2016 20:56, myglc2 wrote: >>> >>>> - I did a near-identical install to a

bug#25444: 'guix system init' on GuixSD w/ RAID target produces "guix system: error: failed to register"

2017-01-18 Thread myglc2
On 01/15/2017 at 20:19 Ludovic Courtès writes: > myglc2 <myg...@gmail.com> skribis: > >> On 01/14/2017 at 14:44 Ludovic Courtès writes: >> >>> Hi, >>> >>> myglc2 <myg...@gmail.com> skribis: >>> >>>> root@g1 ~# g

bug#25444: 'guix system init' on GuixSD w/ RAID target produces "guix system: error: failed to register"

2017-01-14 Thread myglc2
On 01/14/2017 at 14:44 Ludovic Courtès writes: > Hi, > > myglc2 <myg...@gmail.com> skribis: > >> root@g1 ~# guix system init system/g1.00.scm /mnt/md0 >> [...] >> initializing operating system under '/mnt/md0'... >> copying >> '/

bug#25444: 'guix system init' on GuixSD w/ RAID target produces "guix system: error: failed to register"

2017-01-13 Thread myglc2
** summary Running 'guix system init' on GuixSD with RAID target device produces errors like ... root@g1 ~# guix system init system/g1.00.scm /mnt/md0 [...] initializing operating system under '/mnt/md0'... copying

bug#24130: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2017-01-12 Thread myglc2
On 01/11/2017 at 23:14 Ludovic Courtès writes: > Could you tell me if this bug is still relevant? Hi Ludo’, Sorry for the delay, I had to swap hardware around to revisit this. I am now able to assemble 3 arrays as shown below, so I think you should close the bug. config: (define md0

bug#24129: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-05 Thread myglc2
myglc2 <myg...@gmail.com> writes: > > And /var/log/sheperd.log contains: > > 2016-08-01 18:15:13 Service root has been started. > 2016-08-01 18:15:13 ERROR: In procedure scm-error: > 2016-08-01 18:15:13 ERROR: no code for module (gnu build file-systems) In a valiant ef

bug#24156: QEMU '-net bridge' --> "qemu-system-x86_64: -net bridge: bridge helper failed"

2016-08-04 Thread myglc2
Motivation: bridging or routing is required to enable a connection to be made inward to a QEMU VM. TAP seems like the best of the available solutions. But connecting to a TAP device produces an error when the QEMU bridge helper fails. Example: g1@g1 ~/src/vmb$ qemu-system-x86_64 -net user -net

bug#24141: RAID reconfigure ERROR: Wrong type (expecting string): ("/dev/sdb1" "/dev/sdc1")

2016-08-03 Thread myglc2
This is a followup to bug#24135. Note: This may duplicate, Gmane swallowed my reply yesterday. With bug#24135 commits in place the system reconfigure completes w/ 'Installation finished. No error reported.' _but_ shows an embedded error ... ERROR: Wrong type (expecting string): ("/dev/sdb1"

bug#24130: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-02 Thread myglc2
I am attempting to set up RAID. First, following the doc, I ended up with system39.scm, attached, excerpt below: (operating-system (host-name "g1") (timezone "America/New_York") (locale "en_US.utf8") (bootloader (grub-configuration (device "/dev/sda"))) (initrd (lambda (fs . args)

bug#24129: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-01 Thread myglc2
Note: I forgot that gmane is swallowing my posts to bug-guix and posted this via gmane, so now I am resending by mail. Sorry if this duplicates! I am attempting to set up RAID. First, following the doc, I ended up with system39.scm, attached, excerpt below: (operating-system (host-name "g1")

bug#24120: ERROR: In procedure struct-ref: Argument 1 out of range: 10

2016-08-01 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > “rm -rf ~/.cache/guile/ccache” would solve the problem, but could you > instead try the attached patch and see if it solves the problem? The patch works, Thank you! - George

bug#23973: 'guix environment guix' fails with "Argument 1 out of range: 10"

2016-07-13 Thread myglc2
A fix for this was helpfully provided in #guix irc by ... myglc2: ludovic noted that recent commits have caused the ABI to change which requires rebuilding from scratch. have you done so? [13:07] make clean-go

bug#23973: 'guix environment guix' fails with "Argument 1 out of range: 10"

2016-07-13 Thread myglc2
Somewhere between '7a7d6b2 gnu: linux-libre: Update to 4.6.4.' and '7a7d6b2 gnu: linux-libre: Update to 4.6.4.' 'guix environment guix' stopped working for me. g1@g1 ~/src/guix$ guix environment guix ;;; note: source file /home/g1/.config/guix/latest/guix/packages.scm ;;; newer than

bug#23960: lshd: X11 forwarding request failed on channel 0

2016-07-12 Thread myglc2
myglc2 <myg...@gmail.com> writes: > From 'Re: guixSD - problem with X11 forwarding' in help-g...@gnu.org > > myglc2 <myg...@gmail.com> writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> myglc2 <myg...@gmail.com> skribis: >>>

bug#23960: lshd: X11 forwarding request failed on channel 0

2016-07-12 Thread myglc2
>From 'Re: guixSD - problem with X11 forwarding' in help-g...@gnu.org myglc2 <myg...@gmail.com> writes: > l...@gnu.org (Ludovic Courtès) writes: > >> myglc2 <myg...@gmail.com> skribis: >> >>> On guixSD, with no packages installed in the login user

bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL: 9

2016-06-28 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > myglc2 <myg...@gmail.com> skribis: > >> FAIL: tests/substitute.scm > > Ooh, my bad. Fixed in 934c5d5b28f74ab2fe187ad727e4b56cfda6def8. > Now I see ... Testsuite

bug#23838: Guix on Debian 8.3 'guix system vm ...' -> "ERROR: qemu failed "qemu-system-x86_64"

2016-06-24 Thread myglc2
myglc2 <myg...@gmail.com> writes: > l...@gnu.org (Ludovic Courtès) writes: >> >> Usually, /dev/kvm is has “kvm” as its group and is group-writable. So >> all you need is to add the guixbuild* users to the “kvm” group. > > Thank you, so I did this

bug#23838: Guix on Debian 8.3 'guix system vm ...' -> "ERROR: qemu failed "qemu-system-x86_64"

2016-06-24 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > > Usually, /dev/kvm is has “kvm” as its group and is group-writable. So > all you need is to add the guixbuild* users to the “kvm” group. Thank you, it does. > The manual mentions this pitfall (info "(guix) Invoking guix system") > but I guess it’s

bug#23838: Guix on Debian 8.3 'guix system vm ...' -> "ERROR: qemu failed "qemu-system-x86_64"

2016-06-24 Thread myglc2
Apologies in advance if I missed a required step & this is operator error as it is my first attempt to use QEMU/Debian. Running Guix on Debian 8.3, I set up qemu like this ... su apt-get update apt-get upgrade apt-get install qemu apt-get install qemu-kvm apt-get install libvirt-bin adduser g1

bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL: 9

2016-06-24 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > myglc2 <myg...@gmail.com> skribis: > >> Running Guix on Debian 8.3 from git bae0636 bournish: Add 'wc' command. > >> test-name: query narinfo without signature >> location: /home/g1/dev/guix/tests/substit

bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL: 9

2016-06-23 Thread myglc2
Running Guix on Debian 8.3 from git bae0636 bournish: Add 'wc' command. Testsuite summary for GNU Guix 0.10.0 # TOTAL: 582 # PASS: 558 # SKIP:

bug#22587: ‘guix edit’ & ‘M-x guix-edit' typo, rename, & mode change

2016-04-18 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > myglc2 (2016-02-08 21:29 +0300) wrote: > >> Alex Kost <alez...@gmail.com> writes: >> >>> myglc2 (2016-02-07 21:04 +0300) wrote: >>> >>>> From guix INFO: >>>> >>>> 6.

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-25 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > myglc2 (2016-03-25 18:20 +0300) wrote: > [...] > > Use (require 'guix-autoloads nil t) instead. Nowadays, the only thing > 'guix-init' does is it requires 'guix-autoloads'. > [...] > > The rest looks good to me, I use prett

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-25 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > Alex Kost (2016-03-07 12:14 +0300) wrote: > >> myglc2 (2016-03-06 17:47 +0300) wrote: >> [...] >> >> No, I mean it is fixed in the current master, but as I wrote¹ it will >> take effect only after we update our

bug#22981: guix-edit does not find git checkout directory

2016-03-24 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > Alex Kost <alez...@gmail.com> skribis: > >> Ludovic Courtès (2016-03-14 01:01 +0300) wrote: >> >>> myglc2 <myg...@gmail.com> skribis: >>> >>>> Guix is "stateful" bec

bug#23072: GuixSD SSD install hangs at clocksource

2016-03-21 Thread myglc2
Florian Paul Schmidt <mista.ta...@gmx.net> writes: > On 20.03.2016 20:56, myglc2 wrote: > >> - I did a near-identical install to a SSD (Kingston ssdnow300), see >> "c06system-ssd.scm.log". If installed on the 1st server this shows >> Guix welcome sc

bug#23072: GuixSD SSD install hangs at clocksource

2016-03-20 Thread myglc2
I tried to upgrade my headless server running GuixSD from to HD to SSD. First I shot myself in the foot doing 'guix init' on the SSD. Possibly by labeling the SSD root using the same label as the system HD root, or maybe I miss-specified the bootloader device? Anyway, to dig myself out, I

bug#22981: guix-edit does not find git checkout directory

2016-03-13 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > myglc2 (2016-03-13 05:00 +0300) wrote: > > [...] >> You probably already thought of this: Can guix be made easier to use by >> converting some of the state-full guix configuration into guix recipe >> inputs? > >

bug#23001: emacs in X has icons missing and throws warnings in tty

2016-03-12 Thread myglc2
When running GuixSD on a headless server ... ssh emacs ... produces emacs running in X but ... - all of the menu icons are missing except one ('file drawers') - lots of messages are shooting in the tty session (sample below). This actually doesn't bother me because, hey, who uses the

bug#22981: guix-edit does not find git checkout directory

2016-03-11 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > myglc2 (2016-03-11 00:56 +0300) wrote: > >> Situation: GuixSD sysetm managaed by user glc using a git checkout in >> /home/glc/sre/guix. >> >> Problem: When I follow the manual to set up a vanila user (glc5) with a >&g

bug#22974: make check FAIL: tests/store

2016-03-10 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > myglc2 <myg...@gmail.com> skribis: > >> tests/store.scm:740: FAIL verify-store >> tests/store.scm:757: FAIL verify-store + check-contents > > Does this pass after ‘make recheck’? > > If not, could you try: > >

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-09 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > myglc2 (2016-03-08 16:49 +0300) wrote: > >> Alex Kost <alez...@gmail.com> writes: >> >>> myglc2 (2016-03-07 23:03 +0300) wrote: >>> > [...] >>>> I re-read your earlier posts. AIUI now, in orde

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-08 Thread myglc2
Alex Kost <alez...@gmail.com> writes: > myglc2 (2016-03-07 23:03 +0300) wrote: > >> Alex Kost <alez...@gmail.com> writes: >> >> [...] >> >>> No, I mean it is fixed in the current master, but as I wrote¹ it will >>> take effect only af

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-07 Thread myglc2
Alex Kost writes: [...] > No, I mean it is fixed in the current master, but as I wrote¹ it will > take effect only after we update our "guix" package. Currently it is > "guix-devel" package at commit c3f29bc², which is older then commit > 004ea62 (that fixed this issue). > >

bug#22930: X11 forwarding fails without /tmp/.X11-unix directory

2016-03-06 Thread myglc2
Example: using guix commit 59a4dd5 with openssh xauth & emacs in the user profile (c02glc.scm) and a minimal system profile (c02system.scm), after a reboot we see ... nemo:~ $ ssh g1 glc@g1's password: X11 forwarding request failed on channel 0 ... and in /var/log/messages ... Mar 6 19:23:35

bug#22927: system-installed emacs does not find system-installed fonts

2016-03-06 Thread myglc2
Not technically not a bug because the doc says ... 2.6.2 X11 Fonts The ‘fontconfig’ package in Guix looks for fonts in ‘$HOME/.guix-profile’ by default. Thus, to allow graphical applications installed with Guix to display fonts, you have to install fonts with Guix as well. But it does seem

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-06 Thread myglc2
Alex Kost writes: [...] >> So, should I put ... >> >> '(guix-emacs-load-autoloads "/run/current-system/profile")' >> >> ... in init.el, in which case guix INFO should say so. > > Well, you can do it as a temporary workaround, but we'll fix it soon (I > mean the system profile

bug#22872: make check fails on commit caeadfd

2016-03-01 Thread myglc2
Please see make.check.caeadfd.log. I can provide the associated test-suite.log (99 MB), or sub-sections if they are of interest. FWIW, the previous commit, c22a132, passes. make.check.caeadfd.log Description: Binary data

bug#22650: guixSD default umask is 0000

2016-02-29 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > myglc2 <myg...@gmail.com> skribis: > >> glc@g1 ~$ ssh glc4@g1 >> glc4@g1's password: >> glc4@g1 ~$ umask >> > > Oh indeed, I can reproduce it. > > The problem is that lshd resets the umask when it

bug#22650: guixSD default umask is 0000

2016-02-22 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > I can’t reproduce this. For instance, in the system created with: > > guix system vm gnu/system/examples/bare-bones.tmpl > > ‘umask’ returns 0022. > > Could it be that your user accounts have shell startup files like > ~/.bashrc that specify a different

  1   2   >