summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-07 04:39:23 +0100
committerSven Gothel <[email protected]>2012-03-07 04:39:23 +0100
commit3c08b2e281266ba06901355e4014e19b9d05f2a7 (patch)
tree0c005a131ecb7d55f2476b6d0945fb70f67d02ec /jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx
parent09df8b2c7844428028bb83f900d8767000952316 (diff)
Add sgothel's jenkins node setup (launch & config)
Diffstat (limited to 'jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx')
-rw-r--r--jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx14
1 files changed, 14 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx b/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx
new file mode 100644
index 0000000..a66496e
--- /dev/null
+++ b/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012/README.macosx
@@ -0,0 +1,14 @@
+mac has a feature called "security context" which causes the node to fail resolving domains after a while.
+see e.g: http://osdir.com/ml/unix-porting/2010-05/msg00000.html
+
+symptoms:
+ - works as long the console which invoked the script is up
+ - works until process goes in background
+
+possible workarounds:
+ - invoke as: /usr/libexec/StartupItemContext ./script.sh
+ - run as root
+ - run with launchd
+
+(i tried the first option... lets see if it works)
+