Carlos,

Yes i generated a new set of RPMs since bugs have been reported. I update the 
RPMs several times a week most of the time.

Regards,

----- "Carlos Gonçalves" <cgoncal...@deetc.isel.ipl.pt> a écrit :

> Hi again
> 
> Was any update during the night to the unstable version?
> 
> I ask this because I repeat all the steps today and I was able to
> create the client image.
> 
> Carlos
> 
> -----------------------------------------------------------------------
> Carlos Gonçalves
> Instituto Superior de Engenharia de Lisboa
> Departamento de Engenharia de Electrónica de Telecomunicações e de
> Computadores
> 
> Web: http://www.deetc.isel.ipt.pt/
> 
> 
> -----Original Message-----
> From: geoffroy.vallee [mailto:geoffroy.val...@free.fr]
> Sent: quinta-feira, 12 de Novembro de 2009 05:00
> To: <cgoncal...@deetc.isel.ipl.pt>
> Cc: <oscar-users@lists.sourceforge.net>
> Subject: Re: [Oscar-users] Problem when installing OSCAR 6.0.4 in
> CentOS 5.4 at step 4
> 
> Hello,
> 
> Can you please thé following two files?
> /var/log/oscar/bootstrap.log
> /var/log/oscar/oscar_wizard.log
> 
> Without these two files it is very difficult to help you.
> 
> Thanks,
> 
> Le Nov 11, 2009 à 18:35, Carlos Gonçalves
> <cgoncal...@deetc.isel.ipl.pt> a écrit :
> 
> > Hello again,
> >
> > I follow Geoffroy tips and started to used de unstable version.
> >
> > I followed the instructions presented at
> http://svn.oscar.openclustergroup.org/trac/oscar/wiki/repoTesting
> >  (Testing the development version)
> >
> > An some of the errors disappeared, but other appeared when I run the
> > system-sanity command that says that the "CentOS-x86_64-OSCAR-
> > unstable.repo" file does not exists (but the file exists because if
> > I do a cat etc/yum.repos.d/ CentOS-x86_64-OSCAR-unstable.repo I can
> > see the contents of the file).
> >
> > In attached I send a script that I create with all the steps that I
> > executed and the corresponding output.
> >
> > When I start the command "oscar_wizard install" I get the error:
> >
> > syntax error at /usr/lib/perl5/vendor_perl/5.8.8/OSCAR/MAC.pm line
> > 653, near "} elsif"
> > Compilation failed in require at /usr/lib/perl5/vendor_perl/5.8.8/
> > OSCAR/GUI_MAC.pm line 71.
> > BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/
> > 5.8.8/OSCAR/GUI_MAC.pm line 71.
> > Compilation failed in require at /usr/bin/oscar_wizard line 57.
> > BEGIN failed--compilation aborted at /usr/bin/oscar_wizard line 57.
> >
> >
> > that prevents the GUI to appear.
> >
> > Before the last updates the GUI appeared and I could reach the step
> > 4 of the wizard (but the image creation failed).
> >
> > uname -a on my system gives the output:
> >
> > Linux cluster1.deetc.isel.local 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3
> > 16:18:27 EST 2009 i686 i686 i386 GNU/Linux
> >
> > Can anyone help me?
> >
> > Thanks in advanced,
> >
> > Carlos
> >
> >
> >
> >
> > ---
> > --------------------------------------------------------------------
> > Carlos Gonçalves
> > Instituto Superior de Engenharia de Lisboa
> > Departamento de Engenharia de Electrónica de Telecomunicações e de
> > Computadores
> >
> > Web: http://www.deetc.isel.ipt.pt/
> >
> > -----Original Message-----
> > From: geoffroy.val...@free.fr [mailto:geoffroy.val...@free.fr]
> > Sent: terça-feira, 10 de Novembro de 2009 21:47
> > To: cgoncal...@deetc.isel.ipl.pt; oscar-users@lists.sourceforge.net
> > Subject: Re: [Oscar-users] Problem when installing OSCAR 6.0.4 in
> > CentOS 5.4 at step 4
> >
> > Hello,
> >
> > The way CentOS repositories used by OSCAR are organized changed
> > lately (nothing we can manage on our side, we are using third-party
> > repositories). The OSCAR version available via the "unstable"
> > repository fixes this issue (and many others). So please switch to
> > the unstable repository or wait for the release of 6.0.5 (which
> > should come shortly).
> >
> > Regards,
> >
> > ----- "Carlos Gonçalves" <cgoncal...@deetc.isel.ipl.pt> a écrit :
> >
> >> Hi everyone,
> >>
> >>
> >>
> >> I started to install OSCAR (version 6.0.4) in a fresh installation
> of
> >> a CentOS (version 5.4).
> >>
> >>
> >>
> >> I followed the steps mention at the installation guide (
> >> http://svn.oscar.openclustergroup.org/trac/oscar/wiki/InstallGuide
> )
> >> like follows:
> >>
> >>
> >>
> >> * vi /etc/yum.repos.d/CentOS-OSCAR.repo
> >>
> >>
> >>
> >> # CentOS-OSCAR.repo
> >>
> >> #
> >>
> >> # If the mirrorlist= does not work for you, as a fall back you can
> >> try
> >> the
> >>
> >> # remarked out baseurl= line instead.
> >>
> >> #
> >>
> >> #
> >>
> >>
> >>
> >> [oscar]
> >>
> >> name=CentOS-$releasever - OSCAR
> >>
> >> baseurl=http://bison.csm.ornl.gov/repos/rhel-5-i386
> >>
> >> gpgcheck=0
> >>
> >>
> >>
> >> * yum update
> >>
> >> …
> >>
> >> No Packages marked for Update
> >>
> >>
> >>
> >> * yum install oscar
> >>
> >> …
> >>
> >> Setting up Install Process
> >>
> >> Package oscar-6.0.4-1.noarch already installed and latest version
> >>
> >> Nothing to do
> >>
> >>
> >>
> >> * vi /etc/oscar/oscar.conf (comments removed)
> >>
> >> OSCAR_NETWORK_INTERFACE = eth1
> >>
> >> ODA_TYPE = db
> >>
> >> DB_TYPE = mysql
> >>
> >> PREREQ_MODE = check_and_fix
> >>
> >> OSCAR_SCRIPTS_PATH = /usr/bin
> >>
> >> PREREQS_PATH = /usr/share/oscar/prereqs
> >>
> >> RAPT_PATH = /usr/share/oscar/prereqs/rapt
> >>
> >> YUME_PATH = /usr/share/oscar/prereqs/yume
> >>
> >> OPKGS_PATH = packages
> >>
> >>
> >>
> >> Note: my system has two nicks (eth0 connected to the internet, eth1
> >> used to connect the cluster computers)
> >>
> >> * oscar-config --setup-distro centos-5-i386
> >>
> >>
> >>
> >> ===
> >> ===
> >> ===
> >>
> ====================================================================
> >>
> >> == Setting centos-5-i386...
> >>
> >> ===
> >> ===
> >> ===
> >>
> ====================================================================
> >>
> >>
> >>
> >> * oscar-config --bootstrap
> >>
> >>
> >>
> >> And here I get an error:
> >>
> >>
> >>
> >> db_type: no such variable at /etc/oscar/oscar.conf line 9
> >>
> >>
> >>
> >> but my oscar.conf file as the variable db_type define
> >>
> >>
> >>
> >> also during the installation I get several messages saying:
> >>
> >>
> >>
> >> http://isoredirect.centos.org/centos/5/os/i386/repodata/repomd.xml
> :
> >> [Errno 14] HTTP Error 404: Not Found
> >>
> >>
> >>
> >> I tried to use my browser to get the file but the file does not
> >> exists
> >>
> >>
> >>
> >> can any one help me?
> >>
> >>
> >>
> >> Thanks in advanced,
> >>
> >> Carlos
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> ---
> >>
> --------------------------------------------------------------------
> >>
> >> Carlos Gonçalves
> >>
> >> Instituto Superior de Engenharia de Lisboa
> >>
> >> Departamento de Engenharia de Electrónica de Telecomunicações e de
> >> Computadores
> >>
> >>
> >>
> >> Web: http://www.deetc.isel.ipt.pt/
> >>
> >>
> >> ---
> >> ---
> >> ---
> >>
> ---------------------------------------------------------------------
> >> 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-users mailing list
> >> Oscar-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/oscar-users
> >
> > ---
> > ---
> > ---
> >
> ---------------------------------------------------------------------
> > 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-users mailing list
> > Oscar-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > <go.sh>
> > <oscar.log>
> 
> ------------------------------------------------------------------------------
> 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-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
> 
> 
> ------------------------------------------------------------------------------
> 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-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users

------------------------------------------------------------------------------
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-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to