There's a defect for sles10 to start the tftp server, could you try
following patch?

--- AAsn.pm.old 2012-12-04 22:03:30.000000000 -0500
+++ AAsn.pm.new 2012-12-04 22:02:25.000000000 -0500
@@ -1469,6 +1469,9 @@
   # get the version of TCP/IP protocol
   my $protocols;
   my $v4only="-4 ";
+  if (xCAT::Utils->osver() =~ /^sle[sc]10/) {
+      $v4only = "";
+  }
   open($protocols,"<","/proc/net/protocols");
   if ($protocols) {


Thanks
Best Regards
----------------------------------------------------------------------
 Wang Xiaopeng (王晓朋)
 IBM China System Technology Laboratory
 Tel: 86-10-82453455
 Email: w...@cn.ibm.com
 Address: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road,
Haidian District Beijing P.R.China 100193



From:   John Simon <tzz...@yahoo.com>
To:     xcat-user@lists.sourceforge.net,
Date:   2012/12/05 09:41
Subject:        [xcat-user] tftp error with xcat



What tftp package should be loaded with xcat for SLES 10 SP4? When I
install xcat the below tftp package is installed but I get the following
error when I start xcat:

bash[root@xcatserver]# /etc/init.d/xcatd start
Starting xCATd
in.tftpd: no process killed
/usr/sbin/in.tftpd: invalid option -- 4
                                                                      done

I have xcat-core-2.7.6 and xcat-dep-201211131722

bash[root@xcatserver]# zypper install xCAT
Restoring system sources...
Parsing metadata for SUSE Linux Enterprise Server 10 SP4 Updates...
Parsing metadata for SLES10 FNMA...
Parsing metadata for SUSE Linux Enterprise Server 10 SP4 SDK...
Parsing metadata for SUSE Linux Enterprise Server 10 SP4 SDK Updates...
Parsing metadata for SUSE Linux Enterprise Server 10 SP4...
Parsing metadata for file:/install/packages/xcat/xcat-core...
Parsing metadata for file:/install/packages/xcat/xcat-dep/sles10/x86_64...
Parsing RPM database...
Summary:
<install>   [S1:1][package]tftp-0.48-1.13.1.x86_64
<install>   [S6:0][package]perl-xCAT-4:2.7.6-snap201211272157.noarch
<install>   [S7:0][package]conserver-xcat-8.1.16-9.x86_64
<install>   [S7:0][package]syslinux-xcat-3.86-2.noarch
<install>   [S6:0][package]xCAT-client-4:2.7.6-snap201211272157.noarch
<install>   [S6:0][package]xCAT-server-4:2.7.6-snap201211272157.noarch
<install>   [S7:0][package]elilo-xcat-3.14-4.noarch
<install>   [S6:0][package]xCAT-2.7.6-snap201211272201.x86_64
<install>
[S7:0][package]xCAT-genesis-x86_64-1:2.7.6-snap201211051142.noarch
<install>   [S7:0][package]yaboot-xcat-1.3.17-rc1.noarch
<install>   [S7:0][package]ipmitool-xcat-1.8.11-3.x86_64
Continue? [y/n]:


------------------------------------------------------------------------------

LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

<<inline: graycol.gif>>

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to