Bug#585639: nslcd: Run k5start when nslcd is configured with kerberos

2010-06-19 Thread Arthur de Jong
On Sat, 2010-06-19 at 00:24 +0200, Daniel Dehennin wrote:
 According to LDAP C API[1], mechanism can be NULL for LDAP_SASL_SIMPLE.

I can't find any relevant information in the RFC but I did find this:
  http://www.openldap.org/software/man.cgi?query=ldap_simple_bind_s
which describes the ldap_sasl_interactive_bind_s() and
ldap_sasl_bind_s() functions that are used (the latter is only used on
old LDAP libraries so should probably be removed from nslcd).

The mechanism may be NULL (or empty) to perform negotiation with the
server on which mechanism to use. I doubt this works reliably in nslcd
so I'm not too worried about it. I'd rather introduce an auto
mechanism for this if it were really needed than to bring the use_sasl
option back.

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


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


Bug#586468: gpm: upgrade - should be rebuilt with new debhelper to get trigger support

2010-06-19 Thread jaalto
Package: gpm
Version: 1.20.4-3.3
Severity: normal


During upgrade:

$ apt-get install gpm

Creating config file /etc/gpm.conf with new version
Ignoring install-info called from maintainer script
The package gpm should be rebuilt with new debhelper to get trigger support

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

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

Versions of packages gpm depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  debianutils   3.2.3  Miscellaneous utilities specific t
hi  dpkg  1.15.7.2   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libgpm2   1.20.4-3.3 General Purpose Mouse - shared lib
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  ucf   3.0025 Update Configuration File: preserv

gpm recommends no packages.

gpm suggests no packages.

-- 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#586470: patch to fix aptitude display on wide terminals

2010-06-19 Thread Steve Langasek
Package: aptitude
Version: 0.6.1.5-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch

Hi Daniel,

In Ubuntu, we've applied the attached patch to fix
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/391035, a bug by
which aptitude doesn't use the full available terminal width for displaying
download information.  The patch was originally against 0.4.11.11, but it
appears to still be applicable against 0.6.2.1.  Please consider it for
inclusion upstream.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
#! /bin/sh /usr/share/dpatch/dpatch-run
## 13_screensize.dpatch by Anders Kaseorg ande...@mit.edu
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fixes a bug that stops outputting aptitude downloads on big screens


@DPATCH@
diff -urNad aptitude-0.4.11.11.orig/src/generic/apt/acqprogress.cc aptitude-0.4.11.11/src/generic/apt/acqprogress.cc
--- aptitude-0.4.11.11.orig/src/generic/apt/acqprogress.cc	2008-11-19 22:17:12.0 -0500
+++ aptitude-0.4.11.11/src/generic/apt/acqprogress.cc	2010-04-08 00:24:04.078653510 -0400
@@ -178,6 +178,8 @@
char Buffer[1024];
char *End = Buffer + sizeof(Buffer);
char *S = Buffer;
+   // this-ScreenWidth is a reference that is updated by the SIGWINCH handler
+   unsigned int ScreenWidth = this-ScreenWidth;
if (ScreenWidth = sizeof(Buffer))
   ScreenWidth = sizeof(Buffer)-1;
 
diff -urNad aptitude-0.4.11.11.orig/src/generic/apt/acqprogress.h aptitude-0.4.11.11/src/generic/apt/acqprogress.h
--- aptitude-0.4.11.11.orig/src/generic/apt/acqprogress.h	2008-11-19 22:17:12.0 -0500
+++ aptitude-0.4.11.11/src/generic/apt/acqprogress.h	2010-04-08 00:26:37.878687933 -0400
@@ -20,7 +20,8 @@
 class AcqTextStatus : public sigc::trackable
 {
unsigned int ScreenWidth;
-   char BlankLine[300];
+   // Must be the same size as Buffer in AcqTextStatus::Pulse
+   char BlankLine[1024];
unsigned long ID;
unsigned long Quiet;



Bug#586324: Printing fails with /usr/lib/cups/backend/socket failed fixed for me

2010-06-19 Thread Esther de Rooij
I had the same problem with a permission denied for the backend, after I 
upgraded my cups

to version 1.4.3-1

After some searching on the Internet I found debian bug number #585153, 
which describes more or less the same

problem.

The solution for that problem (chmod go+rx /usr/lib/cups/backend) also 
fixed my problem. I'm almost sure it will also

fix your problem.

See the bug #585153 for more details.




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



Bug#460701: libfile-mimeinfo-perl: UTF8 Security bug and Crashes with some unicode files

2010-06-19 Thread Salvatore Bonaccorso
tag 460701 + moreinfo

Hi Sebastian

It's long time ago that you reported that issue, and it seems that the
similar was reported at [1] upstream. Do you still can reproduce this
issue?

Trying mimeinfo on the file uploaded in RT does not reproduce the
crash here.

 [1] https://rt.cpan.org/Public/Bug/Display.html?id=42360

Many thanks for checking in advance,
Bests
Salvatore


signature.asc
Description: Digital signature


Bug#573822: RFH: gwibber -- microblogging client for GNOME

2010-06-19 Thread Raphael Hertzog
Hello,

On Sun, 14 Mar 2010, Kartik Mistry wrote:
 gwibber require some more help from people. Ubuntu has gwibber2 from quite
 some time but currently neither I or Philip are able to devote full time to
 get it packaged (and make it running successfully) yet.

Kartik, you get several offers of help. I hope you responded because it
would be good to see an updated gwibber in Debian.

On Mon, 10 May 2010, Dionisio E Alonso wrote:
 I am really interested in the package, even I've been hoping that
 would be possible to package the Ubuntu version, but theirs, strongly
 depends on Python2.6.

We have python 2.6 by default in sid now, so this is no longer a blocker.

I hope you can all work together and quickly update the version in Debian
based on the work done by Ubuntu.

The ubuntu package builds unmodified on Debian but it requires some
packages which are in NEW for now (libindicate for python-indicate).
It does not work here though, it has troubles with desktopcouch
apparently not sure why.

 Since I do really want the package to be built, I could learn how. The
 question is where to?

http://www.debian.org/doc/devel-manuals#maint-guide

Cheers,
-- 
Raphaël Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/



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



Bug#586471: insserv: script 'S25libdevmapper1.02' missing LSB tags and overrides

2010-06-19 Thread jaalto
Package: insserv
Version: 1.14.0-2
Severity: normal


During upgrade to new dependency based booting:

error: Unable to migrate to dependency based boot sequencing.
error: Problems detected: insserv: warning: script 'S25libdevmapper1.02' 
missing LSB tags and overrides,  insserv: warning: script 'libdevmapper1.02' 
missing LSB tags and overrides,  

See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
more information about dependency based boot sequencing. To
reattempt the migration process run 'dpkg-reconfigure sysv-rc'.


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

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

Versions of packages insserv depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib

insserv recommends no packages.

Versions of packages insserv suggests:
pn  bootchart none (no description available)

-- 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#586472: ITP: checksec - A script that tests which standard security features are being used

2010-06-19 Thread Michael Gilbert
Package: wnpp
Owner: Michael Gilbert michael.s.gilb...@gmail.com
Severity: wishlist

* Package name: checksec
  Version : 1.3.1
  Upstream Author : Tobias Klein t...@trapkit.de
* URL : http://www.trapkit.de/tools/checksec.html
* License : BSD
  Programming Lang: Bash
  Description : A script that tests which standard security features are 
being used

Modern Linux distributions offer some mitigation techniques to make it
harder to exploit software vulnerabilities reliably. Mitigations such
as RELRO, NoExecute (NX), Stack Canaries, Address Space Layout
Randomization (ASLR) and Position Independent Executables (PIE) have
made reliably exploiting any vulnerabilities that do exist far more
challenging. The checksec script is designed to test which standard
security features are being used.



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



Bug#450520: ushare

2010-06-19 Thread Michael Gilbert
since there has been no activity on this package in over two years
since, and since i am interested in ushare, i am going to work on the
package.

best wishes,
mike



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



Bug#586473: ifupdown: left behind obsolete /etc/init.d/loopback

2010-06-19 Thread Adrian Lang
Package: ifupdown
Version: 0.6.10
Severity: normal

Cannot migrate to dependency based boot sequencing (package ifupdown left 
obsolete init.d script behind)


$ dpkg-query -W -f='${Conffiles}\n' ifupdown
 /etc/init.d/ifupdown 346208729633adf45e2fa3f2bd3b19c6
 /etc/init.d/ifupdown-clean c6fffaae03271f1641920105ce68796b
 /etc/default/ifupdown fab851ca87c5deb9d6f665e610184648
 /etc/init.d/loopback e1fa0c2883b3cb51898025a453135eba obsolete


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

Kernel: Linux 2.6.32-5-686 (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 ifupdown depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  net-tools 1.60-23The NET-3 networking toolkit

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  dhcp3-client   3.1.3-2   DHCP client
pn  iproutenone(no description available)
ii  ppp2.4.4rel-10.1 Point-to-Point Protocol (PPP) - da

-- debconf information:
  ifupdown/convert-interfaces-hotplug: true
  ifupdown/convert-interfaces: true



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



Bug#586413: RFA: a lot of packages

2010-06-19 Thread Ola Lundqvist
Hi Ben

On Sat, Jun 19, 2010 at 03:41:04PM -0300, Ben Armstrong wrote:
 On 19/06/10 11:55 AM, Ola Lundqvist wrote:
 Bug#586413: RFA: tightvnc -- virtual network computing server software
 Bug#586414: RFA: vnc4 -- Virtual network computing server software


 Although I cannot take on sole maintainership, I'm interested in the  
 survival of the best VNC server and client in Debian.  If a team can be  
 put together, I would be happy to contribute in what small ways I can.

 What about eventual replacement by TigerVNC (http://tigervnc.org/),  
 since upstream for that fork is actually active?

I once started to package tigervnc in addition to the vnc4 and
tightvnc packages, but I had problems with crashes so I dumped
that attempt. But having an active upstream surely help in the
maintenance of the package.

Packaging of tigervnc with support for both client and server
part would be very nice. It would probably solve a few of the
current outstanding issues.

Best regards,

// Ola

 Ben



-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



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



Bug#586474: nautilus: please implement copy/paste with CIFS mounted shares

2010-06-19 Thread Nathan A. Stine
Package: nautilus
Version: 2.30.1-1
Severity: wishlist

I have noticed that when mounting a CIFS share in nautilus, I cannot use the
functions to create new files/folders from the right click menu, nor can i
paste files into the share (or its subfolders).  However, I can drag and drop
into the share (so I do have write permissions).

I would think this would be a useful feature to have.

Best regards,

Nathan A. Stine



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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.2-1  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-1 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libglib2.0-data 2.24.1-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.0-2 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libselinux1 2.0.94-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  nautilus-data   2.30.1-1 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2010.01.31   Application Installer Data Files
ii  brasero 2.30.1-1 CD/DVD burning application for GNO
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  desktop-base5.0.5common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.6.2-1  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  synaptic0.63.1   Graphical package manager

Versions of packages nautilus suggests:
ii  eog  2.30.1-1+b1 Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]  2.30.1-3Document (postscript, pdf) viewer
ii  totem2.30.2-2+b1 A simple media player for the GNOM
pn  tracker  none  (no description available)
pn  xdg-user-dirsnone  (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#500712: problem is not reproducible anymore, fixed?

2010-06-19 Thread Jelle de Jong
Christian Kastner wrote, on 19-06-10 16:50:
 On 2010-03-20 08:59 PM, Jelle de Jong wrote:
 I tested the boot process with three different zd1211 devices and the
 boot process did not slow down as much as it did. See the attached
 document for more information. I believe the problem has been fixed
 somewhere. (any idea where?)
 
 Would you be OK with me closing this bug?

OK by me.

With kind regards,

Jelle de Jong



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



Bug#572041: Finished nb translation

2010-06-19 Thread Bjørn Steensrud

start_nb.cel and controls_nb.txt attached.
Regards,
Bjørn
  Celestia-styring med mus, tastatur og styrepinne

--
STYRING MED MUS
--
 Dra med venstre knapp .Orienter kamera
 Dra med høyre knapp ...Gå i bane rundt det valgte objektet 
[Shift+piltaster]
 Dra med høyre+venstre knapp, venstre/høyre ..Rull visning venstre/høyre 
[venstre/høyre piltaster]
 Dra med høyre+venstre knapp, opp/ned... Juster avstand til valget 
[Home/End]
 Musehjul .. Juster avstand til valget 
[Home/End]
 Ctrl+Venstre, dra opp/ned . Juster avstand til valget 
[Home/End]
 Shift+Venstre, dra  Endre synsfelt (FOV) [. / ,]
 Midtre knapp .. Veksle synsfelt mellom 45 grader 
og forrige synsfelt
 Venstreklikk (på objekt) .. Velg objekt [Enter-tast -- ved 
objektnavnet]
 Venstreklikk (uten objekt)  Opphev valget
 Venstre dobbeltklikk (på objekt) .. Velg og sentrer objekt
 Høyreklikk  Vis kontekstmenyen



TASTESTYRING


--- Navigasjon ---

 1 - 9 .. Velg en planet rundt den nærmeste 
stjernen
 0 (null) ... Velg hovedstjernen for denne planeten 
eller systemet
 H .. Velg Solen (Hjemmesystemet)
 C .. Sentrer på det valgte objektet
 G .. Gå til det valgte objektet
 F .. Følg det valgte objektet
 T .. Spor det valgte objektet
 Y .. Gå i synkronbane om det valgte 
objektet
 : .. Lås på det valgte objektet
  .. Jag det valgte objektet
 Shift+C  Sentrer/bane - sentrer det valgte 
objektet uten å endre
  posisjon for referanseobjektet
 Ctrl+G . Gå til overflaten på det valgte 
objektet
 Ctrl+F . Slå alt/asimut-modus av/på
 Home ... Gå nærmere objektet
 End  Gå lenger unna objektet
 * .. Se bakover
 Backspace .. Velg hovedobjekt for gjeldende 
objekt, eller tøm valg
 Esc  Avbryt bevegelse eller skript


--- Tidsstyring ---

 Spacebar  Pause/gjenoppta skript eller 
tidskjøring
 J ... Kjør tid forover/bakover (vend)
 \ ... Kjør tid med normal fart, opphev 
rask/langsom kjøring
 L ... Kjør tid 10x raskere
 K ... Kjør tid 10x langsommere
 Shift+L . Kjør tid 2x raskere
 Shift+K . Kjør tid 2x langsommere
 ! ... Still tiden til nåtid
 ? ... Vis lysreiseforsinelse mellom 
observatør og objekt
 - (hyphen)... Trekk fra lysreiseforsinkelse fra 
simulert tid


--- Etiketter (på/av-vendere) ---

E .. Galakser
Shift+E    . Kulehoper
B .. Stjerner
P .. Planeter
Shift+P    . Dvergplaneter
M .. Måner
Shift+M    . Mindre måner
W .  Asteroider
Shift+W  Kometer
N .. Romfartøy
= .. Stjernebilder
 .. Steder


--- Tegn opp/vis (av/på-vendere) --

 U  Galakser
 Shift+U .. Kulehoper
 ^  Tåker
 Ctrl+A ... Atmosfærer
 I  Skyer
 Ctrl+L ... Nattsidekart
 Ctrl+T ... Komethaler
 Ctrl+E ... Formørkelsesskygger
 Ctrl+B ... Stjernebildegrenser
 /  Stjernebildelinjer
 ; .Jord-baset ekvatorial koordinatkule
 Ctrl+K ... Markører (plassert på objekter)
 O .Baner (slå av/på ALLE valgte baner)


--- Render Options ---

 { 

Bug#586475: reportbug: alt+c fails since cancel and continue both are bound to 'c'

2010-06-19 Thread Nathan A. Stine
Package: reportbug
Version: 4.12.3
Severity: minor

If using the GTK interface, you may not use ALT+C since both have the 'C'
underlined.  When pressing Alt the following message appears:

/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: GtkWarning:
gtk_widget_event: assertion `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
  gtk.main ()

This is obviously not a critical bug, but a bug nonetheless.

Best regards,

Nathan A. Stine



-- Package-specific info:
** Environment settings:
INTERFACE=gtk2

** /home/stinerman/.reportbugrc:
reportbug_version 4.5
mode standard
ui gtk2
email nathan.st...@gmail.com
no-cc
header X-Debbugs-CC: nathan.st...@gmail.com
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  python2.6.5-3An interactive high-level object-o
ii  python-reportbug  4.12.3 Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utilsnone  (no description available)
pn  debsums  none  (no description available)
pn  dlocate  none  (no description available)
pn  emacs22-bin-common | none  (no description available)
ii  file 5.04-2  Determines file type using magic
ii  gnupg1.4.10-4GNU privacy guard - a free PGP rep
pn  postfix | exim4 | ma none  (no description available)
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  python-gtkspell  2.25.3-5Python bindings for the GtkSpell l
pn  python-urwid none  (no description available)
ii  python-vte   1:0.24.1-1  Python bindings for the VTE widget
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- 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#586449: Bug 586161 could be related to 586449

2010-06-19 Thread André Nunes
Hi,

More info:

Googling around I found out something that could be important: bug report nº
586161 also applies to my system!

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586161



André Nunes Batista
Blog: http://tagesuhu.wordpress.com/
PGP Public Key: 0x7b0590cb6722cf80


Bug#586465: [Pkg-xfce-devel] Bug#586465: xfce4-taskmanager: FTBFS on kfreebsd-*: configure: error: no OS implementation for kfreebsd-gnu is available

2010-06-19 Thread Yves-Alexis Perez
On sam., 2010-06-19 at 21:32 +0200, Cyril Brulebois wrote:
 Source: xfce4-taskmanager
 Version: 1.0.0-1
 Severity: serious
 Justification: FTBFS
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 Hi,
 
 your package no longer builds on kfreebsd-*:
 | checking WNCK_CFLAGS... -pthread -I/usr/include/libwnck-1.0 
 -I/usr/include/pango-1.0 -I/usr/include/cairo 
 -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/  
 | checking WNCK_LIBS... -pthread -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 
 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo 
 -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 
 -lgthread-2.0 -lrt -lglib-2.0  
 | configure: error: no OS implementation for kfreebsd-gnu is available
 | make: *** [debian/stamp-autotools] Error 1
 | dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
 Full build logs:
   https://buildd.debian.org/status/package.php?p=xfce4-taskmanager
 
 As always, you can contact -bsd@ if you need help.
 

yeah, new upstream maintainer (Mike Massonnet, CC:ed) rewrote it quasi
from scratch, he added support for various BSD later so maybe he can
have a look at kfreebsd-gnu :)

Cheers,
-- 
Yves-Alexis


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


Bug#461513: [Build-common-hackers] Bug#461513: Bug#461513: cdbs: requires aclocal.m4 to be present in order to generate it

2010-06-19 Thread Evan Broder
Jonas -

On Thu, Jun 17, 2010 at 3:27 PM, Jonas Smedegaard jo...@jones.dk wrote:
 Hi Evan,

 It seems to me that this bug was solved since cdbs 0.4.60 (just accidentally
 not closed).  Could you either confirm that, or help point out to me what is
 still missing?

You're absolutely right. My apologies - I mis-read the source code
when I sent the e-mail. The aclocal check is definitely gone.

I may file a follow-up bug about the rest of the DEB_AUTO_UPDATE_
variables, but those haven't really affected me yet, so I might not
bother.

Thanks,
 - Evan



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



Bug#586413: RFA: a lot of packages

2010-06-19 Thread Timo Juhani Lindfors
Ben Armstrong sy...@sanctuary.nslug.ns.ca writes:
 Although I cannot take on sole maintainership, I'm interested in the
 survival of the best VNC server and client in Debian.  If a team can
 be put together, I would be happy to contribute in what small ways I
 can.

I'm a daily user of vnc4server/xvnc4viewer 4.1.1+X4.3.0-31. Please let
me know if you need help in testing :-)

 What about eventual replacement by TigerVNC (http://tigervnc.org/),
 since upstream for that fork is actually active?

realvncserver, tightvncserver and vnc4server all seem to contain an
embedded copy of xfree/Xorg source code. If tigerVNC's Xorg module
actually works this sounds really promising. Any idea why it is not
developed in the Xorg tree? Is it still because Xorg does not want
GPL'd code?

The only earlier attempt on a modular Xorg vnc module I've heard about
is xf4vnc: http://xf4vnc.sourceforge.net/modular.html -- How does this
compare against TigerVNC?



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



Bug#586476: installation-reports: Intel 82578DM not recognized

2010-06-19 Thread Pauli Manninen
Package: installation-reports
Severity: normal
Tags: d-i


Intel 82578DM network card is not recognized by Squeeze d-i.

Motherboard: Zotac H55ITX-A-E

The card works just fine in Sid though getting it tested required Debian 
installation on the disk in a different system followed by some 
post-installation disk swapping =)

$ lspci -vvv
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
Subsystem: Intel Corporation Core Processor DRAM Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated 
Graphics Controller (rev 12) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation Core Processor Integrated Graphics 
Controller
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 27
Region 0: Memory at fb80 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at d000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at dc00 [size=8]
Expansion ROM at unassigned [disabled]
Capabilities: access denied
Kernel driver in use: i915

00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series 
Chipset HECI Controller (rev 06)
Subsystem: ZOTAC International (MCO) Ltd. Device a130
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 10
Region 0: Memory at fbdfa000 (64-bit, non-prefetchable) [size=16]
Capabilities: access denied

00:19.0 Ethernet controller: Intel Corporation 82578DM Gigabit Network 
Connection (rev 06)
Subsystem: Intel Corporation Device 
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 26
Region 0: Memory at fbdc (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at fbdf8000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at d880 [size=32]
Capabilities: access denied
Kernel driver in use: e1000e

00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06) (prog-if 00 [UHCI])
Subsystem: Intel Corporation 5 Series/3400 Series Chipset USB Universal 
Host Controller
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 21
Region 4: I/O ports at d800 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.1 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06) (prog-if 00 [UHCI])
Subsystem: Intel Corporation 5 Series/3400 Series Chipset USB Universal 
Host Controller
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at d480 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.2 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06) (prog-if 00 [UHCI])
Subsystem: Intel Corporation 5 Series/3400 Series Chipset USB Universal 
Host Controller
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 19
Region 4: I/O ports at d400 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.7 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])
Subsystem: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced 
Host Controller
Control: I/O- 

Bug#586471: insserv: script 'S25libdevmapper1.02' missing LSB tags and overrides

2010-06-19 Thread Petter Reinholdtsen
[Jaalto]
 During upgrade to new dependency based booting:
 
 error: Unable to migrate to dependency based boot sequencing.
 error: Problems detected: insserv: warning: script 'S25libdevmapper1.02' 
 missing LSB tags and overrides,  insserv: warning: script 'libdevmapper1.02' 
 missing LSB tags and overrides,  
 
 See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
 more information about dependency based boot sequencing. To
 reattempt the migration process run 'dpkg-reconfigure sysv-rc'.

Yes, this seem to be correctly done by sysv-rc and insserv.
libdevmapper left behind its init.d scripts, and this block migration
to dependency based boot sequencing.  Purging the package or removing
the script and trying the migration process again will probably work.

Where the instructions incomplete or are they confusing?  Why do you
report a bug?

Happy hacking,
-- 
PEtter Reinholdtsen



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



Bug#586161: bash-completion/1:1.1-3 is OK

2010-06-19 Thread Vincent Lefevre
notfound 586161 bash-completion/1:1.1-3
thanks

The reporter incorrectly sent a bug against 1.1-3 (probably because
the upgrade failed and reportbug took the previous version, that
didn't have the conflict).

The consequence is that apt-listbugs doesn't warn the user in an
upgrade from 1.1-3. See bug 586384.



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



Bug#585927: jpilot: iCalendar export error

2010-06-19 Thread gpe
Le Sat, 19 Jun 2010 22:50:07 +0200
Ludovic Rousseau ludovic.rouss...@gmail.com a écrit:

 Le 15/06/10 00:34, gpe92 a écrit :
  when exporting in iCalendar format an entry with frequency of one
  day until day n is exporting as until day n + 1.
  Exemple:
  an entry which starts the 22/01/2010 with frequency of one day until
  23/01/2010 (so 2 days) is exporting as until 24/01/2010 (so 3 days).
 
 I confirm the behavior you observed.
 
 I looked at the source code and found this comment in jpilot-dump.c
 line 327:
  /* RFC 2445 is unclear on how to handle inclusivity for
   * dates, rather than datestamps. Because most other
   * ical parsers assume non-inclusivity Jpilot needs to
   * add one day to the end date of repeating events. */
 
 So I think the behavior is intended and is not a bug. If you can find 
 more information about the way to encode ending dates in RFC 2445
 please add comments to this bug report.
 
 I am closing this bug report for now.
 
 Bye
 
 -- 
   Dr. Ludovic Rousseau

I'm not agreed with you concerning the closure of this bug.
I'm not an RFC expert, I'm just an user and for an user your answer
isn't acceptable.
Try to import the jpilot export in Google Calendar and as me you'll
become unhappy when you'll need to remove one day for many entry...
If the RFC is uncleared you should let the user to choose the behavior
and not impose your point of view!

Regards.

-- 
gpe gp...@free.fr




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



Bug#586477: ITP: Phantom-bot -- Pure python, multi-protocol, easy to extend/use Bot

2010-06-19 Thread Sameer Rahmani
Package: wnpp
Severity: whishlist

Phantom is a multi-protocol bot that written in pure python. it is
completely modular and it brain can easily change.
home page : http://github.com/lxsameer/phantom-bot
download : 
http://github.com/downloads/lxsameer/phantom-bot/phantom-0.1.1.tar.bz2



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



Bug#455653: reportbug: When prompting for version, show available versions

2010-06-19 Thread Vincent Lefevre
On 2007-12-10 19:46:07 -0800, Josh Triplett wrote:
 When prompting for the version of the package a bug applies to, please
 list the available versions and where they come from, similar to
 apt-cache policy.  This would make it much easier to report a bug on
 an uninstalled package, or on a package downgraded to deal with a bug.

The lack of this feature seems to cause some users to submit bugs
against an incorrect version. See

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586161#51

for instance.

-- 
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#586478: gwibber: package description does not mention identi.ca and/or status.net

2010-06-19 Thread Lars Wirzenius
Package: gwibber
Version: 1.2.0+bzr358-3
Severity: normal

The gwibber package description does not mention identi.ca or status.net.
The software does support both, so it would be good for the description
to mention them, and not just some non-free services.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.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#586384: apt-listbugs: doesn't list bug #586161 in bash-completion

2010-06-19 Thread Vincent Lefevre
On 2010-06-19 17:48:45 +0200, Francesco Poli wrote:
 If this is really the case, then I think that an incorrect Version
 pseudo-header was provided by the bug submitter: you can easily fix
 this by sending a notfound 586161 bash-completion/1:1.1-3 command to
 the BTS control bot.

Thanks for the information, I've sent the notfound. I think that
reportbug is a bit culprit as it chooses the installed version
by default, without any check of the history (the upgrade failed,
so that the installed version wasn't the buggy version), and the
reporter may not have noticed this.

-- 
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#586479: debmirror: better progress reporting would be nice

2010-06-19 Thread Lars Wirzenius
Package: debmirror
Version: 1:2.4.4
Severity: wishlist

It would be cool if debmirror could provide a bit better progress
reporting. Specifically, one or more of the following:

* number of files still to download
* amount of data still to download
* an estimate of the remaining time

It is OK to update these only after each file has been downloaded.

I believe that debmirror makes a list of all the package files it needs
to download, and it can get the size of each package, so the first two
should be reasonably easy to do. The third time will require keeping
track of the download speed (for the previous download only, perhaps),
and do some calculation to estimate the remaining time.

The current output with -v gives a percent done kind of progress
report after each file. There is no indication if that is based on
number of files or amount of data or something else. I don't know if
it still happens, but it also used to go over 100%. Because of all
this uncertainty, and because there is no way to see how long it
has been running already, the user has no way to estimate how long
things are still going to go on.

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

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

Versions of packages debmirror depends on:
ii  bzip2 1.0.5-4high-quality block-sorting file co
pn  libcompress-zlib-perl none (no description available)
ii  libdigest-sha1-perl   2.12-1 NIST SHA-1 message digest algorith
ii  liblockfile-simple-perl   0.207-1Simple advisory file locking
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  perl [libdigest-md5-perl] 5.10.1-13  Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.10.1-13  Core Perl modules
ii  rsync 3.0.7-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  ed1.4-1  The classic UNIX line editor
ii  gpgv  1.4.10-4   GNU privacy guard - signature veri
ii  patch 2.6-2  Apply a diff file to an original

Versions of packages debmirror suggests:
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep

-- 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#363704: #363704 fixed by patch for #568526

2010-06-19 Thread Jakob Haufe
merge 363704 568526
thanks

#363704 is caused by the same programming error that was responsible for
#568526, merging bugs.

-- 
ceterum censeo microsoftem esse delendam.


signature.asc
Description: PGP signature


Bug#586480: openssh-server: chroot directive is not working when using FISH (File transfer of shell with midnight commander)

2010-06-19 Thread Andre Rodier
Package: openssh-server
Version: 1:5.1p1-5
Severity: critical
Tags: security
Justification: root security hole

Hello,

I have successfully configured my ssh server to chroot users, by followinf the 
directives described here:
http://www.debian-administration.org/articles/590 ie. OpenSSH SFTP chroot() 
with ChrootDirectory

The chroot option seems to work well when I use the sftp command, ie I cannot 
see any directory at all.

However, if I use the fish protocol [1] included in midnight commander, I can 
see the full filesystem hierarchy,
and even transfer files from the etc folder, etc...

I don't know if it's a configuration problem on my side, but if there is an 
option do disallow fish
when using chroot, that need to be explicitly specified. Otherwise, debian 
users may relay
on a chrooted server that can be bypassed by a simple manipulation...


[1] http://en.wikipedia.org/wiki/Files_transferred_over_shell_protocol

Kind regards,
André Rodier.

Here my ssh config: See the end for chroot config

-8
# Package generated configuration file
# See the sshd(8) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel DEBUG

# Authentication:
LoginGraceTime 120
PermitRootLogin no
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

UsePAM no
UseDNS no

#ChrootDirectory 
# Subsystem sftp /usr/lib/openssh/sftp-server
Subsystem sftp internal-sftp
Match group sftponly
ChrootDirectory /home/%u
X11Forwarding no
AllowTcpForwarding no
AllowAgentForwarding no
ForceCommand internal-sftp
-8

-- 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/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openssh-server depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  dpkg1.14.29  Debian package management system
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam-runtime  1.0.1-5+lenny1   Runtime support for the PAM librar
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libselinux1 2.0.65-5 SELinux shared libraries
ii  libssl0.9.8 0.9.8g-15+lenny6 SSL shared libraries
ii  libwrap07.6.q-16 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  openssh-blackli 0.4.1list of default blacklisted OpenSS
ii  openssh-client  1:5.1p1-5secure shell client, an rlogin/rsh
ii  procps  1:3.2.7-11   /proc file system utilities
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages openssh-server recommends:
pn  openssh-blacklist-extra   none (no 

Bug#586481: debmirror: optionally support zsync or apt-sync for downloading debs

2010-06-19 Thread Lars Wirzenius
Package: debmirror
Version: 1:2.4.4
Severity: wishlist

This is perhaps a bit of an unrealistic idea, so feel free to close the
bug if it's unlikely to happen. Or possibly this should be a bigger
thing than just debmirror.

zsync is an implementation of the rsync algorithm, which works over 
HTTP without requiring a zsync or rsync server on the remote end.
apt-sync is a similar tool for .debs specifically. Both require the
server to have some additional files for computing deltas between
the remote and local ends.

When updating a mirror with debmirror, you probably already have the
old version of a package. Having support for zsync and/or apt-sync
might reduce the amount of data that needs to be downloaded. This could
be a big benefit for those living in bandwidth-starved locations
(most of the world).

To implement this, the Debian mirrors would have to add the special
files required for zsync/apt-sync. In the simplistic implementation, this
would result in a huge number of new files on the mirrors, and that's
not acceptable, so something should be done about that.

Ubuntu has considered this a bit:

* https://wiki.ubuntu.com/AptSyncInKarmicSpec
* https://lists.ubuntu.com/archives/ubuntu-devel/2009-July/028529.html
* https://wiki.ubuntu.com/apt-sync

I don't know what the status of these things in Ubuntu are, nor what
the status of using, say, apt-sync in Debian is.

It might be useful to have support for both zsync and apt-sync:
zsync for .orig.tar.gz and apt-sync for .deb.

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

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

Versions of packages debmirror depends on:
ii  bzip2 1.0.5-4high-quality block-sorting file co
pn  libcompress-zlib-perl none (no description available)
ii  libdigest-sha1-perl   2.12-1 NIST SHA-1 message digest algorith
ii  liblockfile-simple-perl   0.207-1Simple advisory file locking
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  perl [libdigest-md5-perl] 5.10.1-13  Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.10.1-13  Core Perl modules
ii  rsync 3.0.7-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  ed1.4-1  The classic UNIX line editor
ii  gpgv  1.4.10-4   GNU privacy guard - signature veri
ii  patch 2.6-2  Apply a diff file to an original

Versions of packages debmirror suggests:
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep

-- 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#586037: [netsed] Replacing gethostbyname() to get IPv6

2010-06-19 Thread Tim Retout
On 19 June 2010 14:18, Julien Viard de Galbert jul...@vdg.blogsite.org wrote:
 On Sat, Jun 19, 2010 at 02:42:47PM +0200, Mats Erik Andersson wrote:
 A week ago I did develop a patch against netsed-0.01c
 to get rid of gethostbyname(3) by using getaddrinfo(3).
 Thus implementing full IPv6 support and more for the TCP
 layer of netsed. Would Julien Viard accept this, being the
 de facto new upstream author?

 Sure, I already spent 3 hours last night to prepare the code.

 Please send your patch either directly to me, or to the bug #397420 where it 
 probably belong, I'll get it from here.


 The looping bug I addressed in the original text of this
 message has no bearing on IPv6, nor does any reimplementation
 to using selsect(2) instead of a misconceived polling.

 About IPv6 I'll probably need help, I currently have no IPv6 knowledge...

getaddrinfo is the way to go on this. The IPv6 stuff should Just Work
in exactly the same way as IPv4, because the newer API is written that
way.

http://en.wikipedia.org/wiki/Getaddrinfo is quite descriptive.

It also means you don't need the if() block after inet_addr fails -
you can just replace it all with one getaddrinfo call, and it will
figure out both IP addresses and hostnames.

-- 
Tim Retout t...@retout.co.uk



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



Bug#586482: debmirror: bandwidth limit for http downloads

2010-06-19 Thread Lars Wirzenius
Package: debmirror
Version: 1:2.4.4
Severity: wishlist

It would be cool if there was a way to limit bandwidth usage for HTTP
downloads. I know that doing this in a firewall would be a better 
solution overall, but that's not always easy to achieve. Even
something as simple as doing HTTP downloads at full speed, but having
an N-second sleep between them might be sufficient.


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

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

Versions of packages debmirror depends on:
ii  bzip2 1.0.5-4high-quality block-sorting file co
pn  libcompress-zlib-perl none (no description available)
ii  libdigest-sha1-perl   2.12-1 NIST SHA-1 message digest algorith
ii  liblockfile-simple-perl   0.207-1Simple advisory file locking
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  perl [libdigest-md5-perl] 5.10.1-13  Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.10.1-13  Core Perl modules
ii  rsync 3.0.7-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  ed1.4-1  The classic UNIX line editor
ii  gpgv  1.4.10-4   GNU privacy guard - signature veri
ii  patch 2.6-2  Apply a diff file to an original

Versions of packages debmirror suggests:
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep

-- 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#586413: RFA: a lot of packages

2010-06-19 Thread Ola Lundqvist
Hi

On Sat, Jun 19, 2010 at 11:50:35PM +0300, Timo Juhani Lindfors wrote:
 Ben Armstrong sy...@sanctuary.nslug.ns.ca writes:
  Although I cannot take on sole maintainership, I'm interested in the
  survival of the best VNC server and client in Debian.  If a team can
  be put together, I would be happy to contribute in what small ways I
  can.
 
 I'm a daily user of vnc4server/xvnc4viewer 4.1.1+X4.3.0-31. Please let
 me know if you need help in testing :-)
 
  What about eventual replacement by TigerVNC (http://tigervnc.org/),
  since upstream for that fork is actually active?
 
 realvncserver, tightvncserver and vnc4server all seem to contain an
 embedded copy of xfree/Xorg source code. If tigerVNC's Xorg module
 actually works this sounds really promising. Any idea why it is not
 developed in the Xorg tree? Is it still because Xorg does not want
 GPL'd code?

Yes. License problems do not change over night.

 The only earlier attempt on a modular Xorg vnc module I've heard about
 is xf4vnc: http://xf4vnc.sourceforge.net/modular.html -- How does this
 compare against TigerVNC?

It compiles (with a few fixes), but I never got it working, at
least not in a compatible way to the current vnc packages.

I have not got either TigerVNC nor xf4vnc in a good enough way
for release. So I do not know.

Last try was a few (1-3 I do not remember) years ago though so
things may have changed.

Best regards,

// Ola

-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



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



Bug#585927: jpilot: iCalendar export error

2010-06-19 Thread Ludovic Rousseau

forwarded 585927 http://bugs.jpilot.org/view.php?id=2021
tags 585927 upstream
thank

Le 19/06/10 23:12, gpe a écrit :

I'm not agreed with you concerning the closure of this bug.
I'm not an RFC expert, I'm just an user and for an user your answer
isn't acceptable.
Try to import the jpilot export in Google Calendar and as me you'll
become unhappy when you'll need to remove one day for many entry...
If the RFC is uncleared you should let the user to choose the behavior
and not impose your point of view!


I reported the bug upstream.

Thanks

--
 Dr. Ludovic Rousseau



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



Bug#586388: executables built with libc6-dev 2.11.1-3 segfault in string handling functions

2010-06-19 Thread Aurelien Jarno
forcemerge 585937 586388
thanks

On Sat, Jun 19, 2010 at 02:25:54PM -0400, Zygo Blaxell wrote:
 On Sat, Jun 19, 2010 at 03:06:30PM +, Clint Adams wrote:
  On Sat, Jun 19, 2010 at 10:54:36AM -0400, Zygo Blaxell wrote:
   Sorry, that would be *binutils* 2.18.1~cvs20080103-7.  binutils-gold is
   not installed.
  
  binutils from stable does not work with libc6-dev = 2.11
 
 Currently the package libc6-dev Conflicts: binutils ( 2.17cvs20070426-1).
 Can that be upgraded to Conflicts: binutils (= 2.18.1~cvs20080103-7)
 or even Conflicts: binutils ( 2.20.51.20100617-1)?
 

It is already done for some days in the SVN, and it has already been 
reported a few time. Merging the bugs.

-- 
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#586455: eblook: --with-readline became the cause of wrong behavior

2010-06-19 Thread Tatsuya Kinoshita
On June 20, 2010 at 2:24AM +0900,
hirofumi (at mail.parknet.co.jp) wrote:

 Package: eblook
 Version: 1:1.6.1-6
 Severity: normal
[...]
 I recently saw the eblook's wrong behavior with -e euc-jp on
 LANG=ja_JP.UTF-8.
[...]
 With some debugging, the cause of this behavior looks like readline()
 returned the 'search テスト'. Because, perhaps locale is UTF-8, but
 input text was EUC-JP, I'm not sure though.
 
 This setup (-e euc-jp on UTF-8) is the default of lookup-el on emacs.
 
 Any idea to fix this?

Hmm, with or without readline(), eblook on UTF-8 seems buggy.

Does LC_ALL=C prevent your problem?

I'm thinking about updating the lookup-el package as follows.


Description: Set locale to C for eblook to prevent a problem on UTF-8 
environments
Bug-Debian: http://bugs.debian.org/586455
Author: Tatsuya Kinoshita t...@debian.org

--- lookup-el-1.4.1.orig/lisp/ndeb.el   2004-01-28 09:09:34.0 +0900
+++ lookup-el-1.4.1/lisp/ndeb.el2010-06-20 07:27:46.0 +0900
@@ -44,6 +44,11 @@
   :type 'string
   :group 'ndeb)
 
+(defcustom ndeb-program-locale C
+  *Locale for eblook.
+  :type 'string
+  :group 'ndeb)
+
 (defcustom ndeb-prompt-string eblook 
   *Prompt string of eblook.
   :type 'string
@@ -361,6 +366,10 @@
   (let* ((args (cons -q
 (cons ndeb-program-arguments
   (cons directory (if appendix (list appendix))
+(process-environment (copy-sequence process-environment))
+(setenv LANGUAGE ndeb-program-locale)
+(setenv LC_ALL ndeb-program-locale)
+(setenv LANG ndeb-program-locale)
 (buffer (lookup-open-process-buffer (concat  *ndeb+ directory *)))
 (process (apply 'start-process ndeb buffer ndeb-program-name args)))
 (process-kill-without-query process)


Thanks,
-- 
Tatsuya Kinoshita



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



Bug#586384: apt-listbugs: doesn't list bug #586161 in bash-completion

2010-06-19 Thread Francesco Poli
On Sat, 19 Jun 2010 23:23:22 +0200 Vincent Lefevre wrote:

 On 2010-06-19 17:48:45 +0200, Francesco Poli wrote:
  If this is really the case, then I think that an incorrect Version
  pseudo-header was provided by the bug submitter: you can easily fix
  this by sending a notfound 586161 bash-completion/1:1.1-3 command to
  the BTS control bot.
 
 Thanks for the information, I've sent the notfound.

I am glad I could help!   :-)

 I think that
 reportbug is a bit culprit as it chooses the installed version
 by default, without any check of the history (the upgrade failed,
 so that the installed version wasn't the buggy version), and the
 reporter may not have noticed this.

Yeah, that's probably the reason.

Bye.

-- 
 http://www.inventati.org/frx/progs/scripts/pdebuild-hooks.html
 Need some pdebuild hook scripts?
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpamMLRTtu6a.pgp
Description: PGP signature


Bug#586421: [+file] Some tiny other issues about the maint-guide

2010-06-19 Thread Osamu Aoki
Hi,

Thanks David for your patches.

Please apply your patch after minor change I requested below.

My lesson ... never write a response on very hot issue while I am not in
better shape.  If I was too harsh, excuse me.  (Besides, I had too much
typos.)

On Sat, Jun 19, 2010 at 01:46:22PM -0400, David Prévot wrote:
 [Forgot to attach my diff in the previous message, sorry for the noise.]
 [Following the thread in order to keep this talk in the archives.]

  @@ -2085,7 +2089,7 @@
 
 pIf you don't need these, remove them.
 
  -  sect id=examplesfilevarpackage/var.examples/file file
  +  sect id=examplesfilevarpackage/var.examples/file files
 
  This ends with s but this could be a file.
 
 Sure, I just wanted to provide a consistent title with package.info and
 package.manpages, adjusted on the other way in the current patch.

I see your point.  Your new proposal is better patch, I think.
 
  -  fileetc/default/varpackage/var/file. This file
  +  file/etc/default/varpackage/var/file. This file
 
  Thanks but this is intentional.  This is under ./debian .
 
 Sure, thus correcting fileetc/init.d/varpackage/var/file on the
 previous paragraph, included in the current patch (hope this is correct).

I must have been sleepy ... I take back my words and take your older fix
over this one.  Sorry.

 sect id=manpagefilemanpage.*/file files
 
  -  pYour program(s) should have a manual page. If they don't, you must 
  create
  +  pYour program(s) should have a manual page. If they don't, you should 
  create
 
  These uses of shoud and must are my intentional choice as tutorial.
 
 As you wish, but a manpage is not (and can't be) a must, since some
 programs are not intended to be shell executable: some CMS like phpbb3
 have no use of a manpage, even if some documentation is shipped in the
 package under another form, and the same remark is applicable to the
 package main-guide... (It's kept in the current patch, but I won't
 upload it if you are not agree, of course).

At policy: 12.1 Manual pages

You should install manual pages in nroff source form, in appropriate
places under /usr/share/man. 

You are right.  I take your patch on this.

  -  pFor ref id=first, we created 3 patches in 
  filedebian/patches/file.
  +  pFor ref id=modify, we created 3 patches in 
  filedebian/patches/file.
 
  Why?  (I am tired good night. )
 
 The three patches are created in chapter 3 Modifying the source
 (id=modify), not in chapter 2 First steps (id=first).

I take your patch.

 The last diff of the current patch contains, in top of the nip ticking
 debianize change a s/it/them/ at the end of the line (because I assume
 we are talking about the added files, not directory to be edited).

I like newer wording and this is aligned with recent policy wording
change.  Until now, I did not know this.

 I also included a patch to remove jargon neologism debianize as it
 should be done next week in the Policy, cf. #586163 (I intend to propose
 to do the same for the developers-reference).

I see your point and agree.

 Is it OK with you if I try and fix s/section/area/ to conform with
 Policy (and DFSG) about what {main|contrib|non-free} are (I intend to
 propose to do the same for the developers-reference) ?

Let me mention on the section thing.  This has long history of debate
and confusion.  DSFG, Policy, DevRef, APT documentation ...   This has
been highly charged issue which goes back to days when DSFG was created.
Please be careful wording proposal in good tone.

I think I kept wording as it was in maint-guide.

I think we change this for *consistncy* with foundation document.

Let's do this.

FYI: I explain it in debian-reference as:

In the stricter Debian archive terminology, the word section is
specifically used for the categorization of packages by the application
area. (Although, the word main section may sometimes be used to
describe the Debian archive section which provides the main component.)

As I read SC and DSFG again, the word usage should be non-free archive
*area* contains non-free *components*.  I think I need to redo
debian-reference as:

In the stricter Debian archive terminology, the word section is
specifically used for the categorization of packages by the application
area. (Although, the word main section may sometimes be used to
describe the Debian archive area which provides main components.)

(Only the following part of patch is not good as I explained above.)

 @@ -2095,7 +2095,7 @@
you've obviously disregarded my initial recommendation, haven't you? :-)
  
pThe filevarpackage/var.init/file file is installed as the
 -  file/etc/init.d/varpackage/var/file script.  Its fairly generic 
 +  fileetc/init.d/varpackage/var/file script.  Its fairly generic 
skeleton template is provided by the prgndh_make/prgn command as
fileinit.d.ex/file. You'll likely have to rename and edit it, a lot,
while making sure to provide Filesystem Hierarchy Standard
 @@ -2156,7 +2156,7 @@

Bug#582076: nvidia-glx: TwinViewXineramaInfoOrder causes segfault in X server on startup

2010-06-19 Thread Andreas Beckmann
Marc F. Clemente wrote:
 I wonder if this is the same bug as this:
 
 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/548362

No, launchpad #548362 = Debian #566874 (vga arbiter and dual gpu in 2.6.32).

 I have similar issues.  I use AMD64.  I get random X crashes (but the

This is a completely different problem from the one discussed in this
bug report (a specific option in the config file is causing problems,
but this option is not set in your configuration), so please open a new
report for your problem.

Andreas



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



Bug#586449: unbootable system after grub-pc upgrade

2010-06-19 Thread Chris Knadle
On Saturday,19 June 2010 18:22:53 André Nunes wrote:
...
 When I enter grub-install /dev/sda

 /usr/sbin/grub-probe: error: no such disk.
 Auto-detection of a filesystem module failed.
 Please specify the module with the option `--modules' explicitly.

 When I enter grub-install --modules=ext3

 /usr/sbin/grub-probe: error: no such disk.
 /usr/sbin/grub-probe: error: no such disk.
 /usr/sbin/grub-probe: error: no such disk.
 You attempted a cross-disk install, but the filesystem containing
 /boot/grub does not support UUIDs.

Hmm.  Are you trying to install grub onto a hard disk which is /not/ the 
current root filesystem?  The /proc/mounts you sent seems to indicate that:

 *** BEGIN /proc/mounts
 /dev/scd0 /cdrom iso9660 ro 0 0
 /dev/tagesuhu/root / ext2 rw,errors=continue 0 0
 *** END /proc/mounts

As far as I know, when you install grub onto a filesystem other than / (such 
as if you're trying to install grub onto a hard disk from within a rescue CD 
environment) you need to add the --root-directory=mount point parameter, 
such as:

   grub-install --root-directory=/mnt/cf /dev/hdc

The above is what I've used to install grub legacy onto a compact flash card.

  -- Chris

--

Chris Knadle
chris.kna...@coredump.us



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



Bug#541658: I can kind of confirm this bug

2010-06-19 Thread Daniel Gibson
Hi,

I had the same problem, couldn't load http://research.microsoft.com
(or any subpage).
I tried another browser (arora) and it worked - once. After restarting
arora and again trying to load the page it also failed.
Same with opera.
I tried another iceweasel-profile - worked. Once.

I looked into the network traffic with wireshark, it looks like this:

## the format: number, system time, source, destination, protocol, info, time
11  01:03:08.075023 192.168.0.155   192.168.0.1 DNS Standard query A
research.microsoft.com  4.574382
12  01:03:08.076905 192.168.0.1 192.168.0.155   DNS Standard query
response A 131.107.65.144.576264
## so there is no DNS issue involved
13  01:03:08.094167 192.168.0.155   131.107.65.14   TCP 45612  http 
[SYN]
Seq=0 Win=5840 Len=0 MSS=1460 TSV=9210241 TSER=0 WS=6   4.593526
14  01:03:08.287283 131.107.65.14   192.168.0.155   TCP http  45612 
[SYN,
ACK] Seq=0 Ack=1 Win=8192 Len=0 MSS=14524.786642
15  01:03:08.287343 192.168.0.155   131.107.65.14   TCP 45612  http 
[ACK]
Seq=1 Ack=1 Win=5840 Len=0  4.786702
## the connection is established correctly
16  01:03:08.287478 192.168.0.155   131.107.65.14   HTTPGET / HTTP/1.1  
4.786837
## with the following content (this is only the actual http-request):
GET / HTTP/1.1
Host: research.microsoft.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.9)
Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: s_cc=true;
s_sq=msnportalbetarmc%3D%2526pid%253DMicrosoft%252520Research%252520-%252520Turning%252520Ideas%252520into%252520Reality%2526pidt%253D1%2526oid%253Dhttp%25253A//research.microsoft.com/apps/c/1078.aspx%2526ot%253DA

## note that all needed http-keywords and all \r\n sequences are
present. - this seems to be a valid http request to me.
17  01:03:11.287018 192.168.0.155   131.107.65.14   HTTP[TCP
Retransmission] GET / HTTP/1.1  7.786377
## obviously there was no answer so iceweasel tried again (this is
repeated several times until iceweasel gives up). the contents are of
course identical to step 16.

However, a working request looks like this (only the http-request,
first steps are identical):

912 01:13:11.994985 192.168.0.155   131.107.65.14   HTTPGET / HTTP/1.1  
608.494344
## with following content:
!N3tEw@@kA`Ph%zP.GET / HTTP/1.1
Host: research.microsoft.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.9)
Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

## again a valid request, but without a cookie!
913 01:13:12.189427 131.107.65.14   192.168.0.155   HTTPHTTP/1.1 302
Found  (text/html)  608.688786
## this time the connection was accepted and an answer was sent


So it seems like http://research.microsoft.com doesn't like cookies.
If the cookies are deleted one can once more access the page...
I've tried this with iceweasel, arora and Opera on and up-to-date
debian squeeze i386 system, with both a WLAN (ipw2200bg) and normal
LAN (BCM4401-B0) connections.

Can anyone reproduce this behaviour?
An easy way to test is to activate iceweasels private browsing mode -
when starting the mode no cookies will be available, but they will be
temporarily stored until exiting private mode, so you can just start
up private mode, visit http://research.microsoft.com/ (should load)
and then click some link to another research.microsoft.com page
(should not load).

Because it happens with all browsers i tested this obviously is no
iceweasel bug.
However I could not reproduce this bug on a fedora-box at university
(running firefox 3.5.9) - even though cookies are saved and also sent
(says the live http headers plugin).
Is it possible that it is debian-related somehow? I guess if this
happened on more systems people would have noticed before..

Cheers,
- Daniel



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



Bug#586483: Typo 'man update-dlocatedb'

2010-06-19 Thread Dominique Brazziel
Package: dlocate
Version: 1.02
Severity: minor
Tags: patch

The manual page for 'update-dlocatedb' references
non-existent file '/var/lib/dlocate/dlocatedb.txt' in 
the files section.  Patch attached to remove the 
'.txt' suffix.

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

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

Versions of packages dlocate depends on:
ii  dctrl-tools [grep-dctrl]  2.14   Command-line tools to process Debi
ii  dpkg  1.15.7.2   Debian package management system
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 

dlocate recommends no packages.

dlocate suggests no packages.

-- no debconf information
--- update-dlocatedb.8  2009-06-02 20:32:58.0 -0400
+++ update-dlocatedb.8.new  2010-06-19 19:37:25.0 -0400
@@ -36,7 +36,7 @@
 .TP
 
 .TP
-.I /var/lib/dlocate/dlocatedb.txt
+.I /var/lib/dlocate/dlocatedb
 plain text listing of all files belonging to all packages (optionally 
compressed)
 
 .SH SEE ALSO


Bug#583636: closed by Stefano Rivera stef...@rivera.za.net (Rebuild isn't necessary)

2010-06-19 Thread jidanni
reopen 583636
thanks
However did you notice the
running python rtupdate hooks for python2.6...
/usr/lib/python2.6/dist-packages/PyPlucker/PluckerDocs.py:2269: SyntaxWarning: 
assertion is always true, perhaps remove parentheses?
  assert(len(dataval) == (nwords * 2), Invalid length calculation in 
marshalling of PluckerMetadataDocument)
/usr/lib/python2.6/dist-packages/PyPlucker/PluckerDocs.py:2278: SyntaxWarning: 
assertion is always true, perhaps remove parentheses?
  assert(len(dataval) == (nwords * 2), Invalid length calculation in 
marshalling of PluckerMetadataDocument)
running python post-rtupdate hooks for python2.6...
I.e., the package is still not totally ready for python2.6. Reopening.



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



Bug#586484: gdb: Please make edit use sensible-editor

2010-06-19 Thread Josh Triplett
Package: gdb
Version: 7.1-1+b1
Severity: normal

(gdb) help edit
Edit specified file or function.
With no argument, edits file containing most recent line listed.
Editing targets can be specified in these ways:
  FILE:LINENUM, to edit at that line in that file,
  FUNCTION, to edit at the beginning of that function,
  FILE:FUNCTION, to distinguish among like-named static functions.
  *ADDRESS, to edit at the line containing that address.
Uses EDITOR environment variable contents as editor (or ex as default).

Doesn't seem that it does, though:

(gdb) edit misprite.c:423
bash: /bin/ex: No such file or directory

In any case, could gdb default to sensible-editor instead?

- Josh Triplett

-- 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.34-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdb depends on:
ii  gdbserver   7.1-1+b1 The GNU Debugger (remote server)
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libpython2.62.6.5+20100616-1 Shared Python runtime library (ver
ii  libreadline66.1-3GNU readline and history libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

gdb recommends no packages.

Versions of packages gdb suggests:
pn  gdb-doc   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#586421: [+file] Some tiny other issues about the maint-guide

2010-06-19 Thread Osamu Aoki
Hi,

 Is it OK with you if I try and fix s/section/area/ to conform with
 Policy (and DFSG) about what {main|contrib|non-free} are (I intend to
 propose to do the same for the developers-reference) ?

As I read source of debian-reference to update it, I found something
from its comment.  Let me share it FYI.  The Debian archive top level
Release file is as follow:

http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_top_level_release_file_and_authenticity

Origin: Debian
Label: Debian
Suite: unstable
Codename: sid
Date: Sat, 26 Jan 2008 20:13:58 UTC
Architectures: alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel
powerpc s390 sparc
Components: main contrib non-free
Description: Debian x.y Unstable - Not Released
MD5Sum:
 e9f11bc50b12af7927d6583de0a3bd06 22788722 main/binary-alpha/Packages
 43524d07f7fa21b10f472c426db66168  6561398 main/binary-alpha/Packages.gz
...

Here archive area which contain corresponding components are oddly
listed as Component: 

 * categories: 
   http://www.debian.org/doc/debian-policy/ch-archive#s-sections in Debian 
Policy

 * areas: 
   http://www.debian.org/social_contract in Debian Social Contract
   http://www.debian.org/social_contract#guidelines The Debian Free Software 
Guidelines (DFSG)

Osamu




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



Bug#569448:

2010-06-19 Thread Артём Попов
This FTBFS was fixed in Ubuntu by adding docbook-xml to build-dependencies.
See https://bugs.launchpad.net/bugs/586918

Because upstream now depends on docbook-xml:
http://www.opensource-archive.org/archive/index.php/t-135468.html



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



Bug#537572: Hello Dear,

2010-06-19 Thread Sandra J. Rudoey
Hello Dear,
I hope you are also fine too? I am very glad for your question, For me I can't 
say yes or no as of now, You know that we just met each other? At least we have 
to be communicating to each other until we understand our self very well. as I 
told you I am ready to meet a man who is kind and honest to me, I am not here 
to play game or to waist time online sending mail to a man that I think that I 
will never meet in person. I am so serious with you. I will want you to send me 
and email to tell me more about your self and your preview relationship, and 
also what you like and what you hate. I am waiting to hear from you soon. have 
a nice weekend and think about me.God bless you.
Yours Sandra rudoey


  

Bug#586486: dpkg: status database area is locked by another process. Is there a race condition?

2010-06-19 Thread Regid Ichira

Package: aptitude
Version: 0.6.1.5-3
Severity: normal

  When issuing the following commands:

aptitude update; echo; aptitude -dyq --purge-unused safe-upgrade

I get:

many Get lines
Fetched 302kB in 1min 25s (3532B/s)
Reading package lists...

Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
mount: /usr is busy
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
E: Problem executing scripts DPkg::Post-Invoke 'mount -o remount,ro /usr'
E: Sub-process returned an error code
A package failed to install.  Trying to recover:
dpkg: status database area is locked by another process
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...


  There is a problem to remount /usr ro that is not related to aptitude.
Still, the dpkg process that is running is probably a child process of aptitude.
Aren't they suppose to communicate better, and avoid trying to remove a lock
that was placed by the other process?  I am using these commands for years.
Only lately dpkg has started to warn about the lock that was placed by the other
process.
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

Bug#586487: gwenview shall have a ACDSEE like mode : 3 Panels mode would be so great !

2010-06-19 Thread yellow
Package: gwenview
Version: 4:4.4.3-1
Severity: wishlist

Hello

added to VIEW, browse mode,  3 Panels mode would be so great !

I found gwenview cool and not so much buggy, but it has not those 3 fields : 
folder
+preview
+and thumbnails

to order and organize pictures swiftly and well.

A text + information field so label each folder or add trip information for 
folder or for each pictures would be great too.
and text editor comments from teh fullscreen or slideshow
so that one can add text while viewing with the familly

Best regards

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

Kernel: Linux 2.6.32-3-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 gwenview depends on:
ii  kdebase-runtime 4:4.4.4-1runtime components from the offici
ii  libc6   2.11.1-3 Embedded GNU C Library: Shared lib
ii  libexiv2-6  0.19-1   EXIF/IPTC metadata manipulation li
ii  libgcc1 1:4.4.4-1GCC support library
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libkdecore5 4:4.4.3-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.3-2the KDE Platform User Interface Li
ii  libkfile4   4:4.4.3-2the File Selection Dialog Library 
ii  libkio5 4:4.4.3-2the Network-enabled File Managemen
ii  libkipi74:4.4.3-1library for apps that want to use 
ii  libkparts4  4:4.4.3-2the Framework for the KDE Platform
ii  libnepomuk4 4:4.4.3-2the Nepomuk Meta Data Library
ii  libphonon4  4:4.6.0really4.4.1-2 the core library of the Phonon mul
ii  libqt4-svg  4:4.6.2-4Qt 4 SVG module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.1-2 metapackage for the Phonon multime

gwenview recommends no packages.

gwenview 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#586443: [Piuparts-devel] Bug#586443: Bug#586443: piuparts: python DeprecationWarning (sets / debian_bundle)

2010-06-19 Thread John Wright
tags 586443 + patch
thanks

On Sat, Jun 19, 2010 at 07:14:29PM +0200, Holger Levsen wrote:
 Hi Roland,
 
 thanks for your bugreport!
 
 On Samstag, 19. Juni 2010, Roland Stigge wrote:
  # piuparts asp_1.8-7_i386.changes
  /usr/sbin/piuparts:48: DeprecationWarning: the sets module is deprecated
import sets
  /usr/sbin/piuparts:53: DeprecationWarning: please use 'debian' instead of
  'debian_bundle' from debian_bundle import deb822
  Guessed: debian
 
 the problem is that piuparts.d.o runs piuparts on lenny, where no 
 debian_bundle exists. 
 
 I assume the module should be loaded conditionally.

Sorry; we (the python-debian team) probably should have given some time
where loading debian_bundle didn't raise a DeprecationWarning.  Anyway,
the attached patch should squelch both warnings.

-- 
John Wright j...@debian.org
Index: piuparts.py
===
--- piuparts.py	(revision 689)
+++ piuparts.py	(working copy)
@@ -45,13 +45,15 @@
 import stat
 import re
 import pickle
-import sets
 import subprocess
 import unittest
 import urllib
 import uuid
-from debian_bundle import deb822
 
+try:
+from debian import deb822
+except ImportError:
+from debian_bundle import deb822
 
 class Defaults:
 
@@ -1445,7 +1447,7 @@
 
 def offending_packages(meta_infos, file_owners):
 Return a Set of offending packages.
-pkgset = sets.Set()
+pkgset = set()
 for name, data in meta_infos:
 if name in file_owners:
 for pkg in file_owners[name]:


Bug#586488: override: chromium:games/extra, chromium-data:games/extra

2010-06-19 Thread Paul Wise
Package: ftp.debian.org
Severity: normal

Please set the priority of the chromium - chromium-bsu transitional
packages. debcheck whines about the packagages not complying with Policy
Section 2.5: Priorities. In version 0.9.14.1-1 I changed the priorities
to fix that but ftp.d.o is overriding them.

http://qa.debian.org/debcheck.php?dist=unstablepackage=chromium-bsu
http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities

chromium-data_0.9.14.1-1_all.deb: package says priority is extra, override says 
optional.
chromium_0.9.14.1-1_all.deb: package says priority is extra, override says 
optional.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#586489: locales needs higher dpkg priority

2010-06-19 Thread Mark Hedges
Package: locales
Version: 2.11.1-3
Severity: normal


A recent large `apt-get dist-upgrade` included update of locales
to this version.  It seems like configuration of locales should
occur first before configuring other packages.  During the upgrade,
I got a lot of stuff like the following.  I also could not use
`reportbug` until configuration was finished because new terminals
had unacceptable 'C' locale with LANG us-ascii or something like that.
Thanks!  --mark--

Processing triggers for man-db ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
/usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct
Setting up gcc-4.4-base (4.4.4-5) ...


Preparing to replace empathy 2.28.2-3 (using .../empathy_2.30.1-2+b1_i386.deb) 
...
Unpacking replacement empathy ...
Replacing files in old package libempathy-gtk-common ...
Processing triggers for man-db ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
/usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct


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

Kernel: Linux 2.6.32-3-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 locales depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  libc6 [glibc-2.11-1]  2.11.1-3   Embedded GNU C Library: Shared lib

locales recommends no packages.

locales suggests no packages.

-- debconf information:
  locales/default_environment_locale: en_US.UTF-8
  locales/locales_to_be_generated: en_US.UTF-8 UTF-8



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



Bug#578854: New workding for Conflicts, Breaks, and related sections

2010-06-19 Thread Steve Langasek
On Thu, Jun 17, 2010 at 11:24:19AM -0700, Russ Allbery wrote:
 Here is updated proposed wording incorporating fixes for the various
 issues raised on the list since yesterday.

Seconded.

 @@ -4829,40 +4914,35 @@ Replaces: foo (lt;lt; 1.2-3)
   special argument to allow the package to do any final
   cleanup required.  See ref id=mscriptsinstact.
   footnote
 -   p
 - Replaces is a one way relationship -- you have to  
 - install the replacing package after the replaced
 - package.
 -   /p
 +   Replaces is a one way relationship.  You have to install
 +   the replacing package after the replaced package.
   /footnote
 /p

IIRC, this isn't actually true in current versions of dpkg, but that's a
separate issue.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#586491: Broken symlinks created for package if /usr/src is a symlink

2010-06-19 Thread Evan Harris


Package: linux-headers-2.6.32-5-common
Version: 2.6.32-15

If /usr/src is symlinked to a different location, the symlinks within the 
package for 'Kbuild' and 'scripts' end up being broken since ../.. traverses 
from the actual location.


This is likely a problem for all the versions of this package, as well as 
other versions of the kernel.


Evan



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



Bug#586492: xchat: When typing so much that it surpasses the end of the typing area, the view does not follow

2010-06-19 Thread Deniz Akcal
Package: xchat
Version: 2.8.6-2.1
Severity: minor

When typing so much that it surpasses the end of the typing area, the view does 
not follow. If you want to see what you're typing toward the end, you have to 
press backspace which is annoying because 
it deletes a character and then as soon as you continue typing, you can't see 
what you're typing again. Although I listed this as a minor bug because it's 
not a feature disfunctionality, it is really 
annoying to deal with. I have my doubts that this will be considered to fix 
given that this is the current stable release and this is not a 
release-critical bug but I thought I should try filing a bug 
report just in case.

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

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

Versions of packages xchat depends on:
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18lenny1 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libperl5.10 5.10.0-19lenny2  Shared Perl library
ii  libsexy20.1.11-2+b1  collection of additional GTK+ widg
ii  libssl0.9.8 0.9.8g-15+lenny6 SSL shared libraries
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  python2.5   2.5.2-15 An interactive high-level object-o
ii  tcl8.4  8.4.19-2 Tcl (the Tool Command Language) v8
ii  xchat-common2.8.6-2.1Common files for X-Chat

Versions of packages xchat recommends:
ii  libnotify10.4.4-3sends desktop notifications to a n
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

Versions of packages xchat suggests:
pn  libnet-google-perlnone (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#586493: ocaml-batteries: FTBFS with OCaml 3.12 (probably) because of changes in Camlp4

2010-06-19 Thread Stéphane Glondu
Package: src:ocaml-batteries
Version: 1.1.0-2
Severity: normal
User: debian-ocaml-ma...@lists.debian.org
Usertags: ocaml312-ftbfs
Tags: upstream pending

Hello,

While rebuilding all packages with OCaml 3.12.0+beta1, ocaml-batteries
failed to build on amd64.

Revelant part:
 + ocamlfind ocamldep -package camlp4.lib -native -pp camlp4of -I . -I 
 ../../../libs/estring pa_format.ml
 File pa_format.ml, line 247, characters 19-22:
 While expanding quotation ctyp in a position of patt:
   Parse error: EOI expected after [quotation of type] (in [quotation of type])
 
 Preprocessing error on file pa_format.ml
 - exit src/syntax/pa_strings scan-ocaml-pa_format.ml, 0.17 sec, code 2
 *** omake: 51/774 targets are up to date
 *** omake: failed (2.37 sec, 6/6 scans, 4/7 rules, 26/286 digests)
 *** omake: targets were not rebuilt because of errors:
scanner src/syntax/pa_strings/scan-ocaml-pa_format.ml
   depends on: src/syntax/pa_strings/pa_format.ml
 make[1]: *** [override_dh_auto_build] Error 2

The full build log is available at:


http://ocaml.debian.net/debian/ocaml3120beta1/failures/ocaml-batteries_1.1.0-2%2B3.12.0%2Bbeta1%2B1_amd64.build

This bug is already fixed in the d-o-m repository, but I'm not sure if
this bug belongs to ocaml-batteries or to ocaml itself. See:

  http://caml.inria.fr/mantis/view.php?id=5080


Best regards,

-- 
Stéphane




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



Bug#586494: linux-image-2.6.26-2-686: Dell PowerEdge 4200's don't work with 2.6.26

2010-06-19 Thread trouble daemon
Package: linux-2.6
Version: 2.6.26-22lenny1
Severity: important

I am using a pair of Dell PowerEdg 4200's that have been working with
debian since 2002 or so, 100% perfectly. However, since testing out
Lenny with a 2.6.26 kernel, it seems that both systems panic in an
unbootable fashion with 2.6.26. On one (this) machine, I even removed
the megaraid card, with the same scsi related crashing/panic.

I have tried a recompile of 2.6.26 with the old aic7xxx module instead
of the new one, but it doesn't seem to make a differece.

This following 2 dmesg dumps are from a serial console that I recorded
earlier and put on pastebin (permanent paste):
  - 2.6.26 kernel that panics (latest unmodified debian kernel):
http://pastebin.ca/1886636
  - 2.6.18 kernel that works (latest unmodified debian kernel):
http://pastebin.ca/1886641

I am still trying to find out what might have changed since 2002 or
so, up until 2.6.26 that decided to make my dell's into useless
paperweights, but at 5 hours per compile on a make-kpkg after a tree
clean, its highly unlikely that I will be able to track it down
anytime soon. I will try the latest stable vanilla kernel with
everything disabled that I possibly can, and try get at least past the
pivot_root to the real fs. I'll try let you know how it goes.

Help me Obi-Wan Kenobi, you're my only hope.

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** Network interface configuration:
# generated by FAI
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC
[Natoma] [8086:1237] (rev 02)

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort+ SERR- PERR- INTx-
Latency: 32
Kernel modules: ipmi_si

00:0d.0 PCI bridge [0604]: Digital Equipment Corporation DECchip 21152
[1011:0024] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 255, Cache Line Size: 32 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=68
I/O behind bridge: e000-efff
Memory behind bridge: fde0-fdef
Prefetchable memory behind bridge: 3000-300f
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr+ DiscTmrStat+ DiscTmrSERREn-
Kernel modules: shpchp, ipmi_si

00:0f.0 EISA bridge [0602]: Intel Corporation 82375EB/SB PCI to EISA
Bridge [8086:0482] (rev 15)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 248
Kernel modules: ipmi_si

00:13.0 Ethernet controller [0200]: 3Com Corporation 3c905B 100BaseTX
[Cyclone] [10b7:9055] (rev 24)
Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100 [10b7:9055]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 80 (2500ns min, 2500ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at f880 [size=128]
Region 1: Memory at fdfffc00 (32-bit, non-prefetchable) [size=128]
[virtual] Expansion ROM at 3010 [disabled] [size=128K]
Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: 3c59x
Kernel modules: ipmi_si, 3c59x

00:14.0 VGA compatible controller [0300]: ATI Technologies Inc 264VT
[Mach64 VT] [1002:5654] (rev 40) (prog-if 00 [VGA controller])
Subsystem: ATI Technologies Inc Mach64VT Reference [1002:5654]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop+ ParErr-
Stepping+ SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Region 0: Memory at fc00 (32-bit, prefetchable) [size=16M]
Region 1: I/O ports at f400 [size=256]
[virtual] Expansion ROM at 3012 [disabled] [size=64K]
Kernel modules: ipmi_si

01:0a.0 SCSI storage controller [0100]: Adaptec AIC-7880U [9004:8078]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr-
Stepping- SERR+ 

Bug#586495: alpine: integrate patches from pkg topal - why not?

2010-06-19 Thread Mark Hedges
Package: alpine
Version: 2.00+dfsg-6
Severity: wishlist


It seems like the patches from 'topal' would be easy to 
integrate into alpine with 'recommends' for gpg packages.

Admittedly, I haven't tried the patches yet.  I'm lazy.

Mark

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

Kernel: Linux 2.6.32-3-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 alpine depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libgssapi-krb5-2  1.8.1+dfsg-5   MIT Kerberos runtime libraries - k
ii  libkrb5-3 1.8.1+dfsg-5   MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.17-2.1 OpenLDAP libraries
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libpam0g  1.1.1-3Pluggable Authentication Modules l
ii  libssl0.9.8   0.9.8n-1   SSL shared libraries

alpine recommends no packages.

Versions of packages alpine suggests:
ii  aspell0.60.6-4   GNU Aspell spell-checker
ii  exim4 4.71-4 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.71-4 lightweight Exim MTA (v4) daemon

-- 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#586496: sane-utils: sane-find-scanner does not find HP LJ 3020

2010-06-19 Thread Dylan Thurston
Package: sane-utils
Version: 1.0.21-2
Severity: normal

With an HP LaserJet 3020 attached via USB, I get the output below.  It
looks like the device is called /dev/usb/lp0, not /dev/usb/scanner0,
although it still doesn't work even when explicitly told to look there.

(Scanning works fine via xsane.)

--Dylan Thurston

d...@amaryllis:~$ lsusb
Bus 003 Device 053: ID 03f0:1717 Hewlett-Packard LaserJet 3020
Bus 003 Device 052: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 003 Device 051: ID 05f3:0007 PI Engineering, Inc. Kinesis Advantage PRO 
MPC/USB Keyboard
Bus 003 Device 050: ID 05f3:0081 PI Engineering, Inc. Kinesis Integrated Hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
d...@amaryllis:~$ scanimage -L
device `hpaio:/usb/hp_LaserJet_3020?serial=00CNBM043190' is a Hewlett-Packard 
hp_LaserJet_3020 all-in-one
d...@amaryllis:~$ sudo sane-find-scanner -v
This is sane-find-scanner from sane-backends 1.0.21

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

searching for SCSI scanners:
checking /dev/scanner... failed to open (Invalid argument)
checking /dev/sg0... failed to open (Invalid argument)
checking /dev/sg1... failed to open (Invalid argument)
checking /dev/sg2... failed to open (Invalid argument)
checking /dev/sg3... failed to open (Invalid argument)
checking /dev/sg4... failed to open (Invalid argument)
checking /dev/sg5... failed to open (Invalid argument)
checking /dev/sg6... failed to open (Invalid argument)
checking /dev/sg7... failed to open (Invalid argument)
checking /dev/sg8... failed to open (Invalid argument)
checking /dev/sg9... failed to open (Invalid argument)
checking /dev/sga... failed to open (Invalid argument)
checking /dev/sgb... failed to open (Invalid argument)
checking /dev/sgc... failed to open (Invalid argument)
checking /dev/sgd... failed to open (Invalid argument)
checking /dev/sge... failed to open (Invalid argument)
checking /dev/sgf... failed to open (Invalid argument)
checking /dev/sgg... failed to open (Invalid argument)
checking /dev/sgh... failed to open (Invalid argument)
checking /dev/sgi... failed to open (Invalid argument)
checking /dev/sgj... failed to open (Invalid argument)
checking /dev/sgk... failed to open (Invalid argument)
checking /dev/sgl... failed to open (Invalid argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Invalid argument)
checking /dev/sgs... failed to open (Invalid argument)
checking /dev/sgt... failed to open (Invalid argument)
checking /dev/sgu... failed to open (Invalid argument)
checking /dev/sgv... failed to open (Invalid argument)
checking /dev/sgw... failed to open (Invalid argument)
checking /dev/sgx... failed to open (Invalid argument)
checking /dev/sgy... failed to open (Invalid argument)
checking /dev/sgz... failed to open (Invalid argument)
  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try modprobe sg.

searching for USB scanners:
checking /dev/usb/scanner... failed to open (Invalid argument)
checking /dev/usb/scanner0... failed to open (Invalid argument)
checking /dev/usb/scanner1... failed to open (Invalid argument)
checking /dev/usb/scanner2... failed to open (Invalid argument)
checking /dev/usb/scanner3... failed to open (Invalid argument)
checking /dev/usb/scanner4... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner7... failed to open (Invalid argument)
checking /dev/usb/scanner8... failed to open (Invalid argument)
checking /dev/usb/scanner9... failed to open (Invalid argument)
checking /dev/usb/scanner10... failed to open (Invalid argument)
checking /dev/usb/scanner11... failed to open (Invalid argument)
checking /dev/usb/scanner12... failed to open (Invalid argument)
checking /dev/usb/scanner13... failed to open (Invalid argument)
checking /dev/usb/scanner14... failed to open (Invalid argument)
checking /dev/usb/scanner15... failed to open (Invalid argument)
checking /dev/usbscanner... failed to open (Invalid argument)
checking /dev/usbscanner0... failed to open (Invalid argument)
checking /dev/usbscanner1... failed to open (Invalid argument)
checking 

Bug#586421: [+file] Some tiny other issues about the maint-guide

2010-06-19 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 19/06/2010 19:11, Osamu Aoki a écrit :
 Hi,

 Please apply your patch after minor change I requested below.

Done in r7419, thanks.

I need a better look at all your arguments about section|area|component,
and some time to think and read more about it (it's late for me know, I
hardly think clearly), but thanks for all your explanations (I was not
aware of any political reason for these wording, I only assumed some
technical reasons).

Cheers

David

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

iEYEARECAAYFAkwdkYkACgkQ18/WetbTC/qXSwCaAvBbiUptP5GZed7r+CygDlI0
g2oAnRyU/Bv9fghl4wuXybdUy4h+XhlU
=2Q/w
-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#579028: pbuilder: installs untrusted packages without asking

2010-06-19 Thread Junichi Uekawa
severity wishlist
thanks

At Sun, 25 Apr 2010 00:01:36 +0900,
Ansgar Burchardt wrote:
 
 Package: pbuilder
 Version: 0.196
 Severity: grave
 Tags: security
 Justification: user security hole
 
 Hi,
 
 pbuilder will by default install packages from untrusted sources.  This
 means the system can be compromised by a man in the middle providing
 malicious packages.  There also seems no way to get pbuilder to stop
 doing so.
 
 pbuilder should (in the default configuration) not install packages that
 are not trusted, only when the user explicitly requests this explicitly.
 
 Also when creating the chroot with debootstrap, the --keyring option
 should be used so that debootstrap will check for a valid signature.
 
 Regards,
 Ansgar
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers testing
   APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 
 
 ___
 Pbuilder-maint mailing list
 pbuilder-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pbuilder-maint
 



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



Bug#586497: top: graceful degradation on small screen sizes

2010-06-19 Thread Paul Wise
Package: procps
Version: 1:3.2.8-9
Severity: wishlist

I occasionally run top under vala-terminal in Debian on my OpenMoko
FreeRunner phone. The screen on this device is 2.84 diagonal. After
removing the space taken by the virtual keyboard, panel and
vala-terminal toolbar, this gives a terminal size of 51x19 which is
enough to display up to the %MEM column and 12 processes. If I increase
the font size to something that is more readable and restart top then I
get a size of 28x10 which is enough to display up to the VIRT column and
3 processes. I'd like top to gracefully degrade in the following ways:

Assign an importance value to each column based on some criteria, sort
the columns by importance and drop any columns that don't fit in the
terminal size. I'm thinking that the importance order should be
something like currently selected sort column, command, pid, user, %CPU,
%MEM, TIME+, NI, PR, VIRT, RES, SHR  S. The importance order should be
configurable so that people can customise it.

The rows at the top should become progressively more abbreviated as the
number of columns in the terminal decreases. Initially the extra
whitespace should be removed, then abbreviate phrases to single words,
then abbreviate words to less and less characters, then just display the
numbers and units, then drop units.

The rows at the top should have importance values and should be
dropped to make way for more processes. The drop order should be
configurable and default to something like blank line, Tasks, Swap, Mem,
Cpu(s), top.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: armel (armv4tl)

Kernel: Linux 2.6.29-rc3 (PREEMPT)
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 procps depends on:
ii  initscripts   2.88dsf-7  scripts for initializing and shutt
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-5  GCC support library
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libncursesw5  5.7+20100313-2 shared libraries for terminal hand
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

Versions of packages procps recommends:
ii  psmisc22.11-1utilities that use the proc file s

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#586498: kpart-webkit: Java does not work in Konqueror when using WebKit as the rendering engine

2010-06-19 Thread Michael Tsang
Package: kpart-webkit
Version: 0.9svn1133684-1
Severity: normal
Tags: upstream

Open http://www.java.com/en/download/help/testvm.xml with WebKit and Java does
not work but using KHTML to load it works.



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

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

Versions of packages kpart-webkit depends on:
ii  libc62.11.1-3Embedded GNU C Library: Shared lib
ii  libkdecore5  4:4.4.4-1   the KDE Platform Core Library
ii  libkparts4   4:4.4.4-1   the Framework for the KDE Platform
ii  libkwebkit1  0.9svn1133684-1 KDE bindings for WebKit
ii  libqtcore4   4:4.6.3-1   Qt 4 core module
ii  libstdc++6   4.4.4-5 The GNU Standard C++ Library v3

kpart-webkit recommends no packages.

kpart-webkit 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#586455: eblook: --with-readline became the cause of wrong behavior

2010-06-19 Thread OGAWA Hirofumi
Tatsuya Kinoshita t...@vega.ocn.ne.jp writes:

 On June 20, 2010 at 2:24AM +0900,
 hirofumi (at mail.parknet.co.jp) wrote:

 Package: eblook
 Version: 1:1.6.1-6
 Severity: normal
 [...]
 I recently saw the eblook's wrong behavior with -e euc-jp on
 LANG=ja_JP.UTF-8.
 [...]
 With some debugging, the cause of this behavior looks like readline()
 returned the 'search テスト'. Because, perhaps locale is UTF-8, but
 input text was EUC-JP, I'm not sure though.
 
 This setup (-e euc-jp on UTF-8) is the default of lookup-el on emacs.
 
 Any idea to fix this?

 Hmm, with or without readline(), eblook on UTF-8 seems buggy.

BTW, what problem?

I didn't have any problem with previous eblook version on debian/testing
until now (sorry, I forgot actual version).

 Does LC_ALL=C prevent your problem?

 I'm thinking about updating the lookup-el package as follows.

I'm not using lookup-el package actually, because I'm using emacs on bzr
with custom lookup. So, I tested it with the following,

$ cat  ~/bin/eblook
#!/bin/sh

export LANGUAGE=C
export LC_ALL=C
export LANG=C

exec /usr/bin/eblook $@
$

and with this hack, it seems to work for me (tested a few word only though).

However, if eblook is really buggy on UTF-8, why don't we set C to
locale in eblook?

Thanks.
-- 
OGAWA Hirofumi hirof...@mail.parknet.co.jp



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



Bug#585627: hplip: Error with hpmudext module : hp-* dont works

2010-06-19 Thread Mark Purcell
On Sunday 13 June 2010 18:37:00 Sandro Tosi wrote:
  But that would be too much and the package would then have to be manually
  updated every-time you upversion python.
 
 The correct way to handle it is to set XS-P-V to = 2.5 (that
 declares the package only works with version 2.5 onward) or even to
 all (that declares the package can use any of the supported version
 of Python in Debian) and then build the package for all the supported
 versions in debian/rules.

Thanks Sandro,

I have implemented this, but it is still causing issues.

 You can call pyversions (with parameters, IIRC -s for all the
 supported versions) then loop over those versions and call python$ver
 setup.py build and then install on each of them.
 
 Also, I suggest to use a python helper program, and the debian-python
 community suggests python-support, which is reliable and
 well-maintained.

We have pyversions and are using python-support, but still are not getting what 
we need.

If we build the hplip package with python2.5 installed, then it places the 
modules under /usr/lib/python2.5/site-packages:
http://packages.debian.org/sid/ia64/hplip/filelist

If we build the hplip package with python2.6 installed then it places the 
modules under /usr/lib/python2.6/dist-packages:
http://packages.debian.org/sid/i386/hplip/filelist


The python2.5 built packages (/usr/lib/python2.5/site-packages) do not work if 
python2.6 is installed, as it cannot locate the correct modules.. :-(

So how do I force depends to be set to ensure the correct version of python is 
installed, or how to I ensure that either version of python will look in either 
location for the modules??

Mark


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


Bug#586500: checkbashisms can't deal with stdin properly

2010-06-19 Thread jidanni
Package: devscripts
Version: 2.10.64
Severity: wishlist
File: /usr/bin/checkbashisms

$ xxx|yyy|checkbashisms
$ xxx|yyy|checkbashisms -
$ xxx|yyy|checkbashisms  zzz
all don't work. One needs a hacky
$ xxx|yyy|checkbashisms /dev/stdin



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



Bug#586501: [ktorrent] Move completed downloads to no longer working

2010-06-19 Thread Lars Boegild Thomsen
Package: ktorrent
Version: 4.0.0-1
Severity: normal

--- Please enter the report below this line. ---
For some reason the Move completed downloads to have stopped working.  
There's no error message and no indication as to why - it just is no longer 
moving files/folders after the downloads are completed even if this option is 
checked and a valid path is entered in the folder field.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  900 testing debian 
  500 maemo5-sdk  scratchbox.org 
  200 stable  debian 
  100 unstabledebian 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
kdebase-runtime | 4:4.4.4-1
libc6(= 2.1.3) | 2.11.1-3
libgcc1(= 1:4.1.1) | 1:4.4.4-1
libgeoip1 (= 1.4.7~beta3+dfsg) | 1.4.7~beta5+dfsg-1
libkdecore5(= 4:4.4.0) | 4:4.4.4-1
libkdeui5  (= 4:4.4.0) | 4:4.4.4-1
libkdnssd4   (= 4:4.4) | 4:4.4.4-1
libkhtml5(= 4:4.4) | 4:4.4.4-1
libkio5  (= 4:4.4) | 4:4.4.4-1
libkjsapi4   (= 4:4.4) | 4:4.4.4-1
libknotifyconfig4(= 4:4.4) | 4:4.4.4-1
libkparts4   (= 4:4.4) | 4:4.4.4-1
libkrosscore4(= 4:4.4) | 4:4.4.4-1
libktorrent1   (= 1.0~rc1) | 1.0.0-1
libkutils4   (= 4:4.4) | 4:4.4.4-1
libkworkspace4   (= 4:4.4) | 4:4.4.4-1
libphonon4   (= 4:4.3) | 4:4.6.0really4.4.1-2
libqt4-dbus  (= 4:4.6) | 4:4.6.3-1
libqt4-network   (= 4:4.6) | 4:4.6.3-1
libqt4-qt3support(= 4:4.6) | 4:4.6.3-1
libqt4-script(= 4:4.6) | 4:4.6.3-1
libqt4-svg   (= 4:4.6) | 4:4.6.3-1
libqt4-xml   (= 4:4.6) | 4:4.6.3-1
libqtcore4 (= 4:4.6.1) | 4:4.6.3-1
libqtgui4(= 4:4.6) | 4:4.6.3-1
libsolid4(= 4:4.4) | 4:4.4.4-1
libsolidcontrol4 (= 4:4.4) | 4:4.4.4-1
libstdc++6   (= 4.1.1) | 4.4.4-1
libsyndication4  (= 4:4.4) | 4:4.4.4-1
libtag1c2a (= 1.5) | 1.6.3-1
phonon  | 4:4.6.0really4.4.1-2
ktorrent-data   (= 4.0.0-1) | 4.0.0-1
libktorrent-l10n| 1.0.0-1


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-
plasma-widget-ktorrent (= 4.0.0-1) | 

-- 
Lars



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



Bug#586428: Please clear the apt cache

2010-06-19 Thread Frans Pop
On Saturday 19 June 2010, Martin Michlmayr wrote:
  cleanup () {
 +   rm -f /target/var/cache/apt/archives/*.deb 2/dev/null || true
 rm -f $KERNEL_LIST $KERNEL_LIST.unfiltered
  }

Shouldn't this call 'apt-get cleanup' in /target instead?



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



Bug#586502: nvidia-glx: Xorg doesn't try to load nvidia driver even though all other drivers have been removed

2010-06-19 Thread Olivier Mehani
Package: nvidia-glx
Version: 195.36.24-1
Severity: important
Tags: patch

When using the nvidia-glx driver on a machine which xserver-xorg supports
nouveau, Xorg tries to probe all the non-proprietary drivers that have been
built-in (and provided by xserver-xorg-video-all). This includes, in this
order, nouveau, nv, vesa and fbdev for my video card.

Despite the blacklist added by nvidia-kernel-common to fix bug #580894, Xorg's
probing nouveau does load the kernel module, along with the already loaded
proprietary nvidia module.

The solution I found to that was to uninstall all non-proprietary Xorg video
drivers mentionned earlier, to leave a clear spot for the proprietary one.

However, X still didn't load as it was sequentially trying to load these
drivers (and fail as the files weren't there anymore). X eventually exits
without trying to load the nvidia driver.

It appears that adding a snippet of Xorg.conf in /usr/share/X11/xorg.conf.d/
(e.g. 99-nvidia-glx.conf) makes X aware of this other driver.

The attached 99-nvidia-glx.conf is not really a patch, but I suspect that if
the nvidia-glx package
provided such a file (maybe with a simple debconf script to enable/disable it),
it would solve a lot of troubles trying to install this driver.

cranky except-for=NouveauThis is also the last time I'm buying an NVidia
card... I'm not even sure we should bother, considering they don't.../cranky



-- Package-specific info:
uname -a:
Linux flintwinch 2.6.32-5-686 #1 SMP Tue Jun 1 04:59:47 UTC 2010 i686 GNU/Linux

/proc/version:
Linux version 2.6.32-5-686 (Debian 2.6.32-15) (b...@decadent.org.uk) (gcc
version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:59:47 UTC 2010

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86 Kernel Module  195.36.24  Thu Apr 22 09:18:20 PDT
2010
GCC version:  gcc version 4.3.5 (Debian 4.3.5-1)

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV44 [GeForce 6200
A-LE] [10de:0222] (rev a1) (prog-if 00 [VGA controller])
Subsystem: XFX Pine Group Inc. Device [1682:226a]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 248 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 18
Region 0: Memory at f100 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e000 (32-bit, prefetchable) [size=256M]
Region 2: Memory at f200 (32-bit, non-prefetchable) [size=16M]
[virtual] Expansion ROM at f000 [disabled] [size=128K]
Capabilities: access denied
Kernel driver in use: nvidia



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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
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 nvidia-glx depends on:
ii  libc62.11.1-3Embedded GNU C Library: Shared lib
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.1-3   X11 miscellaneous extension librar
ii  nvidia-kernel-dkms [nvidia-k 195.36.24-1 NVIDIA binary kernel module DKMS s

nvidia-glx recommends no packages.

Versions of packages nvidia-glx suggests:
ii  nvidia-kernel-dkms   195.36.24-1 NVIDIA binary kernel module DKMS s
pn  nvidia-settings  none  (no description available)

-- no debconf information
# Make Xorg aware of the proprietary driver
# Place in /usr/share/X11/xorg.conf.d/
Section Device
Identifier  NV AGP
VendorName  nvidia
Driver   nvidia
# update this with the PCI id of your card.  Consult the output
# of the 'lspci' command.  The BusID is usually optional when
# only using one graphics card.
#BusID   PCI:1:0:0
EndSection

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.14-dsa-ia32 i686 Debian
Current Operating System: Linux flintwinch 2.6.32-5-686 #1 SMP Tue Jun 1 
04:59:47 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=e7f85f24-cbcb-4d6f-9bcc-61380585d289 ro quiet
Build Date: 03 June 2010  04:08:50PM
xorg-server 2:1.7.7-2 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.1.log, Time: Sun Jun 20 14:57:50 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory 

Bug#586503: transmission: New upstream version available (2.00)

2010-06-19 Thread Micah
Package: transmission
Version: 1.93-2
Severity: wishlist

http://www.transmissionbt.com/

Transmission 2.00 (2010/06/15) ¶

All tickets closed by this release
All Platforms ¶

* Local Peer Discovery for finding peers on the local network
* Optimize download requests for the bandwidth available
* Smarter heuristics when deciding the order to connect to peers
* Faster verification of local data
* Faster startup
* Support more blocklist file formats
* Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)
* Better handling of 404 tracker errors

Mac ¶

* Compact View replaces Minimal View, taking up considerably less space
* Show an Add Transfer window when adding magnet links
* Resume All now ignores finished transfers
* Allow trackers to be pasted into the Create Window
* European Portuguese localization
* Removed Traditional Chinese localization because of lack of localizer

GTK+ ¶

* New filterbar to filter by tracker, private/public, etc.
* Compact View replaces Minimal View, taking up considerably less space
* Show the Torrent Options dialog when adding magnet links
* Set Location now supports moving multiple torrents at once
* The Properties window now fits on low resolution screens
* Add favicon support to the Properties dialog's Tracker tab

Qt ¶

* Show the Torrent Options dialog when adding magnet links
* Show all active trackers in the tracker display list
* Show file sizes in the file tree
* Added a confirm dialog when removing torrents
* Properties and torrent options no longer jump around while editing
* Allow setting locations for remote sessions
* Miscellaneous UI fixes

Daemon ¶

* Let users specify a script to be invoked when a torrent finishes 
downloading
* Better support for adding per-torrent settings when adding a new torrent
* Optional pidfile support
* Option to start torrents paused
* Option to delete .torrent files from watch directory

Web Client ¶

* The context menu now works when multiple rows are selected
* Show ETA for seeding torrents that have a seed ratio set

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 
'lucid-backports'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-22-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages transmission depends on:
pn  transmission-cli  none (no description available)
pn  transmission-common   none (no description available)
pn  transmission-gtk  none (no description available)

transmission recommends no packages.

transmission suggests no packages.



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



Bug#553698: [Pkg-erlang-devel] Bug#573061: Bug#553698: gwibber 2.30 is out, desktopcouch is available

2010-06-19 Thread Kartik Mistry
On Tue, May 18, 2010 at 11:52 PM, Sam Bisbee sbis...@computervip.com wrote:
...
 I'll post back to this ticket with any updates as they happen, and cross post
 to #553698 depending on relevancy.

Any updates?

Thanks!

-- 
 Cheers,
 Kartik Mistry
 Debian GNU/Linux Developer
 0xD1028C8D | Identica: @kartikm | IRC: kart_
 Blogs: {gu: kartikm, en: ftbfs}.wordpress.com



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



Bug#573822: RFH: gwibber -- microblogging client for GNOME

2010-06-19 Thread Kartik Mistry
On Sun, Jun 20, 2010 at 1:23 AM, Raphael Hertzog hert...@debian.org wrote:
 Kartik, you get several offers of help. I hope you responded because it
 would be good to see an updated gwibber in Debian.

Yes. Thanks to all for help!

 We have python 2.6 by default in sid now, so this is no longer a blocker.

Yes. It is not problem now..

 The ubuntu package builds unmodified on Debian but it requires some
 packages which are in NEW for now (libindicate for python-indicate).
 It does not work here though, it has troubles with desktopcouch
 apparently not sure why.

Right. Only blocker is: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573061

-- 
 Cheers,
 Kartik Mistry
 Debian GNU/Linux Developer
 0xD1028C8D | Identica: @kartikm | IRC: kart_
 Blogs: {gu: kartikm, en: ftbfs}.wordpress.com



-- 
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