Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lxd: update to 4.4.
@ 2020-08-10  1:24 CameronNemo
  2020-08-10 16:02 ` ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: CameronNemo @ 2020-08-10  1:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages lxd-4.4
https://github.com/void-linux/void-packages/pull/24185

lxd: update to 4.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/24185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxd-4.4-24185.patch --]
[-- Type: text/x-diff, Size: 985 bytes --]

From 9c1bcf61078e3da4cd4fe966a5c0f4f1a43b13dd Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 9 Aug 2020 18:20:28 -0700
Subject: [PATCH] lxd: update to 4.4.

---
 srcpkgs/lxd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index b0d4bbf81b2..69a0a981449 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxd'
 pkgname=lxd
-version=4.3
+version=4.4
 revision=1
 build_style=go
 go_import_path=github.com/lxc/lxd
@@ -15,7 +15,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
-checksum=b6891ee6086a2d26409385fcd50d627e6a72e0af17f88c5693c1e100ed9dca1f
+checksum=30cc4ea02ae8883900c052df017a0821003ca9b502d86e3cafce9ef2af16643a
 system_groups="lxd"
 
 _libdir="/usr/lib/sqlite-replication"

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

* Re: lxd: update to 4.4.
  2020-08-10  1:24 [PR PATCH] lxd: update to 4.4 CameronNemo
@ 2020-08-10 16:02 ` ahesford
  2020-08-16 14:10 ` flexibeast
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-08-10 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1001 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24185#issuecomment-671442976

Comment:
Per [my comment](https://github.com/void-linux/void-docs/pull/151#issuecomment-671138650) in #151 and the reply from @flexibeast, I'm inquiring here about dropping the `systemd` cgroup mount logic in the runit service.

1. Is there a compelling reason the mount responsibility should not be moved to a user's `/etc/fstab` or `/etc/rc.local`, wiht the service failing (either explicity in the `run` script or by letting `lxd` itself fail) if the `systemd` cgroup fs has not been mounted?

2. If the previous answer is "yes", is there a compelling reason to move the `systemd` mount to `/etc/runit/core-services/00-pseudofs.sh` for a global solution?

If there is a good reason to leave the mount in the runit service, I think there ought to be a `finish` script to unmount the `systemd` cgroup fs since the service takes resposibility for maintaining it.

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

* Re: lxd: update to 4.4.
  2020-08-10  1:24 [PR PATCH] lxd: update to 4.4 CameronNemo
  2020-08-10 16:02 ` ahesford
@ 2020-08-16 14:10 ` flexibeast
  2020-09-03  4:45 ` CameronNemo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: flexibeast @ 2020-08-16 14:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3399 bytes --]

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24185#issuecomment-674531277

Comment:
```
$ lxc launch images:voidlinux/musl                                                                                                                         
Creating the instance                                                                                                                                                    
Instance name is: unbiased-polliwog                                                                                                                                      
Starting unbiased-polliwog                                                                                                                                               
Error: Failed to run: /usr/bin/lxd forkstart unbiased-polliwog /var/lib/lxd/containers /var/log/lxd/unbiased-polliwog/lxc.conf:                                          
Try `lxc info --show-log local:unbiased-polliwog` for more info                                                                                                          
$ lxc info --show-log local:unbiased-polliwog
Name: unbiased-polliwog
Location: none
Remote: unix://
Architecture: x86_64
Created: 2020/08/16 14:01 UTC
Status: Stopped
Type: container
Profiles: default

Log:

lxc unbiased-polliwog 20200816140108.752 INFO     lxccontainer - lxccontainer.c:do_lxcapi_start:972 - Set process title to [lxc monitor] /var/lib/lxd/containers unbiased-polliwog
lxc unbiased-polliwog 20200816140108.753 INFO     start - start.c:lxc_check_inherited:277 - Closed inherited fd 4
lxc unbiased-polliwog 20200816140108.753 INFO     start - start.c:lxc_check_inherited:277 - Closed inherited fd 5
lxc unbiased-polliwog 20200816140108.753 INFO     start - start.c:lxc_check_inherited:277 - Closed inherited fd 6
lxc unbiased-polliwog 20200816140108.753 INFO     lsm - lsm/lsm.c:lsm_init:29 - LSM security driver nop
lxc unbiased-polliwog 20200816140108.753 INFO     conf - conf.c:run_script_argv:342 - Executing script "/proc/18044/exe callhook /var/lib/lxd 2 start" for container "unbiased-polliwog"
lxc unbiased-polliwog 20200816140108.787 ERROR    conf - conf.c:run_buffer:323 - Script exited with status 1
lxc unbiased-polliwog 20200816140108.787 ERROR    start - start.c:lxc_init:804 - Failed to run lxc.hook.pre-start for container "unbiased-polliwog"
lxc unbiased-polliwog 20200816140108.787 ERROR    start - start.c:__lxc_start:1898 - Failed to initialize container "unbiased-polliwog"
lxc unbiased-polliwog 20200816140108.787 INFO     conf - conf.c:run_script_argv:342 - Executing script "/usr/bin/lxd callhook /var/lib/lxd 2 stopns" for container "unbiased-polliwog"
lxc unbiased-polliwog 20200816140108.888 INFO     conf - conf.c:run_script_argv:342 - Executing script "/usr/bin/lxd callhook /var/lib/lxd 2 stop" for container "unbiased-polliwog"
lxc unbiased-polliwog 20200816140108.921 ERROR    conf - conf.c:run_buffer:323 - Script exited with status 1
lxc unbiased-polliwog 20200816140108.921 ERROR    start - start.c:lxc_end:971 - Failed to run lxc.hook.post-stop for container "unbiased-polliwog"
lxc unbiased-polliwog 20200816140108.921 ERROR    lxccontainer - lxccontainer.c:wait_on_daemonized_start:843 - No such file or directory - Failed to receive the container state
```

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

* Re: lxd: update to 4.4.
  2020-08-10  1:24 [PR PATCH] lxd: update to 4.4 CameronNemo
  2020-08-10 16:02 ` ahesford
  2020-08-16 14:10 ` flexibeast
@ 2020-09-03  4:45 ` CameronNemo
  2020-09-03  5:01 ` flexibeast
  2020-10-14 15:58 ` [PR PATCH] [Closed]: " CameronNemo
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2020-09-03  4:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/24185#issuecomment-686249506

Comment:
@flexibeast did you get to the bottom of this issue and/or try LXD 4.5?

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

* Re: lxd: update to 4.4.
  2020-08-10  1:24 [PR PATCH] lxd: update to 4.4 CameronNemo
                   ` (2 preceding siblings ...)
  2020-09-03  4:45 ` CameronNemo
@ 2020-09-03  5:01 ` flexibeast
  2020-10-14 15:58 ` [PR PATCH] [Closed]: " CameronNemo
  4 siblings, 0 replies; 6+ messages in thread
From: flexibeast @ 2020-09-03  5:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24185#issuecomment-686253883

Comment:
Sorry, no, i haven't looked into it, nor tried 4.5.

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

* Re: [PR PATCH] [Closed]: lxd: update to 4.4.
  2020-08-10  1:24 [PR PATCH] lxd: update to 4.4 CameronNemo
                   ` (3 preceding siblings ...)
  2020-09-03  5:01 ` flexibeast
@ 2020-10-14 15:58 ` CameronNemo
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2020-10-14 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a closed pull request on the void-packages repository

lxd: update to 4.4.
https://github.com/void-linux/void-packages/pull/24185

Description:
None

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

end of thread, other threads:[~2020-10-14 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10  1:24 [PR PATCH] lxd: update to 4.4 CameronNemo
2020-08-10 16:02 ` ahesford
2020-08-16 14:10 ` flexibeast
2020-09-03  4:45 ` CameronNemo
2020-09-03  5:01 ` flexibeast
2020-10-14 15:58 ` [PR PATCH] [Closed]: " CameronNemo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).