MIssed configuration from menu

53 views
Skip to first unread message

Anatoliy Kushner

unread,
Feb 10, 2015, 12:46:30 AM2/10/15
to tunnelbli...@googlegroups.com
Hi , very strange issue, vpn connection disappear from menu 


but still present in Configuration window 

If i try to "Make configuration Shared" or "Make configuration Private" , connection will be visible in menu for few time, and then disappear again . Can some body help to solve this ?

P.S. first time this issue appear after upgrade to Yosemite

Tunnelblick 3.5beta06 (build 4211)








jkbull...gmail.com

unread,
Feb 11, 2015, 6:19:15 AM2/11/15
to tunnelbli...@googlegroups.com, lama...@gmail.c
Wow! This is really odd.

It would be helpful if you could describe anything "odd" about your setup: third-party programs that affect the system generally (not apps, usually), Folder Actions, etc.

It might also help if you could duplicate the configuration (select "wrk" in the list on the left of the "VPN Details…" window, then click the little gear icon at the bottom of the list and click "Duplicate Configuration…"). You can leave it named "wrk copy", and then see if only one configuration disappears (and if so, which one), or both disappear, or the problem goes away.


On Tuesday, February 10, 2015 at 12:46:30 AM UTC-5, Anatoliy Kushner wrote:
Hi , very strange issue, vpn connection disappear from menu 
but still present in Configuration window  

If i try to "Make configuration Shared" or "Make configuration Private" , connection will be visible in menu for few time, and then disappear again . Can some body help to solve this ?

Anatoliy Kushner

unread,
Mar 2, 2015, 12:59:57 AM3/2/15
to tunnelbli...@googlegroups.com, lama...@gmail.c
Hmm , when i create copy it is also disappear after sleep/ wake up . But if i remove reconnecting.sh, pre-connect.sh, and post-tun-tap-load.sh it works fine . 


all these files identical and looks like 

#!/bin/bash

sleep 2;

GW=`netstat -nr -f inet | awk '{if ($1~/default/ && $6~/en/) print $2}'`

ROUTE=`netstat -nr -f inet | awk '{if ($1~/XX.XX.XX.XX/) print $2}'`

date >> /tmp/rch

if [ -z "$ROUTE" ] ; then
    echo "add $GW" >> /tmp/rch
    route add XX.XX.XX.XX $GW
else
    echo "change $GW" >> /tmp/rch
    route change XX.XX.XX.XX $GW
fi


среда, 11 февраля 2015 г., 17:19:15 UTC+6 пользователь jkbull...gmail.com написал:

jkbull...gmail.com

unread,
Mar 2, 2015, 9:02:18 AM3/2/15
to tunnelbli...@googlegroups.com, lama...@gmail.c
I have a couple of ideas:

(1) Try using the latest beta version of Tunnelblick from the Downloads page.

(2) Examine the Console log for any messages that could be related.

(3) Change the scripts to do nothing:

#!/bin/bash
exit

If that solves the missing menu item problem, replace them, one at a time, with your versions until the problem occurs.

Anatoliy Kushner

unread,
Mar 3, 2015, 9:44:47 AM3/3/15
to tunnelbli...@googlegroups.com, lama...@gmail.c
looks like after deleting post-tun-tap-load.sh problem fixed 


понедельник, 2 марта 2015 г., 20:02:18 UTC+6 пользователь jkbull...gmail.com написал:

Anatoliy Kushner

unread,
Mar 10, 2015, 12:01:53 AM3/10/15
to tunnelbli...@googlegroups.com, lama...@gmail.c
Hi again , even with empty script it is disappear from menu after 2-3 sleep/wakeup.  

script looks like below
#!/bin/bash
exit 0


вторник, 3 марта 2015 г., 20:44:47 UTC+6 пользователь Anatoliy Kushner написал:

jkbull...gmail.com

unread,
Mar 10, 2015, 12:07:07 AM3/10/15
to tunnelbli...@googlegroups.com, lama...@gmail.c
OK, thanks. I can't reproduce it, and the fact that it takes 2 or 3 sleep/wake cycles to happen makes me think it is some kind of race condition. So I will try staring at the code for a while.
Reply all
Reply to author
Forward
0 new messages