Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounting fails with "Error connecting to socket" #3

Open
magro opened this issue Sep 25, 2012 · 2 comments
Open

Mounting fails with "Error connecting to socket" #3

magro opened this issue Sep 25, 2012 · 2 comments

Comments

@magro
Copy link
Contributor

magro commented Sep 25, 2012

After installing the package and configuring aws-s3fs (in /etc/aws-s3fs.conf) mounting fails with "Error connecting to socket":

$ sudo aws-s3fs /mnt/magro.tests3
Read configuration from /etc/aws-s3fs.conf.
Configuration:
  Region: Ireland
  Bucket: magro.tests3
  Path: /
  Log: /var/log/aws-s3fs.log
  Log level: LOG_WARNING
Mount point:
  /mnt/magro.tests3
Error connecting to socket.
@olewolf
Copy link
Owner

olewolf commented Sep 25, 2012

The reason you're getting that error is probably that the file caching backend isn't running. It's named aws-s3fs-queued, and is intended to run as a daemon. The current setup doesn't start the daemon. It may be a bit too early to experiment with the code.

@magro
Copy link
Contributor Author

magro commented Sep 25, 2012

Ok, I'll wait a bit :-) I'm still looking forward to testing this, just drop me a note when you have s.th. I could play with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants