Package: hubicfuse Version: 2.0.0-1.1 Severity: important Dear Maintainer,
I've just upgraded from hubicfuse version 1.1.0-2 to 2.0.0-1.1. In version 1 it is possible to create and remove containers (implemented as directories at the topmost level of the filesystem). In version 2 any attempt to remove a container generates a software crash rendering the filesystem unusable until it is remounted. Scenario ######################################################################## # First, the working configuration # aptitude install hubicfuse=1.1.0-2 ... Setting up hubicfuse (1.1.0-2) ... mkdir -p /mnt/hubic hubicfuse -o noauto_cache,sync_read,allow_other /mnt/hubic mkdir /mnt/hubic/test1 ls -ld /mnt/hubic/test1 drwxr-xr-x 2 root root 0 Apr 7 13:53 /mnt/hubic/test1 rmdir /mnt/hubic/test1 fusermount -u /mnt/hubic ######################################################################## # Now the broken configuration # aptitude install hubicfuse ... Setting up hubicfuse (2.0.0-1.1) ... mkdir -p /mnt/hubic hubicfuse -o noauto_cache,sync_read,allow_other /mnt/hubic mkdir /mnt/hubic/test2 ls -ld /mnt/hubic/test2 drwxr-xr-x 2 root root 0 Apr 7 13:56 /mnt/hubic/test2 rmdir /mnt/hubic/test2 rmdir: failed to remove '/mnt/hubic/test2': Software caused connection abort ls -ld /mnt/hubic ls: cannot access '/mnt/hubic': Transport endpoint is not connected fusermount -u /mnt/hubic -- System Information: Debian Release: stretch/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages hubicfuse depends on: ii libc6 2.22-5 ii libcurl3 7.47.0-1 ii libfuse2 2.9.5-1 ii libjson-c2 0.11-4 ii libssl1.0.2 1.0.2g-1 ii libxml2 2.9.3+dfsg1-1 hubicfuse recommends no packages. hubicfuse suggests no packages. -- no debconf information