Bug#600796: approx: Cannot find cached rlinetd's config files for service ^(\d|\w)+\s.appro, ignoring remove request

2010-10-20 Thread Miernik
Package: approx
Version: 4.5-1
Severity: normal

While upgrading approx 4.2-1 - 4.5-1 I face this problem:

Setting up approx (4.5-1) ...
Cannot find cached rlinetd's config files for service ^(\d|\w)+\s.appro,
ignoring remove request
*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.
Need debconf to interact
dpkg: error processing approx (--configure):
 subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
  Errors were encountered while
processing:
 approx
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up approx (4.5-1) ...
Cannot find cached rlinetd's config files for service ^(\d|\w)+\s.appro,
ignoring remove request
*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.
Need debconf to interact
dpkg: error processing approx (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 approx
Press return to continue.



approx remains unconfigured.


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

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

Versions of packages approx depends on:
ii  adduser   3.112+nmu1 add and remove users and groups
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  curl  7.21.2-1   Get a file from an HTTP, HTTPS or
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  rlinetd [inet-superserver]0.7-1  gruesomely over-featured inetd rep
ii  update-inetd  4.38   inetd configuration file updater

approx recommends no packages.

Versions of packages approx suggests:
pn  libconfig-model-approx-perl   none (no description available)

-- Configuration Files:
/etc/approx/approx.conf changed:
interval525600
debian  http://ftp.de.debian.org/debian
marillatftp://ftp.nerim.net/debian-marillat
cihar   http://debian.cihar.com/
scrapy  http://archive.scrapy.org/ubuntu


-- debconf information:
  approx/port: 



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



Bug#573369: python-scrapy: view response in browser required at least python2.6

2010-03-10 Thread Miernik
Package: python-scrapy
Version: 0.8-2
Severity: normal

I tried to use Scrapy interactive shell according to:
http://doc.scrapy.org/topics/shell.html

When you try to use:
   view(response): View response in a browser
in Python 2.5 it fails:


[...]

In [7]: view(response)
---
TypeError Traceback (most recent call last)

/home/miernik/cf/src/uweam_scrapy/ipython console in module()

/usr/lib/pymodules/python2.5/scrapy/utils/response.pyc in 
open_in_browser(response)
105 if 'base' not in body:
106 body = body.replace('head', 'headbase href=%s' % 
response.url)
-- 107 with NamedTemporaryFile(suffix='.html', delete=False) as f:
108 f.write(body)
109 webbrowser.open(file://%s % f.name)

TypeError: NamedTemporaryFile() got an unexpected keyword argument 'delete'


According to http://bugs.python.org/issue6357
'delete' keyword argument is new in 2.6.
The 2.6 docs mention it as being new in 2.6:
http://docs.python.org/library/tempfile.html

tempfile.NamedTemporaryFile([mode='w+b'[, bufsize=-1[, suffix=''[, 
prefix='tmp'[, dir=None[, delete=True]])

[...]

New in version 2.6: The delete parameter.


But this package of python-scrapy depends only on default python: 2.5, so it 
fails.

After installing python2.6 and starting the shell with it, it works.


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

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

Versions of packages python-scrapy depends on:
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-beautifulsoup 3.1.0.1-2   error-tolerant HTML parser for Pyt
ii  python-clientform0.2.10-2.1  module for handling HTML forms on
ii  python-libxml2   2.7.6.dfsg-2+b1 Python bindings for the GNOME XML
ii  python-support   1.0.6.1 automated rebuilding support for P
ii  python-twisted-conch 1:10.0.0-2  The Twisted SSH Implementation
ii  python-twisted-core  10.0.0-2Event-based framework for internet
ii  python-twisted-mail  10.0.0-1An SMTP, IMAP and POP protocol imp
ii  python-twisted-web   10.0.0-1An HTTP protocol implementation to

Versions of packages python-scrapy recommends:
ii  ipython  0.10-1  enhanced interactive Python shell
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-boto  1.9b-2  Python interface to Amazon's Web S
ii  python-django1.1.1-4 High-level Python web development
pn  python-guppy none  (no description available)
pn  python-imaging   none  (no description available)
pn  python-lxml  none  (no description available)
ii  python-mysqldb   1.2.2-10+b1 A Python interface to MySQL
pn  python-pygments  none  (no description available)

Versions of packages python-scrapy suggests:
ii  python-openssl0.10-1 Python wrapper around the OpenSSL

-- no debconf information



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



Bug#571596: when xul-ext-torbutton extension is uninstalled, all saved sessions fail to start

2010-02-26 Thread Miernik
Package: xul-ext-torbutton
Version: 1.2.4-2
Severity: normal

I had some Iceweasel sessions, started while xul-ext-torbutton was
installed. Then I Quit all Iceweasel sessions, and removed
xul-ext-torbutton using aptitude. Then when I tried starting any of the
sessions again, they won't start, no error message, nothing! Here is how
an example command line looks like:

mier...@przehyba:~$ /usr/lib/iceweasel/firefox-bin --no-remote -P test
mier...@przehyba:~$

Just quits back to xterm bash prompt without showing anything from
Iceweasel or anything else at all.

The sessions which where saved a long time ago, before xul-ext-torbutton
was installed, did start OK.

I have to mention that Torbutton was in a disabled state before I quit
Firefox.

After reinstalling xul-ext-torbutton I can start my sessions again, but
when I uninstall it, again - they won't start.

Something like this didn't happed with some other extensions I installed
and uninstalled with aptitude. I could have some extensions installed
and some Iceweasel sessions saved, uninstall the extensions and my
sessions still work.

Now, after uninstalling xul-ext-torbutton I can not even start any of
the profiles which I had run while xul-ext-torbutton was installed!

So how can I uninstall xul-ext-torbutton without losing my profiles?
I can afford to lose the sessions (saved URL's open) but I would not
like to lose the profiles (different configurations, and different sets
of extra (non-Debian-packaged) extensions installed)!

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

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

xul-ext-torbutton depends on no packages.

Versions of packages xul-ext-torbutton recommends:
ii  iceweasel 3.5.8-1Web browser based on Firefox
ii  privoxy   3.0.15-3   Privacy enhancing HTTP Proxy
ii  tor   0.2.1.23-2 anonymizing overlay network for
TC

xul-ext-torbutton suggests no packages.

-- no debconf information



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



Bug#559441: gnumeric: moving around the spreadsheet slow after last upgrade

2009-12-04 Thread Miernik
Package: gnumeric
Version: 1.9.16-1
Severity: normal

After I did these upgrades:

 [UPGRADE] gnumeric 1.9.15-1 - 1.9.16-1
 [UPGRADE] gnumeric-common 1.9.15-1 - 1.9.16-1
 [UPGRADE] libgoffice-0-8 0.7.15-1 - 0.7.16-1
 [UPGRADE] libgoffice-0-8-common 0.7.15-1 - 0.7.16-1

moving the cursor around the spreadsheet became sluggish. I am talking
about moving around which does not cause the spreadsheet to scroll, lust
moving around fields in the same visible area.

How slow it is?

Well, before the upgrade, when I keep my down-arrow pressed, it took 3
seconds to move down 75 lines. After the upgrade it takes 10 seconds to
do the same.

Downgrading just gnumeric and gnumeric-common packages DOES NOT make it
fast again, but then downgrading also libgoffice-0-8 DOES make it fast
again. I did downgrade only gnumeric, gnumeric-common, and
libgoffice-0-8, but not libgoffice-0-8-common (aptitude somehow allowed
it and the spreadsheet worked, and was fast again). After upgrading all
three back again - slow again. 3 seconds vs. 10 seconds is a lot of a
difference, and is annoying.

The machine is a Athlon64X2 4000+ with 10 GB of RAM and the videocard
is one with 32 MB of RAM like this:

01:08.0 VGA compatible controller: Number 9 Computer Company Revolution 4 (rev 
02) (prog-if 00 [VGA controller])
Subsystem: Number 9 Computer Company Device 0017
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 15
Memory at f000 (32-bit, prefetchable) [size=32M]
Memory at f200 (32-bit, prefetchable) [size=32M]
Memory at f501b000 (32-bit, non-prefetchable) [size=4K]
Memory at f500 (32-bit, non-prefetchable) [size=64K]
I/O ports at 9000 [size=256]
[virtual] Expansion ROM at f400 [disabled] [size=64K]
Capabilities: [80] AGP version 1.0
Capabilities: [90] Power Management version 1

This video card is driving a SiliconGraphics SGI 1600SW LVDS panel.

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

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnumeric depends on:
ii  debconf [debc 1.5.28 Debian configuration management sy
ii  gconf22.28.0-1   GNOME configuration database syste
ii  gnumeric-comm 1.9.16-1   spreadsheet application for GNOME 
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript interpre
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libgoffice-0- 0.7.16-1   Document centric objects library -
ii  libgsf-1-114  1.14.16-1  Structured File Library - runtime 
ii  libgtk2.0-0   2.18.4-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.1-1   Layout and rendering of internatio
ii  libxml2   2.7.6.dfsg-1   GNOME XML library
ii  procps1:3.2.8-2  /proc file system utilities
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

Versions of packages gnumeric recommends:
ii  evince2.28.1-1   Document (postscript, pdf) viewer
ii  lp-solve  5.5.0.13-7 Solve (mixed integer) linear progr

Versions of packages gnumeric suggests:
ii  epiphany-browser   2.29.3-1  Intuitive GNOME web browser
pn  gnumeric-doc   none(no description available)
pn  gnumeric-plugins-extra none(no description available)
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim

-- debconf information:
  gnumeric/existing-process: false



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



Bug#556890: gnumeric: crashes when choosing from the menu: Data - Sort

2009-11-17 Thread Miernik
Package: gnumeric
Version: 1.9.15-1
Severity: normal

To reproduce the bug, I start gnumeric, then click on the menu:
Data - Sort
Gnumeric immediately crashes, I don't even have to open any file to reproduce 
this. It happens always.
If I start from an xterm, here is the message:

mier...@przehyba:~% gnumeric

(gnumeric:2589): Gtk-CRITICAL **: gtk_entry_buffer_insert_text: assertion 
TK_IS_ENTRY_BUFFER (buffer)' failed
zsh: segmentation fault  gnumeric
mier...@przehyba:~[139]%

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

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnumeric depends on:
ii  debconf [debc 1.5.28 Debian configuration management sy
ii  gconf22.28.0-1   GNOME configuration database syste
ii  gnumeric-comm 1.9.15-1   spreadsheet application for GNOME 
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript interpre
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgoffice-0- 0.7.15-1   Document centric objects library -
ii  libgsf-1-114  1.14.16-1  Structured File Library - runtime 
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libxml2   2.7.6.dfsg-1   GNOME XML library
ii  procps1:3.2.8-2  /proc file system utilities
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

Versions of packages gnumeric recommends:
ii  evince2.28.1-1   Document (postscript, pdf) viewer

Versions of packages gnumeric suggests:
pn  epiphany-browser   none(no description available)
pn  gnumeric-doc   none(no description available)
pn  gnumeric-plugins-extra none(no description available)
ii  ttf-liberation 1.05.2.20091019-1 Fonts with the same metrics as Tim

-- debconf information:
  gnumeric/existing-process: false



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



Bug#550873: .

2009-10-29 Thread Miernik
I also find this in 3.5.4-1
It crashes usually when I click the close tab cross.



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



Bug#491834: while my windown manager changed window size wyrd crashed with Assertion failed

2008-07-22 Thread Miernik
Package: wyrd
Version: 1.4.4-1
Severity: normal

Here is all I know about what I did:

I am running wyrd in GNU/screen on a machine I ssh to from a machine I
run and XTerm on. On that machine with XTerm I was changing my window
manager from xmonad to awesome, and restarted the X session to do that,
and with the new window manager I have a status bar, so the XTerm window
is one or maybe two lines less then before. At some point after that
operation, I saw that wyrd inside my GNU/screen crashed with this
message:

Caught error at toplevel:
File interface_main.ml, line 133, characters 3-9: Assertion failed
[EMAIL PROTECTED]:~$

This bugreport if preparef from the machine on which wyrd is running. I
don't know anything more about this occurence, nor if it did crash
exactly while changing window size, or a bit later. This is the first
time wyrd crashed for me while running it for about a year now.

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wyrd depends on:
ii  less  418-1  Pager program similar to more
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libncursesw5  5.6+20080621-2 shared libraries for terminal hand
ii  remind03.01.05-2 a sophisticated reminder service

wyrd recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491152: tudu: crashed while trying to change priority

2008-07-17 Thread Miernik
Package: tudu
Version: 0.3.1-1
Severity: normal

I tried to change the priority of a task, and then tudu segfaulted.
A core file was generated.

[EMAIL PROTECTED]:~$ gdb todo core
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
todo: No such file or directory.
(no debugging symbols found)
Core was generated by `tudu'.
Program terminated with signal 11, Segmentation fault.
[New process 22525]
#0  0x0806132b in ?? ()
(gdb) bt
#0  0x0806132b in ?? ()
(gdb)


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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tudu depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libncurses5   5.6+20080621-2 shared libraries for terminal hand
ii  libstdc++64.3.1-6The GNU Standard C++ Library v3

tudu recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491152: tudu: crashed while trying to change priority

2008-07-17 Thread Miernik
On Thu, Jul 17, 2008 at 11:40:55AM +0200, Ruben Pollan wrote:
 Can you reproduce the error? Can you explain me exactly what you did?
 
 I can not reproduce the segfault.

To reproduce it, start tudu without a config file, and then press in
this sequence these 4 keys:

e Esc f Enter

Then it segfaults, perfectly reproducible here every time.

-- 
Miernik
http://miernik.name/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491217: tudu: make a mark on the left of the task tree to show if the task has any collapsed child tasks or not

2008-07-17 Thread Miernik
Package: tudu
Version: 0.3.1-1
Severity: wishlist

Right now its impossible to tell just by looking if a task has any
collapsed subtasks or not. A mark on the left side, for example (+)
would be nice to show it. If the task has collapsed subtasks, then
a (+) mark would be on the left, and if that is expanded, that would
change to (-)

The task tree should look like this (please view with fixed-width font):

 ├──[ ] this task has no child tasks
(+)─[X] this task has collapsed child tasks and is marked as done
(-)─[ ] this task has expanded child tasks
 │  (+)─[ ] child task 1 with more sub-child tasks
 │   ├──[X] child task 2 without any more child tasks (marked as done)
 │  (-)─[ ] child task 3 with expanded sub child tasks
 │   ├──[ ] child sub task 4
 │   └──[ ] child sub task 5

Maybe the ASCII-art can be better, but just to show the idea.

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tudu depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libncurses5   5.6+20080621-2 shared libraries for terminal hand
ii  libstdc++64.3.1-6The GNU Standard C++ Library v3

tudu recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491217: better ASCII-art

2008-07-17 Thread Miernik
Or much clearer like this:

 ├(+)───[ ] top level task 1 with collapsed child tasks
 ├──[X] top level task 2 without any child tasks, marked as done
 ├(-)───[ ] top level task 3 with expanded child tasks
 │ ├[ ] sub level one task 4 without any child tasks
 │ └(+)─[X] sub level one task 5 with collapsed child tasks, done
 ├──[ ] top level task 6 without any child tasks

-- 
Miernik
http://miernik.name/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491224: tudu: add an option to delete the priority

2008-07-17 Thread Miernik
Package: tudu
Version: 0.3.1-1
Severity: wishlist

As there is an option to delete the deadline, please also add an option
to delete the priority. For example 'df' or something like that.

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tudu depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libncurses5   5.6+20080621-2 shared libraries for terminal hand
ii  libstdc++64.3.1-6The GNU Standard C++ Library v3

tudu recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#482383: why bash_completion commented in default /etc/bash.bashrc? why not make it enabled by default?

2008-05-22 Thread Miernik
Package: bash
Version: 3.2-4
Severity: wishlist

Why is this commented in default /etc/bash.bashrc ?

# enable bash completion in interactive shells
#if [ -f /etc/bash_completion ]; then
#. /etc/bash_completion
#fi

Its important to have useful and not harmful to anyone features enabled
in default config, so people don't waste time enabling them each time
they install a system, and and a lot of people who probably don't know
about the possibility will get to use this wonderful feature.


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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash depends on:
ii  base-files4.0.4  Debian base system miscellaneous f
ii  debianutils   2.28.6 Miscellaneous utilities specific t
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libncurses5   5.6+20080503-1 Shared libraries for terminal hand

Versions of packages bash recommends:
ii  bash-completion   20060301-4 programmable completion for the ba

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431634: RFP: keynav -- a tool to quickly move the screen pointer with the keyboard

2007-07-03 Thread Miernik
Package: wnpp
Severity: wishlist

* Package name: keynav
  Version : 20070629
  Upstream Author : Jordan Sissel [EMAIL PROTECTED]
* URL : http://www.semicomplete.com/blog/projects/keynav/main.html
* License : BSD style
  Programming Lang: C
  Description : a tool to quickly move the screen pointer with the keyboard

Let me just quote a bit from the homepage:

What is keynav?

Another episode in the revolution against mouse-requisite interfaces.
It's one more step towards impulse-driven computing.

Enough marketing jargon. keynav is a piece of an on-going experiment to
make pointer-driven interfaces easier and faster for users to operate.
It lets you move the pointer quickly to most points on the screen with
only a few key strokes.

Note that I said pointer, not mouse. The mouse simply drives the
pointer. We can drive the pointer with other devices too. keynav turns
your keyboard into an fast pointer mover.

What does it do?

You select a piece of the screen. The screen is initially wholely
selected. One move will cut that region by half. A move is a direction:
up, down, left, and right.

Once you're done moving, you simply indicate (with a key stroke) that
you want to move. Boom, cursor moves.

Why it is fast?

keynav is geared towards selecting a piece of the screen very quickly.

Recall from above that you are selecting a region by cutting the
previous region by half. This gives us logarithmic scaling. High
resolution screens incur about the same number of moves to select an
area as smaller screens do.

For example, to select any pixel on a screen with resolution 1920x1200
it would take 21 moves. 21 moves is horrible. There is a bright side!

How often do you really want to click on a single specific pixel on your
screen using your mouse? Never, right? Well, maybe almost never. Most of
the time you want to:

* Raise a window and give it focus: 80x80 pixel target (worst: 9 moves)
* Click on an OK button: 60x25 pixels (worst: 11 moves)
* Click on a text widget to activate it: 80x25 or larger

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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426440: /usr/sbin/pppd: sometimes connection with Option GlobeTrotter card hangs, ping: sendmsg: No buffer space available

2007-06-11 Thread Miernik
On Sat, Jun 09, 2007 at 04:36:55PM +0200, Marc Haber wrote:
 I am reluctant to try a kernel that old on my personal notebook. I
 have broadband again now, and do not use the UMTS card that often any
 more.

[EMAIL PROTECTED]:~# ifconfig ppp0
ppp0  Link encap:Point-to-Point Protocol
  inet addr:10.243.69.180  P-t-P:10.64.64.64  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:923 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1040 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3
  RX bytes:1136175 (1.0 MiB)  TX bytes:73000 (71.2 KiB)

[EMAIL PROTECTED]:~# ping 212.2.96.31
PING 212.2.96.31 (212.2.96.31) 56(84) bytes of data.
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available

--- 212.2.96.31 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 21078ms

[EMAIL PROTECTED]:~# uname -a
Linux debian106 2.6.15.7 #4 Sat Jun 9 11:40:51 CEST 2007 i686 GNU/Linux
[EMAIL PROTECTED]:~#

Damn :-(

-- 
Miernik
http://miernik.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426440: /usr/sbin/pppd: sometimes connection with Option GlobeTrotter card hangs, ping: sendmsg: No buffer space available

2007-06-09 Thread Miernik
On Sat, Jun 09, 2007 at 08:33:16AM +0200, Marc Haber wrote:
 I don't know, since I need to kill the ppp connection to get access to
 the serial port, needn't I?

No, you don't. You get 3 or 4 serial ports named /dev/ttyUSB0 to
/dev/ttyUSB2 or /dev/ttyUSB3 and on the /dev/ttyUSB2 port you can run AT
commands while beeing connected on port /dev/ttyUSB0 with ppp without
killing it. But if you disconnect your terminal from /dev/ttyUSB2 the
ppp connection will hangup (some bug), so a workaround is to first run
statserial on /dev/ttyUSB2, and keep it running all the time. Then you
can connect and disconnect a terminal from /dev/ttyUSB2 and ppp will
not hangup, until you don't stop statserial. Its available in Debian in
a package 'statserial'.

  Revision: 3.19.0Hd (Date: May 31 2006, Time: 15:49:25)
 
 Can I upgrade card firmware without Windows?

No. At least not currently, until someone writes a firmware upgrade
program for GNU/Linux.


I searched a bit, and I now suspect that tha hangs might be because of
this bug: http://bugzilla.kernel.org/show_bug.cgi?id=6402
They write that in vanilla kernel 2.6.15.7 it is fine, and the bug was
introduced in some later version, so now I am compiling 2.6.15.7 to see
if it'll fix it. You may try the same, your card is different hardware.
If you do try, tell me if it fixed it or not.

-- 
Miernik
http://miernik.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426440: /usr/sbin/pppd: sometimes connection with Option GlobeTrotter card hangs, ping: sendmsg: No buffer space available

2007-06-08 Thread Miernik
On Tue, May 29, 2007 at 03:20:51PM +0200, Marc Haber wrote:
 On Mon, May 28, 2007 at 10:09:04PM +0200, Miernik wrote:
  ping: sendmsg: No buffer space available
 
 I have this as well, with both my Option 3G Datacard, and a borrowed
 Novatel 740. After killing the PPP connection, the virtual USB serial
 port simulated by the card is not responsive any more, AT commands are
 ignored.

Marc, can you tell us several things:

1) Is at port responsive to AT commands before you kill the ppp
connection, but after it hangs? Mine is. After I kill the connection, I
can just start a new connection, and it works, I don't have to unload
usbserial, nor unplug the card. So things seem to be a bit different
then in your case. What kernel and pppd version are you running?

2) How often, after how much time of the connection running it usually
happens? I have now two Option cards running: one is like this:

ATI
Manufacturer: Option N.V.
Model: GlobeTrotter Fusion
Revision: 2.9.4  (Date: May 12 2005, Time: 10:55:21)

(run ATI in minicom or picocom to see yours).

and has the first two letters of the serial number RC.
See http://www.pharscape.org/content/view/40/53/

And this card uses usbserial. On this card it hangs very rarely, I have
been able to run it 7 days without a hang. And recently I had it hang,
but after I waited some hours it did unhang.

The problem is mostly visible in my second card GT Max which is:

ATI
Manufacturer: Option N.V.
Model: GlobeTrotter 3G+
Revision: 3.15.0Hd (Date: Feb 06 2006, Time: 12:53:15)

and currently I upgraded the firmware to:

Revision: 3.19.0Hd (Date: May 31 2006, Time: 15:49:25)

but it didn't change anything in this matter.

The longest noted time I was able to run this card on Debian without a
hang so far is:

Connect time 1676.6 minutes. (that's 27h 56min 36s)
Sent  2459600 bytes, received  17972064 bytes.

http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,26/
Here someone reports that on Fedora FC4 this works OK. I was somehow
unable to install FC4, maybe I'll try that again, but I installed Fedora
version 7 on this machine, and it did run quite long without a hang, but
still after 29h 15min 12s it did hang in the same way. A bit over an
hour better then Debian, but still hanged.

In comparison I was able to run the usbserial GT Fusion card this long
without a hang:

Connect time 9857.0 minutes. (that's 6d 20h 17min)
Sent 26058438 bytes, received 536608566 bytes.

Systems tested:

ppp version:
Debian: 2.4.4rel-9
Fedora: 2.4.4-2

kernel version:
Debian: linux-image-2.6.18-4-686 version 2.6.18.dfsg.1-12etch2
Fedora: kernel-2.6.21-1.3194.fc7

-- 
Miernik
http://miernik.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427072: Acknowledgement (BUG: unable to handle kernel NULL pointer dereference at virtual address 0000001c)

2007-06-02 Thread Miernik
I just downgraded the kernel to
linux-image-2.6.18-4-686 version 2.6.18.dfsg.1-12etch2
and the bug doesn't occur. So it must have been introduced somewhere
between 2.6.18.dfsg.1-12etch2 and 2.6.21-4. With 2.6.21-4 it is
reproducible every time. And not only 'statserial' triggers it, but also
for example running 'picocom' on /dev/ttyUSB2.

-- 
Miernik
http://miernik.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427119: evince: not possible to use Central Europe characters in searches

2007-06-02 Thread Miernik
For example http://usc.gov.pl/_gAllery/18/81/1881/843.pdf


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427072: BUG: unable to handle kernel NULL pointer dereference at virtual address 0000001c

2007-06-01 Thread Miernik
Package: linux-image-2.6.21-1-686
Version: 2.6.21-4
Severity: normal

When I do statserial /dev/ttyUSB2 this happens (I think the included
Kernel log provides enough data).

/dev/ttyUSB2 is on a Huawei E618 PCMCIA UMTS/GPRS card.

Here is what ATI says about the card:

Manufacturer: HUAWEI TECHNOLOGIES CO., LTD.
Model: 183
Revision: I:12.11.01B

I ommited the IMEI.

-- Package-specific info:
** Version: Linux version 2.6.21-1-686 (Debian 2.6.21-4) ([EMAIL PROTECTED]) 
(gcc version 4.1.3 20070518 (prerelease) (Debian 4.1.2-8)) #1 SMP Sat May 26 
16:14:59 UTC 2007

** Not tainted

** Kernel log:
pccard: CardBus card inserted into slot 0
pccard: CardBus card inserted into slot 1
[1487] nozomi_card_init(): Init, cards_found: 1
[1373] nozomi_get_card_type(): Card type is: 2048
PCI: Enabling device :02:00.0 ( - 0002)
ACPI: PCI Interrupt :02:00.0[A] - Link [LNKC] - GSI 11 (level, low) - 
IRQ 11
Nozomi driver nozomi_tty6[836] nozomi_read_config_table(): Version of card: 3
Initializing Nozomi driver 2.1 (build date: Jun  1 2007 19:26:41)
[828] nozomi_read_config_table(): Initialization OK!
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
PCI: Enabling device :06:00.0 ( - 0002)
ACPI: PCI Interrupt :06:00.0[A] - Link [LNKC] - GSI 11 (level, low) - 
IRQ 11
PCI: Setting latency timer of device :06:00.0 to 64
ohci_hcd :06:00.0: OHCI Host Controller
ohci_hcd :06:00.0: new USB bus registered, assigned bus number 2
ohci_hcd :06:00.0: irq 11, io mem 0x1c00
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
PCI: Enabling device :06:00.1 ( - 0002)
ACPI: PCI Interrupt :06:00.1[B] - Link [LNKC] - GSI 11 (level, low) - 
IRQ 11
PCI: Setting latency timer of device :06:00.1 to 64
ohci_hcd :06:00.1: OHCI Host Controller
ohci_hcd :06:00.1: new USB bus registered, assigned bus number 3
ohci_hcd :06:00.1: irq 11, io mem 0x1c001000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
usb 2-1: new full speed USB device using ohci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
pl2303 2-1:1.0: pl2303 converter detected
usb 2-1: pl2303 converter now attached to ttyUSB0
pl2303 2-1:1.1: pl2303 converter detected
usb 2-1: pl2303 converter now attached to ttyUSB1
pl2303 2-1:1.2: pl2303 converter detected
usb 2-1: pl2303 converter now attached to ttyUSB2
usbcore: registered new interface driver pl2303
drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem 
(1-port)
usbcore: registered new interface driver option
drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1
EXT3 FS on hda1, internal journal
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: [EMAIL PROTECTED]
eth0: link up, 10Mbps, half-duplex, lpa 0x
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
eth0: no IPv6 routers present
BUG: unable to handle kernel NULL pointer dereference at virtual address 
001c
 printing eip:
c8991984
*pde = 
Oops: 0002 [#1]
SMP 
Modules linked in: ext2 ipv6 dm_crypt dm_snapshot dm_mirror dm_mod loop option 
pl2303 usbserial ohci_hcd nozomi pcmcia firmware_class psmouse serio_raw rtc 
i2c_piix4 yenta_socket rsrc_nonstatic pcspkr pcmcia_core i2c_core shpchp 
pci_hotplug intel_agp agpgart sd_mod evdev ext3 jbd mbcache usb_storage 
ide_disk 8139too generic 8139cp mii uhci_hcd usbcore piix ide_core ata_generic 
libata scsi_mod thermal processor fan
CPU:0
EIP:0060:[c8991984]Not tainted VLI
EFLAGS: 00210246   (2.6.21-1-686 #1)
EIP is at pl2303_open+0x896/0x8f5 [pl2303]
eax:    ebx:    ecx: 00200246   edx: c7257000
esi: c13fc960   edi: c1395600   ebp: c773bda0   esp: c503be38
ds: 007b   es: 007b   fs: 00d8  gs: 0033  ss: 0068
Process statserial (pid: 2233, ti=c503a000 task=c7a0d070 task.ti=c503a000)
Stack: 0040 0009    0064 0003 00200286 
    c50cd000 c13e8800 00200286 c020f7a1  c0210406 c0165c68 
   0901  c503bec8 c1395600 c13fc960 c50cd000 ffed c89c1f6d 
Call 

Bug#427119: evince: not possible to use Central Europe characters in searches

2007-06-01 Thread Miernik
Package: evince
Version: 0.8.1-2
Severity: normal

I try to search for strings which include characters for example:

ąłśż

and it doesn't work. These are characters from the polish language.
Searching for ó however works.

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evince depends on:
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  gnome-icon-theme  2.18.0-3   GNOME Desktop icon theme
ii  gs-gpl [gs]   8.56.dfsg.1-1  The GPL Ghostscript PostScript int
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-5   The Bonobo UI library
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libdjvulibre153.5.19-2   Runtime support for the DjVu image
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome-keyring0 0.8.1-2GNOME keyring services library
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.18.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkpathsea4  2007-10TeX Live: path search library for 
ii  libnautilus-extension12.18.1-3   libraries for nautilus components 
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libpoppler-glib1  0.5.4-6PDF rendering library (GLib-based 
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libstdc++64.2-20070528-1 The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  zlib1g1:1.2.3-15 compression library - runtime

evince recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426440: /usr/sbin/pppd: sometimes connection with Option GlobeTrotter card hangs, ping: sendmsg: No buffer space available

2007-05-28 Thread Miernik
Package: ppp
Version: 2.4.4rel-9
Severity: normal
File: /usr/sbin/pppd

I have a PCMCIA UMTS/HSDPA card Option GlobeTrotter GT Max:
02:00.0 Network controller: Option N.V. Qualcomm MSM6275 UMTS chip

I use these ppp options:

debian107:~# cat /etc/ppp/options
lock
noauth
noipdefault
debug
show-password

usepeerdns

kdebug 4
debian107:~#

debian107:~# cat /etc/ppp/peers/pl-plus-nozomi
connect /usr/sbin/chat -v -f /etc/chatscripts/pap-gprs -U internet
/dev/noz0
460800
user ppp

noccp
novj

persist
holdoff 30
debian107:~#

debian107:~# cat /etc/chatscripts/pap-gprs
ABORT   BUSY
ABORT   VOICE
ABORT   NO CARRIER
ABORT   NO DIALTONE
ABORT   NO DIAL TONE
ABORT   ERROR
ABORT   COMMAND NOT SUPPORT
  ATC1
OK  ATD0
OK  AT+CGDCONT=1,IP,\U
OK  ATD*99***1#
CONNECT 
debian107:~#

After some time, usually something around 12 to 36 hours of the
connection beeing connected, the ppp connection hangs, and attempt to
ping through it results in:

ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available

There are some similar reports here:
http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/p,223/
http://www.freebsd.org/cgi/query-pr.cgi?pr=78801
http://www.linuxquestions.org/questions/showthread.php?t=460364
http://forums.suselinuxsupport.de/index.php?showtopic=38942
http://ubuntuforums.org/archive/index.php/t-82291.html

However I have also seen this on a different Option GT card (Option
GlobeTrotter Fusion), and also on a completely different computer, but
with the same version of Debian installed.

http://www.debianhelp.org/node/5452
claims that it was a bug in kernel ppp driver fixed in 2.6.20.5
PPP: Fix PPP skb leak
but I have 2.6.21 now and it still occurs for me.

Some debug info (while the error occurs):

debian107:~# cat /proc/sys/net/ipv4/neigh/default/gc_thresh1
128
debian107:~# cat /proc/sys/net/ipv4/neigh/default/gc_thresh2
512
debian107:~# cat /proc/sys/net/ipv4/neigh/default/gc_thresh3
1024
debian107:~# cat /proc/slabinfo
slabinfo - version: 2.1
# nameactive_objs num_objs objsize objperslab 
pagesperslab : tunables limit batchcount sharedfactor : slabdata 
active_slabs num_slabs sharedavail
nf_nat:help   17 52308   131 : tunables   54   278 : 
slabdata  4  4  0
nf_nat:base0  0276   141 : tunables   54   278 : 
slabdata  0  0  0
nf_conntrack_expect  0  0172   231 : tunables  120   608 : 
slabdata  0  0  0
nf_conntrack:basic  0  0244   161 : tunables  120   608 : 
slabdata  0  0  0
fib6_nodes 5113 32  1131 : tunables  120   608 : 
slabdata  1  1  0
ip6_dst_cache  4 17224   171 : tunables  120   608 : 
slabdata  1  1  0
ndisc_cache1 20192   201 : tunables  120   608 : 
slabdata  1  1  0
RAWv6  4  667261 : tunables   54   278 : 
slabdata  1  1  0
UDPLITEv6  0  064061 : tunables   54   278 : 
slabdata  0  0  0
UDPv6  1  664061 : tunables   54   278 : 
slabdata  1  1  0
tw_sock_TCPv6  0  0128   301 : tunables  120   608 : 
slabdata  0  0  0
request_sock_TCPv6  0  0128   301 : tunables  120   608 : 
slabdata  0  0  0
TCPv6  4  6   131231 : tunables   24   128 : 
slabdata  2  2  0
ip_fib_alias  12113 32  1131 : tunables  120   608 : 
slabdata  1  1  0
ip_fib_hash   12113 32  1131 : tunables  120   608 : 
slabdata  1  1  0
dm-crypt_io0  0 40   921 : tunables  120   608 : 
slabdata  0  0  0
dm-snapshot-in   128177 64   591 : tunables  120   608 : 
slabdata  3  3  0
dm-snapshot-ex 0  0 24  1451 : tunables  120   608 : 
slabdata  0  0  0
dm_tio 0  0 16  2031 : tunables  120   608 : 
slabdata  0  0  0
dm_io  0  0 20  1691 : tunables  120   608 : 
slabdata  0  0  0
jbd_1k 0  0   102441 : tunables   54   278 : 
slabdata  0  0  0
ext3_inode_cache1409   172048881 : tunables   54   278 : 
slabdata215215  0
ext3_xattr 0  0 48   781 : tunables  120   608 : 
slabdata  0  0  0
journal_handle16169 20  1691 : 

Bug#426320: mutt-ng: on some mailboxes often hangs with max CPU usage while attempting to open from sidebar

2007-05-27 Thread Miernik
Package: mutt-ng
Version: 0.0+20060429-3
Severity: normal

Sometimes when attempting to open a mailbox from the sidebar, mutt just
hangs, top shows it fully using any remaining CPU time (so mutt-ng has
usage of for example 98% CPU), dosen't recover from that state even when
left running for a few hours. I have one mailbox where it happens quite
ofen, although not always. I don't remember having it happen for any
other mailbox. This mailbox'es name begins with an 'a'.
When this happens, the last line shows this message:

Sorting mailbox...

The only way to recover is to kill mutt-ng. Sometimes it happens every
time I try to open that mailbox after killing mutt, that I have to use
standard mutt to open that mailbox, because mutt-ng will hang every
time.

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt-ng depends on:
ii  exim44.67-1  metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail 4.67-1  lightweight exim MTA (v4) daemon
ii  libc62.5-9   GNU C Library: Shared libraries
ii  libgnutls13  1.6.2-2 the GNU TLS library - runtime libr
ii  libgpg-error01.4-2   library for common error values an
ii  libgpgme11   1.1.2-5 GPGME - GnuPG Made Easy
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libncursesw5 5.6-3   Shared libraries for terminal hand
ii  libqdbm141.8.74-1.1  QDBM Database Libraries [runtime]
ii  libsasl2-2   2.1.22.dfsg1-10 Authentication abstraction library

mutt-ng recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425360: reportbug: crashes when trying to include a UTF-8 Unicode text file

2007-05-21 Thread Miernik
Package: reportbug
Version: 3.38
Severity: normal

Well, this shows the problem:

/tmp/reportbug-nozomi-source-20070521-4018-pcNWVN 31L, 1001C written
Report will be sent to Debian Bug Tracking System [EMAIL PROTECTED]
Submit this report on nozomi-source (e to edit) [Y|n|a|c|e|i|l|m|p|q|?]? ?
Y - (default) Submit the bug report via email.
n - Don't submit the bug report; instead, save it in a temporary file.
a - Attach a file.
c - Change editor and re-edit.
e - Re-edit the bug report.
i - Include a text file.
l - Pipe the message through the pager.
m - Choose a mailer to edit the report.
p - Print message to stdout.
q - Don't submit the bug report; instead, save it in a temporary file.
? - Display this help.
Submit this report on nozomi-source (e to edit) [Y|n|a|c|e|i|l|m|p|q|?]? i
Choose a text file to include: 
/var/cache/modass/nozomi-source.buildlog.2.6.20-1-686.1179735004
/var/cache/modass/nozomi-source.buildlog.2.6.20-1-686.1179735004
Choose a text file to include: 
/var/cache/modass/nozomi-source.buildlog.2.6.20-1-686.1179735004
Traceback (most recent call last):
  File /usr/bin/reportbug, line 1755, in ?
main()
  File /usr/bin/reportbug, line 784, in main
return iface.user_interface()
  File /usr/bin/reportbug, line 1693, in user_interface
charset=charset)
  File /usr/bin/reportbug, line 176, in handle_editing
message += '\n*** %s\n%s' % (attachfile, fp.read())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1623: 
ordinal not in range(128)
[EMAIL PROTECTED]:/var/cache/modass$

-- Package-specific info:
** Environment settings:
EDITOR=editor
INTERFACE=text

** /home/miernik/.reportbugrc:
reportbug_version 2.36
mode advanced
ui text
realname Miernik
email [EMAIL PROTECTED]

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

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt 0.6.46.4-0.1 Advanced front-end for dpkg
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-central  0.5.13-0.1   register and build utility for Pyt

reportbug recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425362: error: ‘INIT_WORK’ undeclared

2007-05-21 Thread Miernik
Package: nozomi-source
Version: 2.1-2
Severity: important

Subject: nozomi-source: error INIT_WORK
Package: nozomi-source
Version: 2.1-2
Severity: normal

Well, I tried boulding this with module assistant and 2.6.20-1-686
kernel, (I have only headers installed, I think that's enough), and it
doesn't build. The command I did run was:

sudo m-a a-i nozomi

Buildlog attached.

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

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nozomi-source depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debhelper 5.0.49 helper programs for debian/rules
ii  module-assistant  0.10.11tool to make module package creati

nozomi-source recommends no packages.

-- no debconf information

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

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nozomi-source depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debhelper 5.0.49 helper programs for debian/rules
ii  module-assistant  0.10.11tool to make module package creati

nozomi-source recommends no packages.

-- no debconf information
dh_testdir
dh_testroot
dh_clean
/usr/bin/make -C /usr/src/modules/nozomi clean
make[1]: Entering directory `/usr/src/modules/nozomi'
rm -f *.o *.ko *.mod.* .*.o.cmd .*.mod.* .*.ko.cmd
rm -f .tmp_versions -rf
make[1]: Leaving directory `/usr/src/modules/nozomi'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/nozomi'
dh_testdir
dh_testroot
dh_clean
/usr/bin/make -C /usr/src/modules/nozomi clean
make[2]: Entering directory `/usr/src/modules/nozomi'
rm -f *.o *.ko *.mod.* .*.o.cmd .*.mod.* .*.ko.cmd
rm -f .tmp_versions -rf
make[2]: Leaving directory `/usr/src/modules/nozomi'
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.20-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.20-1-686/g ;s/#KVERS#/2.6.20-1-686/g ; 
s/_KVERS_/2.6.20-1-686/g ; s/##KDREV##/2.6.20-3/g ; s/#KDREV#/2.6.20-3/g ; 
s/_KDREV_/2.6.20-3/g  '  $templ  ${templ%.modules.in}; \
  done
dh_testdir
dh_testroot
dh_clean -k
/usr/bin/make -C /usr/src/modules/nozomi KERNEL_VERSION=2.6.20-1-686 
KERNELDIR=/lib/modules/2.6.20-1-686/build KDIR=/lib/modules/2.6.20-1-686/build
make[2]: Entering directory `/usr/src/modules/nozomi'
Warning: Compiling for 2.6: 
/usr/bin/make -C /lib/modules/2.6.20-1-686/build 
SUBDIRS=/usr/src/modules/nozomi modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.20-1-686'
  CC [M]  /usr/src/modules/nozomi/nozomi.o
/usr/src/modules/nozomi/nozomi.c: In function ‘nozomi_setup_interrupt’:
/usr/src/modules/nozomi/nozomi.c:1356: warning: passing argument 2 of 
‘request_irq’ from incompatible pointer type
/usr/src/modules/nozomi/nozomi.c:1568:76: error: macro INIT_WORK passed 3 
arguments, but takes just 2
/usr/src/modules/nozomi/nozomi.c: In function ‘nozomi_card_init’:
/usr/src/modules/nozomi/nozomi.c:1568: error: ‘INIT_WORK’ undeclared (first use 
in this function)
/usr/src/modules/nozomi/nozomi.c:1568: error: (Each undeclared identifier is 
reported only once
/usr/src/modules/nozomi/nozomi.c:1568: error: for each function it appears in.)
/usr/src/modules/nozomi/nozomi.c:1578: warning: overflow in implicit constant 
conversion
/usr/src/modules/nozomi/nozomi.c: In function ‘ntty_tty_init’:
/usr/src/modules/nozomi/nozomi.c:2183: warning: assignment from incompatible 
pointer type
/usr/src/modules/nozomi/nozomi.c:2184: warning: assignment from incompatible 
pointer type
/usr/src/modules/nozomi/nozomi.c:2193: warning: assignment from incompatible 
pointer type
make[4]: *** [/usr/src/modules/nozomi/nozomi.o] Error 1
make[3]: *** [_module_/usr/src/modules/nozomi] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.20-1-686'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/usr/src/modules/nozomi'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/nozomi'
make: *** [kdist_build] Error 2


Bug#425362: Acknowledgement (error: ‘INIT_WORK’ undeclared)

2007-05-21 Thread Miernik
These pages describe the problem, and how to fix it:

http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,223/
http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,229/
http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,246/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423646: wwwoffle: The WWWOFFLE root CA private key file 'certificates/root/root-key.pem' cannot be loaded.

2007-05-13 Thread Miernik
Can you do 'ls -al' in your /etc/wwwoffle/certificates/ directory?
I remember I also had I think a similar, and it was about the
ownership/permissions of that directory.

On my machine it is now:

[EMAIL PROTECTED]:/etc/wwwoffle/certificates$ ls -al
total 36
drwxr-xr-x 7 proxy   proxy1024 2007-02-02 19:53 .
drwxrwxrwx 9 miernik miernik  3072 2007-05-13 02:14 ..
drwxrwxr-x 2 proxy   proxy   19456 2007-05-12 01:54 fake
drwxrwxr-x 2 proxy   proxy9216 2007-05-12 01:54 real
drwxr-xr-x 2 proxy   proxy1024 2006-12-10 21:48 root
drwxrwxr-x 2 proxy   proxy1024 2007-01-09 12:24 server
drwxrwxr-x 2 proxy   proxy1024 2006-12-10 22:24 trusted
[EMAIL PROTECTED]:/etc/wwwoffle/certificates$

And it works.

-- 
Miernik
http://miernik.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395113: installation-report: after anwsering the option initramfs-tools or yaird it fails

2006-10-24 Thread Miernik
Package: installation-reports
Version: 2.20
Severity: important



-- Package-specific info:

Boot method: from hard disk using GRUB
Image version: netboot/debian-installer/i386/initrd.gz 
netboot/debian-installer/i386/linux 2006-10-24
Date: 2006-10-24 18:20:33

Machine: AMD Duron 800 MHz, 512 MB RAM, 2 GB CF card in IDE slot as only drive
Partitions: just one partition of full disk size, no swap


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[E]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

After choosing from the Debian installer main menu the option Install
the base system, it download's, unpacks and installs many things OK,
for about 15 minutes, and then after choosing the kernel, and given the
option to choose initramfs-tools or yaird, whichever of the two I
choose, it fails critically, unable to proceed, I tried repeating this
step several times, it just returns to Debian installer main menu
after the failure. I hope the attached gzipped /var/log/syslog will give
you what failed. I tried three times, in the attached log the error is
at:

Oct 24 20:37:21
Oct 24 20:54:13
Oct 24 21:12:48

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report.

Once you have filled out this report, mail it to [EMAIL PROTECTED]

P.S. I am sending this from a different machine, because the one beeing
installed doesn't work.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

installation-report depends on no packages.

Versions of packages installation-report recommends:
ii  pciutils   1:2.1.11-15.3 Linux PCI Utilities
ii  reportbug  3.18  reports bugs in the Debian distrib

-- no debconf information


syslog.gz
Description: Binary data


Bug#378065: aspell-pl: Warning: The string .... is invalid. Invalid UTF-8 sequence at position .. Skipping string.

2006-07-12 Thread Miernik
Package: aspell-pl
Version: 20060504-1
Severity: normal

During installation thousands of messages like that appear, probably for
every word with polish accented letters in the wordlist:

Warning: The string �wir is invalid. Invalid UTF-8 sequence at position 1. 
Skipping string.
Warning: The string �wok/OsST is invalid. Invalid UTF-8 sequence at position 
1. Skipping string.
Warning: The string �wokowaty/bXxY is invalid. Invalid UTF-8 sequence at 
position 1. Skipping string.
Warning: The string �si is invalid. Invalid UTF-8 sequence at position 1. 
Skipping string.
Warning: The string �cz is invalid. Invalid UTF-8 sequence at position 1. 
Skipping string.
Warning: The string �d is invalid. Invalid UTF-8 sequence at position 1. 
Skipping string.
Warning: The string �s is invalid. Invalid UTF-8 sequence at position 1. 
Skipping string.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aspell-pl depends on:
ii  aspell0.60.4-4   GNU Aspell spell-checker
ii  dictionaries-common   0.70.1 Common utilities for spelling dict

aspell-pl recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#375705: http://www.debian.org/debian.css makes pages wider than the screen

2006-06-27 Thread Miernik
Package: www.debian.org
Severity: normal

The CSS code in http://www.debian.org/debian.css will always make the
page wider than browser window width, which results in an horizontal
scrollbar, for example in Konqueror:

html, body {
[...]
margin: 0 4px 0 4px;
[...]
}

[...]

#pagewidth {
width: 100%;
[...]
}

100% wide + 4px = always 4 pixels wider than the window...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#358529: approx: doesn't obey interval setting for Release, Packages and Sources files

2006-04-29 Thread Miernik
On Sat, Apr 29, 2006 at 09:23:17PM -0400, Eric Cooper wrote:
 I'm closing this since it's the intentional behavior of the
 cache-invalidation logic used for secure APT.

Can we make it a wishlist instead of closing?
Althrough the current behaviour is intended, it would be very useful if
it behaved like I describe below, at least optionally:

It should always fetch both Release and Release.gpg, even if only
Release is requested, but not refetch them from upstream if they are not
older than interval. But if one of them is refetched for for some
reason, then approx should refetch the other one too. This way we would
always have matching Release and Release.gpg, but still allow to keep
old Packages file, if the user doesn't need the freshest one, and set's
interval to something big.

-- 
Miernik mailto:[EMAIL PROTECTED] Jabber-ID: [EMAIL PROTECTED]
-
Please note that spamfilter of ffii.org often deletes legitimate mail, if
I don't acknowledge your mail within 7 days it means I didn't receive it.


pgpEQR293MaQ3.pgp
Description: PGP signature


Bug#361833: xmalloc.c: No such file or directory.

2006-04-10 Thread Miernik
Package: ekg2
Version: 20060210+1832-1
Severity: important
Tags: experimental

When I am connected to my [EMAIL PROTECTED] account, and I try to
add mu other account to the userlist, like this:
/add jid:[EMAIL PROTECTED]
ekg2 crashes like this:

#0  0x0807fb91 in xstrlen (s=0x406b696e Address 0x406b696e out of bounds) at 
xmalloc.c:251
251 xmalloc.c: No such file or directory.
in xmalloc.c
(gdb) bt
#0  0x0807fb91 in xstrlen (s=0x406b696e Address 0x406b696e out of bounds) at 
xmalloc.c:251
#1  0xb7a13d84 in ncurses_contacts_update (w=0x81cfa18) at contacts.c:506
#2  0xb7a0529d in ncurses_redraw (w=0x81cfa18) at old.c:608
#3  0xb7a05d77 in ncurses_refresh () at old.c:871
#4  0xb7a0423d in ncurses_commit () at old.c:161
#5  0xb7a07cc3 in update_statusbar (commit=1) at old.c:1323
#6  0xb7a023c4 in ncurses_statusbar_timer (destroy=1, data=0x0) at main.c:57
#7  0x08071565 in timer_freeone (t=0x80caab8) at stuff.c:1534
#8  0x080715ef in timer_remove (plugin=0xb7a175c8, name=0xb7a15603 
ncurses:clock) at stuff.c:1561
#9  0xb7a03ed9 in ncurses_plugin_destroy () at main.c:545
#10 0x08061af2 in handle_sigsegv () at ekg.c:435
#11 signal handler called
#12 0xb7ee2540 in strcasecmp () from /lib/tls/libc.so.6
#13 0x0807f9e1 in xstrcasecmp (s1=0x7475612f Address 0x7475612f out of 
bounds, s2=0x81d24f8 jid:[EMAIL PROTECTED]) at xmalloc.c:211
#14 0x0807a823 in userlist_find_u (userlist=0x816112c, uid=0x81d24f8 
jid:[EMAIL PROTECTED]) at userlist.c:557
#15 0x0807a7d4 in userlist_find (session=0x8161120, uid=0x81d24f8 jid:[EMAIL 
PROTECTED]) at userlist.c:536
#16 0x0807ab16 in get_uid (session=0x8161120, text=0x81d24f8 jid:[EMAIL 
PROTECTED]) at userlist.c:689
#17 0x0807db18 in window_find (target=0x81d24f8 jid:[EMAIL PROTECTED]) at 
windows.c:70
#18 0x08058532 in command_exec (target=0x81d24f8 jid:[EMAIL PROTECTED], 
session=0x8161120, xline=0x818a950 /auth --request jid:[EMAIL PROTECTED], 
quiet=0) at commands.c:2583
#19 0x080586a8 in command_exec_format (target=0x81b2d48 jid:[EMAIL 
PROTECTED], session=0x8161120, quiet=0, format=0xb7d4fbcc /auth --request 
%s) at commands.c:2624
#20 0xb7d4a101 in jabber_command_modify (name=0x80a9a14 add, 
params=0x81457d0, session=0x8161120, target=0x81b2d48 jid:[EMAIL PROTECTED], 
quiet=0) at commands.c:567
#21 0x0805856d in command_exec (target=0x81b2d48 jid:[EMAIL PROTECTED], 
session=0x8161120, xline=0x812c960 /add jid:[EMAIL PROTECTED], quiet=0) at 
commands.c:2586
#22 0xb7a0f2c9 in binding_accept_line (arg=0x0) at bindings.c:234
#23 0xb7a09b96 in ncurses_watch_stdin (type=0, fd=0, watch=0x2 Address 0x2 out 
of bounds, data=0x0) at old.c:2014
#24 0x08068a84 in watch_handle (w=0x80cd0b8) at plugins.c:692
#25 0x080619ba in ekg_loop () at ekg.c:385
#26 0x0806299c in main (argc=1, argv=0xbf9ca704) at ekg.c:898
(gdb)

I use the package from current Debian experimental, version 20060210+1832-1

On my other accounts I can usually add users without problems.
On [EMAIL PROTECTED] it always crashes, at least when I try to add
my other account, be it [EMAIL PROTECTED] or [EMAIL PROTECTED]

Wait, just now I tried to add another user (with amessage.info address)
to my [EMAIL PROTECTED] account, and it crashed too.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ekg2 depends on:
ii  libaspell15 0.60.4-3 GNU Aspell spell-checker runtime l
ii  libatk1.0-0 1.10.3-1 The ATK accessibility toolkit
ii  libc6   2.3.6-3  GNU C Library: Shared libraries an
ii  libcairo2   1.0.2-3  The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-3 XML parsing C library - runtime li
ii  libfontconfig1  2.3.2-1.1generic font configuration library
ii  libgadu31:1.6+20060215-1 Gadu-Gadu protocol library - runti
ii  libglib2.0-02.8.6-1  The GLib library of C routines
ii  libgnutls11 1.0.16-14GNU TLS library - runtime library
ii  libgpmg11.19.6-22General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.8.13-1 The GTK+ graphical user interface 
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libncurses5 5.5-1Shared libraries for terminal hand
ii  libpango1.0-0   1.10.4-1 Layout and rendering of internatio
ii  libperl5.8  5.8.8-3  Shared Perl library
ii  libsqlite3-03.2.8-1  SQLite 3 shared library
ii  libssl0.9.8 0.9.8a-7 SSL shared libraries
ii  libx11-66.9.0.dfsg.1-4   X Window System protocol client li
ii  libxcursor1 1.1.3-1  X cursor management library
ii  libxext66.9.0.dfsg.1-4   X Window System miscellaneous exte
ii  libxi6

Bug#358529: approx: doesn't obey interval setting for Release, Packages and Sources files

2006-03-24 Thread Miernik
On Thu, Mar 23, 2006 at 11:14:10PM -0500, Eric Cooper wrote:
 In order to support secure apt (apt = 0.6), approx always checks
 upstream for Release and Release.gpg files.  Otherwise, you might end
 up with an inconsistent pair of these (one from your cache, one from
 upstream), causing apt's signature verification to fail.  (This is
 especially likely if you have mixed sarge and etch clients: the sarge
 ones only reference the Release files, while the etch ones reference
 both Release and Release.gpg, making it much more probable that the
 cache would get inconsistent.)

If so, I think it should always fetch both Release and Release.gpg, even
if only Release is requested, but not refetch them from upstream if they
are not older than interval. But if one of them is refetched for for
some reason, then approx should refetch the other one too. This way we
would always have matching Release and Release.gpg, but still allow to
keep old Packages file, if the user doesn't need the freshest one, and
set's interval to something big.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


pgpl8LVurlJnO.pgp
Description: PGP signature


Bug#358529: approx: doesn't obey interval setting for Release, Packages and Sources files

2006-03-22 Thread Miernik
Package: approx
Version: 2.03
Severity: normal


I have set

interval 525600

yet approx nevertheless checked the upstream for newer Release and
Packages files, while there where perfect ones fetched yesterday.
And of course some Packages.gz where updated, so it happily ditched my
old one, and used over 3 megs of my GPRS connection to download a new
one, only because there where a few packages updated, which I don't care
about - I was perfeclty happy with my yesterdays Packages.gz

For .deb files it obey's the setting OK.

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages approx depends on:
ii  adduser   3.85   Add and remove users and groups
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  curl  7.15.2-3   Get a file from an HTTP, HTTPS, FT
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi

approx recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#357697: aptitude: crashes if the Print Screen key is pressed

2006-03-18 Thread Miernik
Package: aptitude
Version: 0.4.1-1
Severity: normal

If I press the Print Screen key while aptitude is running, it crashes
like this:

Ouch!  Got SIGQUIT, dying..
Quit (core dumped)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.3   Advanced front-end for dpkg
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-3   type-safe Signal Framework for C++
ii  libstdc++64.0.2-9The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#354303: bash: the info file seems to be corrupted

2006-02-24 Thread Miernik
Package: bash
Version: 3.1-2
Severity: normal

Try for example this:

infobrowser bash

and then to to 'Concept index'.

And everywhere else most links go to different pages than they should be.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files3.1.10 Debian base system miscellaneous f
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353743: pfqueue: segfaults when started

2006-02-20 Thread Miernik
Package: pfqueue
Version: 0.5.2-1
Severity: normal

When I start it as root with an empty queue it just segfaults, the screen looks 
like this:

 Queue: 'input', 0 messages, 0 tagged   


ATCS
 ID From
 To

(... cut 78 empty lines ...)

┌─Message (from 
headers)─┐
│Queue is emptySegmentation fault (core dumped) 


 │
[EMAIL PROTECTED]:~#
│   


 │
│   


 │
│   


 │
│   


 │
└┘

[EMAIL PROTECTED]:~# gdb pfqueue core.20158
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.

(no debugging symbols found)
Core was generated by `pfqueue'.
Program terminated with signal 11, Segmentation fault.

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib/libpfqueue.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libpfqueue.so.0
Reading symbols from /lib/tls/i686/cmov/libdl.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libpfq_exim.so.0.0.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libpfq_exim.so.0.0.0
#0  0x20202020 in ?? ()
(gdb) bt
#0  0x20202020 in ?? ()
#1  0x080a8b00 in ?? ()
#2  0x0001 in ?? ()
#3  0x in ?? ()
#4  0x0804c592 in _IO_stdin_used ()
#5  0x0001 in ?? ()
#6  0x0001 in ?? ()
#7  0xbd68 in ?? ()
#8  0x0804be5a in ?? ()
#9  0x0001 in ?? ()
#10 0xbde4 in ?? ()
#11 0x0804c592 in _IO_stdin_used ()
#12 0x08049125 in _init ()
Previous frame inner to this frame (corrupt stack?)
(gdb)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pfqueue depends on:
ii  exim4 4.60-3 metapackage to ease exim MTA (v4) 
ii  libc6 

Bug#353310: linux-image-2.6.15-1-686: CONFIG_FB_ATY_XL_INIT should be set to n because it is broken

2006-02-17 Thread Miernik
Package: linux-image-2.6.15-1-686
Version: 2.6.15-6
Severity: normal

Please set CONFIG_FB_ATY_XL_INIT=n in the Debian kernel build, because
this option is broken, and for example on ATI Rage XL / Mach64GM makes
the system hang. For details please read this thread:
http://thread.gmane.org/gmane.linux.fbdev.user/518

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.15-1-686 depends on:
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-3   Yet Another mkInitRD

Versions of packages linux-image-2.6.15-1-686 recommends:
ii  libc6-i6862.3.6-1GNU C Library: Shared libraries [i

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#317841: scrolling aptitude still awfully slow

2006-01-27 Thread Miernik
Package: aptitude
Version: 0.4.1-1
Followup-For: Bug #317841

I have a Transmeta Crusoe TM5800 5800A073310 733 MHz CPU, which is about
as fast as an Athlon Thunderbird 320 MHz would be, and moving the
scollbar cannot be done as quickly as I can press keys, the delay is
really noticable when pressing arrow keys. Something like that doesn't
happen in any other full-screen CLI application I use (like mc, mutt,
tin). If there I can scroll fast, I should be able in aptitude too.
Scrolling in aptitude seems slow as in Mozilla or even slower. In all
other X apps besides Mozilla (like Gnumeric, Rekall) I can scroll much
faster. This is I think the most important problem to fix with aptitude.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14czernica
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.2   Advanced front-end for dpkg
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#348099: now that 256-color xterm is in unstable, compile screen with 256-color support too

2006-01-14 Thread Miernik
Package: screen
Version: 4.0.2-4.1
Severity: wishlist

xterm in unstable is now with 256-color support, so it would make sense
to enable 256-color support in GNU screen too. ELinks has 256 color
support for example, vim too, and running these inside screen requires
screen to have that too to make any use of it.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14czernica
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages screen depends on:
ii  base-passwd   3.5.11 Debian base system master password
ii  debconf   1.4.67 Debian configuration management sy
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libpam0g  0.79-3 Pluggable Authentication Modules l
ii  passwd1:4.0.14-2 change and administer password and

screen recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#340873: yaird: when i8042 PC Keyboard controller is not compiled creating initrd fails

2005-11-26 Thread Miernik
Package: yaird
Version: 0.0.11-12
Severity: normal

I have a board with no AT or PS/2 ports, and the keyboard is connected
by USB only, so I compiled a kernel using make-kpkg with
CONFIG_SERIO_I8042=n

That fails (I am compiling an initrd kernel) during installation attempt:

Unpacking replacement linux-image-2.6.14czernica ...
Searching for GRUB installation directory ... found: /boot/grub
Setting up linux-image-2.6.14czernica (20051126) ...

 Hmm. There is a symbolic link /lib/modules/2.6.14czernica/build
 However, I can not read it: No such file or directory
 Therefore, I am deleting /lib/modules/2.6.14czernica/build


 Hmm. The package shipped with a symbolic link 
/lib/modules/2.6.14czernica/source
 However, I can not read it: No such file or directory
 Therefore, I am deleting /lib/modules/2.6.14czernica/source

Using mkinitrd.yaird to build the ramdisk.
yaird error: Could not read output for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14czernica i8042 (fatal)
Failed to create initrd image.
dpkg: error processing linux-image-2.6.14czernica (--install):
 subprocess post-installation script returned error exit status 9
Errors were encountered while processing:
 linux-image-2.6.14czernica
[EMAIL PROTECTED]:~# 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages yaird depends on:
ii  cpio 2.6-9   GNU cpio -- a program to manage ar
ii  dash 0.5.2-8 The Debian Almquist Shell
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libhtml-template-perl2.6-2   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  perl 5.8.7-8 Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#340891: kernel-package: subprocess post-installation script returned error exit status 128

2005-11-26 Thread Miernik
Package: kernel-package
Version: 10.010
Severity: minor

i've build a kernel package with the following command:

make-kpkg --rootcmd fakeroot --initrd --append-to-version $(hostname) 
--revision $(date +'%Y%m%d') --config menuconfig kernel_image

And while installing it:

[EMAIL PROTECTED]:~# dpkg -i 
/var/tmp/linux-image-2.6.14czernica_20051126_i386.deb
Selecting previously deselected package linux-image-2.6.14czernica.
(Reading database ... 49790 files and directories currently installed.)
Unpacking linux-image-2.6.14czernica (from 
.../linux-image-2.6.14czernica_20051126_i386.deb) ...
Setting up linux-image-2.6.14czernica (20051126) ...
Using mkinitrd.yaird to build the ramdisk.
Searching for GRUB installation directory ... found: /boot/grub
dpkg: error processing linux-image-2.6.14czernica (--install):
 subprocess post-installation script returned error exit status 128
Errors were encountered while processing:
 linux-image-2.6.14czernica
[EMAIL PROTECTED]:~#

However the system seems to boot this kernel OK.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kernel-package depends on:
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  dpkg-dev 1.13.11 package building tools for Debian
ii  file 4.15-2  Determines file type using magic
ii  gcc [c-compiler] 4:4.0.2-1   The GNU C compiler
ii  gcc-4.0 [c-compiler] 4.0.2-4 The GNU C compiler
ii  gettext  0.14.5-2GNU Internationalization utilities
ii  make 3.80-11 The GNU version of the make util
ii  perl 5.8.7-8 Larry Wall's Practical Extraction 
ii  po-debconf   0.9.0   manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2 1.0.2-11   high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.5-8GNU C Library: Development Librari

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#340747: bash completion does not show 'make menuconfig' in kernel tree

2005-11-25 Thread Miernik
Package: make
Version: 3.80-11
Severity: minor

While in kernel tree from Debian package linux-source-2.6.14 the
followig options are available after make in bash tab completion:

czernica:/usr/src/linux-source-2.6.14$ make
all  checkstack   %config  cscope   depend  
 help modules  mrproper prepare  
prepare2 rpm  tags vmlinux
archprepare  cleanconfigcheck  debug_kallsyms   distclean   
 includecheck modules_install  namespacecheck   prepare0 
prepare3 scripts/ TAGS
buildcheck   config   crmodverdir  dep  FORCE   
 kernelreleasemodules_prepare  outputmakefile   prepare1 
prepare-all  scripts_basicversioncheck
czernica:/usr/src/linux-source-2.6.14$ make

There should be 'menuconfig' among these, but there isn't.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages make depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an

make recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#338766: linux-image-2.6.14-1-386: on console, i128t2r2 chipset, displays only upper half of the screen (12.5 lines in 80x25 mode)

2005-11-12 Thread Miernik
Package: linux-image-2.6.14-1-386
Version: 2.6.14-2
Severity: important

I have got a PCI video card like this:

:00:0c.0 VGA compatible controller: Number 9 Computer Company Revolution 4 
(rev 02) (prog-if 00 [VGA])
Subsystem: Number 9 Computer Company: Unknown device 0017
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 11
Memory at e400 (32-bit, prefetchable) [size=32M]
Memory at e200 (32-bit, prefetchable) [size=32M]
Memory at df80 (32-bit, non-prefetchable) [size=4K]
Memory at df00 (32-bit, non-prefetchable) [size=64K]
I/O ports at b800 [size=256]
Expansion ROM at 2001 [disabled] [size=64K]
Capabilities: [80] AGP version 1.0
Capabilities: [90] Power Management version 1


Its a card with LVDS output, and it drives a SGI 1600SW TFT monitor.

Up till I upgraded the kernel everything was ok, but when I upgraded the
kernel linux-image-2.6-386 2.6.12-10 - 2.6.14-2, when in colsole mode,
I use 80x25 char mode, only the upper half of the screen displays, the
lower half is blank. Exactly half, upper 12 and a half lines are
displayed.

While blue GRUB window is displaed, full display is OK, but immidiately
after GRUB, when the kernel is booted, only half is displayed. I boot my
kernel with this line in GRUB:

kernel  /boot/vmlinuz-2.6.14-1-386 root=/dev/hdc1 ro

so there is nothing non-standard. It happens immidiately after kernel is
booted and the 13-th line of the boot sequence is displayed.

This is very strange, I have never seen something like this before.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.14-1-386 depends on:
ii  module-init-tools 3.2-pre9-4 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.11-12  Yet Another mkInitRD

linux-image-2.6.14-1-386 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#259031: kernel: ioctl FBIOGET_CON2FBMAP: Invalid argument when trying to run fbtv

2005-09-22 Thread Miernik
Package: kernel
Followup-For: Bug #259031

When I try to run fbtv I get this:

jaworz:~# fbtv -v
using linux console font /usr/share/consolefonts/lat1-16.psf.gz
ioctl FBIOGET_CON2FBMAP: Invalid argument
jaworz:~#

fbtv version 3.94-1.0

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#239914: kernel: ioctl FBIOGET_CON2FBMAP: Invalid argument when trying to run fbtv

2005-09-22 Thread Miernik
On Fri, Sep 23, 2005 at 12:56:48AM +0200, Miernik wrote:
 Package: kernel
 Followup-For: Bug #259031
 
 When I try to run fbtv I get this:
 
 jaworz:~# fbtv -v
 using linux console font /usr/share/consolefonts/lat1-16.psf.gz
 ioctl FBIOGET_CON2FBMAP: Invalid argument
 jaworz:~#
 
 fbtv version 3.94-1.0
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.8-2-386
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

I think bugs #239914 and #259031 might be duplicates.

More information:

jaworz:~$ lspci
:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host 
bridge (rev 03)
:00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP 
bridge (rev 03)
:00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
:00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
:00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
:00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
:00:08.0 VGA compatible controller: Number 9 Computer Company Revolution 4 
(rev 02)
:00:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
jaworz:~$ cat /proc/fb
0 VESA VGA
jaworz:~$

Running kernel from package:
kernel-image-2.6.8-2-386 version 2.6.8-16

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327608: bugs.debian.org: for me also the BTS doesn't send followups to bugs I reported

2005-09-16 Thread Miernik
Package: bugs.debian.org
Followup-For: Bug #327608

For example for bug 327608 and a bunch of other bugs before, the
followups where never sent to me. However for a couple of bugs, the
followups did get sent to me.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327608: bugs.debian.org: for me also the BTS doesn't send followups to bugs I reported

2005-09-16 Thread Miernik
On Sat, Sep 17, 2005 at 03:33:54AM +0200, Miernik wrote:
 For example for bug 327608 and a bunch of other bugs before, the
 followups where never sent to me. However for a couple of bugs, the
 followups did get sent to me.

I meant bug 322236, sorry.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328159: mutt-ng: cannot modify system mail spool, says: Mailbox is read-only.

2005-09-13 Thread Miernik
Package: mutt-ng
Version: 0.0+20050831-1
Severity: grave
Tags: experimental
Justification: renders package unusable

After upgrading 0.0+20050728-1 - 0.0+20050831-1 muttng is unable to
modify my system mail spool /var/mail/miernik

If that spool is a mailbox, after entering it while it is non-empty, and
modifying anything in it (like reading a new mail, making it non-new) is
impossible to enter any other mailbox, in the status line:

Mailbox is read-only.

is shown if you try.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mutt-ng depends on:
ii  exim44.52-2  metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tra 4.52-2  lightweight exim MTA (v4) daemon
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libncursesw5 5.4-9   Shared libraries for terminal hand
ii  libqdbm111.8.31-1QDBM Database Libraries [runtime]
ii  libsasl2 2.1.19-1.6  Authentication abstraction library

mutt-ng recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327887: sh: /muttng_dotlock: No such file or directory

2005-09-12 Thread Miernik
Package: mutt-ng
Version: 0.0+20050831-1
Severity: important
Tags: experimental

After upgrading 0.0+20050728-1 - 0.0+20050831-1 when starting muttng

sh: /muttng_dotlock: No such file or directory

appears all over the screen, after entering the first mailbox it is
impossible to enter any other mailbox, in the status line:

Mailbox is read-only.

is shown if you try.

It might be some error with muttng trying to look for the muttng_dotlock
binary in the / directory instead of /usr/bin/ where it is.

Indeed, after doing

cp /usr/bin/muttng_dotlock /

muttng works correctly.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mutt-ng depends on:
ii  exim44.52-2  metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tra 4.52-2  lightweight exim MTA (v4) daemon
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libncursesw5 5.4-9   Shared libraries for terminal hand
ii  libqdbm111.8.31-1QDBM Database Libraries [runtime]
ii  libsasl2 2.1.19-1.6  Authentication abstraction library

mutt-ng recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327887: sh: /muttng_dotlock: No such file or directory

2005-09-12 Thread Miernik
On Mon, Sep 12, 2005 at 09:36:22PM +0200, Elimar Riesebieter wrote:
 What tells
 $ muttng -Q dotlock_program
 ?

jaworz:~$ muttng -Q dotlock_program
dotlock_program=$muttng_bindir/muttng_dotlock

and:

jaworz:~$ muttng -Q muttng_bindir
muttng_bindir=/usr/bin

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


pgp3cow3Z5VSa.pgp
Description: PGP signature


Bug#327887: sh: /muttng_dotlock: No such file or directory

2005-09-12 Thread Miernik
On Mon, Sep 12, 2005 at 10:23:46PM +0200, Elimar Riesebieter wrote:
 Please set
 dotlock_program=$muttng_bindir/muttng_dotlock
 in your muttngrc, delete the magick /muttng_dotlock and tell us the
 behavior.

Works correctly.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


pgp7iDGhy4drK.pgp
Description: PGP signature


Bug#327887: sh: /muttng_dotlock: No such file or directory

2005-09-12 Thread Miernik
On Mon, Sep 12, 2005 at 11:09:15PM +0200, Elimar Riesebieter wrote:
   Please set
   dotlock_program=$muttng_bindir/muttng_dotlock
   in your muttngrc, delete the magick /muttng_dotlock and tell us the
   behavior.
  
  Works correctly.
 
 Bug closed ;-)

???

Wait, how a user is supposed to know that he has to have that in
~/.muttngrc and first of all, why he is supposed to have that there?

Things should work out of the box.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


pgpJOoxLIJlKX.pgp
Description: PGP signature


Bug#327887: sh: /muttng_dotlock: No such file or directory

2005-09-12 Thread Miernik
On Mon, Sep 12, 2005 at 11:46:22PM +0200, Elimar Riesebieter wrote:
  Wait, how a user is supposed to know that he has to have that in
  ~/.muttngrc and first of all, why he is supposed to have that there?
  
  Things should work out of the box.
 
 You're right, but lease notice theat mutt-ng resides in experimantal
 and isn't released to unstable yet ;)

So you shouldn't close this bug, so that it will keep it from entering
unstable before it's fixed. 

It's not a justification to close this just because there is a
workaround, and it's in experimental.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


pgp6GZiOL8Dkk.pgp
Description: PGP signature


Bug#325643: moc: uninstallable in sid (depends on libflac6 which is UNAVAILABLE)

2005-08-29 Thread Miernik
Package: moc
Version: 2.3.1-1
Severity: grave
Justification: renders package unusable

moc in version 2.3.1-1 which is in sid depends on libflac6
which is UNAVAILABLE, making moc uninstallable.

libflac6 has been superseded by libflac7 which is in sid.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages moc depends on:
ii  libasound2   1.0.9-3 ALSA library
ii  libc62.3.5-4 GNU C Library: Shared libraries an
ii  libcurl3 7.14.0-5Multi-protocol file transfer libra
ii  libflac6 1.1.1-5.2   Free Lossless Audio Codec - runtim
ii  libgcrypt11  1.2.1-4 LGPL Crypto library - runtime libr
ii  libgnutls12  1.2.6-1 the GNU TLS library - runtime libr
ii  libgpg-error01.1-4   library for common error values an
ii  libid3tag0   0.15.1b-7   ID3 tag reading library from the M
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjack0.100.0-0 0.100.0-4   JACK Audio Connection Kit (librari
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmpcdec3   1.2-1   Musepack (MPC) format library
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  libsamplerate0   0.1.1-2 audio rate conversion library
ii  libsndfile1  1.0.11-1Library for reading/writing audio 
ii  libspeex11.1.6-2 The Speex Speech Codec
ii  libtagc0 1.3.1-1.1   TagLib Audio Meta-Data Library (C 
ii  libtasn1-2   0.2.13-1Manage ASN.1 structures (runtime)
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3-3   compression library - runtime

moc recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325199: mozilla-firefox: uses wrong font: fc-match serif is Bitstream Vera Serif, firefox uses type1 gsfonts

2005-08-26 Thread Miernik
Package: mozilla-firefox
Version: 1.0.99+deerpark-alpha2-1
Severity: normal

@product  = Firefox
@groupset = ReadWorld ReadPartners
@op_sys   = Linux
@short_desc   = uses wrong font: fc-match serif is Bitstream Vera Serif, 
firefox uses type1 gsfonts

In my system I have the following fonts installed:

jaworz:~$ fc-list | sort
Bitstream Vera Sans Mono:style=Bold
Bitstream Vera Sans Mono:style=Bold Oblique
Bitstream Vera Sans Mono:style=Oblique
Bitstream Vera Sans Mono:style=Roman
Bitstream Vera Sans:style=Bold
Bitstream Vera Sans:style=Bold Oblique
Bitstream Vera Sans:style=Oblique
Bitstream Vera Sans:style=Roman
Bitstream Vera Serif:style=Bold
Bitstream Vera Serif:style=Roman
Century Schoolbook L:style=Bold
Century Schoolbook L:style=Bold Italic
Century Schoolbook L:style=Italic
Century Schoolbook L:style=Roman
DejaVu Sans Condensed:style=Bold
DejaVu Sans Condensed:style=BoldOblique
DejaVu Sans Condensed:style=Condensed
DejaVu Sans Condensed:style=Oblique
DejaVu Sans Mono:style=Bold
DejaVu Sans Mono:style=BoldOb
DejaVu Sans Mono:style=Oblique
DejaVu Sans Mono:style=Roman
DejaVu Sans:style=Bold
DejaVu Sans:style=BoldOblique
DejaVu Sans:style=Book
DejaVu Sans:style=Oblique
DejaVu Serif Condensed:style=Bold
DejaVu Serif Condensed:style=BoldOblique
DejaVu Serif Condensed:style=Condensed
DejaVu Serif Condensed:style=Oblique
DejaVu Serif:style=Bold
DejaVu Serif:style=BoldOblique
DejaVu Serif:style=Oblique
DejaVu Serif:style=Roman
Dingbats:style=Regular
Nimbus Mono L:style=Bold
Nimbus Mono L:style=Bold Oblique
Nimbus Mono L:style=Regular
Nimbus Mono L:style=Regular Oblique
Nimbus Roman No9 L:style=Medium
Nimbus Roman No9 L:style=Medium Italic
Nimbus Roman No9 L:style=Regular
Nimbus Roman No9 L:style=Regular Italic
Nimbus Sans L:style=Bold
Nimbus Sans L:style=Bold Condensed
Nimbus Sans L:style=Bold Condensed Italic
Nimbus Sans L:style=Bold Italic
Nimbus Sans L:style=Regular
Nimbus Sans L:style=Regular Condensed
Nimbus Sans L:style=Regular Condensed Italic
Nimbus Sans L:style=Regular Italic
Standard Symbols L:style=Regular
URW Bookman L:style=Demi Bold
URW Bookman L:style=Demi Bold Italic
URW Bookman L:style=Light
URW Bookman L:style=Light Italic
URW Chancery L:style=Medium Italic
URW Gothic L:style=Book
URW Gothic L:style=Book Oblique
URW Gothic L:style=Demi
URW Gothic L:style=Demi Oblique
URW Palladio L:style=Bold
URW Palladio L:style=Bold Italic
URW Palladio L:style=Italic
URW Palladio L:style=Roman
jaworz:~$

The defaults for serif and sans-serif are as follows:

jaworz:~$ fc-match serif
VeraSe.ttf: Bitstream Vera Serif Roman
jaworz:~$ fc-match sans-serif
Vera.ttf: Bitstream Vera Sans Roman
jaworz:~$

When I go in Firefox to Preferences - Fonts - Advanced, for all
regions (Western, Central European, etc...) it shows:

Proportional: Serif
Serif:serif

So the default font should be Bitstream Vera Serif.

I know how that font looks like, and can recognize it from the ugly
Type1 fonts supplied by the package gsfonts (Nimbus/URW ones above),
and I see that Firefox uses some font from gsfonts instead of the
Bitstream Vera Serif font in all webpages I browse. Only in the
Firefox menus (File, Edit, etc...), and form buttons, select drop-down
lists in POST forms etc use Bitstream Vera. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-firefox depends on:
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1generic font configuration library
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxp66.8.2.dfsg.1-5 X Window System printing extension
ii  

Bug#324870: emacs-snapshot-bin-common: after removal leaves dangling symlinks

2005-08-24 Thread Miernik
Package: emacs-snapshot-bin-common
Version: 2005081914-1
Severity: minor

After removal leaves a couple of dangling symlinks:

/etc/cron.daily/man-db:
mandb: warning: /usr/share/man/man1/emacsclient.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/ctags.1.gz is a dangling symlink
mandb: warning: /usr/share/man/man1/etags.1.gz is a dangling symlink

The package was installed and removed with aptitude this say:

jaworz:~$ cat /var/log/aptitude | grep emacs-snapshot-bin-common
[INSTALL, DEPENDENCIES] emacs-snapshot-bin-common
[HOLD] emacs-snapshot-bin-common
[UPGRADE] emacs-snapshot-bin-common 2005080510-1 - 2005081214-2
[UPGRADE] emacs-snapshot-bin-common 2005081214-2 - 2005081914-1
[REMOVE, NOT USED] emacs-snapshot-bin-common
jaworz:~$ 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324104: please split off non-essenstial stuff from xlibs-data to a separate package

2005-08-20 Thread Miernik
Package: xlibs-data
Version: 6.8.2.dfsg.1-5
Severity: wishlist

xlibs-data contains some things which are essenstial for running most X
programs, while other things in it tka up a lot of space, and are rarely
used. The package takes up almost 7.5 MB of disk space, out of which
4 MB are cursors in /usr/X11R6/lib/X11/icons/ (only two or three default
cursors should be in the main package, the rest in xlibs-data-extra for
example), and half a meg of stuff in /usr/X11R6/include/X11/bitmaps/ and
/usr/X11R6/include/X11/bitmaps/ which I don't think I ever use, while I
use X (I use the ion3 window manager). 

libx11-6 package (which I need because GTK+ depends on it) desription
states: libx11-6 depends on xlibs-data for locale data and the X error
and keysym databases, and these are almost the only things I need from
xlibs-data (+ two or three default cursors). So please leave only that
in xlibs-data, which will make it's installed size about 40% of it's
current installed size, and move the rest to a new package, for example
xlibs-data-extra. 

Please don't tell me that 4 MB is nothing in the era of 200 GB hard
drives - people want tu use flash disks as the only filesystem also in
desktop computers, not just embedded (just because of their silentness,
nothing else), and/or put a copy of the whole filesystem in RAM for
speed, and then such a waste of diskpace matters. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324104: please split off non-essenstial stuff from xlibs-data to a separate package

2005-08-20 Thread Miernik
On Sat, Aug 20, 2005 at 07:21:53PM +1000, Daniel Stone wrote:
 On Sat, Aug 20, 2005 at 10:49:18AM +0200, Miernik wrote:
  Please don't tell me that 4 MB is nothing in the era of 200 GB hard
  drives - people want tu use flash disks as the only filesystem also in
  desktop computers, not just embedded (just because of their silentness,
  nothing else), and/or put a copy of the whole filesystem in RAM for
  speed, and then such a waste of diskpace matters. 
 
 If you care about that, then use either KDrive (without XKB/DRI/etc,
 naturally),

jaworz:~$ apt-cache search kdrive
libxcomposite1 - X off-screen compositing library
libxdamage1 - X region 'damage' library
jaworz:~$ apt-cache show libxcomposite1 | grep -A 20 Description
Description: X off-screen compositing library
 libXcomposite provides the client-side interface to the Composite extension,
 which allows off-screen redirection and drawing facilities for clients to
 modify the final look of the desktop.
 .
 This requires server-side support, which was introduced in X.Org's X11R6.8,
 and is also present in most versions of freedesktop.org's 'KDrive' server
 (also known as 'xserver', or 'freedesktop.org X server').

jaworz:~$ apt-cache show libxdamage1 | grep -A 20 Description
Description: X region 'damage' library
 libXdamage provides the client-side interface to the DAMAGE extension,
 which allows for notification of changes to regions.
 .
 This requires server-side support, which was introduced in X.Org's X11R6.8,
 and is also present in most versions of freedesktop.org's 'KDrive' server
 (also known as 'xserver', or 'freedesktop.org X server').

jaworz:~$

There is no KDrive package in Debian.

 the modular libX11 that lets you disable XKB and XCMS (which, IIRC, is
 about 1MB or more), and basically everything that isn't the standard
 X.Org distribution, much less the Debian packages thereof.

I don't understand much of this.

 Closing this bug because I don't think there's any merit in it, sorry.

In what precentage of systems do you think are the extra cursor themes
and pixmaps (which together take up 60% of this package installed size)
actually used?  5% ?  1% ?

In what precentage of systems do you think is the package xlibs-data
installed?  80% ?  95% ?

I estimate that in about 75% of systems where this package is installed,
the 60% of this package, the 4.3 MB of bitmaps, pixmaps and cursor data
are not used.

So how can you justify including that in a package that anything which
has something to do with X depends on? I don't think there is any merit
in that.

I am not angry that you don't want to fix this bug, because no developer
is obliged to do anything, it'd get done when someone sometime would
feel wanting to do this and supply a patch, maybe even me. But I am
angry that you closed the wish, a wish that wouldn't do anybody any
harm, the burden on packagers would be minimal, would save a
considerable amount of space (packages are beeing split for smaller or
similar space savings: bsdmainutils/bsdutils, gettext-base/gettext), and
you closed it by a one-person decision, even without a futher discussion
and/or waiting for other's opinion on debian-x or the BTS.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324120: localepurge: purge also files in /usr/X11R6/lib/X11/locale/

2005-08-20 Thread Miernik
Package: localepurge
Version: 0.4.1
Severity: wishlist

There are a lot of locale files in /usr/X11R6/lib/X11/locale/ which are
currently not purged by localepurge. 1.7 MB would be saved on my system
if the unneeded ones where purged.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages localepurge depends on:
ii  debconf [debconf-2.0] 1.4.57 Debian configuration management sy
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  dpkg  1.13.11package maintenance system for Deb
ii  procps1:3.2.5-1  /proc file system utilities

localepurge recommends no packages.

-- debconf information:
  localepurge/remove_no:
  localepurge/none_selected: false
* localepurge/nopurge: en, en_US, en_US.UTF-8
* localepurge/mandelete: true
* localepurge/dontbothernew: false
  localepurge/showfreedspace: true
  localepurge/verbose: false
  localepurge/quickndirtycalc: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324120: localepurge: purge also files in /usr/X11R6/lib/X11/locale/

2005-08-20 Thread Miernik
On Sat, Aug 20, 2005 at 01:50:50PM +0200, Paul Seelig wrote:
 Hi Miernik,
 
 actually, /usr/X11R6/lib/X11/locale/ doesn't contain a single *.mo file:
 
  snip --
 # find /usr/X11R6/lib/X11/locale -name *.mo
 ## (nothing!)
 # dpkg -S /usr/X11R6/lib/X11/locale
 libx11-6, xlibs-data: /usr/X11R6/lib/X11/locale
  snap --
 
 It only contains libraries and data for the libx11-6 and xlibs-data
 packages. We definitely do not want them to be removed.

Why not?
There is a bunch of directories there, and only one of them is needed,
depending on which locale is used, no?

I have now manually removed on my system all directories there except 
C
en_US.UTF-8
lib
and let's see what will happen. I think the other files would never be
used anyway. I use en_US.UTF-8 locale.

That these are not *.mo files doesn't matter, I don't need any files
which are only for people using zh_HK.big5 or ibm-cp1133.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322739: Possibility of working around this bug in stable

2005-08-19 Thread Miernik
On Thu, Aug 18, 2005 at 10:59:18PM -0700, Don Armstrong wrote:
 I think it would be reasonable to work around this bug in stable 

Well, currently the version in unstable doesn't work also.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Why software shouldn't be covered by patents
http://bladeenc.mp3.no/articles/software_patents.html


pgpOJf9zIYLYr.pgp
Description: PGP signature


Bug#323971: xdiskusage: the program uses M having in mind 1024*1024 instead of 1000*1000, or it should use Mi

2005-08-19 Thread Miernik
Package: xdiskusage
Version: 1.48-5
Severity: minor

Please read http://en.wikipedia.org/wiki/Binary_prefix

The program xdiskusage shortens numbers dividing them by 1024 and
adding suffix M. That is incorrect, M = 1000 * 1000.

The program should display that as Mi, and supply an option to choose
should it use powers of 1000 and display M or powers of 1024 and
display Mi.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xdiskusage depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libfltk1.1c1021.1.6-5Fast Light Toolkit shared librarie
ii  libgcc1   1:4.0.1-5  GCC support library
ii  libglu1-xorg [libglu1]6.8.2.dfsg.1-5 Mesa OpenGL utility library [X.Org
ii  libstdc++51:3.3.6-8  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-5 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m

xdiskusage recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323748: libwmf0.2-7: change gsfonts dependency from Depends to Recommends

2005-08-18 Thread Miernik
Package: libwmf0.2-7
Severity: minor

Does libwmf0.2-7 has to depend on gsfonts ?

I think that dependency should be changed to Recommends, because there
are perfectly fine uses of libwmf0.2-7 where gsfonts are not needed at
all. For example the wv package uses this library, and for example
converting a MS Word doc file to a HTML file with:

wvHtml file.doc file.html

doesn't have any use of gsfonts. Or am I wrong?

Similarly, X is not useful in that also, so dependencies:

xlibs
libice6
libsm6
libx11-6

should also perhaps be changed to Recommends.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323755: dillo: new upstream version 0.8.5 available since 2005-06-15

2005-08-18 Thread Miernik
Package: dillo
Version: 0.8.3-1.1
Severity: minor

New upstream version 0.8.5 is available here:
http://www.dillo.org/download/dillo-0.8.5.tar.bz2

Also a deb package made by the upstream is here:
http://www.dillo.org/download/dillo_0.8.5-1_i386.deb

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dillo depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpng10-01.0.18-1   PNG library, older version - runti
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-5 X Window System Input extension li
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

dillo recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323891: /usr/share/doc/pkgsync/README.Debian instead of (...)/README.Debian.gz in cron error messages

2005-08-18 Thread Miernik
Package: pkgsync
Version: 1.4
Severity: minor

I get such messages from pkgsync every day:

From: Cron Daemon [EMAIL PROTECTED]
Subject: Cron [EMAIL PROTECTED] test -x /usr/sbin/anacron || run-parts 
--report /etc/cron.daily
Date: Fri, 19 Aug 2005 06:28:19 +0200
Delivery-date: Fri, 19 Aug 2005 06:28:19 +0200
Envelope-to: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

/etc/cron.daily/nightly-pkgsync:
Error: Missing files in /etc/pkgsync. Aborting.

Please see /usr/share/doc/pkgsync/README.Debian for information on
configuring pkgsync.

However, the /usr/share/doc/pkgsync/README.Debian file doesn't exist,
instead a /usr/share/doc/pkgsync/README.Debian.gz file exists.

jaworz:~$ less /usr/share/doc/pkgsync/README.Debian
/usr/share/doc/pkgsync/README.Debian: No such file or directory
jaworz:~$ ls /usr/share/doc/pkgsync/README.Debian*
/usr/share/doc/pkgsync/README.Debian.gz
jaworz:~$

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pkgsync depends on:
ii  aptitude  0.2.15.9-6 terminal-based apt frontend

pkgsync recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323449: tin hanged with: Can't retrieve active

2005-08-16 Thread Miernik
Package: tin
Version: 1:1.7.10+20050815-1
Severity: normal

I am running tin as rtin with a local newsserver (noffle), and today
rtin was running as usual, I have 51 groups in my .newsrc, and I was
away from the computer. When I came back, I see rtin hanged, no reaction
to any keys, and displaing in the last line of the screen:

Can't retrieve active

top is displaying:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
11970 miernik   16   0  7860 5428 1608 S  0.0  2.1   9:20.98 rtin

jaworz:~$ strace -p 11970
Process 11970 attached - interrupt to quit
read(3,

jaworz:~$ ls -l /proc/11970/fd/3
lrwx--  1 miernik miernik 64 2005-08-16 22:21 /proc/11970/fd/3 - 
socket:[38096]
jaworz:~$

(gdb) bt
#0  0xb7ec81fe in read () from /lib/tls/libc.so.6
#1  0xb7e68b48 in _IO_file_read () from /lib/tls/libc.so.6
#2  0xb7e678be in _IO_file_underflow () from /lib/tls/libc.so.6
#3  0xb7e69e2b in _IO_default_uflow () from /lib/tls/libc.so.6
#4  0xb7e69c0c in __uflow () from /lib/tls/libc.so.6
#5  0xb7e5eae8 in _IO_getline_info () from /lib/tls/libc.so.6
#6  0xb7e5ea0f in _IO_getline () from /lib/tls/libc.so.6
#7  0xb7e5d959 in fgets () from /lib/tls/libc.so.6
#8  0x0807d2ce in ?? ()
#9  0x083db508 in ?? ()
#10 0x04fd in ?? ()
#11 0x082d4410 in ?? ()
#12 0x04fd in ?? ()
#13 0x080ac4c1 in _IO_stdin_used ()
#14 0x0001 in ?? ()
#15 0x in ?? ()
#16 0x in ?? ()
#17 0x in ?? ()
#18 0x6320 in ?? ()
#19 0xb7e44550 in vfprintf () from /lib/tls/libc.so.6

... this part is useless probably, only ?? () ...

#72 0x08090adf in ?? ()
#73 0x in ?? ()
#74 0xb7e6d0a4 in free () from /lib/tls/libc.so.6
Previous frame inner to this frame (corrupt stack?)
(gdb)

jaworz:~$ lsof | grep 38096
lsof: WARNING: can't stat() ext3 file system /dev/.static/dev
  Output information may be incomplete.
rtin  11970 miernik3u IPv4  38096 TCP 
localhost.localdomain:41188-localhost.localdomain:nntp (ESTABLISHED)
rtin  11970 miernik4u IPv4  38096 TCP 
localhost.localdomain:41188-localhost.localdomain:nntp (ESTABLISHED)
jaworz:~$

Looks like it's stuck on connection to local newsserver. But it is like
that since half an hour at least, it should time out or something. There
is not much I can do besides killing it.

Finally I did:

jaworz:~$ sudo killall noffle
jaworz:~$ sudo killall noffle
jaworz:~$ sudo killall -9 noffle
jaworz:~$ sudo killall -9 noffle
noffle: no process killed
jaworz:~$

And then rtin did quit too.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages tin depends on:
ii  debconf [debconf-2.0] 1.4.57 Debian configuration management sy
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libncursesw5  5.4-9  Shared libraries for terminal hand
ii  libpcre3  5.0-1.1Perl 5 Compatible Regular Expressi

Versions of packages tin recommends:
ii  exim4 4.52-1 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.52-1 lightweight exim MTA (v4) daemon

-- debconf information:
* shared/news/server: localhost


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322948: use freeze to compile Phyton code to a binary executable

2005-08-16 Thread Miernik
On Mon, Aug 15, 2005 at 07:10:01PM -0400, Chris Lawrence wrote:
 Not bloody likely.  It's possible that with the advent of -minimal
 that reportbug could manage to use that subset of the Python standard
 library, but a rewrite in C (with its fundamentally broken string
 handling) isn't going to happen.

So isn't it possible to compile Python code to an ELF executable?
Like this: http://wiki.python.org/moin/Freeze
Then you could distribute reportbug as byte-code, not requiring to have
a Python interpreter installed to run, but still have the source in
Python.

 (In any event, if you have a bug in an embedded system chances are
 you're the sort of user who can fire up mailx and format the report
 manually... it isn't that hard)

Well, yes, but it is unconvinient. I also want to use a flash disk
instead of a HDD in my laptop, so I am trying to fix the whole system
under 256 MB. reportbug is the only thing that depends on Python on it
now, and removing that dependency would help me greatly.

P.S. Isn't this a bug that I _did_not_ get the message which I am
replying to now to my mailbox? I had to fetch it from the web?
Was your message supposed to reach me? If so can someone check was it
sent to me?

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Why software shouldn't be covered by patents
http://bladeenc.mp3.no/articles/software_patents.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323278: vim: crypt_autosign crypt_autoencrypt and xterm_set_titles not highlighted in .muttrc

2005-08-15 Thread Miernik
Package: vim
Version: 1:6.3-085+1
Severity: minor

crypt_autosign crypt_autoencrypt and xterm_set_titles are not
highlighted in cyan like other variables in .muttrc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages vim depends on:
ii  dpkg 1.13.10 Package maintenance system for Deb
ii  libc62.3.5-3 GNU C Library: Shared libraries an
ii  libgpmg1 1.19.6-21   General Purpose Mouse - shared lib
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  vim-common   1:6.3-085+1 Vi IMproved - Common files

vim recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323298: aptitude: keybinding for the Un-Limit Display function

2005-08-15 Thread Miernik
Package: aptitude
Version: 0.2.15.9-6
Severity: wishlist

I wish there would be a keyboard shortcut to unlimit the display. I know
you can press 'l' and clear the field with backspace and press Enter,
but that takes a lot of time. Even better would be a key to toggle the
limiting on and off. So with one keystroke one would be able to unlimit
the display if it is limited or set the limit back on if it is
unlimited.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.40.1   Advanced front-end for dpkg
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libsigc++-1.2-5c2 1.2.5-5type-safe Signal Framework for C++
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.2.15.9-6 English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323303: aptitude: right-align numerical fields in package list

2005-08-15 Thread Miernik
Package: aptitude
Version: 0.2.15.9-6
Severity: wishlist

Currently all fields in the package list are left-aligned, no matter if
they are text or numerical. This looks bad for numerical fields. For
example, I have

aptitude::UI::Package-Display-Format %c%a%M %27p%t%5i#%4r%8D%8I%8Z%v#%V#;

and example part of the display looks like this:

i A libbz2-1.0   unstable   6   41.8kB  131kB1.0.2-8 1.0.2-8
i A libc6unstable   436 4927kB  16.7MB   2.3.5-3 2.3.5-3
i   libc6-devunstable   3   2678kB  10.9MB   2.3.5-3 2.3.5-3
i A libcap1  unstable   3   9082B   61.4kB   1:1.10-14   1:1.10-14

I would want it to look like this:

i A libbz2-1.0   unstable 6 41.8kB   131kB   1.0.2-8 1.0.2-8
i A libc6unstable   436 4927kB  16.7MB   2.3.5-3 2.3.5-3
i   libc6-devunstable 3 2678kB  10.9MB   2.3.5-3 2.3.5-3
i A libcap1  unstable 3 9082B   61.4kB   1:1.10-14   1:1.10-14

so that numerical fields are right-aligned with the rightmost numer in
the field.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.40.1   Advanced front-end for dpkg
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libsigc++-1.2-5c2 1.2.5-5type-safe Signal Framework for C++
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.2.15.9-6 English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323330: w3mmee: uninstallable in sid (depends on libgc1 which is UNAVAILABLE)

2005-08-15 Thread Miernik
Package: w3mmee
Severity: grave
Justification: renders package unusable

w3mmee in version 0.3.p24.20-2 which is in sid depends on libgc1 which
is UNAVAILABLE, making w3mmee uninstallable.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322914: Assertion ((c * heads + h) * sectors + s == a) at ../../libparted/disk_dos.c:603 in function probe_partition_for_geom() failed.

2005-08-13 Thread Miernik
Package: parted
Version: 1.6.23-3
Severity: normal

jaworz:/mnt# parted /dev/hda
GNU Parted 1.6.23
Copyright (C) 1998 - 2005 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Using /dev/hda
(parted) print
You found a bug in GNU Parted.  Please email a bug report to bug-parted@gnu.org 
containing the version (1.6.23), and the following message:

Assertion ((c * heads + h) * sectors + s == a) at 
../../libparted/disk_dos.c:603 in function probe_partition_for_geom() failed.
Ignore/Cancel? i
You found a bug in GNU Parted.  Please email a bug report to bug-parted@gnu.org 
containing the version (1.6.23), and the following message:

Assertion ((C * heads + H) * sectors + S == A) at 
../../libparted/disk_dos.c:604 in function probe_partition_for_geom() failed.
Ignore/Cancel? c
Disk geometry for /dev/hda: 0kB - 6007MB
Disk label type: msdos
Number  Start   End SizeType  File system  Flags
1   32kB280MB   280MB   primary   ext3 boot
2   280MB   6004MB  5725MB  extended
5   280MB   1074MB  794MB   logical   ext3
6   1074MB  2147MB  1073MB  logical   xfs
7   2147MB  3488MB  1341MB  logical   reiserfs
8   3488MB  3677MB  189MB   logical   linux-swap
9   3677MB  3858MB  181MB   logical   ext3
10  3858MB  4606MB  748MB   logical   jfs
11  4606MB  6004MB  1398MB  logical   xfs
(parted)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages parted depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libparted1.6-12   1.6.23-3   The GNU Parted disk partitioning s
ii  libreadline4  4.3-15 GNU readline and history libraries

parted recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322922: install: The partitioner thinks that a 511705088 B is too large for a drive with 5.7 GB unpartitioned space

2005-08-13 Thread Miernik
Package: install
Severity: normal

During installing sarge with images from 
http://ftp.debian.org/debian/dists/sarge/main/installer-i386/current/images/netboot/debian-installer/i386/2.6/
(booting installation from GRUB), during the question:

[!!] Partition disks

it says:

The minimum size you can use is 512.0 B or 0% and the maximum size is
5.7 GB.

New partition size:

and I entered 511705088 B

It said:

[!] Partition disks
   Too large size

Besides that, the dialog doesn't say does it interpret kB, MB and GB as
powers of 1000 or 1024. It should clearly mention how will it interpret
these. Best if it would say that kB, MB and GB will mean powers of 1000,
and kiB, MiB and GiB will mean powers of 1024.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322940: qalc: switch to libreadline5

2005-08-13 Thread Miernik
Package: qalc
Version: 0.8.1.1-1
Severity: wishlist

Switch the package to use libreadline5, so it's not nessesary to install
the old version.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages qalc depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcln3c2 1.1.9-4Class Library for Numbers (C++)
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgmp3c2 4.1.4-9Multiprecision arithmetic library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libqalculate0 0.8.1.1-1  Powerful and easy to use desktop c
ii  libreadline5  5.0-10 GNU readline and history libraries
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3
ii  libxml2   2.6.20-1   GNOME XML library
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages qalc recommends:
ii  wget  1.10-3+1.10.1beta1 retrieves files from the web

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322941: units: switch to libreadline5

2005-08-13 Thread Miernik
Package: units
Version: 1.81-4
Severity: wishlist

Switch the package to use libreadline5, so it's not nessesary to install
the old version.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages units depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libreadline4  4.3-15 GNU readline and history libraries

units recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#239820: bluez-utils: also a problem if you do have X

2005-08-13 Thread Miernik
Edd Dumbill wrote:
 On Sat, 2005-02-05 at 15:53 +, Franck Arnaud wrote:
  This issue is also a problem if you do have X. I have a machine with
  a flash disk and a minimal X setup, and bluez-pin still wants 10MB
  of disk space (which is a large part of my available disk space) to
  install all the extra rubbish it depends on. That to display one
  dialog box with one field, this is bloatware on a fairly major
  scale.
 
  Is something being done about this issue? If not, I think I will
 have to volunteer. Thanks.

 No, nothing is currently being done.  Your volunteering would be
 great!

Any progress on this? It's very much wanted to fix this terrible
bloatware overkill.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322948: rewrite reportbug in C

2005-08-13 Thread Miernik
Package: reportbug
Version: 3.15
Severity: wishlist

Sometimes you want to report bugs from an embedded system for example,
where you can't/don't want to have big extra things like python
installed. It's a tool so important and often used, that it should
justify the effort to rewrite it in C.

-- Package-specific info:
** /home/miernik/.reportbugrc:
reportbug_version 2.36
mode advanced
ui text
realname Miernik
email [EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-6An interactive high-level object-o

Versions of packages reportbug recommends:
pn  python2.3-cjkcodecs | python2 none (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322957: install .bash_logout with clear'ing the screen before logout by default

2005-08-13 Thread Miernik
Package: bash
Version: 3.0-15
Severity: wishlist

I suggest to include a file /etc/skel/.bash_logout with:

case `tty` in
/dev/tty[0-9]) clear
esac

to clear the screen before user logs out by default.
I think it's very nice, and I think it should be there by default.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files3.1.6  Debian base system miscellaneous f
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  passwd1:4.0.3-39 change and administer password and

bash recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322990: aptitude: add a format string escape to display how much space would be freed if this package was purged

2005-08-13 Thread Miernik
Package: aptitude
Version: 0.2.15.9-6
Severity: wishlist

There should be something like
%Z Size Change
but displaying how much space would be freed/used _with_dependencies_ if
this package was purged/installed. I mean something to be displayed in
the package list besides each package name, so one could see how much
space would be freed/used without actually selecting the package for
installation/removal. Currently this information can be seen for a
cpackage by selecting it for installation/purge and looking in the upper
right corner where it says so. 

There should also be an option to sort the package list by this value.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.40.1   Advanced front-end for dpkg
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libsigc++-1.2-5c2 1.2.5-5type-safe Signal Framework for C++
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.2.15.9-6 English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322995: links2: change libdirectfb-*, libsvga1 and libx11-6 | xlibs dependencies to Recommends

2005-08-13 Thread Miernik
Package: links2
Severity: wishlist

I think that the dependencies providing these alternative graphics
drivers should be changed from the current:

Depends: libdirectfb-0.9-20, libsvga1, libx11-6 | xlibs ( 4.1.0)

to

Recommends: libdirectfb-0.9-22 | libsvga1 | libx11-6 | xlibs ( 4.1.0)

because one only needs one of them, not all of them, and besides that
one can also use links2 with the fb graphics driver, and then one
doesn't require any of the libaries.

Also in sid libdirectfb-0.9-20 is unavialable and has been superseded by 
libdirectfb-0.9-22.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323015: dput: make it possible to use gnupg2 instead of gnupg

2005-08-13 Thread Miernik
Package: dput
Version: 0.9.2.19
Severity: wishlist

Please make dput compatible with gnupg2 if it is not already, and make
it depend on gnupg | gnupg2 instead of just gnupg. This way people who
have gnupg2 installed for other uses, don't have to install also gnupg.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dput depends on:
ii  debconf   1.4.57 Debian configuration management sy
ii  gnupg 1.4.1-1GNU privacy guard - a free PGP rep
ii  python2.3.5-3An interactive high-level object-o

dput recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322847: returns corrupted files and is unusable when /var/cache/approx is on a vfat partition

2005-08-12 Thread Miernik
Package: approx
Version: 1.15
Severity: normal

My /var/cache/approx is on a FAT partition like this:

jaworz:~$ df -T | tail -n 3
/dev/sda1  vfat  16347220163452   1% /mnt/sda1
/mnt/sda1/approx   none  16347220163452   1% 
/var/cache/approx
jaworz:~$ cat /etc/fstab | grep sda
/dev/sda/media/usb0 autorw,user,noauto  
0   0
/dev/sda1   /mnt/sda1   vfat
defaults,dmask=,fmask=0111  0   0
/mnt/sda1/approx/var/cache/approx   nonebind
jaworz:~$ cat /proc/mounts | grep sda
/dev/sda1 /mnt/sda1 vfat 
rw,nodiratime,fmask=0111,dmask=,codepage=cp437,iocharset=iso8859-1 0 0
/dev/sda1 /var/cache/approx vfat 
rw,nodiratime,fmask=0111,dmask=,codepage=cp437,iocharset=iso8859-1 0 0
jaworz:~$

Besides that the partition is on an SD card inserted in an USB flash
card reader, but if it is on an ext3 partition in the same reader it
works correctly. Using mount --bind is also not the problem - testing
with ext3 in the same configuration worked correctly.

Here is what happens:

jaworz:~$ sudo aptitude update
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Get:1 http://192.168.1.14 sid Release.gpg [189B]
Get:2 http://192.168.1.14 sid Release [34.1kB]
Ign http://192.168.1.14 sid Release
Get:3 http://192.168.1.14 sid/main Packages [2857kB]
99% [3 Packages bzip2 0]
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Err http://192.168.1.14 sid/main Packages
  Sub-process bzip2 returned an error code (2)
Fetched 2891kB in 3s (787kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Deleting obsolete downloaded files
jaworz:~$

My approx config:

jaworz:~$ cat /etc/approx/approx.conf | grep -v '#' | uniq
interval120
debug   true
debian  http://ftp.cz.debian.org/debian
jaworz:~$ cat /etc/apt/sources.list | grep -v '#'
deb http://192.168.1.14:/debian sid main
jaworz:~$

Both aptitude and approx is run on the same machine.

Here is daemon.log output:

Aug 13 03:33:44 localhost approx: Config file: /etc/approx/approx.conf
Aug 13 03:33:44 localhost approx: Port: 
Aug 13 03:33:44 localhost approx: Cache: /var/cache/approx
Aug 13 03:33:44 localhost approx: Interval: 2 hours
Aug 13 03:33:44 localhost approx: Debug: true
Aug 13 03:33:56 localhost approx: Connection from 192.168.1.14
Aug 13 03:33:56 localhost approx: Request /debian/dists/sid/Release.gpg
Aug 13 03:33:56 localhost approx:   connection: keep-alive
Aug 13 03:33:56 localhost approx:   host: 192.168.1.14:
Aug 13 03:33:56 localhost approx:   user-agent: Debian APT-HTTP/1.3
Aug 13 03:33:56 localhost approx: 
http://ftp.cz.debian.org/debian/dists/sid/Release.gpg
Aug 13 03:33:57 localhost approx:   HTTP/1.1 200 OK
Aug 13 03:33:57 localhost approx:   Date: Sat, 13 Aug 2005 01:33:56 GMT
Aug 13 03:33:57 localhost approx:   Server: Apache/2.0.54 (Debian GNU/Linux) 
mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-15 mod_ssl/2.0.54 OpenSSL/0.9.7e 
mod_perl/1.999.21 Perl/v5.8.4
Aug 13 03:33:57 localhost approx:   Last-Modified: Fri, 12 Aug 2005 19:44:55 GMT
Aug 13 03:33:57 localhost approx:   ETag: 90001115-bd-bf7e3bc0
Aug 13 03:33:57 localhost approx:   Accept-Ranges: bytes
Aug 13 03:33:57 localhost approx:   Content-Length: 189
Aug 13 03:33:57 localhost approx:   Content-Type: text/plain; charset=ISO-8859-2
Aug 13 03:33:57 localhost approx: HTTP proxy response: 200
Aug 13 03:33:57 localhost approx:   Date: Sat, 13 Aug 2005 01:33:56 GMT
Aug 13 03:33:57 localhost approx:   Server: Apache/2.0.54 (Debian GNU/Linux) 
mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-15 mod_ssl/2.0.54 OpenSSL/0.9.7e 
mod_perl/1.999.21 Perl/v5.8.4
Aug 13 03:33:57 localhost approx:   Last-Modified: Fri, 12 Aug 2005 19:44:55 GMT
Aug 13 03:33:57 localhost approx:   Content-Length: 189
Aug 13 03:33:57 localhost approx:   Content-Type: text/plain; charset=ISO-8859-2
Aug 13 03:33:57 localhost approx:   open cache debian/dists/sid/Release.gpg
Aug 13 03:33:57 localhost approx:   close cache debian/dists/sid/Release.gpg
Aug 13 03:33:57 localhost approx:   setting mtime to Fri, 12 Aug 2005 19:44:55 
GMT
Aug 13 03:33:57 localhost approx:   close cache debian/dists/sid/Release.gpg
Aug 13 03:33:57 localhost approx: Connection from 192.168.1.14
Aug 13 03:33:57 localhost approx: Request /debian/dists/sid/Release
Aug 13 03:33:57 localhost approx:   connection: keep-alive
Aug 13 03:33:57 localhost approx:   

Bug#322498: bluez-utils: *** glibc detected *** double free or corruption (!prev): 0x0804d110 ***

2005-08-10 Thread Miernik
Package: bluez-utils
Version: 2.18-1
Severity: normal

I was tring to connect (pairing first time with this computer) a Apple
Wireless Keyboard, I've run hidd -search, it displayed the GTK window
with PIN, I typed  Enter on the bluetooth keyboard, then typed
 in the GTK PIN window, pressed OK, and it crashed like below:

jaworz:~# hidd --search
Searching ...
Connecting to device 00:0A:95:3E:C4:35
*** glibc detected *** double free or corruption (!prev): 0x0804d110 ***
Aborted (core dumped)
jaworz:~# 

(gdb) bt
#0  0xb7ec69e7 in raise () from /lib/tls/libc.so.6
#1  0xb7ec831b in abort () from /lib/tls/libc.so.6
#2  0xb7efd365 in __fsetlocking () from /lib/tls/libc.so.6
#3  0xb7f03a07 in malloc_usable_size () from /lib/tls/libc.so.6
#4  0xb7f03ea2 in free () from /lib/tls/libc.so.6
#5  0x0804afd6 in ?? ()
#6  0x0804d110 in ?? ()
#7  0x0804d110 in ?? ()
#8  0x0114 in ?? ()
#9  0x0805deb8 in ?? ()
#10 0xbfffd848 in ?? ()
#11 0xbfffe8b4 in ?? ()
#12 0x0004 in ?? ()
#13 0x0805deb8 in ?? ()
#14 0x in ?? ()
#15 0x0004 in ?? ()
#16 0xbfffd848 in ?? ()
#17 0x0804b2b1 in ?? ()
#18 0x0004 in ?? ()
#19 0x in ?? ()
#20 0x in ?? ()
#21 0x in ?? ()
#22 0xb7fcfa20 in _IO_wfile_jumps () from /lib/tls/libc.so.6
#23 0xb7fcfc00 in _IO_file_jumps () from /lib/tls/libc.so.6
#24 0x in ?? ()
#25 0xb7fdc859 in sdp_data_free () from /usr/lib/libbluetooth.so.1
Previous frame inner to this frame (corrupt stack?)
(gdb)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bluez-utils depends on:
ii  bluez-pin   0.25-1   Bluetooth PIN helper with D-BUS su
ii  dbus-1  0.23.4-3 simple interprocess messaging syst
ii  libbluetooth1   2.18-1   Library to use the BlueZ Linux Blu
ii  libc6   2.3.5-3  GNU C Library: Shared libraries an
ii  libusb-0.1-42:0.1.10a-18 userspace USB programming library
ii  module-init-tools   3.2-pre8-1   tools for managing Linux kernel mo
ii  modutils2.4.27.0-3   Linux module utilities
ii  sysvinit2.86.ds1-1   System-V like init

bluez-utils recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322188: e2fsprogs: no argument in description of -L option in mke2fs(8) manpage

2005-08-09 Thread Miernik
Package: e2fsprogs
Version: 1.38-1
Severity: minor

In the mke2fs(8) manpage

   -L Set the volume label for the filesystem.

should be:

   -L volume-label
  Set the volume label for the filesystem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages e2fsprogs depends on:
ii  e2fslibs  1.38-1 ext2 filesystem libraries
ii  libblkid1 1.38-1 block device id library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcomerr21.38-1 common error description library
ii  libss21.38-1 command-line interface parsing lib
ii  libuuid1  1.38-1 universally unique id library

e2fsprogs recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322231: e2fsprogs: minor display corruption when running mkfs.ext3 with badblocks check

2005-08-09 Thread Miernik
Package: e2fsprogs
Version: 1.38-1
Severity: minor

Please look at the output of running mkfs.ext3 with badblocks check:

jaworz:~# mkfs.ext3 -b 1024 -c -c -L miernik -m 0 -v /dev/mapper/miernik
mke2fs 1.38 (30-Jun-2005)
Filesystem label=miernik
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
105472 inodes, 842208 blocks
0 blocks (0.00%) reserved for the super user
First data block=1
103 block groups
8192 blocks per group, 8192 fragments per group
1024 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553

Running command: badblocks -b 1024 -s -w /dev/mapper/miernik 842208
Testing with pattern 0xaa: done208
Reading and comparing: done208
Testing with pattern 0x55: done208
Reading and comparing: done208
Testing with pattern 0xff: done208
Reading and comparing: done208
Testing with pattern 0x00: done208
Reading and comparing: done208
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
jaworz:~#


The string 208 repeated in 8 lines (begining with Testing with...
and Reading and... come from 842208 beeing displayed there as the last
reading of the counter, but failed to be cleared properly when mke2fs
advanced to the next part of the test.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages e2fsprogs depends on:
ii  e2fslibs  1.38-1 ext2 filesystem libraries
ii  libblkid1 1.38-1 block device id library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcomerr21.38-1 common error description library
ii  libss21.38-1 command-line interface parsing lib
ii  libuuid1  1.38-1 universally unique id library

e2fsprogs recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322232: xdiskusage: uninstallable in sid (depends on libfltk1.1c102 (= 1.1.6) which is UNAVAILABLE)

2005-08-09 Thread Miernik
Package: xdiskusage
Severity: grave
Justification: renders package unusable

xdiskusage in version 1.48-5 which is in sid depends on libfltk1.1c102 (= 
1.1.6) 
which is UNAVAILABLE, making xdiskusage uninstallable.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322236: fbi: uninstallable in sid (depends on libexif10 which is UNAVAILABLE)

2005-08-09 Thread Miernik
Package: fbi
Severity: grave
Justification: renders package unusable

fbi in version 2.01-1.2 which is in sid depends on libexif10
which is UNAVAILABLE, making fbi uninstallable.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322235: most: uninstallable in sid (depends on slang1a-utf8 ( 1.4.9dbs-4) which is UNAVAILABLE)

2005-08-09 Thread Miernik
Package: most
Severity: grave
Justification: renders package unusable

most in version 4.9.5-1 which is in sid depends on slang1a-utf8 
( 1.4.9dbs-4) which is UNAVAILABLE, making most uninstallable.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322233: oleo: uninstallable in sid (depends on libplot2 which is UNAVAILABLE)

2005-08-09 Thread Miernik
Package: oleo
Severity: grave
Justification: renders package unusable

oleo in version 1.99.16-7 which is in sid depends on libplot2
which is UNAVAILABLE, making oleo uninstallable.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#300759: I support it fully and suggest that minesweeper is removed

2005-07-28 Thread Miernik
I agree fully with the wish and arguments to remove minesweeper code
from aptitude.

I have also thought that its wrong to include such code in aptitude a
long time ago, but didn't bother to report a wishlist.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


signature.asc
Description: Digital signature


Bug#270909: yes, aptitude is very slow

2005-07-28 Thread Miernik
I also suggest that improving the speed would be very nice.

Your test repeated on a
Pentium M 1.6 GHz, 512 MB RAM:

nc6000:~$ time apt-cache show lsb-

real0m0.017s
user0m0.015s
sys 0m0.003s
nc6000:~$ time aptitude show lsb-

real0m2.170s
user0m2.110s
sys 0m0.056s
nc6000:~$


and on a
Pentium MMX 166 MHz, 160 MB RAM:

szrenica:~# time apt-cache show lsb-

real0m0.137s
user0m0.075s
sys 0m0.032s
szrenica:~# time aptitude show lsb-

real0m14.684s
user0m13.840s
sys 0m0.814s
szrenica:~#

Besides that scrolling, moving the bar etc is very slow in aptitude. On
a Pentium MMX 166 MHz it feels that aptitude is able to move the bar
down in a slower rate than I am able to press the arrow key.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en


signature.asc
Description: Digital signature


Bug#320131: provide a version of the rekall package compiled without KDE

2005-07-27 Thread Miernik
Package: rekall
Severity: wishlist

Please provide a version of the rekall package compiled without KDE
libs, maybe name it rekall-qt or rekall-nokde.

For those systems where this is the only KDE package on the system, it's
a waste of download time and space to install all KDE libs just to
satisfy the dependencies. And Rekall can run without KDE:

http://www.mailman.a-i-s.co.uk/pipermail/rekall/2004-January/000281.html
http://www.mailman.a-i-s.co.uk/pipermail/rekall/2004-January/000290.html

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319836: di: wrong calulation of totals

2005-07-25 Thread Miernik
Package: di
Version: 3.11.dfsg.1-1
Severity: normal

Sometimes the lines in Total are wrong, for example:

szrenica:~# di -t
Filesystem Mount   Megs UsedAvail %used fs Type
/dev/hda1  /  249.9188.1 48.5  81%  ext3
tmpfs  /dev/shm77.9  0.0 77.9   0%  tmpfs
/dev/hda9  /home  710.6577.9132.6  81%  jfs
/dev/hda8  /tmp   161.7  4.0149.0   8%  ext3
/dev/hda5  /usr   745.9540.5167.6  78%  ext3
/dev/hda6  /var/cache/wwwo   1278.5793.2485.3  62%  reiserfs
   Total 2400.7   1563.3815.4  66%
szrenica:~#

The totals should be:3224.5   2099.7   1060.9

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages di depends on:
ii  libc6 2.3.5-2GNU C Library: Shared libraries an

di recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319836: di: wrong calulation of totals

2005-07-25 Thread Miernik
On Mon, Jul 25, 2005 at 09:44:19AM +0200, Michael Ablassmeier wrote:
 It seems like di lost your /dev/hda5: 3224.5-77.9-2400.7=745.9
 
 Im unable to reproduce this behavior on one of my machines. Could you
 please try to run di with option `-x 5' and attach its debug output to
 this bugreport, thanks.

Attached. Now I repartitioned my drive a bit, but it still doesn't count
hda5.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
Protect Europe from a legal disaster. Petition against software patents
http://www.noepatents.org/index_html?LANG=en
di ver 3.11
i:0 size:  1024.00 KBytes 
i:1 size: 1048576.00 Megs 
i:2 size: 1073741824.00 Gigs 
i:3 size: 1099511627776.00 Teras 
i:4 size: 1125899906842624.00 Petas 
i:5 size: 1152921504606846976.00 Exas 
i:6 size: 1180591620717411303424.00 Zettas 
i:7 size: 1208925819614629174706176.00 Yottas 
dispBlockSize: 1048576.00
i:0 suffix:   low: 0.00 high:  1024.00 dbs: 1.00 
i:1 suffix: k low:  1024.00 high: 1048576.00 dbs:  1024.00 
i:2 suffix: M low: 1048576.00 high: 1073741824.00 dbs: 1048576.00 
i:3 suffix: G low: 1073741824.00 high: 1099511627776.00 dbs: 1073741824.00 
i:4 suffix: T low: 1099511627776.00 high: 1125899906842624.00 dbs: 
1099511627776.00 
i:5 suffix: P low: 1125899906842624.00 high: 1152921504606846976.00 dbs: 
1125899906842624.00 
i:6 suffix: E low: 1152921504606846976.00 high: 1180591620717411303424.00 dbs: 
1152921504606846976.00 
i:7 suffix: Z low: 1180591620717411303424.00 high: 1208925819614629174706176.00 
dbs: 1180591620717411303424.00 
i:8 suffix: Y low: 1208925819614629174706176.00 high: 
1237940039285380274899124224.00 dbs: 1208925819614629174706176.00 
# lib:getDiskEntries: get/set/endmntent
mnt:/ - /dev/hda1 : ext3
mnt:/proc - proc : proc
mnt:/sys - sysfs : sysfs
mnt:/dev/pts - devpts : devpts
mnt:/dev/shm - tmpfs : tmpfs
mnt:/tmp - /dev/hda8 : ext3
mnt:/usr - /dev/hda5 : ext3
mnt:/var/cache/wwwoffle - /dev/hda6 : reiserfs
mnt:/home/miernik - /dev/mapper/miernik : ext3
# lib:getDiskInfo: statvfs
/: ext3
bsize:1024  frsize:1024
blocks: tot:260390982510504 free:4398046558078 avail:1099133670654976
inodes: tot:520597281052000 free:4398046632315 avail:1099133670654976
/proc: proc
bsize:4096  frsize:4096
blocks: tot:0 free:17592186044416 avail:4096
inodes: tot:0 free:17592186044416 avail:4096
/sys: sysfs
bsize:4096  frsize:4096
blocks: tot:0 free:17592186044416 avail:4096
inodes: tot:0 free:17592186044416 avail:4096
/dev/pts: devpts
bsize:4096  frsize:4096
blocks: tot:0 free:17592186044416 avail:4096
inodes: tot:0 free:17592186044416 avail:4096
/dev/shm: tmpfs
bsize:4096  frsize:4096
blocks: tot:85680302607853 free:17592186064365 avail:85680302592000
inodes: tot:85676007640557 free:17592186064364 avail:85680302592000
/tmp: ext3
bsize:1024  frsize:1024
blocks: tot:693392405333710 free:4398046663713 avail:711169274807296
inodes: tot:379357281474848 free:4398046599430 avail:711169274807296
/usr: ext3
bsize:4096  frsize:4096
blocks: tot:225709121530349 free:17592186087272 avail:820154069946368
inodes: tot:268418276225088 free:17592186106912 avail:820154069946368
/var/cache/wwwoffle: reiserfs
bsize:4096  frsize:4096
blocks: tot:533233075027589 free:17592186168569 avail:1405747090952192
inodes: tot:0 free:17592186044416 avail:1405747090952192
/home/miernik: ext3
bsize:1024  frsize:1024
blocks: tot:362224657076087 free:4398046583393 avail:1002166194013184
inodes: tot:241059334515776 free:4398046567230 avail:1002166194013184
special dev: /dev/hda1: 769 rdev: 769
special dev: /dev/hda8: 769 rdev: 776
special dev: /dev/hda5: 769 rdev: 773
special dev: /dev/hda6: 769 rdev: 774
special dev: /dev/mapper/miernik: 769 rdev: 65024
chk: / free: 60627
chk: / total: 255912
chk: /proc free: 0
chk: /proc total: 0
chk: ignore: totalBlocks = 0: /proc
chk: /sys free: 0
chk: /sys total: 0
chk: ignore: totalBlocks = 0: /sys
chk: /dev/pts free: 0
chk: /dev/pts total: 0
chk: ignore: totalBlocks = 0: /dev/pts
chk: /dev/shm free: 19949
chk: /dev/shm total: 19949
chk: /tmp free: 161443
chk: /tmp total: 165582
chk: /usr free: 52552
chk: /usr total: 190957
chk: /var/cache/wwwoffle free: 124153
chk: /var/cache/wwwoffle total: 327301
chk: /home/miernik free: 84337
chk: /home/miernik total: 25
dup: chk: i: / dev: 769 rdev: 769 dup: 5
chk: dup: not checked: /proc prnt: 0 dev: 0 rdev: 0
chk: dup: not checked: /sys prnt: 0 dev: 0 rdev: 0
chk: dup: not checked: /dev/pts prnt: 0 dev: 0 rdev: 0
chk: dup: not checked: /dev/shm prnt: 1 dev: 0 rdev: 0
dup: chk: i: /tmp dev: 769 rdev: 776 dup: 0
dup: chk: i: /usr dev: 769 rdev: 773 dup: 0
dup: chk: i: /var/cache/wwwoffle dev: 769 rdev: 774 dup: 0
dup: chk: i: /home/miernik dev: 769 rdev: 65024 dup: 0
Filesystem

Bug#319836: di: wrong calulation of totals

2005-07-25 Thread Miernik
On Mon, Jul 25, 2005 at 12:53:13PM +0200, Michael Ablassmeier wrote:
 Thanks. Hmm.. just out of curiosity, whats the output `di -t /usr/'?
 Does /etc/fstab contain any mount options (besides default) for /usr? 

szrenica:~$ di -t /usr/
Filesystem Mount   Megs UsedAvail %used fs Type
/dev/hda5  /usr   745.9540.6167.4  78%  ext3
   Total0.0  0.0  0.0   0%
szrenica:~$ cat /etc/fstab | grep usr | tr -s ' \t'
/dev/hda5   /usrext3ro  0 2
szrenica:~$

Maybe the read-only is the problem?
Yes, when I remount it rw, it is OK:

szrenica:~$ di -t /usr/
Filesystem Mount   Megs UsedAvail %used fs Type
/dev/hda5  /usr   745.9540.6167.4  78%  ext3
   Total  745.9540.6167.4  78%

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/___/  mailto:[EMAIL PROTECTED]
   Save Europe from Software Patents
http://www.gnu.org/philosophy/savingeurope.html


pgpDmlMPP9Rlo.pgp
Description: PGP signature


Bug#319697: gbase: separate X and non-X versions to different packages

2005-07-24 Thread Miernik
Package: gbase
Version: 0.5-2
Severity: wishlist

Please separate the package to something like:
gbase-common
gbase-gtk
gbase-nox
so non-X users can install the command line version without installing X
and GTK libraries needlessly.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gbase depends on:
ii  libc6 2.3.5-1GNU C Library: Shared libraries an
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m

gbase recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319698: bidwatcher: switch to GTK2

2005-07-24 Thread Miernik
Package: bidwatcher
Version: 1.3.17-1
Severity: wishlist

Create a GTK2 version of the program.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bidwatcher depends on:
ii  libc6 2.3.5-1GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-2   Multi-protocol file transfer libra
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-4 X Window System Input extension li
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.3-1  compression library - runtime

bidwatcher recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319700: libncurses5-dev: move HTML documentation and examples to a separate package

2005-07-24 Thread Miernik
Package: libncurses5-dev
Version: 5.4-9
Severity: wishlist

Move HTML documentation and examples to a separate package - they are
using 70% of the installed size, and are not always needed.

szrenica:/usr/share/doc/libncurses5-dev# dpkg -s libncurses5-dev | grep
Installed
Installed-Size: 5652
szrenica:/usr/share/doc/libncurses5-dev# du --max-depth=1
3664./html
308 ./examples
4168.
szrenica:/usr/share/doc/libncurses5-dev#

(3664 + 308) / 5652 = approx. 0.70276008

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libncurses5-dev depends on:
ii  libc6-dev [libc-dev]  2.3.5-2GNU C Library: Development Librari
ii  libncurses5   5.4-9  Shared libraries for terminal hand

libncurses5-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319696: package pilrcui separately, so pilrc can be installed without X and GTK libs

2005-07-23 Thread Miernik
Package: pilrc
Version: 3.2-1
Severity: wishlist

Separate the pilrcui GTK frontend to a separate package, so the pilrc
package doesn't depend on libgtk1.2 and xlibs.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (50, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pilrc depends on:
ii  libc6 2.3.5-1GNU C Library: Shared libraries an
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-4 X Window System Input extension li
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m

Versions of packages pilrc recommends:
ii  prc-tools   2.2.90.cvs20030306-6 GCC, GDB, binutils, etc. for PDAs 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >