redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

cloudfuse ls || mv || cp just hangs #50

Closed zmonteca closed 11 years ago

zmonteca commented 11 years ago

I'm on CentOS 6.2 and the mount and auth are working great!

I'm trying to list the files/containers in my cloudfuse mount and nothing is showing up. My suspicion is it has something to do with my container sizes, as there are several containers that have 20+ GB worth of stuff, namely our cloudserver images.

Could this be an issue? Is there any way to post/watch debugging for list/move/copy operations like there is with the -d switch for Authentication?

UPDATE: it finally timed out

[%]$ ls -la ls: reading directory .: Link has been severed total 0

Screen Shot 2013-01-04 at 5 30 29 PM

zmonteca commented 11 years ago

This is an issue with the libcurl on CentOS 6.2 -- 7.19+ does not work --> https://github.com/redbo/cloudfuse/issues/38

There's a claimed fix using statically linked libs, this is working for me --> http://www.transdimensia.ravenhurst.com/2012/08/cloudfuse-on-cenos6.html

redbo commented 11 years ago

Current master should be working on CentOS now. I posted a brief explanation over in https://github.com/redbo/cloudfuse/issues/38