Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-11 Thread Remzi AKYÜZ
On 07/11/2013 04:55 PM, Helmut Schaa wrote: On Wed, Jul 10, 2013 at 2:19 PM, John Crispin wrote: On 10/07/13 14:17, Helmut Schaa wrote: On Tue, Jul 9, 2013 at 2:34 PM, Helmut Schaa wrote: On Tue, Jul 9, 2013 at 2:19 PM, John Crispin wrote: ok, i just started a build for a qemu image

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-11 Thread Helmut Schaa
On Wed, Jul 10, 2013 at 2:19 PM, John Crispin wrote: > On 10/07/13 14:17, Helmut Schaa wrote: >> >> On Tue, Jul 9, 2013 at 2:34 PM, Helmut Schaa >> wrote: >>> >>> On Tue, Jul 9, 2013 at 2:19 PM, John Crispin wrote: ok, i just started a build for a qemu image >>> >>> >>> Thanks, I

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-10 Thread John Crispin
On 10/07/13 14:17, Helmut Schaa wrote: On Tue, Jul 9, 2013 at 2:34 PM, Helmut Schaa wrote: On Tue, Jul 9, 2013 at 2:19 PM, John Crispin wrote: ok, i just started a build for a qemu image Thanks, I'm not entirely sure if it is 100% reproducible. Rebooting again gave me a working ubusd

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-10 Thread Helmut Schaa
On Tue, Jul 9, 2013 at 2:34 PM, Helmut Schaa wrote: > On Tue, Jul 9, 2013 at 2:19 PM, John Crispin wrote: >> ok, i just started a build for a qemu image > > Thanks, I'm not entirely sure if it is 100% reproducible. > Rebooting again gave me a working ubusd again. Sorry for the noise, I'm no

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread Helmut Schaa
On Tue, Jul 9, 2013 at 2:19 PM, John Crispin wrote: > On 09/07/13 14:22, Helmut Schaa wrote: >> >> On Tue, Jul 9, 2013 at 2:14 PM, John Crispin wrote: >>> >>> On 09/07/13 14:18, Helmut Schaa wrote: How is procd supposed to get started? Only as init replacement? >>> >>> >>> Hi, >>> >>>

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread John Crispin
On 09/07/13 14:22, Helmut Schaa wrote: On Tue, Jul 9, 2013 at 2:14 PM, John Crispin wrote: On 09/07/13 14:18, Helmut Schaa wrote: How is procd supposed to get started? Only as init replacement? Hi, From state.c: case STATE_INIT: LOG("- init -\n");

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread Helmut Schaa
On Tue, Jul 9, 2013 at 2:14 PM, John Crispin wrote: > On 09/07/13 14:18, Helmut Schaa wrote: >> How is procd supposed to get started? Only as init replacement? > > Hi, > > From state.c: > case STATE_INIT: > LOG("- init -\n"); > log_init(); >

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread Helmut Schaa
On Tue, Jul 9, 2013 at 2:18 PM, Helmut Schaa wrote: > How is procd supposed to get started? Only as init replacement? Hmm, ubusd should still get started from state_enter in STATE_INIT :) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org ht

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread John Crispin
On 09/07/13 14:18, Helmut Schaa wrote: On Tue, Jul 9, 2013 at 1:59 PM, John Crispin 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

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread Helmut Schaa
On Tue, Jul 9, 2013 at 1:59 PM, John Crispin 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, pro

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread John Crispin
On 09/07/13 14:03, Helmut Schaa wrote: Hey John, On Tue, Jul 9, 2013 at 1:51 PM, John Crispin wrote: does this happen on latest trunk ? Pulled yesterday. Just found out that procd should start ubus, not sure yet whats happening ... Helmut hi helmut, there was a bug in the delay timer, tha

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread Helmut Schaa
Hey John, On Tue, Jul 9, 2013 at 1:51 PM, John Crispin wrote: > does this happen on latest trunk ? Pulled yesterday. Just found out that procd should start ubus, not sure yet whats happening ... Helmut ___ openwrt-devel mailing list openwrt-devel@lists

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread John Crispin
On 09/07/13 13:55, Helmut Schaa wrote: On Sun, Jun 23, 2013 at 4:54 AM, Remzi AKYÜZ wrote: I tried to use openwrt r36979 but i got this error message "Failed to connect to ubus". Same here, culprit seems to be the following commit: commit 4f6a8df9b3f2f02c3cdcc0719d9e6ef7280eac51 Author: cy

Re: [OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-07-09 Thread Helmut Schaa
On Sun, Jun 23, 2013 at 4:54 AM, Remzi AKYÜZ wrote: > I tried to use openwrt r36979 but i got this error message "Failed to > connect to ubus". Same here, culprit seems to be the following commit: commit 4f6a8df9b3f2f02c3cdcc0719d9e6ef7280eac51 Author: cyrus Date: Mon Jun 24 12:38:30 2013 +

[OpenWrt-Devel] ubus x86: Failed to connect to ubus

2013-06-22 Thread Remzi AKYÜZ
Hi, I tried to use openwrt r36979 but i got this error message "Failed to connect to ubus". ubus and ubusd installed. How can i start ubus automaticly? Thanks a lot. Remzi ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:/