Re: [systemd-devel] mount units and symlinks

2014-09-02 Thread Olav Vitters
On Mon, Jun 30, 2014 at 12:41:10PM -0700, Colin Walters wrote: > There's likely other people in the field though with mount points that > are symlinks, and while they're clearly buggy it'd be rather unfriendly > to just have them entirely break after upgrading systemd. Maybe a loud > warning? One

Re: [systemd-devel] Scheme: Linux startup process with systemd

2013-11-05 Thread Olav Vitters
On Tue, Nov 05, 2013 at 08:49:03PM +0100, ScotXW wrote: > It is a pity that nobody on this entire list, wants to give me some > concrete ideas for the numbers 1 to 8 in the scheme [1]. :-O Probably because this list is about systemd. Your question is offtopic. -- Regards, Olav __

[systemd-devel] License of systemd API

2013-09-26 Thread Olav Vitters
At Hackers News, someone (seemingly involved with OpenRC) claims that the systemd API is somehow licensed under the LGPL. Thus making it impossible for OpenRC to implement the same API. See https://news.ycombinator.com/item?id=6446700 for the entire comments and https://news.ycombinator.com/item?id

Re: [systemd-devel] Journald stops logging when lots of output

2013-09-26 Thread Olav Vitters
On Wed, Sep 11, 2013 at 08:35:49PM +0200, Lennart Poettering wrote: > (Of course, journald should not exit under any such circumstances, but > to find that we first need to track down why it does that currently). Though it might hide problems, shouldn't journald be configured to automatically be r

[systemd-devel] Feature request: randomly delay scheduled jobs

2013-02-06 Thread Olav Vitters
Feature request: allow to randomly delay a scheduled job Why: I have various cron jobs that run every 20min on various VMs + servers. All servers are synched with NTP. What happens is that if they use some shared resource (e.g. an LDAP server), the load spikes on that LDAP server spikes every 20mi

Re: [systemd-devel] Someone working on gui for multiseat?

2013-01-25 Thread Olav Vitters
On Wed, Jan 23, 2013 at 10:39:46AM +, Colin Guthrie wrote: > 'Twas brillig, and Stef Bon at 23/01/13 10:28 did gyre and gimble: > > what should the gui toolkit be? Gtk3? I prefer that over qt, which is > > not my favorite. > > > > And is there a location to store the project? I can of course g

Re: [systemd-devel] multiseat apart from Fedora

2013-01-11 Thread Olav Vitters
On Tue, Jan 08, 2013 at 06:48:18PM +0200, Damian Ivanov wrote: > Requirements for multiseat to work with the plugable devices is AFAIK > only running recent versions of systemd, gdm and have ConsoleKit > removed. I am trying to get the plugable automatic multiseat to work > on openSUSE but unfortun

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Olav Vitters
On Sat, Oct 27, 2012 at 01:01:36PM +0200, Zbigniew Jędrzejewski-Szmek wrote: > Kay, Olav, I think that we're being a bit unfair towards > Michael. There's an implication that his posts were offensive, but they > weren't. Overly verbose, yes, repetitive, yes, agitated, etc, but not > intended as rud

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-26 Thread Olav Vitters
sent too quickly.. On Sat, Oct 27, 2012 at 05:22:30AM +0200, Olav Vitters wrote: > On Fri, Oct 26, 2012 at 10:16:47PM -0400, Michael H. Warfield wrote: > > BTW... Not to drop names (which I'm about to do) or anything and I know > > in a big organization not everybody knows ev

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-26 Thread Olav Vitters
On Fri, Oct 26, 2012 at 10:16:47PM -0400, Michael H. Warfield wrote: > BTW... Not to drop names (which I'm about to do) or anything and I know > in a big organization not everybody knows everyone but... I prefer judging myself. And at the moment I see you using words like: - crap - POS -- R

Re: [systemd-devel] journalctl | grep -v mail.*

2012-10-23 Thread Olav Vitters
On Tue, Oct 23, 2012 at 11:13:32PM +0200, Lennart Poettering wrote: > On Tue, 23.10.12 22:38, Olav Vitters (o...@vitters.nl) wrote: > > > I'm trying to learn journalctl a bit. > > > > I'd prefer if I could do a grep -v, but in journalctl using some > > ar

[systemd-devel] journalctl | grep -v mail.*

2012-10-23 Thread Olav Vitters
I'm trying to learn journalctl a bit. I'd prefer if I could do a grep -v, but in journalctl using some argument, e.g. -v. E.g. show me all the logs _except_ mail related things: $ journalctl -v -f SYSLOG_FACILITY=2 ideally (could this be implemented?): $ journalctl -v -f SYSLOG_FACILITY=mail I

Re: [systemd-devel] journald leaking maps?

2012-10-15 Thread Olav Vitters
On Thu, Oct 11, 2012 at 11:31:18PM +0100, Colin Guthrie wrote: > Something is obviously not good there! journald is using something in > the region of 250MB res. My journal stats: USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND root 367 0.0 4.9 4904900 198620 ? Ss Oc

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-20 Thread Olav Vitters
On Wed, Jun 20, 2012 at 02:34:52PM +0200, Michael Olbrich wrote: > On Wed, Jun 20, 2012 at 01:46:40PM +0200, Olav Vitters wrote: > > On Wed, Jun 20, 2012 at 01:32:52PM +0200, Michael Olbrich wrote: > > > On Wed, Jun 20, 2012 at 09:38:22AM +0200, Olav Vitters wrote: > >

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-20 Thread Olav Vitters
On Wed, Jun 20, 2012 at 01:32:52PM +0200, Michael Olbrich wrote: > On Wed, Jun 20, 2012 at 09:38:22AM +0200, Olav Vitters wrote: > > On Tue, Jun 19, 2012 at 06:44:25PM +0200, Michael Olbrich wrote: > > > This is not about the files from systemd. It's about the dependencies

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-20 Thread Olav Vitters
On Tue, Jun 19, 2012 at 06:44:25PM +0200, Michael Olbrich wrote: > This is not about the files from systemd. It's about the dependencies. > Every user of a source based distro, that only wants systemd now has to > first install dbus then udev, and then remove dbus again. Shouldn't the build system

Re: [systemd-devel] systemd39: journald segfault brings down some user services

2012-02-20 Thread Olav Vitters
On Thu, Feb 09, 2012 at 08:12:55PM +0100, Lennart Poettering wrote: > Now, of course, the journal shouldn't crash in the first place. This bug > is still something to fix, but so far nobody managed to get me a bt of > this. if the journal itself crashes a coredump will be placed in > /var/lib/syste