Koozali.org: home of the SME Server

wget -> failed: Host not found

dirk-maes

wget -> failed: Host not found
« on: May 31, 2005, 09:05:13 PM »
Please help,

server only can't use wget anymore :evil: , gateway can... :-D

[root@faxserver /]# wget http://mirror.contribs.org/smeserver/contribs/rvandenaker/beta/e-smith-cups/SME_6.0/optional/hpijs-1.4.1-0smea2.i386.rpm
--20:52:26--  http://mirror.contribs.org/smeserver/contribs/rvandenaker/beta/e-smith-cups/SME_6.0/optional/hpijs-1.4.1-0smea2.i386.rpm
           => hpijs-1.4.1-0smea2.i386.rpm'
Resolving contribs.org... failed: Host not found.

Offline Brenno

  • *****
  • 208
  • +0/-0
wget -> failed: Host not found
« Reply #1 on: May 31, 2005, 10:55:11 PM »
dirk-maes,

I run SME as both server-only and server/gateway and both installations utizilze wget perfectly.

Perhaps it's a spelling or cAsE sEnSiTiViTy issue?

dirk-maes

wget -> failed: Host not found
« Reply #2 on: May 31, 2005, 11:02:10 PM »
wget used to work well untill today...
wget still works on gateway.
(same rule)

Offline Brenno

  • *****
  • 208
  • +0/-0
wget -> failed: Host not found
« Reply #3 on: May 31, 2005, 11:07:24 PM »
What's the output of:

Code: [Select]
#wget --version

Does this come back with a version number and info?

dirk-maes

wget -> failed: Host not found
« Reply #4 on: May 31, 2005, 11:10:56 PM »
gateway = Gnu Wget 1.8.1
server only = GNU Wget 1.8.2

Grtz Dirk

dirk-maes

wget -> failed: Host not found
« Reply #5 on: May 31, 2005, 11:13:24 PM »
even can't ping on server only
?????

Offline Brenno

  • *****
  • 208
  • +0/-0
wget -> failed: Host not found
« Reply #6 on: May 31, 2005, 11:13:43 PM »
I'm assuming that you're either running different versions of SME, or you've upgraded one system and not the other?  To my (limited) knowledge, there isn't a different wget installed depending on the server mode you choose.  That would seem odd.

In either case, you could try a manual upgrade of wget on the problem box and see if that helps out.

dirk-maes

wget -> failed: Host not found
« Reply #7 on: May 31, 2005, 11:17:56 PM »
server-only is a new faxserver (on old machine), running on SME Mitel 6.0.1
Gateway is the gateway, with SME 5.6

wget worked fine, just after installing cups it died...

Offline raem

  • *
  • 3,972
  • +4/-0
wget -> failed: Host not found
« Reply #8 on: June 01, 2005, 07:38:28 AM »
dirk-maes

> even can't ping on server only

What can't you ping ?
If your Internet connection is not present you can't expect wget to work.

So can you successfully ping a site that you are unsuccessfully trying to acess using wget ?
...

dirk-maes

wget -> failed: Host not found
« Reply #9 on: June 01, 2005, 08:58:18 AM »
yes, you are right.
It seems i've got no connection to the internet anymore (on the server-only).
But the settings haven't been changed.....
Gateway is still the correct IP.

Can't ping to any adress.

Offline jackl

  • ****
  • 136
  • +0/-0
wget -> failed: Host not found
« Reply #10 on: June 01, 2005, 12:32:51 PM »
Like Ray says "What can't you ping?"
Can you ping the ip address of the site? if so you need to look at your DNS settings

Regards
Jack
......

dirk-maes

wget -> failed: Host not found
« Reply #11 on: June 01, 2005, 12:58:56 PM »
I can ping for example "216.17.211.37"
but can't ping "contribs.org"

how do i check the DNS?

Offline raem

  • *
  • 3,972
  • +4/-0
wget -> failed: Host not found
« Reply #12 on: June 01, 2005, 01:06:04 PM »
Like Jack says "Can you ping the ip of your server"

also check

/etc/init.d/tinydns status
gives me
/service/tinydns: up (pid 1576) 1047706 seconds, normally down

/etc/init.d/dnscache status
gives me
/service/dnscache: up (pid 5586) 1041957 seconds, normally down
...

dirk-maes

wget -> failed: Host not found
« Reply #13 on: June 01, 2005, 01:17:23 PM »
[root@faxserver root]# /etc/rc.d/init.d/dnscache status
/service/dnscache: up (pid 4097) 606 seconds, normally down
[root@faxserver root]# /etc/rc.d/init.d/tinydns status
/service/tinydns: up (pid 1162) 51373 seconds, normally down

i can ping to adress of server, website,...
but can't ping to a name...

Offline raem

  • *
  • 3,972
  • +4/-0
wget -> failed: Host not found
« Reply #14 on: June 01, 2005, 01:37:43 PM »
dirk-maes
> server-only is a new faxserver  running on SME Mitel 6.0.1

There is a Mitel 6.0 or a contribs.org 6.0.1, which is it ?


> wget worked fine, just after installing cups it died...

Perhaps you should uninstall cups and see if dns/wget is OK then, at least you will know whether the cups install is to blame or not.
...