[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT?] chasen.el problem



Thanks for your answer. 

On Sat, 11 Aug 2001  Colin Walters <walters@cis.ohio-state.edu> wrote:

> jsbien@mimuw.edu.pl (Janusz S. Bień) writes:
> 
> > When I try to use chasen.el interface included in the Debian
> > package, the call to `chasen-region' boils down to the call to
> > `open-network-stream', and strace shows that Emacs is in the
> > following loop:
> >
> > socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
> > sendto(4, "\37\6\1\0\0\1\0\0\0\0\0\0\tlocalhost\5mimuw\3edu"..., 40, 0, {sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("148.81.13.1")}}, 16) = 40
> > time(NULL)                              = 996807666
> > poll([{fd=4, events=POLLIN}], 1, 5000)  = 0
> > close(4)                                = 0
> > socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
> > sendto(4, "\37\6\1\0\0\1\0\0\0\0\0\0\tlocalhost\5mimuw\3edu"..., 40, 0, {sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("148.81.12.1")}}, 16) = 40
> > time(NULL)                              = 996807671
> > poll([{fd=4, events=POLLIN}], 1, 3000)  = 0
> > close(4)                                = 0
> 
> Those look like DNS lookups.  148.81.{12,13}.1 are your nameservers,
> right?  Note that emacs is trying to look up "localhost.mimuw.edu", if
> I'm interpreting the strace correctly.

Yes, that seems the problem. 

I will appreciate very much your help in correcting the configuration.

This is my file resolve.conf
------------------------------------------------------------------------------
# eth0 begin
domain mimuw.edu.pl
nameserver 148.81.12.1
nameserver 148.81.13.1
# eth0 end
search mimuw.edu.pl
nameserver	148.81.13.1
nameserver	148.81.12.1
-----------------------------------------------------------------------------

> 
> What does your /etc/hosts look like?

Here it is:

-------------------------------------------------------------------------------
127.0.0.1	localhost
148.81.12.37	pc4040d.mimuw.edu.pl pc4040d
# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)

::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
-------------------------------------------------------------------------------

Regards

Janusz

-- 
                     ,   
dr hab. Janusz S. Bien, prof. UW
Prof. Janusz S. Bien, Warsaw Uniwersity
http://www.orient.uw.edu.pl/~jsbien/
---------------------------------------------------------------------
Na tym koncie czytam i wysylam poczte i wiadomosci offline.
On this account I read/post mail/news offline.



Reply to: