Bug#772182: systemd: Systemd tries to mount swap partition twice at the same time

2014-12-06 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Dec 05, 2014 at 02:41:59PM -0800, Benjamin Xiao wrote: > Systemd tries to mount my swap partition twice at the same time. One of the > mount attempts is triggered by systemd-fstab-generator and the other attempt > is triggered by systemd-gpt-auto-generator. There is a race condition and > o

Re: [pkg-cryptsetup-devel] Bug#768314: cryptsetup: Passphrase prompt rolls by without stopping (fwd)

2015-01-06 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jan 06, 2015 at 06:56:11PM +0100, Tomas Pospisek wrote: > Hello Zbigniew, > > I was told on IRC in #debian-systemd: > >tpo, I remember Zbigniew had a patch > > without wanting to stress anybody: could you maybe tell me what the > status of that patch is? Are you considering it ready

Re: Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 13, 2015 at 10:56:45PM +0200, Michael Biebl wrote: > Hi Julien, > > Am 13.04.2015 um 22:18 schrieb Julien Cristau: > > On Mon, Apr 13, 2015 at 22:03:51 +0200, Michael Biebl wrote: > > > >> ++static int manager_dispatch_ask_password_fd(sd_event_source *source, > >> ++

Re: systemd split

2015-11-19 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Nov 20, 2015 at 12:10:20AM +0100, Michael Biebl wrote: > Hi Zbigniew, > > just saw [1]. Yeah, I submitted https://fedoraproject.org/wiki/Changes/systemd_package_split for greater visibility (and also https://fedoraproject.org/wiki/Changes/systemd_file_triggers) > I don't think we are goin

Bug#806291: systemd: systemctl status ignores -n argument

2015-11-29 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 28, 2015 at 11:37:55AM +0100, Eduard Bloch wrote: > Hallo, > * Michael Biebl [Thu, Nov 26 2015, 04:32:43PM]: > > Am 26.11.2015 um 15:59 schrieb Michael Biebl: > > > Works here. But I actually need a service which produces more then 10 > > > lines of output when started. > > > > To illu

Bug#806291: systemd: systemctl status ignores -n argument

2015-12-20 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Dec 20, 2015 at 02:52:49PM +0100, Eduard Bloch wrote: > Hallo, > * Zbigniew Jędrzejewski-Szmek [Mon, Nov 30 2015, 01:25:49AM]: > > > > [Service] > > > Type=notify > > > Restart=on-failure > > > ExecStart=/bin/sh -c "echo OMG THEY KILL

Bug#807458: :807: warning [p 10, 2.8i, div `3tbd1, 1', 1.2i]: can't break line

2016-01-29 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 29, 2016 at 04:43:56PM +0100, Michael Biebl wrote: > Control: severity -1 minor > Control: tags -1 = confirmed > > On Tue, 05 Jan 2016 05:11:54 +0800 =?utf-8?B?56mN5Li55bC8?= Dan Jacobson > wrote: > > # su - nobody > > No directory, logging in with HOME=/ > > nobody@jidanni6:/$ < /de

Bug#807458: :807: warning [p 10, 2.8i, div `3tbd1, 1', 1.2i]: can't break line

2016-01-29 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 30, 2016 at 08:36:04AM +0800, 積丹尼 Dan Jacobson wrote: > It would be best to just reengineer your table not to generate the errors. It's the output of an actual command, and the values in the columns simply need that much space. Zbyszek ___

Bug#839224: python-systemd: "undefined symbol" error on armhf

2016-09-30 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 30, 2016 at 02:24:57PM +0200, Michael Biebl wrote: > Am 30.09.2016 um 12:39 schrieb Patrick Scharrenberg: > > Package: python-systemd > > Version: 232-1~bpo8+1 > > Severity: normal > > > > Dear Maintainer, > > > > when trying to import JournalHandler on arm architecture I get the > >

Bug#839224: python-systemd: "undefined symbol" error on armhf

2016-10-01 Thread Zbigniew Jędrzejewski-Szmek
Oops, I forgot I fixed this in git after tagging v232 (commit 8024fc6171). I now added -Werror=implicit-function-declaration to compile flags so the compilation should actually fail instead of just emitted a warning if the same problem occurs hain. You probably want to pull in most of those: * 84

Bug#832010: Please enable LZ4 compression

2016-11-12 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jul 21, 2016 at 07:28:26PM +0200, Yuri D'Elia wrote: > On Thu, Jul 21 2016, Michael Biebl wrote: > > And in Debian we build against libxz, so xz compression is used for core > > files. > > Indeed, and it's pretty slow. > > > What would we gain by switching from xz to lz4. Can you provide

Re: Restarts of journald

2017-01-16 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 14, 2017 at 06:40:49PM +0100, Jarek Kamiński wrote: > Hello, > > #771122 explains that journald can't be restarted, as all stdout and > stderr fds used by daemons to log would be lost. If I understand > correctly, that was fixed in v219[1] though: > > * systemd now provides a w

Re: Restarts of journald

2017-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 05, 2017 at 11:57:38PM +0100, Michael Biebl wrote: > Am 17.01.2017 um 03:51 schrieb Zbigniew Jędrzejewski-Szmek: > > On Sat, Jan 14, 2017 at 06:40:49PM +0100, Jarek Kamiński wrote: > >> Hello, > >> > >> #771122 explains that journald can't be

Bug#865528: don't escape dash (\x2d) when logging

2017-07-02 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jun 22, 2017 at 11:21:08PM +0200, Michael Biebl wrote: > Am 22.06.2017 um 16:34 schrieb 積丹尼 Dan Jacobson: > > Well > > $ systemctl status AA.device > > ● AA.device > >Loaded: loaded > >Active: inactive (dead) > > if the user doesn't carefully replace \ with \\ he will get the dead >

Bug#808151: pr submitted

2017-07-09 Thread Zbigniew Jędrzejewski-Szmek
https://github.com/systemd/systemd/pull/6316 ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Bug#749832: systemd: ignores /run/do-not-hibernate, hibernates after kernel update

2014-06-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 30, 2014 at 09:00:12PM -0700, Nikolaus Rath wrote: > On 05/30/2014 10:46 AM, Michael Biebl wrote: > > Am 30.05.2014 18:34, schrieb Nikolaus Rath: > >>> > >>> The problem with simply doing nothing on hibernate when > >>> /run/do-not-hibernate exists, is that this is also not visible to t

Bug#754340: Unable to run fsck manually when instructed to do so

2014-07-19 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jul 18, 2014 at 06:18:28PM +0200, Bas Wijnen wrote: > When booting into single user mode, things worked as expected. I was > unable to remount the fs read-only; the logs you requested are attached. > (The mei_me messages have always been there, also with sysv init; I > don't think they are

Bug#756903: systemd: Boot hangs if filesystems unavailable

2014-08-21 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Aug 09, 2014 at 04:36:50PM -0400, Stefan Monnier wrote: > > Well, I consider the sysvinit behaviour buggy and unfortunately this > > lead to broken fstab configurations in the past. > > There are 2 changes here: > 1- systemd seems to *wait* for the device to be available, whereas the >

Bug#756903: systemd: Boot hangs if filesystems unavailable

2014-08-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 22, 2014 at 10:30:47AM -0400, Stefan Monnier wrote: > >> - If a mount fails, keep on booting. And then do your best to try and > >> bring this problem to the attention of someone (mentioning the > >> "nofail" option in that same message). Only stop the boot if the > >> partition is ex

Bug#758902: systemd: Please make ^C interrupt systemd-fsck

2014-08-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 22, 2014 at 07:09:56PM +0200, Alberto Fuentes wrote: > Package: systemd > Version: 208-6 > Severity: important > > Please consider adding ctrl + C or whatever other means to cancel fsck during > startup... http://cgit.freedesktop.org/systemd/systemd/tree/TODO?id=HEAD#n562 Zbyszek ___

Bug#756903: systemd: Boot hangs if filesystems unavailable

2014-08-23 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Aug 23, 2014 at 09:33:56AM -0400, Stefan Monnier wrote: > > Yes, you can configure such behaviour. > > I already have plenty of ways to configure the behavior I need. > This discussion is about the default behavior. Exactly. I hope the reasoning behind current defaults has been explained a

Bug#756903: systemd: Boot hangs if filesystems unavailable

2014-08-26 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Aug 26, 2014 at 12:44:07AM -0400, Stefan Monnier wrote: > > Exactly. I hope the reasoning behind current defaults has been explained > > adequately. > > Not sure what you mean by "adequately". I understand your argument, but > I disagree with it. Do you understand my argument? Yes, I un

Bug#766039: please document debug-shell.service in README.Debian

2014-10-20 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 20, 2014 at 01:02:25PM +0200, Stefano Zacchiroli wrote: > Package: systemd > Version: 215-5+b1 > Severity: wishlist > > Please document in README.Debian information about how to enable the > debug-shell service for debugging bootup/shutdown problems. Something like the > following (cre

Bug#766050: systemd: Please look at a read-only implementation of debug-shell.service

2014-10-21 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 20, 2014 at 11:01:08PM +0200, Richard Hartmann wrote: > On Mon, Oct 20, 2014 at 9:01 PM, Martin Pitt wrote: > > Perhaps a better thing would be to always log systemd events/changes > > to tty9? There is no scrollback buffer while its logging in the > > background (i. e. you are looking

Bug#766598: systemd: help for journalctl --until option is misleading

2014-10-25 Thread Zbigniew Jędrzejewski-Szmek
Thanks, patch applied upstream as http://cgit.freedesktop.org/systemd/systemd/commit/?id=7558251eef. ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sys

Bug#767350: journald: does not respect carriage return

2014-10-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 30, 2014 at 06:49:32PM +0100, Andreas Cadhalpun wrote: > Control: retitle -1 journald: does not respect carriage return > Control: reassign -1 systemd 215-5+b1 > > Hi Santiago, > > On 30.10.2014 13:12, Santiago Vila wrote: > >freshclam[7495]: Downloading daily-19559.cdiff [ 45%]#015Do

Bug#767350: journald: does not respect carriage return

2014-11-01 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 31, 2014 at 01:26:32PM -0700, Josh Triplett wrote: > Avoid emitting incremental progress messages when not outputting to a > terminal. Exactly. Zbyszek ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org

Bug#767893: systemd cannot mount zfs filesystems from fstab

2014-11-03 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Nov 03, 2014 at 05:51:57AM -0500, John Holland wrote: > I created luks volumes, installed zfsonlinux.org packages, created a zpool > out of the luks volumes. When ZFS is managing the mounting of the fs's it > works. If I put a zfs filesystem in /etc/fstab the prompts to enter passwords >

Bug#767893: systemd cannot mount zfs filesystems from fstab

2014-11-03 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Nov 03, 2014 at 03:36:49PM +0100, Michael Biebl wrote: > http://changelog.complete.org/archives/9241-update-on-the-systemd-issue > might be relevant for you. Yeah, this might be relevant. When I read that "ZFS has init scripts with carefully-planned dependencies", I shudder. They clearly ha

Bug#768178: systemd: sysvinit wrapper breaks newly-installed services

2014-11-05 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Nov 05, 2014 at 08:12:39PM +, Ximin Luo wrote: > All I care is that "service x start" works. It does not. This is > correctly called "systemd breaks existing software" - it is breaking > the sysvinit behaviour. Let's look what LSB says: http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core

Bug#768178: systemd: sysvinit wrapper breaks newly-installed services

2014-11-05 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Nov 05, 2014 at 07:31:32PM +0100, Michael Biebl wrote: > The default for sysv init scripts is RemainAfterExit=true [0], so even > if there are no running processes, the service is marked as active. > This is because systemd doesn't know, if the sysv init script is > supposed to start a long

Bug#768178: systemd: sysvinit wrapper breaks newly-installed services

2014-11-06 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 06, 2014 at 01:25:32PM -0800, Josh Triplett wrote: > On Wed, 5 Nov 2014 20:20:27 -0500 Zbigniew > =?utf-8?Q?J=C4=99drzejewski-Szmek?= wrote: > > On Wed, Nov 05, 2014 at 07:31:32PM +0100, Michael Biebl wrote: > > > The default for sysv init scripts is RemainAfterExit=true [0], so even

Bug#767267: systemctl --failed not documented

2014-11-07 Thread Zbigniew Jędrzejewski-Szmek
http://cgit.freedesktop.org/systemd/systemd/commit/?id=599b6322f1 ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Bug#770504: systemd: log all members of cyclic dependencies (loops)

2014-11-21 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 22, 2014 at 01:20:13AM +0200, Uoti Urpala wrote: > On Fri, 21 Nov 2014 20:20:45 + Simon McVittie wrote: > > dependency: systemd logs that there was a loop, and which arbitrary point > > it tried to use to break it. However, it does not log (an example of) the > > whole path around

Bug#771172: systemd-sysv-generator does not generate

2014-11-27 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 27, 2014 at 09:06:11PM +0100, Salvo Tomaselli wrote: > > Running "systemctl daemon-reload" is sufficient to run the generator. > > You don't need to run it by hand and copying the files around. > I wasn't even aware there was such a thing. I thought systemd was > supposed to be a drop

Bug#771397: v217: systemd-delta says "diff failed with error code 1."

2014-11-29 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 29, 2014 at 08:35:16AM +0100, Alexandre Detiste wrote: > Package: systemd > Version: 217-1 > Severity: minor > > Dear Maintainer, > > Hi, > > I'm testing v217 in experimental. > > systemd-delta inserts "diff failed with error code 1" in it's output > after each diff. Fixed upstream