tcpserver error and wget file size limit exceeded

hi there again,

a few days ago i got an error when trying to connect to smtp and pop3 server using remote telnet, it says somethink like 127.0.0.1 connection refused. i thougt it was smtpd or pop3d was not running but after i check then i found the daemon is running, except when i tail the log i found the error like this :

@4000000043fb5c5d1c894664 tcpserver: fatal: temporarily unable to figure out IP address for 0.0.0.0: file does not exist
@4000000043fb5c5e1e047c84 tcpserver: fatal: temporarily unable to figure out IP address for 0.0.0.0: file does not exist

then i used that eror messages as keyword at the google search to find next information. after a few search i found some discussion tell that the messages was tcpserver dns related error and can fixed by touching an empty dnsrewrite file at /etc, so i tryed to created like this:

[root@server ~]# touch /etc/dnsrewrite

and suddenly tcpserver come run oke again to serve smtp dan pop3 service. for your info, we are using amd 64 with centos 4.2 server x86_64 os.

in another day, i faced with error with wget when i tryed to finish download ubuntu 5.10 dvd iso image. i dont now what happen since i download it using background option, the process just only stop when the file reach around 2Gb in size, in fact it was 2.9Gb in size, so its not complete yet and must be go on. then i try to invoke wget without background option which finally show me what happen in the process…

ari@servint:/gudang/iso/ubuntu5.10$ wget -c http://nginyang.uvt.nl/breezy/ubuntu-5.10-dvd-amd64.iso
--06:10:59-- http://nginyang.uvt.nl/breezy/ubuntu-5.10-dvd-amd64.iso
=> `ubuntu-5.10-dvd-amd64.iso'
Connecting to 202.122.163.240:3128... connected.
Proxy request sent, awaiting response... 206 Partial Content
Length: -1,219,297,280 (928,186,369 to go) [application/octet-stream]

100%[==================================>] 2,147,483,647 --.--K/s ETA --:--File size limit exceeded
ari@servint:/gudang/iso/ubuntu5.10$

so as we all see, that is the problem, File size limit exceeded. i want to inform you that this machine was slackware 9.1, so it was pretty old right now.

after search the google with keyword like this “wget File size limit exceeded” then i found some interesting result told me that it was wget related problem, not the file system it self. so i need to upgrade my wget installation with the new one i found on slackware.org/pb/. my current wget is :

ari@servint:/gudang/iso/ubuntu5.10$ wget --version
GNU Wget 1.8.2

Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Originally written by Hrvoje Niksic .
ari@servint:/gudang/iso/ubuntu5.10$

after search wget for slackware 9.1 at slackware.org/pb/ i found the new one as wget-1.10.2-i486-1 in patches/package directory.

after upgrade it, then i found no problem when i resume the ubuntu dvd iso image downloading, the log tell me some think like this…

ari@servint:/gudang/iso/ubuntu5.10$ more wget-log
--06:21:28-- http://ie.releases.ubuntu.com/ubuntu-cdimage/releases/5.10/release/ubuntu-5.10-dvd-amd64.iso
=> `ubuntu-5.10-dvd-amd64.iso'
Connecting to 202.122.163.240:3128... connected.
Proxy request sent, awaiting response... 206 Partial Content
Length: 3.075.670.016 (2.9G), 928.186.369 (885M) remaining [application/octet-stream]

[ skipping 2097150K ]
2097150K ,......... .......... .......... .......... .......... 69% 11.62 KB/s
2097200K .......... .......... .......... .......... .......... 69% 16.67 KB/s
2097250K .......... .......... .......... .......... .......... 69% 12.50 KB/s
2097300K .......... .......... .......... .......... .......... 69% 16.67 KB/s
2097350K .......... .......... .......... .......... ......

and so on….

i hope this usefull for u 🙂

This entry was posted in kompie, lintas buana. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *