Discussion:
viewml and domain names
David Jones
2002-02-19 04:44:46 UTC
Permalink
Hi,
I built viewml for a StrongArm board running arm-linux.
Viewml comes up fine, but it will not respond to :

http://<www.domain.com>

but it will work if I specify the ip address:

http://<ip_address>

Does anyone have any idea what the problem may be ?

Thanks,
David


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Hu Xiang Hua
2002-02-19 06:12:08 UTC
Permalink
Post by David Jones
I built viewml for a StrongArm board running arm-linux.
http://<www.domain.com>
http://<ip_address>
Does anyone have any idea what the problem may be ?
I think the problem is that you have not set your DNS correctlly. We have
the same problem last time and the resolution is to configure DNS .

Goog Luck!


_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:
http://messenger.microsoft.com/cn


#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Jordan Crouse
2002-02-19 15:23:51 UTC
Permalink
Dave -

For strongarm (I am assuming you are using gcc 2.95.2 and libc 2.1.2) , you
need to have a special binary daemon called nscd (name service cache deamon)
running in order for DNS to work correctly. This daemon comes as part of
the C library.

Newer versions of the C library may or may not used this deamon, so you will
have to experiment. You can also wait for the C++ functionality in uClibc
and use that library instead.

Jordan
Post by David Jones
Hi,
I built viewml for a StrongArm board running arm-linux.
http://<www.domain.com>
http://<ip_address>
Does anyone have any idea what the problem may be ?
Thanks,
David
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
#############################################################
This message is sent to you because you are subscribed to
#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
David Jones
2002-02-21 17:43:08 UTC
Permalink
Jordan,
Thanks for the info. I will try to find the source and compile the
nscd daemon and see if I can get it to work.

David
Post by Jordan Crouse
Dave -
For strongarm (I am assuming you are using gcc 2.95.2 and libc 2.1.2) , you
need to have a special binary daemon called nscd (name service cache deamon)
running in order for DNS to work correctly. This daemon comes as part of
the C library.
Newer versions of the C library may or may not used this deamon, so you will
have to experiment. You can also wait for the C++ functionality in uClibc
and use that library instead.
Jordan
Post by David Jones
Hi,
I built viewml for a StrongArm board running arm-linux.
http://<www.domain.com>
http://<ip_address>
Does anyone have any idea what the problem may be ?
Thanks,
David
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
#############################################################
This message is sent to you because you are subscribed to
#############################################################
This message is sent to you because you are subscribed to
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Loading...