Your message dated Mon, 22 Oct 2018 16:06:54 +0000
with message-id <[email protected]>
and subject line Bug#906283: fixed in cryptsetup 2:2.0.4-3
has caused the Debian Bug report #906283,
regarding initramfs script expects file system on crypto device
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
906283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cryptsetup-initramfs
Version: 2:2.0.4-2
Severity: normal

Hi,

since I am using a keyscript to unlock my crypto devices, I need to use
the initramfs option on all my crypto devices. That includes the virtual
disks for the virtual machines running on the box. Naturally, those
crypto devices don't contain a file system that is recognized by the
get_fstype function sourced from /usr/share/initramfs-tools/scripts/functions

get_fstype ()
{
        local FS FSTYPE FSSIZE RET
        FS="${1}"

        # blkid has a more complete list of file systems,
        # but fstype is more robust
        FSTYPE="unknown"
        eval $(fstype "${FS}" 2> /dev/null)
        if [ "$FSTYPE" = "unknown" ]; then
                FSTYPE=$(blkid -o value -s TYPE "${FS}")
        fi
        RET=$?

        if [ -z "${FSTYPE}" ]; then
                FSTYPE="unknown"
        fi

        echo "${FSTYPE}"
        return ${RET}
}

[30/5020]mh@fan:~ $ sudo /usr/lib/klibc/bin/fstype /dev/mapper/salida
FSTYPE=unknown
FSSIZE=0
[31/5021]mh@fan:~ $ sudo blkid -o value -s TYPE /dev/mapper/salida
[32/5022]mh@fan:~ $

This, in turn, causes
/usr/share/initramfs-tools/scripts/local-top/cryptroot to wrongly assume
that device unlocking was unsuccessful, removes the unlocked device and
starts over.

I am not sure how to solve this since the behavior of the new script
seems in order in most regular cases. Maybe there should be another
crypttab option like "dont-expect-fs" that disables this sanity check
for insane setups like mine.

Greetings
Marc


-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.17.14-zgws1 root=/dev/mapper/root ro splash 
console=ttyS0,57600n8 quiet

-- /etc/crypttab
# this line to avoid accidental commenting of the root line

#fanbtr /dev/disk/by-id/dm-name-fan-c_fanbtr none 
luks,keyscript=/etc/fan/keyscript_fan_root
root /dev/disk/by-id/dm-name-fan-c_root none 
luks,keyscript=/etc/fan/keyscript_fan_root
#root /dev/disk/by-id/dm-name-fan-c_root none 
luks,keyscript=/etc/fan/keyscript_fan_root
#usr /dev/disk/by-id/dm-name-fan-c_usr none 
luks,keyscript=/etc/fan/keyscript_fan

swap0           /dev/disk/by-id/dm-name-fan-c_swap0 none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
boot            /dev/disk/by-id/dm-name-fan-c_boot none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
fanbtr_r        /dev/disk/by-id/dm-name-fan_r-c_fanbtr_r none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
kernel64        /dev/disk/by-id/dm-name-fan-c_kernel64 none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
kernel32        /dev/disk/by-id/dm-name-fan-c_kernel32 none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
kernelhome      /dev/disk/by-id/dm-name-fan-c_kernelhome none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan

salida          /dev/disk/by-id/dm-name-fan-c_salida none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
#salida_home    /dev/disk/by-id/dm-name-fan-c_salida_home none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
#nechayev       /dev/disk/by-id/dm-name-fan-c_nechayev none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
#spinturn       /dev/disk/by-id/dm-name-fan-c_spinturn none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
#spinturn_home  /dev/disk/by-id/dm-name-fan-c_spinturn_home none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan
#spinturn_mbd   /dev/disk/by-id/dm-name-fan-c_spinturn_mbd none 
luks,initramfs,keyscript=/etc/fan/keyscript_fan

-- /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
tmpfs           /tmp            tmpfs   defaults        0       0
/dev/mapper/root /              ext4 noatime,nodiratime 0       1
#/dev/mapper/fanbtr /              btrfs 
subvol=fan-root,ssd,noatime,nodiratime,clear_cache,enospc_debug,skip_balance 0  
     1
#/dev/mapper/fanbtr /mnt/snapshots/fanbtr btrfs 
subvol=snapshots,ssd,noatime,nodiratime,enospc_debug 0       1
/dev/mapper/fanbtr_r /mnt/snapshots/fanbtr_r btrfs 
subvol=snapshots,noauto,nofail,noatime,nodiratime 0       1
/dev/mapper/fanbtr_r /home/mh/bigstuff btrfs 
subvol=mhbig,nofail,noatime,nodiratime 0       1
/dev/mapper/fanbtr_r /home/mh/noback btrfs 
subvol=mhnoback,nofail,noatime,nodiratime 0       1
/dev/mapper/fanbtr_r /home/mh/music btrfs 
subvol=music,nofail,noatime,nodiratime 0       1
proc            /proc           proc    defaults        0       0
#/dev/mapper/root /              ext4    errors=remount-ro 0       1
/dev/mapper/swap0 swap          swap    nofail  0       0
/dev/mapper/boot /boot          ext4    nofail        0       2
#/dev/mapper/usr /usr                   ext4    defaults        0       2
#/dev/mapper/var /var                   ext4    defaults        0       2
#/dev/mapper/home /home          ext4    defaults        0       2
#/dev/mapper/mhbig /home/mh/bigstuff ext4 defaults       0       2
#/dev/mapper/fan_r-emwee /media/emwee ext4 defaults       0       2
#/dev/mapper/music /home/mh/music ext4 defaults       0       2
#/dev/mapper/btrvm /mnt/btrvm   btrfs   defaults       0       2
#/dev/scd0       /media/cdrom1   udf,iso9660 user,noauto 0       0

-- lsmod
Module                  Size  Used by
devlink                57344  0
ebtable_filter         16384  0
ebtables               36864  1 ebtable_filter
cpufreq_conservative    16384  0
cpufreq_userspace      16384  0
cpufreq_powersave      16384  0
8021q                  28672  0
garp                   16384  1 8021q
bridge                172032  0
stp                    16384  2 bridge,garp
llc                    16384  3 bridge,stp,garp
dummy                  16384  0
rc_dvbsky              16384  0
wmi_bmof               16384  0
ts2020                 20480  1
m88ds3103              20480  1
i2c_mux                16384  1 m88ds3103
regmap_i2c             16384  2 m88ds3103,ts2020
amd64_edac_mod         28672  0
edac_mce_amd           28672  1 amd64_edac_mod
kvm_amd               102400  0
nf_conntrack_ipv6      16384  5
nf_defrag_ipv6         16384  1 nf_conntrack_ipv6
ccp                    77824  1 kvm_amd
rng_core               16384  1 ccp
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     57344  1
kvm                   614400  1 kvm_amd
snd_hda_intel          36864  0
snd_hda_codec         122880  4 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
irqbypass              16384  1 kvm
sha256_generic         20480  1 ccp
snd_hda_core           73728  5 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              16384  1 snd_hda_codec
ip6table_filter        16384  1
ip6_tables             28672  1 ip6table_filter
snd_pcm_oss            53248  0
snd_mixer_oss          28672  1 snd_pcm_oss
input_leds             16384  0
xt_tcpudp              16384  4
pcspkr                 16384  0
snd_pcm                98304  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_hda_core
nf_conntrack_ipv4      16384  5
serio_raw              16384  0
nf_defrag_ipv4         16384  1 nf_conntrack_ipv4
k10temp                16384  0
sp5100_tco             16384  0
snd_timer              32768  1 snd_pcm
smipcie                20480  0
snd                    81920  10 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm_oss,snd_pcm,snd_mixer_oss
sg                     36864  0
asus_atk0110           20480  0
dvb_core              114688  2 smipcie,m88ds3103
media                  32768  1 dvb_core
soundcore              16384  1 snd
rc_core                32768  3 rc_dvbsky,smipcie
shpchp                 36864  0
wmi                    24576  1 wmi_bmof
evdev                  20480  27
pcc_cpufreq            16384  0
acpi_cpufreq           16384  1
xt_conntrack           16384  10
nf_conntrack          106496  3 xt_conntrack,nf_conntrack_ipv6,nf_conntrack_ipv4
iptable_filter         16384  1
ip_tables              24576  1 iptable_filter
x_tables               36864  7 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_tcpudp,ip6_tables,ip_tables
autofs4                36864  4
btrfs                1253376  1
zstd_decompress        90112  1 btrfs
zstd_compress         184320  1 btrfs
xxhash                 16384  2 zstd_compress,zstd_decompress
zlib_deflate           28672  1 btrfs
ext4                  630784  2
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  106496  1 ext4
fscrypto               28672  1 ext4
ecb                    16384  14
crypto_simd            16384  0
cryptd                 20480  1 crypto_simd
glue_helper            16384  0
aes_x86_64             20480  15
xts                    16384  7
algif_skcipher         16384  0
af_alg                 24576  1 algif_skcipher
hid_logitech_hidpp     36864  0
hid_logitech_dj        24576  0
hid_generic            16384  0
usbhid                 49152  0
hid                   122880  4 
usbhid,hid_generic,hid_logitech_dj,hid_logitech_hidpp
dm_crypt               40960  7
dm_mod                135168  77 dm_crypt
raid10                 57344  0
raid456               139264  0
async_raid6_recov      20480  1 raid456
async_memcpy           16384  2 raid456,async_raid6_recov
async_pq               16384  2 raid456,async_raid6_recov
async_xor              16384  3 async_pq,raid456,async_raid6_recov
async_tx               16384  5 
async_pq,async_memcpy,async_xor,raid456,async_raid6_recov
xor                    24576  2 async_xor,btrfs
raid6_pq              118784  4 async_pq,btrfs,raid456,async_raid6_recov
libcrc32c              16384  3 nf_conntrack,btrfs,raid456
crc32c_generic         16384  4
raid1                  40960  0
raid0                  20480  0
multipath              16384  0
linear                 16384  0
md_mod                143360  6 raid1,raid10,raid0,linear,raid456,multipath
uas                    28672  0
usb_storage            61440  1 uas
sr_mod                 28672  0
sd_mod                 57344  4
cdrom                  40960  1 sr_mod
ohci_pci               16384  0
amdkfd                126976  1
amdgpu               2211840  5
chash                  16384  1 amdgpu
gpu_sched              24576  1 amdgpu
i2c_algo_bit           16384  2 smipcie,amdgpu
ahci                   40960  2
ttm                   106496  1 amdgpu
libahci                36864  1 ahci
ohci_hcd               45056  1 ohci_pci
xhci_pci               16384  0
ehci_pci               16384  0
drm_kms_helper        159744  1 amdgpu
xhci_hcd              196608  1 xhci_pci
ehci_hcd               61440  1 ehci_pci
libata                237568  2 libahci,ahci
r8169                  90112  0
mii                    16384  1 r8169
drm                   389120  7 gpu_sched,drm_kms_helper,amdgpu,ttm
i2c_piix4              24576  0
usbcore               221184  9 
xhci_hcd,ohci_hcd,ehci_pci,usbhid,usb_storage,ehci_hcd,xhci_pci,ohci_pci,uas
scsi_mod              212992  6 sd_mod,usb_storage,uas,libata,sg,sr_mod
usb_common             16384  1 usbcore
i2c_core               61440  11 
i2c_mux,drm_kms_helper,smipcie,i2c_algo_bit,m88ds3103,amdgpu,dvb_core,ts2020,i2c_piix4,regmap_i2c,drm
button                 16384  0


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.14-zgws1 (SMP w/6 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE=en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cryptsetup-initramfs depends on:
ii  busybox                                 1:1.27.2-3
ii  cryptsetup-run                          2:2.0.4-2
ii  initramfs-tools [linux-initramfs-tool]  0.132

Versions of packages cryptsetup-initramfs recommends:
ii  console-setup  1.185
ii  kbd            2.0.4-4

cryptsetup-initramfs suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: cryptsetup
Source-Version: 2:2.0.4-3

We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilhem Moulin <[email protected]> (supplier of updated cryptsetup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 22 Oct 2018 17:45:35 +0200
Source: cryptsetup
Binary: cryptsetup-run cryptsetup-bin cryptsetup-initramfs cryptsetup 
libcryptsetup12 libcryptsetup-dev cryptsetup-udeb libcryptsetup12-udeb
Architecture: source amd64 all
Version: 2:2.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Cryptsetup Team 
<[email protected]>
Changed-By: Guilhem Moulin <[email protected]>
Description:
 cryptsetup - transitional dummy package for cryptsetup-{run,initramfs}
 cryptsetup-bin - disk encryption support - command line tools
 cryptsetup-initramfs - disk encryption support - initramfs integration
 cryptsetup-run - disk encryption support - startup scripts
 cryptsetup-udeb - disk encryption support - commandline tools (udeb) (udeb)
 libcryptsetup-dev - disk encryption support - development files
 libcryptsetup12 - disk encryption support - shared library
 libcryptsetup12-udeb - disk encryption support - shared library (udeb) (udeb)
Closes: 906283 907243 908220 911042
Changes:
 cryptsetup (2:2.0.4-3) unstable; urgency=medium
 .
   [ Guilhem Moulin ]
   * debian/initramfs/hooks/cryptroot:
     + Make _CRYPTTAB_* variables local to crypttab_find_and_print_entry().
       (Closes: #907243.)
     + Silence the warning that honoring CRYPTSETUP="[y|n]" in the config is
       deprecated when the variable is set to "y".  (Keep the warning when it's
       set to "n" though.)  Closes: #908220.
   * debian/functions: Make get_crypt_type() set variable CRYPTTAB_TYPE to the
     type of crypt device ("luks" / "plain" / "tcrypt").
   * debian/initramfs/scripts/local-top/cryptroot: Don't complain that
     (successful) unlocking of a LUKS device doesn't yield a known file system.
     The check is preserved for plain dm-crypt devices and tcrypt devices.
     (Closes: #906283.)
   * debian/control: Bump Standards-Version to 4.2.1 (no changes necessary).
   * debian/doc/crypttab.xml: Improve formatting.
   * debian/cryptsetup-run.lintian-overrides: Remove unused override
     init.d-script-possible-missing-stop (x2).
   * debian/libcryptsetup12.symbols: Add "Build-Depends-Package:
     libcryptsetup-dev" field.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Supply $(CC) from dpkg's buildtools.mk. (Closes: #911042)
 .
   [ Dimitri John Ledkov ]
   * Implement support for `cryptsetup --sector-size` in crypttab(5).
     LP: #1776626.
Checksums-Sha1:
 3780266303407f5d91c4c3d842ea7fdc290e9ff4 2814 cryptsetup_2.0.4-3.dsc
 de57c15f522970cd0466c8d890faa6e340d233bb 98988 cryptsetup_2.0.4-3.debian.tar.xz
 0d59fe7fe9cf4c9b48ef5a069013957ad6268c51 247948 
cryptsetup-bin-dbgsym_2.0.4-3_amd64.deb
 9e77a71ad041c25cdd97f655df2fbd7ce135cc71 267092 
cryptsetup-bin_2.0.4-3_amd64.deb
 32cbfc5fc0aff72767ca37e66ccfb900a5435823 66008 
cryptsetup-initramfs_2.0.4-3_all.deb
 047ffda32f277341c21ccd544484947688fdb326 19380 
cryptsetup-run-dbgsym_2.0.4-3_amd64.deb
 cdcf4b894f1898b022b2d39ca41aa27cf4d4e12e 183184 
cryptsetup-run_2.0.4-3_amd64.deb
 e024bc7cd6d1dd6fe341b62cb7a64401bef8c235 51856 
cryptsetup-udeb_2.0.4-3_amd64.udeb
 55e1268ababde8d6d4e83a9be75cdbf084548e61 48680 cryptsetup_2.0.4-3_all.deb
 350c63817a91e4f855ec9754b58c1e689d25de59 9268 
cryptsetup_2.0.4-3_amd64.buildinfo
 fc522fc1825fb8abffec92d7b63dbd5b93afa521 64228 
libcryptsetup-dev_2.0.4-3_amd64.deb
 0c29e502a2fb7e72b6b9844969d3d04fdacde71b 412468 
libcryptsetup12-dbgsym_2.0.4-3_amd64.deb
 b7ec50dbc483afe93ac6f6fa9f4b27daa89ae70d 131796 
libcryptsetup12-udeb_2.0.4-3_amd64.udeb
 1890107274b06dea304aaf8fd7d72eaa945cda98 179488 
libcryptsetup12_2.0.4-3_amd64.deb
Checksums-Sha256:
 34a87f6a72b08919fa4e2028424a5fc9941752c6eacd0af7ee85402b69975555 2814 
cryptsetup_2.0.4-3.dsc
 eb8e4d0d6d0c977e3c0c33133f3a9053c1aca05f3a5b4636a13b0f831a3c1283 98988 
cryptsetup_2.0.4-3.debian.tar.xz
 6c057c5b73c686c1fc8fcc3643f4f5454848915f18e5f8ccd37863d6d0cba6f5 247948 
cryptsetup-bin-dbgsym_2.0.4-3_amd64.deb
 f83129ffb5444c85ae4d157116e2f0e8d3e0d55b5d03914ae626968df1d1ab61 267092 
cryptsetup-bin_2.0.4-3_amd64.deb
 ee5366da1e8fb5c7bc390478d22a4386d2a7c262a5c1fe77f252428d8c595401 66008 
cryptsetup-initramfs_2.0.4-3_all.deb
 2a67f2139a5f345afa8949f00698f5beeb46f4178d79a42ba8c66812582a5458 19380 
cryptsetup-run-dbgsym_2.0.4-3_amd64.deb
 ffa5a70b7c3ddc5308b5582e30d830792b025e6c7d583648741d223e2aceb820 183184 
cryptsetup-run_2.0.4-3_amd64.deb
 69357298261231b7d0cf4fe86630cedcc61e7728dfe628c96d992fd7e8f7a731 51856 
cryptsetup-udeb_2.0.4-3_amd64.udeb
 1391bddeaf910f1d48560aa1b5dbb43c006f5a688c07a9e32961bbaf52c3ea38 48680 
cryptsetup_2.0.4-3_all.deb
 9056c3cb42b8b17eb69eb2b5f896043a459acbf2b5d166132c75bc9f2c8ed16d 9268 
cryptsetup_2.0.4-3_amd64.buildinfo
 a89b422840c414e70a885ee6c722a23917c7d7b5c6f71a7c2404bb0763f6cdb1 64228 
libcryptsetup-dev_2.0.4-3_amd64.deb
 7aa4f42a65de43381567b1d431eff343b32a07ade544353cb2d0c075a5b9add0 412468 
libcryptsetup12-dbgsym_2.0.4-3_amd64.deb
 37f236594ca7d7c77213358867a8ca77e5a2bde268c9c2d3097dca7113de7958 131796 
libcryptsetup12-udeb_2.0.4-3_amd64.udeb
 74fdc4be1b2f15ef2df2e3096cdea772b8c09079f72fc8ae9955f4671e09def0 179488 
libcryptsetup12_2.0.4-3_amd64.deb
Files:
 50848926e9e62bb37daaea8d28639f85 2814 admin optional cryptsetup_2.0.4-3.dsc
 32cbb94f47fd3b26a0a02fc2b03f0db5 98988 admin optional 
cryptsetup_2.0.4-3.debian.tar.xz
 f7ae309677dad5abf87d4b71ae425a6b 247948 debug optional 
cryptsetup-bin-dbgsym_2.0.4-3_amd64.deb
 3528428d4f0115d71340169397ea153f 267092 admin optional 
cryptsetup-bin_2.0.4-3_amd64.deb
 924a7dec4259da0d25b1e677a888e6cb 66008 admin optional 
cryptsetup-initramfs_2.0.4-3_all.deb
 e621c8f2167e516dcc9a5f8ed857c441 19380 debug optional 
cryptsetup-run-dbgsym_2.0.4-3_amd64.deb
 c2f3129bfca655f559b85a4f5902ebe1 183184 admin optional 
cryptsetup-run_2.0.4-3_amd64.deb
 cd611cfa8ea470cc53ea0b052058bc0b 51856 debian-installer optional 
cryptsetup-udeb_2.0.4-3_amd64.udeb
 29426eeb105846f88f50df145d9d2f25 48680 oldlibs optional 
cryptsetup_2.0.4-3_all.deb
 270b4a15507f8a92286a2d9a5dca02ee 9268 admin optional 
cryptsetup_2.0.4-3_amd64.buildinfo
 65f8119a81048b810e2650cf20cfcecd 64228 libdevel optional 
libcryptsetup-dev_2.0.4-3_amd64.deb
 1754852031c0c7cfb7b0c431db83d875 412468 debug optional 
libcryptsetup12-dbgsym_2.0.4-3_amd64.deb
 7e3bf9271f48f2d1802ebfbffc50ab6c 131796 debian-installer optional 
libcryptsetup12-udeb_2.0.4-3_amd64.udeb
 0ddf0c37077da52798dab99156dc429a 179488 libs optional 
libcryptsetup12_2.0.4-3_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERpy6p3b9sfzUdbME05pJnDwhpVIFAlvN8TEACgkQ05pJnDwh
pVISig//TSLbRqBjNqzs6AzMjysJ7t54k3WFRmXtKGYYh/nB8jEmxzMEvPtM7Py9
xCrqDVrAriH8iG5dJs1fb7ESTKb8YZzntXnqeKNOCc8UUo4xlkQiFdw9ne/nG/fM
ZlIUzWtC1xp00Yuu1AOWWdVQODL5oAVa4djZnMtmPydAoTdo5Xwu7aD1buG+MVbb
WZQBAE+LywsMOw3OAy2vRSVYhOKl9Souj9XX+G+q9r+2trnVZyaXVpFvX4YNxZTb
crKWRQSREXTZuv1IbzPCN1VmhEeMfWQE0AJx6+B7LJO3YNveggbyIVMwKC6dHPiw
oFDzXT54HATiSUk+gvnMio+POcV7K6ypddTIj2nRyAy3yxRw6Owz8z+R0ktay3XF
0OOimm+lM3RCoqwbmlG7OFJgs6izd/rqVgSU+wfuoyiOfwJmo54VMgZ3dW799Z9o
DFxIknaldO1w/M1300Ux0ZjldQcm9PQH9NwlVztHwJE+xULuYhR4FxiS3Sdk62AV
wPdBTeCSkElxmHPuojZBAlGTRFdOY2/JZP8D1PmyPeu4aHXdVhQNcZuqNUDM0rjj
6bmyouDUhpXg796scDrYhnfRrd9VPySFmcySv0vXdiZ+TuOvNm1awmUCpC3qG59o
iKJ0JsKY/BD7perfP6KLtiZv/kxlAV4m1GS1OwRybb0NHxJOvwA=
=SNby
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to