Re: [systemd-devel] [PATCH] core: check system call auditing is enabled

2013-02-20 Thread Jon Stanley
On Tue, Feb 19, 2013 at 8:36 PM, Lennart Poettering wrote: > So, yeah, let's just fix the audit issue and that's it. Yep, I realized after seeing all the other responses to this mail that it was purely accidental, and I was a bit hasty in saying "oh noes, audit??" :) Move on, fix the bug, and k

Re: [systemd-devel] python - reading the journal

2013-02-20 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 19, 2013 at 09:02:56PM +, Steven Hiscocks wrote: > I've pushed a few more commits. I've pushed a few commits to https://github.com/keszybz/systemd/commits/python-systemd-reader This is your tree but rebased onto my id128 stuff, and modified to use it. It also has sphinx-generated d

Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes?

2013-02-20 Thread HATAYAMA Daisuke
From: Colin Guthrie Subject: Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes? Date: Wed, 20 Feb 2013 14:10:13 + > 'Twas brillig, and Oleksii Shevchuk at 20/02/13 09:53 did gyre and gimble: >> By default services has infty limit, afaik >> >> If y

Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes?

2013-02-20 Thread HATAYAMA Daisuke
From: Oleksii Shevchuk Subject: Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes? Date: Wed, 20 Feb 2013 11:53:00 +0200 > By default services has infty limit, afaik > > If you have 25M truncated cores, that's because of systemd-coredump > limitation.

Re: [systemd-devel] [PATCH] man: be even more clear about ExecStart's first argument

2013-02-20 Thread Kok, Auke-jan H
On Wed, Feb 20, 2013 at 9:52 AM, Max Albrecht <1...@178.is> wrote: > hi, > > here is some systemd beginners feedback, in form of a small patch. > I was able to do everything I want just by reading the man pages (very > refreshing). > The only thing I stumbled upon was the the requirement of the Ex

[systemd-devel] [PATCH] man: be even more clear about ExecStart's first argument

2013-02-20 Thread Max Albrecht
hi, here is some systemd beginners feedback, in form of a small patch. I was able to do everything I want just by reading the man pages (very refreshing). The only thing I stumbled upon was the the requirement of the ExecStart directive, namely that is has to start with an absolute path. Yes, of

Re: [systemd-devel] [Hackfest] Room available in Avanti Hotel

2013-02-20 Thread Holger Winkelmann [TP]
Hi all, The room is gone... Holger - Original Message - > Hi, > > One of our Guys is off sick and cant attend the Hackfest. > So we have a room free in the Avanti Hotel from 21st - 22rd Feb. > > Anybody interested? Let me know the next hour please. > > BR, > Holger > > > > -- > Hol

Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes?

2013-02-20 Thread Colin Guthrie
'Twas brillig, and Oleksii Shevchuk at 20/02/13 09:53 did gyre and gimble: > By default services has infty limit, afaik > > If you have 25M truncated cores, that's because of systemd-coredump > limitation. Feel free to try this patch: > > http://lists.freedesktop.org/archives/systemd-devel/2013-F

[systemd-devel] [PATCH] core: reuse the same /tmp, /var/tmp and inaccessible dir

2013-02-20 Thread Michal Sekletar
All Execs within the service, will get mounted the same /tmp and /var/tmp directories, if service is configured with PrivateTmp=yes. Temporary directories are cleaned up by service itself, rather than relying on systemd-tmpfiles. Same logic applies also to inaccessible directories. --- man/systemd

[systemd-devel] [Hackfest] Room available in Avanti Hotel

2013-02-20 Thread Holger Winkelmann
Hi, One of our Guys is off sick and cant attend the Hackfest. So we have a room free in the Avanti Hotel from 21st - 22rd Feb. Anybody interested? Let me know the next hour please. BR, Holger -- Holger Winkelmann email: h...@travelping.com mobil: +49-171-5594745

Re: [systemd-devel] howto system-d non-graphical screen

2013-02-20 Thread Tom Gundersen
On Feb 20, 2013 10:54 AM, "lux-integ" wrote: > > On Wednesday 20 February 2013 01:21:37 Kok, Auke-jan H wrote: > > On Tue, Feb 19, 2013 at 4:58 PM, lux-integ wrote: > > > greetings, > > > I am interested in learning to use systemd with output to an > > > alphanumeric character screen (i.e. non

Re: [systemd-devel] howto system-d non-graphical screen

2013-02-20 Thread Tomasz Torcz
On Wed, Feb 20, 2013 at 09:59:30AM +, lux-integ wrote: > On Wednesday 20 February 2013 01:21:37 Kok, Auke-jan H wrote: > > On Tue, Feb 19, 2013 at 4:58 PM, lux-integ wrote: > > > greetings, > > > I am interested in learning to use systemd with output to an > > > alphanumeric character screen

Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes?

2013-02-20 Thread Oleksii Shevchuk
By default services has infty limit, afaik If you have 25M truncated cores, that's because of systemd-coredump limitation. Feel free to try this patch: http://lists.freedesktop.org/archives/systemd-devel/2013-February/009065.html ___ systemd-devel maili

Re: [systemd-devel] howto system-d non-graphical screen

2013-02-20 Thread lux-integ
On Wednesday 20 February 2013 01:21:37 Kok, Auke-jan H wrote: > On Tue, Feb 19, 2013 at 4:58 PM, lux-integ wrote: > > greetings, > > I am interested in learning to use systemd with output to an > > alphanumeric character screen (i.e. non graphical ). Is this doable > > without delving into sh

Re: [systemd-devel] RFC: user session lifetimes vs. $DISPLAY

2013-02-20 Thread Simon McVittie
On 19/02/13 23:55, Peeters Simon wrote: > or just use a systemd generater to generate systemd .service files from the > dbus service files. > (i have something like this laying around slightly unfinished if you > want code, let me know) That would be an interesting way to avoid having to either pa

[systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes?

2013-02-20 Thread Hatayama, Daisuke
Hello, I'm now looking for a way of specifying DefaultLimitCORE for all the daemon processes using systemd. I've already tried the following things: - Specify DefaultLimitCORE=infinity in /etc/systemd/system.conf but by which only normal processes were configured; daemon processes were not

Re: [systemd-devel] RFC: user session lifetimes vs. $DISPLAY

2013-02-20 Thread Simon McVittie
On 19/02/13 18:59, Kok, Auke-jan H wrote: > We may have to redefine systemd --user to start with a instance that > defines a "user - seat" pair instead. That would leave multiple > `systemd --user` pairs around, each serving the appropriate desktop. > They could use a central DBus location if neede