diff options
author | Sven Gothel <[email protected]> | 2015-07-13 20:17:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-13 20:17:49 +0200 |
commit | bb6b048aca5dce0d6d6edbdf93a2bec3174a9700 (patch) | |
tree | 464f74170ddfbe0ed728af63cf1c666cee17132f | |
parent | 2202cac5456689aafdd607632de4a4e831c4eb7f (diff) |
OSX Node: Add Java 6 and 'Printer to file' note in README.macosx
-rw-r--r-- | jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/README.macosx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/README.macosx b/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/README.macosx index bb7b96d..fd61b9f 100644 --- a/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/README.macosx +++ b/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/README.macosx @@ -20,3 +20,25 @@ possible workarounds: (i tried the first option... lets see if it works) ++++ ++++ ++++ + +Java 6 for 32bit and 64bit builds on OSX 10.10: JavaForOSX2014-001.dmg + <https://support.apple.com/kb/DL1572?locale=en_US> + ++++ ++++ ++++ + +Printer to file: + +As root: + cupsctl FileDevice=Yes + Enable 'FileDevice' in /private/etc/cups/cups-files.conf + killall -HUP cupsd + mkdir /data/lp + chown USER /data/lp + chmod ugo+rwx /data/lp + lpadmin -p lprint -E -v file:/data/lp/out.ps -P /Library/Printers/PPDs/Contents/Resources/HP\ LaserJet\ 4\ Plus.gz + |