lp:~acquia/systemd

Owned by Acquia
Get this repository:
git clone https://git.not.enabled/~acquia/systemd
Members of Acquia can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
ubuntu/xenial-updates-acquia 2023-05-16 16:03:53 UTC
Add missing files

Author: Peter Sarkozi
Author Date: 2023-05-16 16:03:53 UTC

Add missing files

CL-33163-round-2 2019-01-11 21:11:46 UTC
Merge branch 'ubuntu/xenial-updates' of https://git.launchpad.net/~usd-import...

Author: Glenn Pratt
Author Date: 2019-01-11 21:11:46 UTC

Merge branch 'ubuntu/xenial-updates' of https://git.launchpad.net/~usd-import-team/ubuntu/+source/systemd into CL-33163-round-2

CL-31875_merge_upstream 2018-11-14 20:10:08 UTC
CL-20379 | Import upstream patch to ensure empty cgroup messages are not lost

Author: Glenn Pratt
Author Date: 2017-12-05 20:59:42 UTC

CL-20379 | Import upstream patch to ensure empty cgroup messages are not lost
https://github.com/systemd/systemd/issues/1961

(cherry picked from commit 8d5b69a1253b4128e09c68e628c032a194622fd7)

acquia-readme 2017-07-14 21:19:34 UTC
Add readme.

Author: Glenn Pratt
Author Date: 2017-07-14 21:17:34 UTC

Add readme.

master 2017-06-03 09:41:17 UTC
sd-bus: silence format warnings in kdbus code (#6072)

Author: Zbigniew Jędrzejewski-Szmek
Author Date: 2017-06-03 09:41:17 UTC

sd-bus: silence format warnings in kdbus code (#6072)

The code is mostly correct, but gcc is trying to outsmart us, and emits a
warning for a "llu vs lu" mismatch, even though they are the same size (on alpha):

src/libsystemd/sd-bus/bus-control.c: In function ‘kernel_get_list’:
src/libsystemd/sd-bus/bus-control.c:267:42: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘__u64 {aka long unsigned int}’ [-Werror=format=]
                         if (asprintf(&n, ":1.%llu", name->id) < 0) {
                                          ^
src/libsystemd/sd-bus/bus-control.c: In function ‘bus_get_name_creds_kdbus’:
src/libsystemd/sd-bus/bus-control.c:714:47: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘__u64 {aka long unsigned int}’ [-Werror=format=]
                 if (asprintf(&c->unique_name, ":1.%llu", conn_info->id) < 0) {
                                               ^
This is hard to work around properly, because kdbus.h uses __u64 which is
defined-differently-despite-being-the-same-size then uint64_t. Thus the simple
solution of using %PRIu64 fails on amd64:

src/libsystemd/sd-bus/bus-control.c:714:47: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘__u64 {aka long long unsigned int}’ [-Werror=format=]
                 if (asprintf(&c->unique_name, ":1.%"PRIu64, conn_info->id) < 0) {
                                               ^~~~~~

Let's just avoid the whole issue for now by silencing the warning.
After the next release, we should just get rid of the kdbus code.

Fixes #5561.

hostname 2017-05-27 00:41:02 UTC
nspawn: add --hostname / Network.Hostname option.

Author: Glenn Pratt
Author Date: 2017-05-27 00:41:02 UTC

nspawn: add --hostname / Network.Hostname option.

xenial-acquia 2017-04-27 06:47:28 UTC
nspawn: decrease mkdir error logging in /sys to debug priority (#3748)

Author: tblume
Author Date: 2016-07-18 10:23:08 UTC

nspawn: decrease mkdir error logging in /sys to debug priority (#3748)

Such mkdir errors happen for example when trying to mkdir /sys/fs/selinux.

/sys is documented to be readonly in the container, so mkdir errors below /sys
can be expected.
They shouldn't be logged as warnings since they lead users to think that
there is something wrong.

ubuntu/xenial-updates 2017-01-20 22:03:19 UTC
Import patches-unapplied version 229-4ubuntu16 to ubuntu/xenial-updates

Author: Steve Langasek
Author Date: 2017-01-18 21:37:19 UTC

Import patches-unapplied version 229-4ubuntu16 to ubuntu/xenial-updates

Imported using usd-importer.

Publish parent: 6572863f25b4ffe785bf547de678e9a1d5b72d4b
Changelog parent: bdd2d278b2756e32e7c9bcda059dbedbe4c683d9

18 of 8 results
This repository contains Public information 
Everyone can see this information.

Subscribers