GNU bug report logs - #33835
Does not halt again

Previous Next

Package: guix;

Reported by: <znavko <at> tutanota.com>

Date: Sat, 22 Dec 2018 19:04:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: <znavko <at> tutanota.com>
To: 33835 <at> debbugs.gnu.org
Subject: bug#33835: Does not halt again
Date: Sat, 22 Dec 2018 19:55:54 +0100 (CET)
[Message part 1 (text/plain, inline)]
The issue is this: after clicking Menu button (Xfce4) --> Logout --> Shutdown and quick closing notebook the system does not halt at all. After time I open notebook and see this:
http://0x0.st/sduT.jpg <http://0x0.st/sduT.jpg>

And after I press power button it shows this with no any further effect:
http://0x0.st/sdu8.jpg

On Guix 0.15.0 the same issue was solved here:
https://lists.gnu.org/archive/html/help-guix/2018-10/msg00043.html <https://lists.gnu.org/archive/html/help-guix/2018-10/msg00043.html>

My current config.scm has elogind lines. But again this problem occurs.


  (services (cons*  
                    (service postgresql-service-type)
                    (xfce-desktop-service)
                    (dnsmasq-service-type
                      (dnsmasq-configuration
                        (no-resolv? #t)
                        (servers '("192.168.1.1"))))
                    (modify-services      
                      ;;(remove (lambda (service)
                      ;;  (eq? (service-kind service)
                      ;;    wpa-supplicant-service-type))
                      ;;  (remove (lambda (service)
                      ;;    (eq? (service-kind service)
                      ;;      static-networking-service-type))
                          (remove (lambda (service)
                            (eq? (service-kind service)
                              ntp-service-type))
                            (remove (lambda (service)
                              (eq? (service-kind service)
                                avahi-service-type))
                              %desktop-services
                            )  ;end of remove avahi
                          )  ;end of remove2 ntp
                        ;;)  ;end of remove3 networking
                      ;)  ;end of remove4 wpa-supplicant
                      (elogind-service-type
                        c => (elogind-configuration (handle-lid-switch 'ignore)))
                    );;end of modify desktop-services
  ));;end of services

[Message part 2 (text/html, inline)]

This bug report was last modified 6 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.