On 12/04/2014 03:00 AM, Lennart Poettering wrote:
> On Tue, 02.12.14 23:29, WaLyong Cho (walyong@samsung.com) wrote:
>
>> ---
>> src/core/dbus-manager.c | 123
>> +---
>> 1 file changed, 105 insertions(+), 18 deletions(-)
>>
>> diff --git a/src/cor
---
units/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/units/.gitignore b/units/.gitignore
index e12d299..3613cee 100644
--- a/units/.gitignore
+++ b/units/.gitignore
@@ -21,6 +21,7 @@
/systemd-ask-password-wall.service
/systemd-backlight@.service
/systemd-binfmt.service
+/sys
On Mon, 24.11.14 11:46, William Kennington (will...@wkennington.com) wrote:
> I'd like to be able to set the MAC Address and MTU of interfaces, with just
> the interface name alone. The current method for matching links seems to be
> heavily tied to udev ATTRs and I understand given the nature of
On Tue, 02.12.14 10:30, Flavio Leitner (f...@redhat.com) wrote:
> Sort of. This special restart is only need on few cases when
> hot-upgrading, otherwise users expect full restart which is already
> accomplished by the current service unit.
>
> It seems to me that the solution is a mix of making
On Tue, 02.12.14 13:19, Ken Sedgwick (ksedg...@bonsai.com) wrote:
> Systems with many units (~10K) take many seconds to perform a
> daemon-reload. The process of load-balancing these systems requires
> multiple daemon-reloads, many issued concurrently. Currently many of
> these redundant daemon-
Yes, we could support a [Link] section in .network files applying such
settings per network. Though that this should really be about overriding
the link specific settings, so not sure it fits your usecase precisely...
On 24 Nov 2014 20:46, "William Kennington" wrote:
> I'd like to be able to set
Yes, this makes sense, added to my todo.
On 24 Nov 2014 20:38, "William Kennington" wrote:
> Currently, networkd netdevs do not support tunnel devices which do not
> have a local address configured. This breaks the configuration of sit
> devices on my hosts which run dhcp for ipv4 configuration,
Patrik, do you have any plans for this? I agree, this is likely something
we want.
Tom
On 30 Nov 2014 07:24, "Anthony Messina" wrote:
> Does systemd-networkd provide the capability to request prefix delegation
> via
> DHCPv6?
>
> I haven't been able to find any information on this topic, and I d
On 2 Dec 2014 22:19, "Ken Sedgwick" wrote:
>
> Systems with many units (~10K) take many seconds to perform a
> daemon-reload. The process of load-balancing these systems requires
> multiple daemon-reloads, many issued concurrently.
Out of curiosity, how does this work? Is there code we can look
On Wed, 12.11.14 13:53, Michal Sekletar (msekl...@redhat.com) wrote:
> We need original socket_fd around otherwise mac_selinux_get_child_mls_label
> fails with -EINVAL return code. Also don't call setexeccon twice but rather
> pass
> context value of SELinuxContext option as an extra argument.
O
On Mon, 17.11.14 10:58, David Herrmann (dh.herrm...@gmail.com) wrote:
> Hi
>
> On Tue, Nov 11, 2014 at 9:06 AM, Susant Sahani wrote:
> > fix 1237557 Unchecked return value from library
> > ---
> > src/shared/log.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/sr
On Wed, 12.11.14 15:19, Michal Sekletar (msekl...@redhat.com) wrote:
Applied! Thanks!
> ---
> units/dev-hugepages.mount | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount
> index d711fae..882adb4 100644
> --- a/units/dev-hugepages.moun
On Wed, 19.11.14 12:35, David Herrmann (dh.herrm...@gmail.com) wrote:
> > +} else {
> > +if ((*str < ' ') || (*str >= 127)) {
> > +*(s++) = '\\';
> > +*(s++) = 'x
On Wed, 12.11.14 19:49, WaLyong Cho (walyong@samsung.com) wrote:
Applied both. Made some changes regarding UTF8 escaping, see other mail.
> ---
> src/bootchart/svg.c | 10 +++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c
On Wed, 03.12.14 12:35, WaLyong Cho (walyong@samsung.com) wrote:
> On 12/03/2014 08:30 AM, Lennart Poettering wrote:
> > On Sat, 15.11.14 15:42, WaLyong Cho (walyong@samsung.com) wrote:
> >
> > Heya,
> >
> > The suggested way to run boot chart is by specifying
> > init=/usr/lib/systemd/s
On Thu, Dec 04, 2014 at 12:57:53AM +0100, Tom Gundersen wrote:
> On Wed, Dec 3, 2014 at 10:19 PM, Greg KH wrote:
> > On Wed, Dec 03, 2014 at 10:11:40PM +0100, Tom Gundersen wrote:
> >> This is libudev-hwdb, but decoupled from libudev and in the libsystemd
> >> style.
> >>
> >> The core code is un
On Wed, 03.12.14 22:13, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote:
> Hi,
>
>
> On Tue, Dec 2, 2014 at 7:12 PM, Lennart Poettering
> wrote:
> > On Mon, 17.11.14 23:46, WaLyong Cho (walyong@samsung.com) wrote:
> >
> >> Hello,
> >>
> >> I'd made two different services. One has *CPUSched
On Thu, 04.12.14 00:57, Tom Gundersen (t...@jklm.no) wrote:
> On Wed, Dec 3, 2014 at 10:19 PM, Greg KH wrote:
> > On Wed, Dec 03, 2014 at 10:11:40PM +0100, Tom Gundersen wrote:
> >> This is libudev-hwdb, but decoupled from libudev and in the libsystemd
> >> style.
> >>
> >> The core code is unch
On Wed, Dec 3, 2014 at 10:19 PM, Greg KH wrote:
> On Wed, Dec 03, 2014 at 10:11:40PM +0100, Tom Gundersen wrote:
>> This is libudev-hwdb, but decoupled from libudev and in the libsystemd style.
>>
>> The core code is unchanged, apart from the following minor changes:
>>
>> - hwdb.bin located in /
On Wed, 03.12.14 20:47, Karol Lewandowski (k.lewando...@samsung.com) wrote:
> On 2014-12-03 19:28, Lennart Poettering wrote:
> > Heya,
> >
> > Harald organized a room for our next Hackfest now, on January 30th,
> > 2015, one day before FOSDEM 2015 in Brussels, Belgium. For details
> > please see:
I had the same issue with rfkill as Łukasz did.
I have rebuilt including commit
4844262f25a3ff6bd23de05a0a6f84a8e2983d74.
I tested by cycling suspend/resume 15 times without reboot, and did not
experience any failed phantom rfkill services.
I also tested rfkill functionality, and the state of a
On Wed, Dec 03, 2014 at 10:11:40PM +0100, Tom Gundersen wrote:
> This is libudev-hwdb, but decoupled from libudev and in the libsystemd style.
>
> The core code is unchanged, apart from the following minor changes:
>
> - hwdb.bin located in /**/systemd/hwdb/ take preference over the ones located
Hi,
On Tue, Dec 2, 2014 at 7:12 PM, Lennart Poettering
wrote:
> On Mon, 17.11.14 23:46, WaLyong Cho (walyong@samsung.com) wrote:
>
>> Hello,
>>
>> I'd made two different services. One has *CPUSchedulingPolicy=rr* and
>> the others has *CPUShares=*.
>>
>> Could anyone help me?
>
> If CPUShare
---
Makefile.am| 3 +-
src/libudev/libudev-hwdb-def.h | 74 --
src/libudev/libudev-hwdb.c | 327 -
src/udev/udevadm-hwdb.c| 2 +-
4 files changed, 29 insertions(+), 377 deletions(-)
delete mode 100644 src/libudev
This is libudev-hwdb, but decoupled from libudev and in the libsystemd style.
The core code is unchanged, apart from the following minor changes:
- hwdb.bin located in /**/systemd/hwdb/ take preference over the ones located
in /**/udev/
- properties are stored internally in an OrderedHashmap
Applied. Takk!
Tom
On Wed, Dec 3, 2014 at 8:59 PM, Torstein Husebø wrote:
> V2: found another one
> ---
> src/network/networkctl.c | 4 ++--
> src/network/networkd-netdev.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/network/networkctl.c b/src/network/ne
V2: found another one
---
src/network/networkctl.c | 4 ++--
src/network/networkd-netdev.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 622533053c..a763630061 100644
--- a/src/network/networkctl.c
+++ b/src/ne
On 2014-12-03 19:28, Lennart Poettering wrote:
> Heya,
>
> Harald organized a room for our next Hackfest now, on January 30th,
> 2015, one day before FOSDEM 2015 in Brussels, Belgium. For details
> please see:
>
> https://plus.google.com/events/c56kbn26s6g01n6m4tj2nmdgnfc
>
> If you intend to sh
---
src/network/networkctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 622533053c..a763630061 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -333,7 +333,7 @@ static int get_gateway_desc
On Tue, 18.11.14 12:39, Tom Gundersen (t...@jklm.no) wrote:
> On Tue, Nov 18, 2014 at 3:30 AM, William Wilhelm wrote:
> > I'm building a router and have been experimenting with DHCPServer=yes for
> > the LAN side of things. It's been working well.
> > I ask if there is any integration between the
On Tue, 02.12.14 23:35, WaLyong Cho (walyong@samsung.com) wrote:
> Supported timer options --on-active=, --on-boot=, --on-startup=,
> --on-unit-active=, --on-unit-inactive=, --on-calendar=. Each options
> corresponding with OnActiveSec=, OnBootSec=, OnStartupSec=,
> OnUnitActiveSec=, OnUnitIna
On Tue, 02.12.14 23:29, WaLyong Cho (walyong@samsung.com) wrote:
Hmm, what's the rationale for this? Can you elaborate?
> ---
> Makefile.am | 7 ++
> src/shared/.gitignore| 1 +
> src/shared/unit-name.c | 22
> src/shared/unit-
Heya,
Harald organized a room for our next Hackfest now, on January 30th,
2015, one day before FOSDEM 2015 in Brussels, Belgium. For details
please see:
https://plus.google.com/events/c56kbn26s6g01n6m4tj2nmdgnfc
If you intend to show up it would be nice to sign up on the Google
Event, so that we
On Tue, 02.12.14 23:29, WaLyong Cho (walyong@samsung.com) wrote:
> ---
> src/core/dbus-timer.c | 159
> ++
> src/core/dbus-timer.h | 3 +
> src/core/timer.c | 4 ++
> 3 files changed, 166 insertions(+)
>
> diff --git a/src/core/dbus-t
On Tue, 02.12.14 23:29, WaLyong Cho (walyong@samsung.com) wrote:
> ---
> src/core/dbus-manager.c | 123
> +---
> 1 file changed, 105 insertions(+), 18 deletions(-)
>
> diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c
> index 0994d7b.
On Wed, 03.12.14 10:04, Andrey Shinkevich (andys...@mail.ru) wrote:
> Please refer me to online documentation, if any, on how to stop systemd and
> D-Bus services on-demand.
> Thank you in advance!
There isn't really any docs. It's mostly a matter of simply making
services exit when they decide
On Wed, 03.12.14 15:33, Maciej Wereski (m.were...@partner.samsung.com) wrote:
>
> +static int get_xattrs_from_arg(Item *i) {
> +char *xattr, *name, *value;
> +const char *p;
> +int r;
Please declare name and value in the inner scope, no need to define
them broader than n
On Wed, 03.12.14 14:56, Jan Synacek (jsyna...@redhat.com) wrote:
> The errors are prefixed with "libxkbcommon" to provide some context,
> because they are quite confusing without it. With the prefix, we at
> least know where they come from.
Applied the patch bug simplified log_xkb a bit by just p
On Tue, Dec 2, 2014 at 5:34 PM, Lennart Poettering
wrote:
> On Wed, 12.11.14 09:57, Steven Noonan (ste...@uplinklabs.net) wrote:
>
>> Hi all,
>>
>> I've been seeing this happen every now and then on a couple machines.
>> When I wake up in the morning and go to log in, I find X11 stopped,
>> and wh
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type "t". Such line should contain
attributes in Argument field, using following format
The errors are prefixed with "libxkbcommon" to provide some context,
because they are quite confusing without it. With the prefix, we at
least know where they come from.
---
Changes in v2:
- don't log a null message if vasprintf() fails
src/locale/localed.c | 19 +++
1 file change
On Wed, 03.12.14 07:56, Jan Synacek (jsyna...@redhat.com) wrote:
> The errors are prefixed with "libxkbcommon" to provide some context,
> because they are quite confusing without it. With the prefix, we at
> least know where they come from.
> ---
> src/locale/localed.c | 17 +
> 1
On Wed, 2014-12-03 at 02:41 +0100, Lennart Poettering wrote:
> On Wed, 19.11.14 00:46, Bastien Nocera (had...@hadess.net) wrote:
>
> > On Tue, 2014-11-18 at 19:32 +0100, Bastien Nocera wrote:
> > > On Tue, 2014-11-11 at 16:46 +0100, Lennart Poettering wrote:
> > >
> > > > I am willing to take a p
On 12/03/2014 07:04 AM, Andrey Shinkevich wrote:
Please refer me to online documentation, if any, on how to stop
systemd and D-Bus services on-demand.
Thank you in advance!
Take a look at [1] and in addition you can always look at the source
code for an existing component that does what you
44 matches
Mail list logo