Re: [CentOS] Can't download large files

2009-10-09 Thread Ryan Manikowski
If someone already mentioned this my apologies...

Use 'ifconfig ethX' to display adapter stats. Look for TX and RX errors.

Another problem could be faulty RAM. Try memtest.

Ryan Manikowski | System Administrator


:703.677.8499:
ryan.manikow...@2ergo.com

2ergo – Digital leaders in a mobile world

Mobile Excellence Award - Best Innovator
Mobile Star Award - Best Enterprise Mobile Web Publishing Solution
Webby Awards - Official Honoree for Best Mobile News Site
Deloitte Fast 50 - Fastest Growing Technology Companies in the UK
GSMA - GSMA Mobile Innovation Award Finalist
Vodafone - Vodafone Innovation Award

* Email confidentiality notice *
This message (including attachments) is confidential and may be legally 
privileged. The content and views expressed are those of the sender and not 
necessarily the 2ergo Group. If you are not the intended recipient, you must 
not disclose, copy or use any part of it. Please delete all copies immediately 
and notify the sender.



Giovanni P. Tirloni wrote:
> On Oct 9, 2009, at 3:34 PM, David Suhendrik wrote:
>   
>> When I tried to shutdown iptables and download again still after 4.1  
>> GB,
>> download can't continue and file unusable...
>> 
>
> Try to strace wget and see what you get.
>
> -Giovanni
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
>   


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-09 Thread Giovanni P. Tirloni
On Oct 9, 2009, at 3:34 PM, David Suhendrik wrote:
> When I tried to shutdown iptables and download again still after 4.1  
> GB,
> download can't continue and file unusable...

Try to strace wget and see what you get.

-Giovanni




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-09 Thread David Suhendrik
Frank Thommen wrote:
>> :(
>> wget? I've tried download using other utilities on my windows pc's, on 
>> my desktop [Ubuntu] I using rsync and scp to download, but get same 
>> problem :(
>>
>> Btw John, thank You for your advise...
>>
>> Really confused :(
>> 
>
> This might be either a problem on the server you are downloading from 
> (try an other one) or maybe of a firewall at your site (we had similiar 
> problems and corrupted packages due to a firewall bug).
>
> Cheers
>
> frank
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Hi Frank,
I've iptables running on my server...,
When I tried to shutdown iptables and download again still after 4.1 GB, 
download can't continue and file unusable...

-- 
Regards,
David

./nobody
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-09 Thread Frank Thommen
> :(
> wget? I've tried download using other utilities on my windows pc's, on 
> my desktop [Ubuntu] I using rsync and scp to download, but get same 
> problem :(
> 
> Btw John, thank You for your advise...
> 
> Really confused :(

This might be either a problem on the server you are downloading from 
(try an other one) or maybe of a firewall at your site (we had similiar 
problems and corrupted packages due to a firewall bug).

Cheers

frank
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-09 Thread David Suhendrik
Marcelo M. Garcia wrote:
> David Suhendrik wrote:
>   
>> John R Pierce wrote:
>> 
>>> David Suhendrik wrote:
>>>   
 Hi All,
 I've finish setup vsftpd as anonymous FTP server, and I also setup 
 apache for web service on my linux box. yesterday, I'm tried to put 
 CentOS 64 bit  image (.iso) size is 4.5GB and tried to download from my 
 computer. Apache and vsftpd work great, but I get some problem with 
 download size..

 When I download CentOS iso image [4.5GB], download process always 
 stopped at 4.2GB with errors:
 ==> SIZE CentOS-5.3-x86_64-bin-DVD.iso ... 4557455360
 ==> PASV ... done.==> REST 4294967295 ... done.   
 ==> RETR CentOS-5.3-x86_64-bin-DVD.iso ... done.
 Length: 4557455360 (4.2G), 262488065 (250M) remaining

 94% [++   ] 4,294,967,295 --.-K/s   in 
 0.001s 

 CentOS-5.3-x86_64-bin-DVD.iso: File too large, closing control connection.
   
 
>>>  
>>>
>>>
>>> *Well, FWIW, 2^32 = 4 ,294 ,967 ,296*
>>>
>>>
>>> I've used SCP on > 4GB files without a problem.
>>>
>>>
>>>
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>   
>> Hi John,
>> I've tried using rsync and scp but the problem has no left and make me 
>> confused...
>> Any idea?
>> And I need to know cause of my problem :(
>>
>> 
> Hi
>
> Just curious, are you using ext2? If I remember right, a long time ago, 
> I had similar problems with Debian.
>
> Regards
>
> mg.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Hi Marcelo,
my linux box using LVM and ext3 as filesystem.

I don't get any issue about this...
Please tell me how to fixed

-- 
Regards,
David

./nobody
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-09 Thread Marcelo M. Garcia
David Suhendrik wrote:
> John R Pierce wrote:
>> David Suhendrik wrote:
>>> Hi All,
>>> I've finish setup vsftpd as anonymous FTP server, and I also setup 
>>> apache for web service on my linux box. yesterday, I'm tried to put 
>>> CentOS 64 bit  image (.iso) size is 4.5GB and tried to download from my 
>>> computer. Apache and vsftpd work great, but I get some problem with 
>>> download size..
>>>
>>> When I download CentOS iso image [4.5GB], download process always 
>>> stopped at 4.2GB with errors:
>>> ==> SIZE CentOS-5.3-x86_64-bin-DVD.iso ... 4557455360
>>> ==> PASV ... done.==> REST 4294967295 ... done.   
>>> ==> RETR CentOS-5.3-x86_64-bin-DVD.iso ... done.
>>> Length: 4557455360 (4.2G), 262488065 (250M) remaining
>>>
>>> 94% [++   ] 4,294,967,295 --.-K/s   in 
>>> 0.001s 
>>>
>>> CentOS-5.3-x86_64-bin-DVD.iso: File too large, closing control connection.
>>>   
>>  
>>
>>
>> *Well, FWIW, 2^32 = 4 ,294 ,967 ,296*
>>
>>
>> I've used SCP on > 4GB files without a problem.
>>
>>
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
> Hi John,
> I've tried using rsync and scp but the problem has no left and make me 
> confused...
> Any idea?
> And I need to know cause of my problem :(
> 
Hi

Just curious, are you using ext2? If I remember right, a long time ago, 
I had similar problems with Debian.

Regards

mg.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-09 Thread John Doe
From: David Suhendrik 
> On my server I've LVM with ext3 as filesystem are used.
> I've tested download from notebook (ubuntu, ext3) and PC (windows, ntfs).
> But still problem here :(

Tried another server to download from?

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-08 Thread David Suhendrik
Tait Clarridge wrote:
>>
>> :(
>> wget? I've tried download using other utilities on my windows pc's, on 
>> my desktop [Ubuntu] I using rsync and scp to download, but get same 
>> problem :(
>>
>> Btw John, thank You for your advise...
>>
>> Really confused :(
>>
>
> What filesystem type are you attempting to download to on each OS?
>
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
Hi Tait,

On my server I've LVM with ext3 as filesystem are used.
I've tested download from notebook (ubuntu, ext3) and PC (windows, ntfs).
But still problem here :(

-- 
Regards,
David

./nobody
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-08 Thread Tait Clarridge
>
> :(
> wget? I've tried download using other utilities on my windows pc's, on 
> my desktop [Ubuntu] I using rsync and scp to download, but get same 
> problem :(
> 
> Btw John, thank You for your advise...
> 
> Really confused :(
> 

What filesystem type are you attempting to download to on each OS?


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-08 Thread David Suhendrik
John R Pierce wrote:
>> Hi John,
>> I've tried using rsync and scp but the problem has no left and make me 
>> confused...
>> Any idea?
>> And I need to know cause of my problem :(
>>
>>   
>> 
>
>
>
> google seemed to indicate tis a WGET problem, not a server problem.   
> wget's from the vinage of RHEL4 at least seemed to have problems with 
> REST (resumes) in the > 2GB range causing issues at 4GB.   dunno why, 
> didn't dig any deeper.
>
>
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
:(
wget? I've tried download using other utilities on my windows pc's, on 
my desktop [Ubuntu] I using rsync and scp to download, but get same 
problem :(

Btw John, thank You for your advise...

Really confused :(

-- 
Regards,
David

./nobody
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-08 Thread John R Pierce

> Hi John,
> I've tried using rsync and scp but the problem has no left and make me 
> confused...
> Any idea?
> And I need to know cause of my problem :(
>
>   



google seemed to indicate tis a WGET problem, not a server problem.   
wget's from the vinage of RHEL4 at least seemed to have problems with 
REST (resumes) in the > 2GB range causing issues at 4GB.   dunno why, 
didn't dig any deeper.






___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-08 Thread David Suhendrik
John R Pierce wrote:
> David Suhendrik wrote:
>> Hi All,
>> I've finish setup vsftpd as anonymous FTP server, and I also setup 
>> apache for web service on my linux box. yesterday, I'm tried to put 
>> CentOS 64 bit  image (.iso) size is 4.5GB and tried to download from my 
>> computer. Apache and vsftpd work great, but I get some problem with 
>> download size..
>>
>> When I download CentOS iso image [4.5GB], download process always 
>> stopped at 4.2GB with errors:
>> ==> SIZE CentOS-5.3-x86_64-bin-DVD.iso ... 4557455360
>> ==> PASV ... done.==> REST 4294967295 ... done.   
>> ==> RETR CentOS-5.3-x86_64-bin-DVD.iso ... done.
>> Length: 4557455360 (4.2G), 262488065 (250M) remaining
>>
>> 94% [++   ] 4,294,967,295 --.-K/s   in 
>> 0.001s 
>>
>> CentOS-5.3-x86_64-bin-DVD.iso: File too large, closing control connection.
>>   
>
>  
>
>
> *Well, FWIW, 2^32 = 4 ,294 ,967 ,296*
>
>
> I've used SCP on > 4GB files without a problem.
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
Hi John,
I've tried using rsync and scp but the problem has no left and make me 
confused...
Any idea?
And I need to know cause of my problem :(

-- 
Regards,
David

./nobody
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't download large files

2009-10-08 Thread John R Pierce
David Suhendrik wrote:
> Hi All,
> I've finish setup vsftpd as anonymous FTP server, and I also setup 
> apache for web service on my linux box. yesterday, I'm tried to put 
> CentOS 64 bit  image (.iso) size is 4.5GB and tried to download from my 
> computer. Apache and vsftpd work great, but I get some problem with 
> download size..
>
> When I download CentOS iso image [4.5GB], download process always 
> stopped at 4.2GB with errors:
> ==> SIZE CentOS-5.3-x86_64-bin-DVD.iso ... 4557455360
> ==> PASV ... done.==> REST 4294967295 ... done.   
> ==> RETR CentOS-5.3-x86_64-bin-DVD.iso ... done.
> Length: 4557455360 (4.2G), 262488065 (250M) remaining
>
> 94% [++   ] 4,294,967,295 --.-K/s   in 
> 0.001s 
>
> CentOS-5.3-x86_64-bin-DVD.iso: File too large, closing control connection.
>   

 


*Well, FWIW, 2^32 = 4 ,294 ,967 ,296*


I've used SCP on > 4GB files without a problem.




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Can't download large files

2009-10-08 Thread David Suhendrik
Hi All,
I've finish setup vsftpd as anonymous FTP server, and I also setup 
apache for web service on my linux box. yesterday, I'm tried to put 
CentOS 64 bit  image (.iso) size is 4.5GB and tried to download from my 
computer. Apache and vsftpd work great, but I get some problem with 
download size..

When I download CentOS iso image [4.5GB], download process always 
stopped at 4.2GB with errors:
==> SIZE CentOS-5.3-x86_64-bin-DVD.iso ... 4557455360
==> PASV ... done.==> REST 4294967295 ... done.   
==> RETR CentOS-5.3-x86_64-bin-DVD.iso ... done.
Length: 4557455360 (4.2G), 262488065 (250M) remaining

94% [++   ] 4,294,967,295 --.-K/s   in 
0.001s 

CentOS-5.3-x86_64-bin-DVD.iso: File too large, closing control connection.

-- 
Regards,
David

./nobody
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos