Dell - Internal Use - Confidential
Cool.

From: crowbar-bounces On Behalf Of Judd Maltin
Sent: Tuesday, March 04, 2014 1:02 PM
To: Williams, J T
Cc: Lowther, Victor; crowbar
Subject: Re: [Crowbar] opencrowbar tools/build_sledgehammer.sh

SOLVED.

Changed sledgehammer.ks to use mirrors.kernel.org<http://mirrors.kernel.org> 
instead of mirror.centos.org<http://mirror.centos.org>
Here's the diff

judd@ocbdev1:~/opencrowbar/core/sledgehammer$ git diff sledgehammer.ks
diff --git a/sledgehammer/sledgehammer.ks b/sledgehammer/sledgehammer.ks
index 27fc7c0..7f8aa2f 100644
--- a/sledgehammer/sledgehammer.ks
+++ b/sledgehammer/sledgehammer.ks
@@ -7,9 +7,9 @@ rootpw --iscrypted $1$H6F/NLec$Fps2Ut0zY4MjJtsa1O2yk0
 selinux --disabled
 firewall --disabled

-repo --name=a-base    --baseurl=http://mirror.centos.org/centos/6/os/$basearch
-repo --name=a-updates 
--baseurl=http://mirror.centos.org/centos/6/updates/$basearch
-repo --name=a-extras  
--baseurl=http://mirror.centos.org/centos/6/extras/$basearch
+repo --name=a-base    --baseurl=http://mirrors.kernel.org/centos/6/os/$basearch
+repo --name=a-updates 
--baseurl=http://mirrors.kernel.org/centos/6/updates/$basearch
+repo --name=a-extras  
--baseurl=http://mirrors.kernel.org/centos/6/extras/$basearch
 repo --name=a-live    
--baseurl=http://www.nanotechnologies.qc.ca/propos/linux/centos-live/$basearch/live
 repo --name=a-wsman   
--baseurl=http://download.opensuse.org/repositories/Openwsman/CentOS_CentOS-6
 %packages
judd@ocbdev1:~/opencrowbar/core/sledgehammer$

On Tue, Mar 4, 2014 at 1:42 PM, 
<j_t_willi...@dell.com<mailto:j_t_willi...@dell.com>> wrote:
Dell - Internal Use - Confidential
For what it’s worth … it ran fine for me, on an ESX 5.5  Ubuntu 12.04 VM inside 
our lab in Austin.


From: crowbar-bounces On Behalf Of Judd Maltin
Sent: Tuesday, March 04, 2014 11:07 AM
To: Lowther, Victor
Cc: crowbar
Subject: Re: [Crowbar] opencrowbar tools/build_sledgehammer.sh
More than a little flakey - it hasn't worked once, and I've tried it >10 times.
Set imgcreate --debug --verbose
It shows no errors, just a whole bunch of
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
Retrieving 
http://mirror.centos.org/centos/6/os/x86_64/Packages/mailcap-2.1.31-2.el6.noarch.rpm
 ...OK
which seems to be DAMN LIES.
On Tue, Mar 4, 2014 at 10:09 AM, 
<victor_lowt...@dell.com<mailto:victor_lowt...@dell.com><mailto:victor_lowt...@dell.com<mailto:victor_lowt...@dell.com>>>
 wrote:
The imgcreate tools handle that.  Too bad they can be a little flaky.

From: crowbar-bounces On Behalf Of Judd Maltin
Sent: Monday, March 03, 2014 5:33 PM
To: crowbar
Subject: Re: [Crowbar] opencrowbar tools/build_sledgehammer.sh

tools/build_sledgehammer.sh still failing:

judd@ocbdev1:~/opencrowbar/core$ uname -a
Linux ocbdev1 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

judd@ocbdev1:~/opencrowbar/core$ cat /etc/issue
Ubuntu 12.04.3 LTS \n \l

.el6_1.1.noarch.rpm ...OK
warning: libgcc-4.4.7-4.el6.x86_64: Header V3 RSA/SHA1 Signature, key ID 
c105b9de: NOKEY
  Installing: libgcc                       ##################### [  1/296]
  Installing: setup                        ##################### [  2/296]
  Installing: filesystem                   ##################### [  3/296]
  Installing: basesystem                   ##################### [  4/296]
  Installing: kernel-firmware              ##################### [  5/296]
  Installing: dhcp-common                  ##################### [  6/296]
  Installing: kernel-headers               ##################### [  7/296]
Traceback (most recent call last):
  File "/usr/share/yum-cli/callback.py", line 124, in callback
    fd = os.open(rpmloc, os.O_RDONLY)
OSError: [Errno 2] No such file or directory: 
'/var/tmp/imgcreate-kN4x7k/install_root/var/cache/yum/a-base/packages/mailcap-2.1.31-2.el6.noarch.rpm'
error: python callback <bound method RPMInstallCallback.callback of 
<callback.RPMInstallCallback instance at 0x4519ea8>> failed, aborting!
judd@ocbdev1:~/opencrowbar/core$

I can't find where the imgcreate directory would be created..
On Fri, Feb 28, 2014 at 11:57 AM, Judd Maltin 
<j...@newgoliath.com<mailto:j...@newgoliath.com><mailto:j...@newgoliath.com<mailto:j...@newgoliath.com>><mailto:j...@newgoliath.com<mailto:j...@newgoliath.com><mailto:j...@newgoliath.com<mailto:j...@newgoliath.com>>>>
 wrote:
Linux judd-m6600 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
On Fri, Feb 28, 2014 at 11:52 AM, Judd Maltin 
<j...@newgoliath.com<mailto:j...@newgoliath.com><mailto:j...@newgoliath.com<mailto:j...@newgoliath.com>><mailto:j...@newgoliath.com<mailto:j...@newgoliath.com><mailto:j...@newgoliath.com<mailto:j...@newgoliath.com>>>>
 wrote:
WAT?

warning: libgcc-4.4.7-4.el6.x86_64: Header V3 RSA/SHA1 Signature, key ID 
c105b9de: NOKEY
  Installing: libgcc                       ##################### [  1/296]
  Installing: setup                        ##################### [  2/296]
  Installing: filesystem                   ##################### [  3/296]
  Installing: basesystem                   ##################### [  4/296]
  Installing: kernel-firmware              ##################### [  5/296]
  Installing: dhcp-common                  ##################### [  6/296]
  Installing: kernel-headers               ##################### [  7/296]
Traceback (most recent call last):
  File "/usr/share/yum-cli/callback.py", line 124, in callback
    fd = os.open(rpmloc, os.O_RDONLY)
OSError: [Errno 2] No such file or directory: 
'/var/tmp/imgcreate-_XxAMK/install_root/var/cache/yum/a-base/packages/mailcap-2.1.31-2.el6.noarch.rpm'
error: python callback <bound method RPMInstallCallback.callback of 
<callback.RPMInstallCallback instance at 0x4477368>> failed, aborting!


--
Judd Maltin
T: 
917-882-1270<tel:917-882-1270><tel:917-882-1270<tel:917-882-1270>><tel:917-882-1270<tel:917-882-1270><tel:917-882-1270<tel:917-882-1270>>>
F: 
501-694-7809<tel:501-694-7809><tel:501-694-7809<tel:501-694-7809>><tel:501-694-7809<tel:501-694-7809><tel:501-694-7809<tel:501-694-7809>>>
what could possibly go wrong?




--
Judd Maltin
T: 
917-882-1270<tel:917-882-1270><tel:917-882-1270<tel:917-882-1270>><tel:917-882-1270<tel:917-882-1270><tel:917-882-1270<tel:917-882-1270>>>
F: 
501-694-7809<tel:501-694-7809><tel:501-694-7809<tel:501-694-7809<tel:501-694-7809%3ctel:501-694-7809>>>
what could possibly go wrong?




--
Judd Maltin
T: 917-882-1270<tel:917-882-1270>
F: 501-694-7809<tel:501-694-7809>
what could possibly go wrong?



--
Judd Maltin
T: 917-882-1270<tel:917-882-1270>
F: 501-694-7809<tel:501-694-7809>
what could possibly go wrong?



--
Judd Maltin
T: 917-882-1270
F: 501-694-7809
what could possibly go wrong?

_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to