Bug#561324: aiccu: uses non-essential tools in the config script

2009-12-16 Thread Patrick Schoenfeld
Package: aiccu
Version: 20070115-11
Severity: serious

The config script of the package uses the aiccu tool itself
to create a list of tunnel providers and even tries to connect
the tunnel providers during config stage.

This is a policy violation, because policy 3.9.1 states:
The config script might be run before the preinst script, and before
the package is unpacked or any of its dependencies or pre-dependencies
are satisfied. Therefore it must work using only the tools present in
essential packages.

As the package might get unpacked _after_ running the script,
it simply cannot depend on itself to be around at that point.

-Patrick

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

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

Versions of packages aiccu depends on:
ii  cdebconf [debconf-2.0]  0.145Debian Configuration Management Sy
ii  debconf [debconf-2.0]   1.5.28   Debian configuration management sy
ii  iproute 20090324-1   networking and traffic control too
ii  iputils-ping3:20071127-2 Tools to test the reachability of 
ii  iputils-tracepath   3:20071127-2 Tools to trace the network path to
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libgnutls26 2.8.5-2  the GNU TLS library - runtime libr
ii  lsb-base3.2-23   Linux Standard Base 3.2 init scrip
ii  ucf 3.0025   Update Configuration File: preserv

Versions of packages aiccu recommends:
ii  ntp 1:4.2.4p7+dfsg-4 Network Time Protocol daemon and u
ii  ntpdate 1:4.2.4p7+dfsg-4 client for setting system time fro

aiccu suggests no packages.

-- no debconf information



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



Bug#560457: xnc: FTBFS: commonfuncs.cxx:122: error: invalid conversion from 'const char*' to 'char*'

2009-12-16 Thread Leonid Khramov

Hi,

I fixed the bug in xnc and made a diff file, but I do not have access to 
debian linux, so I'm sending this pacth here.

Thank you.

Lucas Nussbaum:

Source: xnc
Version: 5.0.4-3
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  

x86_64-linux-gnu-g++ -c -I../../../src/include/xnc -I../../../src/au 
-I../../../src/lib/manage -I../../../src/lib/vfs -I../../../src/lib/vfs/ftplib  
-I../../../intl -I../../../src/include -I../../../src/lib/northgui 
-I../../../src/lib/image2 -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H 
-DOLD_STYLE -g -O2   commonfuncs.cxx -o commonfuncs.o
commonfuncs.cxx: In function 'char* get_first_content(const char*, char*)':
commonfuncs.cxx:122: error: invalid conversion from 'const char*' to 'char*'
commonfuncs.cxx: In function 'int is_filtered(char*, char*)':
commonfuncs.cxx:265: warning: deprecated conversion from string constant to 
'char*'
commonfuncs.cxx: In function 'int hex_one_digit(char)':
commonfuncs.cxx:383: warning: deprecated conversion from string constant to 
'char*'
make[4]: *** [commonfuncs.o] Error 1



The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/12/10/xnc_5.0.4-3_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!


About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

  


--
Best regards,
Leo l...@solvo.ru
Solvo Ltd.
St.Petersburg, Russia

--- commonfuncs.cxx 2002-10-16 10:44:20.0 +0400
+++ /tmp/commonfuncs.cxx2009-12-16 09:47:28.0 +0300
@@ -119,7 +119,7 @@
 //Get first content of dirname
 char*   get_first_content(const char *curdir, char *cont)
 {
-char *b=strchr(curdir,'/');
+  char *b=strchr((char*)curdir,'/');
 if(b)
   {
   strncpy(cont,curdir,b-curdir);
@@ -262,7 +262,7 @@
 //--
 intis_filtered(char *s, char *ff)
 {
-  char  *f=;
+  char  *f=0;
   while (*s != 0)
   {
 f = ff;
@@ -299,7 +299,7 @@
 if (*f == '*')
   ff = f;
   }
-  if (*f == 0 || *f == '*')
+  if (f==0 || *f == 0 || *f == '*')
 return 1;
   return 0;
 }
@@ -380,7 +380,7 @@
 int hex_one_digit(char ch1)
 {
   char ch=toupper(ch1);
-  char *hex=0123456789ABCDEF;
+  char hex[]=0123456789ABCDEF;
   int  i;
   for(i=0;i16;i++)
 if(ch==hex[i])


Bug#561110: tesseract-ocr: Segfault on specific image, backtrace added

2009-12-16 Thread Romeyke, Andreas
Hello,

I have recompiled tesseract from sources and the backtrace attached:

 8  8  8 
Starting
program: ./ext_src/tesseract-2.03/debian/tmp/usr/bin/tesseract 
/tmp/leibnizfe486aexpert_unknown.bmp test
[Thread debugging using libthread_db enabled]
Tesseract Open Source OCR Engine
[New Thread 0xb7c6c6c0 (LWP 18049)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7c6c6c0 (LWP 18049)]
0x080ed87f in edge_char_of (dawg=0xb7a1a008, node=224868,
character=102, 
word_end=0) at dawg.cpp:63
63if (edge_occupied (dawg, edge)) {
(gdb) bt
#0  0x080ed87f in edge_char_of (dawg=0xb7a1a008, node=224868,
character=102, 
word_end=0) at dawg.cpp:63
#1  0x080eda06 in def_letter_is_okay (dawg=0xb7a1a008, node=0xbfc869d0, 
char_index=5, prevchar=0 '\0', word=0xbfc86acf beeinf, word_end=0)
at dawg.cpp:174
#2  0x080e3dee in append_next_choice (dawg=0xb7a1a008, node=224868, 
permuter=5 '\005', word=0xbfc86acf beeinf, 
unichar_lengths=0xbfc8707f \001\001\001\001\001\001, 
unichar_offsets=0xbfc86fd8, choices=0x8af4358, char_index=5, 
this_choice=0x8aa37f0, prevchar=0x8132762 , limit=0xbfc870a8, 
rating=11.9697332, certainty=-3.54658747, rating_array=0xbfc86e90, 
certainty_array=0xbfc86f34, word_ending=0, last_word=0,
result=0xbfc86a64)at permdawg.cpp:208
#3  0x080e42da in dawg_permute (dawg=0xb7a1a008, node=224868, 
permuter=5 '\005', choices=0x8af4358, char_index=5,
limit=0xbfc870a8, 
word=0xbfc86acf beeinf, 
unichar_lengths=0xbfc8707f \001\001\001\001\001\001, 
unichar_offsets=0xbfc86fd8, rating=0, certainty=0, 
rating_array=0xbfc86e90, certainty_array=0xbfc86f34, last_word=0)
at permdawg.cpp:301
#4  0x080e4586 in dawg_permute_and_select (string=0x8138270 system
words:, 
dawg=0xb7a1a008, permuter=value optimized out, 
character_choices=0x8af4358, best_choice=0x8af3a20, system_words=1)
at permdawg.cpp:361
#5  0x080e59d1 in permute_words (char_choices=0x8af4358,
rating_limit=1000)
at permute.cpp:1673
#6  0x080e701e in permute_all (char_choices=0x8af4358,
rating_limit=1000, 
raw_choice=0xbfc8724c) at permute.cpp:1081
#7  0x080e7562 in permute_characters (char_choices=0x8af4358,
limit=1000, 
best_choice=0xbfc87264, raw_choice=0xbfc8724c) at permute.cpp:1133
#8  0x080c7dbb in chop_word_main (word=0x8a5d820, fx=1, 
best_choice=0xbfc87264, raw_choice=0xbfc8724c, tester=0 '\0', 
trainer=0 '\0') at chopper.cpp:443
#9  0x080c53ab in cc_recog (tessword=0x8a5d820, best_choice=0xbfc87264, 
best_raw_choice=0xbfc8724c, tester=value optimized out, 
trainer=value optimized out) at tface.cpp:252
#10 0x08073ff7 in recog_word_recursive (word=0x8ab1050,
denorm=0x8a5f21c, 
matcher=0x806a430 tess_default_matcher(PBLOB*, PBLOB*, PBLOB*,
WERD*, DENORM*, BLOB_CHOICE_LIST), tester=0, trainer=0, testing=0
'\0', 
raw_choi...@0x8a5f244, blob_choices=0xbfc87388, outwo...@0x8a5f218)
at tfacepp.cpp:174
#11 0x0807481b in recog_word (word=0x8ab1050, denorm=0x8a5f21c, 
matcher=0x806a430 tess_default_matcher(PBLOB*, PBLOB*, PBLOB*,
WERD*, DENORM*, BLOB_CHOICE_LIST), tester=0, trainer=0, testing=value
optimized out, 
raw_choi...@0x8a5f244, blob_choices=0xbfc87388, outwo...@0x8a5f218)
at tfacepp.cpp:81
 8  8  8 
-- 
Andreas Romeyke
- Abteilung Blindenschrift -
Deutsche Zentralbücherei für Blinde zu Leipzig (DZB)
Gustav-Adolf-Straße 7, 04105 Leipzig
Tel: +49 341 7113-..., Fax: +49 341 7113-125
Internet: www.dzb.de
E-Mail: andreas.rome...@dzb.de


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#561323: python-coherence: Unnecessary dependency on ‘python-nose’

2009-12-16 Thread Ben Finney
package python-coherence
tags 561323 + patch
thanks

On 16-Dec-2009, Ben Finney wrote:
 The upstream bug URL:https://coherence.beebits.net/ticket/146 was
 fixed, and the code AFAICT no longer causes any problems without the
 ‘python-nose’ package. The dependency should be removed.

The attached patch makes this change, and closes this bug report.

-- 
 \   “I never forget a face, but in your case I'll be glad to make |
  `\  an exception.” —Groucho Marx |
_o__)  |
Ben Finney b...@benfinney.id.au
=== modified file 'debian/changelog'
--- debian/changelog	2009-12-05 18:42:54 +
+++ debian/changelog	2009-12-16 08:13:17 +
@@ -1,10 +1,13 @@
 coherence (0.6.5-1) UNRELEASED; urgency=low
 
-  *  New  upstream release.
+  * New upstream version.
   * debian/rules, added rule to remove /coherence/extern/uuid.  Closes: #555429
   * Moved python-twisted-core and python-twisted-web to Build-Depends-Indep
- these are now required at build time.
-   * Removed Conflicts, Replaces, Provides from debian/control.
+these are now required at build time.
+  * debian/control:
+- Removed Conflicts, Replaces, Provides.
+- Remove unnecessary dependency on ‘python-nose’.
+  (Closes: bug#561323)
 
  -- Charlie Smotherman cj...@ubuntu.com  Tue, 10 Nov 2009 06:06:22 -0500
 

=== modified file 'debian/control'
--- debian/control	2009-12-05 18:42:54 +
+++ debian/control	2009-12-16 07:24:17 +
@@ -22,7 +22,6 @@
  python-elementtree,
  python-gst0.10,
  python-louie,
- python-nose,
  python-pkg-resources,
  python-axiom,
  python-tagpy,



signature.asc
Description: Digital signature


Bug#560771: [Pkg-acpi-devel] Bug#560771: Bug#560771: acpid: CVE-2009-4235: weak permissions on /var/log/acpid

2009-12-16 Thread Michael Meskes
On Tue, Dec 15, 2009 at 02:56:19PM -0600, Raphael Geissert wrote:
 Reconsidering, both are going through the security repository.

I already uploaded the Lenny version to proposed-updates. Should I re-up?

 Could you please prepare the packages and send the debdiff to t...@?

The Lenny debdiff is attached.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
VfL Borussia! Forca Barca! Go SF 49ers! Use: Debian GNU/Linux, PostgreSQL
diff -u acpid-1.0.8/debian/acpid.postinst acpid-1.0.8/debian/acpid.postinst
--- acpid-1.0.8/debian/acpid.postinst
+++ acpid-1.0.8/debian/acpid.postinst
@@ -11,6 +11,11 @@
 	rm -f /etc/rc1.d/K20acpid /etc/rc[2-5].d/S20acpid
 fi
 
+# Fix very old permission problem
+if dpkg --compare-versions $2 lt-nl 1.0.8-1lenny2; then
+[ -f /var/log/acpid ]  chmod 640 /var/log/acpid*
+fi
+
 HAL_NEEDS_RESTARTING=no
 case $1 in
   configure|reconfigure)
diff -u acpid-1.0.8/debian/changelog acpid-1.0.8/debian/changelog
--- acpid-1.0.8/debian/changelog
+++ acpid-1.0.8/debian/changelog
@@ -1,3 +1,10 @@
+acpid (1.0.8-1lenny2) stable-proposed-updates; urgency=high
+
+  * Correct permissions that were incorrectly set by very old acpid versions.
+This fixes CVE-2009-4235.
+
+ -- Michael Meskes mes...@debian.org  Tue, 15 Dec 2009 13:17:54 +0100
+
 acpid (1.0.8-1lenny1) stable-security; urgency=high
 
   * Added upstream's patch to fix CVE-2009-0798


Bug#561122:

2009-12-16 Thread Mathieu Malaterre
see the following link for DICOM file: gdcmData/D_CLUNIE_VL6_RLE.dcm

http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=General_questions#What_is_gdcmData_.3F

-- 
Mathieu



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



Bug#561325: Does not add newline at end of file

2009-12-16 Thread Marc MAURICE

Package: leafpad
Version: 0.8.17-1

Leafpad doesn't add a newline character at end of file like other text 
editors.


Steps to reproduce :

$ leafpad test.txt
# type in a simple word, save and quit
$ cat test.txt
myword$

Thanks in advance,
Good day !
Marc

--
Marc MAURICE
Ingénieur Système et Réseaux

Smile - Open Source Solutions (www.smile.fr)
26, cours Gambetta - 34000 Montpellier
Tél : 04 99 77 20 17

Courriel : marc.maur...@smile.fr




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



Bug#528362: linux-image-2.6.30-bpo.2-686: Bug still on version 2.6.30.

2009-12-16 Thread Victor Pablos Ceruelo
Package: linux-image-2.6.30-bpo.2-686
Version: 2.6.30-8~bpo50+2
Followup-For: Bug #528362


 Are you changing the MTU of the r8169 device (jumbo frames)?
No.

 Do you have wake-on-LAN enabled?
No.

 If you add 'pci=nomsi' to the kernel command line, does this make a
 difference?
I added it (you can see the command line below). 
There is no difference, but I think that reading mails is not a high speed 
transmision ... :-(

This bug is related to kerneloops submission 
http://www.kerneloops.org/submitresult.php?number=1028502

Thanks, 

Victor.

-- Package-specific info:
** Version:
Linux version 2.6.30-bpo.2-686 (Debian 2.6.30-8~bpo50+2) (no...@debian.org) 
(gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 SMP Fri Dec 11 18:12:58 UTC 2009

** Command line:
root=/dev/sda1 ro pci=nomsi nosplash noquiet

** Tainted: G W (512)

** Kernel log:
[9.730021] yenta_cardbus :06:04.0: pcmcia: parent PCI bridge Memory 
window: 0x5000 - 0x53ff
[9.796895] input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input6
[9.812404] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio4/input/input7
[   10.228599] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection 
driver for Linux, 1.2.26ks
[   10.228693] iwl3945: Copyright(c) 2003-2009 Intel Corporation
[   10.228839] iwl3945 :04:00.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[   10.228925] iwl3945 :04:00.0: setting latency timer to 64
[   10.282579] iwl3945 :04:00.0: Tunable channels: 13 802.11bg, 23 802.11a 
channels
[   10.282668] iwl3945 :04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   10.342259] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: 
clean.
[   10.344467] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: 
excluding 0x4d0-0x4d7
[   10.345571] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: 
clean.
[   10.346411] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: 
clean.
[   10.347434] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: 
clean.
[   10.509509] phy0: Selected rate control algorithm 'iwl-3945-rs'
[   10.580950] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[   10.581087] HDA Intel :00:1b.0: setting latency timer to 64
[   10.667512] hda_codec: Unknown model for ALC861, trying auto-probe from 
BIOS...
[   10.667689] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input8
[   11.001055] Clocksource tsc unstable (delta = -92385010 ns)
[   12.389765] Adding 2224992k swap on /dev/sda2.  Priority:-1 extents:1 
across:2224992k 
[   12.852331] EXT3 FS on sda1, internal journal
[   13.470201] loop: module loaded
[   42.051550] fuse init (API version 7.11)
[   42.371584] kjournald starting.  Commit interval 5 seconds
[   42.372068] EXT3 FS on sda4, internal journal
[   42.372196] EXT3-fs: mounted filesystem with ordered data mode.
[   42.482961] FAT: utf8 is not a recommended IO charset for FAT filesystems, 
filesystem will be case sensitive!
[   80.080548] ip_tables: (C) 2000-2006 Netfilter Core Team
[   91.616828] iwl3945 :04:00.0: firmware: requesting iwlwifi-3945-2.ucode
[   91.881196] iwl3945 :04:00.0: loaded firmware version 15.32.2.9
[   91.927293] Registered led device: iwl-phy0::radio
[   91.927416] Registered led device: iwl-phy0::assoc
[   91.927546] Registered led device: iwl-phy0::RX
[   91.927655] Registered led device: iwl-phy0::TX
[   91.961060] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   96.472989] r8169: eth0: link up
[   96.473084] r8169: eth0: link up
[   99.415702] [drm] Initialized drm 1.1.0 20060810
[   99.442548] pci :00:02.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[   99.442561] pci :00:02.0: setting latency timer to 64
[   99.448243] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[   99.809918] r8169: eth0: link up
[  110.512119] eth0: no IPv6 routers present
[  426.275929] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 1060.67] [ cut here ]
[ 1060.86] WARNING: at 
/build/buildd/linux-2.6-2.6.30/debian/build/source_i386_none/net/sched/sch_generic.c:226
 dev_watchdog+0xa8/0x135()
[ 1060.95] Hardware name: Satellite A110
[ 1060.000100] NETDEV WATCHDOG: eth0 (r8169): transmit timed out
[ 1060.000105] Modules linked in: binfmt_misc i915 drm i2c_algo_bit 
acpi_cpufreq cpufreq_powersave cpufreq_userspace cpufreq_conservative 
cpufreq_stats iptable_filter ip_tables x_tables nls_utf8 nls_cp437 vfat fat 
nls_base fuse firewire_sbp2 loop snd_hda_codec_realtek snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm_oss arc4 snd_mixer_oss ecb snd_pcm snd_seq_midi 
snd_rawmidi iwl3945 snd_seq_midi_event snd_seq joydev iwlcore snd_timer 
snd_seq_device pcmcia rfkill mac80211 i2c_i801 snd soundcore psmouse 
yenta_socket rsrc_nonstatic i2c_core snd_page_alloc serio_raw rng_core 
pcmcia_core pcspkr evdev container processor button battery ac cfg80211 ext3 
jbd mbcache sg sr_mod cdrom sd_mod 

Bug#561326: wxmaxima is completely unusable

2009-12-16 Thread Andreas J. Guelzow
Package: wxmaxima
Version: 0.8.3a-2
Severity: grave


wxmaxima is completely unusable: apparently the most recent version of
maxima does not work with wxmaxima.


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

Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages wxmaxima depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared
libraries
ii  libgcc1   1:4.4.2-5  GCC support library
ii  libstdc++64.4.2-5The GNU Standard C++
Library v3
ii  libwxbase2.8-02.8.10.1-2 wxBase library (runtime) -
non-GUI
ii  libwxgtk2.8-0 2.8.10.1-2 wxWidgets Cross-platform C
++ GUI t
ii  maxima5.20.0-1   A computer algebra system
-- base 
ii  maxima-doc5.20.0-1   A computer algebra system
-- docum

Versions of packages wxmaxima recommends:
ii  ttf-jsmath0.01-2 TeX fonts to display jsMath
pages

wxmaxima suggests no packages.

-- no debconf information

-- 
Andreas J. Guelzow aguel...@pyrshep.ca




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



Bug#561300: [Pkg-utopia-maintainers] Bug#561300: devicekit-power: can_hibernate property should be false when no swap exists

2009-12-16 Thread Martin Pitt
Hello Michael, hello Debbie,

Michael Biebl [2009-12-16  2:51 +0100]:
 I'm a bit surprised though as I don't find a Ubuntu version where this
 patch is applied.

No wonder, because it isn't. :-)

I suppose Debbie prepared it locally and just used submittodebian with
his local version?

 I would have expected that he commits this patch there right away.

Right, but we should submit it upstream first. Debbie, care to open a
report at bugs.freedesktop.org with that patch? Thanks!

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#552433: stable update: nss-ldapd (#552433: libnss-ldapd: ignores case of uids)

2009-12-16 Thread Arthur de Jong

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On Sun, 2009-12-06 at 17:48 +0100, Arthur de Jong wrote:

I have prepared a 0.6.7.2 version which can be found here: [2], [3]. The
debdiff is attached (9 source files changed, 133 insertions and 151
deletions).


Please go ahead.


Thanks, I will upload an updated package to proposed-updates this weekend.

- -- 
- -- arthur - adej...@debian.org - http://people.debian.org/~adejong --

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

iEYEARECAAYFAksonTgACgkQVYan35+NCKdCygCg6yvIkCiIKQIqYoitEErZLeyy
GFAAnj0UuIjfJawZR2omv6fA42bqeo8U
=/Ajb
-END PGP SIGNATURE-



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



Bug#561282: gnome-session can not start gnome-wm

2009-12-16 Thread Josselin Mouette
Le mardi 15 décembre 2009 à 23:46 +0200, Petri Kaurinkoski a écrit : 
 I updated my Debian/testing as I normally do a week ago and among other
 things a new version of gnome-session-bin was installed. After the  
 update, I
 realized that the window-manager is not started  normally anymore.  

 gnome-session[3319]: WARNING: Unable to find provider 'gnome-wm' of  
 required component 'windowmanager'

Here is the description of gnome-session-bin: 

Description: The GNOME Session Manager - Minimal runtime
 This package contains the binaries for the GNOME Session Manager, but
 no startup scripts. It is meant for those willing to start
 gnome-session by hand with the components of their choice, and for
 applications such as GDM that use gnome-session internally.

How about installing gnome-session to have the full package?

Cheers, 
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#561225: coreutils: cp --reflink fails with Btrfs file system

2009-12-16 Thread Jim Meyering
Jason White wrote:
 Jim Meyering j...@meyering.net wrote:
 Can you rerun that via strace and send the log at least
 to the bug-coreutils list (Cc'd)?

 strace -o log cp --reflink testfile testfile2

 It opens both files and then performs the ioctl() call:
 ioctl(4, 0x40049409, 0x3)   = -1 EINVAL (Invalid argument)

 Even better, can you do that using stock upstream coreutils-8.2,
 assuming it still fails?

 This may not be necessary. If I run strace on bcp, it turns out that its
 ioctl() call encounters the same error:

 ioctl(3, 0x40049409, 0x4)   = -1 EINVAL (Invalid argument)
 and thus the suggestion that bcp (by behaving like --reflink=auto) is masking
 the issue appears to be exactly on point.

Good to know it's not a problem with cp.
Thanks!



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



Bug#546155: plymouth: Needs documentation about usage

2009-12-16 Thread Adrian Glaubitz
Hello,

I've written a basic manpage now and sent everything plus an
additional patch to the plymouth mailing list. It can be found here:

http://lists.freedesktop.org/archives/plymouth/2009-December/000223.html
http://lists.freedesktop.org/archives/plymouth/2009-December/000224.html
http://lists.freedesktop.org/archives/plymouth/2009-December/000225.html

Since Ray endorsed me to write a manpage, I am very confident he will
apply this patch with probably a minor changes. Well, just wait a few
days.

Anyway, the plymouth version in Debian should be updated. Maybe, I can
build a fresh package once I have more time next week.


Adrian



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



Bug#557948: ssmtp: Split configuration or give more informations

2009-12-16 Thread Sylvain Le Gall
Package: ssmtp
Version: 2.64-1
Severity: normal


Hello,

I am just hit by this bug. I understand the fix, and agree with the
problem described in #500454. 

However the error message:
Fails to send any mail with send-mail: Cannot open mailhub:25
is quite not helpful for debugging this.

The first solution would to have a more explicit error message:
File /etc/ssmtp/ssmtp.conf exists but cannot be read, try adding $USER
to group mail for example

The second solution, for a smoother upgrade is to split configuration
between ssmtp.conf and ssmtp.conf.secret. This require more work but
will allow people that don't use SMTP AUTH to keep the same ssmtp.conf
file and for the other to not disclose their information (they should be
stored in .secret). 

Then there is 3 cases:
- no Auth* keyword in ssmtp.conf - keep it this way
- package ssmtp detect Auth* in ssmtp.conf - either move these fields
  to .secret or issue a warning
- program ssmtp.conf detect that .secret exists but cannot be read -
  error message File /etc/ssmtp/ssmtp.conf.secret exists but cannot be
  read, try adding $USER to group mail
  
Note that I run several servers that communicate with me only through
mails. Due to the inability to send mails with ssmtp, I was not able to
detect that there was a problem.

I think this is a quite big issue that should be upgraded to
severity:grave (but this is my POV).

Thanks for maintaining ssmtp, this is a great tool
Regards
Sylvain Le Gall

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

Kernel: Linux 2.6.26-2-vserver-amd64 (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 ssmtp depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgnutls26   2.8.5-2the GNU TLS library - runtime libr

ssmtp recommends no packages.

ssmtp suggests no packages.

-- debconf information:
  ssmtp/overwriteconfig: true
  ssmtp/mailname:
* ssmtp/mailhub: smtp.gallu.homelinux.org
* ssmtp/fromoverride: true
* ssmtp/hostname: yocto.gallu.homelinux.org
* ssmtp/root: postmaster
* ssmtp/rewritedomain: gallu.homelinux.org
* ssmtp/port: 25





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



Bug#561119: dicom3tools: Trailing character invalid for this VR is not reported for File Meta Information

2009-12-16 Thread David Clunie
Not sure what invalid character (other than the invalid trailing
null padding that is already being reported) you are referring
to.

The remainder of the string seems fine for the SH VR:

0160  02 00 13 00 53 48 0c 00  47 44 43 4d 20 32 2e 30  |SH..GDCM 2.0|
0170  2e 31 30 00 02 00 16 00  41 45 08 00 67 64 63 6d  |.10.AE..gdcm|

Error - Value invalid for this VR - (0x0002,0x0013) SH Implementation Version 
Name  SH - Trailing character invalid for this VR = '' (0)



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



Bug#546025: #546025 education-common: should prefer readahead-fedora over readahead-list

2009-12-16 Thread Holger Levsen
Hi,

On Dienstag, 15. Dezember 2009, Petter Reinholdtsen wrote:
 I would love to do this, if we backported the unstable version to
 Lenny.  The package is currently missing in Lenny. 

Ok, I think I'm in favor of keep using readahead-list for lenny then. 


Thanks,
Holger


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


Bug#561302: O: esmtp -- User configurable relay-only MTA

2009-12-16 Thread Salvatore Bonaccorso
Hey

On Wed, Dec 16, 2009 at 08:40:12AM +0100, Salvatore Bonaccorso wrote:
 Hey José
 
 First of all thanks for all your development put in esmtp, and your
 packaging for Debian on it!
 
 On Wed, Dec 16, 2009 at 12:35:54AM +, José Fonseca wrote:
  I intend to orphan the esmtp package.
  
  The package description is:
   ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with a
   sendmail-compatible syntax. It's based on libESMTP supporting the AUTH
   (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP
   extensions.
   .
   ESMTP does not receive mail, expand aliases or manage a queue but can 
  deliver
   mail locally via an MDA.
   .
   This package contains the esmtp program.
  
  I'm also the upstream developer and I'm suspending maintainership there
  too. 
  
  There are other more popular alternatives like ssmtp. At the time I
  wrote esmtp ssmtp didn't work for me, and I had spare time on my hands.
  Now it is quite the opposite, and it's not worth to put any more time
  maintaining these.
 
 It's 'bad about' this decision,

Please note this was meant like 'It's a pity.' [I'm not a native
english speaker]

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#561277: [mythtv-themes] Wants to upgrade from 0.22-0.1 to 0.22-0.1

2009-12-16 Thread Stefan Ritter
 Package: mythtv-themes

This package comes from debian-multimedia.org, right?

@Christian: I don't know how you want to handle this, so i just CCed you.

Regards, Stefan

-- 
,---[ xeno ]
| Stefan Ritter
| JID x...@jabber.thehappy.de
| Web http://www.thehappy.de/~xeno/
`---



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



Bug#561123: dicom3tools: 13523 abort dcdump PrivateOwnerInversion.dcm

2009-12-16 Thread David Clunie
This is NOT a valid DICOM file.

It contains a private element in an odd group with an element
number  0x0010, which is illegal; furthermore it is a sequence.

% andump PrivateOwnerInversion.dcm
...
(0x0028,0x1051) DS Window Width  VR=DS   VL=0x0004   192
(0x4d4d,0x0001) LO PrivateCreatorVR=SQ   VL=0x  []
     ^^
...

Whilst it is true that this is also not a private creator element
either, that assumption is present in the toolkit to deal with
other buggy images which do send a string in this value.




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



Bug#561074: network-console: starting a shell terminates the connection

2009-12-16 Thread Adrian Bridgett
I'm now using the daily images (20091216) as you suggested (I swapped
to backport when I hit a console hang issue (fixed by vga=...) and
hadn't swapped back.

Same thing I'm afraid - I've added in set -x and this is what I see
(echo's I've added):
(process:21240): + echo calling backup
(process:21240): + db_capb backup
(process:21240): + _db_cmd CAPB backup
(process:21240): + IFS=  printf %s\n CAPB backup
(process:21240): + IFS=
(process:21240):  read -r _db_internal_line
(process:21240): + RET=multiselect backup progresscancel align plugin-terminal
(process:21240): + return 0
(process:21240): + echo calling input
(process:21240): + db_input high di-utils-shell/do-shell
(process:21240): + _db_cmd INPUT high di-utils-shell/do-shell
(process:21240): + IFS=  printf %s\n INPUT high di-utils-shell/do-shell
(process:21240): + IFS=
(process:21240):  read -r _db_internal_line
(process:21240): + RET=30 question skipped
(process:21240): + return 30
Connection to 10.5.2.89 closed.

I wonder if it's because I'm preseeding and have set debconf to
critical only...  Seems wierd that db_input bails, but then it's been
a while since I've done debconf usage.

I'm currently preseeding this lot (lots of other things but these are
the only di-* or console bits.

d-i anna/choose_modules string network-console
d-i network-console/password password r00tme
d-i network-console/password-again password r00tme
d-i finish-install/keep-consoles boolean true

# don't halt progress by telling us sshd has started
d-i network-console/start note seen
# trying to get nc working (tried with this commented and uncommented)
# this should skip the about to start a shell
#d-i di-utils-shell/do-shell note seen

Changing the db_input line from high to critical seemed to do the
trick :-)

Adrian
-- 
bitcube.co.uk - Expert Linux infrastructure consultancy
Puppet, Debian, Red Hat, Ubuntu, CentOS



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



Bug#550103: pycocuma: bug still exists

2009-12-16 Thread Christoph Berg
Re: green 2009-12-16 20091216031800.ga22...@swansys
 XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server :0.0
   after 14713 requests (14712 known processed) with 0 events remaining.
 
 The XIO fatal IO error happens when I close the pycocuma window.

Hi,

which window manager are you using? Could you try to reproduce the bug
in a different one? I cannot see the bug in awesome 2.3.3 here.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#561327: xserver-xorg: xorg crash with nvidia driver

2009-12-16 Thread Guillaume Bour
Package: xserver-xorg
Version: 1:7.4+4
Severity: important

since last update, xorg crash when using nvidia driver (works correctly with 
nv).
nvidia driver version is 96.43.14 (nvidia package) compiled with last debian 
kernel (2.6.31-1-686)

Here is xorg log:
Backtrace:
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux home 2.6.30-2-686 #1 SMP Sat Sep 26 01:16:22 
UTC 2009 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (bui...@murphy.debian.org) 
...
0: /usr/bin/X(xorg_backtrace+0x3b) [0x81314cb]
1: /usr/bin/X(xf86SigHandler+0x51) [0x80c1df1]
2: [0xb80a8400]

Fatal server error:
Caught signal 11.  Server aborting


One surprising thing is that if a start xorg with nv driver, then I start a 
second xorg server with nvidia (the 1st one still running), it works!



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

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

X server symlink status:
lrwxrwxrwx 1 root root 13 May 22  2008 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1689944 Oct 13 13:31 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 
8x] (rev a2)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4434 Dec 16 09:16 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeis...@builder63)  Thu Jun 25 18:57:07 
PDT 2009

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

#Section ServerLayout
#Identifier Default Layout
#Screen screen 0 0
#InputDeviceGeneric Keyboard
#InputDeviceConfigured Mouse
#EndSection

Section Files

#FontPath/etc/X11/fonts/misc
#FontPath/etc/X11/fonts/cyrillic
#FontPath/etc/X11/fonts/100dpi/:unscaled
#FontPath/etc/X11/fonts/75dpi/:unscaled
#FontPath/etc/X11/fonts/Type1
#FontPath/etc/X11/fonts/100dpi
#FontPath/etc/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Load   i2c
Load   bitmap
Load   ddc
Load   extmod
Load   glx ## client GLX pour OpenGL
Load   int10
Load   vbe
EndSection

Section InputDevice
Identifier Generic Keyboard
Driver kbd
Option CoreKeyboard
Option XkbRules xorg
Option XkbModel pc105
Option XkbLayout fr
Option XkbVariant latin9
EndSection

Section InputDevice
Identifier Configured Mouse
Driver mouse
Option CorePointer
#OptionDevice/dev/input/mice
Option Device /dev/psaux
Option Protocol ExplorerPS/2
Option ZAxisMapping 4 5
Option Emulate3Buttons true
EndSection

Section Monitor
Identifier monitor0
Option DPMS
ModelName  CRT-0
EndSection

Section Monitor
Identifier monitor1
Option DPMS
ModelName  DFP-0
EndSection

Section Device
Identifier nv18
Driver nvidia
#Drivernv
Option NoLogo 1
Option ConnectedMonitor DFP-0, CRT-0
#OptionConnectedMonitor DFP-0

Option TwinView true
Option TwinViewXineramaInfoOrder DFP-0,CRT-0
Option TwinViewOrientation CRT-0 RightOf DFP-0
##Option metamodes DFP-0:nvidia-auto-select,CRT-0:nvidia-auto-select
##Option metamodes DFP-0:1680x1050 +1280+0, CRT-0: 1280x1024 +0+0
##Option NoTwinViewXineramaInfo

# set a special metamode for worldofgoo
Option metamodes DFP-0:1680x1050 +0+0,CRT-0: 1280x1024 +1680+0; 
DFP-0:800x600,CRT-0:NULL
Option ModeValidation DFP-0:NoXServerModes
##Option ModeValidation NoEdidModes
EndSection

Section Screen
Identifier screen0
Device nv18
Monitormonitor0
DefaultDepth24
Option RenderAccel True
Option Overlay True
Option DamageEvents True
SubSection Display
Depth   24
#Modes  nvidia-auto-select
Modes 1440x1050 1280x1024

Bug#561277: [mythtv-themes] Wants to upgrade from 0.22-0.1 to 0.22-0.1

2009-12-16 Thread Christian Marillat
Stefan Ritter x...@thehappy.de writes:

 Package: mythtv-themes

 This package comes from debian-multimedia.org, right?

 @Christian: I don't know how you want to handle this, so i just CCed you.

Fixed in -0.2

Christian



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



Bug#561328: iptables: Add -fPIC to amd64 package

2009-12-16 Thread shaddai
Package: iptables
Version: 1.4.2-6
Severity: normal


Hello,

As described in the bug report 527733, the perlipq package can't be built on
amd64 architecture. This is due to a missing compilation flag in the iptables
package.
Rebuilding iptables package with CFLAGS=-fPIC and LDFLAGS=-fPIC solves the
problem.
Can you please add these flags ?

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.10-grsec--grs-ipv4-32 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages iptables depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries

iptables recommends no packages.

iptables suggests no packages.

-- no debconf information



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



Bug#561253: hylafax-server: /etc/default/hylafax leads to wrong usage of BINDTO parameter

2009-12-16 Thread Giuseppe Sacco
Hi Nico,
could you please better describe what the problem is?

Il giorno mar, 15/12/2009 alle 16.03 +0100, Nico Prenzel ha scritto:
[...]
 The documentation to the BINDTO parameter leads to a wrong usage, as it won't 
 bind to all
 known IP addresses if you'll leave it commented.

Would you please suggest a better description?

 /etc/default/hylafax
 #
 # If you need to bind hylafax to one address only, just uncomment
 # this variable and change the value using your preferred IP.
 #
 #BINDTO=-l 127.0.0.1
 
 A netstat shows that it insn't listening on all local IP addresses.
 
 :~# netstat -l
 Aktive Internetverbindungen (Nur Server)
 Proto Recv-Q Send-Q Local Address   Foreign Address State
 tcp6   0  0 [::]:hylafax[::]:*  LISTEN

what address is missing? Isn't it listening to all addresses?

 If BINDTO states to valid IP address HylaFax will listen to the right IP 
 address as shown in netstat.
 
 :~# netstat -l
 Aktive Internetverbindungen (Nur Server)
 Proto Recv-Q Send-Q Local Address   Foreign Address State
 tcp0  0 *:hylafax   *:* LISTEN

why? what it the address it id bound? what is the BINDTO used value?

Thanks,
Giuseppe




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



Bug#561249: Spurious warning with -Wconversion (uint16_t/htons) in -O2 mode

2009-12-16 Thread Aurelien Jarno
Eric Estievenart a écrit :
 Package: g++-4.4
 Version: 4.4.2-5
 Severity: normal
 
 
 The bug may be rather in libc6-dev, which defines:
 htons to __bswap16 if optimize  little endian,
 and __bswap16 in bits/byteswap.h
 # define __bswap_16(x) \
  (__extension__   
 \
   ({ register unsigned short int __v, __x = (x);  
 \
  if (__builtin_constant_p (__x))  
 \
__v = __bswap_constant_16 (__x);   
 \
  else 
 \
__asm__ (rorw $8, %w0
 \
 : =r (__v)  
 \
 : 0 (__x)   
 \
 : cc);  
 \
  __v; }))
 I'm not expert enough with gcc inline assembly to guess what the exact
 problem is, but it is definitely in this macro or the way gcc handles it,
 but since gcc = 4.2 noes not show any warning in optimize it, I'd rather
 think it is a gcc (4.3  4.4) regression

The problem is not the asm code, but actually the shift that comes from
__bswap_constant_16(). The problem can be reproduced with this simple code:

#include stdint.h

void test ()
{
  uint16_t s = 123;
  uint16_t t = (s  0xff)  8;
  uint16_t u = ((uint8_t)s)  8;
}

It looks like the  operator implicitely convert the value to int. I
haven't checked the standards about that.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#482349: Upload coming

2009-12-16 Thread Michael Meskes
I will upload a new version very shortly that contains a patch that accoding to
some sources on the internet fixes this problem. As I do not have an ASUS
laptop I cannot test it. Please feel free to reopen if the patch does not fix
this problem for you.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
VfL Borussia! Forca Barca! Go SF 49ers! Use: Debian GNU/Linux, PostgreSQL



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



Bug#560333: libc6: getpwnam shows shadow passwords of NIS users

2009-12-16 Thread Christoph Pleger
I created the attached patch, which completely disables mangling of passwd and 
passwd.adjunct.byname maps. Additionally, the encrypted password is looked 
for in the map passwd.adjunct.byname if the map shadow.byname does not exist.

This make getpwnam and getspnam work like I think is correct (that is, 
getpwnam does not show encrypted passwords for anyone and getspnam shows 
encrypted passwords only if called by root).

But now, NIS users cannot authenticate any more. The error message 
in /var/log/auth.log is:

 FAILED LOGIN (1) on 'tty2' FOR `pleger', Authentication service cannot 
retrieve authentication info

Regards
  Christoph
diff -Naurp glibc-2.7.original/nis/nss_nis/nis-pwd.c glibc-2.7/nis/nss_nis/nis-pwd.c
--- glibc-2.7.original/nis/nss_nis/nis-pwd.c	2006-05-02 00:31:15.0 +0200
+++ glibc-2.7/nis/nss_nis/nis-pwd.c	2009-12-15 17:21:00.0 +0100
@@ -270,6 +270,7 @@ internal_nis_getpwent_r (struct passwd *
   char *result2;
   int len2;
   if (p != NULL	/* This better should be true in all cases.  */
+	   (1 == 0)	/* Nobody can see encrypted passwords */
 	   p[1] == '#'  p[2] == '#'
 	   (namelen = p - result,
 	  yp_match (domain, passwd.adjunct.byname, result, namelen,
@@ -404,6 +405,7 @@ _nss_nis_getpwnam_r (const char *name, s
   int len2;
   char *p = strchr (result, ':');
   if (p != NULL	/* This better should be true in all cases.  */
+   (1 == 0)	/* Nobody can see encrypted passwords */
p[1] == '#'  p[2] == '#'
yp_match (domain, passwd.adjunct.byname, name, namelen,
 		   result2, len2) == YPERR_SUCCESS)
@@ -504,6 +506,7 @@ _nss_nis_getpwuid_r (uid_t uid, struct p
   size_t namelen;
   char *p = strchr (result, ':');
   if (p != NULL	/* This better should be true in all cases.  */
+   (1 == 0)	/* Nobody can see encrypted passwords */
p[1] == '#'  p[2] == '#'
(namelen = p - result,
 	  yp_match (domain, passwd.adjunct.byname, result, namelen,
diff -Naurp glibc-2.7.original/nis/nss_nis/nis-spwd.c glibc-2.7/nis/nss_nis/nis-spwd.c
--- glibc-2.7.original/nis/nss_nis/nis-spwd.c	2006-04-29 03:09:49.0 +0200
+++ glibc-2.7/nis/nss_nis/nis-spwd.c	2009-12-15 17:18:25.0 +0100
@@ -78,17 +78,36 @@ internal_nis_getspent_r (struct spwd *sp
 {
   char *result;
   char *outkey;
+  char *p;
   int len;
   int keylen;
   int yperr;
+  int adjunct_used = 0;
 
-  if (new_start)
+  if (new_start) {
 yperr = yp_first (domain, shadow.byname, outkey, keylen, result,
 			  len);
-  else
+
+if (yperr == YPERR_MAP) {
+	  yperr = yp_first (domain, passwd.adjunct.byname, outkey, keylen, result,
+			len);
+
+	  adjunct_used = 1;
+	}
+  }
+  
+  else {
 yperr = yp_next (domain, shadow.byname, oldkey, oldkeylen, outkey,
 			 keylen, result, len);
 
+if (yperr == YPERR_MAP) {
+	  yperr = yp_next (domain, passwd.adjunct.byname, oldkey, oldkeylen, outkey,
+			 keylen, result, len);
+	  
+	  adjunct_used = 1;
+	}
+  }
+
   if (__builtin_expect (yperr != YPERR_SUCCESS, 0))
 {
 	  enum nss_status retval = yperr2nss (yperr);
@@ -105,8 +124,14 @@ internal_nis_getspent_r (struct spwd *sp
   return NSS_STATUS_TRYAGAIN;
 }
 
-  char *p = strncpy (buffer, result, len);
-  buffer[len] = '\0';
+  if (! adjunct_used) 
+	p = strncpy (buffer, result, len);
+  else {
+	p = strncpy (buffer, result, len-2);
+	buffer[len-2] = ':';
+	buffer[len-1] = ':';
+  } 
+  
   while (isspace (*p))
 ++p;
   free (result);
@@ -149,6 +174,9 @@ enum nss_status
 _nss_nis_getspnam_r (const char *name, struct spwd *sp,
 		 char *buffer, size_t buflen, int *errnop)
 {
+  int adjunct_used = 0;
+  char *p;
+
   if (name == NULL)
 {
   *errnop = EINVAL;
@@ -164,6 +192,12 @@ _nss_nis_getspnam_r (const char *name, s
   int yperr = yp_match (domain, shadow.byname, name, strlen (name), result,
 			len);
 
+  if (yperr == YPERR_MAP) {
+yperr = yp_match (domain, passwd.adjunct.byname, name, strlen (name), result,
+		  len);
+adjunct_used = 1;
+  }
+
   if (__builtin_expect (yperr != YPERR_SUCCESS, 0))
 {
   enum nss_status retval = yperr2nss (yperr);
@@ -180,7 +214,14 @@ _nss_nis_getspnam_r (const char *name, s
   return NSS_STATUS_TRYAGAIN;
 }
 
-  char *p = strncpy (buffer, result, len);
+  if (! adjunct_used) 
+p = strncpy (buffer, result, len);
+  else {
+p = strncpy (buffer, result, len-2);
+buffer[len-2] = ':';
+buffer[len-1] = ':';
+  } 
+  
   buffer[len] = '\0';
   while (isspace (*p))
 ++p;


Bug#561330: evolution: hangs with 100% cpu utilization when opening an attachment

2009-12-16 Thread Alessio Botta
Package: evolution
Version: 2.28.1-2
Severity: important

The first time I open an attachment, everything goes all right.
Then, if I try to open other attachments from different email messages, 
evolution becomes unresponsive and the cpu becomes fully utilized. To recover 
my cpu I have to kill evolution (force quit).
The bug happens sometimes when trying to open the attachment of a second email 
messages, sometimes when opening the third attachment, sometimes later on. 
It normally appears only when double-clicking on the attachment. While, doing 
an open-with seems to work fine.

BTW, I see below that debconf complains about the fact that evolution needs a 
shutdown. However, this message does not disappear when rebooting the machine 
or restarting evolution.



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

Kernel: Linux 2.6.30-2-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 evolution depends on:
ii  dbus   1.2.16-2  simple interprocess messaging syst
ii  debconf [debconf-2.0]  1.5.28Debian configuration management sy
ii  evolution-common   2.28.1-2  architecture independent files for
ii  evolution-data-server  2.28.1-1  evolution database backend server
ii  gconf2 2.28.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libbluetooth3  4.57-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.24.2-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.2-1  The Bonobo UI library
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libcamel1.2-14 2.28.1-1  The Evolution MIME message handlin
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-2simple interprocess messaging syst
ii  libebackend1.2-0   2.28.1-1  Utility library for evolution data
ii  libebook1.2-9  2.28.1-1  Client library for evolution addre
ii  libecal1.2-7   2.28.1-1  Client library for evolution calen
ii  libedataserver1.2-11   2.28.1-1  Utility library for evolution data
ii  libedataserverui1.2-8  2.28.1-1  GUI utility library for evolution 
ii  libegroupwise1.2-132.28.1-1  Client library for accessing group
ii  libenchant1c2a 1.4.2-3.4 a wrapper library for various spel
ii  libexchange-storage1.2 2.28.1-1  Client library for accessing Excha
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libgdata-google1.2-1   2.28.1-1  Client library for accessing Googl
ii  libgdata1.2-1  2.28.1-1  Client library for accessing Googl
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libgnome-desktop-2-11  2.28.1-3  Utility library for loading .deskt
ii  libgnome-pilot22.0.15-2.4Support libraries for gnome-pilot
ii  libgnome2-02.28.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.26.0-1  A powerful object-oriented display
ii  libgnomeui-0   2.24.2-1  The GNOME libraries (User Interfac
ii  libgnomevfs2-0 1:2.24.2-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libgtkhtml-editor0 3.28.1-1  HTML rendering/editing library - e
ii  libgtkhtml3.14-19  3.28.1-1  HTML rendering/editing library - r
ii  libgweather1   2.28.0-1  GWeather shared library
ii  libhal10.5.13-6  Hardware Abstraction Layer - share
ii  libical0   0.43-3iCalendar library implementation i
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libldap-2.4-2  2.4.17-2.1OpenLDAP libraries
ii  libnotify1 [libnotify1 0.4.5-1   sends desktop notifications to a n
ii  libnspr4-0d4.8.2-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.4-1  Network Security Service libraries
ii  liborbit2  1:2.14.17-2   libraries for ORBit2 - a CORBA ORB

Bug#561329: ingimp: Build depends on libgtkhtml2-dev which is going to be removed

2009-12-16 Thread Emilio Pozuelo Monfort
Package: ingimp
Severity: important

Hi,

We're going to remove libgtkhtml2 from the archive soon. ingimp build depends
on it, but the binary package doesn't depend on the shared library, so I guess
the dependency can be droped. Please do so.

Thanks,
Emilio

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

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



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



Bug#561327: xserver-xorg: xorg crash with nvidia driver

2009-12-16 Thread Brice Goglin
reassign 561327 nvidia-glx
thank you



Guillaume Bour wrote:
 Package: xserver-xorg
 Version: 1:7.4+4
 Severity: important

 since last update, xorg crash when using nvidia driver (works correctly with 
 nv).
 nvidia driver version is 96.43.14 (nvidia package) compiled with last debian 
 kernel (2.6.31-1-686)
   

We can't debug anything in the nvidia binary driver, you should ask them.

Brice




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



Bug#561307: RFP: dos2unix -- convert text file line endings between CRLF and LF

2009-12-16 Thread Justin B Rye
Jari Aalto wrote:
 Subject: RFP: dos2unix -- convert text file line endings between CRLF and LF

See: http://packages.debian.org/tofrodos
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)



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



Bug#561332: Vfork bug on hppa = FTBS emacs 23

2009-12-16 Thread Bastien ROUCARIES
Package: linux-2.6
severity: serious
block: 558905
forwarded: http://article.gmane.org/gmane.linux.ports.parisc/2403

This bug block emacs since one month. Please correct. See
http://article.gmane.org/gmane.linux.ports.parisc/2403 for a testcase.

Thank you

Regards

Bastien (An emacs user irratation by #550541 blocked by this bug.)



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



Bug#561333: claws-mail-extra-plugins: embeds a (modified) code copy of libgtkhtml2

2009-12-16 Thread Emilio Pozuelo Monfort
Package: src:claws-mail-extra-plugins
Severity: normal

Hi,

claws-mail-extra-plugins embeds a modified code copy of libgtkhtml2, but
perhaps it could use gtkhtml3 to do the job it can't with an unmodified
gtkhtml2.

Code copies are bad, so if possible claws-mail-extra-plugins should try
to use the system gtkhtml3.

Cheers,
Emilio



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




Bug#561334: claws-mail-extra-plugins: Build depends on libgtkhtml2-dev which is going to be removed

2009-12-16 Thread Emilio Pozuelo Monfort
Package: src:claws-mail-extra-plugins
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs libgtkhtml2

Hi,

claws-mail-extra-plugins build depends on libgtkhtml2-dev which is going to
be removed soon from the archive. Since none of its binary packages depend
on the shared library, and it embeds a modified copy of the library (and
it doesn't seem to check for the system one AFAICS), I guess the build
dependency is a leftover and can just be removed.

Emilio



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



Bug#561305: FTBFS [hppa] - waf hang

2009-12-16 Thread Paul Brossier
dann frazier wrote:
 On Wed, Dec 16, 2009 at 05:20:33AM +0100, Paul Brossier wrote:
 Hi,

 The FTBFS is introduced with gcc-4.4 and was fixed with flowcanvas
 0.6.0, which was recently accepted.
 
 Is this the hppa FTBFS? It looks like flowcanvas maybe suffering from
 the same waf problem:
   
 https://buildd.debian.org/fetch.cgi?pkg=flowcanvas;ver=0.6.0-1;arch=hppa;stamp=1260741002

arg. so reassigning 561305 to flowcanvas seems appropriate here.

any idea why waf hangs?

cheers, piem

 
 Correct me if i'm wrong, but since the flowcanvas package was recently
 added to the archive, tightening the build-dependencies seems like an
 overkill.
 
 Right, in general you shouldn't version build-deps to workaround buggy
 versions.
 




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



Bug#555815: nautilus: Nautilus doesn't remember icon positions if the icon is link to another fs

2009-12-16 Thread Michal Kašpar
The problem got fixed with some of the updates since my last comment.
Now my glib2.0 version is 2.22.3-1 and the icons stay where they are
supposed to. You can close this bug.
Thanks a lot




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



Bug#561335: bugreport tinyca

2009-12-16 Thread Zimmer Norman
Package: tinyca
Version: 0.7.5-2
Severity: important
Forwarded: bigb...@normanzi.de

My softwarelanguage is german

If the name of unixuser starts with cert (example: certsign) 
the programm get errors when accessing filesystem on some actions 
like signing requests or exporting keys.

strace shows path is modified like this:

stat64(/home/certsign/.TinyCA/foo/req/XXX=.pem,...
stat64(/homeign/.TinyCA/foo/req/certs/XXX=.pem,...

Workaround: changing the username will work perfect.

best regards

Norman



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



Bug#561337: gpodder: Recommends python-gtkhtml2 which is going to be removed

2009-12-16 Thread Emilio Pozuelo Monfort
Package: gpodder
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs libgtkhtml2

Hi,

gpodder recommends python-gtkhtml2 for an optional feature. However we
want to remove it from Squeeze as it's unmaintained upstream for a long
time and deprecated.

gpodder should probably migrate to pywebkitgtk to do the same thing.

Cheers,
Emilio



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



Bug#530626: What about 0.4.7?

2009-12-16 Thread Michael Banck
On Tue, Dec 15, 2009 at 12:51:43PM +, Julian Tibble wrote:
  0.5.3 is in experimental. It is not compatible with the 0.22 opensync
  syncml plugin.  So unless there is major use of it for other things (I
  am not aware of much), or somebody ports the 0.22 syncml plugin
  to the 0.5.x API, or 0.4x gets released and uploaded to unstable,
  libsyncml-0.5.x will have to stay in experimental, sorry.
 
 What about 0.4.7? According to the changelog it has support for
 libsoup 2.4. Is that compatible with the 0.22 opensync syncml
 plugin?

No, and that's the whole problem.

In the end, I think the only way forward is to remove
opensync-0.22/libsyncml-0.4.6 from testing/unstable and keep maintaining
opensync/libsyncml in experimental until they are fit for release, which
is hopefully before the squeeze freeze.


Michael



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



Bug#560170: Fails to reproduce openmpi-1.3.4.tar.bz2

2009-12-16 Thread Goswin von Brederlow
Joey Hess jo...@debian.org writes:

 Goswin von Brederlow wrote:
 pristine-tar fails to reproduce
 
 http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-1.3.4.tar.bz2
 MD5: 978c29f3b671856daa0fc67459b73e01
 SHA1:f62247e80296509d22b34bd4db1c230422210ad3
 
 I don't know how that file was generated but it doesn't seem to be
 plain bzip2, pbzip2 nor lbzip2.

 Added to my test suite. I tried a few things (bzip2 -s for example),
 but no luck reproducing this file yet.

 That makes two bzip2 files that it's known to fail on. (Other is
 polymake.) Maybe I should think about a pristine-gz style fallback
 to a binary delta.

How much does that help? Do those bzip2 files converge again so you
only need to store some kb delta or is basically everything after the
first difference changed?

MfG
Goswin

PS: some fallback would indeed be nice. Openmpi releases a orig.tar.gz
too so I did fall back to that but the next case might not have that
option.



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



Bug#418462: mailman: Fails to upgrade from Sarge to Etch

2009-12-16 Thread Jakub Wilk

* Christian Fromme ka...@strace.org, 2007-04-09, 22:31:

Wollen Sie fortsetzen? [Y/n/?]
Schreibe erweiterte Statusinformationen... Fertig
Extrahiere Templates aus Paketen: 100%
Vorkonfiguration der Pakete ...
(Lese Datenbank ... 30535 Dateien und Verzeichnisse sind derzeit
installiert.)
Vorbereiten zum Ersetzen von python 2.3.5-2 (durch
.../python_2.4.4-2_all.deb) ...
running python pre-rtupdate hooks for python2.4...
Stopping Mailman MailingList Server during Python runtime change...
/etc/init.d/mailman: /usr/lib/mailman/bin/mailmanctl: /usr/bin/python:
bad interpreter: Datei oder Verzeichnis nicht gefunden
invoke-rc.d: initscript mailman, action stop failed.
error running python pre-rtupdate hook mailman
running python failed-pre-rtupdate hook mailman


Here is my analysis of what happened:

- New version of python was unpacked. (Old version of python contained 
/usr/bin/python symlink, but new version did not. Instead, it depended 
on python-minimal.)

- python's preinst stripts was run, which called pre-rtupdate scripts.
- mailman's pre-rtupdate script tried to stop its service, but it failed 
due to missing /usr/bin/python symlink.


Because pre-rtupdate scripts are run in the python's preinst, they 
cannot rely on presence on any but essential packages (and maybe 
pre-depends of python, but there are currently none). Moreover these 
scripts needs to be *robust* because any failure of them will leave 
system hosed, as explained by Manoj in 
http://people.debian.org/~srivasta/manoj-policy/x673.html


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#561332: Vfork bug on hppa = FTBS emacs 23

2009-12-16 Thread Bastian Blank
severity 561332 important
tags 561332 moreinfo
thanks

On Wed, Dec 16, 2009 at 11:40:42AM +0100, Bastien ROUCARIES wrote:
 Package: linux-2.6

Please use reportbug to add proper information from the machine in
question.

 severity: serious

hppa is no release architecture.

 This bug block emacs since one month. Please correct. See
 http://article.gmane.org/gmane.linux.ports.parisc/2403 for a testcase.

This testcase emits warnings and works after been fixed on paer.

Bastian

-- 
Killing is stupid; useless!
-- McCoy, A Private Little War, stardate 4211.8



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



Bug#561338: CVE-2009-4032: multiple XSS issues

2009-12-16 Thread Steffen Joeris
Package: cacti
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for cacti.

CVE-2009-4032[0]:
| Multiple cross-site scripting (XSS) vulnerabilities in Cacti 0.8.7e
| allow remote attackers to inject arbitrary web script or HTML via
| vectors related to (1) graph.php, (2) include/top_graph_header.php,
| (3) lib/html_form.php, and (4) lib/timespan_settings.php, as
| demonstrated by the (a) graph_end or (b) graph_start parameters to
| graph.php; (c) the date1 parameter in a tree action to graph_view.php;
| and the (d) page_refresh and (e) default_dual_pane_width parameters to
| graph_settings.php.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Uploaded NMU patch attached.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4032
http://security-tracker.debian.org/tracker/CVE-2009-4032
diff -u cacti-0.8.7e/debian/changelog cacti-0.8.7e/debian/changelog
--- cacti-0.8.7e/debian/changelog
+++ cacti-0.8.7e/debian/changelog
@@ -1,3 +1,11 @@
+cacti (0.8.7e-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the security team
+  * Fix several cross-site scriptings via different vectors
+Fixes: CVE-2009-4032
+
+ -- Steffen Joeris wh...@debian.org  Wed, 16 Dec 2009 12:06:20 +0100
+
 cacti (0.8.7e-1) unstable; urgency=low
 
   * New upstream release (Closes: #541490).
diff -u cacti-0.8.7e/debian/patches/series cacti-0.8.7e/debian/patches/series
--- cacti-0.8.7e/debian/patches/series
+++ cacti-0.8.7e/debian/patches/series
@@ -7,0 +8 @@
+08_CVE-2009-4032.patch
only in patch2:
unchanged:
--- cacti-0.8.7e.orig/debian/patches/08_CVE-2009-4032.patch
+++ cacti-0.8.7e/debian/patches/08_CVE-2009-4032.patch
@@ -0,0 +1,101 @@
+--- cacti-0.8.7e/graph.php	2009-06-28 12:07:11.0 -0400
 cacti-0.8.7e/graph.php	2009-11-21 23:10:16.0 -0500
+@@ -35,6 +35,8 @@
+ /* = input validation = */
+ input_validate_input_regex(get_request_var_request(rra_id), ^([0-9]+|all)$);
+ input_validate_input_number(get_request_var(local_graph_id));
++input_validate_input_number(get_request_var(graph_end));
++input_validate_input_number(get_request_var(graph_start));
+ input_validate_input_regex(get_request_var_request(view_type), ^([a-zA-Z0-9]+)$);
+ /*  */
+ 
+--- cacti-0.8.7e/include/top_graph_header.php	2009-06-28 12:07:11.0 -0400
 cacti-0.8.7e/include/top_graph_header.php	2009-11-21 23:15:27.0 -0500
+@@ -58,7 +58,7 @@
+ 		if ($_SESSION[custom]) {
+ 			print meta http-equiv=refresh content='9'\r\n;
+ 		}else{
+-			print meta http-equiv=refresh content=' . read_graph_config_option(page_refresh) . '\r\n;
++			print meta http-equiv=refresh content=' . htmlspecialchars(read_graph_config_option(page_refresh),ENT_QUOTES) . '\r\n;
+ 		}
+ 	}
+ 	?
+@@ -113,7 +113,7 @@
+ 	/tr
+ 	tr class=noprint
+ 		td bgcolor=#efefef colspan=1 height=8 style=background-image: url(images/shadow_gray.gif); background-repeat: repeat-x; border-right: #aa 1px solid;
+-			img src=images/transparent_line.gif width=?php print read_graph_config_option(default_dual_pane_width);? height=2 border=0br
++			img src=images/transparent_line.gif width=?php print htmlspecialchars(read_graph_config_option(default_dual_pane_width));? height=2 border=0br
+ 		/td
+ 		td bgcolor=#ff colspan=1 height=8 style=background-image: url(images/shadow.gif); background-repeat: repeat-x;
+ 
+@@ -144,7 +144,7 @@
+ 
+ 	tr
+ 		?php if ((read_graph_config_option(default_tree_view_mode) == 2)  (($_REQUEST[action] == tree) || ((isset($_REQUEST[view_type]) ? $_REQUEST[view_type] : ) == tree))) { ?
+-		td valign=top style=padding: 5px; border-right: #aa 1px solid; bgcolor='#efefef' width='?php print read_graph_config_option(default_dual_pane_width);?' class='noprint'
++		td valign=top style=padding: 5px; border-right: #aa 1px solid; bgcolor='#efefef' width='?php print htmlspecialchars(read_graph_config_option(default_dual_pane_width));?' class='noprint'
+ 			table border=0 cellpadding=0 cellspacing=0trtdfont size=-2a style=font-size:7pt;text-decoration:none;color:silver href=http://www.treemenu.net/; target=_blank/a/font/td/tr/table
+ 			?php grow_dhtml_trees(); ?
+ 			script type=text/javascriptinitializeDocument();/script
+--- cacti-0.8.7e/lib/timespan_settings.php	2009-06-28 12:07:11.0 -0400
 cacti-0.8.7e/include/html/inc_timespan_settings.php	2009-11-21 23:15:49.0 -0500
+@@ -125,9 +125,9 @@
+ 	if (isset($_POST[date1])) {
+ 		/* the dates have changed, therefore, I am now custom */
+ 		if (($_SESSION[sess_current_date1] != $_POST[date1]) || ($_SESSION[sess_current_date2] != $_POST[date2])) {
+-			$timespan[current_value_date1] = $_POST[date1];
++			$timespan[current_value_date1] = sanitize_search_string($_POST[date1]);
+ 			$timespan[begin_now] 

Bug#561339: CVE-2009-4112: arbitrary command execution

2009-12-16 Thread Steffen Joeris
Package: cacti
Severity: grave
Tags: security

Hi Sean

the following CVE (Common Vulnerabilities  Exposures) id was
published for cacti.

CVE-2009-4112[0]:
| Cacti 0.8.7e and earlier allows remote authenticated administrators to
| gain privileges by modifying the Data Input Method for the Linux -
| Get Memory Usage setting to contain arbitrary commands.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

As discussed with upstream, please make sure that there is a whitelist
policy in place for squeeze.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4112
http://security-tracker.debian.org/tracker/CVE-2009-4112



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



Bug#560353: [Evolution] Bug#560353: evolution crashes or does not show messages randomly

2009-12-16 Thread emanoil . kotsev
Hi,

yesterday it did crash right after startup, when reading and syncing
folders from the xchange server

today it crashed, when I tried to write a mail and started typeing in the
address field

What I notice is that each time right before it crashes it says BBDB
spinning up...

(evolution:7271): libecal-WARNING **: e-cal.c:319: Unexpected response
BBDB spinning up...

(evolution:7271): gtkhtml-WARNING **: oo

(evolution:7271): gtkhtml-WARNING **: oo

(evolution:7271): gtkhtml-WARNING **: oo

(evolution:7271): gtkhtml-WARNING **: oo

(evolution:7271): gtkhtml-WARNING **: oo

(evolution:7271): gtkhtml-WARNING **: oo

(evolution:7271): gtkhtml-WARNING **: oo


Do you know how I can track this issue or help somebody debug and solve it.

I guess that some search/write/read functions are not working properly as
it breaks when doing things with calendar and address book.

Still annoying is that it is happening at random

thanks in advance

regards


On Thu, 10 Dec 2009 21:18:19 +0100, Yves-Alexis Perez cor...@debian.org
wrote:
 On 10/12/2009 18:09, Emanoil Kotsev wrote:
 Package: evolution Version: 2.22.3.1-1 Severity: important

 Hi, sorry to bother you again, but evolution still causes troubels. I
 am trying to be comercial os free user and really need a reliable app
 to check exchange mailbox at work. Unfortunately since I'm using
 evolution it constantly causes different kind of troubles.
 
 Yeah, you're not exactly the only one :) And exchange is especially
 problematic, from what I heard. It might be better in recent evolution
 versions (like 2.26 or 2.28).

 First it took about an year to find out that it was crashing at
 random, when trying to autoadd email addresses to the global
 calendar, but recently I read about disableing the autoadd option and
 it worked fine.

 Few weeks ago I moved from 32 to 64 bit debian lenny and was forced
 to export/import messages, because evolution was not able to read my
 old mailbox
 
 Yes, the summaries weren't compatible between 32 and 64 (or any other
 arch I guess). The sqlite backend is supposed to fix that.
 
 I noticed that I didn't receive mail for a long time. Usually I get
 mail every 5minutes. So I checked webmail and there were about
 10mails in my mailbox. I tryed to press New and evolution crashed
 with following output in the console. (libnm_glib_nm_state_cb: is
 somwhat normal I learned last time when discussing here)
 
 Is it fully reproducible? Can you get a backtrace? Is it only with
 evolution-exchange or with other backends as well? Any chance you might
 try with a more recent evolution? (testing as 2.28).
 
 Cheers,
 --
 Yves-Alexis
 
 
 
 --
 Yves-Alexis




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



Bug#561340: Fails to runtime link

2009-12-16 Thread Ross Burton
Package: krb5-auth-dialog
Version: 0.14-1
Severity: grave

$ krb5-auth-dialog
krb5-auth-dialog: /usr/lib/libkrb5.so.25: version `HEIMDAL_KRB5_1.0' not found 
(required by krb5-auth-dialog)

Obviously this makes the package somewhat useless.  Full output from ldd:

$ ldd /usr/bin/krb5-auth-dialog
/usr/bin/krb5-auth-dialog: /usr/lib/libkrb5.so.25: version `HEIMDAL_KRB5_1.0' 
not found (required by /usr/bin/krb5-auth-dialog)
linux-vdso.so.1 =  (0x7fff9e9ff000)
libnm_glib.so.0 = /usr/lib/libnm_glib.so.0 (0x7f8860b81000)
libkrb5.so.25 = /usr/lib/libkrb5.so.25 (0x7f8860905000)
libnotify.so.1 = /usr/lib/libnotify.so.1 (0x7f88606fb000)
libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 (0x7f88604d9000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f88602bd000)
libgconf-2.so.4 = /usr/lib/libgconf-2.so.4 (0x7f886007e000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0x7f885fa7)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0x7f885f7c4000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0x7f885f51a000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7f885f2ce000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0x7f885f089000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x7f885edc3000)
libc.so.6 = /lib/libc.so.6 (0x7f885ea6f000)
libnm-util.so.1 = /usr/lib/libnm-util.so.1 (0x7f885e836000)
libuuid.so.1 = /lib/libuuid.so.1 (0x7f885e631000)
libgcrypt.so.11 = /usr/lib/libgcrypt.so.11 (0x7f885e3b9000)
libgnutls.so.26 = /usr/lib/libgnutls.so.26 (0x7f885e115000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x7f885df1)
libdbus-1.so.3 = /lib/libdbus-1.so.3 (0x7f885dcd1000)
librt.so.1 = /lib/librt.so.1 (0x7f885dac9000)
libhx509.so.5 = /usr/lib/libhx509.so.5 (0x7f885d88)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0x7f885d5f4000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0x7f885d3f1000)
libcrypto.so.0.9.8 = /usr/lib/libcrypto.so.0.9.8 (0x7f885d052000)
libasn1.so.8 = /usr/lib/libasn1.so.8 (0x7f885cdba000)
libwind.so.0 = /usr/lib/libwind.so.0 (0x7f885cb92000)
libroken.so.18 = /usr/lib/libroken.so.18 (0x7f885c97d000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x7f885c746000)
libdl.so.2 = /lib/libdl.so.2 (0x7f885c542000)
libresolv.so.2 = /lib/libresolv.so.2 (0x7f885c32b000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 
(0x7f885c11)
/lib64/ld-linux-x86-64.so.2 (0x7f8860dbe000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0x7f885bf0c000)
libORBit-2.so.0 = /usr/lib/libORBit-2.so.0 (0x7f885bc9b000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 
(0x7f885ba8f000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x7f885b753000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0x7f885b551000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0x7f885b34f000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0x7f885b149000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0x7f885af29000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0x7f885aca8000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 
(0x7f885aa7e000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f885a7f7000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f885a5c6000)
libm.so.6 = /lib/libm.so.6 (0x7f885a343000)
libXext.so.6 = /usr/lib/libXext.so.6 (0x7f885a132000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f8859f29000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0x7f8859d26000)
libXi.so.6 = /usr/lib/libXi.so.6 (0x7f8859b1c000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0x7f8859914000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0x7f8859709000)
libpcre.so.3 = /lib/libpcre.so.3 (0x7f88594da000)
libselinux.so.1 = /lib/libselinux.so.1 (0x7f88592bd000)
libgpg-error.so.0 = /usr/lib/libgpg-error.so.0 (0x7f88590b9000)
libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0x7f8858ea9000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f8858c91000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f8858a74000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0x7f885881b000)
libdirectfb-1.2.so.0 = /usr/lib/libdirectfb-1.2.so.0 
(0x7f885859a000)
libfusion-1.2.so.0 = /usr/lib/libfusion-1.2.so.0 (0x7f885838f000)
libdirect-1.2.so.0 = /usr/lib/libdirect-1.2.so.0 (0x7f8858178000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f8857f53000)
libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 
(0x7f8857d4f000)
libxcb-render.so.0 = 

Bug#552402: etherboot: separate package for roms useful to qemu/kvm

2009-12-16 Thread Daniel Baumann

tag 552402 pending
thanks

Hi,

in my opinion, it is ok to have etherboot-qemu as a binary package 
providing only those targets that are of interest for qemu/kvm; 
'forcing' 32mb of unwanted stuff for others when it's so easily 
avoidable doesn't sound right to me.


Therefore, I've uploaded 5.4.4-2 which adds a new binary package 
etherboot-qemu. It contains the desired targets only, uncompressed, in 
/usr/lib/etherboot.


Regards,
Daniel

--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#561341: RM: Please remove debian-edu-config_1.430~svn60149 from P-U-NEW

2009-12-16 Thread Holger Levsen
package: ftp.debian.org

On Sonntag, 13. Dezember 2009, Petter Reinholdtsen wrote:
  debian-edu-config_1.430~svn60149_all.deb: package says priority is extra,
  override says optional.

 Obs.  This version was uploaded to the wrong repository.  It was
 intended for the Debian Edu repository.  It was targeted for lenny, so
 it should not end up in unstable anyway.  Please remove it from
 Debian.

Please remove debian-edu-config_1.430~svn60149 from P-U-NEW.


Thanks,
Holger


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


Bug#561342: nxml-mode: XML menu is empty with emacs22-gtk in the first frame

2009-12-16 Thread Vincent Lefevre
Package: nxml-mode
Version: 20041004-8
Severity: normal

With the following file:

?xml version=1.0?
root/

when I run emacs22-gtk -q foo.xml, XML appears in the menu bar,
but its menu is empty.

If I type C-x 5 2, the XML menu of the new frame is *not* empty.

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

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nxml-mode depends on:
ii  emacs22-gtk [emacs22] 22.3+1-1.1 The GNU Emacs editor (with GTK use
ii  emacsen-common1.4.19 Common facilities for all emacsen

nxml-mode recommends no packages.

Versions of packages nxml-mode suggests:
ii  libxml2-utils   2.7.6.dfsg-1 XML utilities
ii  trang   20090818-1   XML schema converter
ii  xsltproc1.1.26-1 XSLT command line processor

-- no debconf information



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



Bug#561343: nxml-mode: emacs23 foo.xml does not select nXML mode

2009-12-16 Thread Vincent Lefevre
Package: nxml-mode
Version: 20041004-8
Severity: normal

When I open an XML file with Emacs 23 (either with emacs23 -q foo.xml
or with emacs23 -q then C-x C-f), the mode is SGML instead of nXML.

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

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nxml-mode depends on:
ii  emacs22-gtk [emacs22] 22.3+1-1.1 The GNU Emacs editor (with GTK use
ii  emacsen-common1.4.19 Common facilities for all emacsen

nxml-mode recommends no packages.

Versions of packages nxml-mode suggests:
ii  libxml2-utils   2.7.6.dfsg-1 XML utilities
ii  trang   20090818-1   XML schema converter
ii  xsltproc1.1.26-1 XSLT command line processor

-- no debconf information



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



Bug#561345: wammu: syntax error on upgrade of python-paramiko

2009-12-16 Thread Arthur Marsh
Package: wammu
Version: 0.31-1
Severity: normal


Hi, when I upgraded python-paramiko I experienced the following:

Preparing to replace python-paramiko 1.7.4-0.1 (using 
.../python-paramiko_1.7.6-1_all.deb) ...
Unpacking replacement python-paramiko ...
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for python-support ...
Compiling /usr/lib/pymodules/python2.4/Wammu/SMSExport.py ...
  File /usr/lib/pymodules/python2.4/Wammu/SMSExport.py, line 362
class IMAPConfigHelper():
   ^
SyntaxError: invalid syntax

Setting up gparted (0.5.0-1) ...
Setting up python-paramiko (1.7.6-1) ...
Processing triggers for menu ...
Processing triggers for python-support ...
Compiling /usr/lib/pymodules/python2.4/Wammu/SMSExport.py ...
  File /usr/lib/pymodules/python2.4/Wammu/SMSExport.py, line 362
class IMAPConfigHelper():
   ^
SyntaxError: invalid syntax

Press return to continue.

Is this an error in wammu or python-paramiko?

Regards,

Arthur.

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

Kernel: Linux 2.6.32 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wammu depends on:
ii  python   2.5.4-4 An interactive high-level object-o
ii  python-gammu 1.26.1-2Python module to communicate with 
ii  python-support   1.0.6   automated rebuilding support for P
ii  python-wxgtk2.6  2.6.3.2.2-4 wxWidgets Cross-platform C++ GUI t
ii  python-wxgtk2.8  2.8.10.1-2  wxWidgets Cross-platform C++ GUI t

Versions of packages wammu recommends:
ii  notification-daemon   0.4.0-2a daemon that displays passive pop
ii  python-bluez [python-bluetoot 0.17-1 Python wrappers around BlueZ for r
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
pn  timidity  none (no description available)

Versions of packages wammu suggests:
ii  gmobilemedia  0.4+dfsg-8 GTK+ application used to browse a 

Versions of packages python-gammu depends on:
ii  libbluetooth3 4.57-1 Library to use the BlueZ Linux Blu
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libdbi0   0.8.2-3Database Independent Abstraction L
ii  libgammu7 1.26.1-2   mobile phone management library
ii  libgsmsd7 1.26.1-2   SMS daemon helper library
ii  libmysqlclient16  5.1.41-3   MySQL database client library
ii  libpq58.4.2-1PostgreSQL C client library
ii  libusb-1.0-0  2:1.0.6-1  userspace USB programming library
ii  python2.5.4-4An interactive high-level object-o
ii  python-support1.0.6  automated rebuilding support for P

-- debconf-show failed



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



Bug#561344: unicode-data: DUCET for UCA

2009-12-16 Thread Jakub Wilk

Package: unicode-data
Version: 5.2.0-1
Severity: wishlist

It would be nice if unicode-data included the Default Unicode Collation 
Element Table (DUCET) for the Unicode Collation Algorithm:
http://www.unicode.org/Public/UCA/latest/allkeys.txt 


--
Jakub Wilk



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



Bug#292145: apt-proxy: changing user requires two modifications (not documented)

2009-12-16 Thread Xavier Luthi
tags 292145 patch
thanks

Hi, 

On Thu, Oct 26, 2006 at 10:28:08PM +0200, Franklin PIAT wrote:
 I wanted run apt-proxy daemon as another user...
 
 After reviewing the scripts, i noticed that i had to changed it in two
 places :
 in /etc/default/apt-proxy i had to add user=jdoe
 in /etc/apt-proxy/apt-proxy-v2.conf i had to add username=jdoe
 it would be nice to document this is some way.


Please find attached a patch solving this.  I've modified
/etc/apt-proxy/apt-proxy.conf, /etc/default/apt-proxy and
apt-proxy.conf.5 manpage.


Cheers,
  Xavier
Index: debian/default
===
--- debian/default	(revision 717)
+++ debian/default	(working copy)
@@ -6,6 +6,11 @@
 ## Log file
 #logfile=/var/log/apt-proxy.log
 
+## User owning the log file and running the apt-proxy daemon process.  This 
+## value should be the same as configured in /etc/apt-proxy/apt-proxy.conf 
+## (username parameter).
+#user=aptproxy
+
 ## change process priority as suggested in http://bugs.debian.org/275658
 ## Feel free to change or comment this line if needed.
 renice 5 $$ /dev/null
Index: doc/apt-proxy.conf
===
--- doc/apt-proxy.conf	(revision 717)
+++ doc/apt-proxy.conf	(working copy)
@@ -8,6 +8,9 @@
 ;; Server port to listen on
 port = 
 
+;; User running the apt-proxy daemon process(es) (default: aptproxy)
+; username = aptproxy
+
 ;; Control files (Packages/Sources/Contents) refresh rate
 ;;
 ;; Minimum age of a file before it is refreshed
Index: doc/apt-proxy.conf.5
===
--- doc/apt-proxy.conf.5	(revision 717)
+++ doc/apt-proxy.conf.5	(working copy)
@@ -31,6 +31,11 @@
 TCP port on which apt\-proxy will listen for requests.
 
 .TP
+.B username
+User running the apt-proxy daemon process(es).  This value should be the same as 
+configured in /etc/default/apt-proxy.  Default: aptproxy
+
+.TP
 .B min_refresh_delay
 If different from \fBoff\fP, means that Packages and other control
 files will not be refreshed until they are at least this age.


Bug#561330: [Evolution] Bug#561330: evolution: hangs with 100% cpu utilization when opening an attachment

2009-12-16 Thread Yves-Alexis Perez
On Wed, Dec 16, 2009 at 11:22:50AM +0100, Alessio Botta wrote:
 Package: evolution
 Version: 2.28.1-2
 Severity: important
 
 The first time I open an attachment, everything goes all right.  Then,
 if I try to open other attachments from different email messages,
 evolution becomes unresponsive and the cpu becomes fully utilized. To
 recover my cpu I have to kill evolution (force quit).  The bug happens
 sometimes when trying to open the attachment of a second email
 messages, sometimes when opening the third attachment, sometimes later
 on.  It normally appears only when double-clicking on the attachment.
 While, doing an open-with seems to work fine.

Can you describe your setup (which kind of mail account). Does it
happens with the (freshly uploaded to unstable) 2.28.2 version? 

Is there some kind of encryption on those attachments? Does the same
thing happen with another user? Another account?
 
 BTW, I see below that debconf complains about the fact that evolution
 needs a shutdown. However, this message does not disappear when
 rebooting the machine or restarting evolution.

What message? What you see below is just the fact that evolution needs
to be shutdown for the 2.24 to 2.26 upgrade (which is ok for you now but
the setting has to be kept for the lenny/squeeze upgrade).

Cheers,
-- 
Yves-Alexis



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



Bug#561343: nxml-mode: emacs23 foo.xml does not select nXML mode

2009-12-16 Thread Vincent Lefevre
reassign 561343 emacs23-el
thanks

Actually, since nxml-mode is now included in emacs23-el, this is
a bug there.

On 2009-12-16 13:11:36 +0100, Vincent Lefevre wrote:
 Package: nxml-mode
 Version: 20041004-8
 Severity: normal
 
 When I open an XML file with Emacs 23 (either with emacs23 -q foo.xml
 or with emacs23 -q then C-x C-f), the mode is SGML instead of nXML.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#561346: git-buildpackage: Allow explicitly marking git changelog entries to be ignored by git-dch

2009-12-16 Thread Matthijs Kooijman
Package: git-buildpackage
Version: 0.4.62
Severity: wishlist

Hi,

I've started using git-buildpackage recentely and have encountered the
need for explicitly marking git commits to be ignored by git-dch. While
working with the package, there are some commits which are really
trivial or so specific to the buildsystem, that I don't think they
should end up in the Debian changelog. For example, I just committed a
.gbp.conf file to a branch, which is really not interesting to end users
of the package.

I could of course remove the entry after generating the final changelog,
but marking it as uninteresting up-front makes more sense to me.

This request seems similar to #523751, but that wishlist bug really
addresses a different issue.

I would propose adding an extra meta header Git-Dch: Ignore (or
Exclude?). Alternatively, a header like Git-Dch-Exclude or
Git-Dch-Ignore without a value could be used, though that's less
consistent with Closes: and Thanks. My preference would be a Git-Dch:
Ignore header.

I think a (commandline) option like --meta-closes is not needed for this
header?

Implementation of this feature should be simple, if there is interest
I could whip up a patch.

Gr.

Matthijs

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

Kernel: Linux 2.6.32-rc8 (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 git-buildpackage depends on:
ii  devscripts   2.10.59 scripts to make the life of a Debi
ii  git-core 1:1.6.5.4-1 fast, scalable, distributed revisi
ii  python   2.5.4-4 An interactive high-level object-o
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-support   1.0.6   automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  pristine-tar  1.00   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)

-- no debconf information



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



Bug#561345: wammu: syntax error on upgrade of python-paramiko

2009-12-16 Thread Michal Čihař
Hi

Dne Wed, 16 Dec 2009 22:52:20 +1030
Arthur Marsh arthur.ma...@internode.on.net napsal(a):

 Processing triggers for python-support ...
 Compiling /usr/lib/pymodules/python2.4/Wammu/SMSExport.py ...
   File /usr/lib/pymodules/python2.4/Wammu/SMSExport.py, line 362
 class IMAPConfigHelper():
^
 SyntaxError: invalid syntax
 
 Press return to continue.
 
 Is this an error in wammu or python-paramiko?

It was bug in wammu, which has been already reported and I uploaded
package with a fix while ago.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#561276: geany does not escape '\\' in replace string

2009-12-16 Thread Damián Viano
[CCing geany devel list, using the address I'm subscribed with to avoid
moderation]

On Tue, Dec 15, 2009 at 10:45:25PM +, Ximin Luo wrote:
 Damián Viano wrote:
   I used a text file with (created with echo 'try to replace me \t' 
  test_file):
  
  try to replace me \t
  
  [snip: me seeing only the third case stated here]
 
 My mistake; Use regular expressions needs to be on.

 I see, I can reproduce it now. But there's more to it, 

 In try to replace me with \t, with Find = me:

This is the result with:
Use regular expressions ON
Use escape sequencesOFF

 Replace = \t replaces me with a tab
 Replace = \\t replaces me with a backslash followed by a tab
 Replace = \\\t replaces me with two backslashes followed by a tab

Use regular expressions ON
Use escape sequencesON

Replace = \t replaces me with a tab
Replace = \t replaces me with a tab
Replace = \\t replaces me with a backslash followed by a tab


 The correct behaviour (iirc) is to escape \\ into \; so that:

Use regular expressions OFF
Use escape sequencesON

 Replace = \t replaces me with a tab
 Replace = \\t replaces me with the literal string \t
 Replace = \\\t replaces me with a backslash followed by a tab


 Let's hear Enrico's , Frank's and/or Nick's (upstream authors) on this.

 Thanks for your report and follow-up Ximin.

  Damián.



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



Bug#561347: flumotion: uses non-essential package in pre-rtupdate script

2009-12-16 Thread Jakub Wilk

Package: flumotion
Version: 0.4.2-3.1
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python2.6 rtupdate

Hello,

flumotion is using /usr/bin/python in the pre-rtupdate script. Since 
this script is run in the preinst of the python package, it is not 
guaranteed that the /usr/bin/python symlink exists or that it points to 
an existing file.


You should use only the essential packages in the pre-rtupdate script; 
otherwise it's likely that flumotion will break next update of the 
default version of Python.


--
Jakub Wilk



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



Bug#561276: geany does not escape '\\' in replace string

2009-12-16 Thread Ximin Luo
Damián Viano wrote:
 In try to replace me with \t, with Find = me:
 
 This is the result with:
 Use regular expressions ON
 Use escape sequencesOFF
 
 Replace = \t replaces me with a tab
 Replace = \\t replaces me with a backslash followed by a tab
 Replace = \\\t replaces me with two backslashes followed by a tab
 
 Use regular expressions ON
 Use escape sequencesON
 
 Replace = \t replaces me with a tab
 Replace = \t replaces me with a tab
 Replace = \\t replaces me with a backslash followed by a tab
- the above 2 examples are wrong; \t should be \\t and \\t should be 
\\\t

Right, but what if you want to search for a regular expression, *AND* replace
it with something containing the literal \t? The above examples cannot do 
this.

In any case, if escape sequences are ON, then \\ should be escaped to \
regardless of whether regexp is on or not. Actually it should only an option
for non-regexp; it should be implicitly ON when you use regexp, as is standard
in every other implementation.

 The correct behaviour (iirc) is to escape \\ into \; so that:
 
 Use regular expressions OFF
 Use escape sequencesON
 
 Replace = \t replaces me with a tab
 Replace = \\t replaces me with the literal string \t
 Replace = \\\t replaces me with a backslash followed by a tab

Use regular expressions OFF is kind of useless if I want to search for a
regexp. geany should exhibit the above behaviour even if regexp is ON.

I suggest using an already-made regexp library instead. Eg. libpcre, or the
code from GNU grep (which does not have exponential corner-cases - see
http://swtch.com/~rsc/regexp/regexp1.html).




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



Bug#561348: linux-image-2.6.32-trunk-686: firmware for radeon rv630 in wrong format ?

2009-12-16 Thread Xavier Bestel
Package: linux-2.6
Version: 2.6.32-1
Severity: important


Hi,

linux-image-2.6.32-trunk-686 needs some firmware files for radeon named
RV620_pfp.bin and RV620_me.bin, whereas the files provided by the
firmware-linux-nonfree package contain only RV620_cp.bin.
It looks like it's in a different format than what's needed.
Result is that the drm can't load the firmare, so KMS can't start,
so the driver can't use acceleration.

Would it be possible to provide it in a separate package ?

Thanks,
Xav

-- Package-specific info:
** Version:
Linux version 2.6.32-trunk-686 (Debian 2.6.32-1) (wa...@debian.org) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Mon Dec 7 21:35:21 UTC 2009

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 
root=UUID=8ba8abbb-db8f-4872-a4db-550cab7b8993 ro radeon.modeset=1 quiet

** Not tainted

** Kernel log:
[   64.597499] usb 2-4.1.3: Manufacturer: Creative Technology Ltd
[   64.597550] usb 2-4.1.3: configuration #1 chosen from 1 choice
[   64.803354] usb 8-2.2: new full speed USB device using uhci_hcd and address 5
[   65.189391] usb 8-2.2: New USB device found, idVendor=0a12, idProduct=0001
[   65.189395] usb 8-2.2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=3
[   65.189397] usb 8-2.2: SerialNumber: UM0835B100051
[   65.189448] usb 8-2.2: configuration #1 chosen from 1 choice
[   66.951577] udev: starting version 149
[   67.751198] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   67.848818] i801_smbus :00:1f.3: PCI INT C - GSI 18 (level, low) - IRQ 
18
[   67.848822] ACPI: I/O resource :00:1f.3 [0x400-0x41f] conflicts with 
ACPI region SMRG [0x400-0x40f]
[   67.848871] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   68.452673] EDAC MC: Ver: 2.1.0 Dec  7 2009
[   68.43] EDAC MC0: Giving out device to 'x38_edac' 'x38': DEV :00:00.0
[   68.649746] usb-storage: device scan complete
[   68.653317] scsi 6:0:0:0: Direct-Access SMSC 223 U HS-CF  3.60 
PQ: 0 ANSI: 0
[   68.656686] scsi 6:0:0:1: Direct-Access SMSC 223 U HS-MS  3.60 
PQ: 0 ANSI: 0
[   68.659811] scsi 6:0:0:2: Direct-Access SMSC 223 U HS-SM  3.60 
PQ: 0 ANSI: 0
[   68.662566] scsi 6:0:0:3: Direct-Access SMSC 223 U HS-SD/MMC  3.60 
PQ: 0 ANSI: 0
[   68.725567] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[   68.729558] sd 6:0:0:1: [sdd] Attached SCSI removable disk
[   68.733561] sd 6:0:0:2: [sde] Attached SCSI removable disk
[   68.737066] sd 6:0:0:3: [sdf] Attached SCSI removable disk
[   69.833173] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[   69.833195] HDA Intel :00:1b.0: setting latency timer to 64
[   69.865013] hda-intel: no codecs found!
[   69.865084] HDA Intel :00:1b.0: PCI INT A disabled
[   69.865115] HDA Intel :01:00.1: PCI INT B - GSI 17 (level, low) - IRQ 
17
[   69.865149] HDA Intel :01:00.1: setting latency timer to 64
[   69.922857] ACPI: SSDT cff8e0d0 001D2 (v01AMI   CPU1PM 0001 INTL 
20060113)
[   69.923193] processor LNXCPU:00: registered as cooling_device0
[   69.923396] ACPI: SSDT cff8e2b0 00143 (v01AMI   CPU2PM 0001 INTL 
20060113)
[   69.923705] processor LNXCPU:01: registered as cooling_device1
[   69.923917] ACPI: SSDT cff8e400 00143 (v01AMI   CPU3PM 0001 INTL 
20060113)
[   69.924227] processor LNXCPU:02: registered as cooling_device2
[   69.924432] ACPI: SSDT cff8e550 00143 (v01AMI   CPU4PM 0001 INTL 
20060113)
[   69.924742] processor LNXCPU:03: registered as cooling_device3
[   71.174808] Bluetooth: Core ver 2.15
[   71.185777] NET: Registered protocol family 31
[   71.185779] Bluetooth: HCI device and connection manager initialized
[   71.185781] Bluetooth: HCI socket layer initialized
[   71.735250] Linux video capture interface: v2.00
[   71.767879] uvcvideo: Found UVC 1.00 device VF0380 Live! Cam Optia Pro 
(041e:4065)
[   71.775575] input: VF0380 Live! Cam Optia Pro as 
/devices/pci:00/:00:1d.7/usb2/2-4/2-4.1/2-4.1.3/2-4.1.3:1.0/input/input6
[   71.775610] usbcore: registered new interface driver uvcvideo
[   71.775612] USB Video Class driver (v0.1.0)
[   71.787418] input: Logitech Logitech Cordless RumblePad 2 as 
/devices/pci:00/:00:1d.7/usb2/2-4/2-4.1/2-4.1.1/2-4.1.1:1.0/input/input7
[   71.787469] logitech 0003:046D:C219.0004: input,hidraw3: USB HID v1.10 
Gamepad [Logitech Logitech Cordless RumblePad 2] on 
usb-:00:1d.7-4.1.1/input0
[   71.787472] Force feedback for Logitech force feedback devices by Johann 
Deneux johann.den...@it.uu.se
[   71.837937] input: Logitech Logitech Cordless RumblePad 2 as 
/devices/pci:00/:00:1d.7/usb2/2-4/2-4.1/2-4.1.2/2-4.1.2:1.0/input/input8
[   71.837996] logitech 0003:046D:C219.0005: input,hidraw4: USB HID v1.10 
Gamepad [Logitech Logitech Cordless RumblePad 2] on 
usb-:00:1d.7-4.1.2/input0
[   71.837999] Force feedback for Logitech force feedback devices by Johann 
Deneux 

Bug#418462: mailman: Fails to upgrade from Sarge to Etch

2009-12-16 Thread Jakub Wilk

* Jakub Wilk uba...@users.sf.net, 2009-12-16, 12:12:
- New version of python was unpacked. (Old version of python 
contained /usr/bin/python symlink, but new version did not. Instead, 
it depended on python-minimal.)


Okay, that's not really true. 


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#560532: autoconf regression

2009-12-16 Thread Robert Collins
So, this bug is a regression/change in autoconf 2.63
[http://old.nabble.com/--gnits,-AC_INIT-and-VERSION-td25572855.html]; We
should forward the bug upstream in subunit to work around it,and perhaps
build dep on autoconf2.59 for now.

-Rob


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


Bug#560814: console-setup: Wrong toggle when three keyboard layout are set

2009-12-16 Thread Goran Vulić
On Monday 14 December 2009, Anton Zinoviev wrote:
 Now I see that maybe this is not the best possible cycle. Do you think
 that it will be an improvement if I change the layout switch cycle to be
 first-second-first-third-first-second-first-third- and so on?

It might be better just to document the problem and don't change layout switch 
cycle. The cycle:
first-second-first-third-first-second-first-third- and so on can be 
set through the configuration file.
For example, if I want't layout: us, rs (latin),rs. The configuration file 
would be.
xkblayout:us,rs,us,rs
xkbvariant:,latin,,

Goran





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



Bug#560644: clxclient: FTBFS: dpkg-gensymbols fails

2009-12-16 Thread Loïc Minier
On Sun, Dec 13, 2009, Jaromír Mikeš wrote:
 $ find /home/mira/zita-convolver -exec grep -i X_window::x_map() /dev/null 
 {} \;
 and
 $ find /home/mira/zita-convolver -exec grep -i X_window /dev/null {} \;
 giving nothing

 You might want grep -r instead of find ... -exec grep which will exec
 grep for each file and is very inefficient.  i.e.:
grep -ir X_window::x_map /home/mira/zita-convolver

 I checked also manually ... no definition of 'X_window::x_map() const'

 Well *that* is the actual problem: the symbol is listed in
 debian/libclxclient3.symbols.*, but is not exported.

 It's not good enough to grep for X_window::x_map, this function is
 actually defined in the X_window class directly, see clxclient.h:
class X_window
{
public:
  [...]
int  x_map (void) const { return XMapWindow   (_disp-_dpy, _wind); }


 While we're at it, why does this package build-depend on
 libasound2-dev and declares itself in section sound??  Seems
 completely wrong to me.

-- 
Loïc Minier



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



Bug#561345: wammu: syntax error on upgrade of python-paramiko

2009-12-16 Thread Michal Čihař
Dne Wed, 16 Dec 2009 23:58:43 +1030
Arthur Marsh arthur.ma...@internode.on.net napsal(a):

 Weird, I saw that fix come through a while ago and I'm running wammu 
 0.31-1 now, but  saw that bug just today when python-paramiko was being 
 upgraded.

You probably did not notice it or you did not have python2.4 installed
before.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#560640: [Pkg-db-devel] Bug#560640: db: FTBFS: Can't locate Debian/Debhelper/Dh_Lib.pm in @INC

2009-12-16 Thread Clint Adams
merge 558334 560640
quit

On Fri, Dec 11, 2009 at 01:14:50PM +0100, Lucas Nussbaum wrote:
  Can't locate Debian/Debhelper/Dh_Lib.pm in @INC (@INC contains: /etc/perl 
  /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
  /usr/local/lib/site_perl .) at /usr/bin/dh_nativejava line 10.
  BEGIN failed--compilation aborted at /usr/bin/dh_nativejava line 10.
  make: *** [binary-arch] Error 2

I intend to replicate what dh_nativejava does by hand.



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



Bug#561349: otherr: login credentials aren't honoured

2009-12-16 Thread S.D.Allen
Package: otherr
Severity: critical
Justification: breaks the whole system

I update my unstable laptop OS every day; However I don't  reboot
every day but probably 3x a week.

In the course of 10 days I've had the dreaded Authentication token
manipulation error twice. The first time I was able to recover both my
root  user passwords using by editing the  init line in my grub-pc.

Today when I tried this trick; I am unable to change the root pwd; Only
the user pwd. At this point I haven't checked to see if I can apply
updates becuase of this (I use sudo for my  aptitude updates) but will
surely check this out.

However this is a bug obviously and needs to be fixed. Unfortuantely
because I don't reboot after each 'aptitude update' I'm unable to narrow
down which day this might have occured. It did happen quite recently
though -- definitely in the  past 2 weeks.

HTH

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

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



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



Bug#418462: Reassigning back to mailman

2009-12-16 Thread Scott Kitterman
Reassigning based on this analysis.  Thank you.

It does appear that this was already resolved in mailman in response to 
419563.



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


Bug#560170: Fails to reproduce openmpi-1.3.4.tar.bz2

2009-12-16 Thread Ersek, Laszlo

On Wed, 16 Dec 2009, Goswin von Brederlow wrote:


How much does that help? Do those bzip2 files converge again so you
only need to store some kb delta or is basically everything after the
first difference changed?


I seem to remember to compare them with vbindiff, and I believe a few 
bytes matched in common positions, but most were different.


I suspect -- since the input to the two compressor versions is the same 
and the first stage RLE [0] has presumably not changed between 0.9.5d and 
1.0 -- that the input to the BWT is identical. Based on the changelog, 
something strictly after the first stage RLE could have been changed. As 
the compressed blocks are bit-aligned in the output, there is a good 
chance, in my opinion, that the two files will never resync after the 
first difference, even if some compressed blocks are otherwise identical.


This is just speculation, though.

Cheers,
lacos

[0] http://en.wikipedia.org/wiki/Bzip2#Compression_stack



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



Bug#530357: grub-pc: 1.96+20091213.Experimental worked, 1.97+20091210 doesn't )-:

2009-12-16 Thread Arthur Marsh
Package: grub-pc
Version: 1.98~20091210-1
Severity: normal


Hi, it appears that the 1.97+20091210 version does *NOT* include the search
fix.

Any idea how the working 1.96+20091213.Experimental that worked was replaced
with a version that didn't?

Regards,

Arthur.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/96c96a61-8615-4715-86d0-09cb8c62638c / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/hda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/hda6 /victoria vfat 
rw,relatime,uid=65534,gid=65534,fmask=,dmask=,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro
 0 0
/dev/sda /mnt/usb8gig vfat 
rw,nosuid,nodev,noexec,relatime,uid=65534,gid=65534,fmask=,dmask=,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=win95,flush,errors=remount-ro
 0 0
/dev/sdb1 /scsic vfat 
rw,relatime,uid=65534,gid=65534,fmask=,dmask=,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro
 0 0
/dev/sdb5 /scsid vfat 
rw,relatime,uid=65534,gid=65534,fmask=,dmask=,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro
 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd1)   /dev/hdc
(hd2)   /dev/sda
(hd3)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=2
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set 96c96a61-8615-4715-86d0-09cb8c62638c
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
set locale_dir=/boot/grub/locale
set lang=en
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
insmod png
if background_image /grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, with Linux 2.6.32-trunk-686 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32-trunk-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
initrd  //initrd.img-2.6.32-trunk-686
}
menuentry Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32-trunk-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
initrd  //initrd.img-2.6.32-trunk-686
}
menuentry Debian GNU/Linux, with Linux 2.6.32 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c 
ro  
initrd  //initrd.img-2.6.32
}
menuentry Debian GNU/Linux, with Linux 2.6.32 (recovery mode) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c 
ro single 
initrd  //initrd.img-2.6.32
}
menuentry Debian GNU/Linux, with Linux 2.6.32-rc8-686 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32-rc8-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
initrd  //initrd.img-2.6.32-rc8-686
}
menuentry Debian GNU/Linux, with Linux 2.6.32-rc8-686 (recovery mode) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32-rc8-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
initrd  //initrd.img-2.6.32-rc8-686
}
menuentry Debian GNU/Linux, with Linux 2.6.32-rc8 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
linux   //vmlinuz-2.6.32-rc8 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
initrd  //initrd.img-2.6.32-rc8
}
menuentry Debian GNU/Linux, with Linux 2.6.32-rc8 (recovery mode) {
insmod ext2
set root=(hd0,1)
search 

Bug#561345: wammu: syntax error on upgrade of python-paramiko

2009-12-16 Thread Arthur Marsh



Michal Čihař wrote, on 2009-12-16 23:15:

Hi

Dne Wed, 16 Dec 2009 22:52:20 +1030
Arthur Marsh arthur.ma...@internode.on.net napsal(a):


Processing triggers for python-support ...
Compiling /usr/lib/pymodules/python2.4/Wammu/SMSExport.py ...
  File /usr/lib/pymodules/python2.4/Wammu/SMSExport.py, line 362
class IMAPConfigHelper():
   ^
SyntaxError: invalid syntax

Press return to continue.

Is this an error in wammu or python-paramiko?


It was bug in wammu, which has been already reported and I uploaded
package with a fix while ago.



Weird, I saw that fix come through a while ago and I'm running wammu 
0.31-1 now, but  saw that bug just today when python-paramiko was being 
upgraded.


Regards,

Arthur.



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



Bug#561343: nxml-mode: emacs23 foo.xml does not select nXML mode

2009-12-16 Thread Sven Joachim
tags 561343 + fixed-upstream
thanks

On 2009-12-16 13:35 +0100, Vincent Lefevre wrote:

 reassign 561343 emacs23-el
 thanks

 Actually, since nxml-mode is now included in emacs23-el, this is
 a bug there.

This will be fixed in Emacs 23.2.

 On 2009-12-16 13:11:36 +0100, Vincent Lefevre wrote:
 Package: nxml-mode
 Version: 20041004-8
 Severity: normal
 
 When I open an XML file with Emacs 23 (either with emacs23 -q foo.xml
 or with emacs23 -q then C-x C-f), the mode is SGML instead of nXML.

Cheers,
   Sven



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



Bug#561350: djview3 - misplaced manual page. (man djview3: No manual entry for djview3)

2009-12-16 Thread Alexis Zennin

Package: djview3
Version: 3.5.22-6
Severity: normal
Tags: patch

A man directory is made in the root directory where it should not be, and a man 
page is placed in it.
Also man has no trace of the page.
The man page should be moved from /man1 to /usr/share/man/man1.


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

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

Versions of packages djview3 depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libdjvulibre213.5.22-6   Runtime support for the DjVu image
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libqt3-mt 3:3.3.8b-6 Qt GUI Library (Threaded runtime v
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar

Versions of packages djview3 recommends:
ii  djvulibre-desktop 3.5.22-6   Desktop support for the DjVu image

Versions of packages djview3 suggests:
ii  djvulibre-bin 3.5.22-6   Utilities for the DjVu image forma
ii  djvulibre-plugin  3.5.22-6   Browser plugin for the DjVu image 


-- no debconf information



diff -r -u ./debian/djview3.install ../djvulibre-3.5.22/debian/djview3.install
--- ./debian/djview3.install	2008-09-07 04:25:55.0 +0700
+++ ../djvulibre-3.5.22/debian/djview3.install	2009-12-16 19:17:54.0 +0600
@@ -1,5 +1,5 @@
 usr/bin/djview3
 usr/share/djvu/djview3
-usr/share/man/{.,*}/man1/djview3.1
+usr/share/man/man1/djview3.1
 usr/share/applications
 usr/share/icons/hicolor/*/apps


Bug#530730: Fixed in last upload but not documented

2009-12-16 Thread Scott Kitterman
The last python-defaults upload to unstable fixed this, but it did not make it 
in debian/changelog.  python-doc will return to python-defaults once python2.6 
is in unstable.


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


Bug#530357: Info received (grub-pc: 1.96+20091213.Experimental worked, 1.97+20091210 doesn't )-:)

2009-12-16 Thread Arthur Marsh

Correction:

1.97+experimental.20091213-1 worked

1.98~20091210-1 has the failing search command.

Arthur.



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



Bug#561351: gforge: After upgrade from etch, admin of all projects are not assigned the good role

2009-12-16 Thread Sylvain Le Gall
Package: gforge
Version: 4.7~rc2-7lenny1
Severity: normal
Tags: patch


Hello,

I have dig a little bit to find the solution to this bug. When upgrading
from etch, something in the process reassign role_id to 1 for all
administrator of all projects (col role_id in table user_group). 

In the french interface, this can be tested by choosing a project at
random and see if its admin in the admin interface have a role of Aucun
changement. This also prevents to assign bug and task to admin. 

There is a simple solution for this: go in admin interface and reset the
role of each admin (do it for all projects, all admins).

The other solution is in the file attached. You need to copy it in www/
and run it once logged as Site Admin.

This bug was fixed on my forge (forge.ocamlcore.org) but at least I have
found and fixed the same kind of problem for one of my project on
alioth.debian.org (but cannot find other projects). A SELECT group_id
FROM user_group WHERE role_id = 1, should help to detect this kind of
thing.

There is a possibility that this bug is not related to upgrade but of DB
reloading...

Regards
Sylvain Le Gall

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/3 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
?php

require_once('/usr/share/gforge/www/env.inc.php');
require_once $gfwww.'include/pre.php';
require_once $gfwww.'project/admin/project_admin_utils.php';
require_once $gfwww.'include/role_utils.php';
require_once $gfcommon.'include/account.php';
require_once $gfcommon.'include/GroupJoinRequest.class.php';


$res_group = db_query(SELECT user_group.user_id, user_group.group_id, groups.group_name, users.realname 
	FROM user_group, groups, users WHERE user_group.role_id = 1 AND user_group.admin_flags = 'A' AND 
	groups.group_id = user_group.group_id AND users.user_id = user_group.user_id);

while ($row_group=db_fetch_array($res_group)) {
	$user_id = $row_group[0];
	$group_id = $row_group[1];
	$groupname = $row_group[2];
	$username = $row_group[3];

	$group = group_get_object($group_id);
	if (!$group || !is_object($group)) {
		exit_error('Error','Could Not Get Group');
	} elseif ($group-isError()) {
		exit_error('Error',$group-getErrorMessage());
	};

	/* Determine admin role for this group */
	$res_role = db_query(SELECT role_id FROM role WHERE group_id = $group_id AND role_name = 'Admin');
	if (db_numrows($res_role) == 1)
	{
		$row =db_fetch_array($res_role);
		$role_id = $row[0];
		echo Set role_id $role_id for user $username in group $groupnamebr/;

		if (!$group-updateUser($user_id,$role_id)) {
			$feedback .= $group-getErrorMessage();
		} else {
			$feedback = _('User updated successfully');
			//plugin webcal
			//change assistant for webcal
			$params[0] = getIntFromRequest('user_id');
			$params[1] = getIntFromRequest('group_id');
			plugin_hook('change_cal_permission',$params);
			$group_id = getIntFromRequest('group_id');
			
		}
		echo $feedback.\nbr/;
	} else {
		echo Number of role 'Admin' for group $groupname: .db_numrows($res_role).\n;
	}
}


Bug#561342: nxml-mode: XML menu is empty with emacs22-gtk in the first frame

2009-12-16 Thread Sven Joachim
reassign 561342 emacs22-gtk
merge 552984 561342
thanks

On 2009-12-16 13:08 +0100, Vincent Lefevre wrote:

 Package: nxml-mode
 Version: 20041004-8
 Severity: normal

 With the following file:

 ?xml version=1.0?
 root/

 when I run emacs22-gtk -q foo.xml, XML appears in the menu bar,
 but its menu is empty.

This is an Emacs bug, triggered by GTK+ 2.18.  See #552984 and #550541,
for instance.

Sven



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



Bug#530357: grub-pc: 1.96+20091213.Experimental worked, 1.97+20091210 doesn't )-:

2009-12-16 Thread Felix Zielcke
Am Mittwoch, den 16.12.2009, 23:51 +1030 schrieb Arthur Marsh:
 Package: grub-pc
 Version: 1.98~20091210-1
 Severity: normal
 
 
 Hi, it appears that the 1.97+20091210 version does *NOT* include the
 search
 fix.
 
 Any idea how the working 1.96+20091213.Experimental that worked was
 replaced
 with a version that didn't?
 

It was my mistake to upload the experimental branch to unstable instead
of experimental.
And so it was reverted, which requires a version bump.
I hadn't yet time to do a new upload to experimentall, which also
requires a version bump and so another recompile of everything.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#561242: maint-guide: Should be using Vcs-Svn control field

2009-12-16 Thread Osamu Aoki
Thanks.

On Tue, Dec 15, 2009 at 08:05:27AM -0500, James Vega wrote:
 Package: maint-guide
 Version: 1.2.14
 Severity: minor
 Tags: patch
 
 The Vcs-Cvs field is being used even though the source is hosted in svn.
 Attached patch fixes it.

I was going to fix this.  I just commited this to SVN.  I used more
useful URL for svn snd ssh too:
  svn://svn.debian.org/svn/ddp/manuals/trunk/maint-guide

Next upload should fix this.



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



Bug#561352: latex: generates bad aligned tables

2009-12-16 Thread Otavio Salvador
Package: texlive-latex-base
Version: 2009-4
Severity: important

Hello,

While generating the company documentation we found that it was
generating wrong tables. However pdflatex works fine.

--
\documentclass[landscape]{article}

% Tabela comparação
\usepackage{tabularx}
\usepackage[usenames,dvipsnames]{color}
\usepackage{bbding}

\newcommand{\HasIt}{\textcolor{Green}{\tiny \Checkmark}}
\newcommand{\WillHave}{\textcolor{Orange}{\tiny \textbullet}}
\newcommand{\DontHave}{\textcolor{Red}{\tiny \textendash}}
\newcommand{\CanHave}{\textcolor{Blue}{\tiny \textasteriskcentered}}
\newcommand{\ttitle}[1]{{\bf \tiny #1}}
\newcommand{\titem}[1]{{\tiny #1}}

\begin{document}

\renewcommand {\tabularxcolumn}[1]{{\arraybackslash}m{#1}}
\begin{table}[h!t]
   \centering
   \begin{tabular}{l | c | c}
 \hline
 \ttitle{Foobar}  \ttitle{Foo}   \ttitle{Bar} \\
 \titem{A}\HasIt \HasIt   \\
 \titem{B}\HasIt \HasIt   \\
 \titem{C}\DontHave  \HasIt   \\
 \titem{D}\DontHave  \DontHave\\
 \titem{E}\DontHave  \DontHave\\
 \titem{F}\HasIt \HasIt   \\
 \hline
   \end{tabular}
   \label{tab:funcionalidades}
\end{table}

\end{document}
--

Try it with:

$: latex bug.tex
$: xdvi bug.dvi

and

$: pdflatex bug.tex
$: xpdf bug.pdf

Cheers,

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 


-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 1401 Dec 14 10:49 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 80 Dec 14 10:49 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Dec 14 10:48 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 Dec 12 11:39 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 Dec 12 11:39 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 Dec 14 10:48 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 4197 Dec 14 10:49 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 7804 Dec 14 10:49 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4357 Dec 14 10:49 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 Nov 23  2007 mktex.cnf
##
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
bab3b7e578107f999fa1b0768994f6f8  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

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

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

Versions of packages texlive-latex-base depends on:
ii  dpkg  1.15.5.4   Debian package management system
ii  tex-common2.03   common infrastructure for building
ii  texlive-base  2009-4 TeX Live: Essential programs and f
ii  texlive-binaries  2009-3 Binaries for TeX Live
ii  

Bug#550094: [4.4 regression, PR41621] powerpc-linux-gnu 32bit testsuite regressions with -Os

2009-12-16 Thread Mike Hommey
On Wed, Oct 07, 2009 at 05:26:06PM +0200, Matthias Klose wrote:
 Package: gcc-4.4
 Version: 4.4.1-5
 Severity: important
 Tags: upstream
 
 See http://gcc.gnu.org/PR41621, not seen with gcc-4.5/gcc-snapshot
 
 
 

This breaks iceape and xulrunner on powerpc in unstable. Is that going
to be fixed or should I work around it by building with -O2 instead ?

Mike



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



Bug#561305: FTBFS [hppa] - waf hang

2009-12-16 Thread dann frazier
On Wed, Dec 16, 2009 at 11:50:55AM +0100, Paul Brossier wrote:
 dann frazier wrote:
  On Wed, Dec 16, 2009 at 05:20:33AM +0100, Paul Brossier wrote:
  Hi,
 
  The FTBFS is introduced with gcc-4.4 and was fixed with flowcanvas
  0.6.0, which was recently accepted.
  
  Is this the hppa FTBFS? It looks like flowcanvas maybe suffering from
  the same waf problem:

  https://buildd.debian.org/fetch.cgi?pkg=flowcanvas;ver=0.6.0-1;arch=hppa;stamp=1260741002
 
 arg. so reassigning 561305 to flowcanvas seems appropriate here.

I don't follow - why do you believe patchage's FTBFS caused by
flowcanvas? I would think we'd want a FTBFS bug for both flowcanvas
and patchage, both blocked by #561130.

 any idea why waf hangs?

not yet, no.

-- 
dann frazier




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



Bug#561354: evince-gtk: Can't view ps

2009-12-16 Thread Boris Hollas
Package: evince-gtk
Version: 2.28.1-1
Severity: important
Tags: patch

Evince shows error messages when I tried to view postscript documents. The 
documents itself was not shown.

I've been able to view postscript documents after I've installed ghostscript. 
However, evince doesn't depend on nor suggests or recommends ghostscript. Since 
evince is also a ps viewer, it should have a dependency on ghostscript.

I use evince on xfce4. I don't have gnome installed. 

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

Kernel: Linux 2.6.30-2-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/dash

Versions of packages evince-gtk depends on:
ii  evince-common  2.28.1-1  Document (postscript, pdf) viewer 
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libevince1 2.28.1-1  Document (postscript, pdf) renderi
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.26.1-1  Layout and rendering of internatio
ii  libpoppler-glib4   0.12.2-2  PDF rendering library (GLib-based 
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  shared-mime-info   0.70-1FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages evince-gtk recommends:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst

Versions of packages evince-gtk suggests:
pn  gvfs  none (no description available)
pn  nautilus  none (no description available)
pn  poppler-data  none (no description available)
pn  unrar none (no description available)

-- no debconf information



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



Bug#559785: qutecom: embeds libpurple

2009-12-16 Thread Ludovico Cavedon
Michael Gilbert wrote:
 qutecom embeds libpurple, which makes security updates troublesome.
 please update the package to dynamically link to the system libpurple
 libraries. thanks.

There is a more deep issue, i.e. qutecom is not using libpurple in a
thread-safe way, which is causing a crash with the system library
http://trac.qutecom.org/ticket/175

Fix for that is not easy, and may require some time :(

Ludovico



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



Bug#561353: git-buildpackage: fails to find surely present orig.tar.gz

2009-12-16 Thread Eugene V. Lyubimkin
Package: git-buildpackage
Version: 0.4.61
Severity: normal

-8-
~/build/fbreader-git/fbreader$ git-buildpackage -S
[...]
Looking for orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' at
'../tarballs'
Orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' not found at
'../tarballs'
[...]
-8-

~/build/fbreader-git/fbreader$ stat ../tarballs/fbreader_0.12.0dfsg.orig.tar.gz
  File: `../tarballs/fbreader_0.12.0dfsg.orig.tar.gz' - 
`fbreader-sources-0.12.0.tgz.dfsg' 
  Size: 32  Blocks: 0  IO Block: 4096   symbolic link   

Device: 806h/2054d  Inode: 6013403 Links: 1 

Access: (0777/lrwxrwxrwx)  Uid: ( 1000/  jackyf)   Gid: ( 1000/  jackyf)

Access: 2009-12-16 13:42:11.0 +0200 

Modify: 2009-12-16 13:40:20.0 +0200 

Change: 2009-12-16 13:40:20.0 +0200 

~/build/fbreader-git/fbreader$ stat ../tarballs/fbreader-sources-0.12.0.tgz.dfsg
  File: `../tarballs/fbreader-sources-0.12.0.tgz.dfsg'  
 
  Size: 1813454 Blocks: 3552   IO Block: 4096   regular file
 
Device: 806h/2054d  Inode: 6013396 Links: 1 
 
Access: (0644/-rw-r--r--)  Uid: ( 1000/  jackyf)   Gid: ( 1000/  jackyf)
 
Access: 2009-12-16 13:40:14.0 +0200 
 
Modify: 2009-12-13 11:00:12.0 +0200 
 
Change: 2009-12-16 13:40:20.0 +0200   
-8-

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

Kernel: Linux 2.6.31-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/dash

Versions of packages git-buildpackage depends on:
ii  devscripts   2.10.59 scripts to make the life of a Debi
ii  git-core 1:1.6.5.4-1 fast, scalable, distributed revisi
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-support   1.0.6   automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  pristine-tar  1.00   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)

-- no debconf information
oking for orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' at
'../tarballs'
Orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' not found at
'../tarballs'



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



Bug#561332: Vfork bug on hppa = FTBS emacs 23

2009-12-16 Thread dann frazier
On Wed, Dec 16, 2009 at 12:14:05PM +0100, Bastian Blank wrote:
 severity 561332 important
 tags 561332 moreinfo
 thanks
 
 On Wed, Dec 16, 2009 at 11:40:42AM +0100, Bastien ROUCARIES wrote:
  Package: linux-2.6
 
 Please use reportbug to add proper information from the machine in
 question.
 
  severity: serious
 
 hppa is no release architecture.

Last I heard it was..
  http://lists.debian.org/debian-devel-announce/2009/10/msg0.html
And the buildd stability problems have been resolved since.

  This bug block emacs since one month. Please correct. See
  http://article.gmane.org/gmane.linux.ports.parisc/2403 for a testcase.
 
 This testcase emits warnings and works after been fixed on paer.
 
 Bastian
 

-- 
dann frazier




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



Bug#561355: git-buildpackage: fails to create orig.tar.gz from 'upstream' branch

2009-12-16 Thread Eugene V. Lyubimkin
Package: git-buildpackage
Version: 0.4.61
Severity: important

-8-
fbreader_0.12.0dfsg.orig.tar.gz does not exist, creating from 
'upstream/0.12.0dfsg'
sh: cannot create 
/home/jackyf/build/fbreader-git/build-area/fbreader_0.12.0dfsg.orig.tar.gz: 
Directory nonexistent
Error creating 
/home/jackyf/build/fbreader-git/build-area/fbreader_0.12.0dfsg.orig.tar.gz: 512 

Cannot create upstream tarball at '/home/jackyf/build/fbreader-git/build-area'
-8-

I verified that I can create files at that directory using touch(1). With the
bug I previously reported (unable to locate orig.tar.gz), it renders
git-buildpackage unusable from me.

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

Kernel: Linux 2.6.31-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/dash

Versions of packages git-buildpackage depends on:
ii  devscripts   2.10.59 scripts to make the life of a Debi
ii  git-core 1:1.6.5.4-1 fast, scalable, distributed revisi
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-support   1.0.6   automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  pristine-tar  1.00   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)

-- no debconf information



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



Bug#561332: Vfork bug on hppa = FTBS emacs 23

2009-12-16 Thread Bastien ROUCARIES
On Wed, Dec 16, 2009 at 12:14 PM, Bastian Blank wa...@debian.org wrote:
 severity 561332 important
 tags 561332 moreinfo
 thanks

 On Wed, Dec 16, 2009 at 11:40:42AM +0100, Bastien ROUCARIES wrote:
 Package: linux-2.6

 Please use reportbug to add proper information from the machine in
 question.

I have not the machine, I have just forwarded a FTBS bug from emacs
package likely due to a kernel bug.

 severity: serious

 hppa is no release architecture.

According to release documentation it is at risk architecture and not
a no release architecture. please point me to the right
documentation.

 This bug block emacs since one month. Please correct. See
 http://article.gmane.org/gmane.linux.ports.parisc/2403 for a testcase.

 This testcase emits warnings and works after been fixed on paer.

They are another information on
http://article.gmane.org/gmane.linux.ports.parisc/2402

Regards

Bastien



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



Bug#561356: GNU libavl

2009-12-16 Thread Francesco Paolo Lovergine
Package: libavl
Severity: wishlist

I would point

http://www.stanford.edu/~blp/avl/

as a much more complete (and supported?) AVL (et al.) implementation.

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

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



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



Bug#561357: /etc/init.d/keepalived restart behaves wrong if the service isn't running

2009-12-16 Thread Tino Keitel
Package: keepalived
Version: 1.1.17-2
Severity: normal

I tried /etc/init.d/keepalived restart and the script did nothing. The
service was not running. According to LSB, this seems to be wrong.

http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html

20.2. Init Script Actions

restart:stop and restart the service if the service is already running,
otherwise start the service

The reason seems to be that the script runs with set -e, and
start-stop-daemon --stop fails if the daemon is not running.

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

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

Versions of packages keepalived depends on:
ii  iproute   20090324-1 networking and traffic control too
ii  ipvsadm   1:1.25.clean-1 Linux Virtual Server support progr
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libpopt0  1.15-1 lib for parsing cmdline parameters
ii  libssl0.9.8   0.9.8k-5   SSL shared libraries

keepalived recommends no packages.

keepalived suggests no packages.

-- no debconf information



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



Bug#551913: Wrong misc-fixed fonts in emacs

2009-12-16 Thread Boris Hollas
I submitted bug 561293 for emacs for this issue. Therefore, this bug can  
be closed.





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



Bug#561300: [Pkg-utopia-maintainers] Bug#561300: devicekit-power: can_hibernate property should be false when no swap exists

2009-12-16 Thread Debbie Beliveau
Hi Martin and Michael,

Yes, I prepared it locally and just used submittodebian.  Sorry about the
confusion.  I should have changed the default submittodebian wording.  This
change is already included by Canonical's netbook team but it is not in
Ubuntu itself.  There is an Ubuntu bug to track this (that I just opened
yesterday as well):
https://bugs.launchpad.net/ubuntu/+source/devicekit-power/+bug/497130

I will open up a report at bugs.freedesktop.org as well.

-Debbie


Bug#560871: kazehakase: remote info disclosure via css

2009-12-16 Thread Michael Gilbert
On Wed, 16 Dec 2009 16:37:44 +0200, Yavor Doganov wrote:
 block 560871 with 560108
 block 560871 with 560870
 forwarded 560871 
 http://sourceforge.jp/projects/kazehakase/lists/archive/devel/2009-December/002871.html
 thanks
 
 I confirm that all versions of kazehakase are affected.  But TBH, I
 don't see an obvious way to fix this in Kz itself.  I'm not tagging
 the bug wontfix, because I'm not entirely sure there is no way to
 fix it -- maybe there is, it's just that I don't see it.
 
 If this issue was known for some time, why there's no CVE assigned?
 Maybe it's not so serious, otherwise there would be great disturbance
 in the Web, no?
 
 I hope that this bug gets downgraded or at least granted a
 squeeze-ignore tag -- it would be a shame if kazahekase is excluded
 from the release just because of this bug.  As you say, all
 CSS-capable browsers are affected.

you can safely downgrade to important.  that's what xulrunner did.  as
far is i am aware, there is no existing solution, but that doesn't mean
that there could be one.  someone just needs to look at the problem and
figure it out.

i think this has a reasonable bad impact because users expect their
browsing history to be kept private, and the current behavior is
violating their trust.

mike



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



Bug#561332: Vfork bug on hppa = FTBS emacs 23

2009-12-16 Thread Bastian Blank
On Wed, Dec 16, 2009 at 04:15:53PM +0100, Bastien ROUCARIES wrote:
 On Wed, Dec 16, 2009 at 12:14 PM, Bastian Blank wa...@debian.org wrote:
  On Wed, Dec 16, 2009 at 11:40:42AM +0100, Bastien ROUCARIES wrote:
  Package: linux-2.6
  Please use reportbug to add proper information from the machine in
  question.
 I have not the machine, I have just forwarded a FTBS bug from emacs
 package likely due to a kernel bug.

The provided information is incomplete. If you are not able to provide
the necessary information, reportbug is instructed to gather them, then
try to find someone that can.

  hppa is no release architecture.
 According to release documentation it is at risk architecture and not
 a no release architecture. please point me to the right
 documentation.

I was wrong with this statement.

  This bug block emacs since one month. Please correct. See
  http://article.gmane.org/gmane.linux.ports.parisc/2403 for a testcase.
 They are another information on
 http://article.gmane.org/gmane.linux.ports.parisc/2402

This looks like a different problem.

Bastian

-- 
He's dead, Jim.
-- McCoy, The Devil in the Dark, stardate 3196.1



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



Bug#561358: libaprutil1: Failes to build from source with error: make: *** No rule to make target `include/apr_md5.h', needed by `crypto/getuuid.lo'.

2009-12-16 Thread Florian Tigges
Package: libaprutil1
Version: 1.2.12
Severity: important
Justification: fails to build from source

I built apr 1.2.12 with a prefix with no problems.
But when I want to build libaprutil1 from source I get the following output:
.
/bin/sh /var/www//build-1/libtool --silent --mode=compile gcc -g -O2
/-pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
/-D_LARGEFILE64_SOURCE   -I/home/tigges/apr-util-1.2.12/include
/-I/home/tigges/apr-util-1.2.12/include/private  -I/var/www//include/apr-1
/-I/home/tigges/apr-util-1.2.12/xml/expat/lib  -o crypto/uuid.lo -c
/crypto/uuid.c  touch crypto/uuid.lo
make[1]: *** No rule to make target `include/apr_md5.h', needed by
`crypto/getuuid.lo'.  Stop.
make[1]: Leaving directory `/home/tigges/apr-util-1.2.12'
make: *** [all-recursive] Error 1

I expirienced this behavior on a 32 and 64 bit Debian Lenny.
When I get the Sources from Apache.org in version 1.3.9 (both apr and
aprutils) I have no problems to build and install.

What I did:

apt-get --download-only source libaprutil1 apr
cd apr-1.2.12/
../configure --prefix=/var/www/ 
make
make install

# No problem here

cd apr-util-1.2.12/
../configure --prefix=/var/www --with-apr=/var/www
make 

#Here it stops!

Then I tried 
cp apr-util_1.2.12+dfsg-8+lenny4.diff apr-util-1.2.12/
patch -p1 -i apr-util_1.2.12+dfsg-8+lenny4.diff

#looked good for me

make 
#And again it stopped here.

Perhaps I did sth. wrong, then delete this report.

But with the orig. sources from Apache.org I had no problems.

Thanks a lot

sincerely 

Florian Tigges
-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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



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



Bug#560598: Unreproducible

2009-12-16 Thread Neil Williams
tag 560598 - patch
tag 560598 + unreproducible
tag 560598 + wontfix
severity 560598 minor
notfound 560598 0.31-3
retitle 560598 gpe-shield: mode issue in backend.c for Ubuntu
thanks

$ cc --version
cc (Debian 4.4.2-5) 4.4.2

cc -g -o gpe-shield main.o interface.o backend.o editrule.o
-lgpewidget -lgtk- x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo -1.0 -lgio-2.0 -lcairo -lpango-1.0
-lfreetype -lfontconfig -lgobject-2.0 -lgmodu le-2.0 -lglib-2.0
`pkg-config --libs gtk+-2.0 gdk-2.0`

I get no build failures here, either with 0.31-3 or the pending 0.31-4.

Rejecting the patch - at least until such time as I can reproduce any
build failure in Debian unstable. (Also tested in a clean Debian sid
chroot, same version of cc/gcc.)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpNeL73x9tte.pgp
Description: PGP signature


Bug#561332: Vfork bug on hppa = FTBS emacs 23

2009-12-16 Thread dann frazier
On Wed, Dec 16, 2009 at 04:45:52PM +0100, Bastian Blank wrote:
 On Wed, Dec 16, 2009 at 04:15:53PM +0100, Bastien ROUCARIES wrote:
  On Wed, Dec 16, 2009 at 12:14 PM, Bastian Blank wa...@debian.org wrote:
   On Wed, Dec 16, 2009 at 11:40:42AM +0100, Bastien ROUCARIES wrote:
   Package: linux-2.6
   Please use reportbug to add proper information from the machine in
   question.
  I have not the machine, I have just forwarded a FTBS bug from emacs
  package likely due to a kernel bug.
 
 The provided information is incomplete. If you are not able to provide
 the necessary information, reportbug is instructed to gather them, then
 try to find someone that can.

The buildds were running a 2.6.31/parisc64 kernel from the Debian
archive. These buildds are now running 2.6.32-1, so I'll retry a build
to confirm that this problem still persists.

   This bug block emacs since one month. Please correct. See
   http://article.gmane.org/gmane.linux.ports.parisc/2403 for a testcase.
  They are another information on
  http://article.gmane.org/gmane.linux.ports.parisc/2402
 
 This looks like a different problem.

fyi, the hppa porters can reproduce and are actively looking into this
problem.


-- 
dann frazier




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



  1   2   3   4   >