Ah ha.. :-)

Regards,

--
- DongInn

On Nov 26, 2013, at 5:16 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:

> 
> Torque 4.1.7 does not support ipv6.
> Commenting the ::1 line in /etc/hosts solved the problem.
> 
> 
> -- 
>    Olivier LAHAYE
>    CEA DRT/LIST/DM2I/DIR
> De : LAHAYE Olivier
> Date d'envoi : mardi 26 novembre 2013 10:03
> À : oscar-users@lists.sourceforge.net
> Objet : [PROVENANCE INTERNET] [Oscar-users] RE : RE : RE : OSCAR on CentOS 
> 6.4 error -help
> 
> 
> Thanks a lot Sahan for your feedback,
> 
> I'm still working on torque. It should work, but for unknown reasons 
> even-though pbs_server is running, qmgr can't connect (not iptable related, 
> port 15001 is not openned at all eventhough log says it's opened) maybe an 
> issue related to 4.1.7 ?
> 
> I get error 15096...
> 
> Best regards,
> 
> Olivier.
> -- 
>    Olivier LAHAYE
>    CEA DRT/LIST/DM2I/DIR
> De : Sahan Thanthiriwatte [sahanc...@gmail.com]
> Date d'envoi : lundi 25 novembre 2013 20:51
> À : oscar-users@lists.sourceforge.net
> Objet : Re: [Oscar-users] RE : RE : OSCAR on CentOS 6.4 error -help
> 
> Hi Olivier,
> 
> Yes, as you mentioned I have stuck again. I have added  'torque'.
> But I though that problems was internal and try to re install everything with 
> fresh copy of CentOS. 
> I haven't proceed forward yet. Thank you so much for inform that.check back. 
> I will let you know the progress next few days. Than you again
>   
> Regards,
> -Sahan-
> 
> 
> On Mon, Nov 25, 2013 at 4:15 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
> 
> Hi,
> 
> Excellent news.
> 
> Did you finish your deployment (if yes what module did you select), or are 
> you still to early steps in oscar_wizard?
> 
> I'm still working on fixing post installation scripts (step 8) for 
> Experimental modules like torque, slurm, blcr and such.
> 
> Errors are expected to occure in post installation if you try to use those 
> Experimental modules.
> 
> Best regards.
> 
> Olivier.
> 
> 
> -- 
>    Olivier LAHAYE
>    CEA DRT/LIST/DM2I/DIR
> De : Sahan Thanthiriwatte [sahanc...@gmail.com]
> Date d'envoi : vendredi 22 novembre 2013 21:34
> À : oscar-users@lists.sourceforge.net
> Objet : Re: [Oscar-users] RE : OSCAR on CentOS 6.4 error -help
> 
> Hi Olivier.
> 
> The installations are working now. Thank you so much.
> This saves me from a lot. thank you again.
> 
> Regards,
> -Sahan-
> 
> On Thu, Nov 21, 2013 at 11:21 AM, LAHAYE Olivier <olivier.lah...@cea.fr> 
> wrote:
> 
> Sahan,
> 
> 
> Sorry for late answer, I've just fixed the issue.
> - you are using the wrong perl-Qt package (perl-Qt-3.x is based on Qt3 
> (problem from OSCAR)
> 
> for the moment, the package that require perl-Qt needs too be fixed (upcoming 
> days).
> 
> In the meantime, you can do the following (when oscar repos will be updated):
> 
> rpm -ev --nodeps perl-Qt-3.009b2-8.el6.x86_64
> yum install smokegen smokeqt perl-Qt-0.96.0-2.el6.x86_64
> 
> It should work hopefully.
> 
> Thanks for your report.
> 
> Best regards,
> 
> Olivier.
> 
> To check that oscar repo is up to date, check that the following file exists:
> http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64/perl-Qt-0.96.0-2.el6.x86_64.rpm
> 
> -- 
>    Olivier LAHAYE
>    CEA DRT/LIST/DM2I/DIR
> De : Sahan Thanthiriwatte [sahanc...@gmail.com]
> Date d'envoi : lundi 18 novembre 2013 17:07
> À : oscar-users@lists.sourceforge.net
> Objet : [Oscar-users] OSCAR on CentOS 6.4 error -help
> 
> 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, Fax: (205) 348-9104
> 
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
> 
> 
> 
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
> 
> 
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing 
> conversations that shape the rapidly evolving mobile landscape. Sign up now. 
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk_______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&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