Re: [systemd-devel] What is wrong with Bash? [Was: Re: [ANNOUNCE] Journal File Format Documentation]

2012-10-23 Thread Ciprian Dorin Craciun
(Ok. I've just opened another can of works... :) Thus I've changed the subject, not to pollute the journal thread with this issue.) :) On Tue, Oct 23, 2012 at 10:22 PM, Lennart Poettering wrote: > On Tue, 23.10.12 22:14, Ciprian Dorin Craciun (ciprian.crac...@gmail.com) >

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Tue, Oct 23, 2012 at 10:18 PM, Lennart Poettering wrote: > On Tue, 23.10.12 22:02, Ciprian Dorin Craciun (ciprian.crac...@gmail.com) > wrote: >> And the way I see benefiting from systemd would be creating >> containers (like LXC) for each such "process". > &

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Tue, Oct 23, 2012 at 9:49 PM, Lennart Poettering wrote: > On Tue, 23.10.12 20:13, Ciprian Dorin Craciun (ciprian.crac...@gmail.com) > wrote: >> > The other thing is simply that the stuff is really integrated with each >> > other. The journal sources are small b

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Tue, Oct 23, 2012 at 9:40 PM, Lennart Poettering wrote: > But note that the price you pay for interleaving files on display grows > with the more you split things up (O(n) being n number of files to > interleave), hence we are a bit conservative here, we don't want to push > people towards spli

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Tue, Oct 23, 2012 at 7:33 PM, Lennart Poettering wrote: > On Tue, 23.10.12 18:48, Ciprian Dorin Craciun (ciprian.crac...@gmail.com) > wrote: > >> > - We needed something with in-line compression, and where we can add >> > stuff like FSS to >> >>

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Sun, Oct 21, 2012 at 1:05 AM, Lennart Poettering wrote: > Heya, > > I have now found the time to document the journal file format: > > http://www.freedesktop.org/wiki/Software/systemd/journal-files > > Comments welcome! (Replying directly to this as I want to start another "sub-thread"...

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Tue, Oct 23, 2012 at 5:39 PM, Lennart Poettering wrote: > On Tue, 23.10.12 15:25, Ciprian Dorin Craciun (ciprian.crac...@gmail.com) > wrote: >> Why did you resort to implementing a new database format, and >> didn't choose an existing embedded library like Berk

Re: [systemd-devel] [ANNOUNCE] Journal File Format Documentation

2012-10-23 Thread Ciprian Dorin Craciun
On Sun, Oct 21, 2012 at 1:05 AM, Lennart Poettering wrote: > Heya, > > I have now found the time to document the journal file format: > > http://www.freedesktop.org/wiki/Software/systemd/journal-files > > Comments welcome! > > (Oh, and it's in the fdo wiki, so if you see a typo or so, go ahead and

Re: [systemd-devel] Newbie systemd-related question - how to run a service w/o anything but network?

2012-08-16 Thread Ciprian Dorin Craciun
On Thu, Jul 26, 2012 at 1:09 PM, Peter Lemenkov wrote: > Hello All. > I'm trying to write a systemd service for epmd (Erlang Port Mapper > Daemon, if someone is curious). its only purpose is to open a TCP port > 4369 at 0.0.0.0 and act as a simple messaging (very simple actually) > bus between erl

Re: [systemd-devel] How to interact with `systemd --user`?

2012-06-14 Thread Ciprian Dorin Craciun
On Fri, Jun 15, 2012 at 7:37 AM, Kok, Auke-jan H wrote: > On Fri, Jun 15, 2012 at 4:24 AM, Ciprian Dorin Craciun > wrote: >>> I think you really don't want to try and run a systemd --user (highly >>> experimental!) without a systemd --system (stable), that would be t

Re: [systemd-devel] How to interact with `systemd --user`?

2012-06-14 Thread Ciprian Dorin Craciun
On Fri, Jun 15, 2012 at 12:36 AM, Kok, Auke-jan H wrote: >>    As such I don't see what I'm doing wrong... > > lots, not helped by the fact that you're not using systemd --system as pid=1. Please don't get me wrong, but I think that if systemd "makes" me either use it to replace my existing i

Re: [systemd-devel] How to interact with `systemd --user`?

2012-06-14 Thread Ciprian Dorin Craciun
On Thu, Jun 14, 2012 at 11:27 PM, Kok, Auke-jan H wrote: > On Thu, Jun 14, 2012 at 1:00 PM, Ciprian Dorin Craciun > wrote: >> On Thu, Jun 14, 2012 at 10:43 PM, Kok, Auke-jan H >> wrote: >>> On Thu, Jun 14, 2012 at 12:29 PM, Ciprian Dorin Craciun >>> wrot

Re: [systemd-devel] How to interact with `systemd --user`?

2012-06-14 Thread Ciprian Dorin Craciun
On Thu, Jun 14, 2012 at 10:43 PM, Kok, Auke-jan H wrote: > On Thu, Jun 14, 2012 at 12:29 PM, Ciprian Dorin Craciun > wrote: >>    Hello all! >> >>    I want to play a little with systemd, but first I want to use it >> in a "sandbox" user, thus I st

[systemd-devel] How to interact with `systemd --user`?

2012-06-14 Thread Ciprian Dorin Craciun
Hello all! I want to play a little with systemd, but first I want to use it in a "sandbox" user, thus I start it (as non-root) from a console with systemd --log-level=info --default-standard-output=inherit --default-standard-error=inherit Unfortunately I'm unable to figure it ou