taikoo / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

pre-connect scripts do not work #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version used: Tunnelblick 3.3beta28 (build 3153)  -  OpenVPN 2.3-alpha1

Mac OS Mountain Lion 10.8.1

The pre-connect script cannot be found. The openvpnstart exits with error code 
200:

    *Tunnelblick: File does not exists: 
/Library/Application 
Support/Tunnelblick/Shared/mrt1auto2.tblk/Contents/Resources/pre-connect.sh

1. The file exists
2. The file has execute permission
3. The file can be executed normally on the console

I tried several changes but the system cannot find the file. Perhaps it could 
be an issue with the space in the file location?

Please have a look.

Thanks!

Original issue reported on code.google.com by andre...@gmail.com on 18 Nov 2012 at 8:41

GoogleCodeExporter commented 9 years ago
Please post the results of typing of the following line in Terminal:
     ls -l -R /Library/Application Support/Tunnelblick/Shared/mrt1auto2.tblk

And the ___entire___ contents of the Tunnelblick log. (Be sure to X out any 
sensitive information such as server IP addresses.)

Thanks.

Original comment by jkbull...@gmail.com on 18 Nov 2012 at 10:23

GoogleCodeExporter commented 9 years ago
Never mind. I found the problem; it is fixed in r2168.

Original comment by jkbull...@gmail.com on 18 Nov 2012 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by jkbull...@gmail.com on 18 Nov 2012 at 2:05

GoogleCodeExporter commented 9 years ago
Hello. It's still not fixed. Script file's permission is set to 700 
automatically before connecting, but you use 
"exitIfWrongOwnerOrPermissions(xxx, 0, 0, @"744");" to check if it's 744 and 
then throw an error...

Original comment by appf...@gmail.com on 26 Dec 2012 at 3:40