caduber 0 Posted ... 2013-11-19 18:48:17 *Tunnelblick: OS X 10.8.5; Tunnelblick 3.3.0 (build 3518)2013-11-19 18:48:17 *Tunnelblick: Attempting connection with usa; Set nameserver = 1; monitoring connection2013-11-19 18:48:17 *Tunnelblick: openvpnstart start usa.tblk 1337 1 0 3 0 305 -atADGNWradsgnw 2013-11-19 18:48:17 *Tunnelblick: Could not start OpenVPN (openvpnstart returned with status #254) Contents of the openvpnstart log:*Tunnelblick: openvpnstart log: /Library is writable by other (permissions = 0777) pathIsNotSecure: pathComponentIsNotSecure(/Library, 00) /Library/Application Support/Tunnelblick/Shared/usa.tblk is not secured what did i do wrong? Quote Share this post Link to post
amnesty 18 Posted ... Welcome. Looks like a permissions issue.What does your Console Log look like? Do you see anything like this:Copied /Library/Application Support/Tunnelblick/Shared/server_name.tblk.temp to /Library/Application Support/Tunnelblick/Shared/server_name.tblkChanged ownership of /Library/Application Support/Tunnelblick/Shared/server_name.tblk and its contents to 0:0Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/server_name.tblkChanged permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/server_name.tblk/ContentsChanged permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/server_name.tblk/Contents/ResourcesChanged permissions from 644 to 600 on /Library/Application Support/Tunnelblick/Shared/server_name.tblk/Contents/Resources/config.ovpn I don't want to tell you to uninstall and re-install because I don't use Tunnelblick that much. You might want to post in the Discussion Group. This page explains the information they could use: https://groups.google.com/forum/#!topic/tunnelblick-discuss/QQRu-Zb4cl0 If you want to give the uninstall / reinstall a try- You can see the uninstall process here:https://code.google.com/p/tunnelblick/wiki/UsingTunnelblick#Uninstalling_TunnelblickAfter you re-install, check out the section: The First Time Tunnelblick is Run on a Computer on this page:https://code.google.com/p/tunnelblick/wiki/UsingTunnelblick#Installing_TunnelblickThe first time a new installation of Tunnelblick is run on a computer and after a reinstall, upgrade, or downgrade, it will display the following screen:This <should> repair your permissions but I'm not really that familiar with the process. Quote Share this post Link to post
amnesty 18 Posted ... I'm not that good with comand line stuff but maybe you can try to change to permissions yourself. Perhaps a Linux or OS X person could come up with something more efficient. Try this from terminal: sudo chmod -R 750 "/Library/Application Support/Tunnelblick/Shared/" That will change the permissions of everything (recursively) in /Library/Application Support/Tunnelblick/Shared/ cd "/Library/Application Support/" sudo find ./Tunnelblick/Shared/ -name -print config.ovpn -exec chmod 600 {} \; That will change the permissions of config.ovpn for your connections. Quote Share this post Link to post
Staff 9973 Posted ... Hello! This is pasted from caduber's ticket, to readers' comfort: Hello!In most cases this problem is caused by wrong permission/ownerships in the system folders. Please run the Disk Repair Utility and perform a "Repair Permissions" on your boot drive, it should fix the issue. P.S. Please see also here http://bit.ly/1dfrWtg Quote Share this post Link to post