Anonymous

Changes

From Pumping Station One
245 bytes added ,  15:21, 14 April 2015
no edit summary
Line 15: Line 15:  
     /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh: line 1032: FlushDNSCache: command not found
 
     /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh: line 1032: FlushDNSCache: command not found
   −
A workaround is to run this once:
+
There appears to be a bug in some of the built in scripts in tunnelblick.  The following to lines will modifiy those scripts to fix the bug.
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
sed -i 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh
+
sudo sed -i '' 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh
sed -i 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh
+
sudo sed -i '' 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
--[[User:Hef|Hef]] ([[User talk:Hef|talk]]) 10:21, 14 April 2015 (CDT)
 +
 +
Just going back to 3.4.4 also is a possible fix.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.