Bug#1022843: Bug#1029352: Bug#1022843: ifupdown: network down after systemctl restart

2023-01-24 Thread Jeff King
On Tue, Jan 24, 2023 at 02:32:07PM +0100, Santiago Ruano Rincón wrote: > > Tests yesterday seem to indicate successful results, but again I've only > > tested a few combinations in a VM (to keep the feedback loop short). > > > > From the installer team point of view, I'd welcome a swift upload wi

Bug#1022843: Bug#1029352: Bug#1022843: ifupdown: network down after systemctl restart

2023-01-23 Thread Jeff King
On Mon, Jan 23, 2023 at 03:55:50PM +0100, Santiago Ruano Rincón wrote: > > That seems needlessly convoluted. What about this: > > > > [Service] > > Type=oneshot > > EnvironmentFile=-/etc/default/networking > > ExecStart=/sbin/ifup -a --read-environment > > ExecStart=-/sbin/ifu

Bug#842477: [PATCH] git-sh-setup: Restore sourcability from outside scripts

2016-10-30 Thread Jeff King
On Sun, Oct 30, 2016 at 08:09:21PM -, Philip Oakley wrote: > > It is documented (Documentation/git-sh-setup.txt), and this is not the > > internal Documentation/technical section of the documentation, so my > > default assumption would be that everything shown there is intended as > > public.

Bug#515278: posh -x still segfaults

2009-02-17 Thread Jeff King
Package: posh Version: 0.6.16 Followup-For: Bug #515278 It seems to work for some commands but not some others: $ posh -x $ echo ok? + echo ok? ok? $ PATH=$PATH Segmentation fault -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable'), (500,

Bug#430646: ipw3945-modules-2.6.21-1-686: module missing from package

2007-06-26 Thread Jeff King
Package: ipw3945-modules-2.6.21-1-686 Version: 2.6.21+1.2.1-1 Severity: grave Justification: renders package unusable The package is missing the module file: $ dpkg -L ipw3945-modules-2.6.21-1-686 /. /usr /usr/share /usr/share/doc /usr/share/doc/ipw3945-modules-2.6.21-1-686 /usr/share/doc/ipw3945

Bug#342852: cogito: cg-commit breaks with new version of bash

2005-12-11 Thread Jeff King
Package: cogito Version: 0.16.0-1 Severity: grave Justification: renders package unusable Since upgrading to bash 3.1 (the latest in unstable), cogito's cg-commit command breaks: $ cg-init defaulting to local storage area /usr/bin/cg-commit: line 190: syntax error near unexpected token `('

Bug#298054: patch for problem

2005-05-09 Thread Jeff King
This patch should fix the problem: --- main.c.orig 2005-05-09 03:29:59.0 -0400 +++ main.c 2005-05-09 03:30:37.0 -0400 @@ -415,7 +415,7 @@ standardise(buf); */ - SMTP_write(sock, ht->string); + SMTP_write(sock, "%s", ht->string);