On Thu, Jul 28, 2022 at 7:53 AM Walter Dnes <[email protected]> wrote:

>   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
>

Is the device there?

FYI,

$ ls -l /bin/echo
-rwxr-xr-x 1 root root 51256 May  5 11:58 /bin/echo*
$ file /bin/echo
/bin/echo: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV),
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux
3.2.0, stripped
$ qfile /bin/echo
sys-apps/coreutils: /bin/echo

 echo is also a bash built in, but that wont be used since you're calling
echo with the full path

Reply via email to