Image: 
 
https://rcn-ee.com/rootfs/bb.org/testing/2016-09-04/seeed-iot/BBGW-blank-debian-8.5-seeed-iot-armhf-2016-09-04-4gb.img.xz

I tried to create myself a backup user account on my BBGW, but I'm getting 
a "invalid ELF header" error:

debian@beaglebone:~$ *sudo useradd --create-home --shell /bin/bash 
--user-group --groups sudo backupuser*
useradd: error while loading shared libraries: 
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1: invalid ELF header
debian@beaglebone:~$ *file /usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1*
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1: symbolic link to 
libustr-1.0.so.1.0.4
debian@beaglebone:~$ *file 
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1.0.4 *
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1.0.4: data
debian@beaglebone:~$ ls -l 
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1.0.4 
-rw-r--r-- 1 root root 108708 Dec  9  2014 
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1.0.4

Looking at the library in question, it is 106 KiB of NULLs.  It is not a 
valid library:

debian@beaglebone:~$ *hexdump -vx 
/usr/lib/arm-linux-gnueabihf/libustr-1.0.so.1.0.4 *
0000000    0000    0000    0000    0000    0000    0000    0000    0000
0000010    0000    0000    0000    0000    0000    0000    0000    0000
0000020    0000    0000    0000    0000    0000    0000    0000    0000
...etc...

Can someone else confirm if they see the same thing, or is my device hosed?

Stéphane

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f66ab0fb-dc07-4154-9ad2-6094049f690a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to