Comment 6 for bug 1933490

Revision history for this message
Jacob Sievert (jsievert121) wrote :

Okay it occured again and I forgot to document my search for the library sorry.

But now I could fix it with hardlinking two libraries:

for Ubuntu 20.04:
```
echo '/usr/lib/x86_64-linux-gnu/libparted.so.2*' > /usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zz-parted

echo '/usr/lib/x86_64-linux-gnu/libkeyutils.so*' > /usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zz-keyutils

```

I will try to find the responsible dependency again.