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
[mockbuild@localhost SRPMS]$ cat /var/lib/mock/epel-6-x86_64/result/build.log | |
Mock Version: 1.1.10 | |
ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/redis.spec'], False, '/var/lib/mock/epel-6-x86_64/root/', None, 0, True, 0, 500, 502, None, logger=<mock.trace_decorator.getLog object at 0x15d5b90>) | |
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/redis.spec'] | |
Building target platforms: x86_64 | |
Building for target x86_64 | |
Wrote: /builddir/build/SRPMS/redis-2.2.5-2.el6.src.rpm | |
Child returncode was: 0 | |
LEAVE do --> |
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
Centos5 on Husdon | |
----------------- | |
[root@hudson-staging ~]# rpm -qa | grep glib | |
glib2-2.12.3-4.el5_3.1 | |
dbus-glib-0.73-8.el5 | |
NetworkManager-glib-0.7.0-10.el5 | |
glibc-devel-2.5-58.el5_6.3 | |
avahi-glib-0.6.16-7.el5 | |
glibc-2.5-58.el5_6.3 |
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
execute "append some shit" do | |
command "echo 'some shit' >> /some/file" | |
not_if "grep 'some shit' /some/file" | |
end |
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
ubuntu@ip-10-12-95-235:~/chef-repo$ | |
ubuntu@ip-10-12-95-235:~/chef-repo$ knife cookbook upload fail2ban | |
Uploading fail2ban [1.0.0] | |
ERROR: Errno::ENOENT: No such file or directory - ruby -c /home/ubuntu/chef/repo/.chef/../cookbooks/fail2ban/recipes/default.rb | |
Fixed with: export PATH=/opt/opscode/embedded/bin | |
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
####<Dec 13, 2011 4:20:17 PM EST> <Info> <WebLogicServer> <nj09cldl5043.mhf.mhc> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1323811217204> <BEA-000000> <WebLogic Server "kit01_1" version: | |
WebLogic Server 10.3.5.0.1 PSU Patch for BUG12617751 Wed Aug 24 13:22:46 IST 2011 | |
WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.> | |
####<Dec 13, 2011 4:20:17 PM EST> <Notice> <Log Management> <nj09cldl5043.mhf.mhc> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1323811217329> <BEA-170019> <The server log file /local/apps/wlskit01/wls1035/user_projects/domains/kit01_domain/servers/kit01_1/logs/kit01_1.log is opened. All server side log events will be written to this file.> | |
####<Dec 13, 2011 4:20:17 PM EST> <Info> <Log Management> <nj09cldl5043.mhf.mhc> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> |
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
{ | |
"languages": { | |
"ruby": { | |
}, | |
"java": { | |
"version": "1.5.0", | |
"runtime": { | |
"name": "Java(TM) 2 Runtime Environment, Standard Edition (build pap32devifx-20110627", | |
"build": "SR12 FP5 )" |
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
$ ssh-add ~/.ssh/ec2_ssh_key.secret | |
$ knife ec2 server create -r 'role[roleyroleyrole]' \ | |
-N 'optional.node.name' \ | |
-E anenvironment \ | |
-G ec2securitygroup \ | |
-I ami-DEADBEEF \ | |
-S ec2_ssh_key \ | |
-f m1.large \ |
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
execute "turn off chef-client verbose logging" do | |
command "echo 'verbose_logging false' >> /etc/chef/client.rb" | |
not_if "grep 'verbose_logging false' /etc/chef/client.rb" | |
end |
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 -c ' | |
( | |
echo "export PS1=\"\\\\H:\\\\w\\\\\\$ \"" >> /etc/profile | |
) | |
echo <%= @config[:chef_node_name] %> > /tmp/chef_node_name | |
PROPERHOSTNAME=`cat /tmp/chef_node_name | cut -d. -f1` | |
PROPERDNSDOMAINNAME=`cat /tmp/chef_node_name | sed s/^$PROPERHOSTNAME.//` |
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 -c ' | |
( | |
echo "export PS1=\"\\\\H:\\\\w\\\\\\$ \"" >> /etc/profile | |
) | |
echo <%= @config[:chef_node_name] %> > /tmp/chef_node_name | |
PROPERHOSTNAME=`cat /tmp/chef_node_name | cut -d. -f1` | |
PROPERDNSDOMAINNAME=`cat /tmp/chef_node_name | sed s/^$PROPERHOSTNAME.//` |