Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51201 - ftpget returns "SIZE ERROR" when using boot-image "ip22-r4k-20040426.img"
Summary: ftpget returns "SIZE ERROR" when using boot-image "ip22-r4k-20040426.img"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: MIPS Linux
: High normal (vote)
Assignee: MIPS Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-16 05:48 UTC by Stefan Probst
Modified: 2004-05-28 18:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Probst 2004-05-16 05:48:36 UTC
The command "ftpget" always returns "SIZE ERROR" when using the boot-image "ip22-r4k-20040426.img" and set up the machine with DHCP.

When doing the same thing with the image "ip22-r4k-20040215.img" everything works well.

Reproducible: Always
Steps to Reproduce:
1. boot machine with "ip22-r4k-20040426.img"
2. set up networking with DHCP (as described in busy-box)
3. start ftpget...

Actual Results:  
message: "SIZE error" appears (any file).

Expected Results:  
download the specified file...

Without this command working it is nearly impossible to set up a machine since 
the stage-file must be downloaded somehow onto the machine...
Comment 1 Dan A. Dickey 2004-05-20 05:49:12 UTC
Try using wget instead:
	wget ftp://the-system/the-file

this has always worked for me.
Comment 2 Joshua Kinard gentoo-dev 2004-05-28 18:17:24 UTC
I'll have to remember to remove this utility from busybox in the next netboot interation.  Do as Dan says and use wget, it's what will work every time.