Bug#670717: fuse: unknown option `'

Salvatore Bonaccorso carnil at debian.org
Sat Apr 28 20:30:25 UTC 2012


tags 670717 - unreproducible moreinfo
thanks

Hi Andrey

On Sat, Apr 28, 2012 at 07:40:13PM +0400, Andrey Smachev wrote:
> Hello Salvatore,
> 
> I've tried this at another machine and unfortunately it fails here too.
> 
> Let's make sure that we're both using up-to-date Debian Testing
> and that libfuse-perl version is 0.14-1 and the other libs are as
> specified in my original e-mail.
> 
> The minimal example to reproduce this bug is:
> #-----------------------------------------------------------------
> #!/usr/bin/perl -w
> use Fuse;
> 
> my $mountpoint = "mountpoint";
> mkdir($mountpoint);
> 
> Fuse::main( mountpoint => $mountpoint );
> #-----------------------------------------------------------------
> 
> It fails with the following message:
>  fuse: unknown option `'
> 
> Would it be helpful or not, there is my /etc/fuse.conf:
> #-----------------------------------------------------------------
> # Set the maximum number of FUSE mounts allowed to non-root users.
> # The default is 1000.
> #
> #mount_max = 1000
> 
> # Allow non-root users to specify the 'allow_other' or 'allow_root'
> # mount options.
> #
> user_allow_other
> #-----------------------------------------------------------------
> The config seems Ok to me.
> 
> Please tell me if you need some more information or help from me.

Indeed now we are a step forward. I can confirm this both in wheezy
and unstable for i386 Architecture. I don't see the failure on amd64.

Can you confirm this Andrey, that you see the problem both on
non-amd64?

Regards,
Salvatore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120428/fa4116c2/attachment-0001.pgp>


More information about the pkg-perl-maintainers mailing list