Siduction Forum

Siduction Forum => Software - Support => Topic started by: harley-peter on 2019/02/10, 12:59:37

Title: zulucrypt findet Laufwerke nicht
Post by: harley-peter on 2019/02/10, 12:59:37
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:
Code: [Select]
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. :-\
Title: Re: zulucrypt findet Laufwerke nicht
Post by: devil on 2019/02/10, 18:42:17
'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.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: der_bud on 2019/02/10, 19:23:19
Laut Eigenbeschreibung ist zulucrypt ja ein "front-end to cryptsetup". Zu cryptsetup gab es am 09. Februar eine neue Version, und laut dessen Changelog (https://metadata.ftp-master.debian.org/changelogs//main/c/cryptsetup/cryptsetup_2.1.0-1_changelog) u.a.
Code: [Select]
- 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?
Title: Re: zulucrypt findet Laufwerke nicht
Post by: melmarker on 2019/02/10, 22:02:30
und der bug gegen debian ist extrem wichtig, wir nähern uns dem full freeze, übermorgen fängt der soft freeze an
Title: Re: zulucrypt findet Laufwerke nicht
Post by: harley-peter on 2019/02/11, 15:16:54
@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.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: dibl on 2019/02/12, 23:41:09
This one bit me, too.

Quote from: 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.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: harley-peter on 2019/02/13, 11:39:37
@dibl:
At the moment I use the command line with
Code: [Select]
gio mount -d /dev/sdbxand for the luks container file on my laptop I use the script from https://wiki.ubuntuusers.de/LUKS/Containerdatei/
Title: Re: zulucrypt findet Laufwerke nicht
Post by: dibl on 2019/02/13, 14:02:46
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.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: harley-peter on 2019/02/13, 16:33:24
Yes, but only if zulucrypt works ...  :-\
Title: Re: zulucrypt findet Laufwerke nicht
Post by: dibl on 2019/04/09, 01:12:22
Good news, harley-p!

Code: [Select]
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.    :)
Title: Re: zulucrypt findet Laufwerke nicht
Post by: harley-peter on 2019/04/27, 12:39:21
@dibl:
Do you know if it is now possible to define the mount directory?
Title: Re: zulucrypt findet Laufwerke nicht
Post by: dibl on 2019/04/27, 12:57:33
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.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: harley-peter on 2019/04/27, 12:59:50
Yes I know the default mount location but I would like to change it. In the past it was not possible.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: dibl on 2019/04/27, 13:01:45
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.
Title: Re: zulucrypt findet Laufwerke nicht
Post by: dibl on 2019/04/27, 13:07:16
I think this is important:

Quote
This 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/