Package Details: lxd-git 5.4.r293.ce5d10282-2

Git Clone URL: https://aur.archlinux.org/lxd-git.git (read-only, click to copy)
Package Base: lxd-git
Description: Daemon based on liblxc offering a REST API to manage containers
Upstream URL: https://linuxcontainers.org/lxd
Licenses: Apache
Conflicts: lxd, lxd-lts
Provides: lxd
Submitter: rhayader
Maintainer: rhayader
Last Packager: rhayader
Votes: 3
Popularity: 0.000000
First Submitted: 2018-08-15 18:47 (UTC)
Last Updated: 2022-08-06 19:55 (UTC)

Dependencies (17)

Required by (11)

Sources (4)

Latest Comments

Elrondo46 commented on 2019-08-22 16:26 (UTC)

For more info about this

https://github.com/lxc/lxd/issues/6109

Elrondo46 commented on 2019-08-22 16:25 (UTC)

Bug found please add this to lxd.service

[service] Environment="LANG=C"

It's a known bug with current versions

Elrondo46 commented on 2019-08-22 15:20 (UTC)

After rm -r /var/lib/lxd

Bug solved thanks

rhayader commented on 2019-08-22 09:37 (UTC)

@Elrondo46 Since I can not reproduce your issue consider asking for help upstream. As a first step I would suggest that you start the lxd daemon from your terminal with 'sudo /usr/bin/lxd --group lxd --debug' hopefully to get a more detailed error.

Elrondo46 commented on 2019-08-22 08:29 (UTC)

That's a clean build, all temps are purged the package build successfull

BUT

sudo systemctl status lxd ● lxd.service - Daemon based on liblxc offering a REST API to manage containers. Loaded: loaded (/usr/lib/systemd/system/lxd.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Thu 2019-08-22 10:28:20 CEST; 919ms ago Process: 21306 ExecStart=/usr/bin/lxd --group lxd (code=exited, status=2) Main PID: 21306 (code=exited, status=2)

août 22 10:28:20 elyoake-pc lxd[21306]: github.com/spf13/cobra.(Command).execute(0xc000271b80, 0xc000032190, 0x2, 0x2, 0xc000271b80, > août 22 10:28:20 elyoake-pc lxd[21306]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/spf13/cobra/comm> août 22 10:28:20 elyoake-pc lxd[21306]: github.com/spf13/cobra.(Command).ExecuteC(0xc000271b80, 0xc0002b3f60, 0x1, 0x1) août 22 10:28:20 elyoake-pc lxd[21306]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/spf13/cobra/comm> août 22 10:28:20 elyoake-pc lxd[21306]: github.com/spf13/cobra.(*Command).Execute(...) août 22 10:28:20 elyoake-pc lxd[21306]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/spf13/cobra/comm> août 22 10:28:20 elyoake-pc lxd[21306]: main.main() août 22 10:28:20 elyoake-pc lxd[21306]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/lxc/lxd/lxd/main> août 22 10:28:20 elyoake-pc systemd[1]: lxd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT août 22 10:28:20 elyoake-pc systemd[1]: lxd.service: Failed with result 'exit-code'.

rhayader commented on 2019-08-22 08:15 (UTC)

@Elrondo46 A clean build should work fine. It seems you are having an outdated dependency in cache. Or you could add a 'make update' line just before the 'make' command in PKGBUILD

Elrondo46 commented on 2019-08-22 05:50 (UTC)

Your package is broken

août 22 07:46:07 elyoake-pc lxd[635]: github.com/spf13/cobra.(Command).execute(0xc000239b80, 0xc000032190, 0x2, 0x2, 0xc000239b80, 0xc000032190) août 22 07:46:07 elyoake-pc lxd[635]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/spf13/cobra/command.go:829 +0x465 août 22 07:46:07 elyoake-pc lxd[635]: github.com/spf13/cobra.(Command).ExecuteC(0xc000239b80, 0xc000281f60, 0x1, 0x1) août 22 07:46:07 elyoake-pc lxd[635]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/spf13/cobra/command.go:917 +0x2fc août 22 07:46:07 elyoake-pc lxd[635]: github.com/spf13/cobra.(*Command).Execute(...) août 22 07:46:07 elyoake-pc lxd[635]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/spf13/cobra/command.go:867 août 22 07:46:07 elyoake-pc lxd[635]: main.main() août 22 07:46:07 elyoake-pc lxd[635]: /home/elyoake/Documents/AUR/pamac-build/lxd-git/src/go/src/github.com/lxc/lxd/lxd/main.go:176 +0xe82

With lxd service and lxd command

rhayader commented on 2019-02-08 17:52 (UTC)

@PedroHLC Have you tried a clean build? makepkg -C worked fine for me. I have tried it both with 'go' and 'go-pie'.

PedroHLC commented on 2019-02-08 16:31 (UTC)

I can get to # environment then go throws a lot of messages related to getting dependencies, and then it ends with:

github.com/juju/httprequest (download)
make: *** [Makefile:18: default] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Any idea why?