Re: Unknown server error

2007-09-14 Thread Mike Frysinger
On Wednesday 12 September 2007, nita lohia wrote: i dont think you quite get the purpose of the busybox list ... this is not a general forum for answering general linux questions ... please visit a general linux forum like linuxquestions.org -mike signature.asc Description: This is a

Unknown server error

2007-09-12 Thread nita lohia
i m getting an error Unknown server error when i ive command hostname -i or even ping localhost I am using busybox with arm linux. i m having files /etc/hosts /etc/host.conf /etc/resolv.conf /etc/nsswitch.conf can u help me

RE: Unknown server error

2007-09-12 Thread Vivek-Kumar Gupta
Regards, Vivek :- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nita lohia Sent: Wednesday, September 12, 2007 11:44 AM To: busybox@busybox.net Subject: Unknown server error i m getting an error Unknown server error when i ive command

re: unknown server error

2007-09-12 Thread Kevin Dankwardt
i m getting an error Unknown server error when i ive command hostname -i or even ping localhost I am using busybox with arm linux. i m having files /etc/hosts /etc/host.conf /etc/resolv.conf /etc/nsswitch.conf can u help me

unknown server error

2007-09-06 Thread nita lohia
hello, i m getting an error Unknown server error when i ive command hostname -i or even ping localhost I am using busybox with arm linux. i m having files /etc/hosts /etc/host.conf /etc/resolve.conf /etc/nsswitch.conf can u help me

Re: unknown server error

2007-09-06 Thread Denys Vlasenko
On Thursday 06 September 2007 06:24, nita lohia wrote: hello, i m getting an error Unknown server error when i ive command hostname -i or even ping localhost I am using busybox with arm linux. i m having files /etc/hosts /etc/host.conf

Re: unknown server error

2007-09-06 Thread Luciano Rocha
, to see the result: printf(host %s: %s\n, host, inet_ntoa(*(struct in_addr *)hp-h_addr_list[0])); (with include of: sys/socket.h netinet/in.h arpa/inet.h return 0; } O/p : host:SetuVFX88L Unknown server error Here, with the changes: host:bit.office.eurotux.com hello host

Re: unknown server error

2007-09-06 Thread Denys Vlasenko
On Thursday 06 September 2007 12:36, nita lohia wrote: Hello here is full discription: #includestdio.h #includenetdb.h int main() { struct hostenv *hp; char host[120]; if(gethostname(host,sizeof(host))0) return -1; printf(host:%s\n,host);

Re: unknown server error

2007-09-06 Thread Kevin P. Dankwardt
I see this a lot. It happens, at least to me, when I don't have libnss_files.so.2. This library, by-the-way, can't be statically linked so you aways need it and ld-linux if you want to resolve hosts by name. -kevin dankwardt nita lohia wrote: hello, i m getting an error Unknown server