[opensuse-factory] Fwd: [systemd-devel] [ANNOUNCE] systemd 193 (jounal networking support)
![](https://seccdn.libravatar.org/avatar/45bf5eef0471996074efa055ea252116.jpg?s=120&d=mm&r=g)
Initial network support for jounald has been implemented, for those of you that had complained. -------- Original Message -------- Subject: [systemd-devel] [ANNOUNCE] systemd 193 Date: Fri, 28 Sep 2012 02:57:33 +0200 From: Lennart Poettering <lennart@poettering.net> Organization: Red Hat, Inc. To: systemd Mailing List <systemd-devel@lists.freedesktop.org> Heya, http://www.freedesktop.org/software/systemd/systemd-193.tar.xz CHANGES WITH 193: * journalctl gained a new --cursor= switch to show entries starting from the specified location in the journal. * We now enforce a size limit on journal entry fields exported with "-o json" in journalctl. Fields larger than 4K will be assigned null. This can be turned off with --all. * An (optional) journal gateway daemon is now available as "systemd-journal-gatewayd.service". This service provides access to the journal via HTTP and JSON. This functionality will be used to implement live log synchronization in both pull and push modes, but has various other users too, such as easy log access for debugging of embedded devices. Right now it is already useful to retrieve the journal via HTTP: # systemctl start systemd-journal-gatewayd.service # wget http://localhost:19531/entries This will download the journal contents in a /var/log/messages compatible format. The same as JSON: # curl -H"Accept: application/json" http://localhost:19531/entries This service is also accessible via a web browser where a single static HTML5 app is served that uses the JSON logic to enable the user to do some basic browsing of the journal. This will be extended later on. Here's an example screenshot of this app in its current state: http://0pointer.de/public/journal-gatewayd Contributions from: Kay Sievers, Lennart Poettering, Robert Milasan, Tom Gundersen Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/0edf09abc2dffb4df54af190ea29ffa1.jpg?s=120&d=mm&r=g)
On 09/28/2012 03:48 AM, Cristian Rodríguez wrote:
Initial network support for jounald has been implemented, for those of you that had complained.
Wow! Thanks for the news! I'll need to rewrite my syslog-ng presentation for the openSUSE conference a bit :-) Question: when will this arrive to factory? So I could test interoperability with syslog-ng (which can send and parse JSON). Ooops, not yet there. As far as I can see from the ChangeLog, no push mode yet, just a web interface... Bye, CzP -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/5f188c5fb664dc110d55f04cd59a6e74.jpg?s=120&d=mm&r=g)
Le vendredi 28 septembre 2012 à 10:31 +0200, Peter Czanik a écrit :
On 09/28/2012 03:48 AM, Cristian Rodríguez wrote:
Initial network support for jounald has been implemented, for those of you that had complained.
Wow! Thanks for the news! I'll need to rewrite my syslog-ng presentation for the openSUSE conference a bit :-) Question: when will this arrive to factory? So I could test interoperability with syslog-ng (which can send and parse JSON). Ooops, not yet there. As far as I can see from the ChangeLog, no push mode yet, just a web interface...
In the following weeks (after M0 anyway). I'm working on systemd 192 for Factory, but it is quite heavy (due to udev merge and moving to /usr). A staging repository has been created for it (openSUSE:Factory:systemd) and we will test it there before pushing to Factory. -- Frederic Crozat <fcrozat@suse.com> SUSE -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/bc67c2666cfb0f5c7770293291610cc9.jpg?s=120&d=mm&r=g)
On Fri, Sep 28, 2012 at 10:37:56AM +0200, Frederic Crozat wrote:
I'm working on systemd 192 for Factory, but it is quite heavy (due to udev merge and moving to /usr). A staging repository has been created for it (openSUSE:Factory:systemd) and we will test it there before pushing to Factory.
Huh, "moving to /usr"? How's systemd affected? Curious, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/eeaa070dd6317ec84ae2eb35d4eaf01f.jpg?s=120&d=mm&r=g)
On 09/28/2012 04:59 AM, Michael Schroeder pecked at the keyboard and wrote:
On Fri, Sep 28, 2012 at 10:37:56AM +0200, Frederic Crozat wrote:
I'm working on systemd 192 for Factory, but it is quite heavy (due to udev merge and moving to /usr). A staging repository has been created for it (openSUSE:Factory:systemd) and we will test it there before pushing to Factory.
Huh, "moving to /usr"? How's systemd affected?
Curious, Michael.
Didn't you hear, everything is moving to /usr. /etc, /bin, /lib. Iy was decided it would be way easier to do away with all filesystems except /usr. :-) -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/a0bd648d192e82b20bc7d2638ff08bd9.jpg?s=120&d=mm&r=g)
On Fri, Sep 28, 2012 at 5:22 PM, Ken Schneider - openSUSE <suse-list3@bout-tyme.net> wrote:
Didn't you hear, everything is moving to /usr. /etc, /bin, /lib. Iy was decided it would be way easier to do away with all filesystems except /usr. :-)
etc too? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/5f188c5fb664dc110d55f04cd59a6e74.jpg?s=120&d=mm&r=g)
Le vendredi 28 septembre 2012 à 17:28 -0300, Claudio Freire a écrit :
On Fri, Sep 28, 2012 at 5:22 PM, Ken Schneider - openSUSE <suse-list3@bout-tyme.net> wrote:
Didn't you hear, everything is moving to /usr. /etc, /bin, /lib. Iy was decided it would be way easier to do away with all filesystems except /usr. :-)
etc too?
No, for course. And I would appreciate if people could focus their time in improving Factory (and no, trolling on a mailing list is not a contribution.. If 1% of the time spent on trolling on Factory mailing list was spent on fixing bugs or developing features, we would be number 1..). -- Frederic Crozat <fcrozat@suse.com> SUSE -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/0f2a44ee48448ded558b90d55ed52b28.jpg?s=120&d=mm&r=g)
On Friday 28 September 2012 10:37:56 Frederic Crozat wrote:
I'm working on systemd 192 for Factory, but it is quite heavy (due to udev merge and moving to /usr). A staging repository has been created for it (openSUSE:Factory:systemd) and we will test it there before pushing to Factory.
Hi Frederic, In how far is this update related to the removal of ConsoleKit and starting to use the systemd login seat mechanism ? For KDE a patch is required for kdebase4-workspace in order to work with this new seat mechanism, so it would be good to get an alignment on when this will be pushed to Factory. Thanks Regards Raymond -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/5f188c5fb664dc110d55f04cd59a6e74.jpg?s=120&d=mm&r=g)
Le vendredi 28 septembre 2012 à 11:09 +0200, Raymond Wooninck a écrit :
On Friday 28 September 2012 10:37:56 Frederic Crozat wrote:
I'm working on systemd 192 for Factory, but it is quite heavy (due to udev merge and moving to /usr). A staging repository has been created for it (openSUSE:Factory:systemd) and we will test it there before pushing to Factory.
Hi Frederic,
In how far is this update related to the removal of ConsoleKit and starting to use the systemd login seat mechanism ?
For KDE a patch is required for kdebase4-workspace in order to work with this new seat mechanism, so it would be good to get an alignment on when this will be pushed to Factory.
The idea is to use this staging repository to also complete CK removing and all the changes it requires (like KDE patch for new seat). So, you should sr against this repository (when updated systemd is there), as a test bed. I'll annonce when you can start doing so. -- Frederic Crozat <fcrozat@suse.com> SUSE -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (7)
-
Claudio Freire
-
Cristian Rodríguez
-
Frederic Crozat
-
Ken Schneider - openSUSE
-
Michael Schroeder
-
Peter Czanik
-
Raymond Wooninck