zulucrypt findet Laufwerke nicht

Begonnen von harley-peter, 2019/02/10, 12:59:37

Vorheriges Thema - Nächstes Thema

harley-peter

Hallo,
ich arbeite seit einiger Zeit mit zulucrypt-gui und zulumount-gui und bis heute problemlos. Seit dem gestrigen du allerdings findet zulucrypt keine verschlüsselten Laufwerke mehr. Wenn ich auf den öffnen Dialog gehe dann wird nichts angezeigt.

Wenn ich versuche zuluCrypt-cli zu starten bekomme ich folgende Fehlermeldung:
zuluCrypt-cli: symbol lookup error: /usr/lib/x86_64-linux-gnu/libzuluCrypt.so.1.2.0: undefined symbol: gcry_cipher_close

Ich weiß nicht ob das zusammenhängt. Hat jemand einen Tip?


Edit:
Lt. dem Betreuer auf github wurde wohl irgend eine Library geändert mit der zulucrypt bzw. zulumount jetzt wohl nicht mehr funktioniert und dass die Pakete neu gebaut werden müssten. Das ist natürlich weniger schön denn das dauert bestimmt eine Weile und da ich jetzt nicht der große Entwickler bin wird das mit dem selber bauen auch ein wenig schwierig. :-\

devil

'irgendeine library' ist natürlich wenig hilfreich, da wäre ich jetzt auch von alleine drauf gekommen. Ich würde zunächst einen Bug gegen Debian erstellen.

der_bud

Laut Eigenbeschreibung ist zulucrypt ja ein "front-end to cryptsetup". Zu cryptsetup gab es am 09. Februar eine neue Version, und laut dessen Changelog u.a. - The cryptographic backend used for LUKS header processing is now libssl instead of libgcrypt.
Vermutlich ist z.B. etwas ähnliches passiert wie das beim dist-upgrade libgcrypt entfernt wurde, weil von cryptsetup nicht mehr gebraucht, und ohne geht zulucrypt nun nicht mehr... - kannst Du die lib manuell reinstallieren?
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

melmarker

und der bug gegen debian ist extrem wichtig, wir nähern uns dem full freeze, übermorgen fängt der soft freeze an
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

harley-peter

@devil:
Du hast natürlich Recht aber ich notiere mir nicht bei jedem du welche Dateien aktualisiert werden.  :) Wenn ich wüsste welche die schuldige ist könnte ich versuchen die alte Version wieder zu installieren.

@melmarker:
bugreport ist geschrieben

@der_bud:
auf meinem System sind zwei von den libraries installiert, libgcrypt11 und libgcrypt20. Nur libgcrypt gibt's lt. apt nicht.

dibl

This one bit me, too.

Zitat von: harley-peter@melmarker:
bugreport ist geschrieben

Thanks for doing that.

I have "fixed" it (not really) by building it from source, but I don't like to do that on my sid system, but I need it for work.  Hopefully the maintainer will rebuild the package and we can get back to Debian configuration.

Entschuldigung bitte für Englisch.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

harley-peter

@dibl:
At the moment I use the command line with
gio mount -d /dev/sdbx
and for the luks container file on my laptop I use the script from https://wiki.ubuntuusers.de/LUKS/Containerdatei/

dibl

I use an encrypted file saved in my /mnt/DATA filesystem which is always mounted.  I use zulucrypt-gui and I use the "Favorites" menu, so all I need to do is enter the password and I am ready to work.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

harley-peter

Yes, but only if zulucrypt works ...  :-\

dibl

Good news, harley-p!

root@n5110:/home/don# apt policy zulucrypt-cli
zulucrypt-cli:
  Installed: 5.4.0-3
  Candidate: 5.4.0-3
  Version table:
*** 5.4.0-3 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages


Tested and works.    :)
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

harley-peter

@dibl:
Do you know if it is now possible to define the mount directory?

dibl

Yes.  I use an encrypted file, not a partition. The default mount location is /run/media/private/username/filename.  I also set it in the Favorites menu.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

harley-peter

Yes I know the default mount location but I would like to change it. In the past it was not possible.

dibl

I have never tried to change it. It seems to be "hard-wired" -- I don't know whether there is a capability to choose a different mount point.  /run/media  does not exist on the system until you start zuluCrypt.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

dibl

I think this is important:

ZitatThis tool will create volumes only in non system partitions.

System partition is a partition with an active entry in /etc/fstab and /etc/crypttab

From https://www.systutorials.com/docs/linux/man/1-zuluCrypt-cli/
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.