Jump to content
Not connected, Your IP: 18.221.187.121

Recommended Posts

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 connection


2013-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? 


Share this post


Link to post

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.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Shared/server_name.tblk and its contents to 0:0
Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/server_name.tblk
Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/server_name.tblk/Contents
Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/server_name.tblk/Contents/Resources
Changed 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_Tunnelblick

After 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_Tunnelblick

The 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.

Share this post


Link to post

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.

Share this post


Link to post

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

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...