This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This hack works with com.android.tools.build:gradle:0.2, won't work in later version without modification | |
apply plugin: 'android' | |
targetCompatibility = 1.6 | |
sourceCompatibility = 1.6 | |
android { | |
target = 'android-14' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# | |
## Tested on Linux Debian 5.0 (Lenny) | |
# | |
# OK I know this is nothing new/special. | |
# If you've always configured your LBs a certain way, you might have to use this method instead. | |
# | |
# Scenario: High-availability setup with 2 HAProxy/Keepalived load-balancers on IPv6 | |
# | |
# Problem: HAProxy won't start (cannot bind socket) because the virtual IPv6 address is not assigned |