Ralph Plawetzki

Results 108 comments of Ralph Plawetzki

> 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.

Thanks for your reports. @rufftruffles, please provide more information about the system you are using, the next time you open an issue. Without knowing which Linux distribution you are on,...

I believe, that this needs to be fixed upstream in the AppAmor profile `/etc/apparmor.d/fusermount3`, as there were quite a few bugs related to this profile lately. See [last changes](https://git.launchpad.net/ubuntu/+source/apparmor/commit/?id=5b7adc055c976725b42c5bffaf7a8dde1692fa9f) for...

@oshanz This is a completely different issue and unrelated to this one. The Cryptomator flatpak package has the `--device=all` setting enabled [by default](https://github.com/cryptomator/flathub/blob/0e1a7bd7d00e57ad01b32f899a4430c1391aba38/org.cryptomator.Cryptomator.yaml#L9).