Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-22 Thread Costel Seitan
Hello,

Thank you for your support! These are great news Olivier!
I will install the repos and wait for your green light to try again.

MySQL is already installed and I saw that oscar-config tests the db during the 
-bootstrap phase.

To be honest I had to install this HPC cluster for the end of February and I am 
already 1 week late.
I am looking forward to make it work.


DongInn, I also installed Perl-Tk from epel repository by myself on CentOS 6. 
This was before Olivier added the rpm to the OSCAR repository.
On CentOS 6 Perl-Tk seems to be installed as a CPAN module but not as RPM and 
OSCAR seems to be looking for the .rpm.

Looking forward to hearing from you,
Costel SEITAN




From: DongInn Kim [mailto:di...@cs.indiana.edu]
Sent: Friday, February 22, 2013 12:41 AM
To: oscar-users@lists.sourceforge.net
Cc: oscar-de...@lists.sourceforge.net
Subject: Re: [Oscar-users] Updated CentOS-6 test repos.

I think CentOS6 or maybe RHEL6 has a missing rpm (perl-Tk) issue still.

-- smartly installing: perl-Tk
-- Packman status: Packman status:
Format: RPM
Number of repos: 4
List of repos: http://mirror.centos.org/centos/6/updates/x86_64/, 
http://mirror.centos.org/centos/6/extras/x86_64/,  
http://mirror.centos.org/centos/6/os/x86_64/, 
http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64

Error: No matching Packages to list
Error: No matching Packages to list
ERROR: Impossible to execute yum -c /tmp/fileKdMYXA info perl-Tk.noarch; some 
packages are not available (-y, install, perl-Tk) at /usr/bin/yume line 313.
ERROR during execution 6400
Use of uninitialized value $output[0] in join or string at 
/usr/share/perl5/vendor_perl/OSCAR/PackMan.pm line 656.
ERROR: -1 error(s) occured for prereq perl-Tk() at /usr/bin/install_prereq line 
81
main::handle_smart_pkgs(0, 'perl-Tk') called at 
/usr/bin/install_prereq line 407
main::install_prereq('centos', 6, 'x86_64', 'ARRAY(0x2471890)', 
'rpm') called at /usr/bin/install_prereq line 473
ERROR: The following packages were NOT installed:
perl-Tk
 at /usr/bin/install_prereq line 415
main::install_prereq('centos', 6, 'x86_64', 'ARRAY(0x2471890)', 
'rpm') called at /usr/bin/install_prereq line 473
ERROR: Impossible to install the prereqs at /usr/bin/install_prereq line 474.
ERROR: impossible to install perl-Tk ( /usr/bin/install_prereq  --smart  
/usr/share/oscar/prereqs/perl-Tk).
 at /usr/bin/oscar-config line 99
ERROR: Impossible to install a prereq ( /usr/share/oscar/prereqs/perl-Tk).
 at /usr/bin/oscar-config line 99
ERROR: Impossible to complete stage 2 of the bootstrap.
 at /usr/bin/oscar-config line 99
ERROR: Impossible to bootstrap OSCAR at /usr/bin/oscar-config line 100
main::bootstrap() called at /usr/bin/oscar-config line 331
ERROR: Impossible to bootstrap OSCAR at /usr/bin/oscar-config line 332.
[root@centos yum.repos.d]#

I think Olivier has fixed this one before. Maybe I manually installed yours 
previously?

BTW, I resynced Olivier's repository.

Regards,

--
- DongInn

On Feb 21, 2013, at 1:53 PM, LAHAYE Olivier 
olivier.lah...@cea.frmailto:olivier.lah...@cea.fr wrote:



Costel,

Don't panic, while Oscar works on some systems, it's often because we did 
bypass small problems by hand and forgot to update the svn or forgot something 
else (I did a lot of such mistake in the past).

Though, thanks to he help of many people here (developpers and testers like 
you), Oscar is comming back to life, so please be patient.

IMHO, we should have a big progress today:
I've created an oscar-release rpm just like epel-release or rpmforge-release 
rpms in order to setup a yum repo (in fact it should setup yum, apt-rpm, smart 
and rhn_source (for rhn source, only a txt file giving tips)
I only tested yum repo. The yum repo is setup using mirrors. So there are 3 
mirros:
The main repo, DongInn repo and my personal repo (which for the moment is the 
source of the original repo (with a sync delay))
I've added into the svn tree a mirror file wich (after testing on blanc VM 
seems to work file). 
http://svn.oscar.openclustergroup.org/oscar/trunk/rpm/oscar.mirrors.txt (I 
think that this is convenient as it can follow release as well. Of course, this 
can be changed).

The steps to go for oscar now should be:

1/ rpm -Uvh 
http://olivier.lahaye1.free.fr/OSCAR/repos/unstable/rhel-6-x86_64/oscar-release-6.1.2r9622-1.noarch.rpm
(rpm -Uvh 
http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64/oscar-release-6.1.2r9622-1.noarch.rpm
 when it'll be synced)

2/ rpm -Uvh 
http://mirrors.ircam.fr/pub/fedora/epel//6/x86_64/epel-release-6-8.noarch.rpmhttp://mirrors.ircam.fr/pub/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
 (or whatever mirror)

3/ yum make cache

4/ yum -y install oscar

Unfortunately, a few issues are remaining that sohuld be fixed tomorrow. (I 
need to leave my work (building close))
1/ there is a missing dependancy on mysql in the oda package apparently

Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-21 Thread Costel Seitan
Hi DongInn,


To install my master node I used CentOS-6.3-x86_64-bin-DVD1.iso for 
installation; I selected Desktop to try to install a full version.
I afterwards added some packages groups with
yum groupinstall
Development Tools
KDE (KDesktop Environment)
KDE Software Development
Desktop Platform Development
MySQL Database client
MySQL Database server
PHP Support
PostgreSQL Database client
PostgreSQL Database server
Scientific support
Server Platform Development
System Management
System administration tools
KDE Desktop

I added epel and rpmforge into the repos list:

CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-Vault.repo
CentOS-x86_64-OSCAR.repo
CentOS-x86_64-OSCAR.repo.OLD
epel.repo
epel-testing.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
rpmforge.repo


Concerning your installation on Rhel6:
Did you use the the same Oscar repository as the one I am using 
(baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
Do you have bittorrent (the last dependency I cannot solve) installed onto your 
Rhel6 server for instance?

Kind Regards,
Costel SEITAN




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-21 Thread DongInn Kim
Hi Costel,

Thanks for the detailed input but I am wondering why you wanted to have 
Desktop option including all the kde stuffs. 

 Did you use the the same Oscar repository as the one I am using 
 (baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
Yes

 Do you have bittorrent (the last dependency I cannot solve) installed onto 
 your Rhel6 server for instance?

No

Regards,

--
- DongInn

On Feb 21, 2013, at 3:01 AM, Costel Seitan csei...@slb.com wrote:

 Hi DongInn,
  
  
 To install my master node I used CentOS-6.3-x86_64-bin-DVD1.iso for 
 installation; I selected “Desktop” to try to install a full version.
 I afterwards added some packages groups with
 yum groupinstall
 Development Tools
 KDE (KDesktop Environment)
 KDE Software Development
 Desktop Platform Development
 MySQL Database client
 MySQL Database server
 PHP Support
 PostgreSQL Database client
 PostgreSQL Database server
 Scientific support 
 Server Platform Development
 System Management
 System administration tools
 KDE Desktop
  
 I added epel and rpmforge into the repos list:
  
 CentOS-Base.repo
 CentOS-Debuginfo.repo
 CentOS-Media.repo
 CentOS-Vault.repo
 CentOS-x86_64-OSCAR.repo
 CentOS-x86_64-OSCAR.repo.OLD
 epel.repo
 epel-testing.repo
 mirrors-rpmforge
 mirrors-rpmforge-extras
 mirrors-rpmforge-testing
 rpmforge.repo
  
  
 Concerning your installation on Rhel6:
 Did you use the the same Oscar repository as the one I am using 
 (baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
 Do you have bittorrent (the last dependency I cannot solve) installed onto 
 your Rhel6 server for instance?
  
 Kind Regards,
 Costel SEITAN
  
  
  
  
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb___
 Oscar-users mailing list
 Oscar-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oscar-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-21 Thread Costel Seitan
Hi DongInn,

To be really sure that I do not miss some package I did this morning a
Yum grouplist and I installed all the grouplists available.
However it fails at the same point (Requires bittorrent).

Is there a way to work around this issue as I do not plan to use bittorrent but 
rsync? (assuming the error message says true of course)

What Rhel6 did you installed?

Kind Regards,
Costel SEITAN

From: DongInn Kim [mailto:di...@cs.indiana.edu]
Sent: Thursday, February 21, 2013 1:53 PM
To: oscar-users@lists.sourceforge.net
Subject: Re: [Oscar-users] Updated CentOS-6 test repos.

Hi Costel,

Thanks for the detailed input but I am wondering why you wanted to have 
Desktop option including all the kde stuffs.

Did you use the the same Oscar repository as the one I am using 
(baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
Yes


Do you have bittorrent (the last dependency I cannot solve) installed onto your 
Rhel6 server for instance?
No

Regards,

--
- DongInn

On Feb 21, 2013, at 3:01 AM, Costel Seitan 
csei...@slb.commailto:csei...@slb.com wrote:


Hi DongInn,


To install my master node I used CentOS-6.3-x86_64-bin-DVD1.iso for 
installation; I selected Desktop to try to install a full version.
I afterwards added some packages groups with
yum groupinstall
Development Tools
KDE (KDesktop Environment)
KDE Software Development
Desktop Platform Development
MySQL Database client
MySQL Database server
PHP Support
PostgreSQL Database client
PostgreSQL Database server
Scientific support
Server Platform Development
System Management
System administration tools
KDE Desktop

I added epel and rpmforge into the repos list:

CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-Vault.repo
CentOS-x86_64-OSCAR.repo
CentOS-x86_64-OSCAR.repo.OLD
epel.repo
epel-testing.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
rpmforge.repo


Concerning your installation on Rhel6:
Did you use the the same Oscar repository as the one I am using 
(baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
Do you have bittorrent (the last dependency I cannot solve) installed onto your 
Rhel6 server for instance?

Kind Regards,
Costel SEITAN




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.netmailto:Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-21 Thread DongInn Kim
 What Rhel6 did you installed?
RHEL6-server.

Regards,

--
- DongInn

On Feb 21, 2013, at 8:12 AM, Costel Seitan csei...@slb.com wrote:

 Hi DongInn,
  
 To be really sure that I do not miss some package I did this morning a
 Yum grouplist and I installed all the grouplists available.
 However it fails at the same point (Requires bittorrent).
  
 Is there a way to work around this issue as I do not plan to use bittorrent 
 but rsync? (assuming the error message says true of course)
  
 What Rhel6 did you installed?
  
 Kind Regards,
 Costel SEITAN
  
 From: DongInn Kim [mailto:di...@cs.indiana.edu] 
 Sent: Thursday, February 21, 2013 1:53 PM
 To: oscar-users@lists.sourceforge.net
 Subject: Re: [Oscar-users] Updated CentOS-6 test repos.
  
 Hi Costel,
  
 Thanks for the detailed input but I am wondering why you wanted to have 
 Desktop option including all the kde stuffs. 
  
 Did you use the the same Oscar repository as the one I am using 
 (baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
 Yes
 
 
 Do you have bittorrent (the last dependency I cannot solve) installed onto 
 your Rhel6 server for instance?
 No
  
 Regards,
  
 --
 - DongInn
  
 On Feb 21, 2013, at 3:01 AM, Costel Seitan csei...@slb.com wrote:
 
 
 Hi DongInn,
  
  
 To install my master node I used CentOS-6.3-x86_64-bin-DVD1.iso for 
 installation; I selected “Desktop” to try to install a full version.
 I afterwards added some packages groups with
 yum groupinstall
 Development Tools
 KDE (KDesktop Environment)
 KDE Software Development
 Desktop Platform Development
 MySQL Database client
 MySQL Database server
 PHP Support
 PostgreSQL Database client
 PostgreSQL Database server
 Scientific support 
 Server Platform Development
 System Management
 System administration tools
 KDE Desktop
  
 I added epel and rpmforge into the repos list:
  
 CentOS-Base.repo
 CentOS-Debuginfo.repo
 CentOS-Media.repo
 CentOS-Vault.repo
 CentOS-x86_64-OSCAR.repo
 CentOS-x86_64-OSCAR.repo.OLD
 epel.repo
 epel-testing.repo
 mirrors-rpmforge
 mirrors-rpmforge-extras
 mirrors-rpmforge-testing
 rpmforge.repo
  
  
 Concerning your installation on Rhel6:
 Did you use the the same Oscar repository as the one I am using 
 (baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64)?
 Do you have bittorrent (the last dependency I cannot solve) installed onto 
 your Rhel6 server for instance?
  
 Kind Regards,
 Costel SEITAN
  
  
  
  
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb___
 Oscar-users mailing list
 Oscar-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oscar-users
  
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb___
 Oscar-users mailing list
 Oscar-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oscar-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-21 Thread Costel Seitan
Hello,

Sorry for bothering you DongInn. You must have a lot of work on your side.

Could you please check what version of sis have you installed with

rpm -aq | grep opkg-sis-server

I really do not understand.
I even connected to a RedHat 6.2 workstation (we do not have a RedHat6-server 
in our charge) and tried
yum install opkg-sis-server.x86_64 0:4.0.7-1
and it fails with the same messages (missing dependencies).

Unless I really do a big mistake .. I do not see why it works with Rhel6 and it 
does not work with CentOS6.

I tried to compile bittorrent src.rpm package found at 
http://www.csm.ornl.gov/srt/downloads/oscar/
It works on CentOS5 but it fails on CentOS6 because of python-2.6 (compared to 
python-2.4 in CentOS 5.9).

I am really stuck.

Did anybody try this version of OSCAR on CentOS 6?
Is there a way to remove this dependency from the package or replace it with 
another bittorrent package?
I know you have access to the developers oscar list .. can you help me post a 
message there
(I am not  sure that I have the rights to do it myself).


Kind Regards,
Costel SEITAN

From: DongInn Kim [mailto:di...@cs.indiana.edu]
Sent: Thursday, February 21, 2013 2:27 PM
To: oscar-users@lists.sourceforge.net
Subject: Re: [Oscar-users] Updated CentOS-6 test repos.

What Rhel6 did you installed?
RHEL6-server.

Regards,

--
- DongInn

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-21 Thread DongInn Kim
 Seitan [csei...@slb.com]
 Date d'envoi : jeudi 21 février 2013 17:31
 À : oscar-users@lists.sourceforge.net
 Objet : Re: [Oscar-users] Updated CentOS-6 test repos.
 
 Hello,
  
 Sorry for bothering you DongInn. You must have a lot of work on your side.
  
 Could you please check what version of sis have you installed with
  
 rpm -aq | grep opkg-sis-server
  
 I really do not understand.
 I even connected to a RedHat 6.2 workstation (we do not have a RedHat6-server 
 in our charge) and tried
 yum install opkg-sis-server.x86_64 0:4.0.7-1
 and it fails with the same messages (missing dependencies).
  
 Unless I really do a big mistake .. I do not see why it works with Rhel6 and 
 it does not work with CentOS6.
  
 I tried to compile bittorrent src.rpm package found at 
 http://www.csm.ornl.gov/srt/downloads/oscar/
 It works on CentOS5 but it fails on CentOS6 because of python-2.6 (compared 
 to python-2.4 in CentOS 5.9).
  
 I am really stuck.
  
 Did anybody try this version of OSCAR on CentOS 6?
 Is there a way to remove this dependency from the package or replace it with 
 another bittorrent package?
 I know you have access to the developers oscar list .. can you help me post a 
 message there
 (I am not  sure that I have the rights to do it myself).  
  
  
 Kind Regards,
 Costel SEITAN
  
 From: DongInn Kim [mailto:di...@cs.indiana.edu] 
 Sent: Thursday, February 21, 2013 2:27 PM
 To: oscar-users@lists.sourceforge.net
 Subject: Re: [Oscar-users] Updated CentOS-6 test repos.
  
 What Rhel6 did you installed?
 RHEL6-server.
  
 Regards,
  
 --
 - DongInn
  
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb___
 Oscar-users mailing list
 Oscar-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oscar-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-20 Thread Costel Seitan
Hi Olivier , DongInn,

Thank you for your quick answers.
Meanwhile, I observed that a link toward a Perl-QT rpm was attached to your 
blog post so I did

wget http://www.csm.ornl.gov/srt/downloads/oscar/perl-Qt-3.009b2-6.src.rpm
rpm -ivH perl-Qt-3.009b2-6.src.rpm

However, with the new information added,  I will remove it and install the one 
you added to the repo.

Most of the dependencies have been solved one by one using the vailable repos.


Thank you for the note about the distro name, you avoided me future troubles.

I will be back with more feedback..

Thank you,
Costel


From: LAHAYE Olivier [mailto:olivier.lah...@cea.fr]
Sent: Tuesday, February 19, 2013 7:07 PM
To: oscar-users@lists.sourceforge.net
Subject: [Oscar-users] Updated CentOS-6 test repos.


I've uploaded the missing perl-Qt package and updated the netbootmgr package.
I've also added the perl-XML-Simple package.

While doing so, I noticed an area in the build system where some packages are 
not built. (perl-XML-Simple, ...)
I'll investigate that point soon (~oscar/share/prereqs/*)

DongInn, if the sync process is not yet automatic, please can you update again 
the main files repos? Many thanks for your help.

Best regards,

Olivier.

--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-20 Thread Costel Seitan
Hi,

I fixed the issue with perl-QT and after few other issues due to the 
configuration of my server
the last error messages that stops me talks about core OPKGs (server  side): 
switcher sis .
It looks like missing dependencies are :

For switcher:

modules-oscar
modules-default-manpath-oscar

for sis:

flamethrower = 0.1.6
bittorrent
atftp-server
systemimager-i386initrd_template


I only succeeded in installing atftp-server.
I am also not sure if it is OK to request systemimager-i386initrd_template as 
we are using a x86_64 OS.
I will do my search of packages on www but I am not sure at all I will find 
them all. Ideas are welcome! :)


I added the detailed error messages (of oscar-config -bootstrap) below.

regards,
Costel


Need to install the following packages: opkg-switcher-server
Installing packages in /:
[ opkg-switcher-server ]
Array: 1 element(s)
Repository Manager Status:
Repos: 
http://isoredirect.centos.org/centos/6/os/x86_64/,http://isoredirect.centos.org/centos/6/extras/x86_64/,http://isoredirect.centos.org/centos/6/updates/x86_64/,http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64
Distro: centos-6-x86_64
Format: rpm
Packman status:
Format: RPM
Associated distro: centos-6-x86_64
ChRoot: /
Number of repos: 4
List of repos: 
http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64, 
http://isoredirect.centos.org/centos/6/updates/x86_64/, 
http://isoredirect.centos.org/centos/6/extras/x86_64/, 
http://isoredirect.centos.org/centos/6/os/x86_64/
Error: No matching Packages to list
Error: Package: env-switcher-1.0.13-1.x86_64 (unstable_rhel-6-x86_64)
   Requires: modules-oscar
Error: Package: opkg-switcher-server-1.0.12-1.noarch (unstable_rhel-6-x86_64)
   Requires: modules-oscar
Error: Package: opkg-switcher-server-1.0.12-1.noarch (unstable_rhel-6-x86_64)
   Requires: modules-default-manpath-oscar
ERROR during execution 256
Use of uninitialized value $output[0] in join or string at 
/usr/share/perl5/vendor_perl/OSCAR/PackMan.pm line 656.
Error occured during smart_install (-1):
at /usr/share/perl5/vendor_perl/OSCAR/Bootstrap.pm line 330


and

Installing packages in /:
[ opkg-sis-server ]
Array: 1 element(s)
Repository Manager Status:
Repos: 
http://isoredirect.centos.org/centos/6/os/x86_64/,http://isoredirect.centos.org/centos/6/extras/x86_64/,http://isoredirect.centos.org/centos/6/updates/x86_64/,http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64
Distro: centos-6-x86_64
Format: rpm
Packman status:
Format: RPM
Associated distro: centos-6-x86_64
ChRoot: /
Number of repos: 4
List of repos: 
http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64, 
http://isoredirect.centos.org/centos/6/updates/x86_64/, 
http://isoredirect.centos.org/centos/6/extras/x86_64/, 
http://isoredirect.centos.org/centos/6/os/x86_64/
Error: Package: systemimager-flamethrower-4.2.0-0.91svn4568.el6.noarch 
(unstable_rhel-6-x86_64)
   Requires: flamethrower = 0.1.6
Error: Package: opkg-sis-server-4.0.7-1.x86_64 (unstable_rhel-6-x86_64)
   Requires: bittorrent
Error: Package: opkg-sis-server-4.0.7-1.x86_64 (unstable_rhel-6-x86_64)
   Requires: atftp-server
Error: Package: opkg-sis-server-4.0.7-1.x86_64 (unstable_rhel-6-x86_64)
   Requires: systemimager-i386initrd_template
ERROR during execution 256
Use of uninitialized value $output[0] in join or string at 
/usr/share/perl5/vendor_perl/OSCAR/PackMan.pm line 656.
Error occured during smart_install (-1):
at /usr/share/perl5/vendor_perl/OSCAR/Bootstrap.pm line 330



From: Costel Seitan
Sent: Wednesday, February 20, 2013 10:40 AM
To: oscar-users@lists.sourceforge.net
Subject: RE: [Oscar-users] Updated CentOS-6 test repos.

Hi Olivier , DongInn,

Thank you for your quick answers.
Meanwhile, I observed that a link toward a Perl-QT rpm was attached to your 
blog post so I did

wget http://www.csm.ornl.gov/srt/downloads/oscar/perl-Qt-3.009b2-6.src.rpm
rpm -ivH perl-Qt-3.009b2-6.src.rpm

However, with the new information added,  I will remove it and install the one 
you added to the repo.

Most of the dependencies have been solved one by one using the vailable repos.


Thank you for the note about the distro name, you avoided me future troubles.

I will be back with more feedback..

Thank you,
Costel


From: LAHAYE Olivier [mailto:olivier.lah...@cea.fr]
Sent: Tuesday, February 19, 2013 7:07 PM
To: oscar-users@lists.sourceforge.net
Subject: [Oscar-users] Updated CentOS-6 test repos.


I've uploaded the missing perl-Qt package and updated the netbootmgr package.
I've also added the perl-XML-Simple package.

While doing so, I noticed an area in the build system where some packages are 
not built. (perl-XML-Simple, ...)
I'll investigate that point soon (~oscar/share/prereqs/*)

DongInn, if the sync process is not yet automatic, please can you update again 
the main files repos? Many thanks for your help.

Best regards,

Olivier.

--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR

Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-20 Thread Costel Seitan
All,

I finally used

-   modules-oscar

-   modules-default-manpath-oscar
for x86_64 from

http://olivier.lahaye1.free.fr/OSCAR/repos/6.1.0/rhel-5-x86_64/

and installed few other downloaded rpm packages.

oscar-config --bootstrap kept complaining about

bittorrent
systemimager-i386initrd_template

(even if I installed the systemimager-x86_64initrd_template.noarch).

I therefore installed systemimager-i386initrd_template-4.0.2-1.noarch.
I manually installed systemimager-bittorrent.noarch.

Now the last remaining issue is

-   Bittorrent


It looks to be very hard to find it. I installed few replacements for 
bittorrent (transmission.x86_64, ktorrent.x86_64)
but it did not help.

Would you have some old bittorrent package to share or a workaround for this 
issue?

Regards,
Costel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


Re: [Oscar-users] Updated CentOS-6 test repos.

2013-02-20 Thread DongInn Kim
Hi Costel,

I have no idea why you have a lot of issues during the bootstrap process. My 
RHEL6 box went through smoothly a few weeks ago.

Let me try to setup on CentOS myself.  What kind of CentOS6 X86_64 do you have?

CentOS6-minimal
CentOS6-live
CentOS6-bin

Regards,

--
- DongInn

On Feb 20, 2013, at 11:52 AM, Costel Seitan csei...@slb.com wrote:

 All,
  
 I finally used
 -   modules-oscar
 -   modules-default-manpath-oscar
 for x86_64 from
  
 http://olivier.lahaye1.free.fr/OSCAR/repos/6.1.0/rhel-5-x86_64/
  
 and installed few other downloaded rpm packages.
  
 “oscar-config –-bootstrap” kept complaining about   
  
 bittorrent
 systemimager-i386initrd_template
  
 (even if I installed the systemimager-x86_64initrd_template.noarch).
  
 I therefore installed systemimager-i386initrd_template-4.0.2-1.noarch.
 I manually installed systemimager-bittorrent.noarch.
  
 Now the last remaining issue is
 -   Bittorrent
  
 It looks to be very hard to find it. I installed few replacements for 
 bittorrent (transmission.x86_64, ktorrent.x86_64)
 but it did not help.
  
 Would you have some old bittorrent package to share or a workaround for this 
 issue?
  
 Regards,
 Costel
  
  
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb___
 Oscar-users mailing list
 Oscar-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oscar-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users