[systemd-devel] Possible regression/ABI breakage in Xorg socket-activation support

2016-02-23 Thread Laércio de Sousa
Hi there! Regarging https://bugs.freedesktop.org/show_bug.cgi?id=93072, I've also observed this issue in Ubuntu 15.10 (xorg-server 1.17.2 and systemd 225) and 16.04 alpha 2 (xorg-server 1.17.3 and systemd 229), but not in openSUSE Leap 42.1 (xorg-server 1.17.2 and systemd 210). Could it be a

Re: [systemd-devel] udev rules for MCS7715 USB-attached parallel port

2016-02-23 Thread Alex Henrie
2016-02-22 7:15 GMT-07:00 Lennart Poettering : > On Sun, 21.02.16 15:26, Alex Henrie (alexhenri...@gmail.com) wrote: > >> Hi, >> >> I recently bought an MCS7715 USB-attached parallel port,[1] but there >> seem to be a couple of problems using it with Linux: >> >> 1. The lp,

Re: [systemd-devel] socket activation systemd holding a reference to an accepted socket

2016-02-23 Thread Ben Woodard
On Thu, Feb 18, 2016 at 9:08 AM, Lennart Poettering wrote: > On Wed, 17.02.16 17:44, Ben Woodard (wood...@redhat.com) wrote: > > > Is it intentional that systemd holds a reference to a socket it has > > just accepted even though it just handed the open socket over to a >

[systemd-devel] [HEADS-UP] resolved APIs fully documented

2016-02-23 Thread Lennart Poettering
Heya, just wanted to let you know that I finished documenting resolved's bus APIs: https://wiki.freedesktop.org/www/Software/systemd/resolved/ https://wiki.freedesktop.org/www/Software/systemd/writing-network-configuration-managers/

Re: [systemd-devel] Moving systemd-bootchart to a standalone repository

2016-02-23 Thread Lennart Poettering
On Mon, 22.02.16 10:45, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: > On Wed, Feb 17, 2016 at 4:49 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Wed, Feb 17, 2016 at 09:17:51AM -0800, Kok, Auke-jan H wrote: > >> Splitting it out increases that potential and will allow

Re: [systemd-devel] Support for large applications

2016-02-23 Thread Lennart Poettering
On Fri, 19.02.16 15:13, Tomasz Torcz (to...@pipebreaker.pl) wrote: > On Fri, Feb 19, 2016 at 12:49:53PM +, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, Feb 19, 2016 at 01:42:12PM +0100, Michal Sekletar wrote: > > > On Wed, Feb 17, 2016 at 1:35 PM, Avi Kivity wrote: > > >

Re: [systemd-devel] socket activation systemd holding a reference to an accepted socket

2016-02-23 Thread Lennart Poettering
On Wed, 17.02.16 17:44, Ben Woodard (wood...@redhat.com) wrote: > Is it intentional that systemd holds a reference to a socket it has > just accepted even though it just handed the open socket over to a > socket.activated service that it has just started. Yes, we do that currently. While there's

Re: [systemd-devel] test program won't stop after hitting MemoryLimit

2016-02-23 Thread Lennart Poettering
On Thu, 18.02.16 07:05, jeremy_f...@dell.com (jeremy_f...@dell.com) wrote: > Dell - Internal Use - Confidential Really? You sent this to a public mailing list... > Hi All: > > I am trying to test Resource Control of system by setting > MemoryLimit on my Debian system. Unfortunately it won't

Re: [systemd-devel] New "ubuntu-ci" integration tests are being added to PRs

2016-02-23 Thread Lennart Poettering
On Thu, 18.02.16 09:01, Martin Pitt (martin.p...@ubuntu.com) wrote: > Hello all, > > you might already have noticed, but from now on PRs will not only > trigger the semaphore checks (which are essentially a "make > distcheck"), but also trigger more comprehensive integration tests on > Ubuntu's

Re: [systemd-devel] Support for large applications

2016-02-23 Thread Lennart Poettering
On Wed, 17.02.16 20:47, Avi Kivity (a...@scylladb.com) wrote: > btw I hope that with this change the service is only restarted after the > dump is complete, or oom is likely. Yeah, the crashed process actually stays around as long as we don't close the pipe the kernel passes to us where the

Re: [systemd-devel] Moving systemd-bootchart to a standalone repository

2016-02-23 Thread Lennart Poettering
On Wed, 17.02.16 17:03, Jóhann B. Guðmundsson (johan...@gmail.com) wrote: > > > On 02/17/2016 04:51 PM, Daniel Mack wrote: > >Hey, > > > >[I've put all people in Cc who have had more than one commit related to > >systemd-bootchart in the past] > > > >As part of our spring cleaning, we've been

Re: [systemd-devel] Regression in ipv6 resolutions in systemd-resolved with AF_UNSPEC

2016-02-23 Thread Lennart Poettering
On Fri, 19.02.16 15:43, Sébastien Luttringer (se...@seblu.net) wrote: > Hello, > > Since systemd v229, I have one server which no more resolve ipv6 adresses when > it use nss-resolve and AF_UNSPEC. > > This issue seems to be linked with the DNS resolver used on its network. This > resolved is

Re: [systemd-devel] [RFC] the chopping block

2016-02-23 Thread Lennart Poettering
On Thu, 18.02.16 20:33, Mike Gilbert (flop...@gentoo.org) wrote: > On Thu, Feb 11, 2016 at 12:06 PM, Lennart Poettering > wrote: > > 1) systemd-initctl (i.e. the /dev/initctl SysV compat support). Last > >time Debian was still using that, maybe this changed now? > >

Re: [systemd-devel] Moving systemd-bootchart to a standalone repository

2016-02-23 Thread Lennart Poettering
On Thu, 18.02.16 11:32, Daniel Mack (dan...@zonque.org) wrote: > On 02/17/2016 08:02 PM, Umut Tezduyar Lindskog wrote: > > Hi, > > > > src/shared & src/basic have very useful code that upstream have been > > static linking to most binaries. My understanding is that we haven’t > > been feeling

Re: [systemd-devel] Support for large applications

2016-02-23 Thread Lennart Poettering
On Wed, 17.02.16 14:35, Avi Kivity (a...@scylladb.com) wrote: > We are using systemd to supervise our NoSQL database and are generally > happy. Thank you for the feedback! We are always interested in good feedback like yours. > A few things will help even more: > > 1. log core dumps

Re: [systemd-devel] Support for large applications

2016-02-23 Thread Lennart Poettering
On Fri, 19.02.16 12:49, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > On Fri, Feb 19, 2016 at 01:42:12PM +0100, Michal Sekletar wrote: > > On Wed, Feb 17, 2016 at 1:35 PM, Avi Kivity wrote: > > > > > 3. watchdog during startup > > > > > > Sometimes we need to

Re: [systemd-devel] udev rules for MCS7715 USB-attached parallel port

2016-02-23 Thread Lennart Poettering
On Sun, 21.02.16 15:26, Alex Henrie (alexhenri...@gmail.com) wrote: > Hi, > > I recently bought an MCS7715 USB-attached parallel port,[1] but there > seem to be a couple of problems using it with Linux: > > 1. The lp, parport, and parport_pc kernel modules are not loaded when > the device is

Re: [systemd-devel] Bootchart speeding up boot time

2016-02-23 Thread Martin Townsend
I'm pretty sure they are, they are part of the Xilinx Zynq SoC platform, from their specs 32 KB Level 1 4-way set-associative instruction and data caches (independent for each CPU) 512 KB 8-way set-associative Level 2 cache (shared between the CPUs) Good idea on disabling a core, this could then

Re: [systemd-devel] Support for large applications

2016-02-23 Thread Umut Tezduyar Lindskog
On Wed, Feb 17, 2016 at 1:35 PM, Avi Kivity wrote: > We are using systemd to supervise our NoSQL database and are generally > happy. > > A few things will help even more: > > 1. log core dumps immediately rather than after the dump completes > > A database will often consume

Re: [systemd-devel] Bootchart speeding up boot time

2016-02-23 Thread Umut Tezduyar Lindskog
On Mon, Feb 22, 2016 at 8:51 PM, Martin Townsend wrote: > Hi, > > Thanks for your reply. I wouldn't really call this system stripped down, it > has an nginx webserver, DHCP server, postgresql-server, sftp server, a few > mono (C#) daemons running, loads quite a few

Re: [systemd-devel] Bootchart speeding up boot time

2016-02-23 Thread Martin Townsend
I'm using a physical stopwatch and running it from the moment U-Boot hands over until I get a prompt so I'm not taking any timing information from systemd or even the system itself. I'm sure that glibc does indeed take some time to load into memory but I can't see it being the culprit of an 8-9