Bug#353256: nautilus: Nautilus window not opened upon USB key mounting by pmount (maybe to be forwarded)

2006-02-17 Thread Marco Bravi
Package: nautilus
Version: 2.12.2-2
Severity: normal


When pmount mounts a USB key and gnome-volume-manager has been suitably
configured, a nautilus window should open showing the content of the 
mounted resource. However, it does not open.

This bug is closely related to other bug just uploaded under my name
whereas nautilus does not know (is not notified?) about the mounted
state of mounted device(s). Maybe both should be forwarded.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-15) (ignored: LC_ALL set 
to [EMAIL PROTECTED])

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.10-1Utilities for .desktop files
ii  gconf2 2.12.1-9  GNOME configuration database syste
ii  gnome-control-center   1:2.12.2-2utilities to configure the GNOME d
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libbonobo2-0   2.10.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-2  The Bonobo UI library
ii  libc6  2.3.5-13  GNU C Library: Shared libraries an
ii  libcairo2  1.0.2-3   The Cairo 2D vector graphics libra
ii  libeel2-2  2.12.2-3  Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexif12  0.6.12-2  library to parse EXIF files
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libgail-common 1.8.8-1   GNOME Accessibility Implementation
ii  libgail17  1.8.8-1   GNOME Accessibility Implementation
ii  libgconf2-42.12.1-9  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.8.6-1   The GLib library of C routines
ii  libgnome-desktop-2 2.12.2-2  Utility library for loading .deskt
ii  libgnome-keyring0  0.4.6-2   GNOME keyring services library
ii  libgnome2-02.12.0.1-5The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.10.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.12.2-5  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.10-1  The GTK+ graphical user interface 
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libnautilus-extension1 2.12.2-2  libraries for nautilus components 
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.3-1  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  librsvg2-2 2.12.7-5  SAX-based renderer library for SVG
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1   X cursor management library
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxinerama1   6.9.0.dfsg.1-4X Window System multi-head display
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  nautilus-data  2.12.2-2  data files for nautilus
ii  shared-mime-info   0.16-3FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3-9 compression library - runtime

Versions of packages nautilus recommends:
ii  desktop-base  0.3.16 common files for the Debian Deskto
ii  eject 2.1.4-1ejects CDs and operates CD-Changer
ii  nautilus-cd-burner2.12.2-3   CD Burning front-end for Nautilus

-- no debconf information


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



Bug#353257: partman-auto always creates an extended partition

2006-02-17 Thread Steven Van Acker
Package: partman-auto
Version: 41

I'm using partman-auto to create 3 primary partitions automatically, using a 
preseeded partman-auto recipe.
(I'm using debian-31r0a-i386-netinst.iso as a basis)

This is the recipe I use:

boot-root :: 
2048 2048  200%   linux-swap $primary{ }  method{ swap }   
format{ } .  
64   6464 ext3   $primary{ } $bootable{ } method{ format } 
format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ /boot } .  
500  1 10 ext3   $primary{ }  method{ format } 
format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } .

When this actually succeeds (see my other bugreport on free diskspace checking 
shortly), partman-auto will create 3 partitions: 2 primary and 1 extended with 
1 logical inside.

I have tracked the bug to the following code in perform_recipe (line 120):

if
[ -z $neighbour -o $fs != free \
  -o $new_free_type = primary -o $new_free_type = unusable ]
then

The while loop this code is in is resposible for creating the primary 
partitions.
For every primary partition, it creates the partition. After that comes this 
check.
The purpose of this if statement is to make sure some more usable free space 
exists.
If there is not enough space, partman-auto removes the last partition and 
creates a new extended partition.

In my case, where 3 primary partitions make up the entire disk, partman-auto 
will create the 3rd partition,
then notice no more space is left, remove the 3rd partition and create an 
extended and logical one.

I added this around the entire if statement:

# if scheme only contains 1 partition (the one we just created), then there 
is no need to check for more room
steven_partitions_to_go=$((`echo $scheme | wc -l` + 0));
  

if [ $steven_partitions_to_go -gt 1 ]; then

... old line 120 to line 145 goes here ...

fi

What this does is store the amount of partitions left in $scheme, in 
$steven_partitions_to_go. 
If that is 1 or less, then skip the if statement because no more diskspace will 
be required.

I've tested this with my preseeded installation and it works.
I haven't checked for any other recipes.

More information and a combined patch (for this and other bugs) can be found on 
my blog at http://www.singularity.be/node/6159 
(also the previous posts about automated installations)

greets,
-- Steven


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



Bug#353218: Thanks for trying it

2006-02-17 Thread Steve Kemp

  First of all thanks for trying it out!  I was expecting people to
 mail me rather than using the BTS since the code isn't contained
 in a Debian package yet.

  That said there were three things you said:

1.  xen cfg is broken.
2.  mixing and matching dir=x and volume=x should be supported.
3.  Using a volume should be possibel.


1. xen cfg is broken

  Should be fixed now if you update from CVS.

2. mixing and matching

  That is possible, you just need to remove the dir = xx from the
 global configuration file right now.
  In the future perhaps I can look at making the two modes differ
 in a saner.

3. Using a physical partition

  Patch welcome ;)

Steve
-- 
# The Debian Security Audit Project.
http://www.debian.org/security/audit



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



Bug#353155: Fixed in CVS

2006-02-17 Thread Steve Kemp
  Thanks for the report, this is fixed in CVS now.

  It will be included in the next upstream release / Debian package.

Steve
-- 
# The Debian Security Audit Project.
http://www.debian.org/security/audit



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



Bug#353258: partman-auto sometimes tries to allocate too much diskspace

2006-02-17 Thread Steven Van Acker
Package: partman-auto
Version: 41

Hello,

While trying to create 3 primary partitions using a preseeded recipe,
I discovered that partman-auto tried to allocate more diskspace than was
actually available. This caused parted_server to throw back an error and
caused the Debian installation to fail with an error too many primary
partitions.

I've tracked down the bug to perform_recipe and found that partman-auto 
precalculates the amount of free diskspace at the start, and for every 
partition created, it subtracts the requested partition size instead of 
the real partition size.
The result is that partman-auto wrongly believes there is more diskspace
left than there actually is.

I've patched the code to make use of the real free diskspace and I
attached the patch.

For more information, check my blog at
http://www.singularity.be/node/6157 (and all other posts called
automated installations)

greets,
-- Steven
--- perform_recipe  2006-02-17 09:13:32.626225504 +0100
+++ perform_recipe.orig 2006-02-17 09:14:32.461129216 +0100
@@ -7,6 +7,50 @@
 free_space=$2
 recipe=$3
 
+original_free_space=$free_space
+
+# This function calculates the amount of free space
+# by looking at how big the partition after the last created partition is
+# if -1 is passed, the size of the disk is returned (to create the first 
partition)
+steven_free_space() {
+local steven_part neighbour x
+steven_part=$1
+
+if [ $steven_part -lt 0 ];
+then
+x=$original_free_size_bytes
+else
+   neighbour=$(partition_after $steven_part)
+   if [ $neighbour ]; then
+   open_dialog PARTITION_INFO $neighbour
+   read_line x1 x2 x x3 x4 x5 x6
+   close_dialog
+   fi
+fi
+echo $x
+}
+
+# This function trims the requested size of the next partition to be created
+# it looks at the maximum allowed size and returns that if the requested size 
is over it
+# ATTENTION: bash has problems with values over MAXINT/2 (32 bit), so in order 
to compare
+#  2 values of large size, we convert them first to MB
+steven_resize_if_needed() {
+local x max xmb maxmb
+x=$1
+max=$(steven_free_space $steven_last_id)
+
+xmb=$(expr 000$x : '0*\(..*\)..$')
+maxmb=$(expr 000$max : '0*\(..*\)..$')
+
+if [ $xmb -gt $maxmb ]; 
+then
+x=$max
+fi
+
+echo $x
+}
+
+
 # Let us be safe and update the directories
 update_all
 
@@ -15,6 +59,7 @@
 read_line x1 x2 free_size free_type x3 x4 x5
 close_dialog
 
+original_free_size_bytes=$free_size
 free_size=$(expr 000$free_size : '0*\(..*\)..$') # convert to 
megabytes
 
 if [ $free_type = unusable ]; then
@@ -97,38 +142,45 @@
 
 cd $dev
 
+steven_last_id=-1
+
 while
 [ $free_type = pri/log ] \
  echo $scheme | grep '\$primary{' /dev/null
 do
 pull_primary
 set -- $primary
-open_dialog NEW_PARTITION primary $4 $free_space beginning ${1}01
+toadd=$(steven_resize_if_needed ${1}01)
+open_dialog NEW_PARTITION primary $4 $free_space beginning $toadd
 read_line num id size type fs path name
 close_dialog
 if [ -z $id ]; then
db_progress STOP
autopartitioning_failed
 fi
+steven_last_id=$id
 neighbour=$(partition_after $id)
 if [ $neighbour ]; then
open_dialog PARTITION_INFO $neighbour
read_line x1 new_free_space x2 new_free_type fs x3 x4
close_dialog
 fi
+
 if 
[ -z $neighbour -o $fs != free \
  -o $new_free_type = primary -o $new_free_type = unusable ]
 then
open_dialog DELETE_PARTITION $id
close_dialog
-   open_dialog NEW_PARTITION primary $4 $free_space end ${1}01
+   toadd=$(steven_resize_if_needed ${1}01)
+   open_dialog NEW_PARTITION primary $4 $free_space end $toadd
read_line num id size type fs path name
close_dialog
if [ -z $id ]; then
db_progress STOP
autopartitioning_failed
fi
+   steven_last_id=$id
neighbour=$(partition_before $id)
if [ $neighbour ]; then
open_dialog PARTITION_INFO $neighbour
@@ -176,10 +228,11 @@
autopartitioning_failed
;;
 esac
+toadd=$(steven_resize_if_needed ${1}01)
 if [ $last = yes ]; then
-open_dialog NEW_PARTITION $type $4 $free_space full ${1}01
+open_dialog NEW_PARTITION $type $4 $free_space full $toadd
 else
-open_dialog NEW_PARTITION $type $4 $free_space beginning ${1}01
+open_dialog NEW_PARTITION $type $4 $free_space beginning $toadd
 fi
 read_line num id size type fs path name
 close_dialog
@@ -187,6 +240,7 @@
 db_progress STOP
autopartitioning_failed
 fi
+steven_last_id=$id
 shift; shift; shift; shift
 setup_partition $id $*
 free_space=$(partition_after $id)'


Bug#353259: vrms: reports blender as non-free

2006-02-17 Thread Andreas Hemel
Package: vrms
Version: 1.11
Severity: normal

blender is reported as non-free, but it has been gpl'd several years ago
and is now in main.


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

Versions of packages vrms depends on:
ii  perl-modules  5.8.8-2Core Perl modules

vrms recommends no packages.

-- no debconf information


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



Bug#353261: tmpreaper: mangled setup question

2006-02-17 Thread Francesco Potorti`
Package: tmpreaper
Version: 1.6.6
Severity: normal

This is a minor, but I report it as normal because it involves a
question that is potentially important.

During setup, the following text is shown, which is mangled:

  You apparently have changed the default value in /etc/tmpreaper.conf;
  you may want to check /etc/default/rcS to see if the value there is
  acceptable, if you the upgrade procedure to replace your
  /etc/tmpreaper.conf with the new version.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30-pre2-pr-hrt-1kHz-1
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set 
to C)

Versions of packages tmpreaper depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an

tmpreaper recommends no packages.

-- debconf information:
  tmpreaper/readsecurity:
* tmpreaper/TMPREAPER_TIME:
* tmpreaper/confignowexists:
  tmpreaper/readsecurity_upgrading:


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



Bug#346438: clearsilver: package is sparse and almost completely useless

2006-02-17 Thread Jesus Climent
On Thu, Feb 16, 2006 at 06:08:56PM -0700, Wesley J. Landaker wrote:
 
  We are working on improving the package.
 
 Well, I do appreciate your work on it; it's only because I like this 
 software and am concerned about it that I filed this bug report. =)

Any patches to improve the quality of the package are welcome!

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.15|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

It's called a change-over. The movie goes on and nobody knows the 
difference.
--Narrator (Fight club)


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



Bug#353260: please provide link to subscribe to bug

2006-02-17 Thread Adriaan Peeters
Package: bugs.debian.org
Severity: wishlist

Hello,

Currently it is not very clear how to subscribe to a bug for a non-developer. 
He/she would have to go to the developers section of the Debian site: 
http://www.debian.org/Bugs/Developer#subscribe
It would be nice to have a subscribe to bug link at the top of every bug 
page. Or maybe better yet: a form to subscribe.

Thanks,
Adriaan Peeters



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



Bug#344684: Workaround

2006-02-17 Thread Alex King
I had this problem too - after installing etch gnome programs into a
sarge system.

I found it was fixed after I upgraded CUPS packages to the etch
versions.  There appears to be a non-recognised dependancy in
libgnomeprint on some cups package. (libcupsys2 perhaps?)

Alex King


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



Bug#351311: ftp.debian.org: mysql-dfsg-5.0 no longer produces mysql*4.1 - blocked from testing now

2006-02-17 Thread Christian Hammers
Hello Jeroen

On 2006-02-13 Jeroen van Wolffelaar wrote:
http://bjorn.haxx.se/debian/obsolete.html
mysql-dfsg-5.0 (20 days old) no longer provides binary mysql-client-4.1. 
  ftpmaster needs to remove it.
mysql-dfsg-5.0 (20 days old) no longer provides binary mysql-server-4.1. 
  ftpmaster needs to remove it.
  
suggested melanie command line:
  
melanie -m NBS -b mysql-client-4.1 mysql-server-4.1 
  
  Is there anything to do now for you or me?
 
 No, we (ftp-team) do such removals rougly twice a week, and simply
 didn't get around to this one yet. I can confirm it shows up in the list
 now though, so expect it to be gone within days.

... I really don't want to push you but as I assume that one of the twice
dates already was during the last 5 days since your mail, I'd like to ask 
if there is still something going wrong?

thanks,

-christian-


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



Bug#352301: Hang after selinux messages on SunFire v240

2006-02-17 Thread Jurij Smakov

Hi,

The selinux mounting message comes from the on-disk /sbin/init (sysvinit 
package), so switching to real root is successful. Looking at the sysvinit 
syslog I see the following suspicious entry dating Feb 9th:


sysvinit (2.86.ds1-12) unstable; urgency=low
[..]
  * init: 41_selinux_console.dpatch: print to same console as others do
(Closes: #349149)
[..]

That patch changes the function to print the informational selinux
message from printf() to print(), which opens the console, writes to it, 
and then closes it. I'm not sure about the rationale of this change, but 
it looks like the primary suspect. Can you try building the sysvinit 
package without this patch and try it? If you want to do it during 
installation, you'll have to wget the package, chroot into /target

and install it there.

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


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



Bug#353262: GPDF frozen by PDF document -possibly security problem

2006-02-17 Thread Mgr. Peter Tuharsky

Package: GPDF
Version: 2.8.2-1.2sarge3

When trying to open the PDF document from
http://mesta.slovenska.sk/m_portaly/download_file_f.php?id=7976

the GPDF freezes. Only GPDF empty window is displayed as if GPDF has 
been opened with no file specified. It's unable to close itself. 
Sometimes even the whole keyboard is blocked, expecting Numlock and 
Ctrl-Alt functions and only shooting down the X server helps.
The document can be downloaded and if correct name is given, can be 
viewed by MC, by KPDF, Adobe Acrobat.. Only GPDF freezes.

Could possibly be even security problem (buffer overflow,..)



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



Bug#353263: ITP: freealut -- OpenAL Utility Toolkit

2006-02-17 Thread Thierry Reding
Package: wnpp
Owner: Debian Games Team [EMAIL PROTECTED]
Severity: wishlist

I intend to package freealut for the Debian Games Team. freealut was previously
distributed with OpenAL, but has been split from the main release, so it is
necessary to provide freealut in order to package the new version of OpenAL.

* Package name: freealut
  Version : 1.0.1
  Upstream Author : Steve Baker, Sven Panne, Erik Hofman and Prakash Punnoor
* URL : http://www.openal.org
* License : LGPL-2
  Description : OpenAL Utility Toolkit

freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
portable functions which remove the annoying details of getting an audio
application started. It is the OpenAL counterpart of what GLUT is for OpenGL.

Thierry



signature.asc
Description: Digital signature


Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-17 Thread Florian Iragne
maximilian attems a écrit :
 On Wed, 15 Feb 2006, Florian Iragne wrote:
 
 
ok, now that the lvm is activated, i can exit the minimal shell and the
boot process complete succefully

I would also point the fact that this problem first appears on a laptop
with the same version of debian, packages, but wihtout lvm.
 
 
 can you please upgrade to latest udev in unstable 084-5 and
 update-initramfs -u -t
  
 can you still reproduce the error,
 the command i told you should be done by initramfs-tools automaticaly.
 so i hope that newer udev fixes your troubles.
 
 regards

no more errors or problem after the update,

thanks,


Florian



signature.asc
Description: OpenPGP digital signature


Bug#352725: [Pkg-zope-developers] Bug#352725: 'No such file or directory' error on upgrade zope-archetypes and many others

2006-02-17 Thread Fabio Tranchitella
reassign 352725 zope-common
thanks

Il giorno lun, 13/02/2006 alle 12.25 -0800, Ross Boylan ha scritto:
 Package: zope-archetypes
 Version: 1.3.7-1
 Severity: normal

This is a bug in dzhandle, provided by zope-common.
I'll fix this with the next upload.

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Questa parte del messaggio è firmata


Bug#352844: [DebianGIS-dev] Bug#352844: thuban: does not start up (TypeError)

2006-02-17 Thread Francesco P. Lovergine
On Thu, Feb 16, 2006 at 06:24:27PM +0100, Laurent Bonnaud wrote:
  I'm not a python addicted, anyway it starts perfectly here.
  Has someone hints about that exception? It could be due to some wx anomalies
  (maybe with your libc release). 
 
 I assume that you mean libgcc and libstdc++6.
 
  Would you please try with a fresh sid install?
 
   ii  libgcc1  1:4.1-0exp7 GCC support library
  
   experimental???
   ii  libstdc++6   4.1-0exp7   The GNU Standard C++ Library 
   v3
 
 I downgraded those packages from experimental to sid (see below).  I
 still have the same problem:
 
 $ thuban
 Traceback (most recent call last):
   File /usr/bin/thuban, line 20, in ?
 import Thuban.UI.main
   File /usr/lib/thuban/Thuban/UI/main.py, line 18, in ?
 from application import ThubanApplication
   File /usr/lib/thuban/Thuban/UI/application.py, line 33, in ?
 import view
   File /usr/lib/thuban/Thuban/UI/view.py, line 40, in ?
 from renderer import ScreenRenderer, ExportRenderer, PrinterRenderer
   File /usr/lib/thuban/Thuban/UI/renderer.py, line 28, in ?
 from Thuban.UI.classifier import ClassDataPreviewer
   File /usr/lib/thuban/Thuban/UI/classifier.py, line 1441, in ?
 class ClassGroupPropertiesCtrl(wxWindow, wxControl):
 TypeError: Cannot create a consistent method resolution
 order (MRO) for bases Control, Window
 
 Did you test with exactly the same package versions as on my system ?
 

I'm using current plain sid (daily update) and a fresh thuban install. 
It seems a wxwidget/python issue anyway. Did you try to change your wm?
I'm using wmaker for instance and it works like a charm. Also try to
remove any dotfile/dotdir concerning thuban or wx.

-- 
Francesco P. Lovergine


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



Bug#353139: failure to import from baz/tla due to NotVersionedError in .arch-ids

2006-02-17 Thread martin f krafft
also sprach Vincent Danjean [EMAIL PROTECTED] [2006.02.17.0033 +0100]:
 I just see upstream has a new version (0.9.20). Can you try it and tell
 me if your bug is fixed in it ? You can find it on my web page for now :
 http://dept-info.labri.fr/~danjean/deb.html#tailor

I sent this patch to upstream, who failed to include it:

diff -rN -u old-tailor/vcpx/repository.py new-tailor/vcpx/repository.py
--- old-tailor/vcpx/repository.py 2006-02-16 13:33:07.556177638 +0100
+++ new-tailor/vcpx/repository.py 2006-02-16 13:33:07.703153835 +0100
@@ -404,5 +404,6 @@
 def command(self, *args, **kwargs):
 if args:
 if args[0] == 'tree-lint':
+args = list(args)
 args[0] = 'lint'
 return TlaRepository.command(self, *args, **kwargs)


Anyway, the NotVersionedError is still present.

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
echo '9,J8HD,[EMAIL PROTECTED]:[EMAIL PROTECTED];[EMAIL 
PROTECTED]@5GBIELD54DL@8L?:5GDEJ8LDG1' |\
  sed ss,s50EBsg | tr 0-M 'p.wBt SgiIlxmLhan:o,erDsduv/cyP'


signature.asc
Description: Digital signature (GPG/PGP)


Bug#353175: proftpd-ldap segfaults in (probably) ldap module

2006-02-17 Thread Francesco P. Lovergine
severity 353175 grave 
thanks

Keeping 1.2.10-27 off testing 'til fixing...

On Thu, Feb 16, 2006 at 06:29:41PM +0100, Ralph Rößner wrote:
 Package: proftpd-ldap
 Version: 1.2.10-27
 
 proftpd segfaults trying to authenticate users via LDAP in all observed
 cases. Authenticating users via PAM (which relies on files, not on LDAP
 in our configuration) works.
 
 We found no workaround, so downgraded to 1.2.10-26 for now.
 
 
 This is a sample ftp session as seen by the client:
 
 --8---
 
 ftp open X
 Connected to X.capcom.de.
 220 X FTP Server ready.
 Name (X:):
 331 Password required for .
 Password:
 421 Service not available, remote server has closed connection
 Login failed.
 No control connection for command: Permission denied
 
 --8---
 
 
 This is the corresponding syslog entry:
 
 --8---
 
 Feb 16 17:06:41 X proftpd[6458]: X.capcom.de 
 (XX.capcom.de[XXX]) - FTP session opened.
 Feb 16 17:06:45 X proftpd[6458]: X.capcom.de 
 (XX.capcom.de[XXX]) - ProFTPD terminating (signal 11)
 Feb 16 17:06:45 X proftpd[6458]: X.capcom.de 
 (XX.capcom.de[XXX]) - FTP session closed.
 
 --8---
 
 
 The last observable activity of the proftpd is enquiring the user and
 group information from the LDAP server and receiving appropriate
 responses. The segfault occurs after receiving the last group search
 response. strace shows that the segfault occurs outside of a system
 call. ltrace shows two searches for configuration keys (AnonymousGroup
 and AuthAliasOnly, both unset) and then this (last line of the config
 search included):
 
 --8---
 
 [pid 6511] strcmp(AuthAliasOnly, USER)   = -1
 [pid 6511] memset(0x815e53c, '\000', 48) = 0x815e53c
 [pid 6511] memset(0x815e56c, '\000', 4)  = 0x815e56c
 [pid 6511] strcasecmp(getpwnam, getpwnam)= 0
 [pid 6511] memcpy(0xbfd72a40, , 2048)  = 0xbfd72a40
 [pid 6511] strcasecmp(getpwnam, getpwnam)= 0
 [pid 6511] memcpy(0xbfd72a40, , 2048)  = 0xbfd72a40
 [pid 6511] strcasecmp(, )= 0
 [pid 6511] memset(0x8155904, '\000', 20) = 0x8155904
 [pid 6511] memset(0x815e574, '\000', 28) = 0x815e574
 [pid 6511] strlen()= 8
 [pid 6511] strlen(X)   = 21
 [pid 6511] strlen()= 0
 [pid 6511] strlen()= 8
 [pid 6511] memset(0x815e5d4, '\000', 48) = 0x815e5d4
 [pid 6511] memset(0x815e604, '\000', 4)  = 0x815e604
 [pid 6511] strcasecmp(gid_name, gid_name)= 0
 [pid 6511] memcpy(0xbfd72a40, , 2048)  = 0xbfd72a40
 [pid 6511] strcasecmp(gid_name, gid_name)= 0
 [pid 6511] memcpy(0xbfd72a40, , 2048)  = 0xbfd72a40
 [pid 6511] --- SIGSEGV (Segmentation fault) ---
 
 --8---
 
 
 proftpd configuration file:
 
 --8---
 
 #
 # /etc/proftpd.conf -- This is a basic ProFTPD configuration file.
 # To really apply changes reload proftpd after modifications.
 # 
 
 ServerNameX FTP Server
 ServerTypestandalone
 ServerAdmin [EMAIL PROTECTED]
 DeferWelcome  off
 IdentLookups  off
 
 MultilineRFC2228  on
 DefaultServer on
 ShowSymlinks  on
 Umask 0113 0002
 
 TimeoutNoTransfer 600
 TimeoutStalled600
 TimeoutIdle   1200
 
 ServerIdent on X FTP Server ready.
 DisplayLoginwelcome.msg
 DisplayFirstChdir   .message
 ListOptions   -l
 
 DenyFilter\*.*/
 
 # Uncomment this if you are using NIS or LDAP to retrieve passwords:
 PersistentPasswd  off
 
 # Uncomment this if you would use TLS module:
 #TLSEngineon
 
 # Uncomment this if you would use quota module:
 #Quotas   on
 
 # Uncomment this if you would use ratio module:
 #Ratios   on
 
 # Port 21 is the standard FTP port.
 Port  21
 
 # To prevent DoS attacks, set the maximum number of child processes
 # to 30.  If you need to allow more than 30 concurrent connections
 # at once, simply increase this value.  Note that this ONLY works
 # in standalone mode, in inetd mode you should use an inetd server
 # that allows you to limit maximum number of processes per service
 # (such as xinetd)
 MaxInstances  30

Bug#353260: simple patch

2006-02-17 Thread Adriaan Peeters
tags 353260 + patch
thanks

Attached is a very basic patch.

Adriaan
--- bugreport.cgi.orig  2006-02-17 09:28:30.0 +0100
+++ bugreport.cgi   2006-02-17 09:33:59.0 +0100
@@ -522,6 +522,7 @@
 
 print $descriptivehead\n;
 printf div class=\msgreceived\pView this report as an a 
href=\%s\mbox folder/a./p/div\n, bugurl($ref, mbox);
+print  BRdiv class=\msgreceived\pA HREF=\mailto:[EMAIL 
PROTECTED]Subscribe/A to this bug/p/div\n;
 print HR;
 print $log;
 print HR;


Bug#353264: GQVIEW crashes on Openclipart office folder -possibly also a security problem

2006-02-17 Thread Mgr. Peter Tuharsky

Package: gqview
Version: 2.0.0-1

When I view the /office directory of Openclipart .18 gallery, gqview 
2.0.0 crashes after some 15% of images are thumbnailed. Possibly also 
security problem (Buffer overflow with arbitrarycode execution?)


Openclipart gallery can be found at
http://www.openclipart.org/downloads/0.18/openclipart-0.18-full.tar.bz2



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



Bug#353265: GPDF frozen by PDF document -possibly security problem

2006-02-17 Thread Mgr. Peter Tuharsky

Package: gpdf
Version: 2.8.2-1.2sarge3

The bug I have already reported (353262), however I have entered GPDF 
name with capital latters and thus the message could have not been 
accepted as valid package. For sake, reporting again, please mark as 
dupe if the 353262 report is valid.


When trying to open the PDF document from
http://mesta.slovenska.sk/m_portaly/download_file_f.php?id=7976

the GPDF freezes. Only GPDF empty window is displayed as if GPDF has 
been opened with no file specified. It's unable to close itself. 
Sometimes even the whole keyboard is blocked, expecting Numlock and 
Ctrl-Alt functions and only shooting down the X server helps.
The document can be downloaded and if correct name is given, can be 
viewed by MC, by KPDF, Adobe Acrobat.. Only GPDF freezes.

Could possibly be even security problem (buffer overflow,..)


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



Bug#353266: Mailscanner causing false positive phishing frauds for quoted URLs and some TLDs

2006-02-17 Thread Fabian Hugelshofer
Package: mailscanner
Version: 4.41.3-2

An email containing a link like this

a href=http://www.anydomain.com;http://www.anydomain.com;/a

is wrongly treated as phishing fraud causing the following message in
the mail body:

MailScanner has detected a possible fraud attempt from
www.anydomain.com claiming to be www.anydomain.com

By sending several test mails I found out that the error is caused by
the quotes and the TLD.

a href=http://www.anydomain.ch;http://www.anydomain.ch;/a
a href=http://www.anydomain.com;http://www.anydomain.com/a

Are clean, wheareas quotes and TLD .com and at least .info are causing
false positives. Or perhaps the quotes and TLD .ch is a false negative,
what I do not believe. At least there ist a dissonance.

Unfortunately my bank sends its announcements containing a link with
quotes and TLD .info to view the message in the browser (if it's not
displayed correctly). The false positive changes the body so that the
signature becomes invalid. Of course I do not want to put the banks URL
into the phishing.safe.sites.conf.

I'm using Debian Sarge with Kernel 2.4.27.

I don't know if I should notice [EMAIL PROTECTED] or if this
is done by the package maintainter. How is this handled?


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



Bug#353267: gcc-avr: Suggests gcc-3.2, which is not available

2006-02-17 Thread Lars Noschinski
Package: gcc-avr
Version: 1:4.0.2-1
Severity: minor

gcc-avr suggests the gcc-3.2 package which isn't available in neither
stable, testing or unstable.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gcc-avr depends on:
ii  binutils-avr  2.16.1-1   Binary utilities that support Atme
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an

gcc-avr recommends no packages.

-- no debconf information


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



Bug#353268: Very slow scrolling with background image

2006-02-17 Thread roland65
Package: gnome-terminal

Version : 2.12.0-2

Scrolling is *very* slow when I use a background image (with or without the
Background image scolls option, with or without the Scroll on output
option).

Example : ls -la in /usr/bin (1628 lines)

- without background image :
time ls -la
0.036u 0.032s 0:01.63 3.6% (elapsed time : 1.63 seconds)

- with background image :
0.016u 0.036s 0:09.55 0.4% (elapsed time : 9.55 seconds, 6 times slower)

- with transparent background :
0.020u 0.012s 0:01.79 1.6% (elapsed time : 1.79 seconds)

To compare :
time ls -la in konsole with the same background image
0.024u 0.024s 0:00.29 13.7% (elapsed time is less than 1 second)

This problem is not transient, it is *always* the case...
The same problem arose with gnome-terminal 2.10
Hope this helps!
RB



Bug#353269: gcc-avr: Allow multiple versions to be installed

2006-02-17 Thread Lars Noschinski
Package: gcc-avr
Version: 1:4.0.2-1
Severity: wishlist

It would be nice, if you could install multiple versions of the gcc-avr,
as you can do with the regular gcc packages, as there are some
differences between avr-gcc 3.4.3 and avr-gcc 4.0.3.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gcc-avr depends on:
ii  binutils-avr  2.16.1-1   Binary utilities that support Atme
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an

gcc-avr recommends no packages.

-- no debconf information


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



Bug#348735: acknowledged by developer (Bug#348735: fixed in openscenegraph 1.0.0-2)

2006-02-17 Thread Loic Dachary
Laurent Bonnaud writes:
 openscenegraph (1.0.0-2) unstable; urgency=low
 .
   * depends on libgl-dev (closes: #348735)
  
  Thank you for this new version!  Unfortunately the bug is only partially
  fixed.  libopenscenegraph-dev still depends only on xlibmesa-gl-dev
  instead of xlibmesa-gl-dev | libgl-dev.

Sob. My mistake. 1.0.0-3 is on the way. Thanks for the feedback.

-- 
Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38
http://www.fsffrance.org/   http://www.dachary.org/loic/gpg.txt


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



Bug#352333: logwatch: unmatched entry for couriertls

2006-02-17 Thread Willi Mann

Richard Burton schrieb:



 - IMAP Begin  
 **Unmatched Entries**
couriertls: read: Connection reset by peer: 3 Time(s)
  -- IMAP End -




The only question: report or ignore?



I'd say ignore. I can't really see much value in reporting this.



I've released 7.2.1-1test0 as usual.

I'm hope that this fixes the issue, I don't use courier-imap, only the 
other courier services.

Willi


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



Bug#352460: initramfs-tools

2006-02-17 Thread Gonéri Le Bouder
Ok, sorry i misunderstood initrd image creation. This problem is 
initramfs-tools related.


echo it821x  /etc/mkinitramfs/modules
dpkg-reconfigure linux-image-2.6.15-1-k7


Regards,


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



Bug#339924: advi: fails to display inlined Postscript with current gs

2006-02-17 Thread Meik Hellmund

I just want to report that this bug is solved in current 
advi packages. Looks like upstream did his homework:
  from changelog.Debian:
  * Update to CVS HEAD as of 20060103,...

Many thanks to the package maintainer. 

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#353270: ktip

2006-02-17 Thread Martin
Package:  kdebase - ktip 
Version:  3.4.0 Level b


This (between ... and ... )  appears in a ktip box on kde 
startup:
...
You can add your own Internet Keyword search provider by selecting 
Settings-Configure Konqueror-Enhanced Browsing. Click Add... and complete 
the fields. 
Contributed by Michael Lachmann and Thomas Diehl  
..

Three questions about this ktip

1   What is this:  Internet Keyword search provider ?

2   Where is this:  Enhanced Browsing  ?

3   Do 1 and 2  refer to some previous version? 

One comment about your bug reporting system
The english language instructions are too narrowly technical.  They are 
using 
terminology comprehensible only to debian developers.  You are isolating 
yourselves from the users who don't understand 
debian-speak. 

Thank you for your efforts.  Please accept this as friendly comment.
Regards
Martin


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



Bug#353271: nagios2-common: add option to copy nsca dump file into command file after starting nagios daemon

2006-02-17 Thread Marc Haber
Package: nagios2-common
Severity: wishlist

We should have the nagios2 init script dump the contents of
/var/*/nagios2/rw/*.dump into the command file after starting the
daemon to handle passive check results that came in via nsca while
nagios2 was not running.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#353272: nsca: run daemon chrooted

2006-02-17 Thread Marc Haber
Package: nsca
Severity: wishlist
Tags: upstream

The nsca-Daemon should be able to chroot itself just like bind and the
sshd listener for enhanced security.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#353273: don't run nsca daemon as nagios

2006-02-17 Thread Marc Haber
Package: nsca
Severity: wishlist

Hi,

the nsca daemon shouldn't run as nagios, but should have its own user.
Otherwise, a compromised nscad would expose the entire nagios
installation.

Greetings
Marc


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#353274: nagios2: should monitor multiple command files

2006-02-17 Thread Marc Haber
Package: nagios2
Severity: wishlist
Tags: upstream

The nagios2 daemon should be configurable to listen on multiple
command files for external command. That way, there could be one
command file per chroot when processes delivering external commands
(such as nsca) run chrooted.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#353275: apt-file: fails to read /etc/apt/sources.list.d/

2006-02-17 Thread Johannes Berg
Package: apt-file
Version: 2.0.6
Severity: normal

apt-file is unusable for me since it fails to read the *.list files in the
directory /etc/apt/sources.list.d/ which apt-get now includes additionally
to the monolithic /etc/apt/sources.list file. Note that apt-get only reads
*.list files in that dir so apt-file should mirror that behaviour (I have a
few other template files in the dir too...)

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

Versions of packages apt-file depends on:
ii  gzip  1.3.5-12   The GNU compression utility
ii  libapt-pkg-perl   0.1.18+b1  Perl interface to libapt-pkg
ii  libconfigfile-perl1.2.1  Parses simple configuration files
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

Versions of packages apt-file recommends:
ii  curl  7.15.1-1   Get a file from an HTTP, HTTPS, FT
ii  wget  1.10.2-1   retrieves files from the web

-- no debconf information


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



Bug#352840: Output of /usr/share/bug/xserver-xorg/script 31

2006-02-17 Thread Michel Dänzer
On Fri, 2006-02-17 at 00:03 -0500, David L. Johnson wrote:
 As directed by Michel Dänzer, I am sending in the output of the
 command /usr/share/bug/xserver-xorg/script 31 | cat  err 
 once I restored my /etc/X11/xorg.conf to the original state (enabling dri),
 which, after an upgrade on Monday, broke my X.

Thanks.

Would it be a lot of effort for you to try a 2.6 kernel? It appears from
other reports that the radeon driver in X.Org 6.9 accidentally broke
compatibility with the 2.4 kernel DRM, and I'm afraid that's unlikely to
get fixed.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#353182: [Pkg-utopia-maintainers] Bug#353182: dbus: files updated out of sequence

2006-02-17 Thread Sjoerd Simons
reassign 353182 hal
severity 353182 important
thanks,

On Thu, Feb 16, 2006 at 01:03:13PM -0500, Rick Pasotto wrote:
 Package: dbus
 Version: 0.60-5
 Severity: grave
 Justification: renders package unusable
 
 
 When upgrading dbus /etc/dbus-1/event.d/20hal is updated after
 /usr/sbin/hald has already failed with error message:
 
 /usr/sbin/hald: unrecognized option `--drop-privileges'
Which is fine as hald should start itself in it's postint script. dbus doesn't
really care about the files in /etc/dbus-1/event.d. But that didn't happen or ?
  
 Re-running /usr/sbin/hald then succeeds.
Please use /etc/dbus-1/event.d/20hal start instead of running hald by hand.

  Sjoerd
-- 
The most costly of all follies is to believe passionately in the palpably
not true.  It is the chief occupation of mankind.
-- H. L. Mencken


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



Bug#353276: Doesn't handle avahi-daemon restarts

2006-02-17 Thread Sjoerd Simons
Package: service-discovery-applet
Version: 0.3.1-4
Severity: normal

Hi,
 
  When avahi-daemon is restarted service-discovery-applet is ``frozen''. Where
  frozen means that it no longer detects services when services are added or
  removed.

  Sjoerd

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)

Versions of packages service-discovery-applet depends on:
ii  avahi-daemon  0.6.7-1Avahi mDNS/DNS-SD daemon
ii  gconf22.12.1-9   GNOME configuration database syste
ii  notification-daemon   0.3.4-1a daemon that displays passive pop
ii  python2.4 2.4.2-2An interactive high-level object-o
ii  python2.4-avahi   0.6.6-2Python utility package for Avahi
ii  python2.4-dbus0.60-5 simple interprocess messaging syst
ii  python2.4-gnome2  2.12.3-2   Python bindings for the GNOME desk
ii  python2.4-gnome2-extras   2.12.1-2.1 Python bindings for the GNOME desk
ii  python2.4-gtk22.8.2-3Python bindings for the GTK+ widge

service-discovery-applet recommends no packages.

-- no debconf information


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



Bug#353277: should be in contrib

2006-02-17 Thread Robert Millan
Package: ndiswrapper
Severity: serious

This package should be in contrib, not main.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)


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



Bug#353278: should be in contrib

2006-02-17 Thread Robert Millan
Package: ndiswrapper-modules-i386
Severity: serious

This package should be in contrib, not main.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)


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



Bug#353279: ITP: python-numpy -- Python library that adds a fast array facility to the Python language.

2006-02-17 Thread Zufus
Package: wnpp
Severity: wishlist

* Package name: python-numpy
  Version : 0.9.5
  Upstream Author : SciPy Developers [EMAIL PROTECTED]
* URL or Web page : http://www.numpy.org
  Description : Python library that adds a fast array facility to the 
Python language.


This package contains a powerful N-dimensional array
object, sophisticated (broadcasting) functions, tools for integrating
C/C++ and Fortran code, and useful linear algebra, Fourier transform,
and random number capabilities.It derives from the old Numeric code
base and can be used as a replacement for Numeric.  It also adds the
features introduced by numarray and can be used to replace numarray.
Numeric users should find the transition very easy.  There is a module
(import numpy.lib.convertcode --- see the convertall and fromfile
functions in that module) that can make (most of) the necessary changes
to your Python code that used Numeric to make it work with the new NumPy

This package is needed as the new SciPy version are based on it.

This package will be maintained by the SciPy debian group,
[EMAIL PROTECTED]

 




* License: 
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
   copyright notice, this list of conditions and the following
   disclaimer in the documentation and/or other materials provided
   with the distribution.

* Neither the name of the NumPy Developers nor the names of any
   contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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



Bug#353280: dhclient does not reliably exit when the device disappears

2006-02-17 Thread martin f krafft
Package: dhcp3-client
Version: 3.0.3-6
Severity: normal

If I remove a network device under control of dhclient (e.g. a wifi
adapter that supports being turned off by ACPI), dhclient will
complain but it will not die. As I move around a lot and turn wifi
on and off as needed, I end up with dozens of dhclient processes for
the wifi device, which tend to like to get into each others way.

I think it would make sense for dhclient to exit when its device
disappears.

lapse:/etc/ifplugd/action.d# dhclient wifi
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Listening on LPF/wifi/00:14:a4:04:ea:dc
Sending on   LPF/wifi/00:14:a4:04:ea:dc
Sending on   Socket/fallback
DHCPDISCOVER on wifi to 255.255.255.255 port 67 interval 7
*** i turned the device off here ***
receive_packet failed on wifi: Network is down
DHCPDISCOVER on wifi to 255.255.255.255 port 67 interval 9
send_packet: No such device
DHCPDISCOVER on wifi to 255.255.255.255 port 67 interval 11
send_packet: No such device
DHCPDISCOVER on wifi to 255.255.255.255 port 67 interval 11
send_packet: No such device
DHCPDISCOVER on wifi to 255.255.255.255 port 67 interval 11
send_packet: No such device
DHCPDISCOVER on wifi to 255.255.255.255 port 67 interval 12
send_packet: No such device
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
lapse:/etc/ifplugd/action.d# ps aux | grep [d]hc
root 23599  0.0  0.0   2164   508 ?Ss   11:31   0:00 dhclient wifi

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

Versions of packages dhcp3-client depends on:
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  dhcp3-common  3.0.3-6Common files used by all the dhcp3
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an

dhcp3-client recommends no packages.

-- no debconf information

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
in seattle, washington, it is illegal to carry a concealed weapon that
is over six feet in length.


signature.asc
Description: Digital signature (GPG/PGP)


Bug#353281: xargs -J (FreeBSD compatibility)

2006-02-17 Thread Robert Millan
Package: findutils
Version: 4.2.27-1
Severity: wishlist
Tags: patch upstream

Please could you add -J as an alias for -I ? This is for compatibility with 
FreeBSD.

I sent it to upstream BTS:

  https://savannah.gnu.org/patch/index.php?func=detailitemitem_id=4916

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

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

findutils recommends no packages.

-- no debconf information
diff -ur findutils-4.2.27.old/xargs/xargs.c findutils-4.2.27/xargs/xargs.c
--- findutils-4.2.27.old/xargs/xargs.c	2005-12-04 03:51:36.0 +0100
+++ findutils-4.2.27/xargs/xargs.c	2006-02-17 11:28:27.0 +0100
@@ -508,6 +508,7 @@
 	  return 0;
 
 	case 'I':		/* POSIX */
+	case 'J':		/* FreeBSD compat */
 	case 'i':		/* deprecated */
 	  if (optarg)
 	bc_ctl.replace_pat = optarg;


Bug#353282: libslang2: _slang_install_prefix should be /usr/

2006-02-17 Thread Günter Milde
Package: libslang2
Version: 2.0.5-3
Severity: normal


The variable `_slang_install_prefix' == / but should be /usr/.

The slang doc says:

 SYNOPSIS
  S-Lang's installation prefix

 USAGE
  String_Type _slang_install_prefix

 DESCRIPTION
  The value of this variable is set at the S-Lang library's
  compilation time.  On Unix systems, the value corresponds to the
  value of the `prefix' variable in the Makefile.  For normal
  installations, the library itself will be located in the `lib'
  subdirectory of the `prefix' directory.

 NOTES
  The value of this variable may or may not have anything to do with
  where the slang library is located.  As such, it should be regarded
  as a hint.  A standard installation will have the `slsh'
  library files located in the `share/slsh' subdirectory of the
  installation prefix.


So, while it is not mandatory to point to the right place, it helps other
programs using slang and slang extensions. 

The jed editor uses _slang_install_prefix to set the jed_library_path to
include:

  path_concat (_slang_install_prefix, share/slsh/local-packages);
and  
  path_concat (_slang_install_prefix, share/slsh);

if these directories exist (in site.sl, line 3165 ff.) and fails, because of
the wrong value for _slang_install_prefix.


Günter Milde


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.27-2-k6
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

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

libslang2 recommends no packages.

-- no debconf information


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



Bug#353283: yaird: Load boottime keymap before cryptsetup asks for password

2006-02-17 Thread Jö Fahlke
Package: yaird
Version: 0.0.12-3
Severity: wishlist
Tags: patch

Here is a patch that will load the boottime keymap configure by
console-common before running cryptsetup.

MfG,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

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

yaird recommends no packages.

-- no debconf information

-- 
Das Leben ist eine Krankheit, die tödlich endet.
--- Templates.cfg.orig  2006-02-17 11:31:38.0 +0100
+++ Templates.cfg   2006-02-17 11:39:48.0 +0100
@@ -319,9 +319,21 @@
#
TEMPLATE cryptsetup
BEGIN
+   FILE /bin/loadkeys
+   FILE /bin/gunzip
+   FILE /etc/console/boottime.kmap.gz
FILE /sbin/cryptsetup
SCRIPT /init
BEGIN
+   !# loadkeys from the kbd package has problems
+   !# uncompressing the keymap on-the-fly when
+   !# run from initramfs, don't know why
+   !if [ -e /etc/console/boottime.kmap.gz ]
+   !then gunzip /etc/console/boottime.kmap.gz
+   !fi
+   !if [ -e /etc/console/boottime.kmap ]
+   !then loadkeys /etc/console/boottime.kmap
+   !fi
!DOCRYPT=1
!while [ $DOCRYPT != 0 ]
!do


signature.asc
Description: Digital signature


Bug#304489: gnome-volume-control

2006-02-17 Thread Nikolay Kichukov
hi there,
thanks for the e-mail, that was a problem i had long
time ago. I found a workaround enabling the advansed
linux sound architecture and then use the alsaconf
utility to automatically detect my ISA opl3sa2 sound
card properties.


Thanks,
-Nikolay Kichukov


--- Loïc Minier [EMAIL PROTECTED] wrote:

 tags 304489 + moreinfo
 stop
 
 Hi,
 
 On mer, avr 13, 2005, Nikolay Kichukov wrote:
  All my mixer settings are no longer available. I
 still can adjust the
  PCM, microphone, synth, iGain, etc, but Volume,
 Bass, Tremble -
  disappeared. I tried all my working perfectly
 before kernels: 2.4.26,
  2.4.27 I also compiled latest kernel 2.4.30 - no
 luck. I
  tried with the 2.6.9 - no luck either, and finally
 I compiled 2.6.11 -
  same story. I changed the distribution to
 sarge(unstable) to see if that
  will bring me any hopes, but I am still stuck with
 very low quality
  sound. 
 
  Does your kernel include support for OSS and / or
 ALSA?  Did you
  configure GStreamer to use OSS / ALSA ?  This can
 be done with
  gstreamer-properties in the gnome-media package.
 
Cheers,
 
 -- 
 Loïc Minier [EMAIL PROTECTED]
 Current Earth status:   NOT DESTROYED
 




___ 
Yahoo! Photos – NEW, now offering a quality print service from just 8p a photo 
http://uk.photos.yahoo.com


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



Bug#331671:

2006-02-17 Thread B. Zhang
Hi,

You can close the bug. It is fixed in the current dev version.
http://bugs.splitbrain.org/?do=detailsid=609

Thanks,
Bin


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



Bug#353111: linux-image-2.6.15-1-sparc64-smp: 2.6.15 kernel can't find root disk /dev/sda1, won't boot

2006-02-17 Thread Blars Blarson
On Thu, Feb 16, 2006 at 07:21:00PM +0100, maximilian attems wrote:
 this is fixed with latest udev from unstable, please upgrade and
 update-initramfs -u -t
 
 the bug report is about missing sysfs support by the sparc sbus drivers,
 thus the appropriate drivers don't get loaded by udev and need
 to be specified before image creation on /etc/mkinitramfs/modules
 or handloaded in the emergency busybox shell on boot.

I installed unstable udev, added esp, sd_mod, and sr_mod to
/etc/mkinitramfs/modules, and tried to reboot.  Same problem as before
on 2.6.15, esp module is not present in initramfs so root can't be
loaded.  However, 2.6.12 no longer boots, (apparently not compatable
with new udev) so system is now boat anchor.


-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Bug#340150: jwm: *** glibc detected *** free(): invalid next size (normal): 0x0000000000531e50 ***

2006-02-17 Thread Steve Langasek
On Sun, Feb 05, 2006 at 11:10:55PM +0200, Jari Aalto wrote:
 Steve Langasek [EMAIL PROTECTED] writes:

  On Sat, Feb 04, 2006 at 09:00:06PM +0200, Jari Aalto wrote:

 http://cante.net/~jaalto/tmp/debian/jwm

svn-buildpackage -uc -us -rfakeroot

  Yes, that appears to have done the correct thing for the most part; the
  package is correctly non-native, and the trunk directory is gone -- the only
  problem I see now is that your .orig.tar.gz contains .svn directories which
  it should not; since
  svn+ssh://[EMAIL PROTECTED]/home/svn/deb/pkg/jwm/trunk is not a svn uri
  that's valid for anyone else, the svn metadata doesn't belong in the
  orig.tar.gz, and having it there doubles the size of the tarball.  Please
  rebuild your tarball with --exclude .svn.  It's also common practice to
  exclude the debian/ directory from the upstream tarball, even when it's
  present in the same source repository, since (among other reasons) it's not
  possible to delete a file from under debian/ using the .diff.gz...

 I'll keep these in mind in the future.

  Everything else looks good, so if you get this taken care of I can
  upload it with no problems.

 Thank you for your time and good suggestions. I think I made some
 fundamental mistake with 1.1 + svn-buildpackage and that's why the
 .svn dirs are there. 

 I've upgrade to 1.3 as well, so you can get the new *.deb files from

http://cante.net/~jaalto/tmp/debian/jwm

Ok, was able to review this finally, and it looks good.  Will be uploaded
shortly.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#353250: Happens if /usr/share/zoneinfo is in a different partition than /

2006-02-17 Thread Jae-hyeon Park
I had the same problem.

On my system, /usr and / are on different partitions.  When
/etc/rcS.d/S22hwclock.sh copies the hardware clock to the system
clock, it cannot read the timezone information from /etc/localtime,
which is a symbolic link to a file under /usr/share/zoneinfo, since
/usr is mounted later by /etc/rcS.d/S35mountall.sh.

For a temporary fix, I did

# cd /etc/rcS.d
# mv mv S22hwclock.sh S36hwclock.sh

But I'm not sure whether or not this is a good way.


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



Bug#353284: mozilla-firefox: Sometimes I can't tell firefox what app to use for opening a file

2006-02-17 Thread Helge Hafting
Package: mozilla-firefox
Version: 1.0.7-1
Severity: normal

I clicked on a https link to a file named kal-oving3.lyx
Now, firefox didn't know the filetype, so it popped up the
question about what to do - save or open with.

Fine, except that the open with alternative was grayed out.
That's bad, for I have /usr/local/bin/lyx which is the perfect
editor for such files. I see no reason to gray out the box - if the
file can be downloaded then an editor _can_ be invoked too.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc3-mm1
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-firefox depends on:
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1.1  generic font configuration library
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxp66.9.0.dfsg.1-4 X Window System printing extension
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  psmisc22.1-1 Utilities that use the proc filesy
ii  xlibs 6.9.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

mozilla-firefox recommends no packages.


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



Bug#353285: dokuwiki: smileys alignment in firefox 1.5

2006-02-17 Thread Bin Zhang
Package: dokuwiki
Version: 0.0.20050922-4
Severity: minor

Hi,

Smileys alignment is not correct in firefox version 1.5.
I found in current snapshot a fix:
inc/parser/xhtml.php, line 404, changing align=middle to class=middle
lib/tpl/default/design.css, adding
/* smileys */
img.middle {
  vertical-align: middle;
}

Best regards,
Bin


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc2-bcm43xx.dscape.060212-20060212
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dokuwiki depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  php4  4:4.4.2-1  server-side, HTML-embedded scripti
ii  ucf   2.005  Update Configuration File: preserv

Versions of packages dokuwiki recommends:
ii  apache [httpd-cgi]1.3.34-2   versatile, high-performance HTTP s

-- debconf information:
* dokuwiki/system/accessible: localhost only
  dokuwiki/webservers: apache
* dokuwiki/system/documentroot: /dokuwiki
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/system/purgepages: true


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



Bug#353286: yaird: Check the password given to cryptsetup

2006-02-17 Thread Jö Fahlke
Package: yaird
Version: 0.0.12-3
Severity: wishlist
Tags: patch

Hi!

Here is a patch which uses blkid to identify the decrypted volume
after cryptsetup did its work.  If the identification fails, it offers
to reenter the password, to ignore the identification failure and
continue anyway (in case the encrypted volume contains something blkid
can't identify) or to open a shell for debugging.

Have a nice day,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

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

yaird recommends no packages.

-- no debconf information

-- 
Software is like sex; it's better when it's free.
-- Linus Torvalds
--- Templates.cfg.orig  2006-02-17 11:31:38.0 +0100
+++ Templates.cfg   2006-02-17 11:49:24.0 +0100
@@ -320,6 +320,7 @@
TEMPLATE cryptsetup
BEGIN
FILE /sbin/cryptsetup
+   FILE /sbin/blkid
SCRIPT /init
BEGIN
!DOCRYPT=1
@@ -335,6 +336,30 @@
!   create 'TMPL_VAR NAME=target' \
!   'TMPL_VAR NAME=src'
!   DOCRYPT=$?
+   !   while [ -x /sbin/blkid ]  [ $DOCRYPT = 0 ] \
+   !  [ -z `/sbin/blkid \
+   !   '/dev/mapper/TMPL_VAR NAME=target'` ]
+   !   do echo Blkid can\'t identify the \
+   !   filesystem on volume \
+   !   'TMPL_VAR NAME=target'.
+   !  echo Reenter, Ignore, 'Shell?'
+   !  read a
+   !  case $a in
+   !  i|I) break;;
+   !  s|S) if [ -x /bin/bash ]
+   !   then /bin/bash
+   !   elif [ -x /bin/sh ]
+   !   then /bin/sh
+   !   elif [ -x /bin/dash ]
+   !   then /bin/dash
+   !   else echo Sorry, no shell found.
+   !   fi;;
+   !  r|R|*) /sbin/cryptsetup \
+   !remove 'TMPL_VAR NAME=target'
+   ! DOCRYPT=1
+   ! ;;
+   !  esac
+   !   done
!done
END SCRIPT
END TEMPLATE


signature.asc
Description: Digital signature


Bug#353287: slang-curl: libslang2 depencency too lax

2006-02-17 Thread Günter Milde
Package: slang-curl
Version: 0.1.1-4
Severity: important


The slang-curl package states a dependency on  libslang2 (= 2.0.1-1)

However, with libslang2 2.0.4-x, I got the following error when I tried to
import the curl module:

   [EMAIL PROTECTED]:~  jed --batch -l curl.sl
   
   ...
   
   loading /usr/share/slsh/local-packages/curl.sl
   Error linking to /usr/lib/slang/v2/modules/curl-module.so: \
   /usr/lib/slang/v2/modules/curl-module.so: \
   symbol SLclass_set_length_function, \
   version SLANG2 not defined in file libslang.so.2 with link time reference
   
   Traceback: import
   /usr/share/slsh/local-packages/curl.sl:1:top-level:Import Error

   ...

Paul Boekholt gave me the hint it might be a problem with slang-curl being
compiled with slang_version 2005 and me having 2004.

I tried an upgrade to libslang2 (2.0.5-3) and the problem was solved.


Guenter Milde


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.27-2-k6
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages slang-curl depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libcurl3  7.15.0-3   Multi-protocol file transfer libra
ii  libslang2 2.0.5-3The S-Lang programming library - r

slang-curl recommends no packages.

-- no debconf information


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



Bug#156564: hack around the problem

2006-02-17 Thread Goswin von Brederlow
Warren Turkal [EMAIL PROTECTED] writes:

 To hack around the problem, my debmirror script looks like this.

 #!/bin/bash
 SERVER=ftp.debian.org
 SERVER_DIR=/debian
 DIR=/srv/ftp/debian

 debmirror --progress --host=$SERVER --method=ftp \
   --root=$SERVER_DIR --section=main  \
   --arch=i386 --dist=etch --postcleanup  \
   --ignore-small-errors  \
   $DIR

 cd $DIR/project/trace
 wget ftp://$SERVER/$SERVER_DIR/project/trace/*


 The last two lines are the hack around the problem. It seems like this would 
 a 
 relatively simple addition to debmirror in the ftp case since the ftp 
 connection is closed right above the creation of the trace files in the 
 debmirror script. I just wanted to add this info to the bug so it was 
 documented.

 wt
 -- 
 Warren Turkal, Research Associate III
 Colorado State University, Dept. of Atmospheric Science

The hack for rsync is very similar.

The problem for debmirror is that it can't know the names of the files
present in the trace directory. For rsync it would be easy to add the
dir and for ftp (which is deprecated in favour of http) it would be
feasable. But I'm very disinclined to parse the http output to fetch
those files.

I feel a hack like yours solves this problem adequatly and
elegantly. So don't expect support for trace files do appear anytime
soon.

MfG
Goswin


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



Bug#341882: Tri-arch support on mips(el)

2006-02-17 Thread Goswin von Brederlow
Matthias Klose [EMAIL PROTECTED] writes:

 Stuart Anderson writes:
 On Sat, 11 Feb 2006, Aurelien Jarno wrote:
 
  Also, I am ready to give some help there. I am first trying to build the
  gcc and glibc packages on a mips, but I face a chicken and egg problem
  here. Does anybody already have glibc and/or gcc packages for mips? If
  not, what is the easiest way to make the bootstrap?
 
 Packages for mispel can be found in http://www.helix-hpc.com/apt/.  IIRC,
 the bootstrap involved cycling between the gcc  glibc builds a few times,
 at one point building static archive libraries and copying them in place to
 allow the build of the opposite package to proceed further.

 AFAICS the patch is incorrect for tri-arch, it adds directories to the
 include path for both the old and the new 32bit ABI at the same time.

 This is addressed on mainline by
 http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01318.html

 we need to integrate that with patch with Debian's /usr/include/arch
 include directory, maybe using the multilib dir names, and providing
 symlinks multilibdir - archdir.

   Matthias

There was some discussion a while back to forego the creation of new
multiarch dirs and instead reuse the existing cross-compile
directories. Whatever came out of that?

In detail that spells:

/usr/x86_64-linux-gnu/lib
/usr/x86_64-linux-gnu/include
/usr/i386-linux-gnu/lib  (or is that i486?)
/usr/i386-linux-gnu/include

[inserting the proper mips archs is left as an exercise]
{the -gnu is new in sid as dpkg-architecture added it and it is needed
to allow for glibc and uclibc libs}


Currently the behaviour differs between sarge and sid in this regard
(at least on amd64):

[EMAIL PROTECTED]:~% gcc -v -c foo.c
...
gcc version 3.3.5 (Debian 1:3.3.5-13)
...
ignoring nonexistent directory /usr/local/include
ignoring nonexistent directory /usr/x86_64-linux/include
#include ... search starts here:
#include ... search starts here:
 /usr/lib/gcc-lib/x86_64-linux/3.3.5/include
 /usr/include
End of search list.

[EMAIL PROTECTED]:~% gcc -v -c foo.c
...
gcc version 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)
...
ignoring nonexistent directory /usr/local/include/x86_64-linux-gnu
ignoring nonexistent directory /usr/include/x86_64-linux-gnu
#include ... search starts here:
#include ... search starts here:
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/4.0.3/include
 /usr/include
End of search list.


Wouldn't it be better to keep with the existing
/usr/arch/{include,lib} scheme from cross-compiling?

MfG
Goswin


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



Bug#353288: dcmtk: hides errors in postinst

2006-02-17 Thread Lars Wirzenius
Package: dcmtk
Version: 3.5.4-1

While testing dcmtk with piuparts, I ran into the following problem:

  Setting up dcmtk (3.5.4-1) ...
  Adding `dcmtk' group to system ...
  Adding `dcmtk' user to system ...
  chown: `dcmtk:dcmtk': invalid user
  dpkg: error processing dcmtk (--configure):
   subprocess post-installation script returned error exit status 1

The actual error is that adduser failed (because of a bug in passwd), so
by the time chown runs, the error message it prints out is misleading.
The problem is this part of the postinst:

addgroup --system dcmtk /dev/null 21 || true

If addgroup, or adduser a few lines later, fails, this hides the error
message. This is NOT acceptable. Use the --quiet option if you want to
reduce the amount of chatter that gets printed when the postinst runs,
but in no case should you hide error messages.

-- 
Client Exciting



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



Bug#353289: xfs: stop does not work in the init script

2006-02-17 Thread Benjamin Leipold
Package: xfs
Version: 6.9.0.dfsg.1-4
Severity: normal

In line 97 misses a fi and in line 119 is one too much.


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

Versions of packages xfs depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  zlib1g1:1.2.3-9  compression library - runtime

xfs recommends no packages.

-- no debconf information


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



Bug#353290: reinstall: Internal Error, Could not perform immediate configuration

2006-02-17 Thread grin
Package: aptitude
Version: 0.4.1-1
Severity: normal

Fails with the error above for some reinstall request
combinations, which could be resolved manually, one
by one, without problems.

Could be because of the dependencies, but the error 
message is not obvious, so I cannot tell.


# aptitude reinstall kdelibs4c2a libacl1 libart-2.0-2  libaudio2 libc6
 libfam0 libfontconfig1 libfreetype6 libice6 libidn11  libjpeg62
 libpcre3 libpng12-0 libqt3-mt libsm6 libstdc++6 libx11-6 libxcursor1
 libxext6 libxft2 libxi6 libxinerama1  libxrandr2 libxrender1 libxt6
 zlib1g
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages will be REINSTALLED:
  kdelibs4c2a libacl1 libart-2.0-2 libaudio2 libc6 libfam0
  libfontconfig1 libfreetype6 libice6 libidn11
  libjpeg62 libpcre3 libpng12-0 libqt3-mt libsm6 libstdc++6 libx11-6
  libxcursor1 libxext6 libxft2 libxi6
  libxinerama1 libxrandr2 libxrender1 libxt6 zlib1g
0 packages upgraded, 0 newly installed, 26 reinstalled, 0 to
remove and 0 not upgraded.
Need to get 0B/21.0MB of archives. After unpacking 0B will be
used.
Writing extended state information... Done
E: Internal Error, Could not perform immediate configuration (2)
on libstdc++6
A package failed to install.  Trying to recover:

# aptitude reinstall libstdc++6
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages will be REINSTALLED:
libstdc++6
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to
remove and 0 not upgraded.
Need to get 0B/288kB of archives. After unpacking 0B will be
used.
Writing extended state information... Done
(Reading database ... 151799 files and directories currently
installed.)
Preparing to replace libstdc++6 4.0.2-9 (using
.../libstdc++6_4.0.2-9_i386.deb) ...
Unpacking replacement libstdc++6 ...
Setting up libstdc++6 (4.0.2-9) ...

#

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-goblin
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2) (ignored: LC_ALL set to 
hu_HU)

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.6-1GNU 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:
pn  aptitude-doc-en | aptitude-do none (no description available)

-- no debconf information


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



Bug#353291: xmovie: please change to arch any

2006-02-17 Thread Petr Salinger

Package: xmovie
Version: 1.9.12-1

Hi,

please change Architecture: to any,
xmovie should not be restricted to i386 and alpha only.

Last time I tried to build it (see #321187),
it succeded also on other archictectures.
It has been version 1.9.13 from http://www.heroinewarrior.com/download.php3

Thanks in advance

Petr



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



Bug#269972: Dealing with should not display languages unavailable on floppy bug on localechooser

2006-02-17 Thread Christian Perrier
Quoting Sven Luther ([EMAIL PROTECTED]):
 On Thu, Feb 16, 2006 at 06:48:33PM +0100, Christian Perrier wrote:
  The attached patch adds a non translatable template to
  localechooser. It recognizes floppy installs by testing for the
  presence of floppy-retriever. Please suggest other methods if there
  are some...
 
 Mmm, why not set a variable or something on the floppy at built time, this
 seems more future proof, especially if you consider that floppy-retriever may
 be useful to get non-free firmware for your cd/net driver from floppies, even
 in non-floppy installs.

Yes, I agree that relying on floppy-retriever presence is not very
optimal.

Frans, is Sven's suggestion applicable in some way?




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



Bug#335483: cupsys-driver-gutenprint: EPSON Stylus Color 600 stopped working after switching to Gutenprint

2006-02-17 Thread Andreas Feldner
Hi,

re-installing the printer didn't change anything. I attached a complete log 
file with log leve debug - hope this helps!

Andreas.



error_log.bz2
Description: BZip2 compressed data


pgpUVBU1t1RyW.pgp
Description: PGP signature


Bug#353269: gcc-avr: Allow multiple versions to be installed

2006-02-17 Thread Hakan Ardo
Hi,
this is a good idea, but won't we need multiple version of avr-libc
then aswell, or will a avr-libc compiled with gcc 4.0 work with gcc
3.4?

On 2/17/06, Lars Noschinski [EMAIL PROTECTED] wrote:
 Package: gcc-avr
 Version: 1:4.0.2-1
 Severity: wishlist

 It would be nice, if you could install multiple versions of the gcc-avr,
 as you can do with the regular gcc packages, as there are some
 differences between avr-gcc 3.4.3 and avr-gcc 4.0.3.

 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (990, 'testing'), (600, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/dash
 Kernel: Linux 2.6.13.1
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

 Versions of packages gcc-avr depends on:
 ii  binutils-avr  2.16.1-1   Binary utilities that support 
 Atme
 ii  libc6 2.3.5-13   GNU C Library: Shared libraries 
 an

 gcc-avr recommends no packages.

 -- no debconf information




--
Håkan Ardö



Bug#353267: gcc-avr: Suggests gcc-3.2, which is not available

2006-02-17 Thread Hakan Ardo
On 2/17/06, Lars Noschinski [EMAIL PROTECTED] wrote:
 Package: gcc-avr
 Version: 1:4.0.2-1
 Severity: minor

 gcc-avr suggests the gcc-3.2 package which isn't available in neither
 stable, testing or unstable.

Yes, it should be gcc-4.0 now...


 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (990, 'testing'), (600, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/dash
 Kernel: Linux 2.6.13.1
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

 Versions of packages gcc-avr depends on:
 ii  binutils-avr  2.16.1-1   Binary utilities that support 
 Atme
 ii  libc6 2.3.5-13   GNU C Library: Shared libraries 
 an

 gcc-avr recommends no packages.

 -- no debconf information




--
Håkan Ardö



Bug#352789: web page just in case

2006-02-17 Thread Martin Michlmayr
* Webcom support [EMAIL PROTECTED] [2006-02-14 10:36]:
 This will result in an error in Firefox although I use Libtidy:
 http://journster.com/?feedid=126199

A copy of the current page is attached in case it changes.

-- 
Martin Michlmayr
http://www.cyrius.com/


index.html?feedid=126199.bz2
Description: Binary data


Bug#353292: linux-image-2.6-amd64-k8: OSD not working with AV7110 DVB cards

2006-02-17 Thread Dieter Jaeger
Package: linux-image-2.6-amd64-k8
Version: 2.6.15-6
Severity: normal

The on screen display for SAA7146 based cards like WinTV Nexus S 
doesn't work with the current image linux-image-2.6-1-amd64-k8. 
Reason is that CONFIG_DVB_AV7110_OSD is not set. Solution is to simply
activate it. Works perfectly with the named card. Here is the patch:

--- config-2.6.15-1-amd64-k82006-02-12 13:37:12.0 +0100
+++ config-2.6.15-1-amd64-k8.new2006-02-17 12:43:45.0
+0100
@@ -2077,7 +2077,7 @@
 # Supported SAA7146 based PCI Adapters
 #
 CONFIG_DVB_AV7110=m
 -# CONFIG_DVB_AV7110_OSD is not set
 +CONFIG_DVB_AV7110_OSD=yes
 CONFIG_DVB_BUDGET=m
 CONFIG_DVB_BUDGET_CI=m
 CONFIG_DVB_BUDGET_AV=m

cheers

Dieter

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages linux-image-2.6-amd64-k8 depends on:
ii  linux-image-2.6.15-1-amd64-k8 2.6.15-6   Linux kernel 2.6.15 image on AMD64

linux-image-2.6-amd64-k8 recommends no packages.

-- no debconf information


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



Bug#353293: ITP: littlewizard -- development environment for children

2006-02-17 Thread Kari Pahula
Package: wnpp
Severity: wishlist
Owner: Kari Pahula [EMAIL PROTECTED]


* Package name: littlewizard
  Version : 1.1.1
  Upstream Author : Marcin Kwadrans [EMAIL PROTECTED]
* URL : http://littlewizard.sourceforge.net/
* License : GPL
  Description : development environment for children

Little Wizard is created especially for primary school children. It
allows to learn using main elements of present computer languages,
including: variables, expressions, loops, conditions, logical
blocks. Every element of language is represented by an intuitive
icon. It allows program Little Wizard without using keyboard, only
mouse.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#353206: (forw) Re: Bug#353206: geneweb: Starts even if disabled in /etc/rc2.d

2006-02-17 Thread Christian Perrier
- Forwarded message from Chersi Vladimir Nicola [EMAIL PROTECTED] -

Date: Fri, 17 Feb 2006 10:38:56 +0100
From: Chersi Vladimir Nicola [EMAIL PROTECTED]
To: Christian Perrier [EMAIL PROTECTED]
Subject: Re: Bug#353206: geneweb: Starts even if disabled in /etc/rc2.d

On Fri, Feb 17, 2006 at 08:23:13AM +0100, Christian Perrier wrote:
  I suggest to put in the /etc/logrotate.d/geneweb script the following
  line:
  invoke-rc.d geneweb restart  /dev/null
  instead of this
 /etc/init.d/geneweb force-reload /dev/null
 
 
 agreed
 
   
  and in the /etc/init.d/geneweb I'd change these two lines:
  
  restart | force-reload)
  
  log_success_msg Usage: /etc/init.d/$NAME 
  {start|stop|restart|force-reload}
  
  with these, respectively:
  
  restart )
  
  log_success_msg Usage: /etc/init.d/$NAME {start|stop|restart}
 
 force-reload is mandatory. In the case of geneweb where no
 configuration reload is possible, then the only way to support it is
 making it similar to restart.

Ok, it's not a problem for me. I was thinking so because:
1 - restart and force-reload are in fact the same thing (but now I
understand that they mean two different things, and so it's ok to
have both of them)
2 - force-reload gives a not-wanted side effect when used with invoke-rc.d
(but now we know that, and so we are warned :-) )

_Maybe_, if we don't find a better solution, we could do something like
this, in the /etc/init.d/geneweb script:

instead of 

restart | force-reload)

we could have (not tested)

restart)
start_stop stop
sleep 2
start_stop start
   ;;
force-reload)
   invoke-rc.d geneweb restart
   ;;

In that way the configuration of geneweb will be reloaded (and geneweb
restarted) only if in the corrent runlevel it is marked to be running,
but this has a problem: if geneweb is marked as non running it would
not be restarted, even if it is running (started manually, for example);
another (quite better) solution would be to restart geneweb (indipendently
from the runlevel) but only if it's already running.
I think that it's a nonsense talking about reload if geneweb is not
already running.

I'm very happy to have contributed a little to a Debian Package.

Bye, Vladimir Nicola
-- 
Bye by Vlad/Nick

- do not send me files with .exe,.pif,.scr,.bat or .com extension ! -
- emails  containing  such  attachments  are automatically  deleted -

- End forwarded message -

-- 




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



Bug#353294: lintian: the probably-uses-debconf test fails too often

2006-02-17 Thread Thomas Huriaux
Package: lintian
Version: 1.23.15
Severity: minor
Tags: patch

Hi,

The probably_uses_debconf test (in check/po-debconf) still fails in
many cases, especially when the maintainer uses dh_installdebconf and
${misc:Depends} (for example, #352948 would have been avoided if the
test had not failed).

Please find attached two patches, they are different ways to fix the
problem:
* po-debconf.depends.diff adds different tests such as the presence of
  Build-Depends: po-debconf, the use of dh_installdebconf, ...
* po-debconf.strict.diff removes all the tests but the $has_templates
  test, and assume that the package uses Debconf if this test returns
  true.

While the first patch should avoid potential false-positives if a
maintainer uses a file 'debian/foo.templates' that is not related with
Debconf, I strongly recommend to use the second patch. There is currently
no false-positive (thanks to Denis Barbier who checked the source
packages), this patch greatly simplifies the check and is very
efficient to avoid false-negatives.

Cheers,

-- 
Thomas Huriaux
--- po-debconf  2006-01-02 10:19:16.0 +0100
+++ po-debconf.new  2006-02-15 13:20:24.0 +0100
@@ -42,12 +42,23 @@
if (m/^Depends:/i) {
$has_depends = 1
if m/\bdebconf(-[.\d]+)?\b/;
+   } elsif (m/^Build-Depends(-Indep)?:/i) {
+   $has_depends = 1
+   if m/\bpo-debconf(-[.\d]+)?\b/;
}
}
close(IN);
} elsif ($file =~ m/^(.+\.)?config(\..+)?$/) {
$has_config = 1;
+   } elsif ($file =~ m/^rules$/) {
+   open (IN, debfiles/rules)
+   or fail(Can't open debfiles/rules.);
+   while (IN) {
+   $has_depends = 1 if (m/^\s*dh_installdebconf/);
+   }
+   close(IN);
}
+   last if $has_depends;
 }
 closedir(DEB);
 
--- po-debconf.orig 2006-02-17 12:39:59.0 +0100
+++ po-debconf  2006-02-17 12:42:22.0 +0100
@@ -31,27 +31,17 @@
 # First, check wether this package seems to use debconf but not po-debconf
 opendir(DEB, 'debfiles')
or fail(Can't open debfiles directory.);
-my $has_template = my $has_depends = my $has_config = 0;
+my $has_template = 0;
 for my $file (readdir(DEB)) {
if ($file =~ m/^(.+\.)?templates(\..+)?$/) {
 # TODO: out of this loop, use fields/*?
$has_template = 1;
-   open(IN,debfiles/control)
-   or fail(Can't open debfiles/control.);
-   while (IN) {
-   if (m/^Depends:/i) {
-   $has_depends = 1
-   if m/\bdebconf(-[.\d]+)?\b/;
-   }
-   }
-   close(IN);
-   } elsif ($file =~ m/^(.+\.)?config(\..+)?$/) {
-   $has_config = 1;
+   last;
}
 }
 closedir(DEB);
 
-my $probably_uses_debconf = $has_depends || ($has_template  $has_config);
+my $probably_uses_debconf = $has_template;
 
 #TODO: check whether all templates are named in TEMPLATES.pot
 if ( $probably_uses_debconf ) {


signature.asc
Description: Digital signature


Bug#353295: /etc/init.d/denyhosts uses bash-specific command

2006-02-17 Thread Florian Schlichting
Package: denyhosts
Version: 1.1.4-2
Severity: normal

the initscript claims to be executable by /bin/sh, whereas the 'source'
command on line 20 in fact assumes /bin/bash. On systems where e.g.
/bin/sh - dash, denyhosts will not start.


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

Versions of packages denyhosts depends on:
ii  lsb-base  3.0-15 Linux Standard Base 3.0 init scrip
ii  python2.3.5-5An interactive high-level object-o

denyhosts recommends no packages.

-- no debconf information



signature.asc
Description: Digital signature


Bug#353296: music cd browsing broke and usbstick not shown on desktop

2006-02-17 Thread killer bee

Package: libgnomevfs2-common
Version: 2.12.2-5
Severity: important

list shown at:
http://pdo.debian.net/cgi-bin/search_contents.pl?searchmode=filelistword=libgnomevfs2-commonversion=testingarch=allpage=1number=50
and actual package content do NOT match!?
Therefore no music cd browsing possible.
Solution that workes for me: Use libcdda.so from old package (2.10.x)

Question:
Is this problem also connected to the fact that now on gnome 2.12 i can not 
see my mounted usbsticks using nautilus cannot mount stick (because 
allready mounted)?


using debian etch kernel 2.6.12 upgraded to gnome 2.12 this weekend

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




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



Bug#353297: libgnomeprintui2.2-0: Zoom out in Print Preview zooms in

2006-02-17 Thread Michael Williamson
Package: libgnomeprintui2.2-0
Version: 2.12.1-2
Severity: normal

In the print preview option of any GNOME application (gedit, Abiword, 
etc.), clicking on the Zoom Out button causes the screen to zoom in 
slightly.

Apologies if this for the wrong package!

Thanks
Mike Williamson


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages libgnomeprintui2.2-0 depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libglib2.0-0 2.8.5-1 The GLib library of C routines
ii  libgnomecanvas2-02.12.0-2A powerful object-oriented display
ii  libgnomeprint2.2-0   2.12.1-3The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-commo 2.12.1-2GNOME 2.2 print architecture User 
ii  libgtk2.0-0  2.8.9-2 The GTK+ graphical user interface 
ii  libpango1.0-01.10.2-1Layout and rendering of internatio
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxml2  2.6.23-1GNOME XML library
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  zlib1g   1:1.2.3-8   compression library - runtime

-- no debconf information



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



Bug#316919: oops, wrong patch

2006-02-17 Thread Norbert Tretkowski
* Bas Zoetekouw wrote:
 Oops, I accidently attached an old patch. The correct one is
 attahced here.

Okay, got some more positive feedback, I'm going to upload the updated
package with your patch to experimental next weekend.

Norbert


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



Bug#344684: Solution

2006-02-17 Thread Michael Williamson
I found the solution by installing a later version of libgnomecups1.0-1
(0.2.2-1). Perhaps the dependency for libgnomeprint2.2-0 on
libgnomecups1.0-1 should have a (suitable) minimum version to stop this
happening?

Thanks

Mike.




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



Bug#353005: firefox: X's copy/paste doesn't work when opening/closing Firefox

2006-02-17 Thread Thomas Dickey
On Fri, Feb 17, 2006 at 03:40:06AM +0100, Mohammed Adnène Trojette wrote:
 On Wed, Feb 15, 2006, Justin Pryzby wrote:
  I thought this was expected, but just tried it, and it worked between
  2 xterms, so I guess I am wrong.
 
 It looks as if the problem is related to X itself or GNOME, as the same
 problem appears between gnome-terminal and xterm, or when closing xterm
 before pasting something in firefox.

xterm normally uses the primary selection, and mozilla normally uses the
clipboard.  firefox may have some feature that allows it to use the primary
selection, but that goes away when the application is closed, loses focus,
etc.

If that's what you're seeing, it's not a bug.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpM4jqBnFafv.pgp
Description: PGP signature


Bug#353298: podracer: add a verbose option

2006-02-17 Thread Alexandre Fayolle
Package: podracer
Version: 1.3-1
Severity: wishlist

It would be nice if podracer could optionally display a bit more
information on standard output while running. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages podracer depends on:
ii  bittorrent3.4.2-6Scatter-gather network file transf
ii  curl  7.15.1-1   Get a file from an HTTP, HTTPS, FT
ii  python2.3.5-5An interactive high-level object-o
ii  screen4.0.2-4.1  a terminal multiplexor with VT100/
ii  timeout   1.11-6.2   Run a command with a time limit.

podracer recommends no packages.

-- no debconf information


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



Bug#353300: aspell-ca: leaves cruft after purge

2006-02-17 Thread Lars Wirzenius
Package: aspell-ca
Version: 0.4-6

While testing aspell-ca with piuparts, I ran into the following problem:

0m10.0s ERROR: Package purging left files on system:
  /var/lib/aspell
owned by: aspell-ca
  /var/lib/aspell/ca.rws

Since I don't know how the aspell stuff should work, I don't know what
creates that file, and it may be that aspell or dictionaries-common
should instead remove it. If so, please reassign the bug to the
appropriate package. Thanks.

-- 
Maailma olisi parempi paikka, jos kaikilla olisi häntä kertomassa mitä
kuuluu.




Bug#353301: podracer: configurability of the output directory

2006-02-17 Thread Alexandre Fayolle
Package: podracer
Version: 1.3-1
Severity: wishlist

Being able to change the default output directory would be
nice. Similarly, being able to change the pattern used inside the output
directory would be great (for instance, instead of having each podcast
saved as a subdirectory of a directory named after the current date,
create, use the directory mentionned in the subscription file, with an
optionnal subdirectory named after the current date). 

Thanks for your work.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages podracer depends on:
ii  bittorrent3.4.2-6Scatter-gather network file transf
ii  curl  7.15.1-1   Get a file from an HTTP, HTTPS, FT
ii  python2.3.5-5An interactive high-level object-o
ii  screen4.0.2-4.1  a terminal multiplexor with VT100/
ii  timeout   1.11-6.2   Run a command with a time limit.

podracer recommends no packages.

-- no debconf information


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



Bug#352701: dovecot-imapd: closes imap connection

2006-02-17 Thread bd
 On Thu, Feb 16, 2006 at 01:01:43PM +0100,  wrote:
 On Thu, Feb 16, 2006 at 02:11:32PM +0200, Timo Sirainen wrote:
  On Thu, 2006-02-16 at 11:12 +0100, bd wrote:
   this _might_ be a mutt problem, I'am going to test this with etch
 later.
 
  I just fixed a couple of days ago one problem that caused mutt to
 close
  connection and/or crash:
 
  2006-02-13 18:35  Timo Sirainen [EMAIL PROTECTED]
 
  * src/imap/imap-sync.c: Don't notify client about changes in
messages it hasn't yet even been notified about.

 perhaps I can find the time to build a version containing this fix.

 does not seem to work.

 applied this patch:

 [...]

I have seen an TLS error just before the mailbox is closed, sadly I could
not read it completely since it was displayed only for a second or so:

Something about an incomplete package.

The error occures when starting mutt on the machine running dovecot-imapd
and from another machine (that one is testing though).

regards
  bd



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



Bug#353269: gcc-avr: Allow multiple versions to be installed

2006-02-17 Thread Lars Noschinski

* Hakan Ardo [EMAIL PROTECTED] [2006-02-17 13:06]:

Package: gcc-avr Version: 1:4.0.2-1 Severity: wishlist

It would be nice, if you could install multiple versions of the
gcc-avr, as you can do with the regular gcc packages, as there are
some differences between avr-gcc 3.4.3 and avr-gcc 4.0.3.

Hi,
this is a good idea, but won't we need multiple version of avr-libc
then aswell, or will a avr-libc compiled with gcc 4.0 work with gcc
3.4?


I don't know for sure, as I don't use any library functions,  but the
gcc-4.0 changelog doesn't list any (binary) incompatible changes. But if
they would be incompatible, avr-libc would be missing a dependendy an
gcc-avr = 4.0.


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



Bug#353293: ITP: littlewizard -- development environment for children

2006-02-17 Thread Ben Armstrong
Kari,

I'm interested in littlewizard, as it may be suitable to include in
Debian Jr.'s junior-programming metapackage.  If you need any help,
please drop me a note.

Thanks,
Ben



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



Bug#353302: linprocfs.ko depends on linux.ko

2006-02-17 Thread Robert Millan
Package: kfreebsd-5
Severity: minor

linprocfs.ko depends on linux.ko, but linux.ko is supposedly only for Linux
ABI emulation.  Since linprocfs is mounted by default this means all systems
will load an extra module unnecessarily.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 6.0-1-486
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)


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



Bug#353303: High Speed Patch

2006-02-17 Thread Barak A. Pearlmutter
Package: openssh-client
Version: 1:4.2p1-5
Severity: wishlist

As distributed (up to version 4.3p1), OpenSSH limits its TCP
connections to a buffer size of 64k.  This dramatically limits the
bandwidth that can be achieved by ssh, or scp, or rsync using ssh as a
transport mechanism.  On typical networks, like a 100Mb transatlantic
connection, the slowdown can be a factor of ten.

The problem is addressed by a little patch:

  High Performance SSH/SCP - HPN-SSH
  http://www.psc.edu/networking/projects/hpn-ssh/

It would be nice if we could considerer incorporating this patch.
--
Barak A. Pearlmutter [EMAIL PROTECTED]
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/


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



Bug#353304: ttf-freefont: Weird strings in freefont fonts

2006-02-17 Thread Jan Willem Stumpel
Package: ttf-freefont
Version: 20051102-2
Severity: normal


Run ftinfo -a *.ttf|grep lazy dog in the directory where the freefont
ttf's are. Result:

FreeMonoBoldOblique.ttf: 0: 36 name: Microsoft, Unicode, English - United
States, unknown 19: The quick brown fox jumps over the lazy dog.
FreeMonoBold.ttf: 0: 9 name: Macintosh, Roman, English, unknown 19: The
quick brown fox jumps over the lazy dog.

[etc..]

Also foreign versions of the lazy dog sentence are present:

FreeMono.ttf: 0: 19 name: Microsoft, Unicode, German - Germany, unknown 19:
Zw�f Boxk�pfer jagen Victor quer �er den gro�n Sylter Deich.

AFAIK no other font files in Debian have such strings in them. 

They are not really font names, right? Including test strings in the
font is all good fun, but there is one problem: these strings may 
interfere with the operation of fonttools. 

For instance ttx FreeMono.ttf produces a FreeMono.ttx file which contains

namerecord nameID=19 platformID=3 platEncID=1 langID=0x419
 #1042;#1095;#1072;#1097;#1072;#65535;#65535;#63505;#14352;#52240;
 #65535;#65028;#13828;#14340;#1073;#1099;#1083;#1094;#1080;#1090;
 #1088;#1091;#1089;#8230;#8212;#1076;#65535;,#1085;#65535;#65535;
 #63505;#4112;#49168;#60433;#12305;#8208;#57360;#51217;#11280;#65535;
 #65028;#19716;#14852;#14084;#13572;#15364;#65535;#65535;.
/namerecord

Maybe this is Russian, but whatever this is, it causes ttx to choke (with a
remark about illegal character) when the ttx file is re-converted into
ttf. I'd suggest it is better to remove these strings. That unknown 19
suggests something non-standard anyway. 

Regards, Jan

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

Versions of packages ttf-freefont depends on:
ii  defoma0.11.8-0.1 Debian Font Manager -- automatic f

Versions of packages ttf-freefont recommends:
ii  x-ttcidfont-conf  21 Configure TrueType and CID fonts f

-- no debconf information




Bug#353301: podracer: configurability of the output directory

2006-02-17 Thread Alexandre Fayolle
On Fri, Feb 17, 2006 at 01:27:28PM +0100, Alexandre Fayolle wrote:
 Package: podracer
 Version: 1.3-1
 Severity: wishlist
 
 Being able to change the default output directory would be
 nice. 

I've just noticed /etc/podracer.conf which can be used to do this. 

 Similarly, being able to change the pattern used inside the output
 directory would be great (for instance, instead of having each podcast
 saved as a subdirectory of a directory named after the current date,
 create, use the directory mentionned in the subscription file, with an
 optionnal subdirectory named after the current date). 

I'm not sure if this can be achieved through podracer.conf, since it is
not clear if the poddir variable is used when a feed name is provided in
the subscription file. 

-- 
Alexandre Fayolle  LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Retrait du projet de loi DADVSI: http://eucd.info/petitions/index.php?petition=2


signature.asc
Description: Digital signature


Bug#353305: dpkg-scanpackages: Fails with non-empty overrides file

2006-02-17 Thread Daniel Schepler
Package: dpkg-dev
Version: 1.13.15
Severity: normal

When I try locally running, for example, dpkg-scanpackages pool/a/autoconf
scripts/override.sid.main, where scripts/override.sid.main is an un-gzipped
version of http://http.us.debian.org/debian/indices/override.sid.main.gz, I
get:

Use of uninitialized value in string eq at /usr/bin/dpkg-scanpackages line 195, 
GEN1 line 1130.
 * Unconditional maintainer override for autoconf *
Pseudo-hashes are deprecated at /usr/bin/dpkg-scanpackages line 213, GEN1 
line 1130.
Argument optional isn't numeric in hash element at /usr/bin/dpkg-scanpackages 
line 213, GEN1 line 1130.
Bad index while coercing array into hash at /usr/bin/dpkg-scanpackages line 
213, GEN1 line 1130.

All this is on stderr, and there is no output.
-- 
Daniel Schepler


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



Bug#353306: Courier-IMAP -installation highly unfriendly and confusing

2006-02-17 Thread Mgr. Peter Tuharsky

Package: courier-imap
Version: 3.0.8-4sarge4

There is one BIG and confusing glitch with installing Courier IMAP 
server: it's the creation of Maildirs. If one dosen't know, how EXACTLY 
should they be created, there's no chance to get Courier IMAP working. 
Whatever greatly it is configured, it dosen't work, and no one knows 
why. Until he does have a good knowledge in RFC documents, and bet me 
there is not so much mankind that do.


If the Courier only didn't create the dirs himself automatically! The 
user could then at least know that something is missing.
However, he CREATES some dirs, and he does it in BAD way so that they, 
again, don't work. User should think yes, he said that Maildirs are 
needed, and he created some now, so this is certainly not the problem 
that causes Courier not to work


If one wants to run Courier, he should search and study RFC documents 
(!!!) regarding IMAP and create Maildirs by hand, exactly matching the 
describtion in RFC. Then suddenly, whoila, a miracle, Courier starts 
working.


I really DO think, that in 21th century, creation of proper directory 
structure SHOULD be held by package itself. Courier-imap should create 
proper Maildirs in /etc/skel and then politely ASK, if he should create 
them for existing users too.


I don't desire to be unkind, but so far, Courier-IMAP has been the 
package with the worst installation I have ever met.



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



Bug#345929: radeon memory map patch applied upstream

2006-02-17 Thread Anders Hermansen
See:
http://lists.freedesktop.org/archives/xorg/2006-February/013036.html

Bens patch has now been applied upstream.
Can we get this fix in the debian package too?


Anders


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



Bug#353307: dovecot: 1.0.beta2-1 doesn't include deliver, previous version did

2006-02-17 Thread Jacob Elder
Package: dovecot
Severity: grave
Justification: renders package unusable


The previos version of this package included /usr/lib/dovecot/deliver. This
version does not. There was no warning of any kind that deliver would be
removed. Anyone using deliver as a local deliver agent will lose all
incoming mail.


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#349703: Bug confirmed

2006-02-17 Thread Daniel Rodriguez Garcia
Hello,

I also confirm this bug. It happens when you enter a line longer
than screen width, the first time you do it after you login.

See the example attached (screen capture): it happened first
with my normal user, and then again with root after running a su
session (both under the same gnome-terminal execution).






Bug#353169: libupnp: Fixed length buffer for UPNP Action URLs breaks applications

2006-02-17 Thread Arthur Taylor
Please find attached a patch which goes some way to fixing this issue. 
I've only tested it in my current configuration, so I don't know how 
this impacts the webserver. I've had to introduce two new functions to 
free structures that may be returned by the framework. Not sure how 
necessary they are, as I think mostly it frees up what it gives you.


This library is still significantly broken. If upstream isn't planning a 
version 2 this either wants fixing comprehensively by debian, 
documenting with warnings in very large letters, or removing all 
together. I think it would be a mistake to base a serious application on 
the current version. Either that or it's actually perfectly safe and I'm 
just using it 'wrong' :)


Arthur

--
Arthur Taylor, +44 (0) 1223 271512
Reciva Limited,
509 Coldhams Lane,
Cambridge,
CB1 3JS. England 
Fax: +44 (0) 1223 702991 

diff -ur libupnp/upnp/inc/config.h ../libupnp/upnp/inc/config.h
--- libupnp/upnp/inc/config.h   2006-02-01 17:01:06.0 +
+++ ../libupnp/upnp/inc/config.h2006-02-16 16:29:52.0 +
@@ -226,8 +226,8 @@
 #define EXCLUDE_SOAP 0
 #define EXCLUDE_GENA 0
 #define EXCLUDE_DOM  0
-#define EXCLUDE_MINISERVER 0
-#define EXCLUDE_WEB_SERVER 0
+#define EXCLUDE_MINISERVER 1
+#define EXCLUDE_WEB_SERVER 1
 #ifdef USE_JNI
 #define EXCLUDE_JNI 0
 #else
diff -ur libupnp/upnp/inc/upnp.h ../libupnp/upnp/inc/upnp.h
--- libupnp/upnp/inc/upnp.h 2006-02-01 17:01:07.0 +
+++ ../libupnp/upnp/inc/upnp.h  2006-02-16 17:04:15.0 +
@@ -669,7 +669,7 @@
   int ErrCode;
 
   /** The control URL for service. */
-  char CtrlUrl[NAME_SIZE];
+  char *pCtrlUrl;
 
   /** The DOM document describing the action. */
   IXML_Document *ActionRequest;
@@ -719,7 +719,7 @@
   int ErrCode;
 
   /** The control URL for the service. */
-  char CtrlUrl[NAME_SIZE];
+  char *pCtrlUrl;
 
   /** The name of the variable. */
   char StateVarName[NAME_SIZE];
@@ -807,7 +807,7 @@
   int ErrCode;  
 
   /** The event URL being subscribed to or removed from. */
-  char PublisherUrl[NAME_SIZE]; 
+  char *pPublisherUrl; 
 
   /** The actual subscription time (for subscriptions only). */
   int TimeOut;  
@@ -997,6 +997,9 @@
 extern C {
 #endif // __cplusplus
 
+void UpnpFreeSubscribeEvent(struct Upnp_Event_Subscribe *pEvt, int 
free_pointer);
+void UpnpFreeActionCompleteEvent(struct Upnp_Action_Complete *pEvt, int 
free_pointer);
+
 ///@name Initialization and Registration
 //@{
 /** Initializes the Linux SDK for UPnP Devices. This function must be called
diff -ur libupnp/upnp/src/api/upnpapi.c ../libupnp/upnp/src/api/upnpapi.c
--- libupnp/upnp/src/api/upnpapi.c  2006-02-01 17:01:14.0 +
+++ ../libupnp/upnp/src/api/upnpapi.c   2006-02-17 12:42:30.0 +
@@ -68,6 +68,8 @@
 /*
  ** */
 
+static void free_param( struct UpnpNonblockParam *Param);
+
 //Mutex to synchronize the subscription handling at the client side
 CLIENTONLY( ithread_mutex_t GlobalClientSubscribeMutex;
  )
@@ -290,8 +292,9 @@
 DEVICEONLY( UpnpDevice_Handle device_handle;
  )
 CLIENTONLY( UpnpClient_Handle client_handle;
- )
-struct Handle_Info *temp;
+)
+ struct Handle_Info *temp;
+ 
 
 DBGONLY( ThreadPoolStats stats;
  )
@@ -370,6 +373,41 @@
 
 }  /* End of  UpnpFinish  */
 
+void 
+UpnpFreeSubscribeEvent(struct Upnp_Event_Subscribe *pEvt, int free_pointer)
+{
+  if (pEvt == NULL)
+  {
+return;
+  }
+  if (pEvt-pPublisherUrl != NULL)
+  {
+free( pEvt-pPublisherUrl );
+  }
+  if (free_pointer)
+  {
+free( pEvt );
+  }
+}
+
+void 
+UpnpFreeActionCompleteEvent(struct Upnp_Action_Complete *pEvt, int 
free_pointer)
+{
+  if (pEvt == NULL)
+  {
+return;
+  }
+  if (pEvt-pCtrlUrl != NULL)
+  {
+free( pEvt-pCtrlUrl );
+  }
+  if (free_pointer)
+  {
+free( pEvt );
+  }
+}
+
+
 /
  * Function: UpnpGetServerPort
  *
@@ -1746,7 +1784,8 @@
 
 Param-FunName = SUBSCRIBE;
 Param-Handle = Hnd;
-strcpy( Param-Url, EvtUrl );
+Param-pUrl = malloc(sizeof(char) * (strlen(EvtUrl) + 1));
+strcpy( Param-pUrl, EvtUrl );
 Param-TimeOut = TimeOut;
 Param-Fun = Fun;
 Param-Cookie = ( void * )Cookie_const;
@@ -1951,6 +1990,7 @@
 
 Param-FunName = UNSUBSCRIBE;
 Param-Handle = Hnd;
+Param-pUrl = NULL;
 strcpy( Param-SubsId, SubsId );
 Param-Fun = Fun;
 Param-Cookie = ( void * )Cookie_const;
@@ -2101,6 +2141,7 @@
 Param-Handle = Hnd;
 strcpy( Param-SubsId, SubsId );
 Param-Fun = Fun;
+Param-pUrl = NULL;
 Param-Cookie = ( void * )Cookie_const;
 Param-TimeOut = TimeOut;
 
@@ -2691,12 +2732,13 @@
 
 Param-FunName = ACTION;
 Param-Handle = Hnd;
-strcpy( Param-Url, ActionURL );
+Param-pUrl = malloc(sizeof(char) * ((strlen(ActionURL) + 1)));
+strcpy( 

Bug#353308: aptitude: [INTL:ca] Translation problems

2006-02-17 Thread Lluis Vilanova
Package: aptitude
Version: 0.4.1-1
Severity: minor
Tags: l10n

I've found some problems on the catalan translation of aptitude:

* command line interface:
+ usage
- spacing errors make the output look ugly
- command forget-net - forget-new
- command mostra - show

* graphical interface
+ status header
- After the #Amb errors: (#Broken:), the number of brokens is 
  not shown (if the problem is that the translation is oversized, 
  it could be changed to #Trencats:)

Apart from this, there are some missing translations, but this is another 
subject.

If I can help you more, please indicate me how (making the translations by 
myself or something).

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sourcerer-3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

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-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  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-8The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)

-- no debconf information


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



Bug#353292: linux-image-2.6-amd64-k8: OSD not working with AV7110 DVB cards

2006-02-17 Thread Frederik Schueler
tags 353292 pending
thanks

Hello,

the next 2.6.15 upload will have this option enabled, thanks for the
patch.

best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#353309: mguesser: FTBFS: invalid syntax in conditional

2006-02-17 Thread Daniel Schepler
Package: mguesser
Version: 0.2-5
Severity: serious

From my pbuilder build log:

...
 debian/rules build
dh_testdir
# Add here commands to compile the package.
/usr/bin/make CFLAGS=-Wall -g -O2
make[1]: Entering directory `/tmp/buildd/mguesser-0.2'
Makefile:1: *** invalid syntax in conditional.  Stop.
make[1]: Leaving directory `/tmp/buildd/mguesser-0.2'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler



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#353311: mrename: FTBFS: can't parse dependency

2006-02-17 Thread Daniel Schepler
Package: mrename
Version: 1.2-9
Severity: serious

From my pbuilder build log:

...
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (0)
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
dpkg-gencontrol: warning: can't parse dependency  
dpkg-gencontrol: error: error occoured while parsing Depends
dh_gencontrol: command returned error code 2304
make: *** [binary-arch] Error 1

Using cat -A build-log, the can't parse dependency line ends with two
spaces, so it appears it's choking on a dependency consisting of just a
space.
-- 
Daniel Schepler



Bug#353312: sufary: FTBFS with new make

2006-02-17 Thread Daniel Schepler
Package: sufary
Version: 2.1.1-6
Severity: serious

From my pbuilder build log:

...
# Add here commands to install the package into debian/tmp.
# sufary
cp array/array mkary/mkary mkdid/mkdid tools/af tools/sass\
`pwd`/debian/tmp/usr/bin
cp: accessing `tools/sass/tmp/buildd/sufary-2.1.1/debian/tmp/usr/bin': Not a 
directory
make: *** [install-stamp] Error 1

You should be able to fix this by adding a space before the backslash.
-- 
Daniel Schepler



Bug#353313: aspell-bg: uninstalls uncleanly

2006-02-17 Thread Lars Wirzenius
Package: aspell-bg
Version: 3.0-7

While testing aspell-bg with piuparts, I got the following error:

0m8.8s ERROR: Package purging left files on system:
  /etc/alternatives/bulgarian-aspell-dictionary
  /usr/lib/aspell
owned by: libaspell15, aspell-bg
  /usr/lib/aspell/bg.multi
  /var/lib/aspell
owned by: aspell-bg
  /var/lib/aspell/bg-en.rws

I suspect that your postinst and prerm scripts do not agree on the name
of the alternative. I don't know what the cause of
the /var/lib/aspell/bg-en.rws file is; if it isn't directly in
aspell-bg, then please reassign to the correct package.

-- 
Without grand dreams, how can you save the world?



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



Bug#353314: surfraw: FTBFS with new make

2006-02-17 Thread Daniel Schepler
Package: surfraw
Version: 2.1.1
Severity: serious

From my pbuilder build log:

...
rm -f surfraw surfraw.tmp
sed 's,@bindir\@,/usr/bin,g; \
 s,@mandir\@,/usr/share/man,g; \
 s,@VERSION\@,2.1.0,g; \
 s,@prefix\@,/usr,g; \
 s,@ELVIDIR\@,/usr/lib/surfraw,g; \
 s,@sysconfdir\@,/etc,g' surfraw.IN surfraw.tmp
sed: -e expression #1, char 186: unterminated address regex
make[2]: *** [surfraw] Error 1
make[2]: Leaving directory `/tmp/buildd/surfraw-2.1.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/surfraw-2.1.1'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler



  1   2   3   4   >