On Tue, Jul 9, 2013 at 1:59 PM, John Crispin <[email protected]> wrote:
> there was a bug in the delay timer, that tried to reconnect to ubus every
> minute. ... maybe you can add some debug code to it and see whats wrong. its
> inside ubus.c in the procd source

Hmm, there is no procd init file anymore?
However, procd starts ubus only if it is not the init process.

>From main.c:
        if (getpid() != 1)
                procd_connect_ubus();

My x86 image shows procs as pid 1:

  PID USER       VSZ STAT COMMAND
    1 root       948 S    /sbin/procd

How is procd supposed to get started? Only as init replacement?
Helmut
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to