Hello,
What happened to me in the past is that after step 6, when using UYOK option, I
found on the master an rsyncd process started without the
--config =/etc/systemimager/rsyncd.conf
option. As I remember the error message looked similar to yours.
I killed this rsyncd daemon and started the right one with the right config
file so I could continue the node installation process:
ps -ef | grep -i rsyncd
kill <proc_number>
/etc/init.d/systemimager-server-rsyncd start
ps -ef | grep -i rsyncd
root 2065 2064 0 Mar28 ? 00:00:00 tail -n 0 --follow=name
/var/log/systemimager/rsyncd
root 2074 1 0 Mar28 ? 00:00:00 /usr/bin/rsync --daemon
--config=/etc/systemimager/rsyncd.conf
Regards,
Costel SEITAN
From: LAHAYE Olivier [mailto:olivier.lah...@cea.fr]
Sent: Tuesday, November 26, 2013 9:46 AM
To: Huu Duc Le; oscar-users@lists.sourceforge.net
Cc: DongInn Kim <di...@cs.indiana.edu> (di...@cs.indiana.edu)
Subject: [Oscar-users] RE : RE : RE : OSCAR on CentOS 6.4 error -help
Hi Duc,
I looks like a bad rsync config file.
You should have this running:
/usr/bin/rsync --daemon --config=/etc/systemimager/rsyncd.conf
You should have that section in your /etc/systemimager/rsyncd.conf
[scripts]
path = /var/lib/systemimager/scripts
and /var/lib/systemimager/scripts should contain your imaging scripts.
./oscarimage.master
./oscarnode1.sh -> oscarimage.master
./post-install/<some scripts>
./pre-install/<some scripts>
Just before deploying a node, it is recommended to:
click step 6: Setup Networking
click enable install mode
click configure dhcp server
click setup network boot.
By that way you are sure that all services are up and running.
Best regards,
Olivier.
--
Olivier LAHAYE
CEA DRT/LIST/DM2I/DIR
________________________________
De : Huu Duc Le [hdu...@r-associates.com]
Date d'envoi : lundi 25 novembre 2013 23:50
À : oscar-users@lists.sourceforge.net
Cc: LAHAYE Olivier; DongInn Kim <di...@cs.indiana.edu> (di...@cs.indiana.edu)
Objet : RE: [Oscar-users] RE : RE : OSCAR on CentOS 6.4 error -help
Hi All
I still get the error during PXE boot to install the compute-node. Here is the
error message from the compute-node's console:
start_syslogd
get_scripts_directory
rsync -a 172.16.0.100::scripts/ /scripts
@ ERROR: Unknown module 'scripts'
rsync error: error starting client-server protocol (code5) at main.c (1536)
[receiver=3.0.0]
Last command exited with 5
Killing off running process..
...
I tried with CentOS 6.3/6.4 and Redhat 6.4
Oscar-release -6.1.2r10044-1/ 10045-1
Systemimager 4.2.0-0.92/ 4.3.0-0.11 / 4.3.0-0.13
Anyone can help me to fix this bug?
Thanks
Huu Duc Le
R-associates
From: LAHAYE Olivier [mailto:olivier.lah...@cea.fr]
Sent: Monday, November 25, 2013 4:15 AM
To: oscar-users@lists.sourceforge.net
Subject: [Oscar-users] RE : RE : OSCAR on CentOS 6.4 error -help
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<mailto: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<mailto: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<mailto:sahanc...@gmail.com>]
Date d'envoi : lundi 18 novembre 2013 17:07
À : oscar-users@lists.sourceforge.net<mailto: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<tel:%28205%29%20348-4906>, Fax: (205)
348-9104<tel:%28205%29%20348-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<mailto: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