cyrus-and / httpfs

Remote FUSE filesystem via server-side script
MIT License
62 stars 10 forks source link

errno 74 / Bad message #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

using a fresh compiled version of httpfs (git master branch) I'm getting 'Unable to mount: errno (74) Bad message'.

In the case it matters, the webserver I'm connecting to is using PHP 5.6.12.

Could you please help me which screws to turn, to get this solved?

Thanks in advance,

Manfred

cyrus-and commented 9 years ago

Hi Manfred, cannot try right now, but can you please try again in debug mode and show me the output?

export HTTPFS_VERBOSE=1

before running httpfs. Please note that you will also have to re-generate the PHP script.

ghost commented 9 years ago

Hi Andrea,

sorry for having been dumb :(

The verbose call of httpfs gave a hint for the generated php file having been crippled while uploading to the server...

Please close the issue!

Thanks and sorry again,

Manfred

Am Mi, 09/09/2015 16:25, hat Andrea Cardaci notifications@github.com geschrieben:

Hi Manfred, cannot try right now, but can you please try again in debug mode and show me the output?

export HTTPFS_VERBOSE=1

before running httpfs. Please note that you will also have to re-generate the PHP script.


Reply to this email directly or view it on GitHub: https://github.com/cyrus-and/httpfs/issues/6#issuecomment-138963064

cyrus-and commented 9 years ago

Hey, no problem! :)