all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <znavko@tutanota.com>
To: 33835@debbugs.gnu.org
Subject: bug#33835: Does not halt again
Date: Sat, 22 Dec 2018 19:55:54 +0100 (CET)	[thread overview]
Message-ID: <LUMGWMp--3-1@tutanota.com> (raw)

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

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


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

                 reply	other threads:[~2018-12-22 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=LUMGWMp--3-1@tutanota.com \
    --to=znavko@tutanota.com \
    --cc=33835@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.