Hi Team,

I am following your example in the docs for grub bootloader on x86_64 debian machine.
i have created the rootfs image and trying to update the system via:

> rauc -d install update-2015.04-1.raucb

It throws an error :

Domains: 'rauc'
(rauc:2879): rauc-DEBUG: install started
(rauc:2879): rauc-DEBUG: input bundle: /home/apaul/rauc/examples/update-2015.04-1.raucb
trying to contact rauc service
rauc-Message: installing /home/apaul/rauc/examples/update-2015.04-1.raucb: installing
installing `/home/apaul/rauc/examples/update-2015.04-1.raucb` failed

I have tested the image using:

>rauc -d info update-2015.04-1.raucb

Output looks fine:
Domains: 'rauc'
(rauc:2905): rauc-DEBUG: No grubenv path provided, using /boot/grub/grubenv as default
rauc-Message: Reading bundle: update-2015.04-1.raucb
rauc-Message: Verifying bundle...
Compatible:     'rauc-demo-x86'
Version:        '2015.04-1'
Description:    '(null)'
Build:          '(null)'
Hooks:          ''
1 Image:
(1)    mydisk.img
    Slotclass: rootfs
    Checksum:  4b0f8e37bfaa79fcec616aa3e7f139aea50aa5d8830db07147c1903b4b5729f2
    Size:      11214848
    Hooks:    
0 Files

Where am I making mistake? Please help.

Thanks & Regards,

Dilip Yadav