Hello,

Olivier is completely right. Olivier even wanted to improve all those stuff but 
i am guilty of slowing him down, i would like to focus on 6.1.0 before focusing 
on those things.

Thanks,

----- "Olivier LAHAYE" <[email protected]> a écrit :

> Giacomo,
> 
> I think that is the correct way do if you want to have a good test.
> At least, it's what I'm doing.
> 
> Then You'll have to redo all the steps as the image is not in the
> database anymore (but stil present on disk)
> 
> To avoid the full rebuild, you could do a the following command
> mksiimage -A --name oscarimage --filename
> /usr/share/oscar/oscarsamples/centos-5-x86_64.rpmlist --arch x86_64
> --path /var/lib/systemimager/images/oscarimage --distro
> centos-5-x86_64   --verbose --nobuild
> But I think this is a bad idea if you don't know exactly what you're
> doing.
> 
> If your aim is only to try a deployment, before doing oscar-config -t
> , you can try to continue from the step you were stuck before, but in
> any case, if you want to report a problem, then you will need to
> reproduce it by going 1st to the oscar-config -t so everything is
> coherent with the version you're using.
> 
> Am I correct Geoffroy?
> 
> Olivier.
> 
> Le vendredi 4 décembre 2009 09:53:49 Giacomo Carella, vous avez écrit
> :
> >
> > Dear Geoffroy,
> > thanks for your help. Just to be sure about the procedure I follow
> whenever an update is ready can you check it:
> > - yum update
> > -  oscar-config -t
> > -  oscar-config --bootstrap
> > - oscar_wizard --debug install
> > then I go through all the steps again.
> > Is the oscar-config -t useless? Should I have to redo all the steps?
> > Thanks in advance
> > Giacomo
> >
> > > Date: Fri, 4 Dec 2009 07:00:03 +0100
> > > From: [email protected]
> > > To: [email protected]
> > > CC: [email protected]
> > > Subject: Re: [Oscar-devel] GPT partition tables support and cciss
> HP raid array support in mksidisk: DONE/FIXED
> > >
> > > Giacomo,
> > >
> > > I had the same issue, this is supposed to be fixed now. Sorry, i
> messed you during the past few days but everything should be in better
> shape now.
> > >
> > > Regards,
> > >
> > > ----- "Giacomo Carella" <[email protected]> a écrit :
> > >
> > > > Dear Geoffroy,
> > > > I've updated the system and now I'm not able to create the image
> (step
> > > > 4).
> > > > This is the last piece of the error:
> > > >
> > > > Error: No matching Packages to list
> > > > syntax error at
> > > > /usr/lib/systeminstaller/SystemInstaller/Partition/IA.pm line
> 264,
> > > > near "return"
> > > > Compilation failed in require at
> > > > /usr/lib/systeminstaller/SystemInstaller/Partition.pm line 40.
> > > > BEGIN failed--compilation aborted at
> > > > /usr/lib/systeminstaller/SystemInstaller/Partition.pm line 40.
> > > > Compilation failed in require at /usr/bin/mksidisk line 39.
> > > > BEGIN failed--compilation aborted at /usr/bin/mksidisk line 39.
> > > > ERROR: Couldn't run command mksidisk -A --name lnif-image --file
> > > > /usr/share/oscar/oscarsamples/cciss-lnif.disk at
> > > > /usr/lib/systeminstaller/SystemInstaller/Tk/Image.pm line 791
> > > > ERROR: Impossible to create the image at
> > > >
> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Tk.pm
> > > > line 250
> > > >
> > > > Find attached the complete logs.
> > > > Thanks
> > > >
> > > > Giacomo
> > > >
> > > > > Date: Tue, 1 Dec 2009 06:41:57 +0100
> > > > > From: [email protected]
> > > > > To: [email protected]
> > > > > CC: [email protected]
> > > > > Subject: Re: [Oscar-devel] GPT partition tables support and
> cciss HP
> > > > raid array support in mksidisk: DONE/FIXED
> > > > >
> > > > > Giacomo,
> > > > >
> > > > > I just pushed a new set of RPM that should include the support
> for
> > > > CCISS controllers (modulo the systemimager RPM, you still need
> to
> > > > manually install the RPM provided by Olivier). Feel free to test
> it
> > > > and report issues and problems.
> > > > >
> > > > > Regards,
> > > > >
> > > > > ----- "Giacomo Carella" <[email protected]> a écrit :
> > > > >
> > > > > > Dear All,
> > > > > > I'm interested in this too cause I'm trying to install oscar
> on an
> > > > HP
> > > > > > system (BL465 with CCISS). I can try to test it too. Right
> now the
> > > > > > installed oscar version is 6.0.5r9073-1. Is this patch
> included in
> > > > > > this version?
> > > > > > Thanks in advance
> > > > > > Giacomo
> > > > > >
> > > > > > > Date: Sat, 28 Nov 2009 00:21:12 +0100
> > > > > > > From: [email protected]
> > > > > > > To: [email protected]
> > > > > > > Subject: Re: [Oscar-devel] GPT partition tables support
> and
> > > > cciss HP
> > > > > > raid array support in mksidisk: DONE/FIXED
> > > > > > >
> > > > > > > Olivier,
> > > > > > >
> > > > > > > The idea is very interesting, can you tell me which cases
> you
> > > > > > actually tested (at least CCISS i guess)? I do not have the
> time
> > > > to do
> > > > > > any testing right now so i just want to know what is the
> actually
> > > > > > status of the patch before to check in it (i hope it is ok
> with
> > > > you).
> > > > > > >
> > > > > > > Thanks,
> > > > > > >
> > > > > > > ----- "Olivier LAHAYE" <[email protected]> a écrit :
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I've modified IA.pm from systeminstaller-oscar-2.4.8-1
> to as
> > > > > > support
> > > > > > > > for GPT partition tables and fix CCISS HP Raid Array as
> well.
> > > > > > > >
> > > > > > > > After a few tests, it seems that it works realy well.:-)
> > > > > > > >
> > > > > > > > As I'm a perl newbee, there is a strangeness that I
> don't
> > > > > > understand,
> > > > > > > > it seems that the 3 last parameters recieved by
> do_partition
> > > > are
> > > > > > > > references. Thus I need to address them using $$, and I
> don't
> > > > > > > > understand why, aside that, every thing seems good.
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > >
> > > > > > > > --
> > > > > > > > Olivier LAHAYE
> > > > > > > > CEA Saclay
> > > > > > > > DRT-LIST-DETECS-SSTM
> > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> ------------------------------------------------------------------------------
> > > > > > > > Let Crystal Reports handle the reporting - Free Crystal
> > > > Reports
> > > > > > 2008
> > > > > > > > 30-Day
> > > > > > > > trial. Simplify your report design, integration and
> deployment
> > > > -
> > > > > > and
> > > > > > > > focus on
> > > > > > > > what you do best, core application coding. Discover
> what's new
> > > > > > with
> > > > > > > > Crystal Reports now. http://p.sf.net/sfu/bobj-july
> > > > > > > > _______________________________________________
> > > > > > > > Oscar-devel mailing list
> > > > > > > > [email protected]
> > > > > > > > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> ------------------------------------------------------------------------------
> > > > > > > Let Crystal Reports handle the reporting - Free Crystal
> Reports
> > > > 2008
> > > > > > 30-Day
> > > > > > > trial. Simplify your report design, integration and
> deployment -
> > > > and
> > > > > > focus on
> > > > > > > what you do best, core application coding. Discover what's
> new
> > > > with
> > > > > > > Crystal Reports now. http://p.sf.net/sfu/bobj-july
> > > > > > > _______________________________________________
> > > > > > > Oscar-devel mailing list
> > > > > > > [email protected]
> > > > > > > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > > > > >
> > > > > >
> > > > > > Windows Live Hotmail: Your friends can get your Facebook
> updates,
> > > > > > right from Hotmail®.
> > > > > >
> > > >
> ------------------------------------------------------------------------------
> > > > > > Let Crystal Reports handle the reporting - Free Crystal
> Reports
> > > > 2008
> > > > > > 30-Day
> > > > > > trial. Simplify your report design, integration and
> deployment -
> > > > and
> > > > > > focus on
> > > > > > what you do best, core application coding. Discover what's
> new
> > > > with
> > > > > > Crystal Reports now. http://p.sf.net/sfu/bobj-july
> > > > > > _______________________________________________
> > > > > > Oscar-devel mailing list
> > > > > > [email protected]
> > > > > > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > > >
> > > >
> > > > Windows Live Hotmail: Your friends can get your Facebook
> updates,
> > > > right from Hotmail®.
> >
> > _________________________________________________________________
> > Keep your friends updated—even when you’re not signed in.
> >
> http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010
> 
> --
>       Olivier LAHAYE
>       CEA Saclay
>       DRT-LIST-DETECS-SSTM
> 
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Oscar-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to