Hi Sahan,

There were many updates on that point in oscar recently,
Did you try newer version (r10428)?

Best regards.

Olivier.

--
   Olivier LAHAYE
   CEA DRT/LIST/DIR
________________________________
De : Sahan Thanthiriwatte [sahanc...@gmail.com]
Date d'envoi : vendredi 10 janvier 2014 22:05
À : oscar-users@lists.sourceforge.net
Objet : Re: [Oscar-users] OSCAR on CentOS 6.4 error -help

Hi Olivier,

When I was trying to day I can successfully do install osacar, bootstrap and  
system-sanity.
But I have stuck again in  oscar_wizard instal step. How can i fix it. is this 
erre in my side?
its CentOS 6.5 fresh installations. Thank you.

=============================================================================
== Successfully bootstrapped OSCAR
=============================================================================

[root@rolltide ~]# system-sanity
Checking your system...
Success: hostfile-check.pl<http://hostfile-check.pl>
Success: display-check.pl<http://display-check.pl>
Success: selinux-check.pl<http://selinux-check.pl>
Success: tftpboot-check.pl<http://tftpboot-check.pl>
Success: yum-check.pl<http://yum-check.pl>
Success: debrepo-check.pl<http://debrepo-check.pl>
Success: network-check.pl<http://network-check.pl>
Success: su-check.pl<http://su-check.pl>
Success: ssh-check.pl<http://ssh-check.pl>
[root@rolltide ~]#  oscar_wizard install

Verbosity: 0

=============================================================================
== oscar_wizard: Starting...
=============================================================================

[INFO] checking system-sanity...
Use of uninitialized value $ENV{"OSCAR_VERBOSE"} in numeric gt (>) at 
/usr/share/perl5/vendor_perl/OSCAR/Testing.pm line 176.
Use of uninitialized value $ENV{"OSCAR_VERBOSE"} in numeric gt (>) at 
/usr/share/perl5/vendor_perl/OSCAR/Testing.pm line 178.
Use of uninitialized value $ENV{"OSCAR_VERBOSE"} in numeric gt (>) at 
/usr/share/perl5/vendor_perl/OSCAR/Testing.pm line 194.
Use of uninitialized value $ENV{"OSCAR_VERBOSE"} in numeric gt (>) at 
/usr/share/perl5/vendor_perl/OSCAR/Testing.pm line 212.
ERROR:
[FAIL]       2014-01-10 14:53:17   IPV6_disabled.apt
[PASS]       2014-01-10 14:53:17   SELinux_disabled.apt
[PASS]       2014-01-10 14:53:17   display_check.apt
[FAIL]       2014-01-10 14:53:17   repos_check.apt
[PASS]       2014-01-10 14:53:17   su_check.apt
[PASS]       2014-01-10 14:53:17   tftpboot_exists.apt
[PASS]       2014-01-10 14:53:17   tftpboot_url_setup.apt
[PASS]       2014-01-10 14:53:17   tftpboot_no_empty_repos.apt
[PASS]       2014-01-10 14:53:17   tftpboot_check.apb
[FAIL]       2014-01-10 14:53:17   oscar_interface_check.apt
[PASS]       2014-01-10 14:53:18   hostname_check.apt
[FAIL]       2014-01-10 14:53:18   network-check.apb
[PASS]       2014-01-10 14:53:18   ssh_config.apt
[FAIL]       2014-01-10 14:53:18   system-sanity.apb

Please fix error(s) before retrying

=============================================================================
== oscar_wizard: Exit
=============================================================================

[root@rolltide ~]#



Regards,
-Sahan-

/*---------------------------*/
K. Sahan Thanthiriwatte, Ph.D.
Department of Chemistry,
The University of Alabama,
Tuscaloosa, AL 35487.
Tel: (205) 348-4906, Fax: (205) 348-9104


On Mon, Nov 18, 2013 at 10:07 AM, Sahan Thanthiriwatte 
<sahanc...@gmail.com<mailto:sahanc...@gmail.com>> wrote:
Dear Users,

I am trying to install OSCAR in our 16 node cluster. But unfortunately I got 
following error.
How can I fix it? Does anything I miss? Thank you in advance.

oscar_wizard: Change directory: /usr/share/perl5/vendor_perl/Qt

Can't locate QtCore4.pm in @INC (@INC contains: /usr/local/lib64/perl5 
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl 
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at 
Selector.pl line 28.
BEGIN failed--compilation aborted at Selector.pl line 28.


Please find installing procedure below.

OS: CentOS 6.4
OSCAR versin: 6.1.2

/etc/yum.repos.d/oscar.repo set to

# 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=OSCAR - 6.1.2svn10022013##
#mirrorlist= 
http://svn.oscar.openclustergroup.org/oscar/trunk/rpm/oscar.mirrors.txt
baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64
gpgcheck=0
enable=1
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5


THEN

/etc/sysconfig/network-scripts/ifcfg-eth0 set to

DEVICE=eth0
BOOTPROTO=static
BROADCAST=10.54.255.255
HWADDR=00:A0:D1:E7:D7:B6
IPADDR=10.54.0.1
NETMASK=255.255.0.0
NETWORK=10.54.0.0
ONBOOT=yes

/etc/sysconfig/network-scripts/ifcfg-eth1 set to DHCP

o Disable iptables for IPv6:

%service ip6tables stop
%chkconfig ip6tables off

in  /etc/sysconfig/network
NETWORKING_IPV6=no
IPV6INIT=no

o /etc/sysconfig/selinux  set SELINUX=disabled

o Option PermitRootLogin in /etc/ssh/sshd_config set to 'yes'

o install RHEL EPEL repository on 6.4

%wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
%sudo rpm -Uvh *.rpm

%yum -y update
%yum -y install oscar

o in /etc/oscar/supported_distros.txt
mirrorlist change to
http://www.gtlib.gatech.edu/pub/centos/
http://www.gtlib.gatech.edu/pub/fedora-epel/6/x86_64/

%yum -y update

%oscar-config --setup-distro centos-6-x86_64

%oscar-config --bootstrap

%oscar_wizard -d install

=============================================================================
== oscar_wizard: Starting...
=============================================================================


=============================================================================
== oscar_wizard: Change directory: /usr/share/perl5/vendor_perl/Qt
=============================================================================

Can't locate QtCore4.pm in @INC (@INC contains: /usr/local/lib64/perl5 
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl 
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at 
Selector.pl line 28.
BEGIN failed--compilation aborted at Selector.pl line 28.

=============================================================================
== oscar_wizard: Exit
=============================================================================

Regards,
-Sahan-

/*---------------------------*/
K. Sahan Thanthiriwatte, Ph.D.
Department of Chemistry,
The University of Alabama,
Tuscaloosa, AL 35487.
Tel: (205) 348-4906<tel:%28205%29%20348-4906>, Fax: (205) 
348-9104<tel:%28205%29%20348-9104>

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to