Pascal Obry

Results 317 comments of Pascal Obry

I'm using only client_id, client_secret and refresh_token. So maybe one of the other options. Try without: get_extended_metadata=false curl_progress_state=true enable_chmod=true enable_chown=true

And I suppose this is only from a Docker image? It works fine on the host?

At this stage you'll need to build in debug mode and to run under GDB to see where the crash happens.

Indeed, I don't know either how to run a fuse application under GDB. The solution would be to compile in debug mode without optimization: $ CFLAGS=-g ./configure $ make You'll...

I'm not sure to see the issue. > const unsigned long FiveGb = (unsigned long)5 * (unsigned long)(1

So that's a 32bit Raspberry Pi, and files above 4Gb cannot be supported.

Is that supported on Raspberry Pi? And this is probably not supported on all 64bit machines. Not easy.

Note that current version of hubicfuse should already handle this properly. On 32bit system the segment is max 2Gb. Look at new code, it seems you have an old version....

No I have no idea about this. Indeed my /mnt/hubic is never shown in my GNOME Files.

I will have a look at this when it comes available on GNU/Debian. I'm on the unstable branch, for now I still have 2.9.7, so I cannot test. Do you...