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
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
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.
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,
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
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 `('
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);
7 matches
Mail list logo