all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: Antonio Carlos Padoan Junior <acpadoanjr@yahoo.com.br>
Cc: guix-devel@gnu.org
Subject: Re: elogind configuration
Date: Sat, 15 Oct 2022 12:28:25 +0200	[thread overview]
Message-ID: <87mt9x5pof.fsf@nckx> (raw)
In-Reply-To: <87mt9xh02z.fsf@yahoo.com.br>

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

Hi Antonio!

Antonio Carlos Padoan Junior 写道:
> I do not know why but "suspend" stopped working on my computer
> after a recent upgrade (pull & reconfigure).

Do you still have a working system generation to compare?

Does suspending without elogind work?  E.g., using the more 
reliable

  ~ λ echo "mem" | sudo tee /sys/power/state # or "freeze"

user interface.

Is anything interesting logged (in ‘sudo dmesg’, or the aggregate 
/var/log/messages) when it fails?

If all else fails, try reconfiguring and rebooting with an older 
kernel, e.g.,

  (use-modules (gnu packages linux) …)
  (operating-system
    …
    (kernel linux-libre-5.15)
    …)

> I was hoping that configuring suspend-state variable to "freeze" 
> instead of the
> defaults could eventually fix my issue.

I know you probably know this, but I must point out for the 
archives that this drains your battery (and/or wallet) faster.

> /run/current-system/profile/etc/elogind/logind.conf

What made you find/look at this file?  It's not used.  I don't 
know why it exists.

You can view the configuration file of the currently running 
elogind with

  ~ λ sudo grep -0a ELOGIND_CONF_FILE /proc/$(pgrep 
  elogind)/environ

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

  reply	other threads:[~2022-10-15 10:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87mt9xh02z.fsf.ref@yahoo.com.br>
2022-10-15 10:07 ` elogind configuration Antonio Carlos Padoan Junior
2022-10-15 10:28   ` Tobias Geerinckx-Rice [this message]
2022-10-19  9:53   ` Ludovic Courtès
2022-10-20 13:06     ` Csepp
     [not found] <8735bpguyh.fsf.ref@yahoo.com.br>
2022-10-15 11:57 ` Antonio Carlos Padoan Junior
2022-10-15 12:13   ` Tobias Geerinckx-Rice

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=87mt9x5pof.fsf@nckx \
    --to=me@tobias.gr \
    --cc=acpadoanjr@yahoo.com.br \
    --cc=guix-devel@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.