Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-28 Thread Cedric BAIL
On Fri, Dec 28, 2012 at 5:04 PM, Lucas De Marchi wrote: > On Thu, Dec 27, 2012 at 9:30 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Dec 27, 2012 at 7:52 PM, Alex-P. Natsios wrote: >> >>> weirdness is not the point or problem here, the problem is the dep on >>> systemd for daemonizing stuff or

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-28 Thread Lucas De Marchi
On Thu, Dec 27, 2012 at 9:30 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Dec 27, 2012 at 7:52 PM, Alex-P. Natsios wrote: > >> weirdness is not the point or problem here, the problem is the dep on >> systemd for daemonizing stuff or forking of elev8. >> >> apart from systemd (and maybe upstart wi

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-28 Thread Lucas De Marchi
On Thu, Dec 27, 2012 at 6:12 PM, Cedric BAIL wrote: > Cedric Bail > On Dec 28, 2012 3:07 AM, "Enlightenment SVN" > wrote: >> >> Log: >> elev8: Removed daemonizing behaviour >> >> Summary: >>- As init systems (like systemd) handle the daemonizing stuff, elev8 >>doesn't need to worry abou

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-27 Thread The Rasterman
On Fri, 28 Dec 2012 05:12:57 +0900 Cedric BAIL said: > Cedric Bail > On Dec 28, 2012 3:07 AM, "Enlightenment SVN" > wrote: > > > > Log: > > elev8: Removed daemonizing behaviour > > > > Summary: > >- As init systems (like systemd) handle the daemonizing stuff, elev8 > >doesn't need to w

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-27 Thread Gustavo Sverzut Barbieri
On Thu, Dec 27, 2012 at 7:52 PM, Alex-P. Natsios wrote: > weirdness is not the point or problem here, the problem is the dep on > systemd for daemonizing stuff or forking of elev8. > > apart from systemd (and maybe upstart with which I'm not that > familiar) almost no other init system provides ad

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-27 Thread Alex-P. Natsios
weirdness is not the point or problem here, the problem is the dep on systemd for daemonizing stuff or forking of elev8. apart from systemd (and maybe upstart with which I'm not that familiar) almost no other init system provides adequate support for daemonizing stuff which makes this commit prett

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-27 Thread Cedric BAIL
Cedric Bail On Dec 28, 2012 3:07 AM, "Enlightenment SVN" wrote: > > Log: > elev8: Removed daemonizing behaviour > > Summary: >- As init systems (like systemd) handle the daemonizing stuff, elev8 >doesn't need to worry about it. This seems weird to me as an excuse. Elev8 as a daemon run

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-13 Thread Cedric BAIL
On Fri, Dec 14, 2012 at 5:11 AM, Ederson Souza wrote: > That's true: elev8 'server mode' isn't working anymore. At some point after > Eo introduction, when elev8 forks itself in order to create a child process > that will run the script, the child process will face lots of errors when > trying to

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-13 Thread Ederson Souza
Hi, That's true: elev8 'server mode' isn't working anymore. At some point after Eo introduction, when elev8 forks itself in order to create a child process that will run the script, the child process will face lots of errors when trying to create its ecore objects (ecore_job and ecore_timer, for i

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-11 Thread Lucas De Marchi
On Tue, Dec 11, 2012 at 3:09 PM, Enlightenment SVN wrote: > Log: > elev8: Option to server mode do not "daemonize". > > Summary: >- Added option '--no-daemonize' to not start server mode as a daemon. >Useful for systemd. > >Author:ederson > > Author: mello > Date:

Re: [E-devel] E SVN: mello trunk/PROTO/elev8/src/bin

2012-12-11 Thread Cedric BAIL
On Wed, Dec 12, 2012 at 2:09 AM, Enlightenment SVN wrote: > Log: > elev8: Option to server mode do not "daemonize". > > Summary: >- Added option '--no-daemonize' to not start server mode as a daemon. >Useful for systemd. Is the current daemon mode supported ? I tried it this weekend and