Yes that worked.
 
[root@xcat]# vi /tmp/sn.patch
[root@xcat]# patch /opt/xcat/lib/perl/xCAT_plugin/AAsn.pm < /tmp/sn.patch
patching file /opt/xcat/lib/perl/xCAT_plugin/AAsn.pm
Hunk #1 succeeded at 1469 with fuzz 1.
[root@xcat]# /etc/init.d/xcatd stop
Stopping xCATd                                                        done
[root@xcat]# /etc/init.d/xcatd start
Starting xCATd
in.tftpd: no process killed
                                                                      done
[root@xcat]#


--- On Tue, 12/4/12, Xiao Peng Wang <[email protected]> wrote:

From: Xiao Peng Wang <[email protected]>
Subject: Re: [xcat-user] tftp error with xcat
To: "xCAT Users Mailing list" <[email protected]>
Date: Tuesday, December 4, 2012, 9:04 PM

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: [email protected]
Address: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian District Beijing P.R.China 100193


Inactive hide details for John Simon ---2012/12/05 09:41:54---What tftp package should be loaded with xcat for SLES 10 SP4? WheJohn Simon ---2012/12/05 09:41:54---What tftp package should be loaded with xcat for SLES 10 SP4? When I install xcat the below tftp pac

From: John Simon <[email protected]>
To: [email protected],
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user



-----Inline Attachment Follows-----

------------------------------------------------------------------------------
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

-----Inline Attachment Follows-----

_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to