Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Alessandro Delgado
I like tabs better. Though the question should answer itself looking at the involving environment codebase. Consistency is what matters. --ad ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinf

Re: [systemd-devel] [systemd-commits] TODO

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 09, 2013 at 06:10:58PM -0800, Lennart Poettering wrote: > +* add a man page "systemdall" that lists all of systemd's man pages, > inspired by zsh's "zshall" page Shouldn't just make-man-index.py be tweaked to generate .xml instead (like make-directive-index.py) ? Zbyszek

Re: [systemd-devel] SSL for gatewayd

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 09, 2013 at 09:43:54PM +0200, Oleksii Shevchuk wrote: > > - systemd-journal-gatewayd --trust ca.cert > > will cause the daemon to require clients to present a client > > certificate signed by this authority. > > Subject/CN whitelist and/or CRL/OCSP/etc should be used for this use-c

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Kay Sievers
On Thu, Jan 10, 2013 at 12:17 AM, Kok, Auke-jan H wrote: > On Wed, Jan 9, 2013 at 3:06 PM, Kay Sievers wrote: >> On Wed, Jan 9, 2013 at 11:17 PM, Kok, Auke-jan H >> wrote: >>> On Wed, Jan 9, 2013 at 1:51 PM, Thomas H.P. Andersen >>> wrote: I have a patch ready that moves bootchart from us

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Kok, Auke-jan H
On Wed, Jan 9, 2013 at 3:06 PM, Kay Sievers wrote: > On Wed, Jan 9, 2013 at 11:17 PM, Kok, Auke-jan H > wrote: >> On Wed, Jan 9, 2013 at 1:51 PM, Thomas H.P. Andersen >> wrote: >>> I have a patch ready that moves bootchart from using tabs to spaces. >>> Do we want that or should I leave it as i

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Kay Sievers
On Wed, Jan 9, 2013 at 11:17 PM, Kok, Auke-jan H wrote: > On Wed, Jan 9, 2013 at 1:51 PM, Thomas H.P. Andersen wrote: >> I have a patch ready that moves bootchart from using tabs to spaces. >> Do we want that or should I leave it as it is? > > I'm a bit partial to not doing that yet, but maybe at

Re: [systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Kok, Auke-jan H
On Wed, Jan 9, 2013 at 1:51 PM, Thomas H.P. Andersen wrote: > I have a patch ready that moves bootchart from using tabs to spaces. > Do we want that or should I leave it as it is? I'm a bit partial to not doing that yet, but maybe at a later stage. Currently, the code is pretty separated and ther

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2013 04:52 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jan 09, 2013 at 02:58:12PM -0500, Daniel J Walsh wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 01/09/2013 02:49 PM, Lennart Poettering wrote: >>> On Wed, 09.01.13

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 09, 2013 at 02:58:12PM -0500, Daniel J Walsh wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/09/2013 02:49 PM, Lennart Poettering wrote: > > On Wed, 09.01.13 17:44, Zbigniew Jędrzejewski-Szmek ([email protected]) > > wrote: > > > >>> systemctl httpd status SELi

[systemd-devel] bootchart: tabs to spaces?

2013-01-09 Thread Thomas H.P. Andersen
I have a patch ready that moves bootchart from using tabs to spaces. Do we want that or should I leave it as it is? ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2013 02:49 PM, Lennart Poettering wrote: > On Wed, 09.01.13 17:44, Zbigniew Jędrzejewski-Szmek ([email protected]) > wrote: > >>> systemctl httpd status SELinux is blocking httpd read access on >>> /var/www/index.html setroubleshoot ...

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Lennart Poettering
On Wed, 09.01.13 17:44, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > systemctl httpd status > > > > SELinux is blocking httpd read access on /var/www/index.html > > setroubleshoot > > ... > > run restorecon /var/www/index.html > > > > The only way for systemd to know the setrou

Re: [systemd-devel] SSL for gatewayd

2013-01-09 Thread Oleksii Shevchuk
> - systemd-journal-gatewayd --trust ca.cert > will cause the daemon to require clients to present a client > certificate signed by this authority. Subject/CN whitelist and/or CRL/OCSP/etc should be used for this use-case. // wbr Alex ___ systemd-de

Re: [systemd-devel] [PATCH 2/2] bootchart: check return of fopen before setvbuf in log.c

2013-01-09 Thread Kok, Auke-jan H
On Wed, Jan 9, 2013 at 8:16 AM, Kay Sievers wrote: > On Wed, Jan 9, 2013 at 5:10 PM, Lukas Nykryn wrote: >> --- >> src/bootchart/log.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Applied. thanks, good catch! Auke ___ systemd-devel ma

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2013 01:42 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jan 09, 2013 at 12:31:05PM -0500, Daniel J Walsh wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 01/09/2013 11:55 AM, Zbigniew Jędrzejewski-Szmek wrote: >>> On Wed,

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 09, 2013 at 12:31:05PM -0500, Daniel J Walsh wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/09/2013 11:55 AM, Zbigniew Jędrzejewski-Szmek wrote: > > On Wed, Jan 09, 2013 at 05:44:02PM +0100, Zbigniew Jędrzejewski-Szmek > > wrote: > >> On Wed, Jan 09, 2013 at 11:00:3

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2013 11:55 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jan 09, 2013 at 05:44:02PM +0100, Zbigniew Jędrzejewski-Szmek > wrote: >> On Wed, Jan 09, 2013 at 11:00:36AM -0500, Daniel J Walsh wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash:

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 09, 2013 at 05:44:02PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jan 09, 2013 at 11:00:36AM -0500, Daniel J Walsh wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > One of my goals with setroubleshoot analysys is to get it integrated into > > the > > journa

Re: [systemd-devel] setroubleshoot integration.

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 09, 2013 at 11:00:36AM -0500, Daniel J Walsh wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > One of my goals with setroubleshoot analysys is to get it integrated into the > journald system. > > In Fedora I am adding > > systemd.journal.send(siginfo.format_text()) > > Wh

[systemd-devel] setroubleshoot integration.

2013-01-09 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One of my goals with setroubleshoot analysys is to get it integrated into the journald system. In Fedora I am adding systemd.journal.send(siginfo.format_text()) Which will put the setroubleshoot info into the journal, but what I really need is to ad

Re: [systemd-devel] [PATCH 2/2] bootchart: check return of fopen before setvbuf in log.c

2013-01-09 Thread Kay Sievers
On Wed, Jan 9, 2013 at 5:10 PM, Lukas Nykryn wrote: > --- > src/bootchart/log.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied. Thanks, Kay ___ systemd-devel mailing list [email protected] http://lists.freedesktop.or

Re: [systemd-devel] [PATCH 1/2] udev: don't call fclose on NULL in is_pci_multifunction

2013-01-09 Thread Kay Sievers
On Wed, Jan 9, 2013 at 5:10 PM, Lukas Nykryn wrote: > --- > src/udev/udev-builtin-net_id.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied. Thanks, Kay ___ systemd-devel mailing list [email protected] http://list

[systemd-devel] [PATCH 2/2] bootchart: check return of fopen before setvbuf in log.c

2013-01-09 Thread Lukas Nykryn
--- src/bootchart/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootchart/log.c b/src/bootchart/log.c index 89c7b35..6c40913 100644 --- a/src/bootchart/log.c +++ b/src/bootchart/log.c @@ -364,9 +364,9 @@ schedstat_next: if (!ps->smaps) {

[systemd-devel] [PATCH 1/2] udev: don't call fclose on NULL in is_pci_multifunction

2013-01-09 Thread Lukas Nykryn
--- src/udev/udev-builtin-net_id.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c index d5db762..7033d05 100644 --- a/src/udev/udev-builtin-net_id.c +++ b/src/udev/udev-builtin-net_id.c @@ -136,7 +136,7 @@ st

[systemd-devel] SSL for gatewayd

2013-01-09 Thread Zbigniew Jędrzejewski-Szmek
Hi, I'm still working on my journal-logging-over-the-network daemon (systemd-journal-remote), and in the process I've created some pathes to systemd-journal-gatewayd: http://kawka.in.waw.pl/git/systemd/shortlog/refs/heads/gatewayd-ssl (4982b67) I'll not post them here in order to reduce amount