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

To reply to this bug, email your comments to 33835 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#33835; Package guix. (Sat, 22 Dec 2018 19:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to <znavko <at> tutanota.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 22 Dec 2018 19:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: <znavko <at> tutanota.com>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: 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 172 days ago.

Previous Next


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