Hi! The problem is in config.c. Here's my fix: At somewhere around line 202: change this: const char *DFLT_IP = "192.168.100.1"; /* bind to all interfaces */ to: const char *DFLT_IP = NULL; /* bind to all interfaces */ On tisdag, april 16, 2002, at 11:47 , The Petersons wrote: > > Apr 16 17:00:30 :: Binding only to IP address 192.168.100.1 > SYSERR: bind: Cannot assign requested address > Quick boot mode -- rent check supressed. > Using file descriptor for logging. > autoscript killed Tue Apr 16 17:00:30 CDT 2002 > -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT