-
Notifications
You must be signed in to change notification settings - Fork 529
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
Error: DEPRECATED Action signature #79
Comments
Given this error says "This is an error in the application... Please contact the distributor of this application" I am mentioning @kahing |
I believe this breaks the "-o" as well. Really need this fixed please :) |
could you provide a test case (either a Dockerfile or a goofys command) that exhibits this problem? |
@kahing Here is a Dockerfile using Ubuntu 14.04 as a starting image
|
@kahing Here is another Dockerfile using golang+alpine as a starting point. In this case, the error is a bit different, but I still cannot get it to work.
|
I got same message! after that mounted s3 bucket. Please fix it... |
I just tested and found that "-o allow_other" does work as expected. The error might purely be informational. Also, completely off topic, i added this project as a package for Arch Linux in the AUR https://aur.archlinux.org/packages/goofys/ @flashmaestro what do you mean by you can't access with web browser? |
@lkuza2 How to I fix this issue? |
Looks like That said, like @lkuza2 suggests that's just a warning message and should not affect goofys' functionality, and I just verified that -o allow_other does work for me.
|
@pyvotal-cguers are you sure syslog in your docker image is functional? I got rid of the warning message, feel free to reopen this if it's still a problem. @flashmaestro please provide a sequence of commands to reproduce your issue. If users cannot see your images through the web browser, it could be a http server configuration issue and not goofys. |
I can confirm the "warning" issue is fixed and -o allow_other works as expected,
|
Sigh. I can has your s3ql passphrase? More serious question, why are you using s3ql and goofys? ;-) |
Haha, you are going to need my AWS access key AND secret key first, then you are going to need my s3ql encryption key ;) Won't matter because the data on there is client side encrypted again lol. I tried using goofys, i really did, but i couldnt get it to work with my use case. I tried having Seafile use a mounted S3 goofys filey system, but the files kept getting corrupted. No such corruption occurs with s3ql :( |
@kahing @lkuza2 2016/05/18 12:03:45.138569 s3.INFO Switching from region 'us-west-2' to 'ap-northeast-2' stderr: fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.confThat is why I can't use allow_other. |
@lkuza2 ah, well goofys isn't a general purpose filesystem so it's not surprising that it doesn't work with something like seafile. That said goofys should detect cases that it doesn't handle and fail instead of corrupting files. If you have some steps that I can reproduce easily I am happy to look into making goofys behave better. |
@kahing Hmm, well all i did was on my Arch Linux box was install Seafile. After, that i used goofys to mount my AWS drive. I then configured seafile to use this AWS mount as its data directory. In the data directory it stores user files, but also its main SQLite data base and PIDs. For one, the system couldn't find the PIDs even though they were being written. After getting around that problem, i found that simply running the Seafile server, the SQLite file becomes quickly corrupted, and Seafile refuses to run. |
I am trying to setup goofys in a docker container along with a Python app that will call goofys to mount an S3 bucket. However, I keep on getting an error which I cannot fix.
For testing, I am calling goofys from the command line and I am getting the following error (to make sure it works before calling it from the Python app).
However, when I install syslog-ng and run it again, I get
I've tried this using the following as a base images, all with similar results:
Any thoughts or suggestions?
The text was updated successfully, but these errors were encountered: