Re: [e-users] Enlightenment DR 0.20.8 Release

2016-05-18 Thread The Rasterman
On Wed, 18 May 2016 10:58:44 -0400 Christopher Barry
 said:

> On Wed, 18 May 2016 17:41:17 +0900
> Carsten Haitzler (The Rasterman)  wrote:
> 
> >On Tue, 17 May 2016 16:24:47 +0200 "R. W. Reese"
> > said:
> >
> >> El 2016-05-17 02:21, Simon Lees escribió:  
> >> > CHANGES
> >> > https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8
> >> > 
> >> >   
> >> ---
> >> 
> >> When compiling E20.8 on a second machine, I noticed the following
> >> error:
> >> 
> >> ERR<15887>:ecore_con lib/ecore_con/ecore_con_dns.c:159 
> >> ecore_con_info_init() resconf_open: No such file or directory
> >> 
> >> Has this been deprecated, moved or . . . ?  
> >
> >no. this is a problem in ecore_con and dns.c - your system no longer
> >has a valid /etc/resolv.conf and we have an imported dns resolver and
> >it cant figure out your dns server.
> >
> >basically we have to nuke this code and go back to libc gethostbyname.
> >i know of this and its on my todo along with a million other things -
> >the issues in in efl, but its created by systems
> >dropping /etc/resolv.conf that has been there for decades.
> >
> 
> But... I thought he DID have an actual resolv.conf file
> in /var/run/econman, and that just a symlink in /etc/ pointed to it.
> 
> Or no?

what it pointed to does not exist. /var/run/connmane didnt even exist as a dir.
i know. i have the same on my laptop now.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment DR 0.20.8 Release

2016-05-18 Thread Christopher Barry
On Wed, 18 May 2016 17:41:17 +0900
Carsten Haitzler (The Rasterman)  wrote:

>On Tue, 17 May 2016 16:24:47 +0200 "R. W. Reese"
> said:
>
>> El 2016-05-17 02:21, Simon Lees escribió:  
>> > CHANGES
>> > https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8
>> > 
>> >   
>> ---
>> 
>> When compiling E20.8 on a second machine, I noticed the following
>> error:
>> 
>> ERR<15887>:ecore_con lib/ecore_con/ecore_con_dns.c:159 
>> ecore_con_info_init() resconf_open: No such file or directory
>> 
>> Has this been deprecated, moved or . . . ?  
>
>no. this is a problem in ecore_con and dns.c - your system no longer
>has a valid /etc/resolv.conf and we have an imported dns resolver and
>it cant figure out your dns server.
>
>basically we have to nuke this code and go back to libc gethostbyname.
>i know of this and its on my todo along with a million other things -
>the issues in in efl, but its created by systems
>dropping /etc/resolv.conf that has been there for decades.
>

But... I thought he DID have an actual resolv.conf file
in /var/run/econman, and that just a symlink in /etc/ pointed to it.

Or no?

-- 
Regards,
Christopher

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment DR 0.20.8 Release

2016-05-18 Thread The Rasterman
On Tue, 17 May 2016 16:24:47 +0200 "R. W. Reese"  said:

> El 2016-05-17 02:21, Simon Lees escribió:
> > CHANGES
> > https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8
> > 
> > 
> ---
> 
> When compiling E20.8 on a second machine, I noticed the following error:
> 
> ERR<15887>:ecore_con lib/ecore_con/ecore_con_dns.c:159 
> ecore_con_info_init() resconf_open: No such file or directory
> 
> Has this been deprecated, moved or . . . ?

no. this is a problem in ecore_con and dns.c - your system no longer has a
valid /etc/resolv.conf and we have an imported dns resolver and it cant figure
out your dns server.

basically we have to nuke this code and go back to libc gethostbyname. i know
of this and its on my todo along with a million other things - the issues in in
efl, but its created by systems dropping /etc/resolv.conf that has been there
for decades.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment DR 0.20.8 Release

2016-05-17 Thread Cedric BAIL
On Tue, May 17, 2016 at 7:24 AM, R. W. Reese  wrote:
> El 2016-05-17 02:21, Simon Lees escribió:
>> CHANGES
>> https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8
>>
>
> When compiling E20.8 on a second machine, I noticed the following error:
>
> ERR<15887>:ecore_con lib/ecore_con/ecore_con_dns.c:159
> ecore_con_info_init() resconf_open: No such file or directory
>
> Has this been deprecated, moved or . . . ?

Your /etc/resolv.conf is missing.
-- 
Cedric BAIL

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment DR 0.20.8 Release

2016-05-17 Thread R. W. Reese
El 2016-05-17 02:21, Simon Lees escribió:
> CHANGES
> https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8
> 
> 
---

When compiling E20.8 on a second machine, I noticed the following error:

ERR<15887>:ecore_con lib/ecore_con/ecore_con_dns.c:159 
ecore_con_info_init() resconf_open: No such file or directory

Has this been deprecated, moved or . . . ?

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment DR 0.20.8 Release

2016-05-17 Thread R. W. Reese
El 2016-05-17 02:21, Simon Lees escribió:
> CHANGES
> https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8
> 
> TICKETS ADDRESSED
> https://phab.enlightenment.org/T1759
> https://phab.enlightenment.org/T2735
> https://phab.enlightenment.org/T3157
> https://phab.enlightenment.org/T3432
> https://phab.enlightenment.org/T3435
> https://phab.enlightenment.org/T3444
> https://phab.enlightenment.org/T3455
> https://phab.enlightenment.org/T3461
> https://phab.enlightenment.org/T3475
> https://phab.enlightenment.org/T3507
> 
> SHA256SUM + DOWNLOAD
> c4a9511ed707f6849dcc6d4c8f260095fb54cba2e5baa977d54d32bdee187abb
> http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.20.8.tar.gz
> 
> 3e066cd10f370b8de127cb31c0ab72723950d323449c7d3a88e32882b31bd19d
> http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.20.8.tar.xz
> 
> See the full announcement for more details:
> https://www.enlightenment.org/news/e20_8_release
> 
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of 
> MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data 
> untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> 
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

---

Compiled and installed on one machine and all looks good. Thanks Simon 
and all for getting this out quickly.

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Enlightenment DR 0.20.8 Release

2016-05-16 Thread Simon Lees
CHANGES
https://git.enlightenment.org/core/enlightenment.git/tree/NEWS?h=v0.20.8

TICKETS ADDRESSED
https://phab.enlightenment.org/T1759
https://phab.enlightenment.org/T2735
https://phab.enlightenment.org/T3157
https://phab.enlightenment.org/T3432
https://phab.enlightenment.org/T3435
https://phab.enlightenment.org/T3444
https://phab.enlightenment.org/T3455
https://phab.enlightenment.org/T3461
https://phab.enlightenment.org/T3475
https://phab.enlightenment.org/T3507

SHA256SUM + DOWNLOAD
c4a9511ed707f6849dcc6d4c8f260095fb54cba2e5baa977d54d32bdee187abb
http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.20.8.tar.gz

3e066cd10f370b8de127cb31c0ab72723950d323449c7d3a88e32882b31bd19d
http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.20.8.tar.xz

See the full announcement for more details:
https://www.enlightenment.org/news/e20_8_release

-- 

Simon Lees (Simotek)http://simotek.net

Emergency Update Team   keybase.io/simotek
SUSE LinuxAdeliade Australia, UTC+9:30
GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users