[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xen 3.0.3
I'm experience something strange in the new domU running Xen 3.0.3. I cannot install some packages, even when trying to force an rpm install using --force and --nodeps. # rpm -Uvh --force --nodeps 'http://10.1.34.99/L1/IBM_db2cliv81-8.1.0-89.i386.rpm' Retrieving http://10.1.34.99/L1/IBM_db2cliv81-8.1.0-89.i386.rpm Preparing... ########################################### [100%] error: %pre(IBM_db2cliv81-8.1.0-89.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping IBM_db2cliv81-8.1.0-89 This same command works fine on a system outside of Xen. As you can see, it fails during the %pre section which only sets a variable: preinstall scriptlet (using /bin/sh): DB2DIR="/opt/IBM/db2/V8.1" exit 0 postinstall scriptlet (using /bin/sh): DB2DIR="/opt/IBM/db2/V8.1" SPBDIR="${DB2DIR?}/spb" DOCDIR="${DB2DIR?}/doc" DQPDIR="${DB2DIR?}/qp" Could this be that vtpm is disabled? This works fine on a xen 3.0.2 system with vtpm enabled. On 10/18/06, Petersson, Mats <Mats.Petersson@xxxxxxx> wrote: > -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx > [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Fong Vang > Sent: 18 October 2006 17:24 > To: Jaume Sabater > Cc: Xen-users@xxxxxxxxxxxxxxxxxxx > Subject: Re: [Xen-users] xen 3.0.3 > > On 10/18/06, Jaume Sabater <jsabater@xxxxxxxxxxxxx> wrote: > > Fong Vang wrote: > > > > > I have several systems running Xen 3.0.2 on Fedora Core 5. > > > > > > Today, I started playing with Xen 3.0.3 also on FC5. > dom0 starts up > > > fine without any problem. However, I cannot create any > domU's (domU = > > > CentOS 4.4). This is the error being reported: > > > > > > > > > [root@xenmgt ~]# xm create -c meta > > > Using config file "/etc/xen/meta". > > > Error: Device 0 (vtpm) could not be connected. Backend > device not found. > > > > Same happened to me on Debian with 3.0.3 RCs. Didn't manage > to fix it, > > so I am still using version 3.0.2. > > Thanks for the input. The list is kinda quiet. Unfortunately, with > the newer hardware I've been getting, dom0 running 3.0.2 kernel panics > all the time (consistently across multiple hardware so memory or other > hardware problem is unlikely). The good news is that 3.0.3 appears to > be running very stable on the new hardware, except that I cannot > create any domU's. (vtpm) indicates that you're using the virtual TPM. Is this something you wanted to do, or just accidentally switched on (or didn't switch off?). Check the latest config files and see if they say anything on how to switch this off if you can live without a virtual TPM... -- Mats > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > > > _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |