On Thu, 25 Aug 2005 17:12:17 -0400 jim lawrence <[EMAIL PROTECTED]> babbled:
> When I load or unload a module I get the following > [EMAIL PROTECTED] ~]$ enlightenment_remote -module-load monitor > WARNING: Weird line in resolv.conf: ; generated by NetworkManager, do not > edit! WARNING: Weird line in resolv.conf: ; Use a local caching nameserver > controlled by NetworkManager > [EMAIL PROTECTED] ~]$ enlightenment_remote -module-unload weather > WARNING: Weird line in resolv.conf: ; generated by NetworkManager, do not > edit! WARNING: Weird line in resolv.conf: ; Use a local caching nameserver > controlled by NetworkManager > [EMAIL PROTECTED] ~]$ > > I use NetworkManager For My wireless connections. > Why is E reading /etc/resolv.conf ?? It's trying to be friendly and read everything for you! :) seriously - e has its own dns lookup code because gethostbyname is a blocking call. this is actually only used if making remote connections, but it has to parse /etc/resolve.conf to know what to do. this means ecore_con is then capable of doing nslookups asynchronously - not holding the process hostage to waiting for a dns lookup timeout or reply. it always parses this data wehn starting up the connections subsystem (ecore_con) but it doesnt mean its making remote connections. > Last Night I removed everything E related. all rpms the entire .e > directory and started from scratch. Eclair still will not run and > the weather module sucks after this latest round of updates. last time > the weather module worked was with cvs version 0807 built by Didler. > > granted the Segfults in E are not as prevelant as before but I like > these 2 apps. > > System Specs > FC4 > ~ 1.5 pentium M > ~ Centrino package > ~related software > > 2.6.12-1.1398_FC4 > gcc-c++-4.0.1-4.fc4 > gcc-gfortran-4.0.1-4.fc4 > libgcc-4.0.1-4.fc4 > gcc-4.0.1-4.fc4 > > > > -- > > > Registered Linux User: #376813 > www.fedorajim.homelinux.com > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
