[rhn-satellite-beta-users] DMI error in RHEL5beta kickstart fromRHN5 Satellite

Entrena Perez, Julio [HP] jentrena at mailext.com
Tue Jan 2 15:36:54 UTC 2007


Hi Philip,

 

We always get this error message on every box we kickstart and we've not
seen any implication. In my opinion you can just get used to it.

 

Regards,

Juli 

 

________________________________

De: Philip Styles [mailto:Philip.Styles at aems.net] 
Enviado el: martes, 02 de enero de 2007 16:34
Para: Entrena Perez, Julio [HP]; rhn-satellite-beta-users at redhat.com
Asunto: RE: [rhn-satellite-beta-users] DMI error in RHEL5beta kickstart
fromRHN5 Satellite

 

System is an HP DL360 G4 and has run dmidecode from many versions of
both RHEL3 and RHEL4 without problems.

 

Nothing apparent in Bugzilla either.

 

________________________________

From: Entrena Perez, Julio [HP] [mailto:jentrena at mailext.com] 
Sent: 02 January 2007 15:13
To: Philip Styles; rhn-satellite-beta-users at redhat.com
Subject: RE: [rhn-satellite-beta-users] DMI error in RHEL5beta kickstart
fromRHN5 Satellite

Hi Philip,

 

No issues that you should be aware of.

 

http://en.wikipedia.org/wiki/Desktop_Management_Interface#DMI_under_Linu
x

 

Regards,

Juli

 

________________________________

De: rhn-satellite-beta-users-bounces at redhat.com
[mailto:rhn-satellite-beta-users-bounces at redhat.com] En nombre de Philip
Styles
Enviado el: martes, 02 de enero de 2007 16:09
Para: rhn-satellite-beta-users at redhat.com
Asunto: [rhn-satellite-beta-users] DMI error in RHEL5beta kickstart
fromRHN5 Satellite

 

 

Building a RHEL5beta server from an RHN5beta Satellite causes the
following error in the ks-post.log file 

FINISHED --14:15:48-- 
Downloaded: 3 files, 887K in 0.04s (24.3 MB/s) 
warning: /tmp/rhn_rpms/optional/pyOpenSSL-0.6-1.p24.7.2.2.i386.rpm:
Header V3 DSA signature: NOKEY, key ID 897da07a 
Preparing...
################################################## 
pyOpenSSL
################################################## 
rhnlib
################################################## 
libxml2-python
################################################## 
Error reading hardware information: dbus_bindings.DBusException 
Error reading DMI information: dbus_bindings.DBusException 
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
vvvvvvvvvvvvvv 
### 2007-01-02:14:15:52 Phil's RHEL5Beta Test Kickstart (from RHN5beta
Satellite) 
### 2007-01-02:14:15:52 Configuring MOTD ... 
### 2007-01-02:14:15:52 ... Done MOTD configuration. 
### 2007-01-02:14:15:52 Running post Kickstart script ... 

The three packages previously downloaded do get installed sucessfully so
the issue would appear to be in the following section of the kickstart
script.

wget -P /tmp/rhn_rpms/optional
http://rhs-test.admin.liffe.com/download/1167791301/0a8b1bb8905fde5e8983
fbd1bd608775fa5d6e6e/0/0/redhat/NULL/libxml2-python/2.6.26-2.1.1/i386/li
bxml2-python-2.6.26-2.1.1.i386.rpm
<http://rhs-test.admin.liffe.com/download/1167791301/0a8b1bb8905fde5e898
3fbd1bd608775fa5d6e6e/0/0/redhat/NULL/libxml2-python/2.6.26-2.1.1/i386/l
ibxml2-python-2.6.26-2.1.1.i386.rpm>
http://rhs-test.admin.liffe.com/download/1167791301/5a8d8ecc34fa3ab379c5
bf860e76394b6bd54ff3/0/0/redhat/NULL/rhnlib/2.2.5-1.el5/noarch/rhnlib-2.
2.5-1.el5.noarch.rpm
<http://rhs-test.admin.liffe.com/download/1167791301/5a8d8ecc34fa3ab379c
5bf860e76394b6bd54ff3/0/0/redhat/NULL/rhnlib/2.2.5-1.el5/noarch/rhnlib-2
.2.5-1.el5.noarch.rpm>
http://rhs-test.admin.liffe.com/download/1167791301/7fcac710d278bd7cb13f
50cf42fca129c7d1485c/0/0/redhat/NULL/pyOpenSSL/0.6-1.p24.7.2.2/i386/pyOp
enSSL-0.6-1.p24.7.2.2.i386.rpm
<http://rhs-test.admin.liffe.com/download/1167791301/7fcac710d278bd7cb13
f50cf42fca129c7d1485c/0/0/redhat/NULL/pyOpenSSL/0.6-1.p24.7.2.2/i386/pyO
penSSL-0.6-1.p24.7.2.2.i386.rpm>  

rpm -Uvh --replacepkgs --replacefiles /tmp/rhn_rpms/optional/pyOpenSSL*
/tmp/rhn_rpms/optional/rhnlib* /tmp/rhn_rpms/optional/libxml2-python* 

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY 
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-beta 

perl -npe 's/xmlrpc.rhn.redhat.com/rhs-test.admin.liffe.com/' -i
/etc/sysconfig/rhn/up2date 
mkdir -p /etc/sysconfig/rhn/allowed-actions/script 
touch /etc/sysconfig/rhn/allowed-actions/script/all 
mkdir -p /etc/sysconfig/rhn/allowed-actions/configfiles 
touch /etc/sysconfig/rhn/allowed-actions/configfiles/all 

# now copy from the ks-tree we saved in the non-chroot checkout 
cp -fav /tmp/ks-tree-copy/. / 
rm -Rf /tmp/ks-tree-copy 
# --End RHN command section-- 

 

rhnreg_ks --activationkey=c887d36cbf2eff35d43690ef4f043c8f 
rhn_check 

) > /root/ks-post.log 2>&1 

 

%post 
( 
  export KS_NAME="Phil's RHEL5Beta Test Kickstart (from RHN5beta
Satellite)" 
  export KS_SCRIPT="ks-post.phils-rhel5beta-test" 
  echo
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
vvvvvvvvvvvvvvv" 
  echo "### $(date +'%Y-%m-%d:%H:%M:%S') $KS_NAME" 

The system does sucessfully register with the RHN5beta Satellite and
I've not so far been able to determine what the impact of this failure
is.

Regards, Phil 

Philip Styles
Infrastructure Specialist

AEMS
25 Bank Street  London  E14 5NQ
Tel. +44 (0)20 7655 7514
Mobile. +44 (0)7739 760 962
Email: philip.styles at aems.net 

www.aems.net <file:///\\www.aems.net>  

_________________________________________

 

The information contained in this e-mail is confidential and solely 

for the intended addressee(s). Unauthorised reproduction, disclosure, 

modification, and/or distribution of this email may be unlawful. If you 

have received this email in error, please notify the sender immediately 

and delete it from your system. The views expressed in this message 

do not necessarily reflect those of Atos Euronext Market Solutions.

_________________________________________

 



=================================
Atos Euronext Market Solutions Disclaimer
=================================
The information contained in this e-mail is confidential and solely for
the intended addressee(s). Unauthorised reproduction, disclosure,
modification, and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender
immediately and delete it from your system. The views expressed in this
message do not necessarily reflect those of Atos Euronext Market
Solutions.

L'information contenue dans cet e-mail est confidentielle et uniquement
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est
adressee. Toute copie, publication ou diffusion de cet email est
interdite. Si cet e-mail vous parvient par erreur, nous vous prions de
bien vouloir prevenir l'expediteur immediatement et d'effacer le e-mail
et annexes jointes de votre systeme. Le contenu de ce message
electronique ne represente pas necessairement la position ou le point de
vue d'Atos Euronext Market Solutions.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/rhn-satellite-beta-users/attachments/20070102/569c9af1/attachment.htm>


More information about the rhn-satellite-beta-users mailing list