Ralph Plawetzki

Results 87 comments of Ralph Plawetzki
trafficstars

> But the problem is, that it is not possible to unlock the secrets from the simplecollection interface. > Why not? What is your code? Did you set up your...

Try this: ```java SimpleCollection sc = new SimpleCollection(); var x = sc.getSecret("/org/freedesktop/secrets/collection/login/4"); ``` You need the right objectPath for the secret you want to retrieve, of course. This reads the...

Well, `/boot` is, `/efi` not: ```shell ralph@arch ~ % mount | grep efi efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) ralph@arch ~ % mount | grep boot /dev/vda2 on /boot type...

It's single boot (a VM). Maybe no `/efi` then? And it is EFISTUB.

Thank you @tpowa for your immediate help! I installed a new Archboot VM that does not show the issue. Differences to the VM showing the issue are: - issue VM...

> @purejava: can you share the link to the working VM? @coquizen There is no VM to download. I downloaded an ISO image from [here](https://archboot.com/#releases) and started the contained installation...

No, I did not experience such problems.