---
src/core/dbus-unit.c | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c
index 9b13c6e..2d1862c 100644
--- a/src/core/dbus-unit.c
+++ b/src/core/dbus-unit.c
@@ -859,20 +859,16 @@ static int bus_unit_set_tran
---
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-timer.c b/src/core/dbus-timer.c
index f1f8c54..e916f5a 100644
--- a/src/core/dbus-timer.
---
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 c54abd3..bba4b27 100644
--- a/src/core/dbus-manager.c
+++ b/src/core/dbus-manager.c
@@ -615,6
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=, OnUnitInactiveSec= of timer respectively.
---
man/systemd-run.xml | 42 +
---
Makefile.am | 7 ++
src/shared/.gitignore| 1 +
src/shared/unit-name.c | 22
src/shared/unit-name.h | 26 +
src/shared/unit-property-scope.gperf | 202 +++
5 files changed, 258 i
On Wed, Oct 29, 2014 at 09:09:03PM +0300, Timofey Titovets wrote:
> 2014-10-29 16:20 GMT+03:00 Zbigniew Jędrzejewski-Szmek :
> > On Wed, Oct 29, 2014 at 04:16:22PM +0300, Timofey Titovets wrote:
> >> Why then developers use cmdline before?
> >> Maybe cmdline allow determine disk when bootchart work
journalctl across the failed shutdown procedure shows the systemd "Power-Off"
process starting, the journal stopping, then, a "--Reboot--"
...
Oct 29 21:02:12 desk0107 systemd[1]: Starting Power-Off...
Oct 29 21:02:12 desk0107 systemd-shutdown[1]: Sending SIGTERM to
remai
El 30/10/14 a las #4, Cristian Rodríguez escribió:
El 29/10/14 a las #4, Lennart Poettering escribió:
On Wed, 29.10.14 14:29, Cristian Rodríguez (crrodrig...@opensuse.org)
wrote:
Add syscall numbers for 32 bit x86 and arm and Correct
the system call number for x86_64 (it is 318 not 278)
Hmm?
El 29/10/14 a las #4, Lennart Poettering escribió:
On Wed, 29.10.14 14:29, Cristian Rodríguez (crrodrig...@opensuse.org) wrote:
Add syscall numbers for 32 bit x86 and arm and Correct
the system call number for x86_64 (it is 318 not 278)
Hmm? I did my testing on x86_64 3.18rc2, 278 is what wor
I'm running on kernel
uname -a
Linux desk0107 3.17.1-2.g5c4d099-desktop #1 SMP PREEMPT Sat Oct
18 23:36:23 UTC 2014 (5c4d099) x86_64 x86_64 x86_64 GNU/Linux
with
systemctl --version
systemd 210
+PAM +LIBWRAP +AUDIT +SELINUX -IMA +S
On Wed, Oct 29, 2014 at 11:55:29PM +0100, Lennart Poettering wrote:
> On Wed, 29.10.14 14:29, Cristian Rodríguez (crrodrig...@opensuse.org) wrote:
>
> > Add syscall numbers for 32 bit x86 and arm and Correct
> > the system call number for x86_64 (it is 318 not 278)
>
> Hmm? I did my testing on x8
Le mercredi 22 octobre 2014, 13:07:39 Lennart Poettering a écrit :
>So, I thought myself a couple of times about adding a cron generator
>upstream, but always came to the conclusion that having to load the
>configuration **twice** during boot-up would be suboptimal.
> Well, you can order your rel
On Wed, 29.10.14 14:29, Cristian Rodríguez (crrodrig...@opensuse.org) wrote:
> Add syscall numbers for 32 bit x86 and arm and Correct
> the system call number for x86_64 (it is 318 not 278)
Hmm? I did my testing on x86_64 3.18rc2, 278 is what worked
here... Did you test 318? Where does that numbe
On Tue, Oct 28, 2014 at 3:46 PM, Andy Lutomirski wrote:
> So far, hidraw_id detects U2F tokens and sets:
> ID_U2F_TOKEN=1
> ID_SECURITY_TOKEN=1
>
> This causes the uaccess rules to apply to U2F devices.
This works for the Plug-up security key, too.
--Andy
> ---
>
> I've never written any udev c
Hi,
I configured a CentOS 7 to limit the amount of memory any single
interactive user can use by setting:
systemctl set-property user.slice MemoryLimit=60G
and excepted "root" to use a less strict limit:
systemctl set-property user-0.slice MemoryLimit=120G
Works so far, but there's a catc
2014-10-29 16:20 GMT+03:00 Zbigniew Jędrzejewski-Szmek :
> On Wed, Oct 29, 2014 at 04:16:22PM +0300, Timofey Titovets wrote:
>> Why then developers use cmdline before?
>> Maybe cmdline allow determine disk when bootchart working from or in initrd?
> bootchart was merged into systemd after being dev
On Mon, Oct 27, 2014 at 11:20:53PM +0100, Lennart Poettering wrote:
> On Mon, 27.10.14 20:16, Michael Scherer (m...@zarb.org) wrote:
>
> > On Mon, Oct 27, 2014 at 03:38:37PM +0100, Lennart Poettering wrote:
> > > On Sat, 11.10.14 21:57, m...@zarb.org (m...@zarb.org) wrote:
> > >
> > > > From: Mic
Yeah, it's tricky.
I don't think sysctl is the answer as that doesn't work with /sys
On Wed, Oct 29, 2014 at 1:06 PM, Ivan Shapovalov
wrote:
> On Wednesday 29 October 2014 at 13:00:42, Daniel Hollocher wrote:
> > Hey folks,
> > I'm a not expert here, so please forgive the low quality/interest o
Add syscall numbers for 32 bit x86 and arm and Correct
the system call number for x86_64 (it is 318 not 278)
---
src/shared/missing.h | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/shared/missing.h b/src/shared/missing.h
index 00e0287..7fd259a 100644
--- a/src/shared/
FWIW, I tested this now and it seems to have worked fine and properly
preserved both mode and ownership of the files in question.
OK to push this one?
Col
Colin Guthrie wrote on 29/10/14 14:34:
> When running sysusers we would clobber file ownership and permissions
> on the files /etc/passwd, /e
On Wednesday 29 October 2014 at 13:00:42, Daniel Hollocher wrote:
> Hey folks,
> I'm a not expert here, so please forgive the low quality/interest of my
> question.
>
> I'm curious what the ideal systemd way is to set various power management
> settings in the /sys tree. For me personally,
On Wed, Oct 29, 2014 at 01:00:42PM -0400, Daniel Hollocher wrote:
> Hey folks,
> I'm a not expert here, so please forgive the low quality/interest of my
> question.
>
> I'm curious what the ideal systemd way is to set various power management
> settings in the /sys tree. For me personally, I'm lo
Hey folks,
I'm a not expert here, so please forgive the low quality/interest of my
question.
I'm curious what the ideal systemd way is to set various power management
settings in the /sys tree. For me personally, I'm looking to set
sampling_down_factor as without it, ondemand has terrible perform
On 27.10.2014 15:12, Lennart Poettering wrote:
> On Fri, 24.10.14 23:13, Lukasz Stelmach (stl...@poczta.fm) wrote:
>
>> On 24.10.2014 00:28, Lennart Poettering wrote:
>>> On Thu, 23.10.14 21:24, Łukasz Stelmach (stl...@poczta.fm) wrote:
>>>
+int main(int argc, char *argv[]) {
+st
It helps editing units by either creating a drop-in file, like
/etc/systemd/system/my.service.d/override.conf, or by copying the
original unit from /usr/lib/systemd/ to /etc/systemd/ if the --full
option is specified.
It invokes an editor on temporary files related to the unit files and
if the edi
For a very specific definition of inactive.
I'm looking at a way for the iio-sensor-proxy at:
https://github.com/hadess/iio-sensor-proxy
to suspend reading from accelerometers (or maybe to turn them off), when
all the sessions are locked and the screens turned off.
This would usually mean that I
When running sysusers we would clobber file ownership and permissions
on the files /etc/passwd, /etc/group and /etc/[g]shadow.
This simply preserves the ownership and mode if existing files are
found.
---
src/sysusers/sysusers.c | 61 +
1 file chang
Colin Guthrie wrote on 29/10/14 14:19:
> I'll send a patch in a moment that looks as if it would address this
> issue (untested but looks safe enough - could be made a bit more
> streamlined if needs be but just left it verbose for now)
And here is another that is more verbose... whichever coding
When running sysusers we would clobber file ownership and permissions
on the files /etc/passwd, /etc/group and /etc/[g]shadow.
This simply preserves the ownership and mode if existing files are
found.
---
src/sysusers/sysusers.c | 93 ++---
1 file chang
Simon McVittie wrote on 28/10/14 16:54:
> On 28/10/14 16:34, Colin Guthrie wrote:
>> It seems we have different permissions for /etc/{g}shadow than fedora.
>> We don't package it as ,root,root but rather 0440,root,shadow.
>
> Who is "we"? Mageia? FYI, Debian uses 0640 root:shadow for the same
Lennart Poettering writes:
> On Wed, 15.10.14 11:07, Jan Synacek (jsyna...@redhat.com) wrote:
>
>> Hello,
>>
>> in the documentation for systemd.service, under Type= option, it reads:
>>
>> Behavior of oneshot is similar to simple; however, it is expected that the
>> process has to exit befo
---
.gitignore | 1 -
README | 1 -
TODO | 7 ---
3 files changed, 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0b71f09..14f1691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,7 +101,6 @@
/systemd-quotacheck
/systemd-random-seed
/systemd-rc-local-generator
-/system
It helps editing units by either creating a drop-in file, like
/etc/systemd/system/my.service.d/override.conf, or by copying the
original unit from /usr/lib/systemd/ to /etc/systemd/ if the --full
option is specified.
It invokes an editor on temporary files related to the unit files and
if the edi
On Wed, Oct 29, 2014 at 04:16:22PM +0300, Timofey Titovets wrote:
> Why then developers use cmdline before?
> Maybe cmdline allow determine disk when bootchart working from or in initrd?
bootchart was merged into systemd after being developed in separate and
often does not follow the same conventio
Why then developers use cmdline before?
Maybe cmdline allow determine disk when bootchart working from or in initrd?
2014-10-28 15:37 GMT+03:00 Zbigniew Jędrzejewski-Szmek :
> On Tue, Oct 28, 2014 at 07:56:32AM +0300, Timofey Titovets wrote:
>> Good time of day, list.
>> I try to fix "Fixme" in sv
On Wed, Oct 29, 2014 at 09:40:19AM +0100, Alexandre Detiste wrote:
> Hi,
>
> I stumbled on this:
>
> $ systemctl cat cron-crontab-pi-0 | grep Environment
> Environment="A=a a" "MAILTO=system-c...@mailinator.com" "B=b b" "C=c c"
> $ systemctl show cron-crontab-pi-0 -p Environment
> Environment=A=a
This makes it possible to drop in logind configuration snippets from a
package or other configuration management mechanism.
Add documentation to the header of /etc/logind.conf pointing the user at
/etc/logind.conf.d/*.conf.
Introduce a new helper, conf_parse_many, to parse configuration files in
Several different systemd tools define a nulstr containing a standard
series of configuration file directories, in /etc, /run, /usr/local/lib,
/usr/lib, and (#ifdef HAVE_SPLIT_USR) /lib. Factor that logic out into
a new helper macro, CONF_DIRS_NULSTR.
---
Realized when defining the Nth instance o
Lennart Poettering writes:
> On Tue, 28.10.14 13:14, Lennart Poettering (lenn...@poettering.net) wrote:
>
>> On Thu, 23.10.14 16:39, Lennart Poettering (lenn...@poettering.net) wrote:
>>
>> Heya,
>>
>> > Hmm, I think the generator should already treat the option fields the
>> > same way as I wa
---
NEWS | 4
man/journalctl.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 82a1948..d8770a0 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ CHANGES WITH 217:
show log timestamps in the UTC timezone. journalctl now also
On Wed, Oct 29, 2014 at 10:37 AM, Jan Synacek wrote:
> Tom Gundersen writes:
>
>> On Mon, Oct 27, 2014 at 4:53 PM, Tom Gundersen wrote:
>>> On Mon, Oct 27, 2014 at 4:48 PM, Lennart Poettering
>>> wrote:
On Sat, 25.10.14 01:36, Tom Gundersen (t...@jklm.no) wrote:
> On Mon, Oct 20,
Tom Gundersen writes:
> On Mon, Oct 27, 2014 at 4:53 PM, Tom Gundersen wrote:
>> On Mon, Oct 27, 2014 at 4:48 PM, Lennart Poettering
>> wrote:
>>> On Sat, 25.10.14 01:36, Tom Gundersen (t...@jklm.no) wrote:
>>>
On Mon, Oct 20, 2014 at 9:32 PM, Lennart Poettering
wrote:
> On Tue,
Hi,
I stumbled on this:
$ systemctl cat cron-crontab-pi-0 | grep Environment
Environment="A=a a" "MAILTO=system-c...@mailinator.com" "B=b b" "C=c c"
$ systemctl show cron-crontab-pi-0 -p Environment
Environment=A=a a MAILTO=system-c...@mailinator.com B=b b C=c c
-> the quotes are gone.
Is this
43 matches
Mail list logo