Bug#341178: broken links in /usr/share/doc/git-doc/howto-index.html

2005-11-29 Thread Gerrit Pape
tags 341178 + pending quit On Tue, Nov 29, 2005 at 12:56:55AM +0100, Michael Prokop wrote: All links (a href=...) in /usr/share/doc/git-doc/howto-index.html refer to not present files. Yes, I failed to include the howto/ and technical/ subdirectories; will do so with the next upload. Thanks,

Bug#339030: svlogd appends extra newline to lines logged to file if also logging to udp

2005-11-30 Thread Gerrit Pape
tags 339030 + patch pending quit On Mon, Nov 14, 2005 at 04:57:12PM +0100, Andras Korn wrote: I recently started seeing extra newlines between the messages in my system logs (logged via socklog and svlogd). stracing svlogd I see this (sorry [...] As you can see, the line as read from stdin

Bug#329025: Please consider implementing SuSv3 compliant $(()) arithmetics

2005-11-30 Thread Gerrit Pape
forwarded 329025 upstream quit Hi Herbert, please see http://bugs.debian.org/329025 and comments below. I personally think there's one example dash should support. On Sat, Nov 05, 2005 at 09:52:17PM +0100, David Weinehall wrote: On Sun, Sep 25, 2005 at 07:56:47PM +, Gerrit Pape wrote

Bug#313596: cogito cannot add dangling symlinks whereas git can

2005-12-06 Thread Gerrit Pape
On Tue, Jun 14, 2005 at 03:44:32PM +0200, Vincent Danjean wrote: Package: cogito Version: 0.11.3+20050610-1 Severity: normal Tags: patch cg-add test for the presence of the file to add with : find $@ -type f -print0 ... This does not work is the file is a dangling symlink. Please, change

Bug#303170: libowfat: FTBFS (amd64/gcc-4.0): 'str_len' aliased to undefined symbol 'strlen'

2005-05-08 Thread Gerrit Pape
tags 303170 + fixed-upstream quit Hi Andreas, this is fixed in upstream CVS. Thanks, Gerrit. On Tue, Apr 05, 2005 at 09:18:44AM +0200, Andreas Jochens wrote: with the lastest version of gcc-4.0 on amd64, I get the following error when trying to build 'libowfat': diet -v -Os gcc -c

Bug#308043: [l10n] Czech translation for dash

2005-05-08 Thread Gerrit Pape
On Sat, May 07, 2005 at 03:27:07PM +0200, Martin ©ín wrote: In attachement there is initial Czech translation (cs.po) for dash package, please include it. Hi Martin, I noticed that you're not the 'Last-Translator': POT-Creation-Date: 2004-04-30 21:51+1000\n PO-Revision-Date: 2005-05-07

Bug#304737: Add option to change Maildir directory

2005-05-08 Thread Gerrit Pape
On Fri, Apr 15, 2005 at 07:18:15AM +0400, Olleg Samoylov wrote: Looking only in Maildir is not convenient. Directory may be .maildir, MailDir, IMAPdir, etc. Can you add option to explicit define directory? Hi Olleg, how about using an environment variable to optionally override the default name

Bug#307041: ITP: ftpcopy -- FTP clients collection

2005-05-09 Thread Gerrit Pape
On Sat, Apr 30, 2005 at 01:26:14PM +0200, Jeroen van Wolffelaar wrote: On Sat, Apr 30, 2005 at 08:45:02AM +, Gerrit Pape wrote: ftpcopy is a simple FTP client written to copy files or directories (recursively) from an FTP server. It was written to mirror FTP sites which support

Bug#308043: [l10n] Czech translation for dash

2005-05-11 Thread Gerrit Pape
On Sun, May 08, 2005 at 01:19:19PM +0200, Martin ??n wrote: Gerrit Pape p??e v Ne 08. 05. 2005 v 10:41 +: On Sat, May 07, 2005 at 03:27:07PM +0200, Martin ??n wrote: In attachement there is initial Czech translation (cs.po) for dash package, please include it. Hi Martin, I

Bug#309005: 1.2.12final: cmd line params and documentation

2005-05-17 Thread Gerrit Pape
Hi, Tomas Jura reported a problem with the documentation and handling of command line options in 1.2.12final, please see http://bugs.debian.org/309005 Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#309099: dropbear: /etc/init.d/dropbear script should signal error if not enableb

2005-05-17 Thread Gerrit Pape
severity 309099 wishlist quit On Sat, May 14, 2005 at 06:44:16PM +0300, Jari Aalto wrote: If drop bear is not enabled in /etc/default/dropbear, the following command gives no indication of the situation: /etc/init.d/dropbear start .. and the user assumes that dropbear was started

Bug#345868: Build-depends on package not in testing

2006-01-05 Thread Gerrit Pape
On Wed, Jan 04, 2006 at 03:36:00AM -0800, Steve Langasek wrote: reopen 345868 thanks On Wed, Jan 04, 2006 at 10:30:47AM +0100, Gerrit Pape wrote: Unfortunately the discussion about the freecdb package didn't attract my attention earlier, the release critical bug is resolved as invalid

Bug#347232: This is a dash bug!

2006-01-10 Thread Gerrit Pape
tags 347232 + patch quit On Mon, Jan 09, 2006 at 04:29:19PM +0100, Marco Nenciarini wrote: The problem is here: # Set the kernel 2.6 option only for fresh install test -z $(GetMenuOpt kopt ) kopt_2_6=root=$root_device_2_6 ro # Extract options for specific kernels eval $(ExtractMenuOpts

Bug#342617: git-core: missing depend on libsvn-core-perl

2005-12-12 Thread Gerrit Pape
tags 342617 + pending quit On Thu, Dec 08, 2005 at 03:04:11PM -0800, Brandon Philips wrote: git-svnimport requires the perl libraries for SVN: libsvn-core-perl This library is missing its own dependencies on libwww-perl but I will file that bug seperatly. Hi Brandon, there's the version

Bug#337294: dash: Echo'ing \c breaks subsequent calls to echo

2005-11-04 Thread Gerrit Pape
On Thu, Nov 03, 2005 at 07:16:53PM +0100, Mike Hommey wrote: Here is a simple test case: #!/bin/dash echo test\\ test echo '\c' echo test\\ test it outputs: test\ test test\ This is due to mis-usage of a global variable. See attached patch for a fix. Hi Herbert, please see

Bug#329025: Please consider implementing SuSv3 compliant $(()) arithmetics

2005-11-04 Thread Gerrit Pape
tags 329025 + moreinfo quit On Sun, Sep 25, 2005 at 07:56:47PM +, Gerrit Pape wrote: On Mon, Sep 19, 2005 at 12:06:46AM +0200, David Weinehall wrote: Please consider implementing full SuSv3 support for arithmetic expansion. http://www.opengroup.org/onlinepubs/009695399/utilities

Bug#332954: dash: return from a while condition loses exit status

2005-11-09 Thread Gerrit Pape
reopen 332954 tags 332954 + patch quit Hi Herbert, please see http://bugs.debian.org/332954 On Tue, Nov 08, 2005 at 11:53:03AM +, Stephane Chazelas wrote: The SUSv3sections you refer to speak of the exit status of the while loops. That doesn't apply in my script example where I talk of

Bug#326014: reassign to fnord

2005-11-10 Thread Gerrit Pape
tags 326014 - pending quit On Mon, Oct 17, 2005 at 08:32:28AM +0200, David Schweikert wrote: Hi Norbert, I think that you can reassign this bug to fnord. Ralf tested with the attached patch to fnord and now mailgraph works for him without problems. Note that the second chunk of the patch is

Bug#345045: fails due to missing perl module LWP::UserAgent

2005-12-29 Thread Gerrit Pape
tags 345045 + pending quit On Wed, Dec 28, 2005 at 06:29:08PM +0100, Simon Richter wrote: Hi, When calling git-svnimport, I got the following error message: Can't locate LWP/UserAgent.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5

Bug#344929: Missing version on asciidoc build-dep

2005-12-29 Thread Gerrit Pape
On Tue, Dec 27, 2005 at 06:33:28PM +0100, Norbert Tretkowski wrote: Package fails to build with asciidoc 6.0.3-1 (the one in sarge) with the following message: asciidoc -b docbook -d manpage -f asciidoc.conf git.txt DEPRECATED: git.txt: line 582: title arguments: use attribute lists xmlto

Bug#272127: Bug#345422: cvm: freecdb is dead, please switch to tinycdb

2005-12-31 Thread Gerrit Pape
retitle 272127 ITA: freecdb -- creating and reading constant databases reassign 272127 wnpp owner 272127 ! severity 272127 normal quit On Sat, Dec 31, 2005 at 05:57:17AM -0500, Nathanael Nerode wrote: Package: cvm Severity: important See bug 272127 for more about freecdb. In my opinion

Bug#344929: Missing version on asciidoc build-dep

2006-01-02 Thread Gerrit Pape
On Thu, Dec 29, 2005 at 07:55:19PM +0100, Norbert Tretkowski wrote: * Gerrit Pape wrote: Norbert Tretkowski wrote: Package fails to build with asciidoc 6.0.3-1 (the one in sarge) with the following message: asciidoc -b docbook -d manpage -f asciidoc.conf git.txt DEPRECATED

Bug#313596: cogito: cannot add dangling symlinks whereas git can

2006-01-02 Thread Gerrit Pape
forwarded 313596 upstream quit Hi, cg-add refuses to add special files such as dangling symlinks while git can handle them just fine. Please see http://bugs.debian.org/313596 I'm not sure why cg-add checks files to commit with test -f. Regards, Gerrit. --- diff --git a/cg-add b/cg-add index

Bug#330565: cfs: leaves /var/lib/cfs/.cfsfs after purge

2005-10-05 Thread Gerrit Pape
On Wed, Sep 28, 2005 at 09:04:41PM +0300, Lars Wirzenius wrote: The package tries to remove /var/lib/cfs when it is purged, but fails to do so, because it contains the file .cfsfs, which is presumably created during postinst. I found this by testing the package with piuparts, which installs

Bug#330496: bincimap: doesn't remove /etc/ssl/certs/imapd.pem on purge

2005-10-05 Thread Gerrit Pape
On Wed, Sep 28, 2005 at 03:17:10PM +0300, Lars Wirzenius wrote: bincimap's postinst creates /etc/ssl/certs/imapd.pem, but there is no prerm to remove it when the package is purged. This means some cruft is left on the filesystem. Hmm, I'm not sure. It may well be that /etc/ssl/certs/imapd.pem

Bug#317516: dash: does not handle NUL characters gracefully

2005-10-05 Thread Gerrit Pape
On Sat, Oct 01, 2005 at 06:36:15PM +1000, Herbert Xu wrote: Thanks for the patch. The idea is right but you need to handle the case of nested input streams by saving skipped_characters whenever the input stream is pushed. Anyway, I've fixed in a different way with the following patch. Hi

Bug#332954: dash: return from a while condition loses exit status

2005-10-10 Thread Gerrit Pape
On Sun, Oct 09, 2005 at 07:55:19PM +0100, Stephane Chazelas wrote: f() { while return 2; do :; done } f echo $? The above script outputs 0 while it should output 2. Same goes for: dash -c 'while return 2; do :; done' Same with until instead of while Hi Stephane, I think the

Bug#317516: dash: does not handle NUL characters gracefully

2005-10-10 Thread Gerrit Pape
tags 317516 + pending quit On Sat, Oct 08, 2005 at 06:26:49PM +1000, Herbert Xu wrote: On Wed, Oct 05, 2005 at 01:44:47PM +, Gerrit Pape wrote: Hi Herbert, the last three test cases still fail with this patch; and this additional one: $ printf ': 012345\06789\n: 01\023456789\n: 0

Bug#334182: dash doesn't assign second variable in a single statement

2005-10-28 Thread Gerrit Pape
forward 334182 upstream quit On Sun, Oct 16, 2005 at 01:07:12PM +1000, Nathan Hand wrote: Dash doesn't correctly handle code where a second variable is assigned in a single statement. For example, this works with bash. $ /bin/bash -c 'K=dvb0.net0 A=${K#dvb} ; echo $A' 0.net0 Here is

Bug#338789: ITA: cogito -- version control system

2005-11-12 Thread Gerrit Pape
retitle 338789 'ITA: cogito -- version control system' quit On Sat, Nov 12, 2005 at 01:08:34PM -0700, Sebastian Kuzminsky wrote: I intend to orphan the cogito package. I'll take a look at it. Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#338789: cogito packages

2005-11-15 Thread Gerrit Pape
Hi Andres, On Mon, Nov 14, 2005 at 01:56:30PM -0500, Andres Salomon wrote: I'm also interested in taking it. Perhaps we could comaintain it and git-core? It's quite important for the kernel team (and others) to have this package. sure, let's see first whether we agree upon how the

Bug#338789: cogito packages

2005-11-15 Thread Gerrit Pape
On Tue, Nov 15, 2005 at 01:00:48PM -0500, Andres Salomon wrote: On Tue, 2005-11-15 at 17:36 +, Gerrit Pape wrote: o complete repackaging without debhelper or any other build system, I usually use a simple collection of implicit Makefile rules for my packages This I disagree w

Bug#338789: cogito packages

2005-11-16 Thread Gerrit Pape
On Tue, Nov 15, 2005 at 01:00:48PM -0500, Andres Salomon wrote: On Tue, 2005-11-15 at 17:36 +, Gerrit Pape wrote: Packaging generally shouldn't be that hard, I'll prepare packages and post a link here, so you can take a look at it, ok? Hi Andres, here are preliminary packages. I have

Bug#336402: socklog: new feature/improvements?

2005-11-17 Thread Gerrit Pape
Hi Cristian, On Sun, Oct 30, 2005 at 02:16:01AM +0100, Cristian Ionescu-Idbohrn wrote: * Added option '-t' (time stamp); socklog.c modified. What is this for? The timestamp normally is added by the logger process, usually the svlogd program. Can you tell me a use case where this is needed?

Bug#336402: socklog: new feature/improvements?

2005-11-17 Thread Gerrit Pape
On Thu, Nov 17, 2005 at 11:21:47AM +0100, Cristian Ionescu-Idbohrn wrote: On Thu, 17 Nov 2005, Gerrit Pape wrote: On Sun, Oct 30, 2005 at 02:16:01AM +0100, Cristian Ionescu-Idbohrn wrote: * Added option '-t' (time stamp); socklog.c modified. What is this for? The timestamp normally

Bug#338789: ITA: cogito -- version control system

2005-11-21 Thread Gerrit Pape
On Sat, Nov 12, 2005 at 09:37:15PM +, Martin Michlmayr wrote: retitle 338789 ITA: cogito -- version control system thanks * Gerrit Pape [EMAIL PROTECTED] [2005-11-12 21:14]: retitle 338789 'ITA: cogito -- version control system' Is there any documentation that suggests that quotes

Bug#400118: twoftpd: authentication process enters endless loop

2006-12-06 Thread Gerrit Pape
On Thu, Nov 23, 2006 at 07:20:09PM -0300, Alvaro Herrera wrote: The authentication process eats all available CPU power and does not return success, even when the given password is correct. strace'ing the process shows this output: Hi Alvaro, I cannot reproduce the problem. write(4,

Bug#400118: twoftpd: authentication process enters endless loop

2006-12-06 Thread Gerrit Pape
On Wed, Dec 06, 2006 at 09:18:38AM -0300, Alvaro Herrera wrote: Gerrit Pape wrote: On Thu, Nov 23, 2006 at 07:20:09PM -0300, Alvaro Herrera wrote: The authentication process eats all available CPU power and does not return success, even when the given password is correct. strace'ing

Bug#400118: twoftpd: authentication process enters endless loop

2006-12-07 Thread Gerrit Pape
On Wed, Dec 06, 2006 at 03:45:19PM -0300, Alvaro Herrera wrote: Gerrit Pape wrote: On Wed, Dec 06, 2006 at 09:18:38AM -0300, Alvaro Herrera wrote: Yes. The configuration is the default, I think, and certainly the startup script is. (It was started by aptitude or dpkg). Ok, that's

Bug#399431: source file produce an error

2006-12-07 Thread Gerrit Pape
On Wed, Nov 22, 2006 at 07:30:05PM +0100, Michelle Konzack wrote: Hello Gerrit, Am 2006-11-20 15:51:40, schrieb Gerrit Pape: but since I have tried to make some scripts POSIX compatibel I was running into trouble. Under bash I run enable -s to get all POSIX compatible commands, which

Bug#402022: [m68k] FTBFS: failing self-test

2006-12-08 Thread Gerrit Pape
On Thu, Dec 07, 2006 at 03:59:42PM +0100, Roman Zippel wrote: git currently fails to compile as it fails the self test. I looked into this and with the help of the author there is now a patch for this to fix the problem: Yes, I've seen that, thanks. The patch made it into 1.4.4.2. Regards,

Bug#386750: git-core already recommends curl

2006-09-12 Thread Gerrit Pape
On Tue, Sep 12, 2006 at 06:24:27PM +0200, Adrian Bunk wrote: Hi Matthew, git-core already recommends curl. I'd say this already expresses sufficiently the curl requirement? Yes, this is my opinion too. Cloning through http is a part of git-core's functionality, but it's well usable

Bug#383219: Setup could be easier

2006-09-13 Thread Gerrit Pape
Hi Matthew, On Tue, Aug 15, 2006 at 11:45:07AM -0600, Matthew Wilcox wrote: I just finished setting up git.parisc-linux.org and installation could have been easier. I offer you some suggestions: First, an init script is good to have to start the git daemon running automatically. Here's

Bug#386820: git-core: please package 1.4.2

2006-09-13 Thread Gerrit Pape
On Sun, Sep 10, 2006 at 02:50:31PM +0200, Yann Dirson wrote: 1.4.2 is already one month old now :) On the way.. I've been waiting for 1.4.3, but it looks like it won't be released as swift as the previous versions. Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#386373: git-core: contrib/git-svn/Makefile relies on ../../Documentation/asciidoc.conf being available

2006-09-13 Thread Gerrit Pape
Hi Alan, On Thu, Sep 07, 2006 at 09:07:38AM +0100, Alan Chandler wrote: /usr/share/doc/git-core includes a subdirectory called contrib, and in there is git-svn Using its Makefile to build target install-doc requires that asciidoc be installed (so perhaps should be a 'suggests' for this

Bug#383219: index.aux generation

2006-09-13 Thread Gerrit Pape
Thanks Matthew, I'll put your mail in /usr/share/doc/gutweb/examples, and point to it from /usr/share/doc/gitweb/README.Debian in the next upload. Regards, Gerrit. On Thu, Aug 24, 2006 at 08:55:10AM -0600, Matthew Wilcox wrote: Alioth needs to generate an index.aux file. It'd be helpful if

Bug#387458: segmentation fault on command -v

2006-09-14 Thread Gerrit Pape
On Thu, Sep 14, 2006 at 03:50:02PM +0200, Julien Danjou wrote: Hi dash maintainer, I just found this bug which is easily reproductible: % dash -c 'command -v' zsh: segmentation fault dash -c 'command -v' Hi Julien, thanks, I can reproduce it. It of course mustn't segfault, but report

Bug#387515: cg-commit -p -m ignores -p

2006-09-15 Thread Gerrit Pape
Hi, please see http:/bugs.debian.org/387515 or below. I agree that ideally cg-commit should behave differently. Thanks, Gerrit. - Forwarded message from Andrew Suffield [EMAIL PROTECTED] - cg-commit -p -m ignores the -p argument and silently commits. Yes, this is documented, but it's

Bug#386495: git-apply fails to apply some patches

2006-09-15 Thread Gerrit Pape
Hi, please see http://bugs.debian.org/386495 or below. I can reproduce the problem with 1.4.2.1. Thanks, Gerrit. - Forwarded message from Matthew Wilcox [EMAIL PROTECTED] - Trying to apply a patch that was created with interdiff fails ... Here's the first patch (which works) ---

Bug#386976: Patch might make it into upstream release

2006-09-15 Thread Gerrit Pape
On Wed, Sep 13, 2006 at 08:29:22PM -0700, Michel Lespinasse wrote: I've been talking with upstream maintainer Matt Johnston and it looks like a version of this patch should make it into the next upstream release. Hope this helps, Thank you Michel, I was about to forward the bug to Matt too,

Bug#386495: git-apply fails to apply some patches

2006-09-19 Thread Gerrit Pape
. These sanity checks are good safety measures, but breaks down when people feed a diff generated with --unified=0. This was recently noticed first by Matthew Wilcox and Gerrit Pape. This adds a new flag, --unified-zero, to allow bypassing these checks. If you are in control of the patch

Bug#391360: runit: svlogd is not removing old logs

2006-11-10 Thread Gerrit Pape
Hi Joshua, On Fri, Oct 06, 2006 at 06:38:58PM +0530, Joshua N Pritikin wrote: On Fri, Oct 06, 2006 at 12:44:07PM +, Gerrit Pape wrote: If you had once configured many log files, and then change the configuration to fewer log files than before, svlogd won't reduce the number of log

Bug#392209: fgetty: Could not chown/chmod tty device

2006-11-10 Thread Gerrit Pape
tags 392209 + unreproducible thanks. On Tue, Oct 10, 2006 at 04:03:01PM -0300, Nelson A. de Oliveira wrote: I am trying to use fgetty here on my system, but without success. The error messages that appear are: could not chown/chmod tty device (the above message is repeated a lot of times)

Bug#392209: fgetty: Could not chown/chmod tty device

2006-11-13 Thread Gerrit Pape
On Fri, Nov 10, 2006 at 08:50:53PM -0200, Nelson A. de Oliveira wrote: Hi Gerrit! On 11/10/06, Gerrit Pape [EMAIL PROTECTED] wrote: unfortunately I cannot teproduce the problem. On a current sid system, your inittab entry works just fine for me. Did you change anything special on your

Bug#392209: fgetty: Could not chown/chmod tty device

2006-11-15 Thread Gerrit Pape
On Tue, Nov 14, 2006 at 10:17:15PM -0200, Nelson A. de Oliveira wrote: I am just sending this email to say that what I have told you on the last email keeps the same with the updated fgetty (version 0.6-4). Hmm, that's strange. Can you please post the exact line from your /etc/inittab for

Bug#391516: Link to 64bit clean sources

2006-10-16 Thread Gerrit Pape
Keinonen to fix type issues on 64bit +archs, http://www.freebsd.org/cgi/query-pr.cgi?pr=75878 (closes: +#391516, thx Stefan Westerfeld). + + -- Gerrit Pape [EMAIL PROTECTED] Mon, 16 Oct 2006 10:05:56 + + cfs (1.4.1-17) unstable; urgency=high * cfs_fh.c: doencrypt(), dodecrypt(): make

Bug#392702: [PATCH] git-svn: fix commits over svn+ssh://

2006-10-16 Thread Gerrit Pape
On Sat, Oct 14, 2006 at 02:02:37AM -0700, Eric Wong wrote: Once a get_commit_editor has been called from an SVN session, RA layer operations are not allowed (well, unless you're using file:// or http(s)://). So we'll pass an alternate SVN::Ra object to our editor object for running

Bug#393678: dietlibc-dev: undefined reference to `__ipc' on hppa

2006-10-17 Thread Gerrit Pape
tags 393678 + patch quit On Tue, Oct 17, 2006 at 09:45:09PM +1000, Ted Percival wrote: On hppa, the semctl, semget, and semop functions are unavailable. Trying to use them results in undefined reference to `__ipc' when linking. This can be seen in the ccontrol build log:

Bug#391516: Link to 64bit clean sources

2006-10-17 Thread Gerrit Pape
On Mon, Oct 16, 2006 at 12:15:08PM -0500, Sergio Mendoza wrote: Hi Gerrit Stephen, I think you've pindowned the problem. I hope it can work. Gerrit, if you need access to an amd64 computer, let me know and I'll do arrangements so that you can check strace and other things for cfs. It

Bug#393776: please provide a manual page for (at least) fnord

2006-10-18 Thread Gerrit Pape
On Tue, Oct 17, 2006 at 09:06:43PM +0200, Vincent Fourmond wrote: I've been trying to use fnord to setup a temporary web server run without root privileges, and I found it hard to get. Please provide a manual page, with at least the mention of the -l switch on command-line. Hi

Bug#381091: dash: 'export' error bad variable name

2006-10-21 Thread Gerrit Pape
On Wed, Aug 02, 2006 at 01:20:44AM -0400, A. Costa wrote: In 'dash' try this: % foo() { export x=$@ ; } % foo -f --c export: 4: --c: bad variable name % echo $? 2 It seems like it should be standard code. Remove 'export' from 'foo()' and

Bug#387458: [PATCH] Check arg count in commandcmd

2006-10-21 Thread Gerrit Pape
Hi Herbert, please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387458 On Thu, Sep 14, 2006 at 03:50:02PM +0200, Julien Danjou wrote: I just found this bug which is easily reproductible: % dash -c 'command -v' zsh: segmentation fault dash -c 'command -v' --- src/exec.c |2 ++

Bug#384197: [PATCH] Fix 3-argument test

2006-10-21 Thread Gerrit Pape
Hi Herbert, please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384197 On Tue, Aug 22, 2006 at 03:29:35PM +0100, Colin Watson wrote: $ [ '!' != '*' ] [: 1: *: unexpected operator POSIX says of the 3-argument case for test(1): 3 arguments: * If $2 is a binary primary,

Bug#381091: dash: 'export' error bad variable name

2006-10-23 Thread Gerrit Pape
On Sat, Oct 21, 2006 at 02:37:25PM -0400, A. Costa wrote: I'm about to close this bug, thanks, Gerrit. Thanks for the detailed explanation, and the good advice how not to get the error using $*. And apologies for my misunderstanding... but in hopes of extracting some public good from it, a

Bug#381091: dash: 'export' error bad variable name

2006-10-23 Thread Gerrit Pape
On Mon, Oct 23, 2006 at 05:12:11AM -0400, A. Costa wrote: On Mon, 23 Oct 2006 08:09:48 + Gerrit Pape [EMAIL PROTECTED] wrote: If 'dash' and 'posh' behave correctly, and 'bash' does it differently, would that indicate a bug in how 'bash' parses $@? The 'bash' Yes. Then would

Bug#382276: parse problem with $()-style subshell and case

2006-10-23 Thread Gerrit Pape
On Wed, Aug 09, 2006 at 10:45:42PM +0100, martin f krafft wrote: This is a bug because the following works in dash and it's not supposed to: eval $(while [ -n ${1:-} ]; do case $1 in [EMAIL PROTECTED]) echo remote=$1;; esac shift done) bash and zsh both fail as

Bug#394928: dietlibc - uses old select on powerpc wich is not longer implemented

2006-10-24 Thread Gerrit Pape
On Mon, Oct 23, 2006 at 10:05:28PM +0200, Bastian Blank wrote: dietlibc uses the old select syscall instead of the _newselect one. select is not longer implemented on powerpc. Just use _newselect unconditionaly on all linux arches. Hi Bastian, I can do that of course. Can you tell me the

Bug#388370: git-core: man pages for git commands have .sp sprinkled through them

2006-10-24 Thread Gerrit Pape
On Wed, Sep 20, 2006 at 07:27:18AM +0100, Alan Chandler wrote: A large number of the man pages (all I tried at random) have .sp as text in them. Frequently at the end of a line, but not necessarily so. Looks as though it was some formatting instruction that did not get interpreted correctly

Bug#394838: /usr/bin/cg-mv: fails to work as advertised

2006-10-31 Thread Gerrit Pape
retitle 394838 cogito: must depend on git-core ( 1:1.4.2-0) quit On Mon, Oct 23, 2006 at 09:52:12AM +1000, Anand Kumria wrote: Package: cogito Version: 0.18-1 I'm trying to move a set of files from one location to another. In one branch the files exist as css/{filename} and in the other as

Bug#396418: cogito: FTBFS: failed tests

2006-11-01 Thread Gerrit Pape
severity 396418 normal merge 396418 394838 quit On Tue, Oct 31, 2006 at 05:57:29PM +0100, Lucas Nussbaum wrote: During a rebuild of all packages in etch, I discovered that your package failed to build on i386. I tried to build it several times to make sure the issue was not transient. The

Bug#381091: dash: 'export' error bad variable name

2006-11-01 Thread Gerrit Pape
On Thu, Oct 26, 2006 at 12:14:16PM -0400, A. Costa wrote: On Mon, 23 Oct 2006 10:05:39 + Gerrit Pape [EMAIL PROTECTED] wrote: ...Here bash --posix behaves differently in the first case. Yet another view, without the '-x', plus a few more shells: % for f in dash posh ksh

Bug#396687: Puts system user into the adm group

2006-11-02 Thread Gerrit Pape
On Thu, Nov 02, 2006 at 11:23:02AM +0100, Florian Weimer wrote: From the postinst: adduser --system --home /var/log/git-daemon --no-create-home --ingroup adm gitlog This is wrong. adm group membership is reserved to (human) system administrators. Okay, where can I read about this?

Bug#396753: missing dependency on initscripts

2006-11-03 Thread Gerrit Pape
tags 396753 + pending quit On Thu, Nov 02, 2006 at 08:00:51PM +0100, Michael Biebl wrote: /etc/runit/1 calls /etc/init.d/rmnologin start, which is part of the initscripts package. Either add a dependency on initscripts or a check like [ -x /etc/init.d/rmnologin ] /etc/init.d/rmnologin start

Bug#396687: Puts system user into the adm group

2006-11-05 Thread Gerrit Pape
On Sun, Nov 05, 2006 at 03:32:45PM +0100, Florian Weimer wrote: * Gerrit Pape: On Thu, Nov 02, 2006 at 11:23:02AM +0100, Florian Weimer wrote: From the postinst: adduser --system --home /var/log/git-daemon --no-create-home --ingroup adm gitlog This is wrong. adm group membership

Bug#391516: cfs on amd64 mounts but doesn't work

2006-10-12 Thread Gerrit Pape
On Fri, Oct 06, 2006 at 07:19:19PM -0500, Sergio Mendoza wrote: This bug is amd64 specific. It works fine on 32-bit machines. It has been discussed on debian-amd64 mailing lists: (a) http://lists.debian.org/debian-amd64/2005/07/msg00300.html (b)

Bug#389767: bincimap-run: removing the package fails

2006-10-02 Thread Gerrit Pape
On Wed, Sep 27, 2006 at 05:25:18PM +0200, Bill Allombert wrote: Hello Gerrit, There is an error when attempting to remove bincimap-run: Removing bincimap-run ... Stopping service bincimaps... warning: .: unable to open supervise/ok: file does not exist dpkg: error processing

Bug#375619: cogito: Please push debian directory upstream

2006-10-02 Thread Gerrit Pape
On Sun, Sep 10, 2006 at 02:11:29PM +0200, Petr Baudis wrote: Hi, Hi Petr, I can still see debian/ subdirectory in the upstream git. I don't Upstream git has dropped the debian/ subdirectory with version 1.0.0 IIRC, current versions don't include it anymore. understand the advantage in

Bug#390468: runit: Custom stop action

2006-10-02 Thread Gerrit Pape
On Sun, Oct 01, 2006 at 02:48:36PM +0200, [EMAIL PROTECTED] wrote: Dear Gerrit, Thanks a lot for writing runit and packaging it for debian. Here is an issue I found while trying to migrate services to runit: some services such as dbus-1 need to do some cleanup *before* the daemon exits,

Bug#390053: Spelling mistake in package description

2006-10-02 Thread Gerrit Pape
tags 390053 + pending quit On Fri, Sep 29, 2006 at 01:09:57AM +0100, Simon Waters wrote: *** diff/mailfront 16c16 mailfront is a set of customizeable network front-ends for mail servers. --- mailfront is a set of customizable network front-ends for mail servers. Thanks, Gerrit. -- To

Bug#234106: Suggested Resolution: New Service Name

2006-10-02 Thread Gerrit Pape
On Fri, Sep 29, 2006 at 09:33:18AM +0200, Toni Mueller wrote: Hello, Hi Toni, I suggest the following resolution of the problem: If there's an SV entry in /etc/inittab, the user probably already had daemontools in use. Since the run scripts require (small?) modifications to be compatible

Bug#391165: runit retains a controlling tty; ctrl-c on tty1 reboots/halts system

2006-10-05 Thread Gerrit Pape
On Thu, Oct 05, 2006 at 09:51:42AM +0200, Andras Korn wrote: Hi, under some (unknown) circumstances, runit(8) retains a controlling tty: USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.010420 tty1 Ss+ 09:07 0:00 runit This

Bug#391360: runit: svlogd is not removing old logs

2006-10-06 Thread Gerrit Pape
On Fri, Oct 06, 2006 at 02:23:27PM +0530, Joshua Pritikin wrote: I know this sounds implausible but my /var/log has grown to 487M. For example, /var/log/dnscache has 335 log files and no svlogd config. According to the man page, the default is to keep 10 old logs. The directory permissions

Bug#391360: runit: svlogd is not removing old logs

2006-10-06 Thread Gerrit Pape
On Fri, Oct 06, 2006 at 05:07:26PM +0530, Joshua N Pritikin wrote: On Fri, Oct 06, 2006 at 11:19:41AM +, Gerrit Pape wrote: can you post the complete listing of the directory holding the logs? total 156800 Thanks. Nothing looks wrong here, but why do you have that many .u files

Bug#401547: tryto -n1 often reports that child crashed even if it didn't

2006-12-05 Thread Gerrit Pape
tags 401547 + patch quit On Mon, Dec 04, 2006 at 02:54:51PM +0100, Andras Korn wrote: tryto -n1 true reports child crashed, giving up. Hi Andras, yes, thanks for reporting; this patch should fix it. Regards, Gerrit. diff -ur admin~/socklog-2.1.0/src/tryto.c admin/socklog-2.1.0/src/tryto.c ---

Bug#380638: Intent to NMU

2006-08-08 Thread Gerrit Pape
On Mon, Aug 07, 2006 at 07:38:40PM -0300, Margarita Manterola wrote: I have prepared an NMU that fixes this problem in matrixssl. It's a very simple fix, that applies the already existing include-asm.diff patch, to the other instances of linux.c (static and shared). I'm attaching the full

Bug#346437: dietlibc-dev: fflush(NULL) flushes input-only streams (stdin)

2006-01-16 Thread Gerrit Pape
On Sat, Jan 07, 2006 at 03:33:43PM -0800, Eric Wong wrote: fflush(NULL) seems to flush the stdin stream, as well as any open streams it can find, regardless of whether or not it's a writeable stream. According to the fflush manpage, this is wrong: If the stream argument is NULL,

Bug#348673: cg-restore: fails to restore deleted file

2006-01-18 Thread Gerrit Pape
Hmm, looks like it works fine for me. Running cg-clean on a copy of the Linux 2.6 repository results in an error message: [...] Not removing .tmp_versions/ cg-status: no arguments allowed $ cg-clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ defaulting to

Bug#348660: ftbfs: XPath error : Undefined variable

2006-01-18 Thread Gerrit Pape
On Wed, Jan 18, 2006 at 10:36:18AM +0100, Max Kellermann wrote: Package: git-core Version: 1.1.3-1 Tags: FTBFS Severity: minor docbook-xsl 1.68.1-0.1 is installed. make[1]: Entering directory `/opt/debian/build/git-core-1.1.3/Documentation' asciidoc -b docbook -d manpage -f

Bug#348673: cg-restore: fails to restore deleted file

2006-01-18 Thread Gerrit Pape
On Wed, Jan 18, 2006 at 05:06:45PM +0100, Florian Weimer wrote: * Gerrit Pape: Hmm, looks like it works fine for me. Any idea how I could provide more information for debugging? If you do the same I did, does it still fail? What version of git-core is installed on your system? Are cg

Bug#489805: Intent to NMU or help for an l10n upload of dash to fix pending po-debconf l10n bugs

2008-08-25 Thread Gerrit Pape
On Fri, Aug 15, 2008 at 02:07:00PM -0300, Christian Perrier wrote: Dear Debian maintainer, The dash Debian package, which you are the maintainer of, has pending bug report(s) which include translation updates or fixes for po-debconf, namely bug number 489805 (and maybe other similar bugs).

Bug#496648: [git-core] git svn fetch fails: libexpat.so.0: cannot open shared object file: No such file or directory

2008-08-28 Thread Gerrit Pape
On Tue, Aug 26, 2008 at 03:04:06PM +0200, Ondrej Certik wrote: Hi, this is what I am getting: $ git svn fetch svnserve: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory Network connection closed unexpectedly: Connection closed

Bug#457318: netqmail_1.06-1_powerpc.changes REJECTED

2008-09-01 Thread Gerrit Pape
On Sun, Jul 06, 2008 at 02:19:30PM +, Joerg Jaspert wrote: Hi Maintainer, rejected, for various reasons (this mail applies to all of the various qmail and qmail related packages currently in NEW, namely netqmail, qmail-run, qmail-tools, dot-forward, fastforward). Hi ftpmaster, I had

Bug#499243: [git-svn]: git-svn info fails

2008-10-03 Thread Gerrit Pape
forcemerge 490400 499243 quit On Wed, Sep 17, 2008 at 11:41:00AM +0200, Guido G?nther wrote: Hi, git-svn fails like: $ git-svn info Use of uninitialized value within @_ in localtime at /usr/bin/git-svn line 4277. No such file or directory at /usr/bin/git-svn line 897 on a svn clone

Bug#486527: git-svn: use of uninitialised value in 'dcommit' operation

2008-10-03 Thread Gerrit Pape
tags 486527 + moreinfo quit On Mon, Jun 16, 2008 at 06:24:38PM +0200, Josef Spillner wrote: I've cloned and modified a SVN repository (svn+ssh://...), all works fine. But I cannot commit back my changes with git-svn dcommit. The error message looks like that after the password query:

Bug#500176: This bug is still around and release-critical

2008-10-09 Thread Gerrit Pape
On Thu, Oct 09, 2008 at 09:07:00AM +0200, martin f krafft wrote: also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.10.08.1054 +0200]: FWIW I've upgraded a machine to replace pdnsd with unbound, it hit that bug of course. [...] I don't think this is too hard to ask from someone that is

Bug#494097: git-core: stack-based buffer overflow in git-diff and git-grep

2008-08-13 Thread Gerrit Pape
reopen 494097 found 494097 1:1.5.6.3-1.1 quit On Thu, Aug 07, 2008 at 10:46:01AM +0200, Nico Golde wrote: Hi, the following CVE (Common Vulnerabilities Exposures) id was published for git-core. You can find the upstream patch on: http://kerneltrap.org/mailarchive/git/2008/7/16/2529284

Bug#494097: git-core point release for lenny

2008-08-13 Thread Gerrit Pape
Hi, #494097 should be fixed in lenny. Instead of adding two patches to the current version 1.5.6.3-1.1, I suggest to update to the point release 1.5.6.5, which includes some more fixes. Is that okay with you?, upstream's point releases usually are of good quality. Thanks, Gerrit. -- To

Bug#494097: git-core point release for lenny

2008-08-19 Thread Gerrit Pape
On Thu, Aug 14, 2008 at 11:44:57AM +, Gerrit Pape wrote: On Thu, Aug 14, 2008 at 12:32:38PM +0200, Marc 'HE' Brockschmidt wrote: Gerrit Pape [EMAIL PROTECTED] writes: Hi, #494097 should be fixed in lenny. Instead of adding two patches to the current version 1.5.6.3-1.1, I suggest

Bug#464951: twoftpd-run can't be removed: unable to open supervise/ok: file does not exist

2008-02-11 Thread Gerrit Pape
On Sat, Feb 09, 2008 at 07:01:48PM -0600, Raphael Geissert wrote: Hello, Looking for a simple ftp server/daemon I installed twoftpd-run but after being disappointed by its configuration system I decided to remove it. At installation time the postinst script already cause some troubles:

Bug#465100: dropbear: Mention that sftp is no supported

2008-02-11 Thread Gerrit Pape
On Sun, Feb 10, 2008 at 07:25:47PM +0200, Jari Aalto wrote: Please add a note to debian/control::Description and README.Debian that dropbear does not support: - sftp - agent forward Hi Jari, hmm, AFAIK the dropbear server supports both, I don't use sftp though. What doesn't

  1   2   3   4   5   6   7   8   9   >