Oops, forgot to post to the list.

--
Regards,

Dick Steffens

--- Begin Message --- This took a little longer because I haven't figured out how to do networking with the live OS, and I'm out of USB sticks, so these are all typed by hand. :-)

On 11/24/18 7:03 PM, Ben Koenig wrote:
The problem is that even though you appear to have the program it doesn't
want to find it. WHAT???
I think your install might be broken, but before I declare that post the
output of the following commands:

ls -l /mnt/hd/  (making sure your filesystem looks like a root filesystem)
bash-4.4# ls -l /mnt/hd
total 108
drwxr-xr-x   2 root root  4096 Apr 13  2018 bin
drwxr-xr-x   3 root root  4096 Nov 19 00:15 boot
drwxr-xr-x  18 root root  5489 Nov 25 01:20 dev
drwxr-xr-x 101 root root 12288 Nov 23 20:53 etc
drwxr-xr-x   4 root root  4096 Nov 19 00:43 home
drwxr-xr-x   2 root root  4096 Aug  9 2017 install
drwxr-xr-x   7 root root  4096 May  7  2018 lib
drwxr-xr-x   4 root root 12288 Nov 23 19:46 lib64
drwx------   2 root root 16384 Nov 18 22:32 lost+found
drwxr-xr-x  16 root root  4096 Sep  8 15:16 media
drwxr-xr-x  10 root root  4096 Sep 25  2006 mnt
drwxr-xr-x   2 root root 4096 Jun  9  2007 opt
dr-xr-xr-x 160 root root     0 Nov 24 17:19 proc
drwx--x---  10 root root 4096 Nov 23 21:48 root
drwxr-xr-x   5 root root 4096 Apr 13 2018 run
drwxr-xr-x   2 root root 12288 Aug  9 2017 sbin
drwxr-xr-x   2 root root 4096 Sep  8 15:37 srv
drwxr-xr-x  12 root root 0 Nov 24 17:19 sys
drwxrwxrwx  10 root root 4096 Nov 23 21:48 tmp
drwxr-xr-x  17 root root 4096 Aug 9  2017 usr
drwxr-xr-x  17 root root 4096 Jun 14  2016 var
bash-4.4#

ldd /mnt/hd/bin/bash (checking binary links for the bash program on your
internal drive to see if it behaves like an executable file)

bash-4.4# ldd /mnt/hd/bin/bash
         linux-vdso.so.1 (0x00007ffece3f2000)
         libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f89c2c66000)
         libd.so.2 => /lib64/libd1.so.2 (0x00007f89c2c66000)
         libc.so.6 => /lib64/libc.so.6 (0x00007f89c287c000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f89c3096000)
bash-4.4#

uname -m (checking the arch that you are currently running in case of a
32/64bit mixup)

bash-4.4# uname -m
x86_64
bash-4.4#

--
Regards,

Dick Steffens



--- End Message ---
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to