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

"Thrift: Permission denied" under Ubuntu 14 #13

Closed
mattguo opened this issue Jun 4, 2015 · 1 comment
Closed

"Thrift: Permission denied" under Ubuntu 14 #13

mattguo opened this issue Jun 4, 2015 · 1 comment

Comments

@mattguo
Copy link

mattguo commented Jun 4, 2015

[Issue]
mguo@ubuntu:~/work/tutorial$ ../rdsn/bin/dsn.cg.sh counter.thrift counter
/home/mguo/work/rdsn/bin counter.thrift counter
exec: /home/mguo/work/rdsn/bin/Linux/thrift --gen rdsn -out counter counter.thrift
sh: 1: /home/mguo/work/rdsn/bin/Linux/thrift: Permission denied
failed invoke thrift tool to generate 'counter/counter.php'

[Fix]
After the git clone,
chmod +x rdsn/bin/thrift

Acutally we need to set executable permission for all executable binaries (like protobuf) in git repo.
It'd be great if we can mention this in the installation wiki page

Thanks

@mattguo
Copy link
Author

mattguo commented Jun 4, 2015

Never mind, I should call the script under install dir.

@mattguo mattguo closed this as completed Jun 4, 2015
imzhenyu added a commit that referenced this issue Dec 2, 2015
fixed mutation_log tests
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

1 participant