2014-02-05 Lennart Poettering :
>
>
> > What do you mean with 'requeue the target which should pull in the
> > additional new deps'?
>
> just do a second time "systemctl start" on your target
>
>
There is something else between *apps-start.service* and
*apps-started.target* and the latter has Wante
В Wed, 5 Feb 2014 00:10:51 +0100
Lennart Poettering пишет:
> On Wed, 29.01.14 19:29, Andrey Borzenkov (arvidj...@gmail.com) wrote:
>
> > > Thanks for tracking this done, this really sounds like you nailed the
> > > problem. Now, how to fix it?
> > >
> > > Hmm, so, I would claim this is a shortc
both libseccomp and systemd's use of it needs to be ported to arm,
which supports seccomp filter mode.
On Tue, Feb 4, 2014 at 2:40 PM, Lennart Poettering
wrote:
> On Tue, 04.02.14 20:59, Ronny Chevalier (chevalier.ro...@gmail.com) wrote:
>
>> There is no problem if someone do something like:
>> S
On Tue, Feb 4, 2014 at 11:49 AM, Barry Scott wrote:
> On Tue 04 Feb 2014 16:15:52 Colin Guthrie wrote:
>> If we do want to describe the action taken rather than the effect, then
>> I would use the word "truncate" here, rather than elide as this is
>> really what happens now as implemented.
>
> But
On Fri, 31.01.14 16:42, Barry Scott (barry.sc...@onelan.co.uk) wrote:
> I have finally managed to get StartTransientService to run a process for me
> but I'm encountering issues:
>
> we start a daemon that calls StartTransientService as required. The daemon
> does not run as root, it runs as "one
On Wed, 05.02.14 00:26, Stefano Manni (stefano.ma...@gmail.com) wrote:
> Doesn't the 'systemctl enable' do a reload by itself?
Yupp it does. Sorry for the confusion...
>
> Anyway I tried to issue a systemctl daemon-reload after the enable for each
> service but it didn't work.
> What do you me
Doesn't the 'systemctl enable' do a reload by itself?
Anyway I tried to issue a systemctl daemon-reload after the enable for each
service but it didn't work.
What do you mean with 'requeue the target which should pull in the
additional new deps'?
Thanks
Il mercoledì 5 febbraio 2014, Lennart Poe
On Wed, 29.01.14 19:37, Andrey Borzenkov (arvidj...@gmail.com) wrote:
> > So, in order to understand DefaultDependencies, you need to read the
> > related bits in systemd.unit(5), systemd.service(5), systemd.timer(5),
> > systemd.socket(5), systemd.path(5), systemd.slice(5), systemd.swap(5)
> > an
On Tue, 04.02.14 23:57, Stefano Manni (stefano.ma...@gmail.com) wrote:
> Hi,
>
> I'm facing with a problem while trying to enable services whose files are
> not present at the boot time. Here is the scenario:
>
> 1. the service *apps-mount.service* mounts a squashfs containing different
> servic
On Thu, 30.01.14 10:40, David Härdeman (da...@hardeman.nu) wrote:
> a) getting the name of the cryptdev that the password request
> corresponds to currently involves parsing the prompt message
> ("Please enter passphrase for disk %s!") which is obviously not a
> real solution...
>
> This issue is
On Wed, 29.01.14 19:29, Andrey Borzenkov (arvidj...@gmail.com) wrote:
> > Thanks for tracking this done, this really sounds like you nailed the
> > problem. Now, how to fix it?
> >
> > Hmm, so, I would claim this is a shortcoming of
> > KillMode=control-group, which is the default for everything.
Hi,
I'm facing with a problem while trying to enable services whose files are
not present at the boot time. Here is the scenario:
1. the service *apps-mount.service* mounts a squashfs containing different
services in union (aufs) on /etc/systemd/system
RESULT: in /etc/systemd/system there ar
On Tue, 04.02.14 20:59, Ronny Chevalier (chevalier.ro...@gmail.com) wrote:
> There is no problem if someone do something like:
> SystemCallFilter=write read execve
> SystemCallFilter=ioperm
> -- or --
> SystemCallFilter=~write read execve
> SystemCallFilter=~ioperm
>
> But in a case like:
> Syste
Pushed with the following changes:
* Lennart's suggestions for option names.
* Lennart's other suggestion for no asprintf() in the options
processing. Moved the concatenation to strjoin() on use.
* Removed redundant trailing NULL in the arguments to strjoin().
* Removed invalid option "-s" from
On Tue, Feb 4, 2014 at 5:22 AM, Lennart Poettering
wrote:
> processlabel
The actual code processes this option as "label." I'll fix all of this
up (including the asprintf) and then commit.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.o
On Thu, 30.01.14 16:29, Daniel J Walsh (dwa...@redhat.com) wrote:
> If I want to run a container as a service, it would be nice if it used the
> service
> cgroup configuration
I can see how this is useful, but I don't particularly like the nameing
of this, as this might suggest a new service was
2014-01-27 Lennart Poettering :
> On Sat, 25.01.14 18:06, Ronny Chevalier (chevalier.ro...@gmail.com) wrote:
>
>> > Doesn't libseccomp provide a way to enumerate the contents of the
>> > defined filter again? I'd really prefer if we could find a way that
>> > specifiying a filter of "read write" an
On Sat, 01.02.14 23:47, Dan Tihelka (dtihe...@gmail.com) wrote:
> Hello all,
> I have rather generic idea/question which probably not solvable yet.
>
> I, as an ordinary user, would like to mount cifs share (but it can generally
> be extended to any other "dynamic" media) on-demand to a given pa
On Tue, 04.02.14 15:45, Barry Scott (barry.sc...@onelan.co.uk) wrote:
> On Tue 04 Feb 2014 19:36:34 Andrey Borzenkov wrote:
> > В Tue, 4 Feb 2014 15:31:58 +
> >
> > Barry Scott пишет:
> > > Change the messages output and also all internal
> > > function names and variables to match.
> >
>
'Twas brillig, and Barry Scott at 04/02/14 16:49 did gyre and gimble:
> On Tue 04 Feb 2014 16:15:52 Colin Guthrie wrote:
>> If we do want to describe the action taken rather than the effect, then
>> I would use the word "truncate" here, rather than elide as this is
>> really what happens now as imp
On Tue 04 Feb 2014 16:15:52 Colin Guthrie wrote:
> If we do want to describe the action taken rather than the effect, then
> I would use the word "truncate" here, rather than elide as this is
> really what happens now as implemented.
But the output is not truncated. Here is example from my system:
On Tue, Feb 4, 2014 at 8:15 AM, Colin Guthrie wrote:
> 'Twas brillig, and Andrey Borzenkov at 04/02/14 15:36 did gyre and gimble:
>> В Tue, 4 Feb 2014 15:31:58 +
>> Barry Scott пишет:
>>
>>> Change the messages output and also all internal
>>> function names and variables to match.
>>
>> As
'Twas brillig, and Andrey Borzenkov at 04/02/14 15:36 did gyre and gimble:
> В Tue, 4 Feb 2014 15:31:58 +
> Barry Scott пишет:
>
>> Change the messages output and also all internal
>> function names and variables to match.
>
> As a non-native English speaker I must admit ellipsize was more
Change the messages output and also all internal
function names and variables to match.
---
man/journalctl.xml | 2 +-
man/loginctl.xml | 2 +-
man/machinectl.xml | 2 +-
man/systemctl.xml | 4 ++--
man/systemd-cgls.xml | 2 +-
src/
On Tue, Feb 04, 2014 at 02:25:06PM +0100, Lennart Poettering wrote:
> On Mon, 03.02.14 14:44, Hannes Reinecke (h...@suse.de) wrote:
>
> >
> > Which raises the question: what exactly should be 'active' contain?
> > The console name (which doesn't have any equivalent in sysfs), or
> > the tty name
On Tue 04 Feb 2014 19:36:34 Andrey Borzenkov wrote:
> В Tue, 4 Feb 2014 15:31:58 +
>
> Barry Scott пишет:
> > Change the messages output and also all internal
> > function names and variables to match.
>
> As a non-native English speaker I must admit ellipsize was more
> understandable. I a
Change the messages output and also all internal
function names and variables to match.
---
man/journalctl.xml | 2 +-
man/loginctl.xml | 2 +-
man/machinectl.xml | 2 +-
man/systemctl.xml | 4 ++--
man/systemd-cgls.xml | 2 +-
src/
В Tue, 4 Feb 2014 15:31:58 +
Barry Scott пишет:
> Change the messages output and also all internal
> function names and variables to match.
As a non-native English speaker I must admit ellipsize was more
understandable. I am not sure I would understand "elide" if it was not
used in this con
On Thu, 30.01.14 13:58, Colin Guthrie (co...@mageia.org) wrote:
Applied! Thanks!
> This is now part of libsystemd.
> ---
> src/journal/libsystemd-journal.pc.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/journal/libsystemd-journal.pc.in
> b/src/journal/libsyste
On Mon, 03.02.14 14:44, Hannes Reinecke (h...@suse.de) wrote:
>
> Which raises the question: what exactly should be 'active' contain?
> The console name (which doesn't have any equivalent in sysfs), or
> the tty name (which has)?
Userspace expects that /sys/class/tty/console/active refers to a v
On Thu, 30.01.14 16:28, Daniel J Walsh (dwa...@redhat.com) wrote:
Heya,
Please also add these options to the man page...
> + " -L --filelabel=LABEL Set the MAC file label to be used
> by tmpfs file systems in container\n"
> + " -Z --processlabel=LABEL Set the
On Sun, 02.02.14 12:18, Shawn Landden (sh...@churchofgit.com) wrote:
Please elaborate what this is supposed to do?
> ---
> src/core/manager.c | 29 +
> 1 file changed, 21 insertions(+), 8 deletions(-)
>
> diff --git a/src/core/manager.c b/src/core/manager.c
> index 6
On Sun, 02.02.14 15:27, Jóhann B. Guðmundsson (johan...@gmail.com) wrote:
> >>udev seems to have a race condition with swapon to see which can open
> >>/dev/zram0 first, causing swapon to fail.
> >>( seems to be most noticeable on arm devices one out of every 7 times or
> >>something ) and this pa
Le mardi 04 février 2014 à 11:31 +0100, Rainer Krienke a écrit :
> Hello,
>
> I am experiencing problems on openSuSE 13.1 systems using systemd, iff
> this system uses NFS mounts for the users home directory mounted by
> automount.
>
> Regular 13.1 installations with local user home directories j
Am 04.02.2014 11:31, schrieb Rainer Krienke:
> I am experiencing problems on openSuSE 13.1 systems using systemd, iff
> this system uses NFS mounts for the users home directory mounted by
> automount.
>
> Regular 13.1 installations with local user home directories just work fine.
>
> The problem
Hello,
I am experiencing problems on openSuSE 13.1 systems using systemd, iff
this system uses NFS mounts for the users home directory mounted by
automount.
Regular 13.1 installations with local user home directories just work fine.
The problem is, that when trying to shut the system down this s
36 matches
Mail list logo