Bug#505514: maint-guide: g77 will not be used in lenny, please update

2008-11-12 Thread Oz N
Package: maint-guide
Severity: normal

In section 1.1 of the guide, under list of recommended programs there is a 
refercne to g77. Which is not used anymore in Debian lenny. This needs to be 
updated to the latest Fortran compiler, gfortran. 


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

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



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



Bug#505486: [openoffice.org-writer] oowriter can't open links in a document using external browser

2008-11-12 Thread Rene Engelhard
tag 505486 - patch
thanks

[ please wrap your lines after a sane point, let's say 72 chars ]

Hi,

Valerio Passini wrote:
> I hope you will find this bug report useful even if it's referred to 
> experimental branch, but it is about the upcoming 3.0 version of openoffice. 
> Well, I have noticed that just in case you press hyperlinks contained in a 
> document, openoffice complains about: Openoffice could not find a web browser 
> on your syste. Please check your desktop preferences or install a web browser 
> (e.g.: Mozilla), blah blah blah...

Yes, there's a bug.

> Obviously the browser is in its place, and BTW there are at least three 
> browsers it can use (firefox, konqueror, epiphany). I have tried to check the 
> default browsers in /etc/alternatives, purging packages, almost everything. 
> Finally, googling around I have found in a mandriva forum (they are the best, 
> trust me ;D) that the problem is related only to KDE and the script  
> /usr/lib/openoffice/basis3.0/program/kde-open-url.

Those Mandriva forums can't be the best given the snippet below. It hardcodes 
firefox.

> The original script gives this error in console:
> /usr/lib/openoffice/program/../basis-link/program/kde-open-url: line 7: `  
> else'
> 
> So I have just copy/paste the script from the mandriva forum and it worked:

Yeah, right, don't fix the syntax error right away (already reported btw) but 
use a script
from somewhere else loosing the feature that the altarnative and KDE settings 
are taken
into account ;-)

> I hope this script doesn't rise other bugs...

It does.

> Debian Release: lenny/sid
>   500 unstablewww.debian-multimedia.org 
>   500 unstablemirrors.ecology.uni-kiel.de 
>   500 unstablemi.mirror.garr.it 
>   500 unstabledebian.fastweb.it 
>   500 testing mi.mirror.garr.it 
>   500 stable  security.debian.org 
>   500 stable  mi.mirror.garr.it 
> 1 experimentalmi.mirror.garr.it 

Needless to say that this combination makes no sense...

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#505486: [openoffice.org-writer] oowriter can't open links in a document using external browser

2008-11-12 Thread Rene Engelhard
reassign 505486 openoffice.org-common
forcemerge 505429  505486
thanks

Hi,

Rene Engelhard wrote:
> Yeah, right, don't fix the syntax error right away (already reported btw) but 
> use a script

#505429 btw. (And kde-open-url is in -common, so the bug should
be assigned to -common anyway).

Merging.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



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



Bug#505512: apt: alias --no-install-recommends to -R

2008-11-12 Thread Yves-Alexis Perez
Package: apt
Version: 0.7.18
Severity: wishlist

Hi,

I saw that --no-install-recommends was added, and it's fine, really. Could a
short option (-R, like aptitude?) be added too, so it comes easy?

Thanks for the work and cheers,


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "false";
APT::Install-Suggests "false";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
Acquire "";
Acquire::Pdiffs "false";

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


-- /etc/apt/sources.list --

deb http://ftp.fr.debian.org/debian/ sid main contrib non-free
deb http://ftp.fr.debian.org/debian/ lenny main contrib non-free
deb http://ftp.fr.debian.org/debian/ experimental main contrib non-free

deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ experimental main contrib non-free

#deb http://apt.wicd.net sid extras 
#deb-src http://apt.wicd.net sid extras 

# kernel
#deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main
#deb-src http://kernel-archive.buildserver.net/debian-kernel/ trunk main
#deb http://ftp.debian-unofficial.org/debian sid main contrib non-free 
restricted 


deb http://debian.corsac.net UNRELEASED/
#deb http://debian.corsac.net unstable/
deb file:///home/corsac/debian/pkg-xfce/scripts/pbuilder ./

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

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

Versions of packages apt depends on:
ii  debian-archive-keyring   2008.04.16+nmu1 GnuPG archive keys of the Debian a
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1   GCC support library
ii  libstdc++6   4.3.2-1 The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc(no description available)
ii  aptitude 0.4.11.10-1lenny1.1 terminal-based package manager
ii  bzip21.0.5-1 high-quality block-sorting file co
ii  dpkg-dev 1.14.22 Debian package development tools
ii  lzma 4.43-14 Compression method of 7z format in
ii  python-apt   0.7.7.1+nmu1Python interface to libapt-pkg

-- no debconf information



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



Bug#426913: closed by [EMAIL PROTECTED]

2008-11-12 Thread martin f krafft
also sprach Debian Bug Tracking System <[EMAIL PROTECTED]> [2008.11.12.1833 
+0100]:
>* doc/sources.list.5.xml:
>  - Mentioned allowed characters in file names in
>  /etc/apt/sources.list.d. Thanks to Matthias Urlichs. (Closes:
>  #426913)

I do not consider this a very satisfactory fix. Why can't you change
the code to allow those filenames? If that's not possible, couldn't
the manpage at least give the rationale for what seems like an
arbitrarily limiting restriction on the admin?

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#505484: [pkg-fso-maint] Bug#505484: linux-image-2.6.24-openmoko-gta02: modules not stripped

2008-11-12 Thread Philipp Kern
On Wed, Nov 12, 2008 at 11:26:26PM +0100, Luca Capello wrote:
> I have not checked yet, but you are probably right: IIRC we do not strip
> anything and instead we just call make to build the kernel.  I guess
> that the switch to kernel-package will solve this issue as well.

But nothing's holding you from doing a strip on the .kos.  I think I did
that too somewhere because I also noticed the problem of huge module
files, but IIRC it was an environment variable set for KBuild.  Maybe
a rgrep could reveal something...

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Release Assistant
`. `'   xmpp:[EMAIL PROTECTED] Stable Release Manager
  `-finger pkern/[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#505482: gnome-font-viewer hangs (100% CPU)

2008-11-12 Thread Josselin Mouette
reassign 505482 libxft2 2.1.12-3
thanks

Le mercredi 12 novembre 2008 à 23:15 +0100, Joachim Breitner a écrit :
> Package: gnome-control-center
> Version: 1:2.22.2.1-2
> Severity: normal
> File: /usr/bin/gnome-font-viewer
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi,
> 
> while doing my first simple steps with font creation, I created the
> attached TrueType font (fontforge file given). I used gnome-font-viewer
> to review my font, but after a change (can’t say what exactly), it
> stopped working and gave 100% CPU.

Thanks for your report. This looks like a bug in Xft.

(gdb) bt
#0  0x7fa218b51cff in XftCharIndex () from /usr/lib/libXft.so.2
#1  0x7fa218b4f97a in XftTextExtentsUtf8 () from /usr/lib/libXft.so.2
#2  0x00403484 in create_text_pixmap (drawing_area=0x268b960, 
face=0x2426d60) at font-view.c:169
#3  0x004045c6 in main (argc=2, argv=0x7fff20f73828)
at font-view.c:473

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#505510: after logoff from kde AltGr + q at german keyboard does't work on kdm

2008-11-12 Thread Walter Wiedmann
Package: kdm
Version: 4:3.5.9.dfsg.1-5
Severity: normal
Tags: l10n

Login on kdm. Using KDE. After logout the kdm login - screen appear again.
But now the AltGr - key (german keyboard) does't work. So I can't typ any
username or password which include a special character like @ (AltGr + q).

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

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

Versions of packages kdm depends on:
ii  debconf [debconf-2.0]   1.5.22   Debian configuration management sy
ii  kdebase-bin 4:3.5.9.dfsg.1-5 core binaries for the KDE base mod
ii  kdebase-data4:3.5.9.dfsg.1-5 shared data files for the KDE base
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-15   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-4  simple interprocess messaging syst
ii  libgcc1 1:4.3.2-1GCC support library
ii  libpam-runtime  1.0.1-4  Runtime support for the PAM librar
ii  libpam0g1.0.1-4  Pluggable Authentication Modules l
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.2-1  The GNU Standard C++ Library v3
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxau6 1:1.0.3-3X11 authorisation library
ii  libxdmcp6   1:1.0.2-3X11 Display Manager Control Protoc
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 

Versions of packages kdm recommends:
ii  logrotate 3.7.1-5Log rotation utility
ii  xserver-xorg  1:7.3+18   the X.Org X server

Versions of packages kdm suggests:
ii  kdepasswd  4:3.5.9.dfsg.1-5  password changer for KDE
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-5 help center for KDE
ii  ksmserver  4:3.5.9.dfsg.1-5  session manager for KDE
ii  menu   2.1.40generates programs menu for all me

-- debconf information:
  kdm/stop_running_server_with_children: false
* shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm




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



Bug#329635: Request to update libnet-pcap-perl

2008-11-12 Thread Ola Lundqvist
Hi Sébastien

On Thu, Nov 13, 2008 at 01:07:49AM +0100, Sébastien Aperghis-Tramoni wrote:
> Hello,
> 
> 
> I am the maintainer of Net::Pcap, the Perl interface to the libpcap,  
> packaged under the name libnet-pcap-perl in Debian. I was recently  
> checking the CPANTS metrics of Net::Pcap, and was surprised to  
> discover that Debian still ships the very old version 0.04 in all its  
> distribution:
>   » http://packages.debian.org/src:libnet-pcap-perl

Thanks a lot for this information.

> Is there any reasons like compilation problems to prevent it from  
> being updated? Recent versions of Net::Pcap fixed a number of bugs,  
> added several features, and the documented API was changed to be on  
> par with the C API (while still keeping backward compatibility with  
> the old Perl API).

The only reason that I have not updated it is that I simply did not know
that there were updates to it. Unfortunatly I have a bit too many packages
to maintain and do not regularly check all packages, whether they are
the most recent version or not. Now when I look I see that there is actually
a wishlist bug against the package that I must have missed.

Do you know if any Debian bugs has been fixed with this release?

http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libnet-pcap-perl;dist=unstable

Best regards,

// Ola

> 
> 
> Thanks in advance
> 
> -- 
> Sébastien Aperghis-Tramoni
> 
> Close the world, txEn eht nepO.
> 
> 

-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  [EMAIL PROTECTED]Annebergsslingan 37\
|  [EMAIL PROTECTED]   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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#505473: crashes when viewing www.eroski.es

2008-11-12 Thread John Talbut
Interestin.  I just checked this out of curiosity and the site worked 
fine for me.  I am using Testing with a 2.6.26 kernal that I have compiled.


John



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



Bug#505508: afterstep: no applications menu and no saved sessions

2008-11-12 Thread lostson
Package: afterstep
Version: 2.2.8-2
Severity: important

 There is no Applications menu, this is default in afterstep but has been 
removed in the debian build of 
afterstep. Saved sessions is not working either. I noticed the options disabled 
in the rules file. Is there a 
reason for this ? If not can you please re-enable these options.

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

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

-- no debconf information



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



Bug#495219: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works fine after pressing CTRL-C once.

2008-11-12 Thread Jeffrin Jose
hello anand ,

i do not pass any command line arguments,
i just type freetalk and do carriage return.
then it hangs and when i press CTRL-C it will ask for jabber id and then 
password
then iam logged in.

Jeffrin Jose.

--- On Wed, 12/11/08, Anand Babu Periasamy <[EMAIL PROTECTED]> wrote:
From: Anand Babu Periasamy <[EMAIL PROTECTED]>
Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on start-up, works 
fine after pressing CTRL-C once.
To: "Jeffrin Jose" <[EMAIL PROTECTED]>
Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], 
"Kartik Mistry" <[EMAIL PROTECTED]>
Date: Wednesday, 12 November, 2008, 4:12 PM

Hi Jeffrin,
Thanks. I see your startup file is completely commented. It has no effect. Can
you tell me the command line arguments you pass?

--
Anand Babu Periasamy
GPG Key ID: 0x62E15A31
Blog [http://ab.freeshell.org]
GlusterFS [http://www.gluster.org]
The GNU Operating System [http://www.gnu.org]



Jeffrin Jose wrote:
> hello anand,
> iam using freetalk 3.1 on debian lenny/sid .
> iam attaching freetalk.scm file
> 
> Jeffrin Jose.
> 
> --- On *Tue, 11/11/08, Anand Babu Periasamy /<[EMAIL PROTECTED]>/*
wrote:
> 
> From: Anand Babu Periasamy <[EMAIL PROTECTED]>
> Subject: Re: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on
> start-up, works fine after pressing CTRL-C once.
> To: [EMAIL PROTECTED]
> Cc: "Hagen Fuchs" <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED], [EMAIL PROTECTED], "Kartik
Mistry"
> <[EMAIL PROTECTED]>
> Date: Tuesday, 11 November, 2008, 10:57 PM
> 
> Hi Jeffrin,
> Which version are you using?. Can you show me your
./freetalk/freetalk.scm file
> (without confidential password)?
> 
> --
> Anand Babu
>  Periasamy
> GPG Key ID: 0x62E15A31
> Blog [http://ab.freeshell.org]
> GlusterFS [http://www.gluster.org]
> The GNU Operating System [http://www.gnu.org]
> 
> 
> 
> Jeffrin Jose wrote:
> > hello all,
> > > iam experiencing  this hang up and CTRL-C issue
> > > > Jeffrin Jose.
> > > --- On *Tue, 11/11/08, Kartik Mistry
/<[EMAIL PROTECTED]>/* wrote:
> > > From: Kartik Mistry <[EMAIL PROTECTED]>
> > Subject: [Freetalk-dev] Re: Bug#495219: freetalk: Hangs on
start-up,
> > works fine after pressing CTRL-C once.
> > To: "Hagen Fuchs"
<[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED], [EMAIL PROTECTED]
> > Date: Tuesday, 11 November, 2008, 12:44 PM
> > > On Wed, Oct 29, 2008 at 12:15 AM, Hagen Fuchs
> > <[EMAIL PROTECTED]> wrote:
> > > The aforementioned behaviour
>  stopped a few days ago.  I am
> neither able
> > > to restore the buggy version nor am I able to point
towards
> anything I
> > >
> >  may have fixed.  I haven't worked on it since quite a
while and
> > haven't
> > > found anything interesting before.  Sorry.
> > > No problem. You are welcome!
> > > > If no one else experiences this problem you can
probably close
> this bug
> > > report.
> > > Should we close this?
> > > --  Cheers,
> >  Kartik Mistry | 0xD1028C8D | IRC: kart_
> >  Homepage: people.debian.org/~kartik
> >  Blog.en: ftbfs.wordpress.com
> >  Blog.gu: kartikm.wordpress.com
> > > >
___
> > Freetalk-dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.gnu.org/mailman/listinfo/freetalk-dev
> > > >

> > Add more friends to your messenger and enjoy! Invite them now.
>

> 
> > > >

> > > ___
> > Freetalk-dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.gnu.org/mailman/listinfo/freetalk-dev
> 
> 
> 
> Connect with friends all over the world. Get Yahoo! India Messenger.





  Check out the all-new face of Yahoo! India. Go to http://in.yahoo.com/

Bug#505507: trying to play a stream causes aqualung to crash

2008-11-12 Thread lostson
Package: aqualung
Version: 0.9~beta9.1-1+b1
Severity: normal

 When trying to play a stream with aqualung by clicking load playlist then 
selecting the .pls file to play it 
aquires the list of the station but the disappears. The output from a terminal 
is this.

 ~$ aqualung 
No output driver specified, probing for a usable driver.
Probing JACK driver... JACK server not found
Probing ALSA driver... OK
open_socket: connect(): Connection refused
stream_decoder_open: httpc_init failed, ret = -2
Aqualung received signal 11 (Segmentation fault).


 

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

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

Versions of packages aqualung depends on:
ii  libasound2 1.0.16-2  ALSA library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libavcodec51   0.svn20080206-14  ffmpeg codec library
ii  libavformat52  0.svn20080206-14  ffmpeg file format library
ii  libavutil490.svn20080206-14  ffmpeg utility library
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libcddb2   1.2.1-1   library to access CDDB data - runt
ii  libcdio-cdda0  0.78.2+dfsg1-3library to read and control digita
ii  libcdio-paranoia0  0.78.2+dfsg1-3library to read digital audio CDs 
ii  libcdio7   0.78.2+dfsg1-3library to read and control CD-ROM
ii  libflac8   1.2.1-1.2 Free Lossless Audio Codec - runtim
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libifp41.0.0.2-3 communicate with iRiver iFP audio 
ii  libjack0   0.109.2-3 JACK Audio Connection Kit (librari
ii  liblrdf0   0.4.0-1.1 a library to manipulate RDF files 
ii  libmad00.15.1b-3 MPEG audio decoder library
ii  libmodplug0c2  1:0.8.4-1 shared libraries for mod music bas
ii  libmpcdec3 1.2.2-1   Musepack (MPC) format library
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  liboggz1   0.9.8-1   convenience interface for Ogg stre
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsamplerate0 0.1.4-1   audio rate conversion library
ii  libsndfile11.0.17-4  Library for reading/writing audio 
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libusb-0.1-4   2:0.1.12-12   userspace USB programming library
ii  libvorbis0a1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libwavpack14.50.1-1  an audio codec (lossy and lossless
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

aqualung recommends no packages.

aqualung suggests no packages.

-- no debconf information



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



Bug#331414: Processed: Re: #331414: xfce4-battery-plugin Consumes too much CPU time

2008-11-12 Thread Michael Gilbert
hello,

> could you please justify why you reopened the bug report and reassigned

i believe that this is the same bug since hald is exhibiting the same
behavior as xfce4-battery-plugin.  i reassigned to hal because i
wanted to retain the past information in the bug log (in case any of
it is useful), rather than opening a new one.

> it to hal, when Yves-Alexis clearly said this is not a bug is hald.

his was a response to only the second part of a compound question.  he
was saying that an xfce utility did not instruct hald to operate in
this manner -- hence the problem must be with hald itself.  this is
why i have reassigned the bug hal.

hope this sufficiently answers your question.  best wishes.



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



Bug#497245: (no subject)

2008-11-12 Thread Nick Ellery
Hi,

I'm new, and am interested in getting started as a Debian Maintainer. 
I'm not exactly sure on how this works, but I'm willing to take over
this package as the maintainer.

I have good experience in working in Ubuntu development.

Thanks,
Nick



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



Bug#505504: gcalctool: has no Exp button

2008-11-12 Thread jasen
Package: gcalctool
Version: 5.22.3-1
Severity: important


an exponent button would be really useful on the scientific calculator 


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

Kernel: Linux 2.6.26.2 (SMP w/3 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcalctool depends on:
ii  gconf22.22.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio

gcalctool recommends no packages.

gcalctool suggests no packages.

-- no debconf information



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



Bug#505501: ITA: gcin -- an GTK+ based input method platform for Chinese users

2008-11-12 Thread Kanru Chen
I will adopt this package.

Thank you for your greak work, Wen-Yen Chuang!

Regards,
Kanru


signature.asc
Description: Digital signature


Bug#505503: tzdata: Australian DST details incorrect from 2008.

2008-11-12 Thread Paul Haesler
Package: tzdata
Version: 2008h-2
Severity: normal
Tags: l10n


Daylight savings rules have changed for most Australian jurisdictions
this year - Debian tzdata appears not to have absorbed the changes.

http://www.bom.gov.au/climate/averages/tables/dst_times.shtml

Contains a convenient summary table, and links to pages run by
the relevant State governments with authoritative information.

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

Kernel: Linux 2.6.16.4dialog-pad
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages tzdata depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy

tzdata recommends no packages.

tzdata suggests no packages.

-- debconf information:
* tzdata/Zones/Australia: Sydney
  tzdata/Zones/Asia:
  tzdata/Zones/SystemV:
  tzdata/Zones/Pacific:
  tzdata/Zones/Atlantic:
  tzdata/Zones/Etc:
  tzdata/Zones/Arctic:
  tzdata/Zones/Antarctica:
  tzdata/Zones/Europe:
  tzdata/Zones/Africa:
  tzdata/Zones/America:
* tzdata/Areas: Australia
  tzdata/Zones/Indian:



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



Bug#505501: O: gcin -- an GTK+ based input method platform for Chinese users

2008-11-12 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Severity: normal

I am very busy recently. I plan to orphan all my packages.

If nobody want to adopt my packages, I will still maintain them until
release of Squeeze (Lenny+1).

Kanru Chen <[EMAIL PROTECTED]> want to adopt gcin, so I orphan it
now.

caleb (Wen-Yen Chuang)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkbfuwACgkQdEpXpumNYVlcxACghxfKUTuy+aetNUg39/21uq9i
Nu4An3IjTAP93RoC3k5LrMfeC7jr32ks
=nPOZ
-END PGP SIGNATURE-



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



Bug#505499: [kopete] Kopete crashes on session logout

2008-11-12 Thread Lisandro Damián Nicanor Pérez Meyer
I forgot to mention: if you think this crash is not a packaging problem (which 
is the most probable thing), please let me know and I will forward it to KDE's 
bugzilla.


-- 
http://www.phdcomics.com/comics/archive.php?comicid=56

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Bug#505499: [kopete] Kopete crashes on session logout

2008-11-12 Thread Lisandro Damián Nicanor Pérez Meyer
Package: kopete
Version: 4:4.1.3-1
Severity: normal

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

Crash info attached. The problem is very easy to reproduce: open kopete, close 
your KDE session.

Regards, Lisandro.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 unstablepkg-kde.alioth.debian.org 
  990 unstableftp.debian.skynet.be 
  990 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.skynet.be 
  101 experimentalftp.debian.skynet.be 
  101 experimentalftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
kdebase-runtime   (>= 4:4.1.0) | 4:4.1.3-1
kdelibs5  (>= 4:4.1.3) | 4:4.1.3-2
kdepimlibs5   (>= 4:4.1.3) | 4:4.1.3-1
libc6   (>= 2.7-1) | 2.7-16
libidn11   (>= 0.5.18) | 1.10-3
libotr2 (>= 3.2.0) | 3.2.0-1
libqca2| 2.0.1-1
libqimageblitz4| 1:0.0.4-4
libqt4-dbus (>= 4.4.3) | 4.4.3-1
libqt4-network  (>= 4.4.3) | 4.4.3-1
libqt4-qt3support   (>= 4.4.3) | 4.4.3-1
libqt4-sql  (>= 4.4.3) | 4.4.3-1
libqt4-xml  (>= 4.4.3) | 4.4.3-1
libqtcore4  (>= 4.4.3) | 4.4.3-1
libqtgui4   (>= 4.4.3) | 4.4.3-1
libstdc++6  (>= 4.1.1) | 4.3.2-1
libx11-6   | 2:1.1.5-2
libxml2(>= 2.6.27) | 2.6.32.dfsg-4
libxslt1.1 (>= 1.1.18) | 1.1.24-2
libxss1| 1:1.1.3-1
zlib1g(>= 1:1.1.4) | 1:1.2.3.3.dfsg-12



-- 
Why should I care about posterity?
What's posterity ever done for me?
  -- Groucho Marx

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

Application: Kopete (kopete), signal SIGABRT
[Thread debugging using libthread_db enabled]
[New Thread 0x7faeb82916f0 (LWP 4136)]
[KCrash handler]
#5  0x7faeb3f7ded5 in raise () from /lib/libc.so.6
#6  0x7faeb3f7f3f3 in abort () from /lib/libc.so.6
#7  0x7faeb460f5a5 in qt_message_output (msgType=QtFatalMsg, 
buf=) at global/qglobal.cpp:2102
#8  0x7faeb460f6e7 in qFatal (msg=)
at global/qglobal.cpp:2303
#9  0x7faeb74ffe37 in operator-> (this=)
at /tmp/buildd/kdenetwork-4.1.3/kopete/libkopete/kopetepluginmanager.cpp:98
#10 0x7faeb7501e27 in Kopete::PluginManager::slotPluginDestroyed (
this=0x19380f8, plugin=0x1028)
at /tmp/buildd/kdenetwork-4.1.3/kopete/libkopete/kopetepluginmanager.cpp:416
#11 0x7faeb75054c7 in Kopete::PluginManager::qt_metacall (this=0x19380f8, 
_c=QMetaObject::InvokeMetaMethod, _id=, 
_a=0x7fffc03d4980)
at 
/tmp/buildd/kdenetwork-4.1.3/obj-x86_64-linux-gnu/kopete/libkopete/kopetepluginmanager.moc:103
#12 0x7faeb47136d4 in QMetaObject::activate (sender=0x22d0b80, 
from_signal_index=, to_signal_index=1, 
argv=0x) at kernel/qobject.cpp:3031
#13 0x7faeb4713b44 in QObject::destroyed (this=0x1028, _t1=0x22d0b80)
at .moc/release-shared/moc_qobject.cpp:115
#14 0x7faeb471568e in ~QObject (this=0x22d0b80) at kernel/qobject.cpp:809
#15 0x7faeb750a4ca in ~Protocol (this=0x22d0b80)
at /tmp/buildd/kdenetwork-4.1.3/kopete/libkopete/kopeteprotocol.cpp:76
#16 0x7faea2ec17ed in ~JabberProtocol (this=0x22d0b80)
at 
/tmp/buildd/kdenetwork-4.1.3/kopete/protocols/jabber/jabberprotocol.cpp:146
#17 0x7faeb75069ff in ~PluginManagerPrivate (this=0x19380d0)
at /tmp/buildd/kdenetwork-4.1.3/kopete/libkopete/kopetepluginmanager.cpp:72
#18 0x7faeb74ffbf7 in destroy ()
at /tmp/buildd/kdenetwork-4.1.3/kopete/libkopete/kopetepluginmanager.cpp:98
#19 0x7faeb3f809cd in exit () from /lib/libc.so.6
#20 0x7faeb3f6a1ad in __libc_start_main () from /lib/libc.so.6
#21 0x00423389 in _start ()
#0  0x7faeb3fe9ff1 in nanosleep () from /lib/libc.so.6


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


Bug#505500: release-notes: tweak to README

2008-11-12 Thread Vincent McIntyre

Package: release-notes
Severity: wishlist

please consider this patch for the README file, against r5510.
Thank you

Index: README
===
--- README  (revision 5510)
+++ README  (working copy)
@@ -5,9 +5,12 @@
 DocBook XML which allows the creation of various output files in the
 formats HTML, text, PDF, ...

-To build it you need the package docbook-xsl and (dependent on the
-output format and language) dblatex and xmlroff. For PO file based
-translations you also need po4a and of course make, ...
+To build it you need these packages:
+  docbook-xsl (transformation stylesheets)
+  libxml2-utils   (for xmllint)
+  dblatex and xmlroff (depending on the output format and language)
+  po4a(for handling PO file based translations)
+  make

 Just call "make" to build it. To build the release notes in a single
 format (html or txt or pdf) for a single language (e.g. zh_CN, en, es)





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



Bug#505497: nmzmail: uninitialised value error

2008-11-12 Thread Jason Lewis
Package: nmzmail
Version: 0.1.3-3
Severity: normal

When I run nmzmail from cron, I get the following error:

"Use of uninitialized value $value in concatenation (.) or string at 
/usr/bin/mknmz line 2100."

I believe it worked when I installed nmzmail a few months ago but it stoped 
working when I upgraded something on my system (not sure what that was though)

Hope that helps.

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

Kernel: Linux 2.6.21-2-amd64 (SMP w/2 CPU cores)
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 nmzmail depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  namazu2   2.0.18-0.1 full text search engine - binary a
ii  namazu2-index-tools   2.0.18-0.1 full text search engine - index ha

nmzmail recommends no packages.

-- no debconf information



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



Bug#505498: [kdebase-workspace-bin] krunner crashes when trying to open amarok for the first time

2008-11-12 Thread Lisandro Damián Nicanor Pérez Meyer
Package: kdebase-workspace-bin
Version: 4:4.1.3-2
Severity: normal

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

If I open my KDE session and try to open amarok2 (the package which is in 
experimental), krunner crashes (crash report attached). If I re open krunner, 
everything goes perfectly.

Regards, Lisandro.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 unstablepkg-kde.alioth.debian.org 
  990 unstableftp.debian.skynet.be 
  990 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.skynet.be 
  101 experimentalftp.debian.skynet.be 
  101 experimentalftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
kdebase-runtime (>= 4:4.1.3) | 4:4.1.3-1
kdebase-workspace-libs4+5| 4:4.1.3-2
kdelibs5  (>= 4:4.1.3-2) | 4:4.1.3-2
libc6 (>= 2.7-1) | 2.7-16
libfontconfig1(>= 2.4.0) | 2.6.0-1
libfreetype6  (>= 2.3.5) | 2.3.7-2
libgl1-mesa-glx  | 7.2-1
 OR libgl1   | 
libglib2.0-0 (>= 2.12.0) | 2.16.6-1
libice6 (>= 1:1.0.0) | 2:1.0.4-1
libpam0g   (>= 0.99.7.1) | 1.0.1-4+b1
libphonon4  (>> 4:4.2.0) | 4:4.2.0-1
libplasma2  (>= 4:4.1.2) | 4:4.1.3-2
libpng12-0 (>= 1.2.13-4) | 1.2.27-2
libqimageblitz4  | 1:0.0.4-4
libqt4-dbus   (>= 4.4.3) | 4.4.3-1
libqt4-qt3support (>= 4.4.3) | 4.4.3-1
libqt4-script (>= 4.4.3) | 4.4.3-1
libqt4-svg(>= 4.4.3) | 4.4.3-1
libqt4-xml(>= 4.4.3) | 4.4.3-1
libqtcore4(>= 4.4.3) | 4.4.3-1
libqtgui4 (>= 4.4.3) | 4.4.3-1
libsm6   | 2:1.0.3-2
libsoprano4 (>= 2.1) | 2.1+dfsg.1-1
libstdc++6(>= 4.2.1) | 4.3.2-1
libstreamanalyzer0   (>= 0.5.11) | 0.5.11-1
libusb-0.1-4   (>= 2:0.1.12) | 2:0.1.12-13
libx11-6 | 2:1.1.5-2
libxcursor1   (>> 1.1.2) | 1:1.1.9-1
libxext6 | 2:1.0.4-1
libxfixes3  (>= 1:4.0.1) | 1:4.0.3-2
libxinerama1 | 2:1.0.3-2
libxklavier12   (>= 3.4) | 3.7-1
libxrandr2  (>= 2:1.2.0) | 2:1.2.3-1
libxrender1  | 1:0.9.4-2
libxtst6 | 2:1.0.3-1
libxxf86misc1| 1:1.0.1-3
phonon  (>> 4:4.2.0) | 4:4.2.0-1
plasma-abi-4.1-1 | 
kdebase-workspace-data (= 4:4.1.3-2) | 4:4.1.3-2
x11-utils| 7.3+2
x11-xserver-utils| 7.3+5



-- 
FAQ del pequeño tomi:
P- ¿Me vaz a reponder algo en serio?
R- No pive, si te respondiera algo en serio tu serebro recibiria
tal cantidad de informacion que se autodestruiria en 5 segundos
(en realidad me mirarias con cara de "y este que le pasa?" y te
golpearias con lo primero que tengas a mano autoascesinadote para
no seguir escuchandome)
  Textual de Martín "El Ruso" Ribelotta

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

Application: Run Command Interface (krunner), signal SIGABRT
[Thread debugging using libthread_db enabled]
[New Thread 0x7f096f10b700 (LWP 3354)]
[New Thread 0x42f86950 (LWP 3624)]
[New Thread 0x42785950 (LWP 3457)]
[New Thread 0x41f84950 (LWP 3456)]
[New Thread 0x41783950 (LWP 3455)]
[New Thread 0x40f82950 (LWP 3454)]
[KCrash handler]
#5  0x7f096ead2ed5 in raise () from /lib/libc.so.6
#6  0x7f096ead43f3 in abort () from /lib/libc.so.6
#7  0x7f096eacbdc9 in __assert_fail () from /lib/libc.so.6
#8  0x7f096c5de589 in _XSend () from /usr/lib/libX11.so.6
#9  0x7f096c5de634 in _XEventsQueued () from /usr/lib/libX11.so.6
#10 0x7f096c5c6df3 in XEventsQueued () from /usr/lib/libX11.so.6
#11 0x7f096cd4d60c in x11EventSourceCheck (s=0x1cafab0)
at kernel/qguieventdispatcher_glib.cpp:83
#12 0x7f09676c44e2 in g_main_context_check ()
   from /usr/lib/libglib-2.0.so.0
#13 0x7f09676c4e41 in ?? () from /usr/lib/libglib-2.0.so.0
#14 0x7f09676c511b in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#15 0x7f096bc4570f in QEventDispatcherGlib::processEvents (
this=0x1cac210, flags=)
at kernel/qeventdispatcher_glib.cpp:319
#16 0x7f096cd4d44f in QGuiEventDispatcherGlib::processEvents (this=0xd1a, 
flags=) at kern

Bug#489132: upgrade apt/aptitude first

2008-11-12 Thread [EMAIL PROTECTED]


I'm finding this discussion of apt/aptitude somewhat confusing.
I rendered the text to html, did a proof-read, and came up with
the attached patch against r5510.

Does this help simplify things?
There are a handful of copy-editing changes along the way.

Cheers
Vince
Index: upgrading.dbk
===
--- upgrading.dbk   (revision 5510)
+++ upgrading.dbk   (working copy)
@@ -704,9 +714,9 @@
 
   Upgrade apt and/or aptitude first
   
-Several bug reports have shown aptitude and apt in etch are often unable to
+role="package">apt packages in etch are often unable to
 handle the upgrade to &releasename;. In &releasename;, apt better deals with complex chains
 of packages requiring immediate configuration and apt, run:
 # apt-get install apt
-(and aptitude, if you have
-used it before and want to re-use the automatically-installed
-information) or
+and for aptitude (if you have
+it installed) run:
 # aptitude install aptitude
   
 
 
-  Use aptitudes list of automatically-installed with apt
+  Using aptitude's list of automatically-installed packages with 
apt
   
+aptitude maintains a list
+of packages that were installed automatically (for instance, as
+dependencies of another package). In &releasename;, apt now has this feature as well.
+  
+  
 The first time the &releasename; version of aptitude is run, it will read in its
 list of automatically installed packages and convert it for use
 with the &releasename; version of apt (which can handle
-automatically-installed information). If you use apt as package manager, you should at
+role="package">apt. If you have aptitude installed, you should at
 least issue one aptitude
-command to do the conversion. For instance, searching for no
-package:
-aptitude search "?false"
+command to do the conversion. One way to do this is by searching for
+a non-existent package:
+# aptitude search "?false"
 
 
 


Bug#470882: /dev/gpmctl freezes acknowledge

2008-11-12 Thread Samuel Thibault
clone 470882
retitle -1 pdmenu should check the value returned by Gpm_GetEvent()
reassign -1 pdmenu
thanks

Reading the documentation of Gpm_GetEvent:

« It returns 1 on success, -1 on failure, and 0 after closing the connection. »

pdmenu doesn't properly check that.  It should.  Patch attached.

Samuel
--- src/mouse.c.orig2008-11-13 01:37:55.0 +0100
+++ src/mouse.c 2008-11-13 01:38:10.0 +0100
@@ -45,8 +45,11 @@
 retval = select(gpm_fd+1, &rfds, NULL, NULL, &tv);
 
 if (retval) { /* data available */
-  if ((FD_ISSET(gpm_fd, &rfds)) &&  /* data is for mice */
- (Gpm_GetEvent(&event))) { /* can read something */
+  if (FD_ISSET(gpm_fd, &rfds)) {
+ /* data is for mice */
+   switch (Gpm_GetEvent(&event)) {
+   case 1:
+ /* can read something */
if ((event.type & GPM_DOWN) && (event.buttons & GPM_B_LEFT)) 
  return(MOUSE_BUTTON_LEFT);
if ((event.type & GPM_DOWN) && (event.buttons & GPM_B_RIGHT))
@@ -55,6 +58,15 @@
  return(MOUSE_DOWN);
if (event.dy < 0)
  return(MOUSE_UP);
+   break;
+   case -1:
+ /* can read nothing */
+ break;
+   case 0:
+ /* disconnected */
+ gpm_ok = 0;
+ return(MOUSE_NOTHING);
+   } /* switch */
   } else { /* data is for keyboard */
return(MOUSE_NOTHING);
   } /* else */


Bug#505496: syslinux: default64 doesn't work after after reloading "config" file.

2008-11-12 Thread Frank Lin PIAT
Package: syslinux
Version: 2:3.71+dfsg-5
Severity: normal

In the attached example (built with the script below), the idea is to 
automatically
load vesamenu from isolinux.cfg. Then it is possible to quit the vesa menu (to 
use
the F1 and F2 help screen. If one press "Enter", default or default64 should be 
run.

The way we quit vesamenu is to invoke "config menu.cfg".

The problem it's that before vesamenu.c32, default64 is obeyed... but after we 
quit
vesamenu.c32 the entry "default" is obeyed when a user press enter (even for 
amd64).


Franklin


Note: As a work around, in the attached "menu.cfg", it is possible to use 
"default run-autodetect" which uses ifcpu64.c32 for cpu detection.

--

  D=/tmp/TesT
  mkdir $D
  cp 
/usr/lib/syslinux/{dmitest.c32,ifcpu64.c32,solinux.bin,pcitest.c32,vesamenu.c32}
 $D/
  cp /tmp/{isolinux.cfg,menu.cfg}  $D/
  mkisofs -R -J -joliet-long -cache-inodes -b isolinux.bin -c boot.cat 
-no-emul-boot -boot-load-size 4 -boot-info-table -o /tmp/test.iso $D


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

Kernel: Linux 2.6.26-1-openvz-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 syslinux depends on:
ii  dosfstools 2.11-6utilities for making and checking 
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  mtools 3.9.11-1  Tools for manipulating MSDOS files
ii  syslinux-common2:3.71+dfsg-5 Kernel loader which uses a FAT, ex

syslinux recommends no packages.

syslinux suggests no packages.

-- no debconf information
prompt 1
say  press F1 or F2 for "help" screen
F1 isolinux.cfg
F2 menu.cfg


# Note that default 64 here doesn't work
default64 run-a64
default run-i32
#default run-autodetect
##It is possible to replace the "default run-i32" above with 
##"default run-autodetect" that works (well... except on virtual box)


label quit
MENU LABEL Quit
config menu.cfg

label run-a64
menu default64
kernel dmitest.c32

label run-i32
menu default
kernel pcitest.c32

label run-autodetect
MENU HIDE
kernel ifcpu64.c32
append run-a64 -- run-i32

include menu.cfg
prompt 0
timeout 0
default vesamenu.c32
#Note that default64 does work here.
default64 vesamenu.c32



Bug#505494: syslinux: ifcpu64.c32 doesn't work under virtualbox (always run 64bit thing)

2008-11-12 Thread Frank Lin PIAT
Package: syslinux
Version: 2:3.71+dfsg-5
Severity: normal

The module ifcpu64.c32 doesn't work as expected under virtualbox.

If we build a simple test image with the script below.
 * virtualbox will always try to run the entry "a64", where as qemu and 
qemu-system-x86_64 works as expected.
 * default/default64 does detects cpu correctly.
 * I have tried upstream's 3.72 it has the same bug.

Franklin


A script to generate a test.iso
  D="$(mktemp -d)" ;
  echo -e 'say type "go" or press Enter.\ndefault run-default32\ndefault64 
run-default64\nprompt 1\ntimeout 0\nlabel go\n\tkernel ifcpu64.c32\n\tappend 
a64 -- i32' > $D/isolinux.cfg
  cp /usr/lib/syslinux/{isolinux.bin,ifcpu64.c32} $D/ 
  mkisofs -R -J -joliet-long -cache-inodes -b isolinux.bin -c boot.cat 
-no-emul-boot -boot-load-size 4 -boot-info-table -o /tmp/test.iso $D
  [ "$D" ] && rm -Rf "$D"


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

Kernel: Linux 2.6.26-1-openvz-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 syslinux depends on:
ii  dosfstools 2.11-6utilities for making and checking 
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  mtools 3.9.11-1  Tools for manipulating MSDOS files
ii  syslinux-common2:3.71+dfsg-5 Kernel loader which uses a FAT, ex

syslinux recommends no packages.

syslinux suggests no packages.

-- no debconf information



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



Bug#503632: Python scripts load modules from current directory

2008-11-12 Thread Alex Romosan
as intended, i guess, this patch breaks loading modules from the
current directory but i have scripts that need to load extra modules
from the current directory. how does one do it now? i've modified my
scripts to do

import sys
sys.path.append(".")

import Module

but this seems silly. shouldn't the current directory be appended to
the end of the system path so system modules are loaded first and then
if they don't exist they are loaded from the current directory?

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |



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



Bug#447774: Please mention proposed-updates

2008-11-12 Thread Adam D. Barratt
Hi,

I spotted a small typo in your patch:

On Thu, 2008-11-13 at 09:42 +1100, [EMAIL PROTECTED] wrote:
> Index: upgrading.dbk
> ===
> --- upgrading.dbk   (revision 5506)
> +++ upgrading.dbk   (working copy)
> @@ -326,6 +326,16 @@
[...]
> +This is a precaution to reduce the likelyhood of conflicts.
  ^^^ likelihood

Regards,

Adam



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



Bug#439888: Macaulay2 on debian

2008-11-12 Thread Daniel R. Grayson

Dear Debian people,

I'm one of the two authors of Macaulay2 and I'd like to get it into the
repositories for debian and ubuntu.

I think I've done everything required for our version 1.1 months ago.  The
needed files are visible in our repository at

   http://www.math.uiuc.edu/Macaulay2/Repositories/

I know it works, because we tell our users to add our repository to the apt-get
list, and I use ubuntu all the time.

We are now working on releasing version 1.2, and I'd like to get in the
official repositories, too.

Is there anything I can do to help to make this happen?  The process seems to
have stalled.

--
  Daniel R. Grayson, Professor (retired, Emeritus)
  Department of Mathematics
  University of Illinois at Urbana-Champaign
www:  http://www.math.uiuc.edu/~dan/
  email:  [EMAIL PROTECTED]
us mail:  2409 S. Vine St., Urbana, IL 61801, USA
  phone:  +1-217-367-6384 home (88.20224W, 40.08541N)
 cell phone:  +1-217-377-0458



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



Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Michael Stone

On Wed, Nov 12, 2008 at 11:21:08PM +0100, Olaf van der Spek wrote:

Maybe you should look at this from the perspective of the user instead
of the perspective of the developer.


By "from the perspective of the user" you mean "from the perspective of 
the user who doesn't want to use the proper tool and wants a completely 
unrelated tool to duplicate the functionality".


Mike Stone



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



Bug#505493: tea should depend/recommend on aspell

2008-11-12 Thread Nick Ellery
package: tea
version: 17.6.1-1

originally reported at
https://bugs.launchpad.net/ubuntu/+source/tea/+bug/292466

Tea should depend/recommend on aspell, in order to have spellchecking
functionality. 

This is documented in the Tea Documentation
http://launchpadlibrarian.net/19218355/x471.html



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



Bug#505318: Openembedded might have a patch

2008-11-12 Thread Joachim Breitner
Hi Matthias,

maybe this patch can help getting ctypes working again:
http://git.openmoko.org/?p=openmoko.git;a=blob;f=packages/python/python-2.5.1/enable-ctypes-module.patch;h=dd5adaf0e7d72410ec49d77d9fcf4ca430179fc5;hb=b5f4910681c247295fed9e22ac92bf9f1a3fc4a7

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#498905: r-n suggest installing package which does not exist

2008-11-12 Thread Tobias Scherer
Hello,

I tried to create the attached patch for Bug #498905 which removes 
initrd-tools from the release notes and provides the information of gdm||
kdm||xdm restart, that was related to initrd-tools before, now after 
apt/aptitude installation.

I did an update etch -> lenny by doing 
# apt-get install apt aptitude
first. 
Several packages were updated and gdm||kdm||xdm restart was done as well.

Regards
Toby
--- upgrading.dbk	2008-11-13 00:23:00.0 +0100
+++ upgrading.dbk.new	2008-11-13 00:33:04.0 +0100
@@ -721,6 +721,15 @@
 information) or
 # aptitude install aptitude
   
+  
+This step will automatically upgrade libc6 and locales and will pull in SELinux support libraries
+(libselinux1).  At this point, some
+running services will be restarted, including xdm,
+gdm and kdm.  As a consequence, local X11
+sessions will be disconnected.
+  
 
 
   Use aptitudes list of automatically-installed with apt
@@ -759,22 +768,6 @@
 requiring any other packages to be removed or installed.
 
 
-Follow the minimal upgrade with:
-
-
-TODO: initrd-tools does not exist in lenny
-# aptitude install initrd-tools
-
-
-This step will automatically upgrade libc6 and locales and will pull in SELinux support libraries
-(libselinux1).  At this point, some
-running services will be restarted, including xdm,
-gdm and kdm.  As a consequence, local X11
-sessions will be disconnected.
-
-
 The next step will vary depending on the set of packages that you have
 installed.  These release notes give general advice about which method should
 be used, but if in doubt, it is recommended that you examine the package


Bug#497445: Document how to convert the aptitude automatically installed, packages list for use with apt?

2008-11-12 Thread Giovanni Rapagnani

On 12/11/08 23:44, W. Martin Borgert wrote:

If I understand correctly, only users who have previously used
aptitude are affected, right?


It seemed to me that handling the automatically installed packages list was a 
new feature of apt-get. And, running aptitude would create a list of 
automatically installed packages based on the packages already installed, then 
convert it for apt use, no matter if apt or aptitude was the preferred package 
manager used before. But, now that you say that, I have a doubt.


Daniel, have only the users who previously used aptitude to convert the 
automatically installed packages list or also the users who never used aptitude 
before ?


Thanks.

--
Giovanni




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



Bug#505490: ocaml-batteries_0.20081112+gitBB342A7-1(hppa/experimental): FTBFS: Failure: Cannot find "ocamlbuildlib.cmxa"

2008-11-12 Thread Frank Lichtenheld
Package: ocaml-batteries
Version: 0.20081112+gitBB342A7-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of ocaml-batteries_0.20081112+gitBB342A7-1 on meitner by 
sbuild/hppa 98-farm
| Build started at 20081112-1342
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 594kB of source archives.
| Get:1 http://mirror-ffm.djpig.de experimental/main ocaml-batteries 
0.20081112+gitBB342A7-1 (dsc) [1643B]
| Get:2 http://mirror-ffm.djpig.de experimental/main ocaml-batteries 
0.20081112+gitBB342A7-1 (tar) [561kB]
| Get:3 http://mirror-ffm.djpig.de experimental/main ocaml-batteries 
0.20081112+gitBB342A7-1 (diff) [30.8kB]
| Fetched 594kB in 0s (3004kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>> 7.0.0), ocaml-nox, ocaml-findlib, 
libcamomile-ocaml-dev, libtype-conv-camlp4-dev, libsexplib-camlp4-dev, 
libbin-prot-camlp4-dev, libzip-ocaml-dev, dh-ocaml, camlp4, camlp4-extra, 
quilt, cdbs
| Checking for already installed source dependencies...
[...]
| /usr/bin/make -C . all OBFLAGS=-classic-display
| make[1]: Entering directory 
`/build/buildd/ocaml-batteries-0.20081112+gitBB342A7'
| ocamlbuild -classic-display src/main/threads/batteries.cma
| Failure: Cannot find "ocamlbuildlib.cmxa" in ocamlbuild -where directory.
| make[1]: *** [byte] Error 2
| make[1]: Leaving directory 
`/build/buildd/ocaml-batteries-0.20081112+gitBB342A7'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20081112-1346
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=0.20081112+gitBB342A7-1&pkg=ocaml-batteries&arch=hppa

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#476804: changeset to update my UID

2008-11-12 Thread Jon Dowland
Hi, thank you -- this changeset should do it I think.
Recommended-By: [EMAIL PROTECTED], [EMAIL PROTECTED]
Changed-By: # keyring maintainer will fill this in
Date: Wed, 12 Nov 2008 23:13:58 +
Comment: changset to adjust my uid. original application was #453243. 
NM-Page: https://nm.debian.org/[EMAIL PROTECTED]
Agreement: http://lists.debian.org/debian-newmaint/2007/11/msg00141.html
Advocates:
http://lists.debian.org/debian-newmaint/2007/11/msg00146.html
http://lists.debian.org/debian-newmaint/2007/11/msg00195.html
Action: import
Data:
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.9 (GNU/Linux)

mQGiBEIvPdoRBADSP38/lvbYnU1ZCkcCtPYhuMTw+HEOi/W/av+xWxSZMlmY8n8l
PjFrZvJaDi273n7/CSdFcjIXLnGK5LQtebZvtjxvlSeG+iuJMjX98Of9bEMFVTUt
FfyPRRzZP2R6jKL9Bggdt76ndZKR5OwL9J/FTNzODdoHvGuaSy+uXT81QwCgvcnR
sAt8itOE0slNILcjya8SYW8EAMsmGOBrJ5jsQKO7lM5ChimtjE0vPxPyyNmFZ2CU
xyGJ93OSa0S298g8HRCzk9McH6K4BnXrCRwsnTmnUX4DE6TwVFeeJ1EC8drb9DNq
pIcRjLGx9TZsFbefCa5S+sVSHZ67B46J2bl0OG8spSf4o0k/ItBzBLAq0v8Wel2o
TvfkA/0WZagFcHwt5GJJ1TY9v4SFc6EUnhTIm6uV/sMUaoNfcm4OwkQLUT/L0cB1
aG033++rbzfDM5JvnJcjwnU/e5wGbnGQodJQayfwZtJ60ve2M7715saHzqGTenTC
20eETRevEFTSUw5Iq17pmKu2ld1xGXI91xV81+zvBasguqCoW7QeSm9uIERvd2xh
bmQgPGpvbkBkb3dsYW5kLm5hbWU+iF4EExECAB4CGwMGCwkIBwMCAxUCAwMWAgEC
HgECF4AFAkO65t0ACgkQFotOcXAy8jgiAgCfbWfiWXxJlM5iPItiMCcipNlqFZwA
nRMbWE9oMmB3l0zDs7AYjJ3T3yARiEYEExECAAYFAkNHw/kACgkQ8b1L5FtDA2e/
UACgro9WB/diGNRqS1lnagmmRhQNbPoAn3gL2JitwNgkTvC+1+5DkrVdSIDwiJwE
EwECAAYFAkNHw/kACgkQuYWYIk3E5/39DgP/SIXGYtRSZhzDm+LNdPOP+JsVxFt6
apxmoOuiWkmq/Fea0zooSrgCjtjtGJfCy66pyxdvnrJ4Y2RlPANeYPMl+ibBn+n0
DOb+oyksDRK9mDeUk3kCS+o/Kq5jya8iQ8Y/eJdI7HOBugjWtrAJFdrQAG3IRAGC
PArV/3doz+qaNvCInAQTAQIABgUCQ0fD+QAKCRA3OgB19KizDP0OA/40ixBzTJ9i
2ITvpWDHZmUNLtHMu9lGkcjjsTggx2px2cRlnqdWhSPEny7I981O2NWGOSA4fkOy
tUCK9YHL3RgT8rAfwkkj9pZrJJc5ZoIDnBD2WClY4nLAfZkanxc5SKrJSvlWgOpf
BSJ2NHdWI4KT1v23T9Q8vKUGxLTkEiIUhIhGBBARAgAGBQJDSmy9AAoJECExm5RM
GlvlYhYAnR+tXxgyUvlCg8eBm7hMx6Lj5iPjAKC2Mc6/lfvAzJfvBg86urLNwQZP
q4hGBBARAgAGBQJDRmZ3AAoJEEmCDBzqWQOOQosAnikCa+FHobjmMqoGG6kYWBjK
VL8gAKDIVJdHapPWsU1c3PntdIPkpa2JuYhGBBARAgAGBQJDVjqRAAoJEHsZnRMZ
l+fPN6wAoKvxF8FoQdLcva5IChwsiTLWp7MfAJoD71/IAqZniQw7RMu/Szseo+4D
04hhBBMRAgAhAhsDBgsJCAcDAgMVAgMDFgIBAh4BAheABQJDARgJAhkBAAoJEBaL
TnFwMvI4byMAoLL6ZlBBRLsv9aOm1EirRDnHCEgeAJ4kCaNJYkpNVBjHPNoLXxZ+
T67suIhGBBMRAgAGBQJEI8ZFAAoJEHAcsqPaYCgiyigAoJOh9azACxlZj1JrcY6C
/C8VJnFEAJ9enxUeT8v6WozclJMT/a/jYaGdZIhGBBARAgAGBQJE8M7oAAoJEPoI
vq7e1FkSRWAAn3MUeIHbsYw6tMl+OPE6ADRF1ZuOAKCEOpY5sHjzx4zqQLPOjHak
GCEstIhGBBARAgAGBQJEeIDdAAoJEI+pim/u7XDzYM0AoKjJXM1/3Q501faEVJ2R
PuQbjUbxAJwNEpqCH9rxUg47hGt+j6IuaNe/xohGBBIRAgAGBQJE8aGuAAoJEFkn
PM1VMOx24fIAoOt40XiBZrT0yyBmnqOi2kRpYqjeAJ9ZUk9fUppM79LloMI3Y6MO
yu5z24hGBBARAgAGBQJE+KxnAAoJEO/WTQkSBmIH3u8Anj64MWqm08vFi++HrlyS
CLF6njqiAKC0iNHl/dmf1WO3hnmB7w4nthTGLohGBBARAgAGBQJGAbcoAAoJEKlp
3XNuqV5nBmoAnAxFAc/DAco5KlbVruRRR654GI9fAJ48yZQnXqvbHGbdjmbrMJFy
ykY4eIhgBDARAgAgBQJGeC1OGR0gZGVwcmVjYXRpbmcgdGhhdCBkb21haW4ACgkQ
FotOcXAy8jjfxwCdHotOF1r/YDY5hKFJD1sIWC1ps4wAoLnG8u9jezNIX5u3D/zC
aWY/jXYbtCdKb24gRG93bGFuZCAobWFzdGVyKSA8am9uQGRvd2xhbmQubmFtZT6I
XgQTEQIAHgIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAUCQwEYBgAKCRAWi05xcDLy
OKSqAJwPWE+lkTHbPb7G2F0uJ9KvbTUQvwCfacshGHYuyvye4uQmB3Z8SPdUCZSI
RgQTEQIABgUCQvc8CQAKCRB8O3lwiMfB9yCUAJ9uWtKj82lJ1aCcFluOLgW3SoPG
qgCfUYvGzenqK04tL/xz2C6pFxyB1F+IXgQTEQIAHgUCQi892gIbAwYLCQgHAwID
FQIDAxYCAQIeAQIXgAAKCRAWi05xcDLyOPfTAJ9dx9pO6bIdySyEDqAm6D0ktcTx
NACfaQFuhSZ+UdpimoA7jyWWXVcaztCIRgQQEQIABgUCQv50KwAKCRBiA4pL3ZuZ
EElAAKCOYE/iu7ejrfrwyyu32g+JXV26MQCeI6KuVrCbNlpu2KdmSCkfNcw1YLKI
nAQQAQIABgUCQv50PwAKCRDFKBrlBGTn5aF4A/sHHKvvhI2ldV9SenMFLtSrIiXp
yptyr8ocKNCDlZdqOaf8tcTer2mmLXjefcPj/B4pl2w9vxhEvVLZ69iWE0+HkaVn
V1n2ntAzZM3Rq33ibL9hh7K4HLcAdzBzRg+wJe8ySGJrrbGV6Fi9egn3BzBedHVo
EPyebC/p7O6wEhxrR4hGBBARAgAGBQJDAlsAAAoJEAsPKSnfge6DYAcAoJ+ugbV5
eo91APpn2oab92or4fb8AJ9oA31BR/GaYaY5mNqDv2t//hSyO4hGBBMRAgAGBQJD
R8P/AAoJEPG9S+RbQwNnYzsAn1X9BRrUthYKIWidpfUskYeUFMWoAKCi6Mb6y7Rc
T+ymXLaLZIkvt6ISa4icBBMBAgAGBQJDR8QAAAoJELmFmCJNxOf9ZawEALcMabq/
izU1+d++700X+s6nQu6bNtY/XEpbNpH7XDQ/8g7qoyooAJKY96ZvFZnrbdKzSDrc
4i5LREMlWljNNB2X3kxsnMW8Kuiok+My/iqg5s5mX7+JhXMO9vlU/rIhFuWl6wBV
kFAqW3wpsjGtayBtCP2Z+2AbgKzbe94PQXHDiJwEEwECAAYFAkNHxAAACgkQNzoA
dfSoswxlrAP/YEY5qMOmzcNW9I4qd4wJz4nDElG0kwVS0yOfBiEnWnei8RfoeI8M
zGXlx1gQiPeh52/rhdkPT8vlx0gaxox+sROg3q/odYpZT7BBVTI905IuNi+FvOpo
xIlwmFOZYNXVZC2loN3rk9JeiZSoy66s47G8/8FB2mmEIYpt3/dWTeeIRgQQEQIA
BgUCQ0pswwAKCRAhMZuUTBpb5ZNmAKCGLSbLUTgV5xiqKAzm8xU6QaUx8wCg5h5/
EPD4UKkivUHADwmq+sFuvzaIRgQQEQIABgUCQ0ZmegAKCRBJggwc6lkDjo9XAJ9D
wgNDlPH4IrDSNpdN+sJZ+jo1MACdE4r18EzjHlZJLsh08+llu6BHGDqIRgQQEQIA
BgUCQ1Y6kwAKCRB7GZ0TGZfnz1lkAKDFAS8zMns5IjMiFefZXJJuK51xXwCeOiS1
bct1PQh7R9A9k9jwgQL4CyGIRgQTEQIABgUCRCPGQAAKCRBwHLKj2mAoIuY3AJ0R
PYhkd8HKnbi

Bug#505489: joe: error in lua syntax highlighting

2008-11-12 Thread Johannes Berg
Package: joe
Version: 3.5-2
Severity: normal

Whenever you open a lua file, say

$ joe /tmp/test.lua

you get an additional window that says:

/etc/joe/syntax/lua.jsf 183: Unknown class


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

Kernel: Linux 2.6.28-rc3-wl-04697-g53af512-dirty (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages joe depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libncurses5   5.7-2  shared libraries for terminal hand

joe recommends no packages.

joe suggests no packages.

-- no debconf information



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



Bug#505488: please package SchoolTool

2008-11-12 Thread Holger Levsen
package: wnpp
severity: wishlist
x-debbugs-cc: [EMAIL PROTECTED], [EMAIL PROTECTED],  [EMAIL PROTECTED]

On Tuesday 11 November 2008 20:40, Tom Hoffman wrote:
> I'm happy to announce that we've got a new release of SchoolTool, a
> free student information system, out in sync with Ubuntu 2008.10.
> We're calling it a "beta."  We plan on continuing to map to the Ubuntu
> schedule, with "1.0" slated for April.
>
> Details about the release here:
>
> http://book.schooltool.org/htmlhelp/intrepid-features.html
>
> Installation instructions: http://book.schooltool.org/htmlhelp/install.html
>
> Geeky packagaging explanation:  Currently, we're distributing
> SchoolTool .deb packages for Ubuntu through our personal package
> archive (PPA) on Launchpad.net.  There is a bit of a roadblock for us
> and Debian & Ubuntu proper because of the Zope 3 packages.  Basically,
> Zope 3 has switched itself from being a more or less monolithic
> application server to being a pile of libraries, packaged as Python
> eggs (like Java .jars, for example).  The current Debian and Ubuntu
> packages for Zope 3 are the monolithic version.  We've got scripts to
> autogenerate separate .debs for all the little libraries now packaged
> as separate eggs.  The current Zope 3 maintainers don't have a lot of
> enthusiasm for exploding the number of .deb packages they'll need to
> maintain.  So we're at a bit of a standoff.  In the medium term, this
> doesn't seem to be a big issue, since, while not being in the main
> Ubuntu repositories isn't idea, it is an advantage for us to be able
> to push bugfixes into our PPA very quickly and control our whole stack
> ourselves.
>
> A couple additional notes: we're working right now on setup/export via
> spreadsheets, which I think will make everyone wanting to experiment
> with SchoolTool happy.  We should have that in an update release soon.
>
> Also, I'm working on documentation for using SchoolTool as a personal
> gradebook or for scheduling resources in a school, which are good ways
> to use/test SchoolTool without making a major commitment.
>
> Enjoy!
>
> --Tom Hoffman

Hi,

I'd very much welcome packages in experimental, incl. modular zope 3 packages ;)


regards & thanks for sharing this!
Holger


pgpRBRRSddn4W.pgp
Description: PGP signature


Bug#493768: intent to NMU

2008-11-12 Thread dann frazier
hey,
  As these bugs have been open with a patch for over a month and
without a rejection from the maintainer, I intend to NMU the
associated package in a week's time (or sooner, if requested by the
maintainer).

If you do not wish for this NMU to occur, please send a follow-up in
the bug report stating as such or, better yet, fix it in an MU :)

Unless you request otherwise, any NMUs I upload will be to the DELAYED
queue, so you will have an additional week to supersede my upload with
an MU to prevent it from entering unstable.

-- 
dann frazier




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



Bug#447774: Please mention proposed-updates

2008-11-12 Thread W. Martin Borgert
Thomas, Vincent, could you try to find out which patch is "better"
content-wise? Two patches per minute is too much for me :~) Don't
worry about the DocBook side of things, I will care about this.



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



Bug#489132: upgrade apt/aptitude first

2008-11-12 Thread W. Martin Borgert
On 2008-11-13 09:32, [EMAIL PROTECTED] wrote:
> please find a typo patch below (should be 'quite', but lets' avoid
> the issue entirely)

Thanks. Applied in 5510.



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



Bug#447774: Please mention proposed-updates

2008-11-12 Thread Vincent . McIntyre


tags 447774 +patch
thanks

this patch may need some tweaking, I'm not so fluent in docbook.
I'm not sure about:
 * the section id names (same in both files I touched)
 * cross-referencing between filesIndex: upgrading.dbk
===
--- upgrading.dbk   (revision 5506)
+++ upgrading.dbk   (working copy)
@@ -326,6 +326,16 @@
 
 
 
+
+Proposed-updates section
+
+If you have listed the proposed-updates section
+in your /etc/apt/sources.list file, you should remove
+it from that file before attempting to upgrade your system.
+This is a precaution to reduce the likelyhood of conflicts.
+
+
+
 
 Unofficial sources and backports
 
Index: whats-new.dbk
===
--- whats-new.dbk   (revision 5506)
+++ whats-new.dbk   (working copy)
@@ -321,6 +321,31 @@
 
 
 
+
+The proposed-updates section
+
+Some users of &debian; &releasename; may wish to help test updates
+to packages before they are formally added to an upcoming point release.
+One can do this by adding the
+proposed-updates
+section to their sources.list:
+
+
+deb &url-debian-mirror-eg;/debian &releasename;-proposed-updates main 
contrib
+deb-src &url-debian-mirror-eg;/debian &releasename;-proposed-updates main 
contrib
+
+
+The next time you run aptitude update, the system
+will become aware of the packages in the
+proposed-updates section and will consider them
+when looking for packages to upgrade.
+
+
+This is not strictly a new feature of Debian, but one that has not
+been given much exposure.
+
+
+
 
 backports.org/backports.debian.org
 TODO: write about probability backports.org becoming official


Bug#503990: Mozilla warning

2008-11-12 Thread Giovanni Rapagnani

On 12/11/08 22:54, W. Martin Borgert wrote:

Many thanks, Giovanni. Your text is now in rev. 5503.
Is the security warning valid for iceowl, too?

As iceowl is based on Mozilla Sunbird, I would say yes.

--
Giovanni




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



Bug#497445: upgrade apt/aptitude first

2008-11-12 Thread W. Martin Borgert
tags 497445 +patch
tags 497445 +pending
thanks

Thanks, Giovanni. Your text is now in rev. 5509.
If I understand correctly, only users who have previously used
aptitude are affected, right?



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



Bug#505487: ITP: ann -- Approximate Nearest Neighbor Searching library

2008-11-12 Thread Rafael Laboissiere
Package: wnpp
Severity: wishlist
Owner: Rafael Laboissiere <[EMAIL PROTECTED]>


* Package name: ann
  Version : 1.1.1
  Upstream Author : David Mount <[EMAIL PROTECTED]>
Sunil Arya <[EMAIL PROTECTED]>
* URL : http://www.cs.umd.edu/~mount/ANN/
* License : LGPL
  Programming Lang: C++ and Octave
  Description : Approximate Nearest Neighbor Searching library

ANN is a library written in C++, which supports data structures and
algorithms for both exact and approximate nearest neighbor searching
in arbitrarily high dimensions.  ANN assumes that distances
are measured using any class of distance functions called Minkowski
metrics. These include the well known Euclidean distance, Manhattan
distance, and max distance. ANN performs quite efficiently for point
sets ranging in size from thousands to hundreds of thousands, and in
dimensions as high as 20.

The necessary autotools support (autoconf, automake, and libtool) has been
added to this package, in order to generate a shared library, thanks to the
initial work done by Alexander Bornik.  This package will eventually become
a dependency of the octave-ann package (not yet released, see Bug#480760).

A preliminary version of the package can be found at:

http://alioth.debian.org/~rafael/ann/

The Debian files are maintained at:

http://svn.debian.org/wsvn/private/rafael/deb-pkg/ann/


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

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



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



Bug#447774: Please mention proposed-updates

2008-11-12 Thread Tobias Scherer
Hello,

Maybe this will fit into the moreinfo.dbk of Debian release notes
I hope I did right, taking most of the text from 
http://www.debian.org/releases/proposed-updates.en.html
If this is fine I can offer a german version, too.

Regards
Toby

The proposed-updates mechanism

If you get frustrated by waiting for some bugs to be fixed in Lenny you might 
want to check the proposed-updates repositories.
All changes to the released, stable (and oldstable) distribution go through an 
extended testing period before they are accepted into the arch
ives. Each such update of the stable (oldstable) release is called a point 
release. Preparation of point releases is done through the propose
d-updates mechanism. Accepted packages are uploaded to a separate repository 
called proposed-updates (oldstable-proposed-updates).
To use these packages with APT, you can add the following lines to your 
sources.list file:
  # proposed updates for the next point release
  deb http://ftp.us.debian.org/debian etch-proposed-updates main contrib 
non-free

Note that the /debian/mirrors (http://www.debian.org/mirror/list) will have 
this, it is not necessary to use this particular one, the above choice of 
ftp.us.debian.org is just an example.
New packages can arrive into proposed-updates when Debian developers upload 
them either to proposed-updates (oldstable-proposed-updates), or
to stable (oldstable). Debian's Stable Release Team regularly reviews the 
packages and decide whether to accept or reject them.
It should be noted that packages from security.debian.org are copied into the 
proposed-updates directory automatically. At the same time, packages that are 
uploaded directly to proposed-updates (oldstable-proposed-updates) are not 
monitored by the Debian security team.
The current list of packages that are in the proposed-updates repository can 
be seen at http://ftp-master.debian.org/proposed-updates.html 
(http://ftp-master.debian.org/oldstable-proposed-updates.html).



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



Bug#497252: News for ARM

2008-11-12 Thread Martin Michlmayr
* W. Martin Borgert <[EMAIL PROTECTED]> [2008-11-12 23:31]:
> > Only the second part.  Can you add the first part too? (my initial
> > mail in #497252)
> Oops, thanks for checking. It's now in 5507.

Thanks.

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



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



Bug#505486: [openoffice.org-writer] oowriter can't open links in a document using external browser

2008-11-12 Thread Valerio Passini
Package: openoffice.org-writer
Version: 1:3.0.0-4
Severity: normal
Tags: patch

--- Please enter the report below this line. ---
Hi Renè,

I hope you will find this bug report useful even if it's referred to 
experimental branch, but it is about the upcoming 3.0 version of openoffice. 
Well, I have noticed that just in case you press hyperlinks contained in a 
document, openoffice complains about: Openoffice could not find a web browser 
on your syste. Please check your desktop preferences or install a web browser 
(e.g.: Mozilla), blah blah blah...
Obviously the browser is in its place, and BTW there are at least three 
browsers it can use (firefox, konqueror, epiphany). I have tried to check the 
default browsers in /etc/alternatives, purging packages, almost everything. 
Finally, googling around I have found in a mandriva forum (they are the best, 
trust me ;D) that the problem is related only to KDE and the script  
/usr/lib/openoffice/basis3.0/program/kde-open-url.
The original script gives this error in console:
/usr/lib/openoffice/program/../basis-link/program/kde-open-url: line 7: `  else'

So I have just copy/paste the script from the mandriva forum and it worked:

#!/bin/sh

# special handling for mailto: uris
if echo $1 | grep '^mailto:' > /dev/null; then
kmailservice "$1" &
else
firefox "$1" &
fi

exit 0

I hope this script doesn't rise other bugs...

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.4

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstablemi.mirror.garr.it 
  500 unstabledebian.fastweb.it 
  500 testing mi.mirror.garr.it 
  500 stable  security.debian.org 
  500 stable  mi.mirror.garr.it 
1 experimentalmi.mirror.garr.it 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
openoffice.org-core   (= 1:3.0.0-4) | 1:3.0.0-4
openoffice.org-base-core  (= 1:3.0.0-4) | 1:3.0.0-4
libc6(>= 2.7-1) | 2.7-16
libgcc1(>= 1:4.1.1) | 1:4.3.2-1
libicu38 (>= 3.8-5) | 3.8.1-3
libstdc++6   (>= 4.2.1) | 4.3.2-1
libwpd8c2a  | 0.8.14-1
libwps-0.1-1| 0.1.2-1
ure  (>= 1.4+OOo3.0.0~) | 1.4+OOo3.0.0-4
zlib1g (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12





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



Bug#505485: wengophone: Does not refresh tray icon

2008-11-12 Thread Alex

Package: wengophone
Version: 2.1.2.dfsg0-6
Severity: normal

Wengophone (shortcut WGP in this report)(qtwengophone executable) tray 
icons remains not drawed some time after the
startup. In Kicker, the normal Kicker background will appear instead of 
the WGP icon. This phenomenon happens for all,

or just a part of the icon.
One way to trigger the bug everytime is to enable Kicker tray icon 
hiding, then hide some icons (but not WGP).
After hiding press the unhide arrow of the tray to show the hidden 
icons. Notice that the WGP icon is gone.

Forcing a redraw will show the WGP icon (entirely or partly).


-- System Information:
Debian Release: lenny/sid
 APT prefers testing
 APT policy: (650, 'testing'), (600, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages wengophone depends on:
ii  libasound21.0.16-2   ALSA library
ii  libavcodec51  3:20080706-0.3 library to encode decode 
multimedi

ii  libavutil49   3:20080706-0.3 avutil shared libraries
ii  libboost-program-options1 1.34.1-14  program options library for C++
ii  libboost-regex1.34.1  1.34.1-14  regular expression library 
for C++

ii  libboost-serialization1.3 1.34.1-14  serialization library for C++
ii  libboost-signals1.34.11.34.1-14  managed signals and slots 
library

ii  libboost-thread1.34.1 1.34.1-14  portable C++ multi-threading
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libcurl3  7.18.2-7   Multi-protocol file 
transfer libra

ii  libgcc1   1:4.3.2-1  GCC support library
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgnutls26   2.4.2-2the GNU TLS library - 
runtime libr

ii  libqt4-svg4.4.3-1Qt 4 SVG module
ii  libqt4-xml4.4.3-1Qt 4 XML module
ii  libqtcore44.4.3-1Qt 4 core module
ii  libqtgui4 4.4.3-1Qt 4 GUI module
ii  libsamplerate00.1.4-1audio rate conversion library
ii  libsndfile1   1.0.17-4   Library for reading/writing 
audio

ii  libspeex1 1.2~rc1-1  The Speex codec runtime library
ii  libssl0.9.8   0.9.8g-14  SSL shared libraries
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libswscale0   3:20080706-0.3 ffmpeg video scaling library
ii  libuuid1  1.41.3-1   universally unique id library
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxml2   2.6.32.dfsg-4  GNOME XML library

wengophone recommends no packages.

wengophone suggests no packages.

-- no debconf information




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



Bug#489132: upgrade apt/aptitude first

2008-11-12 Thread Vincent . McIntyre


please find a typo patch below (should be 'quite', but lets' avoid
the issue entirely)

Index: upgrading.dbk
===
--- upgrading.dbk   (revision 5506)
+++ upgrading.dbk   (working copy)
@@ -706,7 +706,7 @@
   
 Several bug reports have shown aptitude and apt in etch are quiet often unable to
+role="package">apt in etch are often unable to
 handle the upgrade to &releasename;. In &releasename;, apt better deals with complex chains
 of packages requiring immediate configuration and 

Bug#502942: kebo.vlsm.org: architectures, sync script, upstream mirror

2008-11-12 Thread Simon Paillard
Hello Sritrusta,

On Wed, Nov 05, 2008 at 05:16:25PM +0700, Sritrusta Sukaridhoto wrote:
> Ok we will fix that, because we move from old machine to new machine  
> with new internet connection too
>
> Simon Paillard wrote:
> > However, we have some remarks and details to fix:
> >
> > On Tue, Oct 21, 2008 at 01:14:59AM +, Sritrusta Sukaridhoto wrote:
> > > Package: mirrors
> > > Severity: minor
> > > Submission-Type: update
> > > Site: kebo.vlsm.org
> > > Aliases: mirror.eepis-its.edu
> > > Type: leaf
> > > Archive-architecture: amd64 i386
>
> > http://kebo.vlsm.org/debian/pool/main/b/base-files/ shows that amd64,
> > i386, hurd-i386 and powerpc.
>
> no, we only mirror for i386 and amd64 but officially only i386

This directory show the reality of the sync, be carefull, you mirror
armel, hurd-i386 and powerpc as well :
http://kebo.vlsm.org/debian/pool/main/b/base-files/
It's only a notice for you.

Obviously, we can list fewer architectures than the reality.

> > Moreover http://kebo.vlsm.org/debian/dists/unstable/ shows files
> > specific to archs you don't host.
> > Take care to use the official script (or to use the same principles):
> > http://www.debian.org/anonftpsync
> > This script let the mirrors usable during the sync (on contrary to
> > plain rsync) and download only the necessary files.
>
> after this we will use that scripts, because we used to use old script

We have recently released a new script which is far better,
see http://lists.debian.org/debian-mirrors-announce/2008/11/msg1.html

[..]
> > > CDImage-rsync: debian-cd/
>
> > You should only keep the last revision automatically (i.e. r5 today).
> > http://kebo.vlsm.org/debian-cd/4.0_r4a/ can be dropped.
>
> our rsync will remove that after we complete r5 for amd64, or because
> we use --delete-after but still not finish

Ok, thanks. 4.0_r4a is now away.

> > > Archive-upstream: kambing.vlsm.org
> > > Security-upstream: kambing.vlsm.org
> > > Volatile-upstream: kambing.vlsm.org
>
> > Are really mirroring from kambing.vlsm.org ?
> > Because we expect a mirror already in our list in this *-upstram field.
>
> our internet connection only have 5Mbps to internasional, but we have 
> 1Gbps direct connection to kambing.vlsm.org who has more than 150Mbps to 
> internet, they update from hk and jp 

Do you know the personn which takes care of kambing ?
It may be good to list kambing.vslm.org as Debian mirrors since it had
good internet connection.

> > By the way, you could use ftp.hk.debian.org or ftp.jp.debian.org as
> > upstream mirror.
>
> maybe we will try from kr

Don't forget to tell us if you do so.

Thanks for mirroring Debian and your patience :)

-- 
Simon Paillard



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



Bug#505479: Experimental: keyboard and mouse no longer work

2008-11-12 Thread Sven Arvidsson

> As the subject says, I'm no longer able to use my input devices after
> starting X.org. Neither the Ctrl+Alt+Backspace combination nor the
> Strg+Alt+Fx work. However, switching back in the console (by chvt 1 on
> ssh), keyboard and mouse work again, until I switch back to X.
> 
> The logfile says Disabled (Keyboard|Mouse), but it does not tell why.

I had the same problem, it was solved when I upgraded
xserver-xorg-input-evdev to 1:2.0.99.3-1.

I also think you can work around this by adding 
Option "AllowEmptyInput" "off" to ServerLayout. At least that's the info
given here: 
https://fedoraproject.org/wiki/Features/EvdevInputDriver


-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#489132: upgrade apt/aptitude first

2008-11-12 Thread Giovanni Rapagnani

On 12/11/08 23:08, W. Martin Borgert wrote:

I took the liberty to write:
# apt-get install apt
or
# aptitude install aptitude


When the user would only install apt as it is its preferred package manager, he 
should also install aptitude because, in the next step, aptitude must at least 
be executed one time for making it convert its list of automatically installed 
packages for use with the lenny version of apt. (see Bug#497445)


--
Giovanni



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



Bug#497252: News for ARM

2008-11-12 Thread W. Martin Borgert
On 2008-11-12 23:12, Martin Michlmayr wrote:
> * W. Martin Borgert <[EMAIL PROTECTED]> [2008-11-12 22:45]:
> > The text is now in rev. 5502.
>
> Only the second part.  Can you add the first part too? (my initial
> mail in #497252)

Oops, thanks for checking. It's now in 5507.



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



Bug#505484: linux-image-2.6.24-openmoko-gta02: modules not stripped

2008-11-12 Thread Luca Capello
Package: linux-image-2.6.24-openmoko-gta02
Version: 20080903.git2ea34171-2
Severity: important
User: [EMAIL PROTECTED]
Usertags: package-creation

Hi there!

This discussion started at [1].

On Sun, 09 Nov 2008 17:25:39 +0100, Joachim Breitner wrote:
> Am Freitag, den 07.11.2008, 23:03 -0500 schrieb Stefan Monnier:
>> > I think the rationale is that all features of the kernel should be
>> > available. We could group and separate them into packages if it
>> > becomes an issue.

This would be a problem when we will go for a stock Debian kernel.

>> Actually, looking at it again, it seems that the set of modules
>> provided by the Om kernels is pretty much the same,

>> but each *.ko file is about 10 times smaller.  Not sure what's going
>> on here.  Could be something to do with something like
>> versioned-identifiers, or some other global compilation option for
>> the kernel.
>
> Gismo, I guess you might know something about that? Maybe some "-g"
> parameter parameter or a call to "strip" that’s missing?

I have not checked yet, but you are probably right: IIRC we do not strip
anything and instead we just call make to build the kernel.  I guess
that the switch to kernel-package will solve this issue as well.

Thx, bye,
Gismo / Luca

Footnotes: 
[1] 
http://lists.linuxtogo.org/pipermail/smartphones-userland/2008-November/000391.html

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

Kernel: Linux 2.6.24-20080903.git2ea34171 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.24-openmoko-gta02 depends on:
ii  module-init-tools 3.4-1  tools for managing Linux
kernel mo

linux-image-2.6.24-openmoko-gta02 recommends no packages.

linux-image-2.6.24-openmoko-gta02 suggests no packages.

-- no debconf information


pgpzfAtJC9MqB.pgp
Description: PGP signature


Bug#497445: Document how to convert the aptitude automatically installed, packages list for use with apt?

2008-11-12 Thread Giovanni Rapagnani
Please find below a note for this issue. I would insert it just under the 
section where we suggest to first upgrade apt and aptitude.



The first time the lenny version of aptitude is run, it will read in
its list of automatically installed packages and convert it for use
with the lenny version of apt (which can handle automatically-installed
information). If you use apt as package manager, you should at least issue one 
aptitude command to do the conversion. For instance, searching for no package:


  aptitude search "?false"


--
Giovanni



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



Bug#505473: crashes when viewing www.eroski.es

2008-11-12 Thread Miriam Ruiz

--- El mié, 12/11/08, Santiago Garcia Mantinan <[EMAIL PROTECTED]> escribió:

> I've been testing gnash for some time and found that
> the version in testing
> crashes when entering www.eroski.es (machine using testing
> with linux kernel
> from testing, arch i386) I had gnash set to pause on load.
> 
> I have upgraded to the version on unstable and works ok, so
> this bug only
> applies to the version on testing, as specified on the bug.

Thanks for helping me debugging Gnash, Manty!

Greetings,
Miry







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



Bug#497388: upgrade apt/aptitude first

2008-11-12 Thread W. Martin Borgert
tags 497388 +pending
thanks

Thanks, Moritz. Your text is now in rev. 5506.
(To me it's not clear, which Debian packages are affected, but
I'm not living in the LDAP world.)



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



Bug#503878: [Pkg-fglrx-devel] Bug#503878: fglrx-atieventsd: authatieventsd.sh uses finger without depending on it and is unreliable

2008-11-12 Thread Adeodato Simó
* Romain Beauxis [Sat, 08 Nov 2008 18:44:33 +0100]:

> Le Saturday 08 November 2008 11:51:25 Adeodato Simó, vous avez écrit :
> > I don't think a new upstream version is going to be appropriate, but we
> > can talk about it later when this bug is fixed in Lenny. I don't like
> > the idea of uploading the fix together with this new version, which
> > means that if the new version is not suitable, the fix for this bug will
> > have to go via testing-proposed-updates, which doesn't get any user
> > testing at all.

> Done and uploaded in 1:8-7-3.

> Changes are minimal, so you can consider this version for a testing
> update if everything goes fine.

Unblocked by Luk in the meantime.

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: Joaquín Sabina - Guerra mundial




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



Bug#485034: linux-image-2.6.25-2-686: ath5k associates but no network

2008-11-12 Thread Moritz Muehlenhoff
On Fri, Jul 04, 2008 at 02:04:59PM -0700, Bill Wohler wrote:
> maximilian attems <[EMAIL PROTECTED]> wrote:
> 
> > can you please try out 2.6.26-rc8, see trunk apt lines
> > http://wiki.debian.org/DebianKernel
> 
> Will do, as soon as it creeps into sid.
> 
> > it should have newer ath5k driver.
> > also trying an dhcp setup would be cool.
> 
> No, DHCP didn't help. However, on the ath5k-users mailing list, Pavel
> suggested that it might be a WEP issue with my wireless card (AR5211),
> and it was. When I turned off WEP, I got a good network connection with
> both a static configuration and with DHCP.
> 
> I'm thinking that using WPA would be a good workaround for this bug, and
> would be slightly more secure besides. I haven't had the time to try
> yet, but I did find [1]. Does this look up to date?
> 
> 1. 
> http://wiki.debian.org/Manual-Howto#head-6fdd87d329e68a583e5fde32c6b21e460e5541a5
> 
> Unless someone else chimes in to the contrary, it appears that this bug
> could be relabeled as:
> 
>   linux-image-2.6.25-2-686: ath5k associates but no network with WEP and
>   AR5211 
> 
> I'll report back when I've tried 2.6.26 or WPA.

Since Lenny now contains images based on 2.6.26, did you have a chance to
test them already?

Cheers,
Moritz



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



Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Olaf van der Spek
On Wed, Nov 12, 2008 at 11:11 PM, Michael Stone <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 12, 2008 at 08:37:14PM +0100, you wrote:
>>
>> In what case would that misbehave?
>
> Don't know, don't want to find out;

Ah, it's just an assumption. ;)

> it's just not what cat is there for.
>  Among other things, I'd assume it's a nightmare for UTF-8.

Why? UTF-8 uses 0x80 - 0xff, not 0x00 - 0x31.

> If nothing else,
> it's a whole unnecessary code path that needs to be maintained, which can be
> the source of new exciting bugs, which can slow things down and get in the
> way, and which has absolutely nothing to do with the functionality cat is
> expected to provide. (And why stop with cat? Why not cram the same
> irrelevant functionality into *every* program which might output something
> to a terminal? dd could use it, head, tail, fmt, cut, tac (obviously), what
> else? Maybe we should find a way to make sure that nothing is allowed to
> display anything to a terminal unless it has filtered out any potentially
> annoying things? Maybe it would be easier to make the terminal itself filter
> the content, unless a program sends some kind of complicated out of band
> message that it will filter the content? Hmm--that actually sounds like a
> better/more viable approach than modifying every single program ever written
> to use stdout.)

Maybe you should look at this from the perspective of the user instead
of the perspective of the developer.
I'm not requesting that you do the filtering 'manuall'y in cat.



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



Bug#505481: /usr/bin/iceape: stop doesn't stop

2008-11-12 Thread Gordon Haverland
Package: iceape-browser
Version: 1.1.12-1
Severity: normal
File: /usr/bin/iceape

I got caught up in the USA election, and was visiting CNN Politics 
regularly.  Towards the end of the election, they came up with an IFRAME 
ticker.  This ticker will take 100% CPU if you let it, and the stop 
button does nothing to stop it.  I have visited other sites that also 
seem to accumulate large amounts of CPU time for hours after I have seen 
the site (and left the browser active on that site).

Turning off IFRAME in NoScript works, but really isn't the answer.  Ajax 
can be annoying, and this is one situation where it is.  There has to be 
some way of turning off this "out of bounds" programing when we don't 
want it.  I would have hoped that the STOP button in the browser would 
do this.  But, this button has absolutely no idea that something else is 
running, if it isn't the "main page", or so it seems to me.

I want to be able to visit a site and see information is a second or 
two.  At that point, I want ALL interaction initiated by that page to
cease!  I am willing to hit the STOP button to do this.  Many hours 
later, I might want to refresh the page, to see new information.  I will
hit the STOP button again if need be.  Is this something we can get?

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

Kernel: Linux 2.6.23 (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 iceape-browser depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.6-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages iceape-browser recommends:
pn  iceape-gnome-support   (no description available)

Versions of packages iceape-browser suggests:
pn  iceape-dom-inspector   (no description available)
pn  iceape-mailnews(no description available)
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of some La
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries

-- no debconf information



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



Bug#503878: [Pkg-fglrx-devel] Bug#503878: fglrx-atieventsd: authatieventsd.sh uses finger without depending on it and is unreliable

2008-11-12 Thread Adeodato Simó
* Mark Purcell [Sun, 09 Nov 2008 19:44:05 +1100]:

Hello,

> In this context Romain suggested that he only upload the fixed package to 
> lenny 
> and upload a new package to sid:

> ! fix the package in lenny, as well as uploading a new package for sid

> I was suggesting that he upload the fixed package to sid (not the new 
> package), 
> but agree my wording could of been more specific. Just to clear things up I 
> certainly don't want to see the new package in unstable.

Ok. This was a misunderstanding because I was convinced you meant for
them to upload the new package to unstable. Which, on retrospect, was a
silly reading of your words.

I'm sorry, Mark.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: Joaquín Sabina - Guerra mundial




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



Bug#505478: CVE-2008-5030: Buffer overflow

2008-11-12 Thread Luk Claes
Daniel Baumann wrote:
> Moritz Muehlenhoff wrote:
>> Package: libcdaudio
>> Severity: grave
>> Tags: security
>> Justification: user security hole
>>
>> Hi Daniel, please see
>> http://www.openwall.com/lists/oss-security/2008/11/05/1
>> http://www.openwall.com/lists/oss-security/2008/11/07/1
>>
>> I'm attaching the dpatch I'm using for stable-security for your
>> convenience.
> 
> thanks.
> 
>> Please upload to unstable with urgency=high
> 
> done.

unblocked

Cheers

Luk




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



Bug#438337: Megaraid boot failure

2008-11-12 Thread Moritz Muehlenhoff
On Thu, Apr 17, 2008 at 10:03:54PM +1200, Steven Jones wrote:
> Hi,
>
> Unable to install Debian 4.0r3 as there is a lock up during hardware  
> detection, would seem to be around the raid module.
>
> Installed 3.1 which went fine, upgraded to 4.0r3 using apt-get update ;  
> apt-get -y dist-upgrade, went fine.
>
> Attempted to install a 2.6.18-6 kernel and the megaraid-mbox module  
> enters a 300sec loopso this bug is still outstanding.

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#505450: First impressions.

2008-11-12 Thread Raúl Sánchez Siles
retitle 505450 konqueror crashes due to pdf preview.
reassign 505450 kdegraphics-kfile-plugins
thanks

  Hello:

  Thank you very much for your bug report. Unfortunately we will need more 
info to figure out where the problem could be exactly.

  Could you state what libpoppler-qt2 package version are you using? You could 
try this command to find out: apt-cache policy libpoppler-qt2 |grep '\*\*\*'

  In order to get a full, proper backtrace, would you mind installing 
degraphics-dbg and poppler-dbg packages?

  Does this happen on all pdf files? If not, could you please send/attach an 
example file.

  With the infomation you provide, it's quite probably that's a crash/bug in 
poppler, but before we are sure I will be reassigning to 
kdegraphics-kfile-plugins, which is more specific than konqueror.

  Thanks, regards,
-- 
 Raúl Sánchez Siles
->Proud Debian user<-
Linux registered user #416098


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


Bug#493937: [Patch] Prevent loading of Python modules in working directory

2008-11-12 Thread James Vega
On Wed, Nov 12, 2008 at 12:34:16PM +0100, Bram Moolenaar wrote:
> 
> James -
> 
> > Vim's python interface calls PySys_SetArgv with an argv[0] that doesn't
> > resolve to a filename.  This causes Python to prepend sys.path with an
> > empty string which, due to Python's use of relative imports, allows the
> > possibility to run arbitrary code on the user's system if a file in
> > Vim's working directory matches the name of a python module a
> > Python-using vim script tries to import.
> > 
> > This should be fixed by Python 2.6 as it uses absolute imports by
> > default, but I have not been able to test it.  The attached patch fixes
> > the problem in Vim by removing any empty strings from sys.path.
> 
> I have now applied and tried this patch.  It does not really work as
> expected for me.  Apparently the empty string in argv[0] is interpreted
> as the current directory.

argv[0] is used to seed the value that is prepended to sys.path.

You can take a look at what PySys_SetArgv does at
http://svn.python.org/view/python/branches/release25-maint/Python/sysmodule.c?rev=54836&view=markup

What it boils down to in the simple case is checking for the existence
of a path separator in argv0.  If that doesn't exist, then a PyString is
created from argv0 with size 0 and sys.path is prepended with that --
empty string used for the first element of sys.path.

> My first entry in sys.path is then the directory above the current
> directory.  The filter you added in the patch doesn't change anything.

This is incorrect.  In Vim's current code, PySys_SetArgv is called with
an argv that is simply an empty string (and a terminating NULL
sentinel).  This causes sys.path's first element to be the empty string,
thus causing any Python import statements to use Vim's current working
directory as the first location to check for the requested module.

The filter specifically removes any elements in sys.path that evaluate
to false (i.e., the empty string).

Using the attached print_sys.path.diff, the following is printed when I
start Vim (the sys.path before and after my suggested filter() command):

['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', 
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', 
'/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages']
['/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', 
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', 
'/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages']

You can also test it with the simple pytest.c that I've attached by
specifying different arguments as the first element of the argv passed
to PySys_SetArgv.

$ gcc -o pytest $(python-config --cflags) $(python-config --ldflags) pytest.c
$ ./pytest ''
['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', 
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', 
'/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages']
['/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', 
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', 
'/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages']
$ ./pytest '/must>not&exist/bogusbinary'
['/must>not&exist', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', 
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', 
'/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages']
['/must>not&exist', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', 
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', 
'/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages']

> For me it does work if I use:
> 
>static char *(argv[2]) = {"/must>not&exist/ls", NULL};
> 
> The first entry in path is then "/must>not&exist", which we can filter
> out with:
> 
>PyRun_SimpleString("import sys; sys.path = filter(lambda x: x != 
> '/must>not&exist', sys.path)");

This is just extra work for no gain.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
#include 
#include 

int main(int argc, char **argv) {
int newargc = 1;
char *newargv[2] = {"", NULL};
if (2 != argc) {
fprintf(stderr, "Usage: %s \n", argv[0]);
return 1;
}
newargv[0] = argv[1];
Py_Initialize();
PySys_SetArgv(newargc, newargv);
PyRun_SimpleString("import sys; print sys.path");
PyRun_SimpleString("sys.path = filter(None, sys.path)");
PyRun_SimpleString("print sys.path");
return 0;
}
--- a/src/if_python.c
+++ b/src/if_python.c
@@ -530,6 +530,9 @@
 
 	if (PythonMod_Init())
 	goto fail;
+	PyRun_SimpleString("import sys; print sys.path");
+	PyRun_SimpleString("sys.path = filter(None, sys.path)");
+	PyRun_SimpleString("print sys.path");
 
 	/* the first python thread is vim's, release the lock */
 	Python_SaveThread();


signature.asc
Description: Digital signature


Bug#497252: News for ARM

2008-11-12 Thread Martin Michlmayr
* W. Martin Borgert <[EMAIL PROTECTED]> [2008-11-12 22:45]:
> tags 497252 +patch
> tags 497252 +pending
> thanks
> 
> The text is now in rev. 5502.

Only the second part.  Can you add the first part too? (my initial
mail in #497252)

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



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



Bug#503990: Mozilla warning

2008-11-12 Thread W. Martin Borgert
tags 503990 +patch
tags 503990 +pending
thanks

Many thanks, Giovanni. Your text is now in rev. 5503.
Is the security warning valid for iceowl, too?



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



Bug#489132: upgrade apt/aptitude first

2008-11-12 Thread W. Martin Borgert
tags 489132 +patch
tags 489132 +pending
thanks

Thanks, Giovanni. Your text is now in rev. 5505.
I took the liberty to write:
# apt-get install apt
or
# aptitude install aptitude



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



Bug#505297: ncurses-base: Wrong terminfo for xterm keys up, down, end, home

2008-11-12 Thread Thomas Dickey

On Tue, 11 Nov 2008, J??rg Sommer wrote:


Package: ncurses-base
Version: 5.7-1
Severity: normal

Hi,

I'm in an XTerm (package version 237-1):

% echo $TERM
xterm
% infocmp -L G -Eo 'key_(home|end|up|down)=[^,]*'
key_down=\EOB
key_end=\EOF
key_home=\EOH
key_up=\EOA

but XTerm sends these sequences:

% read
^[[B^[[4~^[[1~^[[A

They match the sequences defined for the linux console and comply with
the recommend ???9.8. Keyboard configuration??? of the Debian Policy:

% infocmp -L linux G -Eo 'key_(home|end|up|down)=[^,]*'
key_down=\E[B
key_end=\E[4~
key_home=\E[1~
key_up=\E[A

So you should change the terminfo for xterm otherwise some programs might
not work, because they expect wrong key sequences read from the terminfo.


Actually the only impact I've seen is on bash users, who typically
hardcode their function key definitions.  (This is of interest only
to Linux users, since it would make it incompatible with everyone
else, so it's up to the package maintainer if he chooses to add
a nuisance).

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

Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Michael Stone

On Wed, Nov 12, 2008 at 08:37:14PM +0100, you wrote:

In what case would that misbehave?


Don't know, don't want to find out; it's just not what cat is there for.  
Among other things, I'd assume it's a nightmare for UTF-8. If nothing 
else, it's a whole unnecessary code path that needs to be maintained, 
which can be the source of new exciting bugs, which can slow things down 
and get in the way, and which has absolutely nothing to do with the 
functionality cat is expected to provide. (And why stop with cat? Why 
not cram the same irrelevant functionality into *every* program which 
might output something to a terminal? dd could use it, head, tail, fmt, 
cut, tac (obviously), what else? Maybe we should find a way to make sure 
that nothing is allowed to display anything to a terminal unless it has 
filtered out any potentially annoying things? Maybe it would be easier 
to make the terminal itself filter the content, unless a program sends 
some kind of complicated out of band message that it will filter the 
content? Hmm--that actually sounds like a better/more viable approach 
than modifying every single program ever written to use stdout.)


Mike Stone



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



Bug#436260: closed by maximilian attems <[EMAIL PROTECTED]> (Re: linux-support-2.6.22-1: Support for exernal module packages broken)

2008-11-12 Thread Moritz Muehlenhoff
On Mon, Jun 30, 2008 at 02:13:33PM +0200, maximilian attems wrote:
> On Mon, 30 Jun 2008, Mark Brown wrote:
> 
> > On Sun, Jun 29, 2008 at 11:01:43PM +0200, maximilian attems wrote:
> > 
> > > there was no patch provided nor any proof of any trouble by your
> > > side, so tagging with moreinfo and willl close in 10 days
> > > unless something substantial comes up.
> > 
> > Uh, message 10 of the bug report contains the updated version of
> > gencontrol.py that I provided and I wasn't exactly overburdened with
> > requests for additional information...
> 
> update for what and what was the error in the first place?
> it would be great to have that info.
>  
> > > 2.6.22 is really old and keeping cruft lying around helps noone.
> > 
> > On the other hand, ignoring bugs for the best part of a year and then
> > closing them on the basis that you haven't done anything about them
> > doesn't exactly help either.
> 
> if you can reproduce it with 2.6.25 or newer snapshots.
> i'm all ears unless so it is assumed fixed.

Mark, does the problem still exist for you with the current Lenny packages?

Cheers, 
Moritz



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



Bug#495172: Upstream does not want this packaged for Debian

2008-11-12 Thread Jordi Gutiérrez Hermoso
In a private discussion with upstream's lead developer, he expressed
that he does not want this software packaged for Debian. I am now
closing this bug per his wishes.



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



Bug#433640: linux-image-2.6.22-1-amd64: time runs too slow

2008-11-12 Thread Folkert van Heusden
> > When using this kernel, the time of the system runs too slow. Minutes to
> > slow in a couple of hours. This also confuses the ntp daemon.
> 
> Is this issue still reproducible with the current Lenny kernel?

can be closed
thanks

Folkert van Heusden

-- 
Multi tail barnamaj mowahib li mora9abat attasjilat wa nataij awamir
al 7asoub. damj, talwin, mora9abat attarchi7 wa ila akhirih.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



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



Bug#433640: linux-image-2.6.22-1-amd64: time runs too slow

2008-11-12 Thread Moritz Muehlenhoff
On Wed, Jul 18, 2007 at 02:43:39PM +0200, Folkert van Heusden wrote:
> Package: linux-image-2.6.22-1-amd64
> Version: 2.6.22-1
> Severity: normal
> 
> 
> When using this kernel, the time of the system runs too slow. Minutes to
> slow in a couple of hours. This also confuses the ntp daemon.

Is this issue still reproducible with the current Lenny kernel?

Cheers,
Moritz



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



Bug#128092: will do it

2008-11-12 Thread JocelynDavis

ok



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



Bug#505480: irssi-scripts: away.pl never unaways

2008-11-12 Thread Norbert Buchmuller
Package: irssi-scripts
Version: 20061009
Severity: normal
Tags: patch

away.pl never turns off away status on activity (no matter what I /SET
autounaway_level to). The attached patch fixes this.

norbi


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages irssi-scripts depends on:
ii  irssi 0.8.10-2   terminal based IRC client

Versions of packages irssi-scripts recommends:
ii  libwww-perl   5.805-1WWW client/server library for Perl

-- no debconf information
diff -Naur irssi-scripts-20070925/scripts/away.pl 
irssi-scripts-20070925-fixed/scripts/away.pl
--- irssi-scripts-20070925/scripts/away.pl  2007-09-22 16:30:57.0 
+0200
+++ irssi-scripts-20070925-fixed/scripts/away.pl2008-11-12 
22:37:39.0 +0100
@@ -112,6 +112,7 @@
 {
   # come back from away
   $server->command("AWAY");
+  $am_away=0;
 }
 else
 {


Bug#497252: News for ARM

2008-11-12 Thread W. Martin Borgert
tags 497252 +patch
tags 497252 +pending
thanks

The text is now in rev. 5502.



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



Bug#503990: release-notes: Mozilla warning for Lenny

2008-11-12 Thread Giovanni Rapagnani

Hi Wolfgang,

On 12/11/08 13:39, Moritz Muehlenhoff wrote:

When you merge them, please also mention Iceape, the rebranded
version of Seamonkey.


In attachment, a patch for doing that.

--
Giovanni


patch.gz
Description: GNU Zip compressed data


Bug#505478: CVE-2008-5030: Buffer overflow

2008-11-12 Thread Daniel Baumann
Moritz Muehlenhoff wrote:
> Package: libcdaudio
> Severity: grave
> Tags: security
> Justification: user security hole
> 
> Hi Daniel, please see
> http://www.openwall.com/lists/oss-security/2008/11/05/1
> http://www.openwall.com/lists/oss-security/2008/11/07/1
> 
> I'm attaching the dpatch I'm using for stable-security for your
> convenience.

thanks.

> Please upload to unstable with urgency=high

done.

> and pester the RMs.

done hereby.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#410817: Upstream fix in 2.6.26?

2008-11-12 Thread Moritz Muehlenhoff
On Thu, Sep 18, 2008 at 12:31:04PM +0100, Simon Waters wrote:
> dann frazier wrote:
>> On Thu, Sep 18, 2008 at 12:09:00AM +0100, Simon Waters wrote:
>>> http://bugzilla.kernel.org/show_bug.cgi?id=6695
>>
>> 2.6.26 is in lenny/sid - can someone test it to confirm?
>
> 2.6.26-1-686 from lenny boots my DELL SC400 with 6.62 firmware on the  
> megaraid card.
>
> The boot was quite slow, but I'm comparing to a bespoke kernel without  
> initrd, so that is not surprising.
>
> I have hacked on the box in the past to include additional megaraid  
> drivers in the initrd config, so I can't say it a completely "clean  
> test", but I'd regard this as a fix (Stock 2.6.25 no boot, stock 2.6.26  
> boots). I will attempt a reinstall soon.

Have you tested a reinstall already?

Cheers,
Moritz



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



Bug#423386: submitted mirror ftp.ifg.gtu.ge, outdated 27th Oct

2008-11-12 Thread Simon Paillard
Hello,

One other mail to tell you :
* ftp://ftp.ifg.gtu.ge/debian/project/trace/ shows the mirror is
  outdated: 27th Oct 2008
* you should use our last sync script at
  http://lists.debian.org/debian-mirrors-announce/2008/11/msg1.html
  it will solve automatically most the the issues pending than .. 16
  months.

Best regards,

On Fri, Aug 01, 2008 at 11:30:35PM +0200, Simon Paillard wrote:
> The submission has been done 14 months ago, and it is very hard to get a
> response from you :-(
> 
> The whole mail below contains still valid remarks.
> 
> 
> On Fri, Apr 18, 2008 at 10:14:58PM +0200, Simon Paillard wrote:
> > On Fri, Nov 02, 2007 at 12:52:24AM +0100, Josip Rodin wrote:
> > > On Mon, Oct 08, 2007 at 05:58:10PM +0200, Simon Paillard wrote:
> > > > Please check also my first reply on the BTS, there are superfluous files
> > > > for architectures you exclude.
> > > 
> > > I'll repeat the command, for your convenience:
> > > 
> > > for arch in alpha hppa ia64 m68k mips mipsel powerpc s390 sparc; do
> > >   find debian/dists/ -name *$arch* -exec rm -r {} \;
> > > done
> > 
> > Can be applied again with hurd-i386 and armel : 
> > 
> > for arch in armel hurd-i386 
> > do find /path/debian/dists/. -name *$arch* -exec rm -r {} \;
> > find /path/debian/pool/ -name *_$arch.deb -exec rm -r {} \;
> > done
> > 
> > Then exclude them in anonftpsync.
> > 
> > > > It seems you use an old version, which still localizes the local trace
> > > > file : ftp://ftp.ifg.gtu.ge/debian/project/trace/www.ifg.gtu.ge
> > 
> > Local trace file now produced in LANG=C
> > 
> > Thanks for your fast answer, so that we can *finally* add your mirror in
> > the list of Debian mirrors :-)
 

-- 
Simon Paillard



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



Bug#505478: CVE-2008-5030: Buffer overflow

2008-11-12 Thread Moritz Muehlenhoff
Package: libcdaudio
Severity: grave
Tags: security
Justification: user security hole

Hi Daniel, please see
http://www.openwall.com/lists/oss-security/2008/11/05/1
http://www.openwall.com/lists/oss-security/2008/11/07/1

I'm attaching the dpatch I'm using for stable-security for your
convenience. Please upload to unstable with urgency=high and
pester the RMs.

Cheers,
Moritz

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
#!/bin/sh /usr/share/dpatch/dpatch-run
## 02-cddb-bufferoverflow.dpatch by Moritz Muehlenhoff <[EMAIL PROTECTED]>
##
## DP: CVE-2008-5030

@DPATCH@

diff -aur libcdaudio-0.99.12p2.orig/src/cddb.c libcdaudio-0.99.12p2/src/cddb.c
--- libcdaudio-0.99.12p2.orig/src/cddb.c	2004-09-09 01:26:39.0 +
+++ libcdaudio-0.99.12p2/src/cddb.c	2008-11-12 21:11:29.0 +
@@ -1679,7 +1679,7 @@
   free(file);
 	 
   while(!feof(cddb_data)) {
-	fgets(inbuffer, 512, cddb_data);			   
+	fgets(inbuffer, 256, cddb_data);			   
 	cddb_process_line(inbuffer, data);
   }
 	 



Bug#439031: state of #439031

2008-11-12 Thread Eugene V. Lyubimkin
Hello Kurt, hello Eduard.

The problem is rather clear, but please also run

'apt-get update -o Debug::pkgAcquire::Auth=1' and post the output.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ developer, Debian APT contributor



signature.asc
Description: OpenPGP digital signature


Bug#428614: bug still present in trunk (2.6.24~rc6-1~experimental.1~snapshot.10007)

2008-11-12 Thread Francesco Poli
On Fri, 7 Nov 2008 21:30:05 +0100 Moritz Muehlenhoff wrote:

> On Wed, Jan 02, 2008 at 11:04:25PM +0100, Francesco Poli wrote:
> > I tried linux-image-2.6.24-rc6-amd64 (version
> > 2.6.24~rc6-1~experimental.1~snapshot.10007) from trunk, but I still
> > experience this bug:
> > 
> >   $ ls -altrF /sys/bus/i2c/devices/
> >   total 0
> >   drwxr-xr-x 4 root root 0 2008-01-02 21:05 ../
> >   drwxr-xr-x 2 root root 0 2008-01-02 21:05 ./
> 
> Does this still occur with the current Lenny kernel?

Yes, it does:

  $ ls -altrF /sys/bus/i2c/devices/
  total 0
  drwxr-xr-x 4 root root 0 2008-11-12 21:43 ../
  drwxr-xr-x 2 root root 0 2008-11-12 21:43 ./


> If so, could
> you please file a bugreport at bugzilla.kernel.org?

Mmmmh, it seems that bugzilla.kernel.org is another upstream BTS which
quite annoyingly requires creating an account in order to allow users to
report bugs...  
I am already going mad remembering tens of passwords for various
boxes/services: if I start creating one account for the upstream BTS of
each Debian package I use and want to report bugs for, my brain will
really explode!
That's why I love the Debian BTS, it lets users interact with it via
e-mail, without requiring any account creation process.

Could you please forward this bug report to bugzilla.kernel.org?
Thank you in advance.

-- 
 On some search engines, searching for my nickname AND
 "nano-documents" may lead you to my website...  
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgp7P7W7vnjW2.pgp
Description: PGP signature


Bug#491116: jackd: Unreasonable xrun numbers

2008-11-12 Thread Frank Rocholl
Hi,

I've the same behaviour on my Lenny system:
alsa_pcm: xrun of at least 1226435427565.568 msecs

Here some more information:

ii  jackd0.109.2-3
ii  linux-image-2.6.25-2-686 2.6.25-7
ii  linux-image-2.6.26-1-686 2.6.26-8

It seems to be a Kernel related issue. If I boot 
a kernel, that I've compiled on my own (2.6.23.14 from
kernel.org with additional realtime patch),
my xruns shows normal values.


Regards

Frank





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



Bug#404367: some debugging

2008-11-12 Thread Thiemo Nagel

merge 456763
thanks

I think the bug mentioned above is a duplicate.

I've analysed a case in which pressing keys '1234' lead to output 
'12234'.  The following is some debug output.  The 
duplicate keypresses are seen by ProcessKeyboardEvent() while 
xserver-xorg-input-keyboard's kbd.c does see the correct number of 
keypresses (cf. to bug 456763 for that result).


[1225311281.081142] kbd driver rec scancode: 0x022 down
xf86PostKeyboardEvent: nevents=2
[1225311281.081216] ProcessKeyboardEvent(key=0x0a,down,count=1)
[1225311281.153208] kbd driver rec scancode: 0x023 down
xf86PostKeyboardEvent: nevents=2
[1225311281.153276] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.472617] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.472675] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.504957] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.505014] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.537949] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.538003] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.570969] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.571070] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.603961] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.604017] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.636956] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.637013] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.669952] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.670006] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.702955] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.703009] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.735951] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.736006] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.768952] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.769007] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.802128] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.802182] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.834971] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.835025] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.867954] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.868010] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.900955] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.901010] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.934245] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.934291] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.966955] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311281.967012] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311281.53] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311282.07] ProcessKeyboardEvent(key=0x0b,down,count=1)
[1225311282.022955] kbd driver rec scancode: 0x024 down
xf86PostKeyboardEvent: nevents=2
[1225311282.023017] kbd driver rec scancode: 0x025 down
xf86PostKeyboardEvent: nevents=2
[1225311282.023037] kbd driver rec scancode: 0x022 up
xf86PostKeyboardEvent: nevents=2
[1225311282.023057] kbd driver rec scancode: 0x023 up
xf86PostKeyboardEvent: nevents=2
[1225311282.023076] kbd driver rec scancode: 0x024 up
xf86PostKeyboardEvent: nevents=2
[1225311282.023096] kbd driver rec scancode: 0x025 up
xf86PostKeyboardEvent: nevents=2
[1225311282.023128] ProcessKeyboardEvent(key=0x0c,down,count=1)
[1225311282.023240] ProcessKeyboardEvent(key=0x0d,down,count=1)
[1225311282.023294] ProcessKeyboardEvent(key=0x0a,up,count=1)
[1225311282.023307] ProcessKeyboardEvent(key=0x0b,up,count=1)
[1225311282.023319] ProcessKeyboardEvent(key=0x0c,up,count=1)
[1225311282.023331] ProcessKeyboardEvent(key=0x0d,up,count=1)


With some more debug code, I came to the conclusion that mieqEnqueue is 
also called in the right amounts, as shown in that snippet:


[1225669913.945238] kbd driver rec scancode: 0x022 down
xf86PostKeyboardEvent: nevents=2
[1225669913.945310] mieqEnqueue: oldtail=267/512
[1225669913.945326] mieqEnqueue: newtail=268/512
[1225669914.020137] mieqEnqueue: oldtail=268/512
[1225669914.020191] mieqEnqueue: newtail=269/512
[1225669914.020220] mieqProcessInputEvents: head=267/512
[1225669914.020237] mieqProcessInputEvents: calling 0x55a060
[1225669914.032838] ProcessKeyboardEvent(key=0x0a,down,count=1)
[1225669914.032971] mieqProcessInputEvents: head=268/512
[1225669914.032989] mieqProcessInputEvents: calling 0x55a060
[1225669914.282570] ProcessKeyboardEvent(key=0x0a,up,count=1)
[1225669914.282633] ProcessKeyboardEvent(key=0x0a,down,count=1)
[1225669914.315521] ProcessKeyboardEvent(key=0x0a,up,count=1)
[1225669914.315581] ProcessKeyboardEvent(key=0x0a,down,count=1)
[1225669914.348529] ProcessKeyboardEvent(key=0x0a,up,count=1)
[1225669914.348586] ProcessKeyboardEvent(key=0x0a,down,count=1)
[1225669914.387551] ProcessKeyboardEvent(key=0x0a,up,count=1)
[1225669914.387611] ProcessKeyboardEvent(key=0x0a,down,count=1)
[1225669914.421645] ProcessKeyboardE

Bug#505008: Patch Bug#505008: ecryptfs-utils

2008-11-12 Thread Dustin Kirkland
On Tue, 2008-11-11 at 01:15 +0900, Osamu Aoki wrote:
> Unless you wish to use PAM, I see no advantage to use login passphrase
> to wrap encryption keys.  I think that really beat the purpose of this
> kernel module in terms of security of data after PC is stolen.

I disagree that it defeats the purpose, but I'm happy to support
alternative use cases.

> This can be made more robust by using independent passphrase to wrap
> key.
> 
> I attach patch here.  It works as:
> 
>   $ ecryptfs-setup-private --wrapping 
> 
> will use independent passphrase to wrap encryption keys.  It asks
> passphrase twice to be sure and reminds you to record it.
> 
> $ ecryptfs-mount-private
> 
> will mount it while asking passphrase.
> 
> (If you use this to set up, PAM thing should not work.)
> 
> Use ecryptfs-rewrap-passphrase when you wish to change wrapping
> passphrase.
> 
> For now, this is good for me and I am happy having making followings for
> desktop:
> 
>  $ mkdir -p ~/Private/Desktop
>  $ ln -sf ../Private/Desktop ~/Desktop/Private
> 
> It may be good idea to add nice conditional zenity dialogue in
> ecryptfs-mount-private to prompt passphrase in GUI.  zenity is gtk
> dialogue.

Thanks for the patch.

I'm making a few changes, and testing it.  I'll post back here with the git log.

:-Dustin


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


Bug#505477: partman hangs if you press "Go Back" after warning message

2008-11-12 Thread Knut Auvor Grythe
Package: partman-base
Severity: important


This might be a partman-lvm issue instead, I'm not quite sure.

When doing manual partitioning, selecting a physical lvm partition and pressing
Enter the following message is displayed with a red background:

"Partition in use
 No modifications can be made for the partition #6 of device IDE1 master (hda)
 for the following reasons:

 In use by LVM volume group vg1"

If you select "Go Back" in this dialog, an empty blue screen is displayed.
Killing partman did not seem to help (although I might have been killing the 
wrong stuff).

Pressing "Contine" returns me to partman, like I expected "Go Back" would.

-- 
Knut Auvor Grythe



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



Bug#483611: state of #483611

2008-11-12 Thread Eugene V. Lyubimkin
Hello Witold, Łukasz.

Are you still experiencing such a problem with apt >= 0.7.16 ?

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ developer, Debian APT contributor



signature.asc
Description: OpenPGP digital signature


Bug#505474: pax: Where are the other two interfaces?

2008-11-12 Thread Bdale Garbee
On Wed, 2008-11-12 at 19:41 +, Reuben Thomas wrote:

> The package description (which could usefully be reformatted slightly,
> so that "supported:" comes on the previous line), says that pax supports
> the cpio and tar user interfaces, but nothing in the package that I can
> find tells you how to use those interfaces. Perhaps the Debian package
> of pax does not in fact support this interface? Either it should be
> documented, or the claim removed.

Good point.  If you hard link the executable to 'tar' or 'cpio', it will
supposedly emulate those user interfaces.  But since we already have tar
and cpio packages in Debian, I don't do anything to try and deliver
those links.  So the right answer is to remove that text from the
package description, I think.

Bdale




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



Bug#505475: RFP: dspace -- institutional repository software

2008-11-12 Thread Islam Samir Badreldin

Package: wnpp
Severity: wishlist

X-Debbugs-CC: [EMAIL PROTECTED]

Package name: dspace
Version: 1.5
Upstream Author: DSpace Foundation
URL: http://www.dspace.org/ 
License: BSD license
Description: an open-source solution for accessing, managing and preserving 
scholary works
DSpace is the software of choice for academic, non-profit, and commercial organizations 
building open digital repositories.  It is free and easy to install "out of the 
box" and completely customizable to fit the needs of any organization.
DSpace preserves and enables easy and open access to all types of digital 
content including text, images, moving images, mpegs and data sets.  And with 
an ever-growing community of developers, committed  to continuously expanding 
and improving the software, each DSpace installation benefits from the next.





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



Bug#505474: pax: Where are the other two interfaces?

2008-11-12 Thread Reuben Thomas
Package: pax
Version: 1:1.5-16
Severity: minor


The package description (which could usefully be reformatted slightly,
so that "supported:" comes on the previous line), says that pax supports
the cpio and tar user interfaces, but nothing in the package that I can
find tells you how to use those interfaces. Perhaps the Debian package
of pax does not in fact support this interface? Either it should be
documented, or the claim removed.

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

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

Versions of packages pax depends on:
ii  libc6 2.7-15 GNU C Library: Shared libraries

pax recommends no packages.

pax suggests no packages.

-- no debconf information



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



Bug#505473: crashes when viewing www.eroski.es

2008-11-12 Thread Santiago Garcia Mantinan
Package: mozilla-plugin-gnash
Version: 0.8.3-6
Severity: grave

Hi!

I've been testing gnash for some time and found that the version in testing
crashes when entering www.eroski.es (machine using testing with linux kernel
from testing, arch i386) I had gnash set to pause on load.

I have upgraded to the version on unstable and works ok, so this bug only
applies to the version on testing, as specified on the bug.

Here are some of the messages I'm getting:
Nov 12 20:29:12 ace kernel: [ 7483.486080] gtk-gnash[4206]: segfault at 65
ip b6ce1518 sp b6396cf0 error 4 in libfontconfig.so.1.3.0[b6cd9000+29000]
Nov 12 20:29:12 ace kernel: [ 7483.524596] gtk-gnash[4208]: segfault at 7d
ip b6cfd223 sp b6445eb0 error 4 in libfontconfig.so.1.3.0[b6cf5000+29000]
Nov 12 20:29:12 ace kernel: [ 7483.559721] gtk-gnash[4201]: segfault at 1d
ip b6c93223 sp bfc24be0 error 4 in libfontconfig.so.1.3.0[b6c8b000+29000]
Nov 12 20:29:12 ace kernel: [ 7483.564482] gtk-gnash[4207]: segfault at 0 ip
b6d15ad3 sp b6453da0 error 4 in libfontconfig.so.1.3.0[b6d03000+29000]
Nov 12 20:29:13 ace kernel: [ 7484.366769] gtk-gnash[4215]: segfault at 21
ip b6d1a223 sp b6462eb0 error 4 in libfontconfig.so.1.3.0[b6d12000+29000]
Nov 12 20:29:13 ace kernel: [ 7484.416192] gtk-gnash[4212]: segfault at
662f3c77 ip b6cfead3 sp bf888670 error 4 in
libfontconfig.so.1.3.0[b6cec000+29000]

Regards.

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

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

Versions of packages mozilla-plugin-gnash depends on:
ii  gnash 0.8.3-6free Flash movie player
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxi62:1.1.3-1  X11 Input extension library

mozilla-plugin-gnash recommends no packages.

mozilla-plugin-gnash suggests no packages.

-- no debconf information



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



Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Olaf van der Spek
On Wed, Nov 12, 2008 at 6:17 PM, Michael Stone <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 12, 2008 at 05:55:00PM +0100, Olaf van der Spek wrote:
>>
>> Piping tail to less doesn't work as well as to cat -v...
>
> Correct; you'd be better served by using the "F" function within less.
> Or, if you really really want to just pump data to the screen, try tr -c
> '[:print:][:blank:]' '?'
> you can even easily change the list of things to delete that way. If cat
> suddenly started intermittently filtering output by default, I'd get a whole
> lot of complaints (heck, I'd be complaining myself). -v is one of those
> things which never should have gotten into cat in the first place.

In what case would that misbehave?

Note that I suggested filtering only when stdout is a terminal.



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



Bug#493988: rancid-core: subprocess post-installation script returned error exit status 1

2008-11-12 Thread Evgeni Golov
tags 493988 patch
thanks

Hi,

attached you find a simple patch which will modify rancid-core.postinst
to call adduser only when the rancid user does not exist (that won't
change the UID/GID to a system-one, but should still work fine).

regards
Evgeni
diff -u rancid-2.3.2~a8/debian/changelog rancid-2.3.2~a8/debian/changelog
--- rancid-2.3.2~a8/debian/changelog
+++ rancid-2.3.2~a8/debian/changelog
@@ -1,3 +1,12 @@
+rancid (2.3.2~a8-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rancid-core.postinst:
++ Only try to add the rancid user when he does not exist.
+  Closes: #493988
+
+ -- Evgeni Golov <[EMAIL PROTECTED]>  Wed, 12 Nov 2008 20:25:02 +0100
+
 rancid (2.3.2~a8-3) unstable; urgency=low
 
   * 06_tmp_security.dpatch: remove temporary directory recursively.  This
diff -u rancid-2.3.2~a8/debian/rancid-core.postinst rancid-2.3.2~a8/debian/rancid-core.postinst
--- rancid-2.3.2~a8/debian/rancid-core.postinst
+++ rancid-2.3.2~a8/debian/rancid-core.postinst
@@ -33,7 +33,9 @@
 	db_get "rancid/warning" || true
 	db_get "rancid/go_on" && true
 	[ "$RET" = "false" ] && exit 0
-	adduser --system --group --home /var/lib/rancid --quiet rancid
+	if ! `getent passwd rancid >/dev/null`; then
+		adduser --system --group --home /var/lib/rancid --quiet rancid
+	fi
 	if [ -d /var/log/rancid ]; then
 		chown rancid:rancid /var/log/rancid
 	fi


pgpUMLN4F4qy1.pgp
Description: PGP signature


Bug#498789: Pleas include dmraid=true in Special boot parameters help

2008-11-12 Thread Frans Pop
On Wednesday 12 November 2008, Giuseppe Iuculano wrote:
> Christian Perrier ha scritto:
> > I think we can now safely assume that this is delayed for squeeze and
> > to be moved in the "wished features" list (and probably the release
> > goals list).
>
> My first request was to add a simple line in build/boot/x86/f8.txt. Is
> this possible?

That screen is already pretty full. We just don't have the space to 
document every possible boot option there.



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



  1   2   3   >