Results 46 comments of Schnittchen

On the build host, the code is fetched from the remote repository. The local state of the repo does not matter. The behaviour here is determined by your configuration and...

Though coupling a bit to how sshkit does things, this is how we can set up a forwarding: ``` with_ssh do |ssh| #yields a Net::SSH::Connection::Session ssh.forward.local(4369, "localhost", 4369) # ......

Sorry for the incomplete fix and the whitespace diff. Hastily opened this via the GH edit function...

I've abandoned Nadia for https://github.com/schnittchen/cablegram

Where does the difficulty lie? Getting the reference capabilities (including ephemeral^ or alias! types) right so that the generic is actually useful beyond the first use case at hand?

For the time being this would be far beyond my capabilities. An idea might be to point into the stdlib and give the reader a hint about some subtleties.

Please also keep in mind that desktop systems (I assume they communicate via dbus?) will have a need for this, too.

Assuming that udisks is asked to lock the disk, what are the dangers of trying to (always) deactivate the volume group connected to a contained physical volume? (Not forcibly, so...

With that logic, how can udisks ever unlock a crypted volume?

Yes, I meant **lock**. Basically, udisks could try the following before doing the actual luksClose step: * find out if there is a VG which has the disk as a...