On Sat, Dec 21, 2013 at 10:32:46PM +0100, Michael Stapelberg wrote:
> Russ Allbery writes:
> > systemctl status truncates log messages from the journal to
> > 80 columns by default. Some experimentation revealed that --full will
> > prevent this and show the full log message, but this isn't docu
On Sun, Dec 22, 2013 at 12:48:47PM -0800, Russ Allbery wrote:
> upstart calls this "instances" and systemd calls this "unit
> templates".
We too call them instances: an instance is created from a template.
> Daniel Pocock writes:
>
> > Just to clarify: does this mean systemd and upstart can refe
As discussed on IRC, here's a patch which takes the simple approach of
allowing globbing on loaded unit names in various (almost all :)) systemctl
commands. Comments?
(There were some preperatory patches which I'm not posting here.
Please fetch from http://kawka.in.waw.pl/git/systemd/commit/16a416
On Thu, Dec 26, 2013 at 09:41:42PM +0100, Lennart Poettering wrote:
> On Thu, 26.12.13 10:09, Russ Allbery (r...@debian.org) wrote:
> > What I've switched to instead is using tiny enums for this purpose. So:
> >
> > enum mangle_type {
> > MANGLE_NOGLOB = 0,
> > MANGLE_GLOB =
On Thu, Dec 26, 2013 at 06:49:31PM +0100, Lennart Poettering wrote:
> Looks good. But maybe an additional warning should be printed if people
> use globs on the "systemctl start" command line? Some shorter version of
> the blurb you added to the man page? i am pretty sure people will run
> into thi
On Sun, Dec 22, 2013 at 03:56:04PM -0800, Russ Allbery wrote:
> Zbigniew Jędrzejewski-Szmek writes:
>
> > But this should be safe for instance units, so I'd like to see
> > 'systemctl stop/status/... server@*.service' implemented.
>
> That would be very
Can you instead try systemd-ui-3, recompiled with a recent vala?
With vala 0.22 it doesn't seem to crash (or at least not that much,
I haven't given it much testing). Also valgrind doesn't complain,
except about un-freed memory during exit.
Zbyszek
--
To UNSUBSCRIBE, email to debian-bugs-dist-r
Steve Langasek wrote:
> However, I think this gets to the heart of why upstart upstream has avoided
> ever recommending the use of socket-based activation. There are some fairly
> fundamental problems that basically halted development of socket-based
> activation in upstart, and a look at systemd
> As I understand, a systemd unit with "Requires=jobTwo" will not start
> without jobTwo running.
If you request the start of "jobOne", without "jobTwo" running,
systemd will start "jobTwo" in addition to "jobOne".
There's also a Requisite= dependency, where if "jobTwo" isn't runnning,
starting "j
| 8. Policy rules for support for init systems must:
|
|(a) Specify the use of a non-forking startup protocol (for
|upstart and systemd),
I'm not sure about upstart, but systemd is perfectly happy with
daemons which double fork (Type=forking in systemd parlance).
It is mildly discoura
On Thu, Jan 02, 2014 at 10:04:12PM +, Ian Jackson wrote:
> Zbigniew Jędrzejewski-Szmek writes ("Bug#727708: requirement of non-forking
> startup protocol"):
> > | 8. Policy rules for support for init systems must:
> > |
> > |(a) Specify the use of a
> Yeah, most daemons that write external PID files have issues with external
> PID files left from other running instances of the same daemon. (I assume
> that's what you're talking about.) It's probably possible to avoid that
> with judicious use of file locking, but that's not common and is mor
On Sat, Jan 04, 2014 at 06:59:46PM +, Dimitri John Ledkov wrote:
> Also it is sad that systemd upstream is actively promoting for
> everyone to execute runtime checks of is systemd-init pid1,...
This is done public systemd libraries to become NOPs if not running on
or not compiled for systemd,
On Sun, Jan 05, 2014 at 12:54:04AM +, Dimitri John Ledkov wrote:
> So components inside systemd-source tree do not follow what's advised
> to all other projects: e.g. link or statically include sd_* helper
> files, and perform runtime checks?
The advice for other projects assumes that systemd i
On Sun, Jan 05, 2014 at 02:11:41AM +, Dimitri John Ledkov wrote:
> > Were you unable to find
> > http://pkgs.fedoraproject.org/cgit/systemd.git/log/?h=f19 ? It's where
> > Fedora has all of their packaging..
>
> As explained by Zbigniew Jędrzejewski-Szmek, that
On Wed, Jan 22, 2014 at 11:59:27AM +, Sam Morris wrote:
> Package: systemd
> Version: 204-6
> Followup-For: Bug #719945
>
> I'm seeing this bug. Adding _netdev to the fstab entry doesn't help.
> I'm able to fiddle with configuration if you need my help to debug this
> further.
>
> /etc/fstab:
On Sun, Jan 26, 2014 at 07:44:29PM +0100, Zbigniew Jędrzejewski-Szmek wrote:
> On Tue, Aug 20, 2013 at 11:30:25AM +0200, Michael Biebl wrote:
> > Am 20.08.2013 01:14, schrieb Andreas Kloeckner:
> > > No idea, up to you. Specifying _netdev for an NFS mount feels a bit
> >
On Tue, Aug 20, 2013 at 11:30:25AM +0200, Michael Biebl wrote:
> Am 20.08.2013 01:14, schrieb Andreas Kloeckner:
> > No idea, up to you. Specifying _netdev for an NFS mount feels a bit
> > redundant. It's also a regression of sorts, since sysvinit appears to
> > handle this ok.
>
> sysvinit (or ra
On Tue, Jan 28, 2014 at 11:23:11AM -0800, Don Armstrong wrote:
> On Tue, 28 Jan 2014, Neil McGovern wrote:
> > On Tue, Jan 28, 2014 at 11:05:18AM -0800, Don Armstrong wrote:
> > > Where feasible, software should interoperate with non-default init
> > > systems; maintainers are encouraged to acc
On Sat, Feb 01, 2014 at 11:25:01AM -0500, Steve Langasek wrote:
> Josselin has asserted not only that he considers systemd-as-init a hard
> dependency for GNOME in jessie, but that he expects the release team to side
> with him over the Technical Committee if the TC does not agree with him.
> This
On Mon, Feb 03, 2014 at 02:55:41PM +0100, Michael Biebl wrote:
> Am 03.02.2014 12:42, schrieb Michael Biebl:
> > Am 02.02.2014 23:23, schrieb Sam Morris:
> >
> >> Hm, I think we disagree on the desired results. :) I don't mean that the
> >> man page is absolutely empty... I'm referring to the acta
Thanks, fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=07b4b9b.
Zbyszek
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
See also https://bugzilla.redhat.com/show_bug.cgi?id=802748.
Zbyszek
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Sun, Feb 09, 2014 at 11:08:41AM +0100, Michael Stapelberg wrote:
> control: tag -1 + pending
>
> Hi Zbigniew,
>
> Zbigniew Jędrzejewski-Szmek writes:
> > Thanks, fixed in
> > http://cgit.freedesktop.org/systemd/systemd/commit/?id=07b4b9b.
> You missed one in
On Sat, Dec 14, 2013 at 11:18:55PM +0100, Michael Stapelberg wrote:
> Hi Ian,
>
> Ian Jackson writes:
> > Reading systemd.service(5), I'm confused about the exact syntax and
> > quoting for the "ExecStart=" directive.
I've now pushed a patch which expands this section and add a few examples:
http
On Tue, Dec 17, 2013 at 06:51:19PM -0800, Nikolaus Rath wrote:
> A nice thing about the SIGSTOP mechanism is that it can trivially be
> used even in programs not written in C. Any Perl or Python script (and
> there are plenty of daemons written in these languages) can send itself
> SIGSTOP. Using s
On Thu, Dec 19, 2013 at 10:19:55AM +, Neil Williams wrote:
> On Thu, 19 Dec 2013 10:46:02 +0100
> Mike Gabriel wrote:
>
> > Package: wnpp
> > Severity: wishlist
> > Owner: Mike Gabriel
> >
> > * Package name: python-daemonize
> > Version : 2.2.1
> > Upstream Author : Ilya Ot
On Wed, Oct 30, 2013 at 03:10:16PM +0100, Helmut Grohne wrote:
> The interfaces of all init systems (except sysvinit, but are we really
> considering that one?) still are somewhat in flux, so this is the point
> where we can still influence and shape them.
>
>
> Imagine a world where upstart and
On Wed, Oct 30, 2013 at 09:50:53PM -0400, Theodore Ts'o wrote:
> On Wed, Oct 30, 2013 at 06:18:29PM -0700, Russ Allbery wrote:
> > I suspect you and I have a root disagreement over the utility of exposing
> > some of those degrees of freedom to every init script author, but if you
> > have some mor
On Thu, Nov 28, 2013 at 08:50:03AM +0100, Goffredo Baroncelli wrote:
> [1] I repeat I am not arguing about the values, I am arguing that a
> package which aim to replace the init must change a setting which aren't
> related to the package functionality.
Hi Goffredo,
upstream value for the sysrq se
So we're in agreement, except for this last point...
On Thu, Nov 28, 2013 at 07:27:34PM +0100, Goffredo Baroncelli wrote:
> This is the point where we have a totally different opinion:
> - is job of systemd to set the sysctl values ? Yes.
> - is job of systemd decide *which values* have to be set
Hi Goffredo,
On Thu, Nov 28, 2013 at 10:19:41PM +0100, Goffredo Baroncelli wrote:
> Hi Michael,
>
> On 2013-11-28 21:51, Michael Stapelberg wrote:
> > Hi Goffredo,
> >
> > Goffredo Baroncelli writes:
> >> Systemd has as main target Fedora. Debian is different from Fedora, so
> > Nope.
> >
> >
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
On Sun, Jan 05, 2014 at 12:16:58AM +0100, Zbigniew Jędrzejewski-Szmek wrote:
> git notes are used to mark backport-worthy commits. See
> http://lists.freedesktop.org/archives/systemd-devel/2013-September/013188.html.
> We currently mark patches as bugfixes (which includes fixes for bugs
Hi,
I just tested and both 'journalctl -f | grep .' and 'journal -f > foo'
work as expected. journalctl simply writes stuff to stdout using
printf() and friends, so it's highly unlikely that it broken in some
special way.
Also, the thread
http://lists.debian.org/debian-user/2012/11/msg01211.html i
Package: wnpp
Severity: wishlist
* Package name: libistack-commons-java
Version : 2.6.1
Upstream Author : Project Glassfish
* URL : http://istack-commons.java.net/
* License : CDDL v1.1 or GPL v2
Programming Lang: Java
Description : Common code for som
Package: libcodemodel-java
Version: 2.1-1
Severity: normal
Tags: patch
Dear Maintainer,
please consider updating... New versions seem to be mostly bugfixes, but
having a much older version in debian makes it harder to package projects
using codemodel. Upgrade seems mostly straightforward, there
ar
Patch to update URLs attached.
RFP for libistack-commons-java is #692348.
diff --git debian/orig-tar.sh debian/orig-tar.sh
index 3f86bf0..d110984 100755
--- debian/orig-tar.sh
+++ debian/orig-tar.sh
@@ -5,7 +5,7 @@ TAR=../libcodemodel-java_$VERSION.orig.tar.gz
DIR=libcodemodel-java-$VERSION.orig
Package: wnpp
Severity: wishlist
Owner: "Zbigniew Jędrzejewski-Szmek"
* Package name: jmatio
Version : 0.1
Upstream Author : Wojciech Gradkowski
* URL : http://sourceforge.net/projects/jmatio/
* License : BSD
Programming Lang: Java
D
Package: wnpp
Severity: wishlist
Owner: "Zbigniew Jędrzejewski-Szmek"
* Package name: jtransforms
Version : 2.4
Upstream Author : Piotr Wendykier
* URL :
http://sites.google.com/site/piotrwendykier/software/jtransforms
* License : MPL/LGPL/GPL
P
Package: vnstat
Version: 1.11-1
Severity: wishlist
Hi,
I think it would be really nice security-wise to run vnstatd as a normal user.
Not requiring root privlidges is one of the advertised features
of vnstatd.
I just tried it:
1. as root: useradd -r vnstat -d /var/lib/vnstat
2. chown v
I think it would be nice to modify the service file to run as non-root:
[Service]
...
User=vnstat
CapabilityBoundingSet=
Untested.
Also it would be required to change the ownership of files in
/var/lib/vnstat, but this should be done by the install script.
--
To UNSUBSCRIBE, email to debian-
Package: python2.7
Version: 2.7.3-4
Severity: normal
Tags: patch upstream
Dear Maintainer,
Upstream bug http://bugs.python.org/issue15847 affects version python
2.7.3-4 and 3.2.3-4 packages (from sid).
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 't
It's a release blocker for python3.3.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
The upgrade is really simple: almost all patches have been incorporated
upstream, only one is left. After packaging, the tests pass without
trouble and everything seems to work fine. We'll be using this packaged
version during a workshop over a few days in the beginning of September,
so I'll be
Package: fvwm
Version: 1:2.5.30.ds-1
Severity: normal
GtkLabels containing "link" do not work. The signal
handler is not called. The link.py scipt [1] doesn't do anything when
the link is clicked (under fvwm). Without a window manager, or under
KDE, or under gnome, it properly prints a message t
Hi,
it would be useful for us to have this packaged for debian. Has there
been any progress? Do you have some (maybe half-working) package?
Thanks,
Zbyszek
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists
Package: libnetty-java
Version: 1:3.1.0.CR1-1
Severity: wishlist
Upstream has Netty 3.2.5, which has more features than 3.1.0.RC1.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (101,
'experimental')
A
On 10/01/2011 06:06 PM, Thomas Adam wrote:
Hello,
I've not had much time to look in to this, but have a look at the following
to see if it helps:
https://github.com/ThomasAdam/fvwm/tree/debian/bug/642151
Which you can checkout and build. If you want a patch, see attached.
-- Thomas Adam
Hi
http://cgit.freedesktop.org/systemd/systemd-ui/commit/?id=7245ad7
Zbyszek
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Sun, Jul 21, 2013 at 02:59:14PM +0200, Michael Biebl wrote:
> But since we already do XSL transformations, we can just use xslt to do
> the processing for us.
There's a list of replacements called $(substitutions) in Makefile.am,
which can be used to insert configure variables into the .c source
On Fri, Aug 02, 2013 at 07:04:49PM +0200, Michael Stapelberg wrote:
> Package: dh-systemd
> Version: 1.7
> Severity: normal
>
> Hi,
>
> as discussed at
> http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/2013-August/000328.html,
> it would be good for dh-systemd to be able to ship
On Tue, Oct 08, 2013 at 11:49:48PM +0200, Michael Biebl wrote:
> Am 08.10.2013 22:23, schrieb Silvério Santos:
> >> Is it possible that the network is torn down before the unmount happens?
Fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=77009452cf.
http://cgit.freedesktop.org/system
On Wed, Jun 26, 2013 at 08:59:38PM +0200, Michael Stapelberg wrote:
> diff --git a/debian/puppet.service b/debian/puppet.service
> index a168128..1607745 100644
> --- a/debian/puppet.service
> +++ b/debian/puppet.service
> @@ -6,7 +6,6 @@ After=basic.target
> [Service]
> Type=forking
> PIDFile=/
Hi,
I think that the message, as it is now, is reasonable. The reason why it
is printed every time in a fairly verbose way is:
Some things will probably break (sometimes even silently) in
mysterious ways.
So that if something fails, one doesn't have to look in a readme for a hint.
Syst
Package: systemd
Version: 37-1
Severity: normal
Dear Maintainer,
I had /run symlinked to /var/run, the opossite of the proper setup, I know, but
it
was working fine because /var was on the root partition anyway.
debian-fixup removes /var/run in the middle of boot ([-L /var/run] fails)
and then s
Hi Yaroslav,
Can I do something to help to get this closed?
Best,
Zbyszek
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On 06/14/2012 07:05 AM, Jonathan Nieder wrote:
> Hi Zbyszek,
>
> Zbigniew JÄdrzejewski-Szmek wrote:
>
>> this is indeed fixed now.
>
> Thanks for testing. Any idea what version fixed it? According to the
> original report, Trent ran into this using git 1:1.7.9.1-1.
I just tested this, and wit
Hi,
this is indeed fixed now.
Testcase:
git init repo
cd repo
git commit -m one --allow-empty
touch a
git add a
git commit -m two
git filter-branch -f --env-filter 'export GIT_AUTHOR_DATE="$(TZ=UTC date -d@0
-R)"'
git rebase -f HEAD~1
git show | grep Date
Date: Thu Jan 1 00:00:00 1970 +
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
=== FAILURES ===
_ test_listing _
differences = [,
]
@skip_unless_tools_exist('cbfstool')
def test_listing(differences):
expected_diff = open(data('cbfs
I noticed that I was missing ppudmp from my installation, so tests
were skipped. Once it is installed, the ppu tests also fail. Looks
like a programming error, PpuFile is File, not FilesystemFile from a
quick look.
=== FAILURES ===
_
On Fri, Mar 03, 2017 at 04:11:57PM +0800, Chris Lamb wrote:
> https://bugs.debian.org/847595
>
> https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=fcbcafa1b1cefb08a7ffbd8936f22c5bc6849991
Cool, thanks!
I added a note to our spec file, and we'll just wait for the fixes to
On Thu, Feb 23, 2017 at 05:48:14PM +0800, Chris Lamb wrote:
> tags 817193 + unreproducible
> thanks
>
> Chris Lamb wrote:
>
> > Are you still any of these test failures with a recent diffoscope
> > version? We have made a few locale changes recently so its likely
> > that at least some of these a
On Sun, Feb 26, 2017 at 05:37:51PM +, Zbigniew Jędrzejewski-Szmek wrote:
> On Thu, Feb 23, 2017 at 05:48:14PM +0800, Chris Lamb wrote:
> > tags 817193 + unreproducible
> > thanks
> >
> > Chris Lamb wrote:
> >
> > > Are you still any of th
Package: enjarify
Version: 1:1.0.3-3
Hi,
I'm working on a Fedora package for enjarify [1], and I want to include the
man page [2] that Debian provides. We could pull it directly from the Debian
repo, but it'd be nice to have it "official". Could you submit the man
page upstream?
Thanks,
Zbyszek
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
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
>
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
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
--
On Fri, Aug 22, 2014 at 01:51:56PM -0400, Stefan Monnier wrote:
> >> In which way is it "safe and correct" to interrupt the boot in this case?
> > In the way that missing some mounts may indicate a serious problem and
> > could lead to incorrect behaviour or data loss.
>
> Haven't heard many compl
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
Package: python-llvm
Version: 0.12.6-2
Severity: normal
Tags: sid
It seems that __version__ string contains 'tag: ' prefix by mistake.
At least numba is tripped up by this, since it expects the normal
major.minor.micro
sequence.
>>> import llvm
>>> llvm.__version__
'tag: 0.12.6'
$ dpkg -l pytho
Package: python-llvm
Version: 0.12.6-2
Severity: normal
Tags: sid
Upstream supports Python 3 (3.3 and 3.4 are listed in setup.py).
It would be great to have python3-llvm subpackage.
-- System Information:
Debian Release: 6.0.9
APT prefers oldstable
APT policy: (990, 'oldstable'), (500, 'stabl
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
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
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
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
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
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,
> >> ++
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
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
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
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
http://cgit.freedesktop.org/systemd/systemd/commit/?id=599b6322f1
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
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
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
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@
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
>
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
Package: netfilter-persistent
Version: 1.0.1
Severity: normal
systemd[1]: [/lib/systemd/system/netfilter-persistent.service:5] Failed to add
dependency on systemd-modules-load, ignoring: Invalid argument
systemd[1]: [/lib/systemd/system/netfilter-persistent.service:6] Failed to add
dependency on
On Fri, Aug 29, 2014 at 12:39:37AM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> systemd[1]: [/lib/systemd/system/netfilter-persistent.service:5] Failed to
> add dependency on systemd-modules-load, ignoring: Invalid argument
> systemd[1]: [/lib/systemd/system/netfilter-persistent.service:
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
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
Thanks, patch applied upstream as
http://cgit.freedesktop.org/systemd/systemd/commit/?id=7558251eef.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
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
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
Package: diffoscope
Version: 48
Hi,
I'm trying to package diffoscope for Fedora and the tests listed
in $subject are failing. Seems to be some timezone issue:
= FAILURES
==
__
On Wed, Mar 09, 2016 at 01:09:17PM +0100, Holger Levsen wrote:
> package: diffoscope
> version: 51
> severity: minor
> x-debbugs-cc: "Zbigniew Jędrzejewski-Szmek"
>
> Hi,
>
> thanks for making us aware of this issue!
>
> On Mittwoch, 9. März 2016, Zbig
On Wed, Mar 09, 2016 at 01:07:13PM +, Mattia Rizzolo wrote:
> http://pypi.debian.net/diffoscope should be better
> http://ftp.debian.org/debian/pool/main/d/diffoscope/
Thanks. Both seem to work indeed (apart from pypi missing some tarballs of
course).
Zbyszek
On Wed, Mar 09, 2016 at 03:03:53PM +0100, Holger Levsen wrote:
> control: reopen -1
>
> Hi,
>
> On Mittwoch, 9. März 2016, Zbigniew Jędrzejewski-Szmek wrote:
> > The tests still fail with v. 51:
>
> ok, reopening, thanks for confirming!
>
> > If I set
1 - 100 of 124 matches
Mail list logo