[LEDE-DEV] Procd and askconsole

2016-09-16 Thread Lebleu Pierre
Hi all, I am new to this mailing list and I would like to present me as Pierre. I recently play a bit with procd and I found an "issue". Indeed, if I do a factory reset, I am able to login as root without login. I have some scripts in /etc/uci-defaults and one of them set the password for the roo

Re: [LEDE-DEV] Procd and askconsole

2016-09-20 Thread Lebleu Pierre
to allow the user login only when everything is ready, because the filesystem is about to be modified. Cheers, Pierre -Original Message- From: John Crispin [mailto:j...@phrozen.org] Sent: vrijdag 16 september 2016 11:18 To: Lebleu Pierre ; lede-dev@lists.infradead.org Subject: Re

Re: [LEDE-DEV] Procd and askconsole

2016-09-20 Thread Lebleu Pierre
. Pierre -Original Message- From: John Crispin [mailto:j...@phrozen.org] Sent: dinsdag 20 september 2016 9:43 To: Lebleu Pierre ; lede-dev@lists.infradead.org Subject: Re: [LEDE-DEV] Procd and askconsole Hi Pierre, the bahaviour you are observing is actually by design. would it be an option

[LEDE-DEV] The procd daemon does not handle correctly the instances

2016-09-27 Thread Lebleu Pierre
Hi all, I found a bug in the daemon process management. Indeed, when we have several instances of one daemon such as "dnsmasq" and we want to restart only one instance, the other instance is killed by procd. It seems procd updates the second instance and then, kill it. Please find the patch :

Re: [LEDE-DEV] The procd daemon does not handle correctly the instances

2016-09-28 Thread Lebleu Pierre
_procd_ubus_call set + + _procd_ubus_call $method } _procd_add_array_data() { With this patch, it seems to work. Pierre -Original Message- From: John Crispin [mailto:j...@phrozen.org] Sent: dinsdag 27 september 2016 17:48 To: Lebleu Pierre ; lede-dev@lists.infradead.org Sub

Re: [LEDE-DEV] The procd daemon does not handle correctly the instances

2016-09-29 Thread Lebleu Pierre
t; rather than "set" when we specify the instance. Pierre -Original Message- From: John Crispin [mailto:j...@phrozen.org] Sent: donderdag 29 september 2016 7:43 To: Lebleu Pierre ; lede-dev@lists.infradead.org Subject: Re: [LEDE-DEV] The procd daemon does not handle correctly the