mail archive of the rauc mailing list
 help / color / mirror / Atom feed
* [RAUC] RUAC service
@ 2017-04-10  8:40 caglar.kilimci
  2017-04-10  9:18 ` Enrico Joerns
  0 siblings, 1 reply; 6+ messages in thread
From: caglar.kilimci @ 2017-04-10  8:40 UTC (permalink / raw)
  To: rauc


[-- Attachment #1.1: Type: text/plain, Size: 1149 bytes --]

Hello all,

I get GLib-GObject-CRITICAL warning or error while staring RAUC service:

# rauc -d service
Domains: 'rauc'
(rauc:537): rauc-DEBUG: service start
(rauc:537): rauc-DEBUG: No mount prefix provided, using /mnt/rauc/ as default

(rauc:537): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed
(rauc:537): rauc-DEBUG: name 'de.pengutronix.rauc' acquired

What does it mean?

Sincerely,
Caglar

________________________________

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com

[-- Attachment #1.2: Type: text/html, Size: 3431 bytes --]

[-- Attachment #2: Type: text/plain, Size: 65 bytes --]

_______________________________________________
RAUC mailing list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RAUC] RUAC service
  2017-04-10  8:40 [RAUC] RUAC service caglar.kilimci
@ 2017-04-10  9:18 ` Enrico Joerns
  2017-04-10  9:29   ` caglar.kilimci
  0 siblings, 1 reply; 6+ messages in thread
From: Enrico Joerns @ 2017-04-10  9:18 UTC (permalink / raw)
  To: caglar.kilimci; +Cc: rauc

Hi,

On 04/10/2017 10:40 AM, caglar.kilimci@accenture.com wrote:
> Hello all,
>
> I get GLib-GObject-CRITICAL warning or error while staring RAUC service:
>
> # rauc -d service
> Domains: 'rauc'
> (rauc:537): rauc-DEBUG: service start
> (rauc:537): rauc-DEBUG: No mount prefix provided, using /mnt/rauc/ as
> default
>
> (rauc:537): GLib-GObject-CRITICAL **: g_object_set: assertion
> 'G_IS_OBJECT (object)' failed
> (rauc:537): rauc-DEBUG: name 'de.pengutronix.rauc' acquired
>
> What does it mean?

to ease understanding what could have went wrong: Which exact version of 
RAUC are you using? (Because there were some changes surrounding the 
Code that might have caused this issue.)

Best regards

Enrico

-- 
Pengutronix e.K.                           | Enrico Jörns                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-5080 |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


_______________________________________________
RAUC mailing list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RAUC] RUAC service
  2017-04-10  9:18 ` Enrico Joerns
@ 2017-04-10  9:29   ` caglar.kilimci
  2017-04-10 10:14     ` Enrico Joerns
  0 siblings, 1 reply; 6+ messages in thread
From: caglar.kilimci @ 2017-04-10  9:29 UTC (permalink / raw)
  To: ejo; +Cc: rauc

Hi

-----Original Message-----
From: Enrico Joerns [mailto:ejo@pengutronix.de]
Sent: Monday, April 10, 2017 12:18 PM
To: Kilimci, Caglar <caglar.kilimci@accenture.com>
Cc: rauc@pengutronix.de
Subject: Re: [RAUC] RUAC service

Hi,

On 04/10/2017 10:40 AM, caglar.kilimci@accenture.com wrote:
> Hello all,
>
> I get GLib-GObject-CRITICAL warning or error while staring RAUC service:
>
> # rauc -d service
> Domains: 'rauc'
> (rauc:537): rauc-DEBUG: service start
> (rauc:537): rauc-DEBUG: No mount prefix provided, using /mnt/rauc/ as
> default
>
> (rauc:537): GLib-GObject-CRITICAL **: g_object_set: assertion
> 'G_IS_OBJECT (object)' failed
> (rauc:537): rauc-DEBUG: name 'de.pengutronix.rauc' acquired
>
> What does it mean?

to ease understanding what could have went wrong: Which exact version of RAUC are you using? (Because there were some changes surrounding the Code that might have caused this issue.)

I am using Yocto and last commit information is:
commit 3867722b8d64c43765e2d04f346dd612c02ad137
Author: Jan Lübbe <jluebbe@lasnet.de>
Date:   Mon Feb 13 10:34:53 2017 +0100

    README.md: update github URL
And console output is:
# rauc --version
rauc 0.572-3867-dirty


Thank you for your time,
Sincerely,
Caglar



________________________________

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com
_______________________________________________
RAUC mailing list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RAUC] RUAC service
  2017-04-10  9:29   ` caglar.kilimci
@ 2017-04-10 10:14     ` Enrico Joerns
  2017-04-10 10:51       ` caglar.kilimci
  0 siblings, 1 reply; 6+ messages in thread
From: Enrico Joerns @ 2017-04-10 10:14 UTC (permalink / raw)
  To: caglar.kilimci; +Cc: rauc

Hi,

On 04/10/2017 11:29 AM, caglar.kilimci@accenture.com wrote:
> On 04/10/2017 10:40 AM, caglar.kilimci@accenture.com wrote:
>> Hello all,
>>
>> I get GLib-GObject-CRITICAL warning or error while staring RAUC service:
>>
>> # rauc -d service
>> Domains: 'rauc'
>> (rauc:537): rauc-DEBUG: service start
>> (rauc:537): rauc-DEBUG: No mount prefix provided, using /mnt/rauc/ as
>> default
>>
>> (rauc:537): GLib-GObject-CRITICAL **: g_object_set: assertion
>> 'G_IS_OBJECT (object)' failed
>> (rauc:537): rauc-DEBUG: name 'de.pengutronix.rauc' acquired
>>
>> What does it mean?
>
> to ease understanding what could have went wrong: Which exact version of RAUC are you using? (Because there were some changes surrounding the Code that might have caused this issue.)
>
> I am using Yocto and last commit information is:
> commit 3867722b8d64c43765e2d04f346dd612c02ad137
> Author: Jan Lübbe <jluebbe@lasnet.de>
> Date:   Mon Feb 13 10:34:53 2017 +0100
>
>     README.md: update github URL
> And console output is:
> # rauc --version
> rauc 0.572-3867-dirty

Ok, if you say Yocto, I assume you are using meta-rauc, right?

And yes... definitely have to update meta-rauc to use the latest version 
of RAUC.

I assume you see an error that was fixed by 
https://github.com/rauc/rauc/commit/98f8484fb3357fc8b2bba7ddc7f31f6e9a04f518 
(as always, the first commit after the revision that is in ;) )

For now you can update RAUC manually by adding (if not yet existing) a 
rauc_git.bbappend file to your projects meta layer and set

   SRCREV = "33fe5ab4bc8c364b666b7332c2f3ec6fc095b7a2"

to use the latest version of RAUC.


Does this temporary hack solve your runtime problems for now?


Best regards

Enrico


-- 
Pengutronix e.K.                           | Enrico Jörns                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-5080 |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


_______________________________________________
RAUC mailing list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RAUC] RUAC service
  2017-04-10 10:14     ` Enrico Joerns
@ 2017-04-10 10:51       ` caglar.kilimci
  2017-04-11  8:06         ` [RAUC] RAUC service Enrico Joerns
  0 siblings, 1 reply; 6+ messages in thread
From: caglar.kilimci @ 2017-04-10 10:51 UTC (permalink / raw)
  To: ejo; +Cc: rauc

Hi,

>-----Original Message-----
>From: RAUC [mailto:rauc-bounces@pengutronix.de] On Behalf Of Enrico Joerns
>Sent: Monday, April 10, 2017 1:14 PM
>To: Kilimci, Caglar <caglar.kilimci@accenture.com>
>Cc: rauc@pengutronix.de
>Subject: Re: [RAUC] RUAC service
>
>Hi,
>>> (rauc:537): GLib-GObject-CRITICAL **: g_object_set: assertion
>>> 'G_IS_OBJECT (object)' failed
>>> (rauc:537): rauc-DEBUG: name 'de.pengutronix.rauc' acquired
>>>
>>> What does it mean?
>>
>> to ease understanding what could have went wrong: Which exact version
>> of RAUC are you using? (Because there were some changes surrounding
>> the Code that might have caused this issue.)
>>
>> I am using Yocto and last commit information is:
>> commit 3867722b8d64c43765e2d04f346dd612c02ad137
>> Author: Jan Lübbe <jluebbe@lasnet.de>
>> Date:   Mon Feb 13 10:34:53 2017 +0100
>>
>>     README.md: update github URL
>> And console output is:
>> # rauc --version
>> rauc 0.572-3867-dirty
>
>Ok, if you say Yocto, I assume you are using meta-rauc, right?

Yes.

>And yes... definitely have to update meta-rauc to use the latest version of RAUC.
>
>I assume you see an error that was fixed by https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_rauc_rauc_commit_98f8484fb3357fc8b2bba7ddc7f31f6e9a04f518&d=DwIGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=upIHLD0Klq6JestBglGOFqnMsu-XuSQmo8ZR72YSuzk&m=WDiwOwwH7GKgnr7AJRSwUEvzGyudqO3xVljYy-FZdKc&s=kFt8J6YqEh8zSIEo2QaJnDj8RySTDNxPBWPN2x4hh-E&e=
>(as always, the first commit after the revision that is in ;) )

This patch solves the problem for now :)

>For now you can update RAUC manually by adding (if not yet existing) a rauc_git.bbappend file to your projects meta layer and set
>
>   SRCREV = "33fe5ab4bc8c364b666b7332c2f3ec6fc095b7a2"
>
>to use the latest version of RAUC.

I could not try it for now, because of missing local infrastructure of mine but I will try this as soon as possible.

>Does this temporary hack solve your runtime problems for now?

Yes, it does, thank you.

Best wishes,
Caglar

________________________________

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com
_______________________________________________
RAUC mailing list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RAUC] RAUC service
  2017-04-10 10:51       ` caglar.kilimci
@ 2017-04-11  8:06         ` Enrico Joerns
  0 siblings, 0 replies; 6+ messages in thread
From: Enrico Joerns @ 2017-04-11  8:06 UTC (permalink / raw)
  To: caglar.kilimci; +Cc: rauc

On 04/10/2017 12:51 PM, caglar.kilimci@accenture.com wrote:
> Hi,
>
>> -----Original Message-----
>> From: RAUC [mailto:rauc-bounces@pengutronix.de] On Behalf Of Enrico Joerns
>> Sent: Monday, April 10, 2017 1:14 PM
>> To: Kilimci, Caglar <caglar.kilimci@accenture.com>
>> Cc: rauc@pengutronix.de
>> Subject: Re: [RAUC] RUAC service
>>
>> Hi,
>>>> (rauc:537): GLib-GObject-CRITICAL **: g_object_set: assertion
>>>> 'G_IS_OBJECT (object)' failed
>>>> (rauc:537): rauc-DEBUG: name 'de.pengutronix.rauc' acquired
>>>>
>>>> What does it mean?
>>>
>>> to ease understanding what could have went wrong: Which exact version
>>> of RAUC are you using? (Because there were some changes surrounding
>>> the Code that might have caused this issue.)
>>>
>>> I am using Yocto and last commit information is:
>>> commit 3867722b8d64c43765e2d04f346dd612c02ad137
>>> Author: Jan Lübbe <jluebbe@lasnet.de>
>>> Date:   Mon Feb 13 10:34:53 2017 +0100
>>>
>>>     README.md: update github URL
>>> And console output is:
>>> # rauc --version
>>> rauc 0.572-3867-dirty
>>
>> Ok, if you say Yocto, I assume you are using meta-rauc, right?
>
> Yes.
>
>> And yes... definitely have to update meta-rauc to use the latest version of RAUC.
>>
>> I assume you see an error that was fixed by https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_rauc_rauc_commit_98f8484fb3357fc8b2bba7ddc7f31f6e9a04f518&d=DwIGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=upIHLD0Klq6JestBglGOFqnMsu-XuSQmo8ZR72YSuzk&m=WDiwOwwH7GKgnr7AJRSwUEvzGyudqO3xVljYy-FZdKc&s=kFt8J6YqEh8zSIEo2QaJnDj8RySTDNxPBWPN2x4hh-E&e=
>> (as always, the first commit after the revision that is in ;) )
>
> This patch solves the problem for now :)
>
>> For now you can update RAUC manually by adding (if not yet existing) a rauc_git.bbappend file to your projects meta layer and set
>>
>>   SRCREV = "33fe5ab4bc8c364b666b7332c2f3ec6fc095b7a2"
>>
>> to use the latest version of RAUC.
>
> I could not try it for now, because of missing local infrastructure of mine but I will try this as soon as possible.

FTR: We have updated the RAUC revision in meta-rauc master to the latest 
upstream revision (the one mentioned above) now.

Regards, Enrico

-- 
Pengutronix e.K.                           | Enrico Jörns                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-5080 |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


_______________________________________________
RAUC mailing list

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-11  8:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  8:40 [RAUC] RUAC service caglar.kilimci
2017-04-10  9:18 ` Enrico Joerns
2017-04-10  9:29   ` caglar.kilimci
2017-04-10 10:14     ` Enrico Joerns
2017-04-10 10:51       ` caglar.kilimci
2017-04-11  8:06         ` [RAUC] RAUC service Enrico Joerns

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox