-
Notifications
You must be signed in to change notification settings - Fork 343
Can not ceck /etc/sudoers for secure path! #394
Comments
Did you do what the warning asked? At the prompt type> |
Yeah thats not going to help. Look at the beginning (when you issued the siriproxy server command) If you see this somehwere: Then look back at issue #389 for the fix. I have this problem however, the fix did not work for me :( Good luck |
OK, my problem is the same as yours. I've try the issue #389 for the fix but doesn't work! |
Ok I think I figured it out. This is what I did.
|
tried, but the problem persists! :( |
@grausof could you paste the entire stack trace of the error you're getting? |
This is a part of message: and this: |
hmm, too many open files? Not exactly sure what the error is, but for now you can increase the max open files for the entire system by editing /etc/sysctl.conf and appending: fs.file-max = 100000 then running: sysctl -pand verifying that your settings took effect: cat /proc/sys/fs/file-max(should output 100000) then run siriproxy again and see if this resolves the problem. |
The problem persist. The first time that i run siriproxy server, appear many messages that I pasted above. But, if i run siriproxy server the second time, notting happens and siri responds as if there were no proxy. When i stop SiriProxy i get this message: I've also reinstalled ubuntu but I've not solved! Which OS you use, and which version of RVM? |
I'm using raspbian wheezy for raspberry pi with ruby 1.9.3. Looks like siriproxy is running fine on your machine, but requests from the iphone are not getting to your machine. Are you sure you edited /etc/dnsmasq.conf to include this line: address=/guzzoni.apple.com/(your_machine's_ip_address) and that the ip address is the ip address of your ubuntu machine? Also make sure your iphone is connected to your local network and that your machine is accessible from your iphone. |
Ok, I solved the problem. :) Was not due to a misconfiguration, but in the file etc/resolv.conf there was no a DNS server IP, but there was the IP of my PC. Fix: #56 👍 Thanks for your patience. |
glad to help, and glad you solved it. |
For future readers, please note the typo in the command given to fix the "Can not ceck /etc/sudoers for secure path..." problem. The correct command (and what I'm sure @gavros meant to type) is:
|
Hi, I've installed SiriProxy on Ubuntu 12.10. Everything went well, but when I go to give the command "rvmsudo siriproxy server", I get this error message: "Can not ceck /etc/sudoers for secure path..." I leave attached the screenshot. Can you help me solve this problem? For the installation I have followed this guide: http://www.idownloadblog.com/2011/12/09/how-to-install-siri-proxy-tutorial-video/
Thanks for the HELP!
The text was updated successfully, but these errors were encountered: