bug#25691: locale generation is broken

2017-02-11 Thread ng0
On 17-02-11 22:15:30, Ludovic Courtès wrote: > ng0 skribis: > > > On two systems, even after make clean and ./bootstrap again I ran into > > this at the end of guix system build foo.scm: > > > > > >

bug#25476: pivot-root test fails on Ubuntu 16.04

2017-02-11 Thread Ludovic Courtès
Paul Garlick skribis: > scheme@(guile-user)> (find (lambda (entry) (and (string? (utmpx-user > entry))(zero? (utmpx-pid entry (utmpx-entries)) > $2 = #< type: 2 pid: 0 line: "~" id: (126 126 0 0) user: > "reboot" host: "4.4.0-59-generic" termination: 0

bug#25533: guixsd hardware issue

2017-02-11 Thread Ludovic Courtès
Hello, Dika Setya Prayogi skribis: > I used guixsd x86_64 on my asus u36sd laptop, installed it on ssd and > these problem occurs > > 1.I have two ram total of 6 gb, if I use both of them guixsd will > stuck on blank screen at boot after entering /dev/sdx/

bug#25514: Acknowledgement (SDDM segfaults X11 session on first reconfigure)

2017-02-11 Thread ng0
On 17-01-23 18:51:02, GNU bug Tracking System wrote: > -- > 25514: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25514 > GNU Bug Tracking System > Contact help-debb...@gnu.org with problems To be more specific, this is a problem with either sddm-service or display-manager-service. -- ng0 --

bug#22985: solved

2017-02-11 Thread ng0
Solved as this seems to be an issue of window managers and not the application itself. -- ng0 -- https://www.inventati.org/patternsinthechaos/

bug#25691: locale generation is broken

2017-02-11 Thread ng0
On two systems, even after make clean and ./bootstrap again I ran into this at the end of guix system build foo.scm: /gnu/store/w8xrphf4r4wwc3q7wy975b9mc6fsf7nf-python2-pycairo-1.10.0.drv /gnu/store/a13pjhfrjldnp2zkr0qkbm70llmrdc41-wicd-1.7.4.drv

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread ng0
On 17-02-11 15:40:38, Ludovic Courtès wrote: > ng0 skribis: > > > I have my openssh-service configured like this (not exactly, but it > > serves an example well enough to not expose too much): > > > > (service openssh-service-type > > (openssh-configuration > >

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread Ludovic Courtès
ng0 skribis: > I have my openssh-service configured like this (not exactly, but it > serves an example well enough to not expose too much): > > (service openssh-service-type > (openssh-configuration > (port-number 2200) > (password-authentication? #t) >

bug#25689: gnome-shell segfaults

2017-02-11 Thread ng0
So, I am not 100% sure if I encouter hardware failures or software failures here. But I need to solve wether this is a GNOME bug to exclude or include the hardware failure. The following is the log output of a session with SSDM where I succesfully log into "GNOME with Xorg" and launch the

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread ng0
I have my openssh-service configured like this (not exactly, but it serves an example well enough to not expose too much): (service openssh-service-type (openssh-configuration (port-number 2200) (password-authentication? #t) (permit-root-login 'without-password))) Now, when I reconfigure