From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2DB8158094 for ; Wed, 27 Jul 2022 21:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 596C2E0FAF; Wed, 27 Jul 2022 21:53:11 +0000 (UTC) Received: from barracuda.ebox.ca (barracuda.ebox.ca [96.127.255.19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 985EAE0FA5 for ; Wed, 27 Jul 2022 21:53:10 +0000 (UTC) X-ASG-Debug-ID: 1658958787-0c856e6b0369d460001-LfjuLa Received: from smtp.ebox.ca (smtp.ebox.ca [96.127.255.82]) by barracuda.ebox.ca with ESMTP id dBsGPTWK9hesUgl4 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 27 Jul 2022 17:53:07 -0400 (EDT) X-Barracuda-Envelope-From: waltdnes@waltdnes.org X-Barracuda-RBL-Trusted-Forwarder: 96.127.255.82 Received: from waltdnes.org (unknown [198.58.217.41]) by smtp.ebox.ca (Postfix) with SMTP id A20DF441B21 for ; Wed, 27 Jul 2022 17:53:06 -0400 (EDT) Received: by waltdnes.org (sSMTP sendmail emulation); Wed, 27 Jul 2022 17:53:08 -0400 X-Barracuda-RBL-IP: 198.58.217.41 X-Barracuda-Effective-Source-IP: 198-58-217-41.on.cable.ebox.net[198.58.217.41] X-Barracuda-Apparent-Source-IP: 198.58.217.41 From: "Walter Dnes" Date: Wed, 27 Jul 2022 17:53:08 -0400 To: Gentoo Users List Subject: [gentoo-user] hibernate... /bin/echo: write error: No such device Message-ID: X-ASG-Orig-Subj: hibernate... /bin/echo: write error: No such device Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Barracuda-Connect: smtp.ebox.ca[96.127.255.82] X-Barracuda-Start-Time: 1658958787 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: https://96.127.255.19:443/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Virus-Scanned: by bsmtpd at ebox.ca X-Barracuda-Scan-Msg-Size: 1805 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=5.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.99674 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Archives-Salt: 991d1661-491f-416f-87b6-1217dc3fa599 X-Archives-Hash: a4d9a076d279dce6ee0c6891ee3e9daa One of the last few items on the laptop setup. I emerged hibernate and copied over the /etc/hibernate/ directory from my desktop. When I try to hibernate the laptop, I get... [thimk][root][~] hibernate /bin/echo: write error: No such device ...with a beep, and the machine comes back. Grepping for the "echo" command, I get... [thimk][root][~] grep -r echo /etc/hibernate/ /etc/hibernate/common.conf:# OnSuspend 20 echo "Good night!" /etc/hibernate/common.conf:# OnResume 20 echo "Good morning!" The latest entries in /var/log/hibernate.log are... Starting suspend at Wed Jul 27 05:00:47 PM EDT 2022 hibernate: [01] Executing CheckLastResume ... hibernate: [01] Executing CheckRunlevel ... hibernate: [01] Executing LockFileGet ... hibernate: [01] Executing NewKernelFileCheck ... hibernate: [10] Executing EnsureSysfsPowerStateCapable ... hibernate: [11] Executing XHacksSuspendHook1 ... hibernate: [59] Executing RemountXFSBootRO ... hibernate: [89] Executing SaveKernelModprobe ... hibernate: [91] Executing ModulesUnloadBlacklist ... hibernate: [95] Executing XHacksSuspendHook2 ... hibernate: [98] Executing CheckRunlevel ... hibernate: [99] Executing DoSysfsPowerStateSuspend ... hibernate: Activating sysfs power state disk ... hibernate: [90] Executing ModulesLoad ... hibernate: [89] Executing RestoreKernelModprobe ... hibernate: [85] Executing XHacksResumeHook2 ... hibernate: [70] Executing ClockRestore ... hibernate: [59] Executing RemountXFSBootRW ... hibernate: [11] Executing XHacksResumeHook1 ... hibernate: [01] Executing NoteLastResume ... hibernate: [01] Executing LockFilePut ... Resumed at Wed Jul 27 05:00:50 PM EDT 2022 -- Walter Dnes I don't run "desktop environments"; I run useful applications