View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#96
Originally Posted by coderus View Post
GL was generated after install then rebooted, shell works okay

not sure what to do with filesystems?

strace is full of ENOENT: https://gist.github.com/CODeRUS/add4...c89520736ab9e9
As long as it finds library later, ENOENT is OK.

Looks like something is off with egl:

Code:
writev(6, [{iov_base="\0\7\0w\264[^\327C+!", iov_len=11}, {iov_base="\5", iov_len=1}, {iov_base="libEGL\0", iov_len=7}, {iov_base="eglInitialize(0x3726b78) failed "..., iov_len=48}], 4) = 67
Anything relevant in dmesg/journal?

As for filesystems, which ones are mounted on device? (df)
 

The Following 4 Users Say Thank You to rinigus For This Useful Post: