Hi!
It seems that setting up is a bit different in Alpine than in e.g.
Ubuntu, is there any instructions how to set up incus in Alpine.
Specifically, I get an error
Error: Failed to connect to local daemon: Get "http://unix.socket/1.0":
dial unix /var/lib/incus/unix.socket: connect: no such file or directory
when trying to run
incus admin init
Thanks,
Kaj
Hi!
Did you start the incusd service before running this command? After
starting incusd it worked just fine for me on a few Alpine systems.
Best,
Edin
14 Jul 2024 10:51:36 Kaj Wiik <kaj.wiik@utu.fi>:
> Hi!>> It seems that setting up is a bit different in Alpine than in e.g. > Ubuntu, is there any instructions how to set up incus in Alpine.>> Specifically, I get an error>> Error: Failed to connect to local daemon: Get "http://unix.socket/1.0": > dial unix /var/lib/incus/unix.socket: connect: no such file or > directory>> when trying to run> incus admin init>> Thanks,> Kaj
Ha!
That was it! So running
rc-service incusd start
did it!
Many thanks Edin!
Cheers,
Kaj
On 14.7.2024 12.07, Unicorn wrote:
> Hi!> > Did you start the incusd service before running this command? After > starting incusd it worked just fine for me on a few Alpine systems.> > Best,> Edin> > 14 Jul 2024 10:51:36 Kaj Wiik <kaj.wiik@utu.fi>:> >> Hi!>>>> It seems that setting up is a bit different in Alpine than in e.g. >> Ubuntu, is there any instructions how to set up incus in Alpine.>>>> Specifically, I get an error>>>> Error: Failed to connect to local daemon: Get >> "http://unix.socket/1.0": dial unix /var/lib/incus/unix.socket: >> connect: no such file or directory>>>> when trying to run>> incus admin init>>>> Thanks,>> Kaj
14 Jul 2024 11:16:04 Kaj Wiik <kaj.wiik@utu.fi>:
> Ha!>> That was it! So running>> rc-service incusd start>> did it!>> Many thanks Edin!>> Cheers,> Kaj
No problem, happy to hear it works!
Best,
Edin