Bug#427872: RFA: afbackup -- Client-Server Backup System (Server side)

2007-06-07 Thread Torsten Werner
Package: wnpp
Severity: normal

I request an adopter for the afbackup package. Please contact me if you
need sponsorship.

The package description is:
 This is a client-server backup system offering several workstations a
 centralized backup to a special backup server. Backing up only one
 computer is easily possible, too. Any streaming device can be used
 for writing the data to it, usually this will be a tape
 device. Writing backups is normally done sequentially: The next
 writing to tape goes to the end of the previous write no matter where
 you have restored from in the meantime.
 .
  Features:
  - Authentication of the client is performed before it can take over control
  - Access restriction for the streamer device - security
  - Client-side per-file compression - reliability
  - Data stream is written to tape in pieces - fast finding of files
  - Tape position logging for each file
  - Tape capacity is fully used
  - Full / incremental backups
  - Raw partitions can be backed up
  - Client and Server buffering for maximal throughput is done
 .
 Note: Tk is required if you want to use the graphical configuration
 tool instead of the text configuration tool.


Cheers,
Torsten



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



Bug#427873: recommends non-existant package

2007-06-07 Thread Kel Modderman
Package: gtk2-engines-qtcurve
Version: 0.50-1
Severity: normal

There is a typo in Recommends field of debian/control.

$ sudo apt-get install gtk2-engines-qtcurve
Reading package lists... Done
Building dependency tree... Done
Recommended packages:
  kde-style-ctcurve
The following NEW packages will be installed
  gtk2-engines-qtcurve
0 upgraded, 1 newly installed, 0 to remove and 63 not upgraded.

kde-style-ctcurve - kde-style-qtcurve

Thanks, Kel.


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



Bug#427874: provides extraneous debian/dirs

2007-06-07 Thread Kel Modderman
Package: gtk2-engines-qtcurve
Version: 0.50-1
Severity: normal

The package provides:

/usr/sbin
/usr/bin

These are not used by gtk2-engines-qtcurve. debian/dirs in source package is 
entirely redundant as far as I can see, please remove it.

Thanks, Kel.


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



Bug#427875: cl-sql-mysql: Refuses to load necessary foreign libraries under SBCL

2007-06-07 Thread Drake Wilson
Package: cl-sql-mysql
Version: 3.8.3-1
Severity: grave
Justification: renders package unusable

I can't get clsql-mysql from unstable to load at all under SBCL; it
fails when trying to do the UFFI foreign library load.  I'm not sure
whether this is the same as bug 365912[0] or not; I tried to manually
(uffi:load-foreign-library /usr/lib/libmysqlclient.so.15) as
mentioned in that bug report, but it didn't change the error any.  I
see some other bugs regarding MySQL client library dependencies that
are claimed fixed in significantly earlier versions of cl-sql-mysql
(mostly 3.5.6), but none of the other reports seem to help any.

Shell transcript follows:


  $ sbcl
  This is SBCL 1.0, an implementation of ANSI Common Lisp.
  More information about SBCL is available at http://www.sbcl.org/.
  
  SBCL is free software, provided as is, with absolutely no warranty.
  It is mostly in the public domain; some portions are provided under
  BSD-style licenses.  See the CREDITS and COPYING files in the
  distribution for more information.
  * (asdf:operate 'asdf:load-op 'clsql)
  
  ; loading system definition from /usr/share/common-lisp/systems/clsql.asd into
  ; #PACKAGE ASDF0
  ; loading system definition from /usr/share/common-lisp/systems/uffi.asd into
  ; #PACKAGE ASDF1
  ; registering #SYSTEM UFFI {10029849A1} as UFFI
  ; registering #SYSTEM CLSQL {1002E44D61} as CLSQL
  NIL
  * (asdf:operate 'asdf:load-op 'clsql-mysql)
  
  ; loading system definition from 
/usr/share/common-lisp/systems/clsql-mysql.asd
  ; into #PACKAGE ASDF0
  ; registering #SYSTEM :CLSQL-MYSQL {10035B7FC1} as CLSQL-MYSQL
  ; loading system definition from /usr/share/common-lisp/systems/clsql-uffi.asd
  ; into #PACKAGE ASDF0
  ; registering #SYSTEM CLSQL-UFFI {1002F276A1} as CLSQL-UFFI
  
  debugger invoked on a SIMPLE-ERROR in thread #THREAD initial thread 
{10031F73B1}:
Couldn't load foreign libraries libmysqlclient, libmysql. (searched 
CLSQL-SYS:*FOREIGN-LIBRARY-SEARCH-PATHS*)
  
  Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
  
  restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry performing #ASDF:LOAD-OP NIL {10032D9C01} on
#ASDF:CL-SOURCE-FILE mysql-loader {1003E8A7E1}.
1: [ACCEPT] Continue, treating #ASDF:LOAD-OP NIL {10032D9C01} on
#ASDF:CL-SOURCE-FILE mysql-loader {1003E8A7E1} as having 
been
successful.
2: [ABORT ] Exit debugger, returning to top level.
  
  (FIND-AND-LOAD-FOREIGN-LIBRARY
   #unavailable argument
   :MODULE
   mysql
   :SUPPORTING-LIBRARIES
   (c)
   :ERRORP
   T)
  0]


If I try the same thing from SLIME, I get slightly different error
formatting (backtrace cut after SLIME level):


  Couldn't load foreign libraries libmysqlclient, libmysql. (searched 
CLSQL-SYS:*FOREIGN-LIBRARY-SEARCH-PATHS*)
 [Condition of type SIMPLE-ERROR]

  Restarts:
0: [RETRY] Retry performing #ASDF:LOAD-OP NIL {10028666F1} on 
#ASDF:CL-SOURCE-FILE mysql-loader {10038B0101}.
1: [ACCEPT] Continue, treating #ASDF:LOAD-OP NIL {10028666F1} on 
#ASDF:CL-SOURCE-FILE mysql-loader {10038B0101} as having been successful.
2: [ABORT-REQUEST] Abort handling SLIME request.
3: [TERMINATE-THREAD] Terminate this thread (#THREAD repl-thread 
{1002EE1941})

  Backtrace:
0: (CLSQL-UFFI:FIND-AND-LOAD-FOREIGN-LIBRARY #unavailable argument 
:MODULE mysql :SUPPORTING-LIBRARIES (c) :ERRORP T)
1: ((SB-PCL::FAST-METHOD CLSQL-SYS:DATABASE-TYPE-LOAD-FOREIGN ((EQL 
:MYSQL))) #unavailable argument #unavailable argument #unavailable 
argument)
2: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0.)) 
#unavailable argument #unavailable argument :MYSQL)
3: (SB-FASL::LOAD-FASL-GROUP #SB-SYS:FD-STREAM for file 
/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl
 {1003AC30D1})
4: (SB-FASL::LOAD-AS-FASL #SB-SYS:FD-STREAM for file 
/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl
 {1003AC30D1} NIL #unavailable argument)
5: (SB-FASL::INTERNAL-LOAD 
#P/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl
 
#P/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl
 :ERROR NIL NIL :BINARY NIL)
6: (SB-FASL::INTERNAL-LOAD 
#P/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl
 
#P/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl
 :ERROR NIL NIL NIL :DEFAULT)
7: (LOAD 
#P/var/cache/common-lisp-controller/1000/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl)
8: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE)) 
#unavailable argument #unavailable argument #ASDF:LOAD-OP NIL 
{10028666F1} #ASDF:CL-SOURCE-FILE mysql-loader {10038B0101})
9: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. 
SB-PCL::.ARG1.)) #unavailable argument #unavailable argument #ASDF:LOAD-OP 
NIL {10028666F1} 

Bug#427744: gst-plugins-good0.10 - FTBFS: cp: cannot stat `./debian/tmp/usr/lib/gstreamer-0.10/libgstflac.so': No such file or directory

2007-06-07 Thread Sebastian Dröge
tags 427744 + confirmed pending
thanks

Hi,
this will be fixed (support for flac 1.1.4 API) with the next
gst-plugins-good0.10 upstream release which should be released around
next week.

Bye


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#427877: gnunet: [debconf_rewrite] Debconf templates review

2007-06-07 Thread Christian Perrier
Package: gnunet
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Sunday, May 20, 2007, I notified you of the beginning of a review process
concerning debconf templates for gnunet.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading gnunet with these changes right now.

The second phase of this process will begin on Sunday, June 10, 2007, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
Friday, June 22, 2007. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Saturday, June 23, 2007, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- 
/home/bubulle/travail/debian/rewrite/LCFC/gnunet/gnunet.old/debian/gnunet-daemon.templates
  2007-05-14 11:51:52.502625513 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/gnunet/gnunet/debian/gnunet-daemon.templates
  2007-06-07 07:51:24.710394994 +0200
@@ -1,3 +1,13 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
+# Obsolete, should be removed
 Template: gnunet-daemon/warning
 Type: note
 _Description: Former installation of GNUnet detected
@@ -10,6 +20,7 @@
  .
  Every personal settings will be preserved as much as possible.
 
+# Obsolete, should be removed
 Template: gnunet-daemon/failed
 Type: note
 _Description: Warning
@@ -24,6 +35,7 @@
  Please take a look and make necessary changes in it if needed after
  installation.
 
+# Obsolete, should be removed
 Template: gnunet-daemon/prior_07
 Type: note
 _Description: Upgrade from a version prior to 0.7.0
@@ -43,32 +55,26 @@
 Template: gnunet-daemon/launch_at_startup
 Type: boolean
 Default: true
-_Description: Launch at startup?
- Setup GNUnet as a system service. 
- .
- If you accept here, a GNUnet server will be started each time your machine
- starts.  If you decline this option, you need to launch GNUnet each time
- you want to use it.
+_Description: Should the GNUnet daemon be launched on boot?
+ If you choose this option, a GNUnet server will be started each time
+ the system is launched. Otherwise, you will need to launch
+ GNUnet each time you want to use it.
 
 Template: gnunet-daemon/gnunet_user
 Type: string
 Default: gnunet
 _Description: GNUnet user:
- Define the user owning the GNUnet daemon process.
+ Please choose the user that the GNUnet daemon process will run as.
  .
- For security reasons, it's best to create a new user exclusively for  GNUnet.
- .
- If you choose this option, that user will automatically be created  as a 
system user,
- for whom no login will be allowed.
+ This should be a dedicated account. If the specified account does not
+ already exist, it will automatically be created, with no login shell.
 
 Template: gnunet-daemon/gnunet_group
 Type: string
 Default: gnunet
 _Description: GNUnet group:
- Define the group owning the GNUnet daemon process.
- .
- For security reason, the best is to create a new group for this, and make
- sure that it owns no data beside GNUnet's ones.
+ Please choose the group that the GNUnet daemon process will run as.
  .
- Only the members of this group are allowed to start and stop the GNUnet 
server and 
- have access to GNUnet data.
+ This should be a dedicated group, not one that already owns data.
+ Only the members of this group will have access to GNUnet data, and
+ be allowed to start and stop the GNUnet server.
--- /home/bubulle/travail/debian/rewrite/LCFC/gnunet/gnunet.old/debian/control  
2007-05-14 11:51:52.502625513 +0200
+++ 

Bug#427832: developers-reference: Should no longer discourage the use of error debconf templates

2007-06-07 Thread Christian Perrier
  Patch attached. Please check the wording.
 Patch reversed; and,

Yes, sorry for that. Raphaël pointed this to me on IRC

 
  -It is recommended to use this type for any message that needs user 
  attentionfor a correction of any kind.
 s/attention/ /

nice catch. Hastily written patches are never good but I was pointed
to that inconsistency while explaining to a maintainer why error
templates Are Good and first wanted to make sure that I don't forget
about sending the correction.




signature.asc
Description: Digital signature


Bug#427860: [Adduser-devel] Bug#427860: adduser: please add debconf question about UID ranges

2007-06-07 Thread Marc Haber
On Thu, Jun 07, 2007 at 10:30:17AM +1000, Geoff Crompton wrote:
 Is it possible to add a low priority debconf question so that adminstrators
 can preseed what the uid ranges should be, for dynamically allocated user
 accounts and groups?

This is already configurable via adduser.conf. Why does this need to
be in debconf?

I do not see that this is a setting that needs to be modifyable by an
end user who is unable to find and edit a configuration file.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190


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



Bug#417686: FTBFS with GCC 4.3: missing #includes

2007-06-07 Thread Ming Hua
reopen 417686
found 417686 1.4.6-1
tags 417686 upstream pending
thanks

It seems Martin's check stops at the first error.  I just tried building
scim 1.4.6-1 with gcc-snapshot 20070604-1, and the attached patch is
needed for it to build (not checked if the program works properly yet).

Ming
2007.06.07


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



Bug#417686: FTBFS with GCC 4.3: missing #includes

2007-06-07 Thread Ming Hua
On Thu, Jun 07, 2007 at 01:59:29AM -0500, minghua wrote:
 
 and the attached patch

Oops.  Patch attached this time.

Ming
2007.06.07
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_gcc-4.3-FTBFS.dpatch by Ming Hua [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad scim-1.4.6~/extras/gtk2_immodule/gtkimcontextscim.cpp 
scim-1.4.6/extras/gtk2_immodule/gtkimcontextscim.cpp
--- scim-1.4.6~/extras/gtk2_immodule/gtkimcontextscim.cpp   2007-04-16 
00:42:54.0 -0500
+++ scim-1.4.6/extras/gtk2_immodule/gtkimcontextscim.cpp2007-06-07 
01:36:16.0 -0500
@@ -40,6 +40,7 @@
 
 #include stdio.h
 #include stdlib.h
+#include string.h
 #include sys/types.h
 #include sys/wait.h
 #include sys/time.h
diff -urNad scim-1.4.6~/src/scim_event.cpp scim-1.4.6/src/scim_event.cpp
--- scim-1.4.6~/src/scim_event.cpp  2007-06-07 01:26:27.0 -0500
+++ scim-1.4.6/src/scim_event.cpp   2007-06-07 01:28:13.0 -0500
@@ -26,6 +26,7 @@
 #define Uses_SCIM_GLOBAL_CONFIG
 #define Uses_SCIM_CONFIG_PATH
 #define Uses_C_STDIO
+#define Uses_C_STRING
 #include scim_private.h
 #include scim.h
 #include scim_stl_map.h
diff -urNad scim-1.4.6~/src/scim_transaction.cpp 
scim-1.4.6/src/scim_transaction.cpp
--- scim-1.4.6~/src/scim_transaction.cpp2006-06-07 04:27:57.0 
-0500
+++ scim-1.4.6/src/scim_transaction.cpp 2007-06-07 01:31:50.0 -0500
@@ -30,6 +30,7 @@
 #define Uses_SCIM_TRANSACTION
 #define Uses_STL_ALGORITHM
 #define Uses_C_STDLIB
+#define Uses_C_STRING
 
 #include scim_private.h
 #include scim.h


Bug#427563: winbind: Failed to enumerate domain local groups: Space in group name?

2007-06-07 Thread Christian Perrier
  Could you try to get a level 10 debug log for this? The interesting
  info is probably in /var/log/winbindd.log
 
 
 I guess you mean /var/log/samba/log.winbindd.
 
 
 Log file is attached.


OK, Kurt, thanks for the work.

May I ask you whether you're in the position of trying to reproduce
this with 3.0.25a from unstable.

Upstream would probably appreciate to have a confirmation whether such
bug still exists in their last version



signature.asc
Description: Digital signature


Bug#390551: compiz: Flickery after resume

2007-06-07 Thread Michel Dänzer
reassign 390901 xserver-xorg-video-ati 1:6.6.3-2
reassign 390551 xserver-xorg-video-ati 1:6.6.3-2
kthxbye

On Thu, 2007-06-07 at 02:43 +0200, Michael Biebl wrote:
 
 Brice Goglin wrote:
  Hi,
  
  Do you still reproduce these rendering problems in compiz after
  suspend/resume? Even with latest xserver-xorg-core 1.3, compiz 0.5 and
  drivers?
 
 I'm running an up2date sid system and I unfortunately still experience
 the problem.

#390901 should be fixed in xserver-xorg-video-ati in experimental.

For #390551, the attached patch might help.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer
radeon: Prepare CRTC offset control registers for page flipping when enabled.

From:  [EMAIL PROTECTED]


---

 src/radeon_driver.c |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index d3fd634..d474fc8 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -6081,6 +6081,9 @@ static Bool RADEONInitCrtcRegisters(ScrnInfoPtr pScrn, RADEONSavePtr save,
  : 0));
 
 save-crtc_offset  = pScrn-fbOffset;
+if (info-allowPageFlip)
+	save-crtc_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
+
 if (info-tilingEnabled) {
if (IS_R300_VARIANT)
   save-crtc_offset_cntl |= (R300_CRTC_X_Y_MODE_EN |
@@ -6211,7 +6214,9 @@ static Bool RADEONInitCrtc2Registers(ScrnInfoPtr pScrn, RADEONSavePtr save,
 /* It seems all fancy options apart from pflip can be safely disabled
  */
 save-crtc2_offset  = pScrn-fbOffset;
-save-crtc2_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
+if (info-allowPageFlip)
+	save-crtc2_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
+
 if (info-tilingEnabled) {
if (IS_R300_VARIANT)
   save-crtc2_offset_cntl |= (R300_CRTC_X_Y_MODE_EN |


Bug#427783: recoll: Please link dynamically against libxapian

2007-06-07 Thread Vincent Fourmond

On 6/6/07, Kartik Mistry [EMAIL PROTECTED] wrote:

   At first, I was sure it was a policy violation not to link dynamically
 unless there is a good reason for doing so. However, I appear to be wrong
 on that point. Well, still, would you consider linking dynamically ??

As I said above, I will contact upstream and let the bug know. If
there is any good reason, I will close the bug, else we will need
solution. ok?


  Perfect. Although, it might be better to tag it wontfix if you
don't intent to use shared libraries - so no one bothers you again (or
at least having read all of this).

 Cheers,

 Vincent


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



Bug#427546: My 2 cents..

2007-06-07 Thread Romain Beauxis
Hi !

I guess that we can assume that the majority of the answers are for a single 
server hence the singular as a default, though the description states that 
you may still define many servers there..


Romain


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



Bug#427865: more details

2007-06-07 Thread Yannick P.
$ dpkg -s samba-doc | grep ^Version:
Version: 3.0.25a-1


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



Bug#427878: /usr/share/mdadm/mkconf should also keep previous CREATE, HOMEHOST PROGRAM

2007-06-07 Thread Arno van Amersfoort

Package: mdadm
Version: 2.5.6-9

I think that /usr/share/mdadm/mkconf now only keeps the MAILADDR from 
the previous mdadm.conf . IMHO it should also do this for the options 
CREATE, HOMEHOST and PROGRAM . In this way one can simply use mkconf to 
regenerate a new mdadm.conf without worrying about settings getting lost.


--
Ing. A.C.J. van Amersfoort (Arno)
Department Of Electronics (ELD, k1007)
Huygens Laboratory
Leiden University
P.O. Box 9504
Niels Bohrweg 2
2333 CA Leiden
The Netherlands

Phone : +31-(0)71-527.1894   Fax: +31-(0)71-527.5819
E-mail: [EMAIL PROTECTED]

Arno's (Linux firewall) homepage: http://rocky.eld.leidenuniv.nl









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



Bug#427860: [Adduser-devel] Bug#427860: adduser: please add debconf question about UID ranges

2007-06-07 Thread Geoff Crompton
Marc Haber wrote:
 On Thu, Jun 07, 2007 at 10:30:17AM +1000, Geoff Crompton wrote:
 Is it possible to add a low priority debconf question so that adminstrators
 can preseed what the uid ranges should be, for dynamically allocated user
 accounts and groups?
 
 This is already configurable via adduser.conf. Why does this need to
 be in debconf?
 
 I do not see that this is a setting that needs to be modifyable by an
 end user who is unable to find and edit a configuration file.
 
 Greetings
 Marc
 

The use case I have in mind is for a system administrator doing new
installs. If they can set this option in a preseeding file, then
whenever they do a new install, this setting will conform to what they
need on their site.

This is only really necessary if the administrator wants to
automatically create a 'normal' user in the debian installer, and their
site policy means the uid range is different to the Debian defaults.
Otherwise they can just do as you suggest, and set adduser.conf directly.

Without this debconf option and preseeding ability the system
administrator has to:
 * not create a user during install
 * patch adduser.conf post install
 * then add the user

It's not something I'd expect a normal user to need, hence I'd recommend
low priority to the question in debconf.

Cheers
-- 
Geoff Crompton
Debian System Administrator
Strategic Data
+61 3 9340 9000


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



Bug#427866: abcde: please add support for DISCNUMBER when using -W

2007-06-07 Thread Jesus Climent
On Wed, Jun 06, 2007 at 11:18:47PM -0500, andy wrote:
 Package: abcde
 Version: 2.3.99.6-1
 Severity: wishlist
 
 there is a standard ogg vorbis tag:
 DISCNUMBER
 if part of a multi-disc album, put the disc number here
 (cf. http://reactor-core.org/ogg-tagging.html) 
 
 would this be a logical field to populate (in addition to or instead
 of the COMMENT field) when abcde is called with the -W option for
 ogg vorbis (and possibly flac?) output files?

Added under svn: https://svn.hispalinux.es/svn/abcde/trunk

Will show up in the next release.

 thank you for your time and effort.

you're welcome

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

This is ridiculous. It's crazy. I feel like I'm babysitting, except I'm 
not getting paid.
--Stef (The Goonies)


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



Bug#427879: omnicppcompletion for c++ files

2007-06-07 Thread picca
Package: vim-runtime
Version: 1:7.0-219+1
Severity: wishlist

--- Please enter the report below this line. ---
Hello

Is it possible to add the c++ completion to vim.

Thank you

Frédéric

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-686

Debian Release: lenny/sid
  500 unstableedevelop.org 
  500 testing ftp.fr.debian.org 
  500 stable  wine.budgetdedicated.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 





Bug#427882: Suggests nonexistent xmorph-example

2007-06-07 Thread David Liontooth
Package: xmorph
Version: 1:20070522
Severity: minor


xmorph suggests xmorph-example, which should be gtkmorph-example.

Wouldn't it make sense for gtkmorph to suggest netpbm?

Thanks for packaging this! Sorry I missed your HBES talk in Berlin; I was there!

Dave


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xmorph depends on:
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libmorph  1:20070522 digital image warping library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxaw7   1:1.0.3-3  X11 Athena Widget library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library

xmorph recommends no packages.


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



Bug#427880: Script to automatically add a new harddrive with multiple RAID1 partitions

2007-06-07 Thread Arno van Amersfoort

Package: mdadm
Version: 2.5.6-9

I wrote a script (see attachement) to automatically add a new harddrive 
to a system which already has a harddrive with multiple RAID1 
partitions. Now one has manually create a partition table on the new 
drive, copy the MBR (if bootable), create SWAP (if used) and do a mdadm 
--add for each partition. My script automates this process. This is 
especially handy when a harddisk containing multiple RAID1 partitions 
fails and is replaced by a new empty one.


Example:
When the system has 2 harddives, sda  sdb and looks like this:
- sda1/sdb1 (type fd) part of /dev/md0 (RAID1)
- sda2/sdb2 (type 82) swap
- sda5/sdb5 (type fd) part of /dev/md1 (RAID1)

When sdb fails and is replaced with a new (empty) harddrive. A single 
command like: mdadd.sh /dev/sda /dev/sdb is sufficient. This will 
completely restore the array and even the swap is recreated on the sdb.


I hope it's usefull.





--
Ing. A.C.J. van Amersfoort (Arno)
Department Of Electronics (ELD, k1007)
Huygens Laboratory
Leiden University
P.O. Box 9504
Niels Bohrweg 2
2333 CA Leiden
The Netherlands

Phone : +31-(0)71-527.1894   Fax: +31-(0)71-527.5819
E-mail: [EMAIL PROTECTED]

Arno's (Linux firewall) homepage: http://rocky.eld.leidenuniv.nl








#!/bin/sh

MY_VERSION=1.33-WIP
# 
--
# Linux MD (Soft)RAID Add Script - Add a (new) harddisk to another multi 
MD-array harddisk
# Last update: May 4, 2007
# (C) Copyright 2005-2007 by Arno van Amersfoort
# Homepage  : http://rocky.eld.leidenuniv.nl/
# Email : a r n o v a AT r o c k y DOT e l d DOT l e i d e n u 
n i v DOT n l
# (note: you must remove all spaces and substitute the 
@ and the . at the proper locations!)
# 
--
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
# 
--

show_help()
{
  echo Bad or missing parameter(s)
  echo Usage: `basename $0` [ source_disk ] [ target_disk ] [ options ]
  echo Options:
  echo --force   = Even proceed if target device does not appear empty
  echo --noptupdate  = Do NOT update the partition table on the target device 
(EXPERT!)
  echo --nombrupdate = Do NOT update the MBR boot-loader on the target device 
(EXPERT!)
}


echo MDadd for SoftRAID-MDADM v$MY_VERSION
echo Written by Arno van Amersfoort
echo 

if [ $UID != 0 ]; then
  printf \033[40m\033[1;31mERROR: Root check FAILED (you MUST be root to use 
this script)! Quitting...\n\033[0m
  exit 1
fi

if ! which mdadm 21 /dev/null; then
  printf \033[40m\033[1;31mERROR: Unable to find mdadm-binary! 
Quitting...\n\033[0m
  exit 2
fi

if ! which sfdisk 21 /dev/null; then
  printf \033[40m\033[1;31mERROR: Unable to find sfdisk-binary! 
Quitting...\n\033[0m
  exit 2
fi

if ! which sfdisk 21 /dev/null; then
  printf \033[40m\033[1;31mERROR: Unable to find dd-binary! 
Quitting...\n\033[0m
  exit 2
fi

# Set environment variables to default
FORCE=0
NOPTUPDATE=0
NOMBRUPDATE=0
SOURCE=
TARGET=

# Check arguments
for arg in $*; do
  ARGNAME=`echo $arg |cut -d= -f1`
  ARGVAL=`echo $arg |cut -d= -f2`

  if ! echo $ARGNAME |grep -q ^-; then
if [ -z $SOURCE ]; then
  SOURCE=$ARGVAL
else
  if [ -z $TARGET ]; then
TARGET=$ARGVAL
  else
show_help;
exit 2
  fi
fi
  else
case $ARGNAME in
  --force|-force|-f) FORCE=1;;
  --noptupdate|-noptupdate|--noptu|-noptu) NOPTUPDATE=1;;
  --nombrupdate|-nombrupdate|--nombru|nombru) NOMBRUPDATE=1;;
  --help) show_help;
  exit 0;;
  *) echo ERROR: Bad argument: $ARGNAME;
 show_help;
 exit 4;;
esac
  fi
done

if [ -z $SOURCE ] || [ -z $TARGET ]; then
  echo ERROR: Bad or missing argument(s)
  show_help;
  exit 2
fi

if ! echo $SOURCE |grep -q '^/dev/'; then
  printf \033[40m\033[1;31mERROR: Source device $SOURCE does not start with 
/dev/! Quitting...\n\033[0m
  exit 6
fi

if ! echo $TARGET |grep -q '^/dev/'; then
  printf 

Bug#427879: omnicppcompletion for c++ files

2007-06-07 Thread Stefano Zacchiroli
tags 427879 + moreinfo
thanks

On Thu, Jun 07, 2007 at 09:21:36AM +0200, picca wrote:
 Is it possible to add the c++ completion to vim.

Are you talking generally or rather specifically to a particular
extension you found somewhere in the net? Please provide URLs.

In the latter case probably the vim-scripts package would be a better
match.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#427881: Script to handle mdadm events generate mail reports

2007-06-07 Thread Arno van Amersfoort

Package: mdadm
Version: 2.5.6-9

I wrote a script (see attachement) to automatically send out mails to a 
specified user (usually root) about raid/md events. It should be called 
from mdadm.conf with the PROGRAM directive.


I hope it's usefull.



--
Ing. A.C.J. van Amersfoort (Arno)
Department Of Electronics (ELD, k1007)
Huygens Laboratory
Leiden University
P.O. Box 9504
Niels Bohrweg 2
2333 CA Leiden
The Netherlands

Phone : +31-(0)71-527.1894   Fax: +31-(0)71-527.5819
E-mail: [EMAIL PROTECTED]

Arno's (Linux firewall) homepage: http://rocky.eld.leidenuniv.nl









#!/bin/sh

# MDADM Event Handler - Generate mails when MD events occur
# Drop a line like PROGRAM /root/bin/sys/mdadm-event-handler.sh in your 
mdadm.conf to use it
#
# Last update: May 19, 2007
# (C) Copyright 2006-2007 by Arno van Amersfoort
# Homepage  : http://rocky.eld.leidenuniv.nl/
# Email : a r n o v a AT r o c k y DOT e l d DOT l e i d e n u 
n i v DOT n l
# (note: you must remove all spaces and substitute the 
@ and the . at the proper locations!)
# 
--
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.

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

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
# 
--

CONFIG=/etc/mdadm/mdadm.conf

# Overrule mailto address from the mdadm.conf file?:
#MAILADDR=root

parse_event()
{
  echo Host: $HOSTNAME
  if [ -z $1 ]; then
echo Event   : Test message
  else
echo MD Device   : $2
echo Event   : $1
if [ -n $3 ]; then
  echo Device Component: $3
fi
  fi

  echo 
  echo /proc/mdstat dump:
  FAIL=0
  DEGRADED=0
  while read LINE; do
echo -n $LINE
if [ -n $(echo $LINE |grep 'active raid') ]; then
  if [ -n $(echo $LINE |grep '\(F\)') ]; then
FAIL=$(($FAIL + 1))
echo -n  (WARNING: FAILED DISK(S)!)
  fi

  if [ -n $(echo $LINE |grep '\(S\)') ]; then
echo -n  (Hotspare(s) available)
  else
echo -n  (NOTE: No hotspare?!)
  fi
fi

if [ -n $(echo $LINE |grep 'blocks') ]; then
  if [ -n $(echo $LINE |grep '_') ]; then
DEGRADED=$(($DEGRADED + 1))
echo -n  (DEGRADED!!!)
  fi
fi

echo 
  done  /proc/mdstat

  if [ $FAIL -gt 0 ]; then
echo 
echo ** WARNING: One or more RAID arrays have FAILED disk(s)! **
  fi

  if [ $DEGRADED -gt 0 ]; then
echo 
echo ** WARNING: One or more RAID arrays are running in degraded mode! **
  fi
}

# main line:

# Get MAILADDR from mdadm.conf config file, if not set already
if [ -z $MAILADDR ]  [ -f $CONFIG ]; then
  MAILADDR=`grep MAILADDR $CONFIG |cut -d' ' -f2`
  if [ -z $MAILADDR ]; then
MAILADDR=root
  fi
fi

# Call the parser and send it to the configured address
parse_event $* |mail -sRAID(MD) event on $HOSTNAME $MAILADDR

exit 0



Bug#426617: git-cvsimport cannot handle zsh CVS repo

2007-06-07 Thread Gerrit Pape
Hi, I'm stuck tracking down this issue, unfortunately reproducing it
seems to take ages.  Any help would be appreciated.

Please see http://bugs.debian.org/426617

---
Package: git-cvs
Version: 1:1.5.1.4-2
Severity: normal

After multiple invocations, I get the following.

% git-cvsimport -v -d :pserver:[EMAIL PROTECTED]:/cvsroot/zsh zsh
fatal: Needed a single revision
Running cvsps...
WARNING: revision 1.1.1.7.2.1 of file Src/Zle/zle_refresh.c on unnamed branch
[...]
skip patchset 6963: 1180450228 before 1180474771
skip patchset 6964: 1180458067 before 1180474771
skip patchset 6965: 1180474771 before 1180474771
DONE.
fatal: Needed a single revision
Can merge only exactly one commit into empty head
Could not merge origin into the current branch.
---

Thanks, Gerrit.


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



Bug#392108: Bug#390503: compiz: Missing window borders

2007-06-07 Thread Jonathan ROTH

Brice Goglin a écrit :

Hi,

Did any of you guys reproduce this problem regarding missing window
borders in compiz recently? With latest compiz 0.5 and xserver-xorg-core
1.3 currently in unstable?

Thanks,
Brice


Hello,

since Etch became stable and compiz takes place in it, I no longer use 
unstable nor experimental.

Anyway, I don't experience this issue currently ;)

Best regards,
Jonathan



Bug#427847: Already fixed?

2007-06-07 Thread Kartik Mistry

Hi Dann,

I think this is already fixed in previous versions of xmountains.
Though, by mistake, previous applied diff was not imported in this
version :(

I will fix this today!
--

Kartik Mistry  | Eng: kartikmistry.org/blog
0xD1028C8D | Guj: kartikm.wordpress.com



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



Bug#427824: po-debconf: Please provide possibility to set default CC: for languages

2007-06-07 Thread Helge Kreutzmann
Hello Nicolas,
wonderful. This is much appreciated, thank you very much.

Greetings

   Helge
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#427406: metacity: No more mouse/keyboard-input possible after (...): watch out for metacity-dialog!

2007-06-07 Thread Claudius Hubig
Hi,

Josselin Mouette [EMAIL PROTECTED] wrote:
Thanks for your input. Unfortunately I'm still not able to reproduce the
bug.

It would be very nice if either of you could install libgtk2.0-0-dbg,
rebuild the package with debugging symbols and obtain, when the lockup
occurs, a backtrace of both metacity and metacity-dialog, as explained
in the wiki: http://wiki.debian.org/HowToGetABacktrace

I now followed the article to get packages with debugging symbols and
then did the following on a virtual terminal:

$ export DISPLAY=:0.0
(gdb) gdb metacity
(gdb) set pagination 0
(gdb) set logging on
(gdb) run --replace

[Switch to X, telling Claws-Mail to get mail/news]

# ifdown eth0

[Switch to X, clicking on the x button  fast switch to VT, then waiting a 
bit]

$ ps -A | grep metacity-dialog

= metacity-dialog is active

(gdb) CTRL+C
(gdb) bt
(gdb) bt full
(gdb) quit

# /etc/init.d/gdm restart

The file gdb.txt created by gdb is attached.

I hope I did everything as expected,

Greetings,

Claudius
-- 
Mail:[EMAIL PROTECTED] ICQ:   224491597  ,= ,-_-. =. 
Jabber:[EMAIL PROTECTED] SIP: [EMAIL PROTECTED] ((_/)o o(\_))
MSN:[EMAIL PROTECTED] Nightfall.org:23Claudius  `-'(. .)`-'
Yahoo:  [EMAIL PROTECTED] Using: [Opera|Gaim|[EMAIL PROTECTED]  \_/  GNU
Starting program: /usr/bin/metacity --replace
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1219225920 (LWP 4049)]

Program received signal SIGINT, Interrupt.
[Switching to Thread -1219225920 (LWP 4049)]
0xb7f66410 in ?? ()
#0  0xb7f66410 in ?? ()
#1  0xbf801f98 in ?? ()
#2  0x0400 in ?? ()
#3  0x0817ad20 in ?? ()
#4  0xb7a39173 in __read_nocancel () from /lib/i686/cmov/libpthread.so.0
#5  0xb79b51a4 in ?? () from /usr/lib/libglib-2.0.so.0
#6  0x0014 in ?? ()
#7  0x0817ad20 in ?? ()
#8  0x0400 in ?? ()
#9  0xb79a7654 in g_string_set_size () from /usr/lib/libglib-2.0.so.0
#10 0xb7981dfe in ?? () from /usr/lib/libglib-2.0.so.0
#11 0x08178708 in ?? ()
#12 0x0817ad20 in ?? ()
#13 0x0400 in ?? ()
#14 0xbf802008 in ?? ()
#15 0xbf802090 in ?? ()
#16 0x0003 in ?? ()
#17 0xbf801fe8 in ?? ()
#18 0xb79fe41e in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#19 0xb7982b39 in g_io_channel_read_to_end () from /usr/lib/libglib-2.0.so.0
#20 0x08058b98 in io_from_ping_dialog (channel=0x8178708, condition=G_IO_IN, 
data=0x0) at delete.c:261
#21 0xb79b4c9d in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x08178708 in ?? ()
#23 0x0001 in ?? ()
#24 0x in ?? ()
#0  0xb7f66410 in ?? ()
No symbol table info available.
#1  0xbf801f98 in ?? ()
No symbol table info available.
#2  0x0400 in ?? ()
No symbol table info available.
#3  0x0817ad20 in ?? ()
No symbol table info available.
#4  0xb7a39173 in __read_nocancel () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#5  0xb79b51a4 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#6  0x0014 in ?? ()
No symbol table info available.
#7  0x0817ad20 in ?? ()
No symbol table info available.
#8  0x0400 in ?? ()
No symbol table info available.
#9  0xb79a7654 in g_string_set_size () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#10 0xb7981dfe in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#11 0x08178708 in ?? ()
No symbol table info available.
#12 0x0817ad20 in ?? ()
No symbol table info available.
#13 0x0400 in ?? ()
No symbol table info available.
#14 0xbf802008 in ?? ()
No symbol table info available.
#15 0xbf802090 in ?? ()
No symbol table info available.
#16 0x0003 in ?? ()
No symbol table info available.
#17 0xbf801fe8 in ?? ()
No symbol table info available.
#18 0xb79fe41e in g_object_unref () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#19 0xb7982b39 in g_io_channel_read_to_end () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#20 0x08058b98 in io_from_ping_dialog (channel=0x8178708, condition=G_IO_IN, 
data=0x0) at delete.c:261
str = 0x0
len = 0
err = (GError *) 0x0
#21 0xb79b4c9d in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#22 0x08178708 in ?? ()
No symbol table info available.
#23 0x0001 in ?? ()
No symbol table info available.
#24 0x in ?? ()
No symbol table info available.
The program is running.  Exit anyway? (y or n) 


signature.asc
Description: PGP signature


Bug#427879: omnicppcompletion for c++ files

2007-06-07 Thread picca
 Are you talking generally or rather specifically to a particular
 extension you found somewhere in the net? Please provide URLs.

In fact I was looking at the ftplugin and find a ccomplete file but
nothing about cppcomplete. I looked at vim.org to find a cppcomplete
script, and I found it.

It's name is omnicppcomplete. the url is:
http://www.vim.org/scripts/download_script.php?src_id=5859

I was thinking generally and not for the scripts package as c++ is a
major language :).

Have a nice day.

Frédéric



Bug#426632: Bug#426668: Automatic rebuild possible for this bugs

2007-06-07 Thread forwarded by www.sneakemail.com
Hi,

please see debian bug #427747, it already contains a solution
(patch/backport) for supporting the APIs of FLAC v1.1.3 and v1.1.4.

see also: sourceforge bug #1713655

bye,
  Thomas

Adeodato Simó dato-at-net.com.org.es |Kwave-Debian-Bugrequests| wrote:
 Hello.
 
 Nowadays library transitions are best handled with automatic binary NMUs [1],
 so you (maintainer) need not upload a new version just to fix this bug
 (unless you prefer to), since an automatic rebuild will be scheduled in
 due course.
 
   [1] http://wiki.debian.org/binNMU
 
 Cheers,





Bug#417885: git complain that some files are Untracked, when they are tracked

2007-06-07 Thread Gerrit Pape
Hi, sorry for the late reply.

On Thu, Apr 05, 2007 at 09:16:15AM +0200, R??mi Vanicat wrote:
 Here is what happen :
 
 $ git cherry-pick 98b869784f22508f870ebce086dd7ce23bb4b5dd
 fatal: Untracked working tree file 'lib/authenticated_system.rb' would be 
 overwritten by merge.
 Automatic cherry-pick failed.  After resolving the conflicts,
 mark the corrected paths with 'git-add paths'
 and commit the result.
 When commiting, use the option '-c 98b8697' to retain authorship and message.
 $ git diff HEAD..98b869784f22508f870ebce086dd7ce23bb4b5dd 
 lib/authenticated_system.rb
 $
 
 So this file existe in both HEAD and 98b8697, is identical in both
 version, but git failed telling me it's untracked.
 
 Note also that a
 git diff 
 98b869784f22508f870ebce086dd7ce23bb4b5dd^..98b869784f22508f870ebce086dd7ce23bb4b5dd
  | git apply
 
 will be successfull

I failed to reproduce this from your description.  Can you please check
whether you still have the problem with the most recent version git-core
1:1.5.2.1-1, and if so, construct a simple test case that reproduces the
problem?

Thanks, Gerrit.


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



Bug#418538: write errors bring dar to infinite loop

2007-06-07 Thread Robert Millan [ackstorm]
On Thu, Jun 07, 2007 at 02:21:22PM +1000, Brian May wrote:
  Robert == Robert Millan [ackstorm] [EMAIL PROTECTED] writes:
 
 Robert It's easy to reproduce:
 
 Robert   1- mount an smbfs filesystem 2- tell dar to write an
 Robert archive in it 3- stop the samba server
 
 Robert I tried with 2.3.2-1, which is the same on etch and sid,
 Robert and now it doesn't eat all cpu.  However, it still behaves
 Robert erraticaly.  It continues to process files, and report I/O
 Robert errors without aborting:
 
 Robert $ sudo dar -c /mnt/test [... works fine untill I stop the
 Robert samba server, and then...]  Error while saving
 Robert /home/ommitted: Error while writing to file: Error
 Robert d'Entrada/Sortida Error while saving /home/ommitted:
 Robert Error while writing to file: Error d'Entrada/Sortida Error
 Robert while saving /home/ommitted: Error while writing to
 Robert file: Error d'Entrada/Sortida [...]
 
 I uploaded 2.3.3-1 to unstable several days ago - are you able to test
 that version?

Same result.

-- 
Robert Millan


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



Bug#425495: segfault at clone

2007-06-07 Thread Gerrit Pape
On Tue, May 22, 2007 at 01:07:06AM -0400, Yaroslav Halchenko wrote:
 segfaults at
 
 git-svn clone  -t tags -b branches -T trunk 
 svn://svn.debian.org/pkg-exppsy/pyepl

Hi, it works fine for me on a current powerpc sid system,

ii  git-core   1:1.5.2.1-1fast, scalable, distributed revision control
ii  git-svn1:1.5.2.1-1fast, scalable, distributed revision control
ii  libsvn-perl1.4.2dfsg1-2   Perl bindings for Subversion
ii  libterm-readke 2.30-3 A perl module for simple terminal control
ii  libwww-perl5.805-1WWW client/server library for Perl (aka LWP)

can you please re-check with the most recent git-svn and got-core in
sid?

Thanks, Gerrit.


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



Bug#404269: boinc-client segfaults on startup

2007-06-07 Thread Frank S. Thomas
Hi Thomas,

The gdb output indicates that the bug has something to do with cURL. In the 
meanwhile new upstream versions of cURL (7.16) and BOINC (5.8) have been 
uploaded to unstable. Could you please check if this bug is still 
reproducible with the new packages from unstable?

Thanks,
Frank


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



Bug#427884: Catalan PO translation

2007-06-07 Thread David Planella

Package: reportbug-ng
Version: 0.2007.05.31
Severity: wishlist
Tags: l10n

Please find attached the Catalan translation of reportbug-ng, which
has been reviewed by the Debian Catalan Translation Team.

Thanks.
# Translation of reportbug-ng.po to Catalan
# Copyright (C) 2007 Free Software Foundation, Inc.
#
# David Planella Molas [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: reportbug-ng\n
POT-Creation-Date: 2007-05-27 13:41+CEST\n
PO-Revision-Date: 2007-05-29 19:37+0200\n
Last-Translator: David Planella [EMAIL PROTECTED]
Language-Team: Catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: ui/MainWindow.py:195 ui/MainWindow.py:233
msgid Summary
msgstr Resum

#: ui/MainWindow.py:197 ui/MainWindow.py:234
msgid Status
msgstr Estat

#: ui/MainWindow.py:199 ui/MainWindow.py:235
msgid Severity
msgstr Severitat

#: ui/MainWindow.py:225
msgid Reportbug NG
msgstr Reportbug NG

#: ui/MainWindow.py:226
msgid Enter a package name or a filter expression
msgstr Escriviu un nom de paquet o bé una expressió de filtre

#: ui/MainWindow.py:227
msgid Additional Info
msgstr Informació addicional

#: ui/MainWindow.py:228
msgid Alt+A
msgstr Alt+A

#: ui/MainWindow.py:229
msgid Provide additional information for the current bugreport
msgstr Proporciona informació addicional per a l'informe d'error actual

#: ui/MainWindow.py:230
msgid New Bugreport
msgstr Informe d'error nou

#: ui/MainWindow.py:231
msgid Alt+N
msgstr Alt+N

#: ui/MainWindow.py:232
msgid Create new bugreport for current package
msgstr Crea un informe d'error nou per a aquest paquet

#: ui/MainWindow.py:236
msgid Click on bugreport to see the full conversation below
msgstr Feu clic a l'informe d'error per a veure el diàleg complet a sota

#: ui/MyMainWindow.py:32
msgid 
h2Using Reportbug-NG/h2\n
h3Step 1: Finding Bugs/h3\n
pTo find a bug just enter a query and press Enter. Loading the list might 
take a few seconds./p\n
\n
pThe following queries are supported:\n
dl\n
dtcodepackage/code/dtddReturns all the bugs belonging to the 
PACKAGE/dd\n
dtcodebugnumber/code/dtddReturns the bug with BUGNUMBER/dd\n
dtcode[EMAIL PROTECTED]/code/dtddReturns all the bugs assigned to 
MAINTAINER/dd\n
dtcodesrc:package/code/dtddReturns all the bugs belonging to the 
SOURCEPACKAGE/dd\n
dtcodefrom:[EMAIL PROTECTED]/code/dtddReturns all the bugs filed 
by SUBMITTER/dd\n
dtcodeseverity:foo/code/dtddReturns all the bugs of SEVERITY. 
Warning this list is probably very long. Recognized are the values: 
critical, grave, serious, important, normal, minor and wishlist/dd\n
dtcodetag:bar/code/dtddReturns all the bugs marked with TAG/dd\n
/dl\n
/p\n
\n
pTo see the full bugreport click on the bug in the list. Links in the 
bugreport will open in an external browser when clicked./p\n
\n
h3Step 2: Filtering Bugs/h3\n
pTo filter the list of existing bugs enter a few letters (without pressing 
Enter). The filter is case insensitive and\n
affects the packagename, bugnumber, summary, status and severity of a bug./
p\n
\n
h3Step 3: Reporting Bugs/h3\n
pYou can either provide additional information for an existing bug by 
clicking on the bug in the list and pressing the \Additional Info\ button 
or you can create a new bugreport for the current package by clicking the 
\New Bugreport\ button./p\n
msgstr 
h2Forma d'ús del Reportbug-NG/h2\n
h3Pas 1: cerca d'errors/h3\n
pPer a trobar un error escriviu una consulta i premeu la tecla de retorn. Pot ser que la llista d'errors trigui uns segons a carregar-se./p\n
\n
pEls tipus de consulta següents estan implementats:\n
dl\n
dtcodepaquet/code/dtddRetorna tots els informes d'error del PAQUET/dd\n
dtcodenúmero d'error/code/dtddRetorna l'informe d'error amb el NÚMERO D'ERROR/dd\n
dtcode[EMAIL PROTECTED]/code/dtddRetorna tots els informes d'error assignats al/la MANTENIDOR/dd\n
dtcodesrc:paquet/code/dtddRetorna tots els informes d'error del paquet PAQUETFONT/dd\n
dtcodefrom:[EMAIL PROTECTED]/code/dtddRetorna tots els informes d'error tramesos pel REMITENT/dd\n
dtcodeseverity:foo/code/dtddRetorna tots els informes d'error amb severitat FOO. Avís: la llista retornada serà probablement molt llarga. S'acceptaran els valors següents per a la severitat: critical, grave, serious, important, normal, minor i wishlist/dd\n
dtcodetag:bar/code/dtddRetorna tots els informes d'error marcats amb l'etiqueta BAR/dd\n
/dl\n
/p\n
\n
pPer a veure l'informe d'error complet, feu clic a l'error corresponent de la llista. Els enllaços en l'informe d'error s'obriran en un navegador extern en fer-hi clic./p\n
\n
h3Pas 2: filtratge d'errors existents/h3\n
pPer a filtrar la llista dels errors existents podeu escriure unes quantes lletres (sense prémer la tecla de retorn). El filtre no té en compte majúscules i minúscules, i afecta el nom del paquet, el número, el resum, l'estat i la severitat d'un error/p\n
\n
h3Pas 3: enviament d'informes d'error/h3\n
pPodeu proporcionar informació 

Bug#427883: scummvm: MAD support for CD audio

2007-06-07 Thread Sheridan Hutchinson
Package: scummvm
Version: 0.9.1-1
Severity: wishlist

Hi,

I was wondering whether you'd consider compiling scummvm with MAD 
support (as per the readme) so that people could play their CD audio 
tracks as mp3's  without having to download the source and compile it in 
themselves.

I would have thought that this is a feature that most people who would 
install scummvm would want and so I feel it would be a good default for 
us all.

Thank you for your consideration.


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

Kernel: Linux 2.6.18 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages scummvm depends on:
ii  libasound2  1.0.13-2 ALSA library
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libflac71.1.2-6  Free Lossless Audio Codec - runtim
ii  libfluidsynth1  1.0.7a-1 Real-time MIDI software synthesize
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libmad0 0.15.1b-2.1  MPEG audio decoder library
ii  libmpeg2-4  0.4.1-1  MPEG1 and MPEG2 video decoder libr
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libvorbis0a 1.1.2.dfsg-1.2   The Vorbis General Audio Compressi
ii  libvorbisfile3  1.1.2.dfsg-1.2   The Vorbis General Audio Compressi
ii  zlib1g  1:1.2.3-15   compression library - runtime

scummvm recommends no packages.

-- no debconf information


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



Bug#427860: [Adduser-devel] Bug#427860: adduser: please add debconf question about UID ranges

2007-06-07 Thread Marc Haber
On Thu, Jun 07, 2007 at 05:19:07PM +1000, Geoff Crompton wrote:
 The use case I have in mind is for a system administrator doing new
 installs. If they can set this option in a preseeding file, then
 whenever they do a new install, this setting will conform to what they
 need on their site.

Preseeding is not the only way to roll out configuration changes to a
multiude of systems. Additionally, a site running a lot of systems
that would warrant pre-seeding of this value would be better off with
a centrally managed directory service.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190


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



Bug#427887: indic fonts use wrong encoding

2007-06-07 Thread Denis Jacquerye

Package: ttf-indic-fonts
Version: 1:0.4.9

Some fonts from ttf-indic-fonts subpackages use a non Unicode encoding.
Aakar, Rekha, TSCu Paranar
see https://bugs.launchpad.net/ubuntu/+source/ttf-indic-fonts/+bug/118874

--
Denis Moyogo Jacquerye


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



Bug#427885: indic fonts breaking licenses/copyrights

2007-06-07 Thread Denis Jacquerye

Package: ttf-indic-fonts
Version: 1:0.4.9

Fonts packaged in ttf-indic-fonts subpackages are breaking
licenses/copyrights by borrowing glyphs from other fonts without
respecting the terms of their licenses.

Chandas, Kalimati, Samanata
see https://bugs.launchpad.net/ubuntu/+source/ttf-indic-fonts/+bug/118871
Rachana see 
https://bugs.launchpad.net/ubuntu/+source/ttf-indic-fonts/+bug/118877
Utkal see https://bugs.launchpad.net/ubuntu/+source/ttf-indic-fonts/+bug/118878


Denis Moyogo Jacquerye


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



Bug#427886: arabic fonts breaking licenses/copyrights

2007-06-07 Thread Denis Jacquerye

Package: ttf-arabeyes
Version:  1.1-9

Fonts packaged in ttf-arabeyes are breaking licenses by borrowing
glyphs from Bitstream Vera fonts without respecting the terms of their
licenses.
See https://bugs.launchpad.net/ubuntu/+source/ttf-arabeyes/+bug/42921


Denis Moyogo Jacquerye


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



Bug#400239: This bug hasn't been fixed in DFSG-2

2007-06-07 Thread Philip Nelson
OK, we can close this bug. I found the problem. It wasn't /usr or any 
/usr/local or other software install problems. I setup a new user with default 
settings and lo and behold monodevelop worked. In my normal login, I was 
running bare bones fluxbox and the new profile was running gnome, so I got a 
basic gnome desktop setup and monodevelop worked in my profile. Then I 
eliminated fluxbox as a problem by logging in as the new user running fluxbox 
only. This also worked. So, I compared the .fluxbox/init between the new login 
and mine and found this statement that used to be required for Mozilla and had 
been listed for some early monodevelop problems.

export MOZILLA_FIVE_HOME=/usr/lib/mozilla

removing that, all is well. Seems like a bug honestly but I'm not sure in which 
package. XULRunner?

Philip Nelson - http://xcskiwinn.org/community/blogs/panmanphil

- Original Message 
From: Mirco Bauer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Philip Nelson [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, June 2, 2007 4:56:55 AM
Subject: Re: Bug#400239: This bug hasn't been fixed in DFSG-2

tags 400239 + unreproducible
thanks

On Fri, 2007-06-01 at 19:45 -0700, Philip Nelson wrote:
 Any updates on this bug? I just updated my system with everything in
 unstable:

it's not reproducible for anyone besides you, I believe you have
something on your system modified that causes, like installing software
packages (tarballs) in /usr/local or even worse /usr. Software like
Mono, Gecko, Firefox, somethingFox, XulRunner it crashes in gecko which
uses XulRunner. You should try xulrunner directly or from other
application, I am not sure how to test xulrunner though directly.

Since Mono 1.2.4-1 packages, I added handy -dbg packages, your stack
trace is a bit obfuscated, please install:
mono-dbg and mono-jit-dbg libmono0-dbg

and try again to start MonoDevelop and attach a complete fresh stack
trace here.


-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=getsearch=0xEEF946C8

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d s-:+ a-- C++ UL$ P L++$+++$ E- W+++$ N o? K- w++! O M-
V? PS
PE+ Y- PGP++ t 5+ X++ R tv+ b+ DI? D+ G++ e h! r-++ y?
--END GEEK CODE BLOCK--






Bug#421148: Please take a look at #421148

2007-06-07 Thread Jérémy Bobbio
Hi!

Even if it's a wishlist bug, I still have received nothing about your
opinion on #421148.

The patch is working fine for me, and I really think that it would be a
great addition to privoxy in Debian.

If you are too busy at the moment to upload a new version of the
package, I could also do a NMU.  Just tell me.

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#426279: Openbox 3.4

2007-06-07 Thread Erich Schubert
Hi,
I built openbox 3.4 packages; all that was needed was adding pango to
the build-dependencies.
Works like a charm, and feels a bit faster.

best regards,
Erich Schubert
-- 
 erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C (o_
The problem with the future is that it keeps turning into the present. //\
  Wege entstehen, wenn wir sie gehen.  V_/_



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



Bug#427485: [Linux-ha-dev] Re: Bug#427485: heartbeat: cibadmin SEGV

2007-06-07 Thread Andrew Beekhof

On 6/7/07, Horms [EMAIL PROTECTED] wrote:

On Tue, Jun 05, 2007 at 09:34:25AM +0200, Andrew Beekhof wrote:
 this appears to be already resolved upstream

 local testing indicated no problems and i recall a similar conversation

Great, thanks.

Do you have any idea if the fix made it into your 2.1.0 tarball?


it was fixed a while back - so yes, its in



--
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/





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



Bug#427888: mail-notification depends on notification-daemon

2007-06-07 Thread Emilio Pozuelo Monfort
Package: mail-notification

From https://bugs.launchpad.net/bugs/72382

mail-notification depends on notification-daemon, but it's not specified
in debian/control.

Please, add it in the next upload.

Thanks
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#427879: omnicppcompletion for c++ files

2007-06-07 Thread Stefano Zacchiroli
reassign 427879 vim-scripts
tags 427879 - moreinfo
thanks

On Thu, Jun 07, 2007 at 09:45:36AM +0200, picca wrote:
 In fact I was looking at the ftplugin and find a ccomplete file but
 nothing about cppcomplete. I looked at vim.org to find a cppcomplete
 script, and I found it.
 
 It's name is omnicppcomplete. the url is:
 http://www.vim.org/scripts/download_script.php?src_id=5859

Ok, thanks for the link.

 I was thinking generally and not for the scripts package as c++ is a
 major language :).

Then you should complain upstream to include it in the next vim release.
We don't include (too much) extras wrt the official vim in the debian
package. The vim-scripts package is for that.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#427889: skeleton start and stop return values not LSB compliant

2007-06-07 Thread Iñaki Baz Castillo
Package: initscripts
Version: 2.86.ds1-38
Severity: normal



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

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

Versions of packages initscripts depends on:
ii  debianut 2.20.1  Miscellaneous utilities specific t
ii  e2fsprog 1.39+1.40-WIP-2007.04.07+dfsg-2 ext2 file system utilities and lib
ii  libc62.5-10  GNU C Library: Shared libraries
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip
ii  mount2.12r-19Tools for mounting and manipulatin
ii  sysvinit 2.86.ds1-38 System-V-like utilities

Versions of packages initscripts recommends:
ii  psmisc22.5-1 Utilities that use the proc filesy

-- no debconf information



This bug is related to #426877:
  dpkg: Option --oknodo should be the default behaviour for 
start-stop-daemon (LSB specs)
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426877


Acording to the LSB specifications for init scripts [1]:

For all other init-script actions, the init script shall return an exit
status of zero if the action was successful. Otherwise, the exit status
shall be non-zero, as defined below. In addition to straightforward
success, the following situations are also to be considered successful: 
- Restarting a service (instead of reloading it) with the force-reload
argument
- Running start on a service already running
- Running stop on a service already stopped or not running
- Running restart on a service already stopped or not running
- Running try-restart on a service already stopped or not running


But the /etc/init.d/skeleton says:

do_start()
{
# Return
#   0 if daemon has been started
#   1 if daemon was already running
#   2 if daemon could not be started

do_stop()
{
# Return
#   0 if daemon has been stopped
#   1 if daemon was already stopped
#   2 if daemon could not be stopped
#   other if a failure occurred


They should return 0 when start even if the service was already running and 
return 0 when stoping it even it was already stopped.


I think the policy should change to be LSB compliant:

- skeleton script should incite the LSB behaviour.
- start-stop-daemon should use --oknodo but default (see bug 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426877).
- A lot of services in Debian not using skeleton or start-stop-daemon should 
make correct the return values according to LSB specs.



[1] LSB specifications about init script actions:
http://www.linux-foundation.org/spec/refspecs/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html


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



Bug#424644: [Help] AMD64 specific bug on libblitz0 (#424644) (fwd)

2007-06-07 Thread Andreas Tille

Hi,

what would you regard as the best strategy to fix this bug soon?
Should I do a new source upload with no changes?

Kind regards

   Andreas.

--
http://fam-tille.de


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



Bug#427860: [Adduser-devel] Bug#427860: adduser: please add debconf question about UID ranges

2007-06-07 Thread Stephen Gran
severity 427860 wishlist
thanks
This one time, at band camp, Geoff Crompton said:
 Is it possible to add a low priority debconf question so that adminstrators
 can preseed what the uid ranges should be, for dynamically allocated user
 accounts and groups?

The major problem with changes like this is that adding something to
adduser means adding something to debian-installer.  I know they are
unhappy about adding new debconf questions, even low priority, during
the install.  Since there are better ways to do this (you can ship hooks
in a custom d-i image, I believe), I am inclined not to do this.

Take care,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#424644: [Help] AMD64 specific bug on libblitz0 (#424644) (fwd)

2007-06-07 Thread Steve Langasek
On Thu, Jun 07, 2007 at 11:02:51AM +0200, Andreas Tille wrote:

 what would you regard as the best strategy to fix this bug soon?
 Should I do a new source upload with no changes?

That seems best, yes.

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/


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



Bug#427890: [l10n] Czech translation of avelsieve debconf messages

2007-06-07 Thread Miroslav Kure
Package: avelsieve
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of avelsieve debconf
messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: avelsieve\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-06-05 07:25+0200\n
PO-Revision-Date: 2007-06-07 11:15+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Activate avelsieve automatically?
msgstr Aktivovat avelsieve automaticky?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Avelsieve will operate properly only if it has been activated by running 
'squirrelmail-configure'. This can be done automatically now.
msgstr 
Avelsieve bude pracovat správně pouze v případě, že byl aktivován příkazem 
squirrelmail-configure. To se nyní může provést automaticky.

#. Type: error
#. Description
#: ../templates:3001
msgid No removal of installed sieve filters
msgstr Instalované sieve filtry nebudou odstraněny

#. Type: error
#. Description
#: ../templates:3001
msgid 
SquirrelMail users without access to sieveshell cannot remove filters they 
created through avelsieve. Those filters are NOT removed even when avelsieve 
is purged.
msgstr 
Uživatelé SquirrelMailu bez přístupu k sieveshellu nemohou odstranit filtry, 
které vytvořili pomocí avelsieve. Tyto filtry NEBUDOU odstraněny ani při 
vyčištění avelsieve ze systému.

#. Type: error
#. Description
#: ../templates:3001
msgid 
The sieve filters for all mailboxes should be checked as soon as possible.
msgstr 
Sieve filtry všech poštovních schránek by měly být zkontrolovány co nejdříve.


Bug#427892: circumvents invoke-rc.d (and thus policy-rc.d) in postinst

2007-06-07 Thread Andrew Schulman
Package: xinetd
Version: 1:2.3.14-1
Severity: serious
Justification: Policy 9.3.3.2


The xinetd postinst, lines 4-18, stops inetd, xinetd, and portmap
directly, without using invoke-rc.d and therefore without consulting
policy-rc.d.

This creates a problem e.g. when I install xinetd inside a chroot:
the postinst script stops all three of these daemons outside of the
chroot, in contradiction to the policy that I've set in policy-rc.d.

It also violates Debian Policy 9.3.3.2, which states that package
maintainer scripts must use `invoke-rc.d' to invoke the
`/etc/init.d/*' initscripts, instead of calling them directly.

Thanks,
Andrew.

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

Kernel: Linux 2.6.21 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xinetd depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra
ii  netbase   4.29   Basic TCP/IP networking system

Versions of packages xinetd recommends:
ii  logrotate 3.7.1-3Log rotation utility
ii  sysklogd [system-log-daemon]  1.4.1-20   System Logging Daemon

-- no debconf information


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



Bug#427891: [l10n] Czech translation of radiusd-livingston debconf messages

2007-06-07 Thread Miroslav Kure
Package: radiusd-livingston
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of
radiusd-livingston debconf messages. Please include it with the
package.

Thanks
-- 
Miroslav Kure
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: radiusd-livingston\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-28 09:27-0400\n
PO-Revision-Date: 2007-06-07 09:49+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:2001
msgid Mandatory configuration of clients for the RADIUS server
msgstr Povinné nastavení klientů RADIUS serveru

#. Type: note
#. Description
#: ../templates:2001
msgid 
Please copy the example file /usr/share/doc/radiusd-livingston/examples/
clients to /etc/radiusd-livingston/clients and edit it, adding an entry for 
each client system.
msgstr 
Zkopírujete prosím ukázkový soubor /usr/share/doc/radiusd-livingston/
examples/clients jako /etc/radiusd-livingston/clients a přidejte do něj 
záznam pro každý klientský systém.

#. Type: note
#. Description
#: ../templates:3001
msgid Mandatory configuration of users for the RADIUS server
msgstr Povinné nastavení uživatelů RADIUS serveru

#. Type: note
#. Description
#: ../templates:3001
msgid 
Please copy the example file /usr/share/doc/radiusd-livingston/examples/
users to /etc/radiusd-livingston/users and edit it, adding an entry for each 
user account.
msgstr 
Zkopírujete prosím ukázkový soubor /usr/share/doc/radiusd-livingston/
examples/users jako /etc/radiusd-livingston/users a přidejte do něj 
záznam pro každý uživatelský účet.


Bug#418878: This fixed it for me

2007-06-07 Thread Andreas Gockel

https://users.unixforge.de:450/~gecko/courier-pop.diff

apply this diff in /etc/init.d with:

patch path/to/courier-pop.diff


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



Bug#350926: [Pkg-samba-maint] Bug#350926: Change the wording of samba/generate_smbpasswd?

2007-06-07 Thread Steve Langasek
On Mon, Jun 04, 2007 at 07:58:33AM +0200, Christian Perrier wrote:
 In #350926,  Ken Neighbors reported that, whatever the user chooses to
 answer to the samba/generate_smbpasswd question, that file is created
 anyway.

 Finally, Peter Eisentraut found that smbd created it anyway and the
 *real* question is knowing whether one wants to *copy* the content of
 /etc/passwd for passdb.tdb

 So, the bug could be turned into a better wording of that template:

The original bug report is correct, the debconf answer is *not* being
respected.  That is separate from any template wording concerns, and should
be fixed.

I think the attached patch is better for this than the one proposed by the
submitter; this ensures that we are only overriding the default value the
first time through, which seems correct to me.  (I'm also not sure that
calling db_set *after* db_input is guaranteed to have the desired effect,
does anyone know for sure?)

As for the wording,

 Template: samba/generate_smbpasswd
 Type: boolean
 Default: false
 _Description: Create samba password database, /var/lib/samba/passdb.tdb?
  To be compatible with the defaults in most versions of Windows, Samba must
  be configured to use encrypted passwords.  This requires user passwords to
  be stored in a file separate from /etc/passwd.  This file can be created
  automatically, but the passwords must be added manually by running
  smbpasswd and be kept up-to-date in the future.
  .
  If you do not create it, you will have to reconfigure Samba (and probably
  your client machines) to use plaintext passwords.
  .
  See /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from the
  samba-doc package for more details.
 
 To:
 
 Template: samba/generate_smbpasswd
 Type: boolean
 Default: false
 _Description: Create the samba password database from /etc/passwd?
  To be compatible with the defaults in most versions of Windows, Samba must
  be configured to use encrypted passwords. This requires user passwords to
  be stored in a file separate from /etc/passwd.  This file can be created
  automatically, but the passwords must be added manually by running
  smbpasswd and be kept up-to-date in the future.
  .
  If you do not create it, you will have to reconfigure Samba (and probably
  your client machines) to use plaintext passwords.
  .
  See /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from the
  samba-doc package for more details.

Um, diff format would have been nice. :)  If the short description is the
only thing changed here (and that's all I see), then yes, that seems
perfectly fine to me.

-- 
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/
Index: debian/samba.config
===
--- debian/samba.config	(revision 1436)
+++ debian/samba.config	(working copy)
@@ -62,7 +62,8 @@
 	# If 'encrypt passwords' is true in smb.conf, and smbpasswd
 	# does not exist, default to yes here.
 	FILE=/etc/samba/smb.conf
-	if [ -f $FILE ]; then
+	db_fget samba/generate_smbpasswd seen
+	if [ $RET = false ]  [ -f $FILE ]; then
 		ENCRYPT=`smbconf_retr encrypt passwords`
 	if [ $ENCRYPT ]; then
 			ENCRYPT=`echo $ENCRYPT | tr '[A-Z]' '[a-z]'`


Bug#427893: Package korganizer should depend on libktnef1, but it doesn't.

2007-06-07 Thread Remo Inverardi
Package: korganizer
Version: 4:3.5.7-1
Severity: important

After installing the korganizer package, the program would not start,
because the libktnef.so.1 library did not exist on my system.

Manually installing the libktnef1 package fixed the problem, so korganiizer
should depend on it.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages korganizer depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9-2The Network Audio System (NAS). (s
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-6  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkcal2b   4:3.5.7-1KDE calendaring library
ii  libkdepim1a 4:3.5.7-1KDE PIM library
ii  libkpimexchange14:3.5.7-1KDE PIM Exchange library
ii  libkpimidentities1  4:3.5.7-1KDE PIM user identity information 
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-4+b1 Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages korganizer recommends:
pn  kghostviewnone (no description available)

-- no debconf information


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



Bug#421148: Please take a look at #421148

2007-06-07 Thread Roland Rosenfeld
Hi Jérémy!

On Thu, 07 Jun 2007, Jérémy Bobbio wrote:

 Even if it's a wishlist bug, I still have received nothing about your
 opinion on #421148.

Sorry for my silence, I'm still considering how to work with this...

 The patch is working fine for me, and I really think that it would
 be a great addition to privoxy in Debian.

My problem is, that I don't know whether such an option is a good
direction for the package.  As a user, who has privoxy activated all
the time, this doesn't work for me personally, because using tor all
the time is too slow for me.  It seems to me, that you see privoxy
only as an add-on to tor (in this situation your suggestion makes
sense to me), which you may enable/disable using tools like the
switchproxy firefox extension.

My setup looks a little bit different: I have two instances of privoxy
running (one on 8118 and the other on 8119), where the former proxies
to our company proxy server while the latter proxies to tor.  I can
toggle between these two with switchproxy firefox extension.

To make tor really safe, the two instances use different configuration
files.  The 8118 one uses the default config (with small local changes),
while the 8119 one uses the following actionsfiles: standard,
global-tor.action (advanced settings from standard.action), and
user-tor.action. Note that no default.action file with all the
exceptions was included.

Such an setup seems to be quite usable to me (at least for what I use
tor), but it's far away from anything that's simple to package.

I thought about simply adding your patch to the package, but I'm not
sure which drawbacks the usage of ucf and debconf driven config file
modification implies to updates of the package.  One of my problems
with privoxy is, that upstream modifies the config file quite often,
while at least my setup with a modified listen-address,
enable-remote-toggle, enable-edit-actions, several
[permit|deny]-access and forward rules forces me to merge these
setting on every config file update.  I'm not sure, whether this gets
harder with ucf and two versions of the config file (with/without
tor).

On the other hand, if we start configuring privoxy at installation
time using debconf, shouldn't the user asked for all other locally
configurable settings like listen-address, enable-remote-toggle,
enable-edit-actions, several [permit|deny]-access, and alternative
forward rules at installation time (as I said, I personally modify
these every time I upgrade the config file)?  Can this be handled by
ucf without big trouble?

I also thought about splitting config into several parts and place
them in a config.d directory and build a new config by concatenating
the parts on privoxy startup to make upgrading easier when upstream
changes the config file, but I'm not sure whether this is really a
good idea since upstream doesn't support multiple configuration files
or includes.

On the other hand this would allow you to provide a
/etc/privoxy/config.d/99forward-tor file (maybe simply as part of the
the tor package), which contains 
  forward-socks4a / localhost:9050 .

So you may see, that I really thought about all this, but didn't find
a perfect solution.  At least I'm not sure, whether your suggestion
causes trouble on upgrading and conflicts with other ideas.

 If you are too busy at the moment to upload a new version of the
 package, I could also do a NMU.  Just tell me.

I'd like to study the ucf documentation first to understand whether
this leads me into a one-way, which implies big trouble on upcoming
config file upgrades.

Tscho

Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *


pgpkSLjOrPZ18.pgp
Description: PGP signature


Bug#420241: quota: error while getting quota: Success

2007-06-07 Thread Piotr Gasidlo
Hello,

I've got same problem. But I've do futher investigations. I tried both
kernels:

ii  linux-image-2.6.18-4-amd642.6.18.dfsg.1-12etch2   Linux 2.6.18 
image on AMD64
(from backports)
ii  linux-image-2.6.21-1-amd642.6.21-4~bpo.1  Linux 2.6.21 
image on AMD64

I running etch 4.0, 64-bit kernel.

Edquota segfaults, quota command results:

# quota -u 1500
quota: error while getting quota from /dev/sda7 for #1500 (id 1500): Success

I wrote simple program in perl to setup and check quota (using package
libquota-perl):

#v+
#!/usr/bin/perl

use Quota;
use Data::Dumper;

my $dev = Quota::getqcarg('/var/www');
Quota::setqlim($dev, 1500, 1000, 1000, 0, 0);
my @quota = Quota::query($dev, 1500);
print Dumper([EMAIL PROTECTED]);
#v-

And i get:
# perl q.pl 
$VAR1 = [
  0,
  1000,
  1000,
  0,
  0,
  0,
  0,
  0
];

Which is good result. So i think, that problem exists in quota/edquota tools, 
not in kernel.

-- 
Piotr 'QuakeR' Gasidło, BOFH @ pandora.barbara.eu.org
## sending lusers to /dev/null since 1998
# Waiting for tomorrow, for a little ray of light
### Waiting for tomorrow just to see your smile again


signature.asc
Description: Digital signature


Bug#386976: low entropy

2007-06-07 Thread Gerrit Pape
On Thu, Jun 07, 2007 at 12:32:01AM -0400, Joey Hess wrote:
 I'm running into this since I prefer my headless slug start the ssh
 server as early in the boot process as possible -- which increases the
 chances of not enough entropy.
 
 I don't understand this comment from #310732:
  A solution could be to have dropbear first check /dev/random, and if
  it blocks, to fall back to /dev/urandom.
 
 Avoiding /dev/random blocking is exactly what /dev/urandom is designed
 for. There is no need to read from /dev/random first and try to detect
 it blocking; a read from /dev/urandom will return full-quality random
 data same as /dev/random, if it's available.

Where can I read about this?

 It's worth noting that openssh uses /dev/urandom. Using /dev/random is
 appropriate for things like gnupg key generation that generate
 long-lived keys and require absolute best-effort randomness, but it
 doesn't seem warrented for a (semi-)transient ssh session key, especially
 when the result is that the vital ssh service can't be relied on because
 the daemon may have hung during boot.
 
 It's perhaps also noteworthy that OpenWRT's dropbear is built to use
 /dev/urandom. I imagine that anyone using it in production will do the
 same: the entropy issues are absolutely crippling.

Ok, fine with me, I'll change dropbear to use /dev/urandom only.

Thanks, Gerrit.


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



Bug#417885: git complain that some files are Untracked, when they are tracked

2007-06-07 Thread Remi Vanicat

2007/6/7, Gerrit Pape [EMAIL PROTECTED]:


I failed to reproduce this from your description.  Can you please check
whether you still have the problem with the most recent version git-core
1:1.5.2.1-1,


I still have the branch there, and now git tell me that :

CONFLICT (file/directory): There is a directory with name doc/api in
98b8697... Protegeons les link_to en provenance de la bdd,. Added
doc/api as doc/api~HEAD

(and this is true). Still the 98b86 commit does not contain any
modification to file in the directory.

how to reproduce :
create a repos with a link in it, then in a branch, remove the link,
and add a directory in place of the link (same name).

Then try to cherry pick a commit from a branch where there is the
directory into a branch where there is the link : it failed even if
the modification ave nothing to do with said link/directory.

a git repos can be found there : http://remi.vanicat.free.fr/test/

Thanks for your time


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



Bug#427894: postgresql-client-common: psql/pg_wrapper deletes PATH

2007-06-07 Thread Andreas Heiduk
Package: postgresql-client-common
Version: 75
Severity: important

Hello!

pg_wrapper deletes the PATH environment. Therefore the following psql
functions stop working:

 - Display of larger result sets or even help pages. This tries to use $PAGER.
 
 - Edit query buffer tries to invoke $EDITOR.
 
 - \! command tries to invoke a command.

All of these stop working. For example:

user= show all;
sh: less: No such file or directory

Please note that setting EDITOR and PAGER to absolute paths does not
help completely, because they in turn rely on other programms.

Best Regards 
Andreas

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-client-common depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy

postgresql-client-common recommends no packages.

-- no debconf information


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



Bug#427895: Should not remove /etc/dbmail in dbmail.postrm

2007-06-07 Thread Luca Falavigna

From: Luca Falavigna [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Should not remove /etc/dbmail in dbmail.postrm
Package: dbmail
Version: 2.2.5-1
Tags: patch

dbmail.postrm removes /etc/dbmail directory. Since it has been created 
by dh_installdirs in debian/rules, it is removed automatically during 
package removal. Removing it here raises an error.


Attached patch should fix this.

Thank you.
diff -Nru dbmail-2.2.3/debian/dbmail.postrm dbmail-2.2.3/debian/dbmail.postrm
--- dbmail-2.2.3/debian/dbmail.postrm   2006-10-26 22:35:02.0 +0200
+++ dbmail-2.2.3/debian/dbmail.postrm   2007-06-07 11:48:50.0 +0200
@@ -6,8 +6,6 @@
rm -f /etc/dbmail/dbmail.conf || true
rm -f /etc/default/dbmail || true

-   rmdir /etc/dbmail /dev/null || true
-   
ucf --purge /etc/dbmail/dbmail.conf || true
ucf --purge /etc/default/dbmail || true
 


Bug#427896: Do not gunzip config files

2007-06-07 Thread Luca Falavigna

From: Luca Falavigna [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Do not gunzip config files
Package: dbmail
Version: 2.2.5-1
Tags: patch

dbmail.postinst gunzips these files:
/usr/share/doc/dbmail/examples/dbmail.conf.gz
/usr/share/dbmail/default.dbmail.gz

gunzip deletes .gz leaving uncompressed files only, but when dbmail is 
removed, it raises an error because is unable to find .gz files.


Attached patch suggests a different solution which should fix this.

Thank you.
diff -Nru dbmail-2.2.3/debian/dbmail.postinst 
dbmail-2.2.3/debian/dbmail.postinst
--- dbmail-2.2.3/debian/dbmail.postinst 2007-01-20 09:51:12.0 +0100
+++ dbmail-2.2.3/debian/dbmail.postinst 2007-06-07 12:06:47.0 +0200
@@ -108,11 +108,13 @@
oldmask=`umask`
umask 026

-   gunzip ${CONFIG_EX}.gz 2/dev/null || true
-   gunzip ${DEBIAN_CONFIG_EX}.gz 2/dev/null || true
+   gunzip -c ${CONFIG_EX}.gz 1 ${CONFIG_EX} 2/dev/null || true
+   gunzip -c ${DEBIAN_CONFIG_EX}.gz 1 ${DEBIAN_CONFIG_EX} 2/dev/null || 
true

ucf --debconf-ok $CONFIG_EX $CONFIG
ucf --debconf-ok $DEBIAN_CONFIG_EX $DEBIAN_CONFIG
+
+   rm ${CONFIG_EX} ${DEBIAN_CONFIG_EX}

# activate the sqlite driver by default 
sed -i 's/\(^driver\W*=\)\(\W*$\)/\1 sqlite/' $CONFIG


Bug#427288: RFS: ntfs-config

2007-06-07 Thread Steve Langasek
On Sun, Jun 03, 2007 at 10:46:16AM +0200, Francesco Namuri wrote:
 Il giorno sab, 02/06/2007 alle 17.43 -0700, Steve Langasek ha scritto:
  On Sun, Jun 03, 2007 at 01:59:38AM +0200, Francesco Namuri wrote:

   I am looking for a sponsor for my package ntfs-config.

 Package name: ntfs-config
 Version : 1.0-RC2-1
 Upstream Author : Florent Mertens [EMAIL PROTECTED]
 URL : http://givre.cabspace.com/ntfs-config/
 License : GPL
 Section : admin

   It builds these binary packages:
   ntfs-config - Enable/disable write support for any NTFS devices

  So basically, the package must depend on ntfs-3g, and provides support for
  editing a small subset of entries in /etc/fstab.

 It autodetects all the ntfs partitions on the system, also if there is
 not the relative entry on the /etc/fstab, and it can autoconfigure the
 fstab. Also it can configure change the configuration of hal for the
 removable devices that contains a ntfs partitions.

  Why in the world is this something that needs an entire package to itself?

 Consider a new debian user that does not know anything about /etc/fstab,
 this package can be a good help for him (IHMO)...

My point is that there's nothing special about NTFS that should require its
very own configuration tool; it seems to me that a general-purpose mount
configuration tool would be a lot more useful.

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/


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



Bug#406727: FTBFS, missing b-d on python-dev

2007-06-07 Thread Michel Dänzer
On Sat, 2007-01-13 at 13:42 +0100, Matthias Klose wrote: 
 Package: driconf
 Version: 0.9.0-2
 Severity: serious
 
 running install
 error: invalid Python installation: unable to open 
 /usr/include/python2.4/pyconfig.h (No such file or directory)
 make: *** [python-install-py] Error 1

Can you still reproduce this? If so, can you explain why the
build-dependencies on python and python-gtk2-dev aren't sufficient?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#427843: klipper support for regexp backreferences

2007-06-07 Thread Nacho Barrientos Arias
On Wed, Jun 06, 2007 at 10:21:53PM +0200, sean finney wrote:
 Package: klipper
 Version: 4:3.5.5a.dfsg.1-6
 Severity: wishlist
 
 hi,

Hello,

 
 it would be great if klipper's actions could handle regexp grouping
 and backreferences.  so i could have a regexp like ^Bug#([0-9]+)$
 and have the action be firefox $1 or similar.

The following setting works for me: 

Pattern: 
  ^#[0-9]{5,6}.
Action: 
  konsole -e links http://bugs.debian.org/`echo %s | sed 's/\#//g'`

Even though I'm running Klipper 4:3.5.7-1, if I remember correctly,
this setting is present into my actions list several time ago.

IHTH

-- 
bye,
   - Nacho 


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



Bug#427879: RE : Bug#427879: omnicppcompletion for c++ files

2007-06-07 Thread PICCA Frédéric-Emmanuel
 Ok, thanks for the link.

Your welcom

 Then you should complain upstream to include it in the next vim release.
 We don't include (too much) extras wrt the official vim in the debian
 package. The vim-scripts package is for that.

Ok so vim-scripts :)

Frederic



Bug#362061: I forgot to say...

2007-06-07 Thread Alan Woodland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If you want to take ownership of the ITP feel free to.

Alan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGZ+XB1FNW1LDdr0IRAtmaAKCmxaByN7/R7Xxml+qnn0H29hw6lACfYCvk
betUNgnr2uuNflal4lrm9DY=
=Re3Y
-END PGP SIGNATURE-


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



Bug#349211: masqmail: I need this too

2007-06-07 Thread Reuben Thomas
Package: masqmail
Followup-For: Bug #349211

I also need to be able to force authentication: I use two SMTP servers
both of which require authentication and neither of which says ESMTP
in its banner.

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

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

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libident  0.22-3 simple RFC1413 client library - ru
ii  liblockfile1  1.06.1 NFS-safe locking library, includes
ii  netbase   4.29   Basic TCP/IP networking system

masqmail recommends no packages.


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



Bug#427897: postfix: service field in sender_dependent_relayhost_maps unknown

2007-06-07 Thread jan

Package: postfix
Version: 2.3.8-2+b1
Severity: normal

I tried to use sender_dependent_relayhost_maps this way:

main.cf:
sender_dependent_relayhost_maps = hash:/etc/postfix/sendermap

sendermap:
[EMAIL PROTECTED]smtp:[mx.voelkers.org]

but got this error:
Jun  7 11:43:41 mailout0 postfix/smtp[25599]: fatal: unknown service: 
[mx.voelkers.org]/tcp
Jun  7 11:43:42 mailout0 postfix/qmgr[25597]: warning: transport smtp 
failure -- see a previous warning/fatal/panic logfile record for the 
problem description


With this sendermap file it works:
[EMAIL PROTECTED][mx.voelkers.org]

also this:
[EMAIL PROTECTED][mx.voelkers.org]:25

Sincerely,

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

Versions of packages postfix depends on:
ii  adduser   3.102  Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.11 Debian configuration 
management sy
ii  dpkg  1.13.25package maintenance system 
for Deb

ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libdb4.3  4.3.29-8   Berkeley v4.3 Database 
Libraries [
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction 
library

ii  libssl0.9.8   0.9.8c-4   SSL shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 
init scrip

ii  netbase   4.29   Basic TCP/IP networking system
ii  ssl-cert  1.0.14 Simple debconf wrapper for 
openssl


Versions of packages postfix recommends:
ii  mailx [mail-read 1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  mutt [mail-reade 1.5.13-1.1  text-based mailreader 
supporting M


-- debconf information excluded


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



Bug#427898: libbtctl_0.8.2-1(sparc/experimental): FTBFS: versioned build-depends on virtual package

2007-06-07 Thread Frank Lichtenheld
Package: libbtctl
Version: 0.8.2-1
Severity: serious

Hi,

you have a versioned build-depend on libbluetooth2-dev which is now a
virtual package. You should probably change that to libbluetooth-dev.
You can probably also loose the versioning since even sarge has a
version higher than that.

| Automatic build of libbtctl_0.8.2-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20070607-1213
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 473kB of source archives.
| Get:1 http://ftp.ipv6.debian.org experimental/main libbtctl 0.8.2-1 (dsc) 
[1009B]
| Get:2 http://ftp.ipv6.debian.org experimental/main libbtctl 0.8.2-1 (tar) 
[457kB]
| Get:3 http://ftp.ipv6.debian.org experimental/main libbtctl 0.8.2-1 (diff) 
[14.4kB]
| Fetched 473kB in 1s (247kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), cdbs, dpkg-dev (= 1.13.19), python-support 
(= 0.4), python-dev, intltool (= 0.18), libtool, pkg-config, libglib2.0-dev 
(= 2.4.0), libgtk2.0-dev, libopenobex1-dev, libbluetooth2-dev (= 2.7-1), 
python-gtk2-dev, gtk-doc-tools, autotools-dev
| Checking for already installed source dependencies...
| debhelper: missing
| Using default version 5.0.50 (Priority: 500)
| cdbs: missing
| Using default version 0.4.49 (Priority: 500)
| dpkg-dev: already installed (1.14.4 = 1.13.19 is satisfied)
| python-support: missing
| Using default version 0.6.4 (Priority: 500)
| python-dev: missing
| Using default version 2.4.4-6 (Priority: 500)
| intltool: missing
| Using default version 0.35.5-4 (Priority: 500)
| libtool: missing
| Using default version 1.5.22-4 (Priority: 500)
| pkg-config: missing
| Using default version 0.21-1 (Priority: 500)
| libglib2.0-dev: missing
| Using default version 2.12.12-1 (Priority: 500)
| libgtk2.0-dev: missing
| Using default version 2.10.12-2 (Priority: 500)
| libopenobex1-dev: missing
| Using default version 1.3-3 (Priority: 500)
| libbluetooth2-dev: missing
| Default version of libbluetooth2-dev not sufficient, no suitable version 
found. Skipping for now, maybe there are alternatives.
| python-gtk2-dev: missing
| Using default version 2.10.4-2 (Priority: 500)
| gtk-doc-tools: missing
| Using default version 1.8-3 (Priority: 500)
| autotools-dev: missing
| Using default version 20070306.1 (Priority: 500)
| Checking for source dependency conflicts...
|   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
debhelper cdbs python-support python-dev intltool libtool pkg-config 
libglib2.0-dev libgtk2.0-dev libopenobex1-dev libbluetooth2-dev python-gtk2-dev 
gtk-doc-tools autotools-dev
| Reading package lists...
| Building dependency tree...
| Note, selecting libbluetooth-dev instead of libbluetooth2-dev
| The following extra packages will be installed:
|   autoconf automake1.7 defoma docbook docbook-dsssl docbook-to-man docbook-xml
|   docbook-xsl file fontconfig fontconfig-config gettext gettext-base
|   gnome-common html2text intltool-debian jade libatk1.0-0 libatk1.0-dev
|   libbluetooth-dev libbluetooth2 libcairo2 libcairo2-dev libcupsys2 libdatrie0
|   libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6
|   libfreetype6-dev libglib2.0-0 libgtk2.0-0 libgtk2.0-common
|   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libice-dev libice6
|   libjpeg62 libmagic1 libncursesw5 libnewt0.52 libopenobex1 libpango1.0-0
|   libpango1.0-common libpango1.0-dev libpng12-0 libpng12-dev libpopt0
|   libsm-dev libsm6 libsp1c2 libssl0.9.8 libthai-data libthai0 libtiff4
|   liburi-perl libusb-dev libwww-perl libx11-6 libx11-data libx11-dev
|   libxau-dev libxau6 libxcursor-dev libxcursor1 libxdmcp-dev libxdmcp6
|   libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev
|   libxi6 libxinerama-dev libxinerama1 libxml-parser-perl libxml2 libxrandr-dev
|   libxrandr2 libxrender-dev libxrender1 libxslt1.1 m4 mime-support po-debconf
|   python python-cairo python-central python-gobject python-gobject-dev
|   python-gtk2 python-minimal python-numeric python2.4 python2.4-dev
|   python2.4-minimal sgml-base sgml-data sp ttf-dejavu ucf whiptail x11-common
|   x11proto-core-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev
|   x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
|   x11proto-xinerama-dev xml-core xsltproc xtrans-dev zlib1g-dev
| Suggested packages:
|   autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc devscripts
|   doc-base dh-make defoma-doc psfontmgr x-ttcidfont-conf dfontmgr psgml
|   jadetex docbook-dsssl-doc docbook-doc xalan fop libsaxon-java libxalan2-java
|   cvs gettext-doc libcairo2-doc cupsys-common libglib2.0-doc libgtk2.0-doc
|   ttf-kochi-gothic ttf-kochi-mincho ttf-thryomanes ttf-baekmuk
|   ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp

Bug#427899: update-manager_0.59.20-1(sparc/experimental): FTBFS: Python.h: No such file or directory

2007-06-07 Thread Frank Lichtenheld
Package: update-manager
Version: 0.59.20-1
Severity: serious

Hi,

your package failed to build from source. You are probably missing a
dependency on some python-dev package.

| Automatic build of update-manager_0.59.20-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20070607-1220
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 2005kB of source archives.
| Get:1 http://ftp.ipv6.debian.org experimental/main update-manager 0.59.20-1 
(dsc) [953B]
| Get:2 http://ftp.ipv6.debian.org experimental/main update-manager 0.59.20-1 
(tar) [1702kB]
| Get:3 http://ftp.ipv6.debian.org experimental/main update-manager 0.59.20-1 
(diff) [302kB]
| Fetched 2005kB in 1s (1296kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: gnome-pkg-tools, cdbs (= 0.4.42), debhelper (= 5.0.37.2), 
python-all (= 2.3.5-10), python-distutils-extra, python-support (= 0.3)
| Build-Depends-Indep: libxml-parser-perl, scrollkeeper, intltool, sharutils
| Checking for already installed source dependencies...
| gnome-pkg-tools: missing
| Using default version 0.11.8 (Priority: 500)
| cdbs: missing
| Using default version 0.4.49 (Priority: 500)
| debhelper: missing
| Using default version 5.0.50 (Priority: 500)
| python-all: missing
| Using default version 2.4.4-6 (Priority: 500)
| python-distutils-extra: missing
| Using default version 0.90debian1 (Priority: 500)
| python-support: missing
| Using default version 0.6.4 (Priority: 500)
| Checking for source dependency conflicts...
|   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
gnome-pkg-tools cdbs debhelper python-all python-distutils-extra python-support
| Reading package lists...
| Building dependency tree...
| The following extra packages will be installed:
|   autoconf automake1.7 autotools-dev file gettext gettext-base html2text
|   intltool intltool-debian libexpat1 libhtml-parser-perl libhtml-tagset-perl
|   libhtml-tree-perl libmagic1 libncursesw5 libsqlite3-0 libssl0.9.8
|   liburi-perl libwww-perl libxml-parser-perl m4 mime-support po-debconf python
|   python-central python-minimal python2.4 python2.4-minimal python2.5
|   python2.5-minimal
| Suggested packages:
|   autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc devscripts
|   doc-base dh-make cvs gettext-doc libio-socket-ssl-perl python-doc python-tk
|   python-profiler python2.4-doc python2.5-doc
| Recommended packages:
|   automaken curl wget lynx svn-buildpackage libgpmg1 libmailtools-perl
|   libhtml-format-perl libcompress-zlib-perl libmail-sendmail-perl
| The following NEW packages will be installed:
|   autoconf automake1.7 autotools-dev cdbs debhelper file gettext gettext-base
|   gnome-pkg-tools html2text intltool intltool-debian libexpat1
|   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libmagic1
|   libncursesw5 libsqlite3-0 libssl0.9.8 liburi-perl libwww-perl
|   libxml-parser-perl m4 mime-support po-debconf python python-all
|   python-central python-distutils-extra python-minimal python-support
|   python2.4 python2.4-minimal python2.5 python2.5-minimal
| 0 upgraded, 36 newly installed, 0 to remove and 0 not upgraded.
| Need to get 4505kB/17.3MB of archives.
[...]
| creating 
/build/buildd/update-manager-0.59.20/build/temp.linux-sparc-2.5/UpdateManager
| creating 
/build/buildd/update-manager-0.59.20/build/temp.linux-sparc-2.5/UpdateManager/fdsend
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
-fPIC -I/usr/include/python2.5 -c UpdateManager/fdsend/fdsend.c -o 
/build/buildd/update-manager-0.59.20/./build/temp.linux-sparc-2.5/UpdateManager/fdsend/fdsend.o
| UpdateManager/fdsend/fdsend.c:26:20: error: Python.h: No such file or 
directory
| UpdateManager/fdsend/fdsend.c:42: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
| UpdateManager/fdsend/fdsend.c:49: error: expected ')' before '*' token
| UpdateManager/fdsend/fdsend.c:71: error: expected ')' before '*' token
| UpdateManager/fdsend/fdsend.c: In function 'free_packed_control':
| UpdateManager/fdsend/fdsend.c:122: warning: implicit declaration of function 
'PyMem_Free'
| UpdateManager/fdsend/fdsend.c: At top level:
| UpdateManager/fdsend/fdsend.c:134: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
| UpdateManager/fdsend/fdsend.c:177: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
| UpdateManager/fdsend/fdsend.c:211: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
| UpdateManager/fdsend/fdsend.c:307: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
| UpdateManager/fdsend/fdsend.c:327: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'fdsend_methods'
| UpdateManager/fdsend/fdsend.c:354: warning: return

Bug#411148: sasl2-bin: /etc/init.d/saslauthd {stop|restart} kills instances in unrelated chroots

2007-06-07 Thread Fabian Fagerholm
Hi!

Because we are at an early stage of the lenny cycle and should thus have
a fairly low threshold for introducing new features, because it seems
that people won't test cyrus-sasl stuff unless it's put into unstable,
and because I've worked and reworked the init script for six months now,
I'm going to upload a new init script that supports multiple instances
of saslauthd.

Expect breakage. :)

Cheers,
-- 
Fabian Fagerholm [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Bug#424135: does not resume from uswsusp suspend-to-disk image on encrypted swap partition

2007-06-07 Thread Marcus Better
I have seen the same effect several times. My system has encrypted root and 
swap, and I use uswsusp (without its encryption).

I never found a way to reproduce it, and I think the problem went away after 
some upgrades (I upgraded the kernel many times since then, am now on 
2.6.22-rc3).


signature.asc
Description: This is a digitally signed message part.


Bug#427900: masqmail: SMTP server hangs when used to send when offline

2007-06-07 Thread Reuben Thomas
Package: masqmail
Severity: normal

When I'm not online, every connection to the localhost SMTP server
results in another masqmail -bd -q10m process which doesn't go away
and the mail never completes sending (from the MUA's point of view).
stracing shows the process waiting on a futex; gdbing doesn't give any
symbols in the backtrace.

Allowing the MUA (alpine, in my case) to break the connection (it
prompts me for this after waiting for a while) results in the mail
being apparently sent, although the masqmail process still remains.

If I instead use /usr/lib/sendmail, I don't get this problem.

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

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

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libident  0.22-3 simple RFC1413 client library - ru
ii  liblockfile1  1.06.1 NFS-safe locking library, includes
ii  netbase   4.29   Basic TCP/IP networking system

masqmail recommends no packages.


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



Bug#427901: man2html: Fixes for package description

2007-06-07 Thread Reuben Thomas
Package: man2html
Version: 1.6e-2
Severity: minor

I suggest you change:

Description: turns a web-browser and an httpd-server into a man pager
 Point your web browser at http://localhost/cgi-bin/man/man2html and you got
 your manpages in the browser.

to:

Description: browse man pages in your web browser
 Point your web browser at http://localhost/cgi-bin/man/man2html to read and
 search your manpages in the browser.

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

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

Versions of packages man2html depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  debianutils   2.19   Miscellaneous utilities specific t
ii  gawk  1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  man-db2.4.4-3The on-line manual pager

Versions of packages man2html recommends:
ii  apache2-mpm-prefork [httpd-cg 2.2.3-4Traditional model for Apache HTTPD
ii  lynx  2.8.6-2Text-mode WWW Browser

-- debconf information:
  man2html/index_manpages: true


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



Bug#427902: ladspa-sdk: Supply source for plugins

2007-06-07 Thread Reuben Thomas
Package: ladspa-sdk
Version: 1.1-6
Severity: normal

The source for the plugins should be supplied (in this package, not
just the source package), as that is a large part of the point of
them!

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

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

Versions of packages ladspa-sdk depends on:
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3

ladspa-sdk recommends no packages.

-- no debconf information


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



Bug#423006: xen-hypervisor-3.0.3-1-i386-pae: Same problem here on testing

2007-06-07 Thread Olivier Berger
Package: xen-hypervisor-3.0.3-1-i386-pae
Version: 3.0.3-0-2
Followup-For: Bug #423006

FYI, I experience the very same problem here.

The machine reboots immediately after the error...

I had to reboot outside xen to standard Linux kernel, and then it works...

Hope this helps


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

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xen-hypervisor-3.0.3-1-i386-pae depends on:
ii  xen-utils-3.0.3-1 3.0.3-0-2  XEN administrative tools

xen-hypervisor-3.0.3-1-i386-pae recommends no packages.

-- no debconf information


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



Bug#424169: Fixing the twice build failure

2007-06-07 Thread Fabian Fagerholm
On Sat, 2007-05-26 at 21:28 -0400, Roberto C.Sánchez wrote:
 I think that one thing that can be done is to build in a subdirectory of
 the source root.  Basically, you make a directory (say, for example,
 build/) and then cd into it.  Then you run your configure as
 ../configure instead of ./configure.  I think that everything else is
 the same.  Then, in the clean target of debian/rules, we can just blow
 away the whole build/ subdirectory.
 
 I'd like to get some opinions on this.

I'm fine with any working solution that doesn't introduce breakage or
make the build unnecessarily complicated or make maintenance
disproportionally hard. Perhaps you could try to implement building in a
subdirectory as you describe and report the results to this bug (these
bugs), preferably with a patch?

Cheers,
-- 
Fabian Fagerholm [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Bug#427903: change default driver in /etc/libao.conf

2007-06-07 Thread Alexander Fieroch

Package: libao2
Version: 0.8.8-1
Severity: normal

Change the default driver to alsa in the file /etc/libao.conf after 
upgrading to this version.



Regards,
Alexander







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



Bug#427904: balder2d does not run on amd64

2007-06-07 Thread Artur R. Czechowski
Package: balder2d
Version: 1.0~rc1-1
Severity: serious
File: /usr/games/balder2d


It simply does not run on amd64. The output is:

[EMAIL PROTECTED]:~$ balder2d 
/usr/lib/balder2d/balder2d: Symbol `_ZTVN3gcn9TextFieldE' has different size
in shared object, consider re-linking
/usr/lib/balder2d/balder2d: Symbol `_ZTVN3gcn6ButtonE' has different size in
shared object, consider re-linking
Loading config manager
Initializing SDL.
Audio  video initialized correctly
creating renderer
creating sound manager
creating main menu
/usr/lib/balder2d/balder2d: symbol lookup error: /usr/lib/balder2d/balder2d:
undefined symbol: _ZN3gcn14SDLImageLoaderC1Ev


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages balder2d depends on:
ii  balder2d-data   1.0~rc1-1data files for balder2d
ii  libboost-filesystem1.33 1.33.1-10filesystem operations (portable pa
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libguichan0 0.6.1-2  small, efficient C++ GUI library
ii  libsdl-gfx1.2-4 2.0.13-3 drawing and graphical effects exte
ii  libsdl-image1.2 1.2.5-3  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-2  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  python2.4   2.4.4-4  An interactive high-level object-o

balder2d recommends no packages.

-- no debconf information


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



Bug#427859: Acknowledgement (lmodern fails to configure on upgrade, dpkg error)

2007-06-07 Thread Frank Küster
Itai Seggev [EMAIL PROTECTED] wrote:

 OK, so the problem turned out to be that aptitutde had decided to
 upgrade tetex-base to 2007-9 instead of leaving it at 3.whatever (I
 could have sworn I told it not to do that, but that's another story). 

 So, it seems that this not a grave bug since it is installable, but
 perhaps it is still serious bug since it doesn't have sufficient
 dependencies to ensure installability? At any rate, that's for you,
 Kindly Mr. Maintainer, to decide. 

In order to understand what is going on, we need the packages which are
actually installed on your system.  Please send the output of

dpkg -l tex-common
dpkg -l tetex* | grep -v '^un'
dpkg -l texlive* | grep -v '^un'

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#426899: binutils: Bugs identified not related to bintutils

2007-06-07 Thread Sébastien Bernard
Package: binutils
Followup-For: Bug #426899

The problem has been identified as a Scrt1.o problem in glibc, not related to
binutils sorry.

Seb


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: hppa (parisc64)

Kernel: Linux 2.6.18-4-parisc64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages binutils depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries

binutils recommends no packages.

-- no debconf information


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



Bug#427905: Regression from 2.4 to 2.6: Unusable serial internet connection

2007-06-07 Thread gandy
Package: linux-2.6
Severity: normal
Tags: etch, sid


Hi guys,

I have a K6-II computer using an analog modem connected to the legacy serial 
port.

I am experiencing the following regression with the kernel 2.6 series:
After having dialed into the host,
* either the negotiation does not really work (no response from the other side 
in my log files) and pppd terminated
* or the connection is set up and after a short while stops to function yet 
pppd does not terminate by itself: For example the first web page is displayed 
correctly (not from cache!) and then the second or third fails.

I tried several debian kernels (486er variant): some 2.6.16 version, the 2.6.18 
from etch and the current 2.6.21 from unstable. The behaviour is always the 
same - maybe even worse in the 2.6.16 version.
I also tried an analog modem connected to the USB port. The problem is there as 
well.

A have never had problems with the 2.4 kernel series - booting into etch with 
the 2.4 kernel (k6 variant) from sarge solves the problem. Dial in works and 
connection remains stable.

Any suggestions how to track down the problem?

Best regards,
Ralf


cat /proc/modules:

usb_storage 71360 1 - Live 0xc8aca000
ppp_deflate 5888 0 - Live 0xc8abe000
zlib_deflate 17944 1 ppp_deflate, Live 0xc8ac4000
bsd_comp 5632 0 - Live 0xc8ab
ppp_async 10240 0 - Live 0xc8aa4000
crc_ccitt 2304 1 ppp_async, Live 0xc8a92000
ppp_generic 24596 3 ppp_deflate,bsd_comp,ppp_async, Live 0xc8aa8000
slhc 6528 1 ppp_generic, Live 0xc8a2a000
cdc_acm 13344 0 - Live 0xc8a89000
ipv6 213856 10 - Live 0xc8ade000
rsrc_nonstatic 11904 0 - Live 0xc8a8e000
pcmcia_core 36240 1 rsrc_nonstatic, Live 0xc8a95000
cpufreq_ondemand 6000 0 - Live 0xc8a15000
freq_table 4484 0 - Live 0xc8a18000
dm_crypt 10888 0 - Live 0xc8a77000
dm_snapshot 15644 0 - Live 0xc8a72000
dm_mirror 18000 0 - Live 0xc8a6c000
dm_mod 48952 3 dm_crypt,dm_snapshot,dm_mirror, Live 0xc8a7c000
serpent 19072 0 - Live 0xc8a66000
cryptoloop 3456 0 - Live 0xc8906000
sd_mod 19088 2 - Live 0xc8a24000
sbp2 20488 0 - Live 0xc8a1d000
ieee1394 85048 1 sbp2, Live 0xc8a5
snd_cmipci 30496 0 - Live 0xc89d9000
gameport 13832 1 snd_cmipci, Live 0xc8a0
snd_opl3_lib 9600 1 snd_cmipci, Live 0xc89d5000
snd_hwdep 8836 1 snd_opl3_lib, Live 0xc89c2000
snd_mpu401_uart 7552 1 snd_cmipci, Live 0xc89ae000
snd_hda_intel 16788 0 - Live 0xc89cf000
snd_hda_codec 138240 1 snd_hda_intel, Live 0xc8a2d000
snd_pcm_oss 38048 0 - Live 0xc89f5000
snd_mixer_oss 15232 1 snd_pcm_oss, Live 0xc89bd000
snd_pcm 65928 4 snd_cmipci,snd_hda_intel,snd_hda_codec,snd_pcm_oss, Live 
0xc89e3000
snd_page_alloc 9736 2 snd_hda_intel,snd_pcm, Live 0xc8987000
snd_seq_dummy 3972 0 - Live 0xc895e000
snd_seq_oss 27648 0 - Live 0xc89c7000
snd_seq_midi 8352 0 - Live 0xc89a6000
snd_seq_midi_event 6784 2 snd_seq_oss,snd_seq_midi, Live 0xc89a3000
tsdev 7616 0 - Live 0xc898b000
snd_seq 42192 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event, Live 
0xc89b1000
snd_timer 19972 3 snd_opl3_lib,snd_pcm,snd_seq, Live 0xc8822000
snd_rawmidi 22048 2 snd_mpu401_uart,snd_seq_midi, Live 0xc898f000
snd_seq_device 7820 6 
snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi, Live 
0xc8957000
sg 30364 0 - Live 0xc8974000
snd 45412 14 
snd_cmipci,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq,snd_timer,snd_rawmidi,snd_seq_device,
 Live 0xc8996000
i2c_ali1535 6660 0 - Live 0xc8971000
i2c_ali15x3 7428 0 - Live 0xc895b000
shpchp 32796 0 - Live 0xc897d000
pci_hotplug 28088 1 shpchp, Live 0xc8929000
ali_agp 6784 1 - Live 0xc8926000
agpgart 29360 1 ali_agp, Live 0xc894e000
parport_pc 31524 0 - Live 0xc8945000
parport 32200 1 parport_pc, Live 0xc893c000
rtc 11572 0 - Live 0xc88c7000
psmouse 34568 0 - Live 0xc8932000
sr_mod 15908 0 - Live 0xc8913000
i2c_core 19472 2 i2c_ali1535,i2c_ali15x3, Live 0xc890d000
evdev 9088 0 - Live 0xc88c3000
pcspkr 2816 0 - Live 0xc88c1000
floppy 52004 0 - Live 0xc8918000
soundcore 8928 1 snd, Live 0xc8851000
serio_raw 6532 0 - Live 0xc884e000
isofs 31928 1 - Live 0xc88cb000
ide_cd 35616 1 - Live 0xc88f
ide_disk 14848 0 - Live 0xc8849000
cdrom 32416 2 sr_mod,ide_cd, Live 0xc88b8000
alim15x3 11148 0 [permanent], Live 0xc883d000
generic 5508 0 [permanent], Live 0xc883a000
ide_core 107760 5 usb_storage,ide_cd,ide_disk,alim15x3,generic, Live 0xc88d4000
aic7xxx 153940 0 - Live 0xc8872000
scsi_transport_spi 22400 1 aic7xxx, Live 0xc8842000
scsi_mod 121992 7 usb_storage,sd_mod,sbp2,sg,sr_mod,aic7xxx,scsi_transport_spi, 
Live 0xc8899000
ohci_hcd 17540 0 - Live 0xc8834000
usbcore 109444 4 usb_storage,cdc_acm,ohci_hcd, Live 0xc8856000
thermal 13576 0 - Live 0xc882f000
processor 23724 1 thermal, Live 0xc8828000
fan 4868 0 - Live 0xc8817000
loop 14216 1 cryptoloop, Live 0xc881a000




Die Abacho-Surftipps:
- http://www.abacho4you.de - Gestalten Sie Ihre eigene Suchmaschine!
- http://www.My-Hammer.de - Die 

Bug#427902: ladspa-sdk: Supply source for plugins

2007-06-07 Thread Junichi Uekawa
Hi

 The source for the plugins should be supplied (in this package, not
 just the source package), as that is a large part of the point of
 them!


You can apt-get source the package.  

There is no point in bloating the binary package with source. This
package serves as a central point for 'ladspa.h' header file for
package building, and provides some useful basic diagnosis tools. Not
everybody is writing a LADSPA plugin...



regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#427906: postinst: policy package name to deb name, lacks glob support

2007-06-07 Thread vaclav . ovsik
Package: selinux-policy-refpolicy-targeted
Version: 0.0.20070507-5
Severity: important

Problem affects both policy packages strict  targeted.
When I did installation of selinux-policy-refpolicy-strict package on
XEN domU Debian unstable (Sid). Some policy packages were not loaded.

I was lacking ssh.pp initialy.

I looked into the postinst package and discover, that for ssh there is
prepared glob mapping, but code can't handle this.

I did small correction of postinst.policy in source, rebuild deb
and some additional packages are now loaded.

There is my patch for postinst.policy:

--- postinst.policy.orig2007-06-07 13:57:48.0 +0200
+++ postinst.policy 2007-06-07 13:28:47.0 +0200
@@ -107,6 +107,12 @@
'xserver'   = [ 'gdm', 'kdm', 'xdm', 'xserver*' ]
   );
 
+# Converts wildcard (glob) pattern into regex pattern (only `*' is wild).
+sub wild2re {
+  my ($pat) = @_;
+  return join('.*', map(quotemeta, split('\*', $pat, -1)));
+}
+
 #  List all th modules, except the base module, in the policy
 #  directory. This sets @all_modules and %Module_Path
 sub list_modules {
@@ -196,7 +202,10 @@
 
   PACKAGE:
 for my $pkg (@{ $map{$module} }) {
-  if ($Installed{$pkg}) {
+  my $is_installed = index($pkg, '*')  0 ?
+ $Installed{$pkg} # exact name
+ : grep(m/[EMAIL PROTECTED]($pkg)]}$/, keys %Installed); # wildcard
+  if ($is_installed) {
 if (defined $Deps{$module}) {
   for my $dep (split(' ', $Deps{$module})) {
 next if $Loaded{$dep};

Regards
--
Vaclav Ovsik


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

Kernel: Linux 2.6.18-4-xen-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=cs_CZ.ISO-8859-2 (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages selinux-policy-refpolicy-targeted depends on:
ii  libpam-modules0.79-4 Pluggable Authentication Modules f
ii  libselinux1   2.0.15-2   SELinux shared libraries
ii  policycoreutils   2.0.16-1   SELinux core policy utilities
ii  python2.4.4-6An interactive high-level object-o

Versions of packages selinux-policy-refpolicy-targeted recommends:
ii  checkpolicy   2.0.2-1SELinux policy compiler
ii  setools   2.4-3  Tresys tools for managing Security


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



Bug#427795: Perhaps duplicate of #425634?

2007-06-07 Thread Eckhart Wörner
Hi,

 the WinXP image stoped booting. I can see only
 BIOS logo during boot, then qemu hangs showing
 no signs of boot progress. (this behaviour
 regardless of -no-kqemu  rmmod kqemu).

 When downgraded to 0.8.2-4, the qemu boots WinXP
 image normally.

the symptoms you described sound familiar to #425634. Do you use raw images 4 
GB for your Windows XP? If yes, then I guess it's the same bug.

Cheers,
Eckhart

-- 
Eckhart Wörner
GPG Fingerprint: 409F 6C94 4850 B947 AE04 F776 505A BA9A 400F 8876


signature.asc
Description: This is a digitally signed message part.


Bug#427902: ladspa-sdk: Supply source for plugins

2007-06-07 Thread Reuben Thomas

On Thu, 7 Jun 2007, Junichi Uekawa wrote:


Hi


The source for the plugins should be supplied (in this package, not
just the source package), as that is a large part of the point of
them!



You can apt-get source the package.

There is no point in bloating the binary package with source. This
package serves as a central point for 'ladspa.h' header file for
package building, and provides some useful basic diagnosis tools. Not
everybody is writing a LADSPA plugin...


The package is called an SDK. Example source code is usually part of an 
SDK. If you want to provide a ladspa-dev and a ladspa-sdk package, that's 
fine, but at the moment it seems to be more than you need for building 
plugins, but less than you need for writing them.


--
http://rrt.sc3d.org/ | golf, n.  a good walk spoiled (Twain)


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



Bug#417461: Works for me with bluetooth-alsa_0.5cvs20070602-1

2007-06-07 Thread Krzysztof Burghardt

Hello,

I have recently tested this on my laptop. Configuration was:
- Acer Aspire 5102WLMi internal Bluetooth adapter,
- Logitech Wireless Headphones for MP3

Software:
- Debian Lenny (unstable),
- Linux 2.6.18-4-amd64,
- Bluez 3.7
- Bluetooth-alsa 0.5cvs20070602-1
- MPlayer 1.0rc1

It works form plain user account (user in audio and video groups).
I have just add pcm.a2dpd to my .asoundrc and copied sample.a2dpdrc
to my home directory. Than I only changed address in .a2dpdrc to this
of my headphones.

--
Krzysztof Burghardt [EMAIL PROTECTED]
http://www.burghardt.pl/


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



Bug#427910: konq-plugins 4:3.5.7-2 fails to install on amd64

2007-06-07 Thread Ference G. Brose
Package: konq-plugins
Version: 4:3.5.7-2

Trying to upgrade from konq-plugins 4:3.5.6-2 to 4:3.5.7-2 results in the 
following output:

$ apt-get install konq-plugins
Preparing to replace konq-plugins 4:3.5.6-2 
(using .../konq-plugins_4%3a3.5.7-2_amd64.deb) ...
Unpacking replacement konq-plugins ...
dpkg: error 
processing /var/cache/apt/archives/konq-plugins_4%3a3.5.7-2_amd64.deb 
(--unpack):
 unable to stat `./usr/share/apps/khtml/kpartplugins/minitoolsplugin.rc' 
(which I was about to install): Input/output error
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/konq-plugins_4%3a3.5.7-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I am using Debian GNU/Linux testing/unstable, kernel 2.6.21-1-amd64.


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



Bug#427909: apt: should honor 3?? (301, 302 - moved) HTTP return codes

2007-06-07 Thread Shachar Shemesh
Package: apt
Version: 0.6.46.4-0.1
Severity: wishlist

I maintain an apt repository (a Debian mirror, actually) that has a
considerable amount of users. Recently, due to serious space problems,
we had to move the repository to a new server, and due to reasons beyond
the scope of this report, this new server has a new address.

What I wanted to do was to make sure that the old server return 301
permenantly moved HTTP error code on requests. An http client should
honor these requests. In fact, this works well enough for wget and
mozilla to use the old URLs without noticing anything changed.

Apt, however, does not honor 301, and lists it as error. It is still
better for me than the alternative, as it means that the user at least
has a hint why things failed.

Here's how I think APT should handle these cases:
On most of the 300 return codes - get the package from the alternative
location.
On 301 - Update /etc/apt/sources.list with the new location, leaving the
old one commented out with an explanation why it made the change along
with a timestamp.

This behaviour, as far as I can tell, is backed up by the definition of
the 300 codes in the HTTP protocol.

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=he_IL (charmap=ISO-8859-8)

Versions of packages apt depends on:
ii  debian-archive-keyring  2007.02.19   GnuPG archive keys of the Debian a
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information


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



Bug#427908: openoffice.org-kde: filename gets lost when choosing different folders

2007-06-07 Thread Wolf Wiegand
Package: openoffice.org-kde
Version: 2.2.1~rc3-3
Severity: normal

Hi,

when trying to save an existing oowriter document under a new name or
when trying to save an new document using the KDE file dialog, the
filename entered in the 'Addresse'-Field (german version) gets lost when
you choose a different folder to save the document in.

How to reproduce:

- Open an existing document
- Choose Save as from the file menu
- current file name is displayed
- Choose a different folder (for example by clicking on the home
  directory icon on the left)
- the current file name is lost and has to be re-entered

Other KDE applications behave as desired, ie. not losing the filename.


Regards,

Wolf


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

Kernel: Linux 2.6.17.9 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-kde depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libqt3-mt   3:3.3.7-4+b1 Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libstlport5.1   5.1.3-1  STLport C++ class library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  openoffice.org-core 2.2.1~rc3-3  OpenOffice.org office suite archit
ii  openoffice.org-style-cr 2.2.1~rc3-3  Crystal symbol style for OpenOffic

openoffice.org-kde recommends no packages.

-- no debconf information



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



Bug#427907: [hppa] git-core selftest failure with -O2 and -O1, -O0 works

2007-06-07 Thread Gerrit Pape
Package: gcc-4.1
Version: 4.1.2-11

See
 
http://buildd.debian.org/fetch.cgi?pkg=git-corever=1%3A1.5.2.1-1arch=hppastamp=1180881720file=log

I can reproduce this in paer's sid chroot as follows:

$ apt-get source git-core
Reading package lists... Done
Building dependency tree... Done
Need to get 1513kB of source archives.
Get:1 http://mirrors.kernel.org sid/main git-core 1:1.5.2.1-1 (dsc) [798B]
Get:2 http://mirrors.kernel.org sid/main git-core 1:1.5.2.1-1 (tar) [1404kB]
Get:3 http://mirrors.kernel.org sid/main git-core 1:1.5.2.1-1 (diff) [109kB]
Fetched 1513kB in 0s (1660kB/s)   
gpg: Signature made Sun Jun  3 05:44:52 2007 MDT using DSA key ID BC70A6FF
gpg: Can't check signature: public key not found
dpkg-source: extracting git-core in git-core-1.5.2.1
dpkg-source: unpacking git-core_1.5.2.1.orig.tar.gz
dpkg-source: applying ./git-core_1.5.2.1-1.diff.gz
$ cd git-core-1.5.2.1/
$ make CFLAGS=-O2 /dev/null  (cd t  sh t6026-merge-attr.sh)
GIT_VERSION = 1.5.2.1
* new build flags or prefix
[...]
* failed 1 among 6 test(s)
$ make CFLAGS=-O0 /dev/null  (cd t  sh t6026-merge-attr.sh)
* new build flags or prefix
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by
/usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libcurl.so, may conflict with 
libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.0.9.7, needed by
/usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libcurl.so, may conflict with 
libcrypto.so.0.9.8
Writing perl.mak for Git
*   ok 1: setup
*   ok 2: merge
*   ok 3: check merge result in index
*   ok 4: check merge result in working tree
*   ok 5: custom merge backend
*   ok 6: custom merge backend
* passed all 6 test(s)
$ 

I suspect the compiler's doing bad optimization, all other archs built
successfully.

Thanks, Gerrit.


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



Bug#427903: change default driver in /etc/libao.conf

2007-06-07 Thread Clint Adams
 Change the default driver to alsa in the file /etc/libao.conf after 
 upgrading to this version.

Are you referring to this change?

|  * Change default device from 'oss' to 'alsa09' in /etc/libao.conf. With the
|availability of dmix, this should mean that more users get it working out
|of the box, even if they have a sound daemon running. (Closes: #304421)

If so, what is the problem?


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



Bug#427911: kaffeine crashes using libxine after upgrade to 0.8.4-3 or 0.8.4-4

2007-06-07 Thread richard
Package: kaffeine
Version: 0.8.4-2
Severity: important


After the update to kaffeine 0.8.4-3 or kaffeine 0.8.4-4 kaffeine
crashes as soon as its trying to access libxine (either trying to
play video or just entering the xine configuration settings dialog).

Downgrading to kaffeine 0.8.4-2 fixes this problem.

Entering xine configuration setting has the following backtrace
(the video playing one looks the same):

[KCrash handler]
#6  KXineWidget::getXineLog (this=0x83d8710)
at
/build/buildd/kaffeine-0.8.4/./kaffeine/src/player-parts/xine-part/kxinewidget.cpp:2194
#7  0xb545d911 in XinePart::slotError (this=0x83d5928,
[EMAIL PROTECTED])
at
/build/buildd/kaffeine-0.8.4/./kaffeine/src/player-parts/xine-part/xine_part.cpp:1023
#8  0xb5462235 in XinePart::qt_invoke (this=0x83d5928, _id=62,
_o=0xbfc2cf58)
at ./xine_part.moc:404
#9  0xb6aa2e1b in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#10 0xb6aa3348 in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#11 0xb5467973 in KXineWidget::signalXineError (this=0x83d8710, 
[EMAIL PROTECTED]) at ./kxinewidget.moc:453
#12 0xb5477a54 in KXineWidget::initXine (this=0x83d8710)
at
/build/buildd/kaffeine-0.8.4/./kaffeine/src/player-parts/xine-part/kxinewidget.cpp:1259
#13 0xb5450f11 in XinePart::slotConfigXine (this=0x83d5928)
at
/build/buildd/kaffeine-0.8.4/./kaffeine/src/player-parts/xine-part/xine_part.cpp:1004
#14 0xb5462217 in XinePart::qt_invoke (this=0x83d5928, _id=61,
_o=0xbfc2d28c)
at ./xine_part.moc:403
#15 0xb6aa2e1b in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3

Richard.

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

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

Versions of packages kaffeine depends on:
ii  hdparm7.3-1  tune hard disk parameters for high
ii  kdelibs4c2a   4:3.5.7.dfsg.1-1   core libraries and binaries for al
ii  libacl1   2.2.42-1   Access control list shared library
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libattr1  1:2.4.32-1.1   Extended attribute shared library
ii  libaudio2 1.9-2  The Network Audio System (NAS). (s
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-5 audio extraction tool for sampling
ii  libfam0   2.7.0-12   Client library to control the FAM 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libgcc1   1:4.2-20070528-1   GCC support library
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpcre3  6.7-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4+b1   Qt GUI Library (Threaded runtime v
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libstdc++64.2-20070528-1 The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxine1  1.1.6-2the xine video/media player librar
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  zlib1g1:1.2.3-15 compression library - runtime

kaffeine recommends no packages.

-- no debconf information


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



Bug#423947: lftp still fails to upgrade in absence of ftp

2007-06-07 Thread Lionel Elie Mamane
found 423947 3.5.10-2
thanks

lftp still fails to upgrade from older version 3.5.10-1:

 Preparing to replace lftp 3.5.10-1 (using .../lftp_3.5.10-2_amd64.deb) ...
 Unpacking replacement lftp ...
 No alternatives for ftp.
 dpkg: warning - old post-removal script returned error exit status 1
 dpkg - trying script from the new package instead ...
 dpkg: error processing /var/cache/apt/archives/lftp_3.5.10-2_amd64.deb 
(--unpack):
  there is no script in the new version of the package - giving up

Maybe you have to provide an _empty_ (or just exit 0) postrm script
rather than no postrm script at all?

-- 
Lionel


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



Bug#427912: democracyplayer: amd64: does not build: /usr/bin/ld: cannot find -lboost_python

2007-06-07 Thread Wolfgang Weisselberg
Package: democracyplayer
Version: 0.9.5.3-1
Severity: serious
Justification: no longer builds from source

Architecture: amd64

$ mkdir /tmp/Democracyplayer
$ cd /tmp/Democracyplayer
$ apt-get source democracyplayer
Reading package lists... Done
Building dependency tree... Done
Skipping already downloaded file
'democracyplayer_0.9.5.3.orig.tar.gz'
Need to get 7294B of source archives.
Get:1 http://ftp.uni-koeln.de unstable/main democracyplayer 0.9.5.3-1 (dsc) 
[816B]
Get:2 http://ftp.uni-koeln.de unstable/main democracyplayer 0.9.5.3-1 (diff) 
[6478B]
Fetched 7294B in 0s (15,7kB/s)
dpkg-source: extracting democracyplayer in democracyplayer-0.9.5.3
dpkg-source: unpacking democracyplayer_0.9.5.3.orig.tar.gz
dpkg-source: applying ./democracyplayer_0.9.5.3-1.diff.gz
# apt-get build-dep democracyplayer
[...]
$ cd democracyplayer-0.9.5.3/
$ dpkg-buildpackage -rfakeroot -uc -us
[...]
building 'democracy.fasttypes' extension
creating 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/build/temp.linux-x86_64-2.4
creating 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/build/temp.linux-x86_64-2.4/tmp
creating 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/build/temp.linux-x86_64-2.4/tmp/Democracyplayer
creating 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/build/temp.linux-x86_64-2.4/tmp/Democracyplayer/democracyplayer-0.9.5.3
creating 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/build/temp.linux-x86_64-2.4/tmp/Democracyplayer/democracyplayer-0.9.5.3/portable
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
-fPIC -I/usr/include/python2.4 -c 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/portable/fasttypes.cpp -o 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/./build/temp.linux-x86_64-2.4/tmp/Democracyplayer/democracyplayer-0.9.5.3/portable/fasttypes.o
cc1plus: warning: command line option -Wstrict-prototypes is valid for 
Ada/C/ObjC but not for C++
g++ -pthread -shared 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/./build/temp.linux-x86_64-2.4/tmp/Democracyplayer/democracyplayer-0.9.5.3/portable/fasttypes.o
 -lboost_python -o 
/tmp/Democracyplayer/democracyplayer-0.9.5.3/./build/lib.linux-x86_64-2.4/democracy/fasttypes.so
/usr/bin/ld: cannot find -lboost_python
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
make: *** [python-build-stamp-2.4] Error 1



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

Kernel: Linux 2.6.20.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages democracyplayer depends on:
ii  democracyplayer-data0.9.5.3-1GTK+ based RSS video aggregator da
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libboost-python1.33.1   1.33.1-10Boost.Python Library
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1.1The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libnss3-0d  3.11.5-3+b1  Network Security Service libraries
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxine11.1.6-2  the xine video/media player librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxul0d1.8.1.4-1Gecko engine library
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-glade2 [python2. 2.10.4-2 GTK+ bindings: Glade support
ii  python-gnome2 [python2. 2.18.2-1 Python bindings for the GNOME desk
ii  python-gnome2-extras [p 2.14.3-1 Python bindings for the GNOME desk
ii  python-gtk2 [python2.4- 2.10.4-2 Python bindings for the GTK+ widge
ii  python-support  0.6.4automated rebuilding support for p
ii  python2.4   2.4.4-4  An interactive high-level object-o
ii  zlib1g  1:1.2.3-15   compression library - 

Bug#427914: uim: diff for NMU version 1:1.4.1-3.1

2007-06-07 Thread Loïc Minier
Package: uim
Version: 1:1.4.1-3
Tags: patch

Hi,

 Attached is the diff for my uim 1:1.4.1-3.1 NMU.

   Bye,
-- 
Loïc Minier
diff -u uim-1.4.1/debian/control uim-1.4.1/debian/control
--- uim-1.4.1/debian/control
+++ uim-1.4.1/debian/control
@@ -22,7 +22,7 @@
 Package: uim
 Section: utils
 Architecture: all
-Depends: uim-common, uim-gtk2.0, uim-xim, uim-utils, uim-fep
+Depends: uim-common (= ${source:Version}), uim-gtk2.0 (= ${source:Version}), uim-xim (= ${source:Version}), uim-utils (= ${source:Version}), uim-fep (= ${source:Version})
 Description: Simple and flexible input method collection and library
  uim is a input method module library supporting various languages, which
  become a frontend for Anthy, SKK, Canna, PRIME, T-Code, TUT-Code,
diff -u uim-1.4.1/debian/changelog uim-1.4.1/debian/changelog
--- uim-1.4.1/debian/changelog
+++ uim-1.4.1/debian/changelog
@@ -1,3 +1,12 @@
+uim (1:1.4.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Version the dependencies of uim on uim-common and other uim binary
+packages to use = ${source:Version} or = ${source:Version};
+closes: #415393, #419617.
+
+ -- Loic Minier [EMAIL PROTECTED]  Thu, 07 Jun 2007 14:03:31 +0200
+
 uim (1:1.4.1-3) unstable; urgency=low
 
   * Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:


Bug#427907: [hppa] git-core selftest failure with -O2 and -O1, -O0 works

2007-06-07 Thread Matthias Klose
probably related to #427398.

Gerrit Pape writes:
 Package: gcc-4.1
 Version: 4.1.2-11
 
 See
  
 http://buildd.debian.org/fetch.cgi?pkg=git-corever=1%3A1.5.2.1-1arch=hppastamp=1180881720file=log
 
 I can reproduce this in paer's sid chroot as follows:
 
 $ apt-get source git-core
 Reading package lists... Done
 Building dependency tree... Done
 Need to get 1513kB of source archives.
 Get:1 http://mirrors.kernel.org sid/main git-core 1:1.5.2.1-1 (dsc) [798B]
 Get:2 http://mirrors.kernel.org sid/main git-core 1:1.5.2.1-1 (tar) [1404kB]
 Get:3 http://mirrors.kernel.org sid/main git-core 1:1.5.2.1-1 (diff) [109kB]
 Fetched 1513kB in 0s (1660kB/s)   
 gpg: Signature made Sun Jun  3 05:44:52 2007 MDT using DSA key ID BC70A6FF
 gpg: Can't check signature: public key not found
 dpkg-source: extracting git-core in git-core-1.5.2.1
 dpkg-source: unpacking git-core_1.5.2.1.orig.tar.gz
 dpkg-source: applying ./git-core_1.5.2.1-1.diff.gz
 $ cd git-core-1.5.2.1/
 $ make CFLAGS=-O2 /dev/null  (cd t  sh t6026-merge-attr.sh)
 GIT_VERSION = 1.5.2.1
 * new build flags or prefix
 [...]
 * failed 1 among 6 test(s)
 $ make CFLAGS=-O0 /dev/null  (cd t  sh t6026-merge-attr.sh)
 * new build flags or prefix
 /usr/bin/ld: warning: libcrypto.so.0.9.7, needed by
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libcurl.so, may conflict with 
 libcrypto.so.0.9.8
 /usr/bin/ld: warning: libcrypto.so.0.9.7, needed by
 /usr/lib/gcc/hppa-linux-gnu/4.1.3/../../../libcurl.so, may conflict with 
 libcrypto.so.0.9.8
 Writing perl.mak for Git
 *   ok 1: setup
 *   ok 2: merge
 *   ok 3: check merge result in index
 *   ok 4: check merge result in working tree
 *   ok 5: custom merge backend
 *   ok 6: custom merge backend
 * passed all 6 test(s)
 $ 
 
 I suspect the compiler's doing bad optimization, all other archs built
 successfully.
 
 Thanks, Gerrit.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


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



Bug#427915: tmw crashes with SIGSEGV on amd64

2007-06-07 Thread Artur R. Czechowski
Package: tmw
Version: 0.0.23-1
Severity: serious

I run tmw and get an update window. After finished updating I click
the [Play] button and tmw crashes. gdb says:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46928624561744 (LWP 8711)]
0x2aae67493c2b in glDeleteTextures () from /usr/lib/libGL.so.1

After installing some -dbg libraries:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47357907783344 (LWP 9021)]
glDeleteTextures () at ../../../src/mesa/x86-64/glapi_x86-64.S:11868
11868   ../../../src/mesa/x86-64/glapi_x86-64.S: No such file or directory.
in ../../../src/mesa/x86-64/glapi_x86-64.S
Current language:  auto; currently asm

(gdb) bt
#0  glDeleteTextures () at ../../../src/mesa/x86-64/glapi_x86-64.S:11868
#1  0x0048aa15 in ?? ()
#2  0x0048aa3d in ?? ()
#3  0x004aa4da in ?? ()
#4  0x2b125c2fa8e4 in __libc_start_main (main=0x4a9b50, argc=1, 
ubp_av=0x7fff50dcc388, init=value optimized out, 
fini=value optimized out, rtld_fini=value optimized out, 
stack_end=0x7fff50dcc378) at libc-start.c:231
#5  0x004153a9 in ?? ()
#6  0x7fff50dcc378 in ?? ()
#7  0x in ?? ()

In case it is important: I've ATI Radeon X700 Pro (and regret it :),
xorg 1.3.0.0 with xorg ati drivers.
Exempt from glxinfo:
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 TCL
OpenGL version string: 1.3 Mesa 6.5.2

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages tmw depends on:
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libcurl4-openssl7.16.2-4 Multi-protocol file transfer libra
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-5  A free implementation of the OpenG
ii  libguichan0 0.6.1-2  small, efficient C++ GUI library
ii  libkrb531.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  libphysfs-1.0-0 1.0.0-5  filesystem abstraction library for
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libsdl-image1.2 1.2.5-3  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-2  mixer library for Simple DirectMed
ii  libsdl-net1.2   1.2.5-7+b1   network library for Simple DirectM
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  tmw-data0.0.23-1 The Mana World is a great Online R
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages tmw recommends:
pn  tmw-music none (no description available)

-- no debconf information

-- 
 - You can take my soul but not my lack of enthusiasm.
/Wally, Dilbert 2004.11.23/


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



  1   2   3   4   >