This file contains hidden or 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/bash | |
| # Cronic v2 - cron job report wrapper | |
| # Copyright 2007 Chuck Houpt | |
| # Made compatible with default paths under OpenSolaris 2008.5 | |
| set -eu | |
| OUT=/tmp/cronic.out.$$ |
This file contains hidden or 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
| set :application, "intranet" | |
| set :user, "faxonline" | |
| role :app, "192.168.200.83" | |
| set :use_sudo, false | |
| set :scm, "git" | |
| set :repository, "[email protected]:intranet.git" | |
This file contains hidden or 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
| -bash-3.2# pfexec truss beadm create opensolaris-rand | |
| execve("/usr/bin/python2.4", 0x08047E30, 0x08047E44) argc = 4 | |
| sysconfig(_CONFIG_PAGESIZE) = 4096 | |
| mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEFF0000 | |
| resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12 | |
| resolvepath("/usr/bin/python2.4", "/usr/bin/python2.4", 1023) = 18 | |
| xstat(2, "/usr/bin/python2.4", 0x08047AD8) = 0 | |
| open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT | |
| xstat(2, "/usr/lib/libpython2.4.so.1.0", 0x08047288) = 0 | |
| resolvepath("/usr/lib/libpython2.4.so.1.0", "/usr/lib/libpython2.4.so.1.0", 1023) = 28 |
This file contains hidden or 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
| -bash-3.2# beadm list | |
| BE Active Active on Mountpoint Space | |
| Name reboot Used | |
| ---- ------ --------- ---------- ----- | |
| opensolaris yes yes legacy 3.53G | |
| opensolaris-3062 no no /tmp/.be.2Eaqsg 63.0K | |
| opensolaris-1 no no /tmp/.be.naaGrg 63.0K | |
| opensolaris-2 no no /tmp/.be.LDaisg 63.0K | |
| -bash-3.2# beadm create snv_97 |
This file contains hidden or 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
| -bash-3.2# cat /etc/release | |
| OpenSolaris 2008.05 snv_86_rc3 X86 | |
| Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. | |
| Use is subject to license terms. | |
| Assembled 26 April 2008 | |
| -bash-3.2# uname -a | |
| SunOS opensolaris 5.11 snv_86 i86pc i386 i86pc | |
| -bash-3.2# id |
NewerOlder