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. Best regards, Andrey On Sat, 28 Apr 2012 15:45:58 +0200 Salvatore Bonaccorso <car...@debian.org> wrote: > tags 670717 + moreinfo unreproducible > thanks > > Hey Andrey > > On Sat, Apr 28, 2012 at 04:38:09PM +0400, Andrey Smachev wrote: > > When I try to use Fuse module, it fails with the error in subject: > > fuse: unknown option `' > > > > It happens when Fuse::main(...) is called. > > > > In order to reproduce the problem you may download and run git-fuse > > script from github. git-fuse uses Fuse module, it worked previously > > for me and it is supposed to work now, but it doesn't. This is not > > because of a bug in this script though, it's surely a bug in > > underlying fuse libraries. I know this because my own code doesn't > > work now as well, hough it worked previously (a month or two ago) > > and I didn't modify it. > > > > I didn't check whether it is fixed in 'unstable' or not. > > I tried to reproduce with the following: > > $ git clone https://github.com/mfontani/git-fuse-perl.git > $ cd git-fuse-perl > $ make start-fuse > > to test git-fuse, and it seems to work here. > > Do you have some minimal example at hand where it fails for you, with > the message given? > > Regards, > Salvatore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org