Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] hibernate... /bin/echo: write error: No such device
Date: Wed, 27 Jul 2022 22:57:55
Message-Id: CAC=wYCEPJdxovkOiFWwq8x0_qHpvoQrUu+QX0UqBq4VTUhrzgA@mail.gmail.com
In Reply to: [gentoo-user] hibernate... /bin/echo: write error: No such device by Walter Dnes
1 On Thu, Jul 28, 2022 at 7:53 AM Walter Dnes <waltdnes@××××××××.org> wrote:
2
3 > One of the last few items on the laptop setup. I emerged hibernate
4 > and copied over the /etc/hibernate/ directory from my desktop. When I
5 > try to hibernate the laptop, I get...
6 >
7 > [thimk][root][~] hibernate
8 > /bin/echo: write error: No such device
9 >
10
11 Is the device there?
12
13 FYI,
14
15 $ ls -l /bin/echo
16 -rwxr-xr-x 1 root root 51256 May 5 11:58 /bin/echo*
17 $ file /bin/echo
18 /bin/echo: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV),
19 dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux
20 3.2.0, stripped
21 $ qfile /bin/echo
22 sys-apps/coreutils: /bin/echo
23
24 echo is also a bash built in, but that wont be used since you're calling
25 echo with the full path

Replies

Subject Author
Re: [gentoo-user] hibernate... /bin/echo: write error: No such device Walter Dnes <waltdnes@××××××××.org>