Bug#304373: also in fvwm

2005-12-02 Thread Vineet Kumar
I see the same behavior in fvwm (2.5.12-5). I get a minuscule window when I launch docker, and it never seems to do anything. I'm mostly trying to dock psi, but I've tried a few other things (gaim, and I don't remember what else). I've never had it do anything. If I expand the tiny window

Bug#336984: tomcat5: package description references tomcat4-webapps -- s/4/5/ ?

2005-11-01 Thread Vineet Kumar
Package: tomcat5 Version: 5.0.30-7 Severity: minor The package description includes this text: No documentation or web applications (webapps) are included here, please install the tomcat4-webapps package if you want them. The package metadata Suggests: tomcat5-webapps, and I guess that

Bug#210697: prefetching html vs prefetching image

2005-11-04 Thread Vineet Kumar
* Martin Michlmayr ([EMAIL PROTECTED]) [051104 12:45]: tags 210697 + patch thanks * Martin Michlmayr [EMAIL PROTECTED] [2005-11-04 19:51]: Does anyone know whether two link rel elements are allowed, and has anyone implemented this for some templates already? I just tested this on my

Bug#210697: prefetching html vs prefetching image

2005-11-04 Thread Vineet Kumar
* Martin Michlmayr ([EMAIL PROTECTED]) [051104 14:10]: * Vineet Kumar [EMAIL PROTECTED] [2005-11-04 13:41]: Have you tried how this works with the Mozilla site navigation bar or the Link Toolbar for Firefox? No, I don't even know what they're supposed to be. Can you elaborate or test

Bug#316626: description of fix

2005-10-05 Thread Vineet Kumar
There's not really enough detail in this bug report yet to tell whether this is the same issue, but it sounds like it is. Here's what I did to get the package working on my installation: remove these 3 lines: if exists(did_load_filetypes) finish endif from

Bug#339114: bash: description of @(pattern-list) misleading in man page

2005-11-14 Thread Vineet Kumar
Package: bash Version: 2.05b-26 Severity: normal The bash man page describes this construct: @(pattern-list) Matches exactly one of the given patterns But what it really seems it does is match exactly one occurrence of any of the given patterns. Matches

Bug#339843: zoph: New upstream version 0.4 available

2005-11-19 Thread Vineet Kumar
Package: zoph Version: 0.3.3-14 Severity: wishlist According to the sourceforge site, zoph 0.4 has been released, and some of the new features (especially the bulk edit!) sound really great. Please package the new release. I'm willing to help out in any way possible. Thanks, Vineet -- System

Bug#393843: update-exim4.conf fails if user already included ;

2006-10-17 Thread Vineet Kumar
Package: exim4 Version: 4.63-3 Severity: normal When I upgraded this system from sarge to etch, I had dc_local_interfaces=;::1;127.0.0.1 After the upgrade, I saw messages like: Malformed IP address in local_interfaces in my paniclog. I notice that /usr/sbin/update-exim4.conf now prepends

Bug#395053: cron script error when /etc/bugzilla/sites doesn't exist

2006-10-24 Thread Vineet Kumar
Package: bugzilla Version: 2.22-4 Severity: normal /etc/cron.daily/bugzilla causes a daily error message to be generated on my system, where bugzilla is removed but not purged (so the cron script still exists) and /etc/bugzilla/sites doesn't exist: /etc/cron.daily/bugzilla:

Bug#293369: twiki: RedirectMatch suggestion

2005-02-02 Thread Vineet Kumar
Package: twiki Version: 20030201-6 Severity: wishlist I notice that the default apache config included with this version includes a commented-out redirect directive for /twiki. This line doesn't work perfectly, because it supersedes the earlier Alias lines, so the /pub and /data directories are

Bug#294329: apt-proxy: log files not readable by adm group

2005-02-09 Thread Vineet Kumar
Package: apt-proxy Version: 1.9.25 Severity: minor apt-proxy.log is owned by aptproxy:nogroup. I generally add users to the adm group to be able to read logs in /var/log, but this doesn't get them access to the apt-proxy log, which is inconvenient. -- System Information: Debian Release: 3.1

Bug#294442: polipo: logrotate complains of postrotate script failure when pidfile does not exist

2005-02-09 Thread Vineet Kumar
Package: polipo Version: 0.9.5-1 Severity: normal My system used to have polipo installed, but it has since been removed (but not purged). /etc/logrotate.d/polipo contains this postrotate script: PIDFILE=/var/run/polipo/polipo.pid [ -f $PIDFILE ] kill -USR1

Bug#297404: mysql-server: removed (but not purged) package causes cron/logrotate complaints

2005-02-28 Thread Vineet Kumar
Package: mysql-server Version: 4.0.23-4 Severity: normal On a couple of systems which have removed the mysql-server package, the files /etc/cron.daily/mysql-server and /etc/logrotate.d/mysql-server still exist. These scripts do not check for the existence of /usr/bin/mysqladmin before trying to

Bug#450410: syntax/sh.vim: posix parameter expansions

2007-11-06 Thread Vineet Kumar
Package: vim Version: 1:7.0-122+1etch3 Severity: minor Tags: patch Vim's syntax highlighting for shell scripts marks certain parameter expansion patterns as errors when in /bin/sh mode, but allows them for /bin/bash. Some of those patterns are valid posix /bin/sh, for example ${parameter%word}

Bug#450410: Acknowledgement (syntax/sh.vim: posix parameter expansions)

2007-11-07 Thread Vineet Kumar
From further reading of the comments in syntax.vim, it seems that /bin/sh is intentionally treated separately from Posix compliant shell. So this report may be invalid entirely. In particular, I noticed this when I was about to enable the $() command substitution to not highlight as an error.

Bug#450410: Acknowledgement (syntax/sh.vim: posix parameter expansions)

2007-11-07 Thread Vineet Kumar
Sure enough, if I just use let g:is_posix=1 in my .vimrc, it all works as expected for posix-compliant features. Sorry for the noise; there's really no bug here. I guess maybe the fact that debian doesn't ship a non-posix /bin/sh may cause a desire to set either is_posix or is_bash in the

Bug#405643: patch doesn't work

2007-03-26 Thread Vineet Kumar
Just setting graph_dir to $datadir/graphs makes the page construct URLs like http://mybughost/var/lib/bugzilla/data/graphs/graphname.png, which is no good. The hack I put in place on my system is to set graph_dir to $datadir/graphs and then also change the url_image to: my $url_image =

Bug#420081: ditto

2007-06-02 Thread Vineet Kumar
I'm seeing the same behavior. Let me know if there's any testing I can do to help out. Vineet -- http://www.doorstop.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#420081: ditto

2007-06-03 Thread Vineet Kumar
Actually, to add a bit more information: netstat shows me that while new client connections to the server do get ESTABLISHED (on both sides), the server sockets start piling up data in the Recv-Q, as if the server process just stops getting back into the select loop. -- http://www.doorstop.net/

Bug#399849: permissions on /etc/libnss-ldap.conf

2007-06-29 Thread Vineet Kumar
I was also seeing this: issuing the id command was showing me the assertion failure. An strace showed that opening /etc/libnss-ldap.conf was giving EACCESS. Making /etc/libnss-ldap.conf world-readable made the error message go away. -- http://www.doorstop.net/ -- Great spirits have always

Bug#360773: a fix

2007-04-07 Thread Vineet Kumar
For anyone else facing this issue with the current etch 2.6.18 kernel: the patch suggested in bug 416475 worked for me. I just edited p4-clockmod.c and rebuilt it, and now powernowd can step down to lower CPU speeds once again. My laptop is now running like it used to with sarge (or better). --

Bug#316257: thttpd: logcheck patterns

2005-06-29 Thread Vineet Kumar
Package: thttpd Version: 2.23beta1-3 Severity: wishlist A default install of thttpd logs 5 lines of stats every hour. It would be nice if the package included some basic logcheck patterns to ignore these. A sample is below: Jun 29 10:25:04 pescado2 thttpd[5126]: up 14400 seconds, stats for