Bug#589430: mutt uses ncurses even in non-interactive mode

2020-06-21 Thread Piotr Lewandowski
On Sun, Jun 21, 2020 at 7:53 AM Antonio Radici  wrote:

> this used to be an issue in the past, where mutt did not handle terminals
> correctly (and I also had issues as well), and reset their colors due to
> the
> way ncurses was called.
>
> Personally I haven't seen this issue in a long time, are you still seeing
> it?
>

I am unfortunately unable to reproduce as I have stopped using mutt in the
meantime.

-- 
Piotr Lewandowski


Bug#668927: allow sinntp to ignore netrc

2012-04-16 Thread Piotr Lewandowski
* Jakub Wilk:
> * Dirk Griesbach , 2012-04-15, 20:01:
> >+o.add_argument('-n', '--nonetrc', dest='netrc', 
> >action='store_false', help='ignore credentials in ~/.netrc')
> 
> Hmm, I'd rather reserve -n for something like "dry run" (if we ever
> implement such option).
> 
> Maybe we could live without short option for this one at all?
> 
> Also, I think the long one would be better spelt --no-netrc (with a
> hyphen after "no").
> 
> Piotr, what do you think?

Agreed. We can do without the short option for that feature.
And yes, I also prefer a hyphen to avoid visual ambiguity ('no-netrc' versus
'none-trc').

Thanks for the patch Dirk!

Cheers,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#639083: O: l7-protocols -- protocol definitions for the Linux layer 7 packet classifier

2011-08-23 Thread Piotr Lewandowski
Package: wnpp
Severity: normal

Package description:
l7-protocols provides patterns (protocol definitions) for the Linux layer 7
packet classifier (l7-filter). To use them, you need the kernel and iptables
patches or the l7-filter userspace version (l7-filter-userspace).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#639081: O: l7-filter-userspace -- Userspace layer 7 packet classifier

2011-08-23 Thread Piotr Lewandowski
Package: wnpp
Severity: normal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#613890: Mail from ftpmaster@ is (partially) in German

2011-02-17 Thread Piotr Lewandowski
Package: ftp.debian.org
Severity: minor

I have received a mail from ftpmaster containing output of gnupg binary which
was apparently executed with German locales. Personally, I have nothing
against German but some users can find that message confusing.

- Forwarded message from Debian FTP Masters 
 -

Date: Tue, 25 Jan 2011 18:12:51 +
From: Debian FTP Masters 
To: piotr.lewandow...@gmail.com
Subject: Processing of l7-filter-userspace_0.11-4_source.changes

GnuPG signature check failed on l7-filter-userspace_0.11-4_source.changes
gpg: Unterschrift vom Di 25 Jan 2011 17:46:59 UTC mittels DSA-Schlüssel ID 
4F684ED8
gpg: Unterschrift kann nicht geprüft werden: Öffentlicher Schlüssel nicht 
gefunden
(Exit status 2)
/l7-filter-userspace_0.11-4_source.changes has bad PGP/GnuPG signature!
Removing /l7-filter-userspace_0.11-4_source.changes, but keeping its associated 
files for now.

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

- End forwarded message -

Best,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#611111: [l7-filter-userspace] Include last community bugfixes

2011-02-11 Thread Piotr Lewandowski
* Jakub Wilk:
> * Jorge Salamero Sanz , 2011-02-04, 19:12:
> >do you have any plans to upload the new released version soon?
> >
> >I volunteer myself to prepare a new version and do the upload next
> >week.
>
> I don't have time to tackle this, but I also don't mind an NMU. :)
>
> Piotr, what do you think?
Sorry for the big delay.

I am recently short on time so I don't mind an NMU either. :-)

Best,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#589956: python-pcapy segfaults

2010-07-22 Thread Piotr Lewandowski
Package: python-pcapy
Version: 0.10.6-1+b1
Severity: normal

Prepare simple /tmp/pcap file:
$ /usr/sbin/tcpdump -c1 -w /tmp/pcap >/dev/null 2>&1

$ python -c "import pcapy; help(pcapy.open_offline('/tmp/pcap').next()[0])"
Segmentation fault

~$ gdb --quiet --args python -c "import pcapy; 
help(pcapy.open_offline('/tmp/dump').next()[0])"
Reading symbols from /usr/bin/python...Reading symbols from 
/usr/lib/debug/usr/bin/python2.6...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/python -c import\ pcapy\;\ 
help\(pcapy.open_offline\(\'/tmp/pcap\'\).next\(\)\[0\]\)
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
PyObject_GetAttr (v=, name='__name__') at 
../Objects/object.c:1195
1195../Objects/object.c: No such file or directory.
in ../Objects/object.c
(gdb) info args
v = 
name = '__name__'
(gdb) print (Py_ssize_t)(PyObject*)v->ob_refcnt
$1 = 2
(gdb) print (PyObject*)v->ob_type
$2 = 0x0
(gdb)

-- System Information:
Versions of packages python-pcapy depends on:
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.4-6   GCC support library
ii  libpcap0.8   1.1.1-2 system interface for user-level pa
ii  libstdc++6   4.4.4-6 The GNU Standard C++ Library v3
ii  python   2.6.5-5 An interactive high-level object-o
ii  python-central   0.6.14+nmu2 register and build utility for Pyt

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#589430: mutt uses ncurses even in non-interactive mode

2010-07-17 Thread Piotr Lewandowski
Package: mutt
Version: 1.5.20-9
Severity: normal

Hello,

mutt uses ncurses even if there is no such need, i.e.:

 - with '-p' option,
 - with '-Z' option if there is no new mail,
 - in compose mode when editor is started right away.

After mutt exits user is left with cleaned screen and default color
palette on some terminals[1], which is pretty annoying.

[1] http://bugs.debian.org/589429

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#589429: ncurses resets user's color palette

2010-07-17 Thread Piotr Lewandowski
Package: ncurses
Version: 5.7+20100313-2
Severity: normal

Hello,

ncureses seems to reset my palette (under 'linux' terminal) when
refresh() is preceded by endwin() (e.g. mutt calls it that way).

Attached program illustrates the issue. If called with no arguments -
the palette is fine, but call it with any argument and palette is reset
to terminal's defaults.

Regards,
-- 
Piotr Lewandowski
#include 

int main(int argc, char* argv[]) {
	initscr();
	start_color();
	if (argc > 1)
	{
		endwin();
	}
	refresh();
	endwin();
	return 0;
}


Bug#589333: Please support Python 3

2010-07-16 Thread Piotr Lewandowski
Package: python-lxml
Version: 2.2.6-1
Severity: wishlist

It'd be nice if one could use lxml from Python 3.

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#589323: strace.1: misleading italics describing '-e trace=' argument

2010-07-16 Thread Piotr Lewandowski
Package: strace
Version: 4.5.20-2
Severity: minor
Tags: patch

Please consider applying attached patch. Currently manpage can mislead
readers that 'file', 'process', 'network', 'signal', 'ipc', 'desc' are
some kind of variables, whereas they should be used literally.

-- 
Piotr Lewandowski
--- strace-4.5.20/strace.1  2010-04-07 12:19:26.0 +0200
+++ strace.12010-07-16 18:59:06.738102113 +0200
@@ -407,7 +407,7 @@
 are being monitored.  The default is
 .BR trace = all .
 .TP
-\fB\-e\ trace\fR=\fIfile\fR
+\fB\-e\ trace\fR=file
 Trace all system calls which take a file name as an argument.  You
 can think of this as an abbreviation for
 .BR "\-e\ trace" = open , stat , chmod , unlink ,...
@@ -417,20 +417,20 @@
 .B lstat
 in the list.  Betchya woulda forgot that one.
 .TP
-\fB\-e\ trace\fR=\fIprocess\fR
+\fB\-e\ trace\fR=process
 Trace all system calls which involve process management.  This
 is useful for watching the fork, wait, and exec steps of a process.
 .TP
-\fB\-e\ trace\fR=\fInetwork\fR
+\fB\-e\ trace\fR=network
 Trace all the network related system calls.
 .TP
-\fB\-e\ trace\fR=\fIsignal\fR
+\fB\-e\ trace\fR=signal
 Trace all signal related system calls.
 .TP
-\fB\-e\ trace\fR=\fIipc\fR
+\fB\-e\ trace\fR=ipc
 Trace all IPC related system calls.
 .TP
-\fB\-e\ trace\fR=\fIdesc\fR
+\fB\-e\ trace\fR=desc
 Trace all file descriptor related system calls.
 .TP
 \fB\-e\ abbrev\fR=\fIset\fR


Bug#589273: mcview segfaults in expand_format()

2010-07-16 Thread Piotr Lewandowski
Package: mc
Version: 3:4.7.0.6-1
Severity: normal

$ mcview apt-move.8
Segmentation fault

$ gdb -q --args mcview apt-move.8
Reading symbols from /usr/bin/mcview...Reading symbols from 
/usr/lib/debug/usr/bin/mc...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/mcview apt-move.8
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
expand_format (edit_widget=0x0, c=100 'd', do_quote=1) at user.c:204
204 fname = panel->dir.list[panel->selected].fname;
(gdb) bt
#0  expand_format (edit_widget=0x0, c=100 'd', do_quote=1) at user.c:204
#1  0x0043d98c in exec_extension (filename=, 
action=, move_dir=) at ext.c:193
#2  regex_command (filename=, action=, move_dir=) at ext.c:613
#3  0x00437a53 in view_file_at_line (filename=0x7c2070 
"/tmp/mc-4.7.0.6/src/apt-move.8", plain_view=,
internal=, start_line=0) at cmd.c:158
#4  0x0044f29a in mc_maybe_editor_or_viewer (argc=2, 
argv=0x7fffe5c8) at main.c:1815
#5  do_nc (argc=2, argv=0x7fffe5c8) at main.c:1875
#6  main (argc=2, argv=0x7fffe5c8) at main.c:2203
(gdb) print panel
$1 = (WPanel *) 0x0
(gdb) print current_panel
$2 = (WPanel *) 0x0

-- System Information:
Debian Release: squeeze/sid

Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mc depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgpm2   1.20.4-3.3 General Purpose Mouse - shared lib
ii  libslang2 2.2.2-4The S-Lang programming library - r

Versions of packages mc recommends:
ii  mime-support  3.48-1 MIME files 'mime.types' & 'mailcap

Versions of packages mc suggests:
pn  arj(no description available)
ii  bzip2 1.0.5-4high-quality block-sorting file co
pn  catdvi (no description available)
pn  dbview (no description available)
pn  djvulibre-bin  (no description available)
ii  epdfview [pdf-viewer] 0.1.7-2Lightweight pdf viewer based on po
ii  file  5.04-2 Determines file type using "magic"
pn  gv (no description available)
pn  imagemagick(no description available)
pn  links | w3m | lynx (no description available)
pn  odt2txt(no description available)
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 
ii  python2.6.5-5An interactive high-level object-o
pn  python-boto(no description available)
pn  python-tz  (no description available)
ii  unzip 6.0-4  De-archiver for .zip files
pn  zip    (no description available)

-- no debconf information

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#588964: Screenshot

2010-07-16 Thread Piotr Lewandowski

* Guido Günther , 2010-07-15 18:52:

They're not missing here. Please attach a screenshot.

Attached.

You might find following info useful:


import gtk.gdk
theme = gtk.icon_theme_get_default()
theme.has_icon("system-shutdown")

False

theme.has_icon("icon_shutdown")

False

--
Piotr Lewandowski
<>

Bug#588964: shutdown/restart/force off icons are missing

2010-07-15 Thread Piotr Lewandowski
Package: virt-manager
Version: 0.8.4-6
Severity: normal

With 0.8.4-6 shutdown/restart/force off icons are still missing.

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#589028: fgrep: segfaults on empty pattern with case insensitive option

2010-07-14 Thread Piotr Lewandowski
Package: grep
Version: 2.6.3-3
Severity: normal

$ fgrep -i ''
Segmentation fault

mbtolower() in searchutils.c segfaults if pattern is empty (*n == 0).

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#588781: offer installing extlinux as bootloader

2010-07-12 Thread Piotr Lewandowski
Package: debian-installer
Version: 20100211+b1
Severity: wishlist

It would be nice if debian-installer offered extlinux as a bootloader
along with LILO and GRUB.

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#453086: adduser --system --group should ensure uid==gid

2010-07-06 Thread Piotr Lewandowski

* GW , 2010-05-02 05:19:

The documentation of "man adduser" still clearly says what Fab pasted:
"--group
When  combined with --system, a group with the same name and ID as the
system user is created."
For me it seems like a real problem if the program doesn't follow it's
own documentation. So this is a bug.

The attached patch fixes documentation inconsistency.

--
Piotr Lewandowski
--- a/doc/adduser.8	2010-07-06 14:55:48.111263380 +0200
+++ b/doc/adduser.8	2010-07-06 14:56:46.199739403 +0200
@@ -136,7 +136,7 @@
 group.  To place the new system user in an already existing group, use
 the
 .BR \-\-gid " or " \-\-ingroup
-options.  To place the new system user in a new group with the same ID, use
+options.  To place the new system user in a new group with the same name, use
 the
 .B \-\-group
 option.


Bug#587597: cron runs apticron twice a day

2010-06-30 Thread Piotr Lewandowski
Package: apticron
Version: 1.1.42
Severity: normal

apticron provides two files for cron:
 - /etc/cron.daily/apticron
 - /etc/cron.d/apticron

In /etc/cron.daily/apticron apticron is invoked without --cron option
which apparently causes sending mail twice a day.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apticron depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  cron  3.0pl1-113 process scheduling daemon
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  heirloom-mailx [mailx]12.4-2 feature-rich BSD mail(1)
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages apticron recommends:
ii  apt-listchanges   2.84   package change history notificatio
ii  iproute   20100519-2 networking and traffic control too

apticron suggests no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#514644: ipv6: net.ipv6.conf.*.temp_valid_lft counter seems to overflow

2010-06-25 Thread Piotr Lewandowski

tags 514644 - moreinfo
thanks

* Moritz Muehlenhoff , 2010-05-30 23:24:
Hi!


Did you test a current kernel?
Sorry for late response. I haven't had a Debian box in IPv6 network 
around lately. Anyway, both bugs are still present in 2.6.32-5-686.


For the ease of testing, I'm attaching two scripts for both bugs and 
their outputs respectively.


I am not convinced about merging those two bugs (514644 and 514646) - 
IMHO they are related to different issues. But I am not unmerging them 
since I don't want to revert DD's decision.


Big thanks to Marcin Szewczyk for doing actual testing.

--
Piotr Lewandowski


bug514644.sh
Description: Bourne shell script


bug514646.sh
Description: Bourne shell script
net.ipv6.conf.eth0.temp_valid_lft = 10
scope global temporary tentative dynamic 
valid_lft 10sec
scope global temporary dynamic 
valid_lft 9sec
scope global temporary dynamic 
valid_lft 8sec
scope global temporary dynamic 
valid_lft 7sec
scope global temporary dynamic 
valid_lft 6sec
scope global temporary dynamic 
valid_lft 5sec
scope global temporary dynamic 
valid_lft 4sec
scope global temporary dynamic 
valid_lft 3sec
scope global temporary dynamic 
valid_lft 2sec
scope global temporary dynamic 
valid_lft 1sec
scope global temporary dynamic 
valid_lft 0sec
scope global temporary dynamic 
valid_lft forever
scope global temporary dynamic 
valid_lft 4294967294sec
scope global temporary dynamic 
valid_lft 4294967293sec
scope global temporary dynamic 
valid_lft 4294967292sec
scope global temporary dynamic 
valid_lft 4294967291sec
scope global temporary dynamic 
valid_lft 4294967290sec
scope global temporary dynamic 
valid_lft 4294967289sec
scope global temporary dynamic 
valid_lft 4294967288sec
scope global temporary dynamic 
valid_lft 4294967287sec
scope global temporary dynamic 
valid_lft 4294967286sec
scope global temporary dynamic 
valid_lft 4294967285sec
scope global temporary dynamic 
valid_lft 4294967284sec
scope global temporary dynamic 
valid_lft 4294967283sec
net.ipv6.conf.eth0.temp_prefered_lft = 10
scope global temporary dynamic 
preferred_lft 604797sec


Bug#568256: unable to start program

2010-06-22 Thread Piotr Lewandowski

* Julien Lavergne , 2010-02-13 12:44:
Hi Julien!


Version 0.3.2.1-5 have a fix for the error you see.

I confirm that this bug no longer occurs.

Thanks!
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#488408: RFP: smtp-gated -- SMTP transparent proxy

2010-06-22 Thread Piotr Lewandowski

* Piotr Lewandowski , 2008-06-28 19:40:

* Package name: smtp-gated

I am not longer interested in having smtp-gated in Debian, thus closing.

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#472666: ITP: nfsen -- Netflow Sensor

2010-05-13 Thread Piotr Lewandowski

* Erik Wenzel , 2008-03-25 17:29:
Hi Erik!


Package: wnpp
Severity: wishlist
Owner: Erik Wenzel 

* Package name: nfsen


Are you planning to upload this package to unstable before frezee?

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573172: libvirt0: netcat -q option prevents remote connections

2010-03-09 Thread Piotr Lewandowski

* Hans J. Koch , 2010-03-09 16:42:

My nc.openbsd knows about '-q' option:

$ nc.openbsd -h 2>&1 | grep -o -- '-q.*'
-q secs quit after EOF on stdin and delay of secs

Ah, sorry, the server is not a Debian box, it's Fedora (FC12). I think we
shouldn't assume all the world runs Debian. There is only one nc package in
FC12, and it definetly doesn't know -q.
So it's not really a grave bug, is it? 

I'm not saying that your bug is invalid - I just don't belive that the 
package is seriously broken. Feel free to increase severity if you like 
(I am not a maintainer of this package).


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573172: libvirt0: netcat -q option prevents remote connections

2010-03-09 Thread Piotr Lewandowski

severity 573172 normal
thanks

* Hans J. Koch , 2010-03-09 15:44:

Package: libvirt0
Version: 0.7.7-1
Severity: grave
Justification: renders package unusable

When I use virt-manager, every attempt to connect to a remote server ends with

server closed connection: nc: invalid option -- 'q'

The server runs Fedora, with an openbsd nc installed. It knows the option -U
so I don't have the problem reported in #538799. Unfortunately, nc.openbsd
doesn't know -q. On the other hand, nc.traditional knows -q, but not -U.
The usage of both options in one nc commandline completly breaks things.


My nc.openbsd knows about '-q' option:

$ nc.openbsd -h 2>&1 | grep -o -- '-q.*'
-q secs quit after EOF on stdin and delay of secs

$ dpkg -l | grep netcat | cut -c5-64
netcat-openbsd  1.89-3

Thus, lowering severity (the package *is* usable).

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573138: missing /var/run/preseed.last_location if preseed/{run, include, include_command} is not set

2010-03-09 Thread Piotr Lewandowski
Package: preseed
Version: 1.44
Severity: normal

I use preseed_fetch in my preseed/late_command string. Unfortunately if
I want to use relative URL magic I have to use dummy preseed/run script
(or dummy preseed/include). Otherwise preseed.last_location[1] will not
be created and preseed_fetch will fail.

IMHO /var/run/preseed.last_location should be created even if any of
following values are not set:
 - preseed/run
 - preseed/include
 - preseed/include_command

[1] /var/run/preseed.last_location is created in preseed.sh:106 (r62125)

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#572449: should not assume that default SSH user is 'root'

2010-03-04 Thread Piotr Lewandowski
Package: virt-manager
Version: 0.8.3-2
Severity: normal

Hello,

When there is no user specified in SSH location virt-manager assumes that
'root' is the default user.

$ grep -B3 root /usr/share/virt-manager/virtManager/connect.py
if conn == CONN_SSH and '@' in host:
user, host = host.split('@',1)
else:
user = "root"

IMHO, not only this is counter-intuitive (because when I do `ssh `
the assumed user is my local username) but also encourages bad practices
(login as root only to connect to libvirt's UNIX socket).

If user part is omitted, local username should be used instead.

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#572083: outdated documentation of DEFAULT statement

2010-03-01 Thread Piotr Lewandowski
Package: syslinux
Version: 2:3.85+dfsg-1
Severity: normal

Manpage of syslinux states that:

$ man syslinux | grep -B1 'linux auto' | cut -c15-
If no configuration file is present, or no  "default"  entry  is
present in the configuration file, the default is "linux auto".

Meanwhile syslinux 3.85 introduced following change:

$ zgrep -A5 'linux auto' /usr/share/doc/syslinux/changelog.gz  | cut -c4-
We no longer have a built-in default of "linux auto".
Instead, if no DEFAULT or UI statement is found, or the
configuration file is missing entirely, we drop to the boot:
prompt with an error message (if NOESCAPE is set, we stop
with a "boot failed" message; this is also the case for
PXELINUX if the configuration file is not found.)

I think this warrants a separate NEWS entry since it can break some setups.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#572065: displays malformed usage graphs

2010-03-01 Thread Piotr Lewandowski
Package: virt-manager
Version: 0.8.3-2
Severity: minor

CPU and memory usage graphs in host's details are slightly malformed (as
shown on attached screenshot). There is an triangle with inverted
colours on the left side of each graph.

-- System Information:

Versions of packages virt-manager depends on:
ii  librsvg2-common  2.26.0-1SAX-based renderer library for SVG
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-glade22.16.0-2GTK+ bindings: Glade support
ii  python-gnome22.28.0-2Python bindings for the GNOME desk
ii  python-gtk-vnc   0.3.10-2+b1 A VNC viewer widget for GTK+ (Pyth
ii  python-gtk2  2.16.0-2Python bindings for the GTK+ widge
ii  python-libvirt   0.7.6-2 libvirt Python bindings
ii  python-support   1.0.6   automated rebuilding support for P
ii  python-urlgrabber3.1.0-5 A high-level cross-protocol url-gr
ii  python-vte   1:0.22.5-2  Python bindings for the VTE widget
ii  virtinst 0.500.2-1   Programs to create and clone virtu

Versions of packages virt-manager recommends:
pn  libvirt-bin(no description available)

Versions of packages virt-manager suggests:
pn  virt-viewer(no description available)

-- no debconf information
<>

Bug#569348: example debmirror.conf contains useless $dry_run

2010-02-11 Thread Piotr Lewandowski
Package: debmirror
Version: 1:2.4.3
Severity: minor

$ grep dry_run /usr/share/doc/debmirror/examples/debmirror.conf
$dry_run=0;

In contrast to $dry_run_var, this variable has no effect on debmirror.
Please update example accordingly.

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568757: python-xdg: xdg.BaseDirectory doesn’t follow the spec in one corner case

2010-02-08 Thread Piotr Lewandowski
On Sun, Feb 7, 2010 at 4:45 PM, Éric Araujo  wrote:
Hi Éric!
> Attached path fixes this.
Thank you for the bugreport and patch! It will be included in 0.19-2
which (hopefully) will be released soon.

Regards,
-- 
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568757: python-xdg: xdg.BaseDirectory doesn’t follow the spec in one corner case

2010-02-07 Thread Piotr Lewandowski
On 2/7/10, Éric Araujo  wrote:
> Package: python-xdg
> Version: 0.18-1
> Severity: important
> Tags: patch
>
> Hello
>
> According to the XDG BaseDir Spec at
> <http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html>:
>
> If $XDG_DATA_HOME is either not set or empty, a default equal to
> $HOME/.local/share should be used.
>
> However, the Python code contains this, which doesn't do the right thing if
> one var is defined but empty (i.e. it will return an empty sting instead of
> the
> default value):
>
> xdg_data_home = os.environ.get('XDG_DATA_HOME',
> os.path.join(_home, '.local', 'share'))
>
> Attached path fixes this.
>
> Kind regards
>
>
> -- System Information:
> Debian Release: squeeze
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages python-xdg depends on:
> ii  python2.5.4-9An interactive high-level
> object-o
> ii  python-support1.0.6  automated rebuilding support
> for P
>
> python-xdg recommends no packages.
>
> python-xdg suggests no packages.
>
> -- no debconf information
>

-- 
Sent from my mobile device

Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568529: overwrites MBR of installation medium

2010-02-05 Thread Piotr Lewandowski
Package: debian-installer
Severity: grave

During installation of debian squezee using USB flash drive (hd-media)
grub-installer has overwritten its MBR (obviously, it has /dev/sda device
associated with it).

I'm aware that device enumeration issues were reported in #517563 and
#516280 and are present in errata for lenny release RC2, but I believe
that installer should not overwrite installation medium under any
circumstances.

The problem seems to be located in grub-installer script[1]. When
grub-installer/only_debian is set to true the bootdev is set
unconditionally to '(hd0)'. Installer should make sure that this device
is not installation medium by any chance.

I've set severity to grave because of data loss (MBR), but the case is
obviously not so common so feel free to reduce it.

[1] packages/arch/i386/grub-installer/grub-installer

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568256: unable to start program

2010-02-03 Thread Piotr Lewandowski
Package: awn-manager
Version: 0.3.2.1-4
Severity: serious

I'm unable to start awn-manager (in clean sid chroot).

#v+
$ [ -d ~/.gnome2/ ] && echo $? 
0
$ awn-manager 

(awn-manager:16432): libgnomevfs-WARNING **: Unable to create ~/.gnome2 
directory: No such file or directory
process 16432: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or 
directory
See the manual page for dbus-uuidgen to correct this issue.
gconfd-2(2349): Operation not permitted
/usr/share/avant-window-navigator/awn-manager/awnPreferences.py:268: 
DeprecationWarning: raising a string exception is deprecated
  raise "\nKey: [%s]%s isn't set.\nRestarting AWN usually solves this issue\n" 
% (group, key)
Traceback (most recent call last):
  File "/usr/bin/awn-manager", line 220, in 
awnmanager = AwnManager()
  File "/usr/bin/awn-manager", line 136, in __init__
self.prefManager = awnPreferences(self.wTree)
  File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 
100, in __init__
self.setup_chooser(defs.APP, defs.ACTIVE_PNG, 
self.wTree.get_widget("activefilechooser"))
  File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 
254, in setup_chooser
self.load_chooser(group, key, chooser)
  File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 
268, in load_chooser
raise "\nKey: [%s]%s isn't set.\nRestarting AWN usually solves this 
issue\n" % (group, key)

Key: [app]active_png isn't set.
Restarting AWN usually solves this issue
#v-

Restarting AWN doesn't solve the issue.

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568257: `gnome-app-install --selftest` fails

2010-02-03 Thread Piotr Lewandowski
Package: gnome-app-install
Version: 0.5.60.1
Severity: normal

Hello,

# gnome-app-install --selftest
Traceback (most recent call last):
  File "/usr/bin/gnome-app-install", line 30, in 
main()
  File "/usr/share/gnome-app-install/AppInstall/activation.py", line 454, in 
main
app = AppInstall(options, ActivationStyle())
NameError: global name 'AppInstall' is not defined

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568253: should depend on python-glade2

2010-02-03 Thread Piotr Lewandowski
Package: awn-manager
Version: 0.3.2.1-4
Severity: important

After installing awn-manager in clean sid chroot:
#v+
# awn-manager 
No module named glade
#v-

It seems that dependecy on python-glade2 is missing.

#v+
$ apt-cache show awn-manager | grep ^Depends
Depends: python (>= 2.4), gnome-menus, librsvg2-common, python-awn, python-xdg
#v-

-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567978: does not use python-xdg

2010-02-01 Thread Piotr Lewandowski
Package: python-moovida
Version: 1.0.8-1
Severity: normal

Hello,

While your package recommends python-xdg, I could not find any import of
xdg module in the source code (excluding elisa/extern/coherence/xdg.py
which is obviously not a python-xdg module). Please drop recommendation
or use modules provided by the python-xdg.

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567973: do not recommend python-xdg

2010-02-01 Thread Piotr Lewandowski
Package: gdesklets-data
Version: 0.35.6-3
Severity: normal

While your package recommends python-xdg, I could not find any import of xdg
module in the source code.

#v+
$ grep --exclude=[Cc]hange[Ll]og -I -r xdg gdesklets-data-0.35.6/
gdesklets-data-0.35.6/debian/control:python-xdg,
gdesklets-data-0.35.6/debian/control.in:python-xdg,
gdesklets-data-0.35.6/psi-weather/Install_Weather_Sensor.bin:P5pvrKmw3WNhpqoj6+5IFDyZxCc4fA4tT4O/+FOLxZuA4lGvHOOxkBRe5IVuqVvChDxdgcmp3eNV
gdesklets-data-0.35.6/starterbar-desklet-0.31.3/README:the files in the "pyxdg" 
directory for details.
#v-

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567967: do not recommend python-xdg

2010-02-01 Thread Piotr Lewandowski
Package: terminator
Version: 0.14-1
Severity: normal

Hello,

While your package recommends python-xdg, I could not find any import of xdg
module in the source code.

#v+
$ grep -r xdg terminator-0.14/
terminator-0.14/debian/control:Recommends: xdg-utils, python-xdg
terminator-0.14/terminatorlib/terminatorterm.py:  dbg ('openurl: calling 
xdg-open')
terminator-0.14/terminatorlib/terminatorterm.py:  
subprocess.Popen(["xdg-open", url])
terminator-0.14/terminatorlib/terminatorterm.py:  dbg ('openurl: xdg-open 
failed')
#v-

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#562951: setting package to python-xdg pyxdg, tagging 562951, tagging 563660

2010-01-28 Thread Piotr Lewandowski
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# via tagpending 
#
# pyxdg (0.19-1) UNRELEASED; urgency=low
#
#  * New upstream version (closes: #551297, #562951, #563660, #563718).
#

package python-xdg pyxdg
tags 562951 + pending
tags 563660 + pending




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#565288: DEHS: fbcat is ignored despite watch file present in source package

2010-01-14 Thread Piotr Lewandowski

Package: qa.debian.org
Severity: normal

DEHS for fbcat[1] results in page with no results despite watch file 
present in fbcat's source package.


The output is (almost) the same as for any non-existent package[2].

[1] http://dehs.alioth.debian.org/report.php?package=fbcat
[2] http://dehs.alioth.debian.org/report.php?package=nonexistent

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#565156: RFH: fbcat

2010-01-13 Thread Piotr Lewandowski

Package: wnpp
Severity: normal

I would kindly ask framebuffer users to test fbcat on their systems. Due 
to limited hardware base we are unable to check whether fbcat works 
correctly on less popular framebuffers.


If you would like to help us, the following steps should be followed:
1) Make sure that your framebuffer isn't present in our tested.txt[1].
2) Install fbcat on your machine.
3) Do `fbcat >screenshot.ppm` and check whether a PPM image of your
   framebuffer is correctly grabbed.
4) File a bug report (using reportbug) with feedback if it has worked.
   Our bug report script (/usr/share/bug/fbcat) uses fbset to report
   parameters of your framebuffer so make sure that fbset is installed.

If you would like to get a PNG image instead of PPM, you can use fbgrab 
wrapper (which is also provided by fbcat package).


Thank you for your help!

[1] http://code.google.com/p/fbcat/source/browse/doc/tested.txt

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#562217: ITP: jdownloader -- download manager for one-click hosting sites

2009-12-30 Thread Piotr Lewandowski

* Benjamin Drung , 2009-12-23 22:01:

JDownloader is open source (…)
(…) JDownloader is absolutely free of charge (…)

You don't need to include this in a package description (hint: DFSG).


This package contains only a dektop file and a script, which will download and
launch the current JDownloader.

And this is just plain wrong.

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#561977: netris: does not support IPv6

2009-12-21 Thread Piotr Lewandowski

Package: netris
Version: 0.52-7
Severity: wishlist

I'd be nice if netris could connect to IPv6 hosts.

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#559470: FHS-noncompliance: does not cope with missing /var/cache/localepurge

2009-12-04 Thread Piotr Lewandowski

Package: localepurge
Version: 0.6.1
Severity: serious
Justification: Policy 9.1.1

localepurge failed to work when /var/cache/localepurge missing:
#v+
grep: /var/cache/localepurge/localelist: No such file or directory
/usr/sbin/localepurge: line 96: /var/cache/localepurge/localelist-new: No such 
file or directory
#v-

Meanwhile FHS states that:
  Files located under /var/cache may be expired in an application specific
  manner, by the system administrator, or both. The application must always be
  able to recover from manual deletion of these files (generally because of a
  disk space shortage). No other requirements are made on the data format of the
  cache directories.

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#559418: FHS-noncompliance: does not cope with missing /var/cache/etckeeper

2009-12-04 Thread Piotr Lewandowski

Package: etckeeper
Version: 0.41
Severity: serious
Justification: Policy 9.1.1

etckeeper failed to work when /var/cache/etckeeper missing:
/etc/etckeeper/pre-install.d/10packagelist: 3: cannot create 
/var/cache/etckeeper/packagelist.pre-install: Directory nonexistent

Meanwhile FHS states that:
#v+
Files located under /var/cache may be expired in an application specific
manner, by the system administrator, or both. The application must always be
able to recover from manual deletion of these files (generally because of a
disk space shortage). No other requirements are made on the data format of the
cache directories.
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#506834: accessibility: totally mouse dependant

2009-12-03 Thread Piotr Lewandowski

severity 506834 normal
thanks

* Yves-Alexis Perez , 2008-11-25 08:22:

severity 506834 wishlist


Rationale: Debian Policy (12.1)
#v+
Each program, utility, and function should have an associated manual 
page included in the same package.

#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#558438: RFP: ydpy -- command-line interface for Collins and Langenscheidt dictionaries

2009-11-28 Thread Piotr Lewandowski

Package: wnpp
Severity: wishlist

* Package name: ydpy
  Version : 0.1.1
  Upstream Author : Jakub Wilk 
* URL : http://jwilk.net/software/ydpy.html
* License : GPL-2
  Programming Lang: Python
  Description : command-line interface for Collins and Langenscheidt 
dictionaries

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#558437: RFP: pwnsjp -- console-based frontend to the several Polish dictionaries

2009-11-28 Thread Piotr Lewandowski

Package: wnpp
Severity: wishlist

* Package name: pwnsjp
  Version : 0.604
  Upstream Author : Jakub Wilk 
* URL : http://jwilk.net/software/pwnsjp.html
* License : GPL-2
  Programming Lang: C
  Description : console-based frontend to the several Polish dictionaries

pwnsjp is a console-based frontend to the following dictionaries:
 - “Słownik języka polskiego PWN” (3 volumes),
 - “Multimedialny słownik PWN. Frazeologia”,
 - “Multimedialny słownik PWN. Język polski”,
 - “Multimedialny słownik PWN. Wyrazy obce”.

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#472666: ITP: nfsen -- Netflow Sensor

2009-11-26 Thread Piotr Lewandowski

* Erik Wenzel , 2008-03-25 17:29:
Hi Erik,


Package: wnpp
Severity: wishlist
Owner: Erik Wenzel 


Are you still planning to package nfsen?

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#557807: does not start (undefined symbol: vmap)

2009-11-24 Thread Piotr Lewandowski
Package: argus-server
Version: 1:2.0.6.fixes.1-16
Severity: grave
File: /usr/sbin/argus

# /usr/sbin/argus
/usr/sbin/argus: symbol lookup error: /usr/sbin/argus: undefined symbol: vmap

-- System Information:
Versions of packages argus-server depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libpcap0.81.0.0-4system interface for user-level pa
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra
ii  logrotate 3.7.8-4Log rotation utility
ii  net-tools 1.60-23The NET-3 networking toolkit



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#554943: ftp.de.debian.org: desync between rsync and http

2009-11-07 Thread Piotr Lewandowski

Package: mirrors
Severity: important

rsync on ftp.de.debian.org serves file that is almost one week old.

#v+
$ mkdir /tmp/empty

$ rsync -q ftp.de.debian.org::debian-security/dists/lenny/updates/Release 
/tmp/empty/

$ grep ^Date /tmp/empty/Release
Date: Sun, 01 Nov 2009 00:57:27 UTC
#v-

Meanwhile, on HTTP:

#v+
$ curl --silent 
http://ftp.de.debian.org/debian-security/dists/lenny/updates/Release | grep 
^Date
Date: Sat, 07 Nov 2009 00:43:04 UTC
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#554909: mirrors: Please provide AAAA record for ftp.pl.debian.org

2009-11-07 Thread Piotr Lewandowski

Package: mirrors
Severity: wishlist

ftp.pl.debian.org points to ftp.task.gda.pl server. This server also has 
IPv6 connectivity (and  record as well). 

It would be great if  record for f.pl.d.o would be provided. 
Meanwhile, manual override in /etc/hosts works like a charm:


$ grep ftp.pl.debian.org /etc/hosts
2001:4070:1::fafa ftp.pl.debian.org

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#552420: installation errors during upgrade to xml-core=0.13

2009-10-25 Thread Piotr Lewandowski

Package: xml-core
Version: 0.13
Severity: normal

Hi!

During upgrade to 0.13 from 0.12 I've encountered the following errors:

#v+
Preparing to replace xml-core 0.12 (using .../archives/xml-core_0.13_all.deb) 
...

WARNING: You are using the compatibility symlink `update-catalog'.
WARNING: This command will disappear in the future (see #88008).
WARNING: The command is now named `update-sgmlcatalog'.

Use of uninitialized value $add in numeric eq (==) at /usr/sbin/update-catalog 
line 205.
Unpacking replacement xml-core ...
#v-

And later:
#v+
Setting up xml-core (0.13) ...

WARNING: You are using the compatibility symlink `update-catalog'.
WARNING: This command will disappear in the future (see #88008).
WARNING: The command is now named `update-sgmlcatalog'.

Use of uninitialized value $remove in numeric eq (==) at 
/usr/sbin/update-catalog line 205.

WARNING: You are using the compatibility symlink `update-catalog'.
WARNING: This command will disappear in the future (see #88008).
WARNING: The command is now named `update-sgmlcatalog'.

Use of uninitialized value $remove in numeric eq (==) at 
/usr/sbin/update-catalog line 205.

#v-

-- System Information:

Versions of packages xml-core depends on:
ii  sed   4.2.1-3The GNU sed stream editor
ii  sgml-base 1.99.0 SGML infrastructure and SGML catal

Versions of packages xml-core suggests:
ii  debhelper 7.4.3  helper programs for debian/rules

-- no debconf information

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525606: initramfs-tools: update-initramfs breaks if /etc/mtab is a symlink to /proc/mounts

2009-10-16 Thread Piotr Lewandowski
The attached patch fixes the problem for me (udev no longer ships vol_id 
since 146-1).


On the other hand, the submitter seems to have ealier version of udev, 
so i doubt that this patch would solve the problem for him.


--
Piotr Lewandowski
--- /tmp/hook-functions	2009-10-16 22:44:02.303336858 +0200
+++ hook-functions	2009-10-16 22:44:40.0 +0200
@@ -239,7 +239,7 @@
 	# findout root block device + fstype
 	eval "$(mount | awk '/\/dev\// {if ($3 == "/") {print "root=" $1 "\nFSTYPE=" $5; exit}}')"
 	if [ "${root}" = "/dev/root" ] ; then
-		root="/dev/disk/by-uuid/"$(/lib/udev/vol_id --uuid ${root}) 2>/dev/null
+		root="/dev/disk/by-uuid/"$(/sbin/blkid -o value -s UUID ${root}) 2>/dev/null
 	fi
 	root="$(readlink -f ${root})"
 


Bug#548413: /usr/bin/hg: HG(1) missing --config option syntax

2009-09-26 Thread Piotr Lewandowski

Package: mercurial
Version: 1.3.1-1
Severity: wishlist

Manual page for hg should clarify how to set/override config using 
--config option. Currently, there is only a quite short description:


#v+
$ man hg | grep -A1 -- --config
   --config
   set/override config option
#v-

It should at least mention that a dot should be used as a separator 
between config section and a key.


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548382: man debhelper(7): divide DEBHELPER COMMANDS into deprecated and non-deprecated sections

2009-09-25 Thread Piotr Lewandowski

Package: debhelper
Version: 7.4.2
Severity: wishlist

It would be nice if debhelper(7) manual page would provide a clear 
distinction between deprecated and non-deprecated commands.


Maybe a good solution is to split the list into DEBHELPER COMMANDS and 
DEPRECATED DEBHELPER COMMANDS? It would ease the process of learning 
debhelper as deprecated stuff could be ommited without any hassle.


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-25 Thread Piotr Lewandowski

Hi alsa-de...@!

One of the maintainers of alsa-utils package in Debian advised me to ask 
for your help. I've encountered following problem:


#v+
$ amixer -c 0 -q set Mic 0% mute
amixer: Invalid command!
#v-

This command is invoked from /etc/init.d/alsa-utils script during 
system shutdown. Do you have any ideas how to fix that?


Here is some basic info about my hardware:

#v+
$ lspci -v | sed -ne '/Audio/,/^$/p'
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High 
Definition Audio Controller (rev 01)

Subsystem: Hewlett-Packard Company Device 30a2
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f458 (64-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: HDA Intel

$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18a.

$ cat /proc/asound/cards
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf458 irq 16

$ lsmod | grep snd
snd_hda_codec_si3054 3920  1
snd_hda_codec_analog53708  1
snd_hda_intel   22092  0
snd_hda_codec   58808  3 
snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel
snd_hwdep6000  1 snd_hda_codec
snd_pcm 62708  3 
snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec
snd_seq 42120  0
snd_timer   17808  2 snd_pcm,snd_seq
snd_seq_device   6108  1 snd_seq
snd 48420  9 
snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore6204  1 snd
snd_page_alloc   8036  2 snd_hda_intel,snd_pcm
#v-

Notes from the battlefield can be found at Debian BTS #527074[1].

[1] http://bugs.debian.org/527074

Thanks for your help!

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548324: Network.__iter__() returns addresses from outside of specified network

2009-09-25 Thread Piotr Lewandowski
Package: python-ipcalc
Version: 0.3-1
Severity: important

#v+
>>> import ipcalc
>>> print '%s' % list(ipcalc.Network('192.168.0.2/30'))[-1]
192.168.0.5
#v-

192.168.0.5 obviously does not belong to 192.168.0.0/30. 

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#546665: l7-protocols: overwrites user configuration files

2009-09-18 Thread Piotr Lewandowski

* Alan Woodland , 2009-09-17 19:44:

1) /etc/l7-protocols would be a symlink to /usr/share/l7-protocols managed
by maintainer scripts of l7-protocols. It is not clear what to do during
removal (and before purge) - we shouldn't leave a dangling symlink in /etc.

I would avoid this one:
mkdir /etc/l7-protocols/local-custom
# really makes it in /usr/share/l7-protocols is a bad idea

(...)

5) Mark symlinks in /etc/l7-protocols as conffiles. I don't know if it
really would help, though.

To be honest I'm not actually sure what the behaviour would be in that
case either! Would be interesting to try it and see, if it works this
would be quite a good solution.

(...)

I think I'd rank the solutions in order of preference 5 (if it
works!), 2 (adding both locations), 4, 2 (changing the location), 3, 1


Unfortunately, it seems that solutions 5 and 1 are not applicable due to 
#421344[1] (dpkg: does not gracefully handle symlink conffiles). :/


[1] http://bugs.debian.org/421344

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-18 Thread Piotr Lewandowski

* Elimar Riesebieter , 2009-09-18 19:02:

Try this which I found here [0]

##
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-usb-audio

options snd-hda-intel index=0 model=hp-dv5 enable_msi=1
options snd-usb-audio index=1
##


Unfortunately amixer still shouts 'Invalid command!'.

#v+
# modprobe -r snd_hda_intel

# lsmod | grep ^snd_hda_intel

# modprobe snd-hda-intel index=0 model=hp-dv5 enable_msi=1

# lsmod | grep ^snd_hda_intel
snd_hda_intel  22192  0

# amixer -c 0 -q set Mic 0% mute
amixer: Invalid command!
#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#547298: provides useless BUGS file

2009-09-18 Thread Piotr Lewandowski
Package: pssh
Version: 1.4.3-1
Severity: minor

#v+
$ cat /usr/share/doc/pssh/BUGS 
-*- text -*-
#v-

Seems pretty useless to me. :)

Regards,
-- 
Piotr Lewandowski



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545375: ITP: fbcat -- framebuffer grabber

2009-09-06 Thread Piotr Lewandowski

Package: wnpp
Severity: wishlist
Owner: Piotr Lewandowski 


* Package name: fbcat
  Version : 0.2
  Upstream Author : Jakub Wilk, Piotr Lewandowski
* URL : http://fbcat.googlecode.com/
* License : GPLv2
  Programming Lang: C
  Description : framebuffer grabber

fbcat grabs an image of a framebuffer and stores in a PPM file.
.
This package also provides a compatibility wrapper around fbcat to ease 
mirgration from fbgrab.


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545074: ftp.ipv6.debian.org is provides incorrect Packages.*

2009-09-04 Thread Piotr Lewandowski

Package: mirrors
Severity: normal

This bug affects other packages too (e.g. debhelper).

#v+
$ wget -q -O - 
http://ftp.debian.org/debian/dists/unstable/main/binary-i386/Packages.bz2 | 
bzgrep -m1 -A6 '^Package: debhelper$' | egrep '^(Package|Version):'
Package: debhelper
Version: 7.4.0

$ curl -s -I 
http://ftp.ipv6.debian.org/debian/pool/main/d/debhelper/debhelper_7.4.0_all.deb 
| head -1
HTTP/1.1 200 OK

$ wget -q -O - 
http://ftp.ipv6.debian.org/debian/dists/unstable/main/binary-i386/Packages.bz2 
| bzgrep -m1 -A6 '^Package: debhelper$' | egrep '^(Package|Version):'
Package: debhelper
Version: 7.3.16

$ curl -s -I 
http://ftp.ipv6.debian.org/debian/pool/main/d/debhelper/debhelper_7.3.16_all.deb
 | head -1
HTTP/1.1 404 Not Found
#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545074: mirrors: ftp.ipv6.debian.org is provides incorrect Packages.*

2009-09-04 Thread Piotr Lewandowski

Package: mirrors
Severity: important

ftp.ipv6.debian.org provides outdated Packages.* since yesterday (at least).

#v+
$ wget -q -O - 
http://ftp.debian.org/debian/dists/unstable/main/binary-i386/Packages.bz2 | 
bzgrep -m1 -A6 '^Package: apt$' | egrep '^(Package|Version):'
Package: apt
Version: 0.7.23.1

$ wget -q -O - 
http://ftp.ipv6.debian.org/debian/dists/unstable/main/binary-i386/Packages.bz2 
| bzgrep -m1 -A6 '^Package: apt$' | egrep '^(Package|Version):'
Package: apt
Version: 0.7.23

$ curl -s -I 
http://ftp.ipv6.debian.org/debian/pool/main/a/apt/apt_0.7.23_i386.deb | head -n1
HTTP/1.1 404 Not Found
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545041: debhelper: manpages for dh_* should provide FILES section

2009-09-04 Thread Piotr Lewandowski

Package: debhelper
Severity: wishlist

Manpages for dh_* should provide FILES section since it's not always
obvious which dh_* scripts use which files.

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542509: gnupg2: too noisy despite --quiet option

2009-09-02 Thread Piotr Lewandowski

* Daniel Leidert , 2009-08-28 02:26:

To make gnupg(2) really quiet, you usually need --batch and --no-tty.
AFAIK both --batch and --no-tty will prevent gpg from asking for 
password. This is not desirable when you want to invoke gpg 
interactively.



The --quiet option is described as "Try to be as quiet as possible."
This already implies, that you will still get some output. So "too
noisy" does not really describe a bug here.
While there is no explicit rules how programs should implement --quiet 
option, there is a de facto standard that it leaves only error messages 
left, stripping out avoidable output.



To avoid any output, use the --no-tty switch.
I don't want to avoid _any_ output. I just want to avoid purely 
informational messages, keeping error and interactive messages intact.


Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-27 Thread Piotr Lewandowski

* Elimar Riesebieter , 2009-08-27 10:06:

Do you need the modem snd_hda_codec_si3054?

No.


You can try the following:
Create the file /etc/modprobe.d/sound.conf:

###
blacklist snd-hda-codec-si3054

alias snd-card-0   snd-hda-intel
options snd-hda-intel  index=0
options snd-hda-intel  model=hp
###

I'm afraid that it didn't work.

#v+
# cat /etc/modprobe.d/sound.conf
blacklist snd-hda-codec-si3054

alias snd-card-0   snd-hda-intel
options snd-hda-intel  index=0
options snd-hda-intel  model=hp

# alsa force-reload
Unloading ALSA sound driver modules: snd-hda-codec-analog snd-hda-intel 
snd-hda-codec snd-hwdep snd-pcm snd-seq snd-timer snd-seq-device snd-page-alloc 
(failed: modules still loaded: snd-hda-codec-analog snd-hda-codec snd-hwdep 
snd-pcm snd-timer snd-page-alloc).
Loading ALSA sound driver modules: snd-hda-codec-analog snd-hda-intel 
snd-hda-codec snd-hwdep snd-pcm snd-seq snd-timer snd-seq-device snd-page-alloc.

# alsactl init
Unknown hardware: "HDA-Intel" "Analog Devices AD1981" "HDA:11d41981,103c30a2,00100200 
HDA:11c13026,103c30a2,00100700" "0x103c" "0x30a2"
Hardware is initialized using a guess method
/usr/share/alsa/init/default:51: control element not found
/usr/share/alsa/init/default:52: missing closing brace for format
/usr/share/alsa/init/default:52: error parsing CTL attribute
/usr/share/alsa/init/default:52: invalid rule

# invoke-rc.d alsa-utils stop
Shutting down ALSA...amixer: Invalid command!
done.

# invoke-rc.d alsa-utils start
Setting up ALSA...done.

# lsmod | grep snd
snd_seq42436  0
snd_seq_device  6136  1 snd_seq
snd_hda_intel  22192  0
snd_hda_codec_analog53456  1
snd_hda_codec  63580  2 snd_hda_intel,snd_hda_codec_analog
snd_hwdep   6120  1 snd_hda_codec
snd_pcm62420  2 snd_hda_intel,snd_hda_codec
snd_timer  17436  2 snd_seq,snd_pcm
snd49060  8 
snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec_analog,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore   6184  1 snd
snd_page_alloc  8180  2 snd_hda_intel,snd_pcm
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-26 Thread Piotr Lewandowski

* Elimar Riesebieter , 2009-08-26 22:08:

* Piotr Lewandowski [090826 20:42 +0200]

* Daniel T Chen , 2009-05-15 16:50:
>tags 527074 + moreinfo
>thanks
>
>We need your amixer output.

Here you go:


Hmm, nothing far out. Could you please do as follows:

# rm /var/lib/alsa/asound.state
# alsamixer
 set volume et cetera...
# alsactl init
 ???
# alsactl store
# invoke-rc.d alsa-utils stop
 ???
# invoke-rc.d alsa-utils start
 ???


Sure.

#v+
# rm /var/lib/alsa/asound.state

# alsamixer

# alsactl init
Unknown hardware: "HDA-Intel" "Analog Devices AD1981" "HDA:11d41981,103c30a2,00100200 
HDA:11c13026,103c30a2,00100700" "0x103c" "0x30a2"
Hardware is initialized using a guess method
/usr/share/alsa/init/default:51: control element not found
/usr/share/alsa/init/default:52: missing closing brace for format
/usr/share/alsa/init/default:52: error parsing CTL attribute
/usr/share/alsa/init/default:52: invalid rule

# alsactl store

# invoke-rc.d alsa-utils stop
Shutting down ALSA...amixer: Invalid command!
done.

# invoke-rc.d alsa-utils start
Setting up ALSA...done.
#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-26 Thread Piotr Lewandowski

* Daniel T Chen , 2009-05-15 16:50:

tags 527074 + moreinfo
thanks

We need your amixer output.


Here you go:

#v+
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 63
  Mono:
  Front Left: Playback 63 [100%] [3.00dB] [on]
  Front Right: Playback 63 [100%] [3.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 16 [52%] [-10.50dB] [on]
  Front Right: Playback 16 [52%] [-10.50dB] [on]
Simple mixer control 'Mic',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [on]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 3 [100%]
  Front Right: 3 [100%]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 0 [0%] [0.00dB] [on]
  Front Right: Capture 0 [0%] [0.00dB] [on]
Simple mixer control 'Mix',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Beep',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 15
  Mono: Playback 0 [0%] [-45.00dB] [off]
Simple mixer control 'Caller ID',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Digital',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 120 [100%] [30.00dB]
  Front Right: Capture 120 [100%] [30.00dB]
Simple mixer control 'Docking-Station',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Internal Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 3 [100%]
  Front Right: 3 [100%]
Simple mixer control 'Off-hook',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525606: initramfs-tools: update-initramfs breaks if /etc/mtab is a symlink to /proc/mounts

2009-08-25 Thread Piotr Lewandowski

* maximilian attems , 2009-05-04 17:46:

please send belows log as the output of
sh -x mkinitramfs -o /tmp/fooo > /tmp/log >/dev/null 2>&1


I believe you rather wanted to see results of:
bash -x mkinitramfs -o /dev/null >/tmp/trace.log 2>&1

I've attached them for further analysis.

--
Piotr Lewandowski
+ umask 0022
+ export PATH=/usr/bin:/sbin:/bin
+ PATH=/usr/bin:/sbin:/bin
+ keep=n
+ CONFDIR=/etc/initramfs-tools
+ verbose=n
+ errors_to='2>/dev/null'
+ BUSYBOXDIR=/bin
++ getopt -o d:ko:r:v -n mkinitramfs -- -o /dev/null
+ OPTIONS=' -o '\''/dev/null'\'' --'
+ '[' 0 '!=' 0 ']'
+ eval set -- ' -o '\''/dev/null'\'' --'
++ set -- -o /dev/null --
+ true
+ case "$1" in
+ outfile=/dev/null
+ shift 2
+ true
+ case "$1" in
+ shift
+ break
+ . /usr/share/initramfs-tools/scripts/functions
+ . /usr/share/initramfs-tools/hook-functions
+ . /etc/initramfs-tools/initramfs.conf
++ MODULES=dep
++ BUSYBOX=y
++ KEYMAP=n
++ BOOT=local
++ DEVICE=eth0
++ NFSROOT=auto
+ EXTRA_CONF=
+ for i in '/usr/share/initramfs-tools/conf.d/*' '${CONFDIR}/conf.d/*'
++ basename '/usr/share/initramfs-tools/conf.d/*'
++ grep '^[[:alnum:]][[:alnum:]\._-]*$'
++ grep -v '\.dpkg-.*$'
+ EXTRA_CONF=' '
+ for i in '/usr/share/initramfs-tools/conf.d/*' '${CONFDIR}/conf.d/*'
++ basename /etc/initramfs-tools/conf.d/resume
++ grep '^[[:alnum:]][[:alnum:]\._-]*$'
++ grep -v '\.dpkg-.*$'
+ EXTRA_CONF='  resume'
+ for i in '${EXTRA_CONF}'
+ '[' -e /etc/initramfs-tools/conf.d/resume ']'
+ . /etc/initramfs-tools/conf.d/resume
++ RESUME=UUID=d2f433c2-1bdf-4ebb-9d79-d13aac537adc
+ for i in '/usr/share/initramfs-tools/conf-hooks.d/*'
+ '[' -e '/usr/share/initramfs-tools/conf-hooks.d/*' ']'
+ '[' -n '' ']'
+ '[' -z /dev/null ']'
+ touch /dev/null
++ readlink -f /dev/null
+ outfile=/dev/null
+ '[' 0 -ne 1 ']'
++ uname -r
+ version=2.6.30-1-686
+ check_minkver 2.6.30-1-686
+ local curversion initdir DPKG_ARCH minversion cm_x tmp
+ curversion=2.6.30-1-686
+ initdir=
+ '[' -z '' ']'
+ case ${DPKG_ARCH} in
+ minversion=2.6.12
+ dpkg --compare-versions 2.6.30-1-686 lt 2.6.12
+ return 0
+ check_minkver 2.6.30-1-686 /usr/share/initramfs-tools/hooks
+ local curversion initdir DPKG_ARCH minversion cm_x tmp
+ curversion=2.6.30-1-686
+ initdir=/usr/share/initramfs-tools/hooks
+ '[' -z /usr/share/initramfs-tools/hooks ']'
+ set_initlist
+ unset initlist
+ for si_x in '${initdir}/*'
+ '[' /usr/share/initramfs-tools/hooks/kernelextras = 
'/usr/share/initramfs-tools/hooks/*' ']'
+ case ${si_x#${initdir}/} in
+ '[' '!' -x /usr/share/initramfs-tools/hooks/kernelextras ']'
+ '[' -d /usr/share/initramfs-tools/hooks/kernelextras ']'
+ initlist=' kernelextras'
+ for si_x in '${initdir}/*'
+ '[' /usr/share/initramfs-tools/hooks/keymap = 
'/usr/share/initramfs-tools/hooks/*' ']'
+ case ${si_x#${initdir}/} in
+ '[' '!' -x /usr/share/initramfs-tools/hooks/keymap ']'
+ '[' -d /usr/share/initramfs-tools/hooks/keymap ']'
+ initlist=' kernelextras keymap'
+ for si_x in '${initdir}/*'
+ '[' /usr/share/initramfs-tools/hooks/thermal = 
'/usr/share/initramfs-tools/hooks/*' ']'
+ case ${si_x#${initdir}/} in
+ '[' '!' -x /usr/share/initramfs-tools/hooks/thermal ']'
+ '[' -d /usr/share/initramfs-tools/hooks/thermal ']'
+ initlist=' kernelextras keymap thermal'
+ for si_x in '${initdir}/*'
+ '[' /usr/share/initramfs-tools/hooks/udev = 
'/usr/share/initramfs-tools/hooks/*' ']'
+ case ${si_x#${initdir}/} in
+ '[' '!' -x /usr/share/initramfs-tools/hooks/udev ']'
+ '[' -d /usr/share/initramfs-tools/hooks/udev ']'
+ initlist=' kernelextras keymap thermal udev'
+ for cm_x in '${initlist}'
++ sed '/^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$//' 
/usr/share/initramfs-tools/hooks/kernelextras
+ minver=
+ '[' -z '' ']'
+ continue
+ for cm_x in '${initlist}'
++ sed '/^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$//' 
/usr/share/initramfs-tools/hooks/keymap
+ minver=
+ '[' -z '' ']'
+ continue
+ for cm_x in '${initlist}'
++ sed '/^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$//' 
/usr/share/initramfs-tools/hooks/thermal
+ minver=
+

Bug#542509: gnupg2: too noisy despite --quiet option

2009-08-19 Thread Piotr Lewandowski

Package: gnupg2
Version: 2.0.11-1
Severity: normal

#v+
$ gpg2 --quiet --decrypt /dev/null
gpg: anonymous recipient; trying secret key DEADBEEF ...
gpg: okay, we are the anonymous recipient.
#v-

It contrasts with:
#v+
$ man gpg2 | grep -B1 -- 'as quiet as possible'
   -q, --quiet
  Try to be as quiet as possible.
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542474: python-xdg: Please add Homepage: field

2009-08-19 Thread Piotr Lewandowski

Package: python-xdg
Version: 0.15-1.1
Severity: minor

Please add Homepage: field to debian/control:
#v+
Homepage: http://www.freedesktop.org/wiki/Software/pyxdg
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542471: python-xdg: s/python/Python/ in the package description

2009-08-19 Thread Piotr Lewandowski

Package: python-xdg
Version: 0.15-1.1
Severity: minor

Please capitalize Python in order to adhere to PSF Trademark Usage 
Policy[1].


[1] http://www.python.org/psf/trademarks/

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542307: farpd: refuses to run on interface with no IP address

2009-08-18 Thread Piotr Lewandowski

Package: farpd
Version: 0.2-9
Severity: normal

farpd won't run unless an IP address is assigned to the selected 
interface.


#v+
# ip link show eth1 | grep ether | tr '[0-9]' 'f'
link/ether ff:ff:fe:ff:fb:ff brd ff:ff:ff:ff:ff:ff

# /usr/sbin/farpd -i eth1 10.0.0.0/8
farpd: bad interface configuration: not IP or Ethernet

# ip address add 10.10.10.10/24 dev eth1

# /usr/sbin/farpd -i eth1 10.0.0.0/8
arpd[8786]: listening on eth1: arp and (dst net 10.0.0.0/8) and not ether src 
00:16:3e:3f:3b:f3
#v-

As a workaround for this bug an IP address can be removed from the 
interface _after_ the start of farpd.


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540288: fetchmail: new version is available

2009-08-06 Thread Piotr Lewandowski

Package: fetchmail
Severity: normal

Fetchmail 6.3.11 is available[1].

[1] http://fetchmail.info/

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#507623: logcheck/ignore.d.server/uw-imapd doesn't cover host=SSH_CLIENT=

2009-08-04 Thread Piotr Lewandowski

tag 507623 patch
thanks

Attached patch should fix that problem. I don't have logcheck installed 
anymore, so please test it before inclusion.


--
Piotr Lewandowski
--- uw-imapd	2009-08-04 23:47:15.988280991 +0200
+++ /etc/logcheck/ignore.d.server/uw-imapd	2009-08-04 23:47:31.429245991 +0200
@@ -1,5 +1,5 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: (Broken pipe|Command stream end of file|Connection (reset by peer|timed out)|No route to host|Transport endpoint is not connected)(,)? while (reading (authentication|line|literal|char)|writing text) (user=[^[:space:]]+ )?host=(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: (Broken pipe|Command stream end of file|Connection (reset by peer|timed out)|No route to host|Transport endpoint is not connected)(,)? while (reading (authentication|line|literal|char)|writing text) (user=[^[:space:]]+ )?host=(SSH_CLIENT=)?(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: (connect|(port (143|220)|imap(s SSL)?) service init) from [^[:space:]]+( \([\.0-9]+\))?$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: Killed \(lost mailbox lock\) user=[^[:space:]]+ host=(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: (Login|Auth|(A|Prea)uthenticated|Logout|Autologout) user=[^[:space:]]+ host=(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)( nmsgs=[/0-9]+( ndele=[0-9]+)?)?$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: Moved [0-9]+ bytes of new mail to [^[:space:]]+ from [^[:space:]]+ host= (([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: Killed \(lost mailbox lock\) user=[^[:space:]]+ host=(SSH_CLIENT=)?(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: (Login|Auth|(A|Prea)uthenticated|Logout|Autologout) user=(SSH_CLIENT=)?[^[:space:]]+ host=(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)( nmsgs=[/0-9]+( ndele=[0-9]+)?)?$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd\[[0-9]+\]: Moved [0-9]+ bytes of new mail to [^[:space:]]+ from [^[:space:]]+ host= (SSH_CLIENT=)?(([^[:space:]]+ )?\[[\.0-9]+\]|NON-IPv4|UNKNOWN)$


Bug#537487: opencity: segfaults at start

2009-08-04 Thread Piotr Lewandowski

* Gonéri Le Bouder , 2009-08-04 22:43:

If this package is required to run opencity, doesn't it
should be included in Depends:? Otherwise, opencity
shouldn't segfault in the first place.


xserver-xorg has already a dependency on libgl1-mesa-dri. I
don't think we need a dependency between x11 server and a
software. It's like DB and a webapp. Both can be installed on
a different machine.


I agree with you completely when it comes to dependency issues. OTOH I 
still believe that opencity should gracefully exit when libgl1-mesa-dri 
is not installed. Segfault is just not the most user-friendly behaviour. 


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537487: opencity: segfaults at start

2009-08-04 Thread Piotr Lewandowski

reopen 537487
thanks

* Gonéri Le Bouder , 2009-08-04 11:12:

After installing libgl1-mesa-dri opencity has stopped
segfaulting.
Thank you for the hint.

Thank you Piotr for the feedback. I close the bug.
If this package is required to run opencity, doesn't it should be 
included in Depends:? Otherwise, opencity shouldn't segfault in the 
first place.


Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#539808: sec: new upstream version is available (2.5.2)

2009-08-03 Thread Piotr Lewandowski

Package: sec
Severity: normal

New upstream version is available at http://kodu.neti.ee/~risto/sec/

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537487: opencity: segfaults at start

2009-08-03 Thread Piotr Lewandowski

* Gonéri Le Bouder , 2009-08-03 17:54:

I tried on a 3th computers and I still can't reproduct the
problem :(. Can you
try to rename your ~/.opencity directory.

Sure, but it still segfaults. I'm pasting gdb backtrace
(with libc6-dbg �installed this time).�

Just in case, can you send back the return of " dpkg -l|grep
libsdl" and of "glxinfo |grep GLX_EXT_visual_rating"


#v+
$ dpkg -l | grep libsdl | cut -c-60
ii  libsdl-image1.2  1.2.7-1
ii  libsdl-mixer1.2  1.2.8-6
ii  libsdl-net1.21.2.7-2
ii  libsdl1.2debian  1.2.13-4+b1
ii  libsdl1.2debian-alsa 1.2.13-4+b1


$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
#v-

After installing libgl1-mesa-dri opencity has stopped segfaulting.
Thank you for the hint.

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537487: opencity: segfaults at start

2009-08-02 Thread Piotr Lewandowski

* Gonéri Le Bouder , 2009-08-02 04:29:

I tried on a 3th computers and I still can't reproduct the problem :(. Can you
try to rename your ~/.opencity directory.
Sure, but it still segfaults. I'm pasting gdb backtrace (with libc6-dbg  
installed this time).


#v+
$ cd $HOME

$ stat .opencity
stat: cannot stat `.opencity': No such file or directory

$ gdb -quiet opencity
(no debugging symbols found)
(gdb) run
Starting program: /usr/games/opencity 
[Thread debugging using libthread_db enabled]

Welcome to opencity version 0.0.6stable
Copyright (C) by Duong Khang NGUYEN. All rights reserved.
   web  : http://www.opencity.info
   email: neoneurone @ gmail com

This program is released under the terms of
GNU General Public License (See the COPYING file for more details)

Starting OpenCity standalone/client application...

 Failed to initialized BinReloc routines to search for the datadir. The 
error was: 4
 Failed to initialized BinReloc routines to search for the confdir. The 
error was: 4
 Detected data directory   : /usr/share/games/opencity/
 Detected config directory : /etc/opencity/
 Detected save directory   : /home/pl/.opencity/
 Reading XML config file: "/etc/opencity/config/opencity.xml"
 Loading default OpenGL driver...

Program received signal SIGSEGV, Segmentation fault.
0xb7b879f0 in *__GI_strstr (haystack_start=0x0, needle_start=0xb7f878b9 
"GLX_EXT_visual_rating")
at strstr.c:58
58  strstr.c: No such file or directory.
  in strstr.c
(gdb) bt full
#0  0xb7b879f0 in *__GI_strstr (haystack_start=0x0, needle_start=0xb7f878b9 
"GLX_EXT_visual_rating")
at strstr.c:58
haystack = 
needle = 
needle_len = 
haystack_len = 
ok = 
#1  0xb7f5f557 in ?? () from /usr/lib/libSDL-1.2.so.0
No symbol table info available.
#2  0xb7f5fd18 in ?? () from /usr/lib/libSDL-1.2.so.0
No symbol table info available.
#3  0xb7f65ff6 in ?? () from /usr/lib/libSDL-1.2.so.0
No symbol table info available.
#4  0xb7f529d0 in SDL_SetVideoMode () from /usr/lib/libSDL-1.2.so.0
No symbol table info available.
#5  0x08073a1b in ?? ()
No symbol table info available.
#6  0x08074158 in ?? ()
No symbol table info available.
#7  0x08075e89 in ?? ()
No symbol table info available.
#8  0xb7b267a5 in __libc_start_main (main=0x8075b90, argc=1, ubp_av=0xb4a4, init=0x80c5d60, 
fini=0x80c5d50, rtld_fini=0xb7ff06e0 <_dl_fini>, stack_end=0xb49c) at libc-start.c:222

result = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1211715596, 135028064, 134535424, -1073744776, 
779332457, -1252704391}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0xb7ff57c0, 
  0xb7b266cd}, data = {prev = 0x0, cleanup = 0x0, canceltype = -1208002624}}}

not_first_call = 
#9  0x0804d921 in ?? ()
No symbol table info available.
#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537487: opencity: segfaults at start

2009-07-24 Thread Piotr Lewandowski

* Gonéri Le Bouder , 2009-07-24 22:40:
Hello,

I can't reproduct that here. What Xorg driver do you use and with 
what Mesa version?

#v+
$ apt-cache policy libgl1-mesa-glx | grep Installed
 Installed: 7.5-2
$ apt-cache policy xserver-xorg-video-intel | grep Installed
 Installed: 2:2.8.0-1
#v-

I've exactly the same packages here and it works.

nc10:~$ lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile
945GME Express Integrated Graphics Controller (rev 03)


#v+
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
#v-


Was the game working with xserver-xorg-video-intel 2.7.1-1?
Unfortunately, I don't know. This version of the package is no longer 
available in Debian repositories, so I can't check it out.


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537487: opencity: segfaults at start

2009-07-24 Thread Piotr Lewandowski

* Gonéri Le Bouder , 2009-07-24 12:30:
Hello,


I can't reproduct that here. What Xorg driver do you use and
with what Mesa version?


#v+
$ apt-cache policy libgl1-mesa-glx | grep Installed
  Installed: 7.5-2
$ apt-cache policy xserver-xorg-video-intel | grep Installed
  Installed: 2:2.8.0-1
#v-

Regards,
--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537621: openbox-session does not respect $XDG_CONFIG_HOME

2009-07-19 Thread Piotr Lewandowski

Package: openbox
Version: 3.4.7.2-4
Severity: minor

/usr/bin/openbox-session does not respect $XDG_CONFIG_HOME environment
variable[1] when it comes to autostart.sh location. The attached patch
fixes it.

[1] http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html

--
Piotr Lewandowski
--- data/xsession/openbox-session.in.orig	2009-07-19 19:21:38.949853645 +0200
+++ data/xsession/openbox-session.in	2009-07-19 19:22:14.421299337 +0200
@@ -7,7 +7,7 @@
   exit
 fi
 
-AUTOSTART="$HOME/.config/openbox/autostart.sh"
+AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart.sh"
 GLOBALAUTOSTART="@configdir@/openbox/autostart.sh"
 
 if test -e $AUTOSTART; then


Bug#537487: opencity: segfaults at start

2009-07-18 Thread Piotr Lewandowski

Package: opencity
Version: 0.0.6.1stable-5
Severity: important

#v+
$ opencity 


Welcome to opencity version 0.0.6stable
Copyright (C) by Duong Khang NGUYEN. All rights reserved.
   web  : http://www.opencity.info
   email: neoneurone @ gmail com

This program is released under the terms of
GNU General Public License (See the COPYING file for more details)

Starting OpenCity standalone/client application...

 Failed to initialized BinReloc routines to search for the 
datadir. The error was: 4
 Failed to initialized BinReloc routines to search for the 
confdir. The error was: 4

 Detected data directory   : /usr/share/games/opencity/
 Detected config directory : /etc/opencity/
 Detected save directory   : /home/pl/.opencity/
 Reading XML config file: "/etc/opencity/config/opencity.xml"
 Loading default OpenGL driver...
Segmentation fault
#v-

#v+
(gdb) bt
#0  0xb7c259c0 in strstr () from /lib/i686/cmov/libc.so.6
#1  0xb7ffd557 in ?? () from /usr/lib/libSDL-1.2.so.0
#2  0xb7ffdd18 in ?? () from /usr/lib/libSDL-1.2.so.0
#3  0xb8003ff6 in ?? () from /usr/lib/libSDL-1.2.so.0
#4  0xb7ff09d0 in SDL_SetVideoMode () from /usr/lib/libSDL-1.2.so.0
#5  0x08073a1b in ?? ()
#6  0x08074158 in ?? ()
#7  0x08075e89 in ?? ()
#8  0xb7bc4775 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#9  0x0804d921 in ?? ()
#v-

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages opencity depends on:
ii  libc62.9-20  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.0-11  GCC support library
ii  libgl1-mesa-glx [libgl1] 7.5~rc4-1   A free implementation of the OpenG
ii  libglu1-mesa [libglu1]   7.4.4-1 The OpenGL utility library (GLU)
ii  libpng12-0   1.2.37-1PNG library - runtime
ii  libsdl-image1.2  1.2.6-3 image loading library for Simple D
ii  libsdl-mixer1.2  1.2.8-6 mixer library for Simple DirectMed
ii  libsdl-net1.21.2.7-2 network library for Simple DirectM
ii  libsdl1.2debian  1.2.13-4+b1 Simple DirectMedia Layer
ii  libstdc++6   4.4.0-11The GNU Standard C++ Library v3
ii  opencity-data0.0.6.1stable-5 data for opencity, a 3D city simul

opencity recommends no packages.

opencity suggests no packages.

-- no debconf information

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#533520: mutt: fails to highlight some signatures

2009-06-18 Thread Piotr Lewandowski

* Piotr Lewandowski , 2009-06-18 12:43:

You can easily reporduce this misbehaviour using the attached mbox.
Due to 'From' escaping I'm attaching the mbox once again (gzipped 
version).


--
Piotr Lewandowski


proof.mbox.gz
Description: Binary data


Bug#533520: mutt: fails to highlight some signatures

2009-06-18 Thread Piotr Lewandowski

Package: mutt
Version: 1.5.20-1
Severity: minor

Mutt sometimes fails to highlight signatures in messages. You can easily 
reporduce this misbehaviour using the attached mbox.


-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.30-1-686 (i686)
ncurses: ncurses 5.7.20090523 (compiled with 5.7)
libidn: 1.15 (compiled with 1.15)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Aug 27 2008 09:23:18)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL

SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to .
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mutt depends on:
ii  libc62.9-15  GNU C Library: Shared libraries
ii  libcomerr2   1.41.6-1common error description library
ii  libgdbm3 1.8.3-4 GNU dbm database routines (runtime
ii  libgnutls26  2.8.1-1 the GNU TLS library - runtime libr
ii  libgpg-error01.6-1   library for common error values an
ii  libgpgme11   1.1.8-2 GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k
ii  libidn11 1.15-1  GNU Libidn library, implementation
ii  libk5crypto3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - C
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libncursesw5 5.7+20090523-1  shared libraries for terminal hand
ii  libsasl2-2   2.1.23.dfsg1-1  Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  esmtp-run [mail-transport 0.6.0-1User configurable relay-only MTA
ii  libsasl2-modules  2.1.23.dfsg1-1 Cyrus SASL - pluggable authenticat
ii  locales   2.9-16 GNU C Library: National Language (
ii  mime-support  3.44-1 MIME files 'mime.types' & 'mailcap

Versions of packages mutt suggests:
pn  aspell | ispell(no description available)
ii  ca-certificates   20081127   Common CA certificates
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
pn  mixmaster  (no description available)
ii  openssl   0.9.8k-3   Secure Socket Layer (SSL) binary a
ii  urlview   0.9-18 Extracts URLs from text

Versions of packages mutt is related to:
ii  mutt  1.5.20-1   text-based mailreader supporting M
pn  mutt-dbg   (no description available)
pn  mutt-patched   (no description available)

-- no debconf information

--
Piotr Lewandowski
>From test  Tue Jan 1 00:00:00 1970
Mime-Version: 1.0
Content-Type: text/plain; format=flowed

-- 
highlighted signature
>From test  Tue Jan 1 00:00:00 1970

-- 
non-highlighted signature


Bug#528672: /usr/bin/smime_keys: manpage missing for smime_keys

2009-05-14 Thread Piotr Lewandowski

Package: mutt
Version: 1.5.19-2
Severity: normal
File: /usr/bin/smime_keys

mutt package violates Debian Policy (12.1) by not providing manpage for 
smime_keys.


--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#528457: typo in iptables(8)

2009-05-12 Thread Piotr Lewandowski

Package: iptables
Version: 1.4.3.2-2
Severity: minor

#v+
$ man iptables | grep -w checiking | cut -c-48
  The address type checiking can be
#v-

s/checiking/checking/

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527931: gnupg2: does not respect $TMPDIR

2009-05-09 Thread Piotr Lewandowski

Package: gnupg-agent
Version: 2.0.11-1
Severity: normal

#v+
gnupg2-2.0.11$ grep -or '"/tmp/.*"' .
./agent/gpg-agent.c:"/tmp/gpg-XX/S.gpg-agent"
./agent/gpg-agent.c:"/tmp/gpg-XX/S.gpg-agent.ssh"
./tools/gpgsm-gencert.sh:"/tmp/gpgsm.XX"
./tools/gpgsm-gencert.sh:"/tmp/gpgsm.XX"
./tools/sockprox.c:"/tmp/prot"
./tools/symcryptrun.c:"/tmp/gpg-XX"
./tools/applygnupgdefaults:"/tmp/$PGM.$$.log"
./scd/scdaemon.c:"/tmp/gpg-XX/S.scdaemon"
./scd/scdaemon.c:"/tmp/gpg-XX/S.scdaemon"
#v-

Note that "/tmp/prot" in tools/sockprox.c is harmless since it is a part 
of the comment.


Rationale: http://www.opengroup.org/onlinepubs/95399/xrat/xbd_chap10.html

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527837: /usr/lib/gcc/i486-linux-gnu/4.4: ships with broken symlink

2009-05-08 Thread Piotr Lewandowski

Package: gcc-4.4-base
Version: 4.4.0-4
Severity: minor
File: /usr/lib/gcc/i486-linux-gnu/4.4

/usr/lib/gcc/i486-linux-gnu/4.4/4.4 is a self-pointing symlink.

#v+
$ cd /usr/lib/gcc/i486-linux-gnu/4.4/4.4
-bash: cd: /usr/lib/gcc/i486-linux-gnu/4.4/4.4: Too many levels of symbolic 
links
#v-

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527451: vlock: Please do not sleep() after unsucessful authentication

2009-05-07 Thread Piotr Lewandowski

Package: vlock
Version: 2.2.2-3
Severity: wishlist
Tags: patch

Please do not use sleep() for delay after unsucessful authentication. It 
can be replaced (and customized in runtime) by the pam_faildelay module.


Patch attached.

--
Piotr Lewandowski
diff -r 36d102783b23 debian/vlock.pam
--- /dev/null	Thu Jan 01 00:00:00 1970 +
+++ b/debian/vlock.pam	Thu May 07 17:33:37 2009 +0200
@@ -0,0 +1,2 @@
+auth optional pam_faildelay.so delay=100
+...@include common-auth
diff -r 36d102783b23 src/vlock-main.c
--- a/src/vlock-main.c	Thu May 07 16:44:55 2009 +0200
+++ b/src/vlock-main.c	Thu May 07 17:33:37 2009 +0200
@@ -168,16 +168,12 @@
 /* Try authentication as user. */
 if (auth(username, prompt_timeout))
   break;
-else
-  sleep(1);
 
 #ifndef NO_ROOT_PASS
 if (strcmp(username, "root") != 0) {
   /* Try authentication as root. */
   if (auth("root", prompt_timeout))
 break;
-  else
-sleep(1);
 }
 #endif
 


Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-05-06 Thread Piotr Lewandowski

* Elimar Riesebieter , 2009-05-06 06:54:

severity 52707 normal
merge 526872 52707
thanks


* Piotr Lewandowski [090505 16:03 +0200]

Package: alsa-utils
Version: 1.0.19-2
Severity: minor
File: /etc/init.d/alsa-utils

#v+
$ sudo /etc/init.d/alsa-utils stop
Shutting down ALSA...amixer: Invalid command!
done.
#v-

It is caused by `mute_and_zero_level` function in /etc/init.d/alsa-utils  
which invokes: `amixer -c 0 -q set Mic 0% mute`.



Are you using kde? If so, set all audio settings to default and play
around with audioßettings in kmix, reboot and test again.


I'm not using KDE. Most of the boots I do not use X at all - just 
staying at ttys.


Extra information about my soundcard:

#v+
$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18a.

$ cat /proc/asound/cards
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf458 irq 16
$ lsmod | grep snd
snd_hda_codec_si3054 3920  1
snd_hda_codec_analog53708  1
snd_hda_intel   22092  0
snd_hda_codec   58808  3 
snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel
snd_hwdep6000  1 snd_hda_codec
snd_pcm 62708  3 
snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec
snd_seq 42120  0
snd_timer   17808  2 snd_pcm,snd_seq
snd_seq_device   6108  1 snd_seq
snd 48420  9 
snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore6204  1 snd
snd_page_alloc   8036  2 snd_hda_intel,snd_pcm
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-05-05 Thread Piotr Lewandowski

Package: alsa-utils
Version: 1.0.19-2
Severity: minor
File: /etc/init.d/alsa-utils

#v+
$ sudo /etc/init.d/alsa-utils stop
Shutting down ALSA...amixer: Invalid command!
done.
#v-

It is caused by `mute_and_zero_level` function in /etc/init.d/alsa-utils 
which invokes: `amixer -c 0 -q set Mic 0% mute`.


Additional output from lspci:
#v+
$ lspci -v | sed -ne '/Audio/,/^$/p'
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High 
Definition Audio Controller (rev 01)

Subsystem: Hewlett-Packard Company Device 30a2
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f458 (64-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: HDA Intel

#v-

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alsa-utils depends on:
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  libasound21.0.19-1   shared library for ALSA applicatio
ii  libc6 2.9-9  GNU C Library: Shared libraries
ii  libncurses5   5.7+20090502-1 shared libraries for terminal hand
ii  linux-sound-base  1.0.19.dfsg-3  base package for ALSA and OSS soun
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo

Versions of packages alsa-utils recommends:
ii  alsa-base  1.0.19.dfsg-3 ALSA driver configuration files
ii  pciutils   1:3.1.2-3 Linux PCI Utilities

alsa-utils suggests no packages.

-- no debconf information

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#522358: xserver-xorg-video-intel: [945GM + KMS] Misdetection of TV output

2009-04-02 Thread Piotr Lewandowski

Package: xserver-xorg-video-intel
Version: 2:2.6.1-1
Severity: normal


When I start X on a freshly booted system (kernel mode-setting enabled) 
it starts with allegedly TV output connected, thus setting the wrong 
resolution (1024x768 with native LVDS resolution 1280x800).


After starting X server again the resolution is correct and no TV output 
is connected (which is consistent with reality).


First run of X:
#v+
Screen 0: minimum 320 x 200, current 1360 x 1360, maximum 1360 x 1360
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 330mm x 
210mm
1280x800   60.0 +
1360x768   59.8  
1024x768   60.0* 
800x60060.3  
640x48059.9  
TV1 disconnected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm

#v-

Subsequent runs:
#v+
Screen 0: minimum 320 x 200, current 1360 x 1360, maximum 1360 x 1360
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 330mm x 
210mm
1280x800   60.0*+
1360x768   59.8  
1024x768   60.0  
800x60060.3  
640x48059.9  
TV1 disconnected (normal left inverted right x axis y axis)

#v-

As a bonus there is a backtrace at the end of log from every subseqent 
run which appear during termination of X server.


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Oct 12  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1690172 Feb 12 12:25 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 79 Apr  2 18:21 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerFlags"
Option "DontZap" "off"
EndSection

# vim:ts=2 sw=2 noet


Xorg X server log files on system:
-rw--- 1 root root 16080 Apr  3 05:23 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file are attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libdrm-intel1 2.4.5-2Userspace interface to intel-speci
ii  libdrm2   2.4.5-2Userspace interface to kernel DRM 
ii  libpciaccess0 0.10.5-3   Generic PCI access library for X

ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxv12:1.0.4-1  X11 Video extension library
ii  libxvmc1  1:1.0.4-2  X11 Video extension library
ii  xserver-xorg-core 2:1.5.99.902-1 Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information

--
Piotr Lewandowski
--- /var/log/Xorg.0.log.old	2009-04-02 21:34:32.0 +0200
+++ /var/log/Xorg.0.log	2009-04-02 21:35:05.0 +0200
@@ -19,7 +19,7 @@
 Markers: (--) probed, (**) from config file, (==) default setting,
 	(++) from command line, (!!) notice, (II) informational,
 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
-(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  2 21:34:06 2009
+(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  2 21:34:35 2009
 (==) Using config file: "/etc/X11/xorg.conf"
 (==) No Layout section.  Using the first Screen section.
 (==) No screen section available. Using defaults.
@@ -178,10 +178,9 @@
 (II) intel(0): Output TV1 has no monitor section
 (II) intel(0): Output VGA1 disconnected
 (II) intel(0): Output LVDS1 connected
-(II) intel(0): Output TV1 connected
-(II) intel(0): Using fuzzy aspect match for initial modes
-(II) intel(0): Output LVDS1 using initial mode 1024x768
-(II) intel(0): Output TV1 using initial mode 1024x768
+(II) intel(0): Output TV1 disconnected
+(II) intel(0): Using exact sizes for initial modes
+(II) intel(0): Output LVDS1 using initial mode 1280x800
 (==) intel(0): video overlay key set to 0x101fe
 (==) intel(0): Will not try to enable page flipping
 (==) intel(0): Triple buffering disabled
@@ -241,12 +240,11 @@
 (II) intel(0): 0x:end of aperture
 (II) intel(0): BO memory allocation layout:
 (II) intel(0): 0x:start of memory manager
-(II) intel(0): 0x00be-0x01

Bug#522359: ferm: doesn't support set complement

2009-04-02 Thread Piotr Lewandowski

Package: ferm
Version: 2.0.3-1
Severity: normal
Tags: patch

Following rule is valid but not supported by ferm:
#v+
-A FILTER -m set ! --set registered src -j DROP
#v-

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--
Piotr Lewandowski
diff -u a/src/ferm b/src/ferm
--- a/src/ferm	2009-02-28 17:43:53.0 +0100
+++ b/src/ferm	2009-04-03 05:40:04.0 +0200
@@ -271,7 +271,7 @@
 add_match_def 'realm', qw(realm!);
 add_match_def 'recent', qw(name=s !set*0 !remove*0 !rcheck*0 !update*0 !seconds !hitcount rttl*0 rsource*0 rdest*0);
 add_match_def 'rt', qw(rt-type! rt-segsleft! rt-len! rt-0-res*0 rt-0-addrs=c rt-0-not-strict*0);
-add_match_def 'set', qw(set=sc);
+add_match_def 'set', qw(!set=sc);
 add_match_def 'state', qw(state=c);
 add_match_def 'statistic', qw(mode=s probability=s every=s packet=s);
 add_match_def 'string', qw(algo=s from=s to=s string hex-string);


Bug#514646: ipv6: net.ipv6.conf.*.temp_prefered_lft value is ignored

2009-02-09 Thread Piotr Lewandowski

Package: linux-image-2.6.26-1-686
Version: 2.6.26-13
Severity: normal

Documentation for temp_prefered_lft states that:
#v+
temp_prefered_lft - INTEGER
Preferred lifetime (in seconds) for temporary addresses.
Default: 86400 (1 day)
#v-

But this setting seems to be ignored:
#v+
# dev="wire"
# ip link set $dev down
# sysctl -w net.ipv6.conf.$dev.use_tempaddr=2
net.ipv6.conf.wire.use_tempaddr = 2
# sysctl -w net.ipv6.conf.$dev.max_desync_factor=0
net.ipv6.conf.wire.max_desync_factor = 0
# sysctl -w net.ipv6.conf.$dev.temp_valid_lft=10
net.ipv6.conf.wire.temp_valid_lft = 10
# sysctl -w net.ipv6.conf.$dev.temp_prefered_lft=6
net.ipv6.conf.wire.temp_prefered_lft = 6
# ip address flush dev $dev
# ip link set $dev up
# sleep 5 # waiting for RA
# ip -6 a sh dev $dev secondary
4: wire:  mtu 1500 qlen 1000
inet6 2001:6a0:12c:1100:1c54:33cb:4198:e058/64 scope global secondary 
tentative dynamic
   valid_lft 10sec preferred_lft 604800sec
#v-

Meanwhile, temp_valid_lft seems to be respected.

-- Package-specific info:
** Version:
Linux version 2.6.26-1-686 (Debian 2.6.26-13) (wa...@debian.org) (gcc version 
4.1.3 20080704 (prerelease) (Debian 4.1.2-24)) #1 SMP Sat Jan 10 18:29:31 UTC 
2009

** Not tainted

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.26-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92o  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-1-686 recommends:
ii  libc6-i6862.9-0exp2  GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-1-686 suggests:
ii  lilo  1:22.8-7   LInux LOader - The Classic OS load
pn  linux-doc-2.6.26   (no description available)

-- debconf information excluded

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#514644: ipv6: net.ipv6.conf.*.temp_valid_lft counter seems to overflow

2009-02-09 Thread Piotr Lewandowski

Package: linux-image-2.6.26-1-686
Version: 2.6.26-13
Severity: normal

#v+
# dev="wire"
# ip link set $dev down
# sysctl -w net.ipv6.conf.$dev.use_tempaddr=2
net.ipv6.conf.wire.use_tempaddr = 2
# sysctl -w net.ipv6.conf.$dev.max_desync_factor=0
net.ipv6.conf.wire.max_desync_factor = 0
# sysctl -w net.ipv6.conf.$dev.temp_valid_lft=9
net.ipv6.conf.wire.temp_valid_lft = 9
# sysctl -w net.ipv6.conf.$dev.temp_prefered_lft=6
net.ipv6.conf.wire.temp_prefered_lft = 6
# ip address flush dev $dev 2>/dev/null
# ip link set $dev up
# for x in `seq 1 25`; do sleep 1; ip -6 a sh dev $dev secondary | grep _lft; 
done
   valid_lft 9sec preferred_lft 604800sec
   valid_lft 8sec preferred_lft 604799sec
   valid_lft 6sec preferred_lft 604797sec
   valid_lft 5sec preferred_lft 604796sec
   valid_lft 4sec preferred_lft 604795sec
   valid_lft 3sec preferred_lft 604794sec
   valid_lft 2sec preferred_lft 604793sec
   valid_lft 1sec preferred_lft 604792sec
   valid_lft 0sec preferred_lft 604791sec
   valid_lft forever preferred_lft 604790sec
   valid_lft 4294967294sec preferred_lft 604789sec
   valid_lft 4294967293sec preferred_lft 604788sec
   valid_lft 4294967292sec preferred_lft 604787sec
   valid_lft 4294967291sec preferred_lft 604786sec
   valid_lft 4294967290sec preferred_lft 604785sec
   valid_lft 4294967289sec preferred_lft 604784sec
   valid_lft 4294967288sec preferred_lft 604783sec
   valid_lft 4294967287sec preferred_lft 604782sec
   valid_lft 4294967286sec preferred_lft 604781sec
   valid_lft 4294967285sec preferred_lft 604780sec
   valid_lft 4294967284sec preferred_lft 604779sec
#v-

It doesn't seems to be caused by relatively low value of temp_valid_lft, 
since I've succeed to reproduce this behaviour with temp_valid_lft = 200.


-- Package-specific info:
** Version:
Linux version 2.6.26-1-686 (Debian 2.6.26-13) (wa...@debian.org) (gcc version 
4.1.3 20080704 (prerelease) (Debian 4.1.2-24)) #1 SMP Sat Jan 10 18:29:31 UTC 
2009

** Not tainted

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.26-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92o  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-1-686 recommends:
ii  libc6-i6862.9-0exp2  GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-1-686 suggests:
ii  lilo  1:22.8-7   LInux LOader - The Classic OS load
pn  linux-doc-2.6.26   (no description available)

-- debconf information excluded

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#512992: netcat-openbsd: verbose-numeric-port.patch does not support IPv6

2009-01-25 Thread Piotr Lewandowski

Package: netcat-openbsd
Version: 1.89-3
Severity: minor

verbose-numeric-port.patch invokes a inet_ntoa() which does not support 
IPv6. Please consider using inet_ntop() instead.


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Versions of packages netcat-openbsd depends on:
ii  libc6 2.9-0exp2  GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines

netcat-openbsd recommends no packages.

netcat-openbsd suggests no packages.

-- no debconf information

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511836: non-free ogonek.sty

2009-01-14 Thread Piotr Lewandowski

Package: texlive-lang-polish
Version: 2007.dfsg.3-3
Severity: serious
File: /usr/share/texmf-texlive/tex/latex/ogonek/ogonek.sty
Justification: Policy 2.1

#v+
$ grep modify /usr/share/texmf-texlive/tex/latex/ogonek/ogonek.sty
%% Note: you are not allowed to modify this file.
#v-

--
Piotr Lewandowski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   >