On Tue, 25.02.14 17:59, Barry Scott ([email protected]) wrote:
> > Which should make them available via the bus for transient units. If you
> > need other props like this, just let me know and I'll add them too...
> >
>
> I just tried to set LimitCORE and that was rejected. Can you add th
networkd: Restore logic for enslaving to a master bonding interface.
---
Bonding support seems to have been removed right after being added,
between 52433f6 (22 Jan) and 54abf46 (25 Jan).
http://cgit.freedesktop.org/systemd/systemd/log/src/network/networkd-link.c
With this patch, networkd succe
---
src/hostname/hostnamectl.c | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c
index 94b4243..ad359d6 100644
--- a/src/hostname/hostnamectl.c
+++ b/src/hostname/hostnamectl.c
@@ -67,6 +67,8 @@ type
---
src/hostname/hostnamed.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
index fab0601..f8aea78 100644
--- a/src/hostname/hostnamed.c
+++ b/src/hostname/hostnamed.c
@@ -40,6 +40,8 @@ enum {
PROP_PRETTY_HOSTNAME,
Prepare context_write_data_other() and rename it to
context_write_data_machine_info()
---
src/hostname/hostnamed.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
index 6aa08ca..fab0601 100644
--- a/src/hostname/hostname
Expose pretty_name and cpe_name in hostnamed and update hostnamectl to
read from the remote.
This series does not include code to update the '/etc/os-release' file
and the related fields. If you think that we should do it, I can update
the patch.
Thanks!
__
>
> Well, if that's the case, then the .network file you posted will have
> zero effect there. The [Match] section describes to which interfaces the
> file shall apply und which conditions. You explicitly declare in your
> [Match] section that it only shall apply if run inside a container, and
> he
>
> Moreover, you claim that you run netctl, not systemd-networkd on the
> host? .network files are configuraiton files for systemd-networkd, hence
> they have no effect on the host anyway...
>
> Sorry, still don't get what you are trying to do there...
>
on the "host", systemctl-networkd IS of co
I wanted to take another pass at a brief intro blurb. It can take a
lot of passes to prune the vast amount of information in the wiki into
a few paragraphs that someone can quickly read.
As someone new to this space I keep coming back to two reoccurring themes:
1. Users expect systems to be dynami
On Tue, 04.03.14 21:27, arnaud gaboury ([email protected]) wrote:
>
> >> /etc/systemd/network/70-dahlia-network
> > ^ a dash? Should be a dot?
> >
> >> [Match]
> >> Host=host0
> >> Virtualization=container
> >
> > Hmm? This match section is conditionalized t
On Tue, 04.03.14 21:40, Umut Tezduyar ([email protected]) wrote:
> >> To compare 208 and 210, I pretty much followed steps @
> >> https://wiki.ubuntu.com/DebuggingDBus and by using
> >> $> dbus-monitor "type=signal,sender='org.freedesktop.systemd1'" --system
> >
> > You have to invoke "Subscribe(
Hi
On Tue, Mar 4, 2014 at 8:55 PM, Lennart Poettering
wrote:
> On Tue, 04.03.14 14:12, Umut Tezduyar Lindskog ([email protected]) wrote:
>
>> Hi,
>>
>> I have noticed systemd doesn't generate the StartupFinished dbus signal on
>> 210 (probably 209 too). The code tells me we are generating t
>> /etc/systemd/network/70-dahlia-network
> ^ a dash? Should be a dot?
>
>> [Match]
>> Host=host0
>> Virtualization=container
>
> Hmm? This match section is conditionalized to Virtualization=container
> but you say it is for the host?
>
This config file is on my "ma
On Thu, 27.02.14 00:57, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote:
> If we encounter an inconsistency in a file, let's just
> ignore it. Otherwise, after previous patch, we would try,
> and fail, to use this file in every invocation of sd_journal_next
> or sd_journal_previous that happ
On Thu, 27.02.14 00:57, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote:
>
> /* And jump to it */
> -return generic_array_get(f,
> - le64toh(f->header->entry_array_offset),
> - i,
> -
On Tue, 04.03.14 16:24, arnaud gaboury ([email protected]) wrote:
> I have a npsawn/networkd managed container. Unfortunately, I can't
> reach network from the container. Below are part of the setup.
>
> On host :
>
> /etc/systemd/network/70-dahlia-network
On Mon, 03.03.14 16:26, Mike Gilbert ([email protected]) wrote:
>
> On Mon, Mar 3, 2014 at 11:57 AM, Lennart Poettering
> wrote:
> > On Mon, 03.03.14 16:12, Michael Biebl ([email protected]) wrote:
> >
> >> The patch looked ok to me as is, but I can certainly add a --relative
> >> if you prefer.
On Tue, 04.03.14 16:23, Jacek Pielaszkiewicz ([email protected]) wrote:
> +-machine.slice
> │ L-machine-lxc\x2dtizen\x2dbash\x2d2.scope
> │ +-2672 /usr/libexec/libvirt_lxc --name tizen-bash-2 --console 20 --
> security=
> │ L-machine.slice
> │ L-machine-lxc\x2dtizen\x2dbash\x2d2.sco
On Tue, 04.03.14 13:58, Umut Tezduyar Lindskog ([email protected]) wrote:
Applied! Thanks!
> ---
> src/shared/architecture.c |3 +++
> src/shared/architecture.h |3 +++
> 2 files changed, 6 insertions(+)
>
> diff --git a/src/shared/architecture.c b/src/shared/architecture.c
> index
On Tue, 04.03.14 14:12, Umut Tezduyar Lindskog ([email protected]) wrote:
> Hi,
>
> I have noticed systemd doesn't generate the StartupFinished dbus signal on
> 210 (probably 209 too). The code tells me we are generating the signal on all
> private connection and on api bus if we have clie
I have a npsawn/networkd managed container. Unfortunately, I can't
reach network from the container. Below are part of the setup.
On host :
/etc/systemd/network/70-dahlia-network
[Match]
Host=host0
Virtualization=container
[NetDev]
Name=br0
Kind=bridge
***
/etc/systemd/network/80-dah
It contains hardcoded path to systemd-sysctl executable which
is /usr/lib/systemd/systemd-sysctl on latest stable release and
as such it will complain at runtime if rootprefix != prefix
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 251b5d0..3523
Hi,
It seems that systemd builds incorrectly cgroup hierarchy when is
running in the container. Systemd duplicates part of the hierarchy
below machine.slice/machine...scope/. It causes finally that non root
user session cannot be created due to lack of permissions.
In nspawn cont
On Tue, 04.03.14 11:56, Simon McVittie ([email protected]) wrote:
> Having said that, for the packaged systemd on Debian and Ubuntu it's
> irrelevant whether these symlinks are relative or absolute, because
> dh_link will adjust them after installation to be in the form Debian
> Polic
On Tue, 04.03.14 12:00, Umut Tezduyar ([email protected]) wrote:
>
> Hi,
>
> Stable version of some distros (Debian Wheezy nor Ubuntu LTS 12.04)
> still don't have support for this. Is it not possible to solve it in
> another way.
I'd be happy to merge a patch that adds an autoconf check for th
Hi,
I have noticed systemd doesn't generate the StartupFinished dbus signal on 210
(probably 209 too). The code tells me we are generating the signal on all
private connection and on api bus if we have client connected. "if we have
client connected" statement is not clear to me. Have we change
---
src/shared/architecture.c |3 +++
src/shared/architecture.h |3 +++
2 files changed, 6 insertions(+)
diff --git a/src/shared/architecture.c b/src/shared/architecture.c
index fcdb3d5..9e0c3ef 100644
--- a/src/shared/architecture.c
+++ b/src/shared/architecture.c
@@ -114,6 +114,8 @@ Arc
Hi,
> -Original Message-
> From: [email protected] [mailto:systemd-
> [email protected]] On Behalf Of Simon McVittie
> Sent: den 4 mars 2014 12:56
> To: [email protected]
> Subject: Re: [systemd-devel] [PATCH] Fix systemd-stdio-
On 04/03/14 11:00, Umut Tezduyar wrote:
> Stable version of some distros (Debian Wheezy nor Ubuntu LTS 12.04)
> still don't have support for this.
Does that actually matter much? This ln usage is at build time, not
install time, and those stable versions aren't going to upgrade to a
current system
Hi,
Stable version of some distros (Debian Wheezy nor Ubuntu LTS 12.04)
still don't have support for this. Is it not possible to solve it in
another way.
Thanks
On Mon, Mar 3, 2014 at 5:57 PM, Lennart Poettering
wrote:
> On Mon, 03.03.14 16:12, Michael Biebl ([email protected]) wrote:
>
>> The p
30 matches
Mail list logo