Finding tftpd version

  • Follow


Hi,

I'm trying to figure out how you determine the tftp daemon version.  I need
to make sure that the version I have can support >32MB file transfers.  My
understanding is that the newer versions can do that.

TIA,
-Tennis

--
Remove "-remove-to-reply" to respond to my  email address directly.


0
Reply tennis_smith31 (7) 8/2/2004 3:19:44 PM

Tennis Smith wrote on 02.08.2004 17:19:

> Hi,
> 
> I'm trying to figure out how you determine the tftp daemon version.  I need
> to make sure that the version I have can support >32MB file transfers.  My
> understanding is that the newer versions can do that.

You tried "pkginfo -l SUNWtftp"?

-- 
Walter
0
Reply Walter 8/2/2004 10:19:51 PM


Hi Walter,

Yes, I get this:

pkginfo -l SUNWtftp
ERROR: information for "SUNWtftp" was not found



"Walter Schiessberg" <nospam.news@arcor.de> wrote in message
news:cemem7$n0i$1@newsreader2.netcologne.de...
> Tennis Smith wrote on 02.08.2004 17:19:
>
> > Hi,
> >
> > I'm trying to figure out how you determine the tftp daemon version.  I
need
> > to make sure that the version I have can support >32MB file transfers.
My
> > understanding is that the newer versions can do that.
>
> You tried "pkginfo -l SUNWtftp"?
>
> --
> Walter


0
Reply Tennis 8/3/2004 1:04:09 AM

Tennis Smith wrote on 03.08.2004 03:04:

> Hi Walter,
> 
> Yes, I get this:
> 
> pkginfo -l SUNWtftp
> ERROR: information for "SUNWtftp" was not found
> 

So what TFTP do you use if not the standard one?

-- 
Walter

Please don't top post
0
Reply Walter 8/3/2004 6:26:01 AM

Please post your responses at the bottom of the most recent one. Placing 
them at the top is called "top-posting", and is frowned upon here. 
Continue below.....

> "Walter Schiessberg" <nospam.news@arcor.de> wrote in message
> news:cemem7$n0i$1@newsreader2.netcologne.de...
> 
>>Tennis Smith wrote on 02.08.2004 17:19:
>>
>>
>>>Hi,
>>>
>>>I'm trying to figure out how you determine the tftp daemon version.  I
> 
> need
> 
>>>to make sure that the version I have can support >32MB file transfers.
> 
> My
> 
>>>understanding is that the newer versions can do that.
>>
>>You tried "pkginfo -l SUNWtftp"?
>>
>>--
>>Walter
> 

Tennis Smith wrote:
 > Hi Walter,
 >
 > Yes, I get this:
 >
 > pkginfo -l SUNWtftp
 > ERROR: information for "SUNWtftp" was not found
 >

What version of Solaris are you running, and on what hardware? Please 
post the output of the command "uname -a"

If you enter the command "type in.tftpd", and it returns anything except 
"in.tftpd not found", then cut and paste the following command, ensuring 
that it is on a single line:

pkginfo -x `grep \`type in.tftpd | nawk '{print $3;}'\` 
/var/sadm/install/contents | head -1 | nawk '{print $NF;}'`

This should give you the version of the Solaris package containing in.tftpd.

If the "type" command says that in.tftpd is not found, try:

grep tftpd /var/sadm/install/contents | grep -v man

and post the result.

HTH,


Beardy.


0
Reply Beardy 8/3/2004 8:27:35 AM

Walter Schiessberg <nospam.news@arcor.de> wrote:
> Tennis Smith wrote on 03.08.2004 03:04:

>> Hi Walter,
>> 
>> Yes, I get this:
>> 
>> pkginfo -l SUNWtftp
>> ERROR: information for "SUNWtftp" was not found
>> 

> So what TFTP do you use if not the standard one?

Probably an older one.  It's not in a separate package in older
releases.

/usr/sbin/in.tftpd f none 0555 root bin 27244 58272 947116922 SUNWcsu

-- 
Darren Dunham                                           ddunham@taos.com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >
0
Reply Darren 8/3/2004 3:15:59 PM

Walter Schiessberg wrote:
 > Tennis Smith wrote on 02.08.2004 17:19:
 >
 >> Hi,
 >>
 >> I'm trying to figure out how you determine the tftp daemon version.
 >> I need to make sure that the version I have can support >32MB file
 >>  transfers.  My understanding is that the newer versions can do
 >> that.
 >
 >
 > You tried "pkginfo -l SUNWtftp"?
 >

in.tftpd was part of the SUNWcsu package on Solaris 8 and earlier, not
in a separate package.

in.tftpd in Solaris 8 and earlier is limited to 32MB files (as specified 
in RFC783).

In Solaris 9 and later in.tftp has been enhanced to comply with RFCs 
1350 (which obsoletes RFC783), 2347, 2348 and 2349.

Upgrade to Solaris 9 (or get hold of an open source tftp daemon).

HTH

Tony

0
Reply Tony 8/3/2004 3:30:51 PM

Beardy <beardy@beardy.net> wrote in message news:<410f3e28$0$68536$ed2619ec@ptn-nntp-reader01.plus.net>...
> Please post your responses at the bottom of the most recent one. Placing 
> them at the top is called "top-posting", and is frowned upon here. 
> Continue below.....
> 
> > "Walter Schiessberg" <nospam.news@arcor.de> wrote in message
> > news:cemem7$n0i$1@newsreader2.netcologne.de...
> >>Tennis Smith wrote on 02.08.2004 17:19:
> >>>I'm trying to figure out how you determine the tftp daemon version.  I
> > need
> >>>to make sure that the version I have can support >32MB file transfers.
> > My
> >>>understanding is that the newer versions can do that.
> >>You tried "pkginfo -l SUNWtftp"?
> 
> Tennis Smith wrote:
>  > Yes, I get this:
>  > pkginfo -l SUNWtftp
>  > ERROR: information for "SUNWtftp" was not found

Try pkgchk -l -p /usr/sbin/in.tftpd
 
> If you enter the command "type in.tftpd", and it returns anything except 
> "in.tftpd not found", then cut and paste the following command, ensuring 
> that it is on a single line:
> pkginfo -x `grep \`type in.tftpd | nawk '{print $3;}'\` 
> /var/sadm/install/contents | head -1 | nawk '{print $NF;}'`
> This should give you the version of the Solaris package containing in.tftpd.
> If the "type" command says that in.tftpd is not found, try:
> grep tftpd /var/sadm/install/contents | grep -v man 
> and post the result.
0
Reply gerryt 8/3/2004 4:51:21 PM

Gerry T wrote:
[snipperoonies...]
> 
> Try pkgchk -l -p /usr/sbin/in.tftpd

Courtesy suggests that you should have replied to the OP's original 
posting, not mine ;-)

0
Reply Beardy 8/3/2004 7:12:28 PM

8 Replies
377 Views

(page loaded in 0.13 seconds)

Similiar Articles:













7/27/2012 1:36:43 PM


Reply: