Bug#512645: lintian reports errors in package foo, because it does not honor files in the foo-data package, on which foo depends

2009-01-26 Thread Fabian Greffrath

Russ Allbery schrieb:

Lintian intentionally doesn't check for dangling symlinks at all because
of this issue.  See #217023.


Oh, I didn't know this.


In this case, I think you should keep the menu package in the binary
package and not move it to the data package.  (Honestly, I would do the
same thing with the man pages as well.)  There really isn't a need to move
everything into /usr/share, only the large data.  Man pages and menu files
are small and don't waste much space in the binary package, and I would
just leave them there.


This is what I did, i.e. I put parts of /usr/share in the foo-data 
package and other parts like /usr/share/{applications,pixmaps,man} in 
the foo package to get rid of lintian warning. However, this is what I 
initially wanted to avoid, i.e. mix up arch-indep stuff between 
arch:any and arch:all packages.



Otherwise, you can add an override here as well.


This is what I wanted to avoid, too.


I understand your concern, but it's unlikely that Lintian is going to
change in any significant way in this area.


Alright, but it feels good having talked about it. ;) I'll leave the 
bug report open, though.


Cheers,
Fabian


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#513082: ddclient: [debconf_rewrite] Debconf templates and debian/control review

2009-01-26 Thread Christian Perrier
Package: ddclient
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Wednesday, January 07, 2009, I notified you of the beginning of a review 
process
concerning debconf templates for ddclient.

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

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

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

The second phase of this process will begin on Thursday, January 29, 2009, when 
I will
coordinate updates to translations of debconf templates.

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

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

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

The call for translation updates and new translations will run until
about Thursday, February 19, 2009. Please avoid uploading a package with fixed 
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Friday, February 20, 2009, I will contact you again and will send a 
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- ddclient.old/debian/ddclient.templates  2009-01-07 09:01:35.0 
+0100
+++ ddclient/debian/ddclient.templates  2009-01-26 07:17:17.891549086 +0100
@@ -1,5 +1,15 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: ddclient/service
 Type: select
+#flag:translate:5
 __Choices: www.dyndns.com, www.easydns.com, www.dslreports.com, 
www.zoneedit.com, other
 Default: www.dyndns.com
 _Description: Dynamic DNS service provider:
@@ -10,7 +20,7 @@
 Template: ddclient/server
 Type: string
 _Description: Dynamic DNS server:
- Enter the name of the server which is providing you with dynamic DNS
+ Please enter the name of the server which is providing you with dynamic DNS
  service (example: members.dyndns.org).
 
 Template: ddclient/protocol
@@ -18,37 +28,37 @@
 Choices: dyndns2, dslreports1, easydns, hammernode1, zoneedit1, dyndns1
 Default: dyndns2
 _Description: Dynamic DNS update protocol:
- Select the dynamic DNS update protocol used by your dynamic DNS service
+ Please select the dynamic DNS update protocol used by your dynamic DNS service
  provider.
 
 Template: ddclient/names
 Type: string
 _Description: DynDNS fully qualified domain names:
- Enter the list of fully qualified domain names for your host (like
- myname.dyndns.org if you have only one host or
+ Please enter the list of fully qualified domain names for the local host(s)
+ (for instance, myname.dyndns.org with only one host or
  myname1.dyndns.org,myname2.dyndns.org for two hosts).
 
 Template: ddclient/username
 Type: string
 _Description: Username for dynamic DNS service:
- Enter the username you use to log into the dynamic DNS service.
+ Please enter the username to use with the dynamic DNS service.
 
 Template: ddclient/password
 Type: password
 _Description: Password for dynamic DNS service:
- Enter the password you use to log into the dynamic DNS service.
+ Please enter the password to use with the dynamic DNS service.
 
 Template: ddclient/interface
 Type: string
 _Description: Network interface used for dynamic DNS service:
- Enter the name of the network interface (eth0/wlan0/ppp0/...) to use for 
- dynamic DNS service.
+ Please enter the name of the network interface (eth0/wlan0/ppp0/...)
+ to use for dynamic DNS service.
 
 Template: ddclient/run_ipup
 Type: boolean
 Default: false
 _Description: Run ddclient on PPP connect?
- Enable this if ddclient should be run every time a PPP connection is
+ You should enable this option if ddclient should be run every time a PPP 
connection is
  established.
 
 Template: ddclient/run_daemon
@@ -61,16 +71,17 @@
 Template: ddclient/daemon_interval
 Type: string
 Default: 300

Bug#513083: Typo in man page: --pendatic

2009-01-26 Thread Michal Čihař
Package: lintian
Version: 2.2.0
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

man page tells --pendatic, but the option is actually --pedantic, please
fix it :-).

Anyway thanks for introducing this mode!

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


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

Kernel: Linux 2.6.25.20-0.1-default (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.46-1   produces graph of changes introduc
ii  dpkg-dev1.14.24  Debian package development tools
ii  file4.26-2   Determines file type using magic
ii  gettext 0.17-6   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libipc-run-perl 0.82-1   Perl module for running processes
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.37+dfsg-1  Manipulates and accesses URI strin
ii  man-db  2.5.2-4  on-line manual pager
ii  perl [libdigest-sha 5.10.0-19Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch  2.18.1~cvs20080103-7 Binary utilities that support mult
ii  libtext-template-pe 1.44-1.2 Text::Template perl module
ii  man-db  2.5.2-4  on-line manual pager

- -- no debconf information

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

iEYEARECAAYFAkl9bkcACgkQ3DVS6DbnVgQOawCfX4a+Elv+cUzdBvpoU3uN6gVC
RRgAniz0S3RfqdJMmh8ZqU+2R9dG4QTH
=I+mA
-END PGP SIGNATURE-



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



Bug#512997: Fix for Bug#512997 commited to version control

2009-01-26 Thread nijel
tags 512997 +pending
thanks
Hi,

The following change has been committed for this bug, and so the
fix will be in the next upload.
===

Changeset [134] by nijel, 2009-01-26 09:09:15 +0100 (Mon, 26 Jan 2009)

[INTL:es] New Spanish translation (Closes: #512997).

U   trunk/debian/changelog
A   trunk/debian/po/es.po

http://viewsvn.cihar.com/debian-mpdscribble?view=revrevision=134



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



Bug#513084: gtkpod: MP3 from WAV unplayable on iPod Shuffle

2009-01-26 Thread Wouter Koolen-Wijkstra

Package: gtkpod
Version: 0.99.12-3
Severity: normal


When I use gtkpod to convert my WAV files into MP3, the resulting MP3s 
are unplayable on my 2nd generation iPod shuffle.
When I convert an OGG file to MP3 using gtkpod, the resulting MP3 is 
played fine.
When I run lame --preset standard ...wav ...mp3 myself, and then move 
the resulting MP3 to the iPod using gtkpod, the MP3
will also play fine. I suspect that one of the options that gtkpod 
passes to lame (via
/usr/share/gtkpod/scripts/convert-2mp3.sh) is at fault, but I'm not an 
expert at those.


With kind regards,

Wouter





-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

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

Versions of packages gtkpod depends on:
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D 
graphi

ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector 
graphics libra
ii  libcurl3-gnutls   7.18.2-8   Multi-protocol file 
transfer libra
ii  libdbus-1-3   1.2.1-5simple interprocess 
messaging syst
ii  libflac8  1.2.1-1.2  Free Lossless Audio Codec - 
runtim
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.6-1   The GLib library of C routines
ii  libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented 
display
ii  libgnomevfs2-01:2.22.0-5 GNOME Virtual File System 
(runtime
ii  libgpod3  0.6.0-6library to read and write 
songs an
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user 
interface
ii  libhal1   0.5.11-8   Hardware Abstraction Layer 
- share
ii  libid3tag00.15.1b-10 ID3 tag reading library 
from the M
ii  libpango1.0-0 1.20.5-3   Layout and rendering of 
internatio
ii  libvorbis0a   1.2.0.dfsg-3.1 The Vorbis General Audio 
Compressi
ii  libvorbisfile31.2.0.dfsg-3.1 The Vorbis General Audio 
Compressi

ii  libxml2   2.6.32.dfsg-5  GNOME XML library

Versions of packages gtkpod recommends:
ii  id3v2 0.1.11-3   A command line id3v2 tag editor
ii  vorbis-tools  1.2.0-5several Ogg Vorbis tools

Versions of packages gtkpod suggests:
pn  faac  none (no description available)
pn  faad  none (no description available)
ii  lame  3.98.2-0.3 LAME Ain't an MP3 Encoder
pn  mp3gain   none (no description available)
ii  perl  5.10.0-19  Larry Wall's Practical 
Extraction
ii  python2.5.2-3An interactive high-level 
object-o


-- no debconf information



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



Bug#513085: gtkpod: Couldn't stat file ''

2009-01-26 Thread Wouter Koolen-Wijkstra

Package: gtkpod
Version: 0.99.12-3
Severity: minor
Tags: patch


In the Conversion Progress Display, the last line always is

Couldn't stat file ''

The problem is in /usr/share/gtkpod/scripts/convert-2mp3.sh. Here's a patch

54c54
 $id3v2 -g $genre $mp3file || :
---
  $id3v2 -g $genre $outfile || :

Thanks,

Wouter



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

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

Versions of packages gtkpod depends on:
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D 
graphi

ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector 
graphics libra
ii  libcurl3-gnutls   7.18.2-8   Multi-protocol file 
transfer libra
ii  libdbus-1-3   1.2.1-5simple interprocess 
messaging syst
ii  libflac8  1.2.1-1.2  Free Lossless Audio Codec - 
runtim
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.6-1   The GLib library of C routines
ii  libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented 
display
ii  libgnomevfs2-01:2.22.0-5 GNOME Virtual File System 
(runtime
ii  libgpod3  0.6.0-6library to read and write 
songs an
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user 
interface
ii  libhal1   0.5.11-8   Hardware Abstraction Layer 
- share
ii  libid3tag00.15.1b-10 ID3 tag reading library 
from the M
ii  libpango1.0-0 1.20.5-3   Layout and rendering of 
internatio
ii  libvorbis0a   1.2.0.dfsg-3.1 The Vorbis General Audio 
Compressi
ii  libvorbisfile31.2.0.dfsg-3.1 The Vorbis General Audio 
Compressi

ii  libxml2   2.6.32.dfsg-5  GNOME XML library

Versions of packages gtkpod recommends:
ii  id3v2 0.1.11-3   A command line id3v2 tag editor
ii  vorbis-tools  1.2.0-5several Ogg Vorbis tools

Versions of packages gtkpod suggests:
pn  faac  none (no description available)
pn  faad  none (no description available)
ii  lame  3.98.2-0.3 LAME Ain't an MP3 Encoder
pn  mp3gain   none (no description available)
ii  perl  5.10.0-19  Larry Wall's Practical 
Extraction
ii  python2.5.2-3An interactive high-level 
object-o


-- no debconf information



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



Bug#512834: ITP: ocaml-autoconf -- autoconf macros for OCaml

2009-01-26 Thread Stefano Zacchiroli
On Mon, Jan 26, 2009 at 08:42:52AM +0100, Ralf Treinen wrote:
 we also have Jean-Christophe Filliatre's configure.in and
 Makefile.in templates that are currenly in the ocaml-tools package,
 for lack of any better place for it. Maybe they can be packaged
 together with ocaml-autoconf, or ocaml-autoconf can be part of the
 ocaml-tools package?

Interesting, I didn't know that. Those two files should definitely be
companions of ocaml-autoconf, and I presume they initially were meant
as such.

Jean-Christophe has already agreed in relicensing ocaml-autoconf
macros, I presume there will be no problem in doing the same with
those snippets and distributing them together with ocaml-autoconf.

Regarding the packaging, I've no objections in adding all this to
ocaml-tools, but I had the impression you were in the past
discouraging multiple-source Debian packages. In fact that's one of
the reasons for me to propose a separate package. But if you are fine
with adding another bit to ocaml-tools I've no objections whatsoever.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



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



Bug#508486: [powerpc] Segm fault when exporting key

2009-01-26 Thread Uwe Steinmann
On Mon, Jan 26, 2009 at 01:36:38AM +0100, Daniel Baumann wrote:
 tags 508486 +moreinfo
 thanks
 
 Hi,
 
 please retry with 0.9.1-1.
No improvement. It still dies when I save the 'only the private key'.

  Uwe

-- 
  MMK GmbH, Fleyer Str. 196, 58097 Hagen
  uwe.steinm...@mmk-hagen.de
  Tel: 02331 840446Fax: 02331 843920


signature.asc
Description: Digital signature


Bug#512930: ITP: jmol -- java molecular graphics system

2009-01-26 Thread Vincent Fourmond
  Hello,

On Mon, Jan 26, 2009 at 8:03 AM, Andreas Tille til...@rki.de wrote:
 On Sun, 25 Jan 2009, Vincent Fourmond wrote:
 Acme.jar obviously come from http://www.acme.com, which means it's
 most likely BSD and therefore packageable -- if only I could find the
 source !

 I guess you should probably ask the authors.  I did some googling about
 tar.gz / tgz site:www.acme.com and got several hits inside some Java source
 files (for instance http://www.acme.com/resources/classes/Acme/Spider.java)
 to http://www.acme.com/resources/classes/Acme.tar.gz saying
 Fetch the entire Acme package. ... but this files does not exist at
 this server.

  I'm glad you found at least one source code - it means that the rest
is probably there, provided you know where to look - and I have pretty
good ideas about that ;-) ! More news later on.

 I don't have any ideas yet about netscape.jar
 This question was partly answered by Daniel.  I would try to find out
 the real purpose of this jar and consider replacing it by something which
 might be provided by mozilla.org.  But this is just a wild guess and I
 have no idea whether this strategy is mromissing.

  My biggest 'fear' so far.

 PPS: for the same reasons as for jalview, I think it will end up in
 pkg-java, as java packaging is something rather painful and delicate...

 I would be in big favour of this.  After a lengthy mail conversiation
 about pkg-escience and a phone call between Steffen Möller and me I
 think it is fine if you move the packaging SVN from pkg-escience tp
 pkg-java - after having checked back with Steffen for sure.

  So, Steffen, would it be fine by you, then ? I don't know precisely
when I'll start packaging 'per se'.

 PPPS: would it make sense to have debian-med (or the @lists.alioth
 equivalent) uploader for Jmol and Jalview ?

 IMHO there are three teams interested in this package:

  1. pkg-java: high technical competence but has gathered a lot of
 packages and problems might be hidden amongst the amount of other
 issues.
  2. Debichem: Interested in this package, but I can not comment
 on their interest according to maintenance
  3. Debian Med: Only few Java competence, but interested in the
 package.  If you do not mind to joind the Debian Med team you
 are welcome to use
  Debian-Med Packaging Team
 debian-med-packag...@lists.alioth.debian.org
 as maintainer address.

  As far as I'm concerned, if setting a Maintainer/Uploader field to a
group means that there will be more people watching it and interested
to give a hand, I'm fine ;-) !

  Cheers !

  Vincent



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



Bug#508210: gnomint: cannot load libgnomeui-2 ... somehow linked to 32bit libs?

2009-01-26 Thread Norbert Preining
On Mo, 26 Jan 2009, Daniel Baumann wrote:
 please retry with 0.9.1-1.

$ whoami
norbert

$ dpkg -l gnomint
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  gnomint0.9.1-1x509 Certification Authority management tool

$ gnomint
gnomint: error while loading shared libraries: libgnomeui-2.so.0: cannot
open shared object file: No such file or directory

$ file /usr/bin/gnomint
/usr/bin/gnomint: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped

$ dpkg --print-architecture
amd64

$ strace -trace=all gnomint 2bla
[ Process PID=4985 runs in 32 bit mode. ]

$ grep libgnomeui-2.so.0 bla
 0.007995 open(/emul/ia32-linux/lib/tls/i686/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008050 open(/emul/ia32-linux/lib/tls/i686/sse2/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007995 open(/emul/ia32-linux/lib/tls/i686/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008036 open(/emul/ia32-linux/lib/tls/i686/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.008003 open(/emul/ia32-linux/lib/tls/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008002 open(/emul/ia32-linux/lib/tls/sse2/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.007995 open(/emul/ia32-linux/lib/tls/cmov/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.000235 open(/emul/ia32-linux/lib/tls/libgnomeui-2.so.0, O_RDONLY) = -1 
ENOENT (No such file or directory)
 0.000152 open(/emul/ia32-linux/lib/i686/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.000127 open(/emul/ia32-linux/lib/i686/sse2/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.000126 open(/emul/ia32-linux/lib/i686/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.000123 open(/emul/ia32-linux/lib/i686/libgnomeui-2.so.0, O_RDONLY) = 
-1 ENOENT (No such file or directory)
 0.008035 open(/emul/ia32-linux/lib/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007948 open(/emul/ia32-linux/lib/sse2/libgnomeui-2.so.0, O_RDONLY) = 
-1 ENOENT (No such file or directory)
 0.007998 open(/emul/ia32-linux/lib/cmov/libgnomeui-2.so.0, O_RDONLY) = 
-1 ENOENT (No such file or directory)
 0.008006 open(/emul/ia32-linux/lib/libgnomeui-2.so.0, O_RDONLY) = -1 
ENOENT (No such file or directory)
 0.008004 
open(/emul/ia32-linux/usr/lib/tls/i686/sse2/cmov/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.007997 open(/emul/ia32-linux/usr/lib/tls/i686/sse2/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008039 open(/emul/ia32-linux/usr/lib/tls/i686/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007930 open(/emul/ia32-linux/usr/lib/tls/i686/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007996 open(/emul/ia32-linux/usr/lib/tls/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008044 open(/emul/ia32-linux/usr/lib/tls/sse2/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007958 open(/emul/ia32-linux/usr/lib/tls/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008032 open(/emul/ia32-linux/usr/lib/tls/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.008034 open(/emul/ia32-linux/usr/lib/i686/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008002 open(/emul/ia32-linux/usr/lib/i686/sse2/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007994 open(/emul/ia32-linux/usr/lib/i686/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008022 open(/emul/ia32-linux/usr/lib/i686/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.007955 open(/emul/ia32-linux/usr/lib/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.008036 open(/emul/ia32-linux/usr/lib/sse2/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.008039 open(/emul/ia32-linux/usr/lib/cmov/libgnomeui-2.so.0, O_RDONLY) 
= -1 ENOENT (No such file or directory)
 0.007969 open(/emul/ia32-linux/usr/lib/libgnomeui-2.so.0, O_RDONLY) = -1 
ENOENT (No such file or directory)
 0.008047 open(/lib/i486-linux-gnu/tls/i686/sse2/cmov/libgnomeui-2.so.0, 
O_RDONLY) = -1 ENOENT (No such file or directory)
 0.007968 

Bug#512834: ITP: ocaml-autoconf -- autoconf macros for OCaml

2009-01-26 Thread Ralf Treinen
On Mon, Jan 26, 2009 at 09:13:20AM +0100, Stefano Zacchiroli wrote:
 On Mon, Jan 26, 2009 at 08:42:52AM +0100, Ralf Treinen wrote:
  we also have Jean-Christophe Filliatre's configure.in and
  Makefile.in templates that are currenly in the ocaml-tools package,
  for lack of any better place for it. Maybe they can be packaged
  together with ocaml-autoconf, or ocaml-autoconf can be part of the
  ocaml-tools package?
 
 Interesting, I didn't know that. Those two files should definitely be
 companions of ocaml-autoconf, and I presume they initially were meant
 as such.
 
 Jean-Christophe has already agreed in relicensing ocaml-autoconf
 macros, I presume there will be no problem in doing the same with
 those snippets and distributing them together with ocaml-autoconf.
 
 Regarding the packaging, I've no objections in adding all this to
 ocaml-tools, but I had the impression you were in the past
 discouraging multiple-source Debian packages. In fact that's one of
 the reasons for me to propose a separate package. But if you are fine
 with adding another bit to ocaml-tools I've no objections whatsoever.

Sure, go ahead :-) The package has become quite empty anyway since ocamlmakefile
moved out, and ocamldot got integrated into ocaml upstream.

The only problem with multiple upstream packages is that tools like watch do
not work (to my knowledge), and that you always have to cook a new tarball
from upstream sources. There have been rumours of extending dpkg to multiple
source tarballs, which have would solve the problem once for all, but ASFAIK
this is still in the planning stage.

-Ralf.



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



Bug#513078: usb-autosuspend fails

2009-01-26 Thread Bart Samwel

Hi Hannes,

Hannes von Haugwitz wrote:

Package: laptop-mode-tools
Version: 1.46-1
Severity: normal
Tags: patch

Hi,

usb-autosuspend fails with the following error message:

/usr/share/laptop-mode-tools/modules/usb-autosuspend: line 20: echo:
write error: Invalid argument

The attached patch solves the issue.


Ahhh. A typical case of thinking of testing but then forgetting to do so 
in the end... :-/ Thanks for contributing, I'll fix it up ASAP.


Cheers,
Bart



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



Bug#285888: Please welcome Amy Amy

2009-01-26 Thread ViralClassified Support
You have had a new person join your thmgroup.ViralClassified.com
organization. Their name is:

Firstname: Amy
Lastname: Amy
UserID: tmgcldatgkfbamkq

Their website URL is:
http://tmgcldatgkfbamkq.viralclassified.com

ViralClassified.com Support



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



Bug#513086: Lintian could provide some hints how I can repeat a certain check myself

2009-01-26 Thread Fabian Greffrath

Package: lintian
Severity: wishlist

Dear Russ,

it would be nice if lintian could be more verbose about *how* it found 
out a certain issue and how I can check it manually myself. For 
example, I have no idea how lintian knows about 
shlib-with-non-pic-code or shlib-with-executable-stack.


On the other hand, manpage-has-errors-from-man provides a section 
beginning with To test this for yourself [...] and gives a precise 
command how to reproduce the error detection.


It would be nice if this could be expanded to more error/warning 
descriptions.


Cheers,
Fabian

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#285888: Please welcome Amy Amy

2009-01-26 Thread ViralClassified Support
You have had a new person join your thmgroup.ViralClassified.com
organization. Their name is:

Firstname: Amy
Lastname: Amy
UserID: tmgcldatgkfbamkq

Their website URL is:
http://tmgcldatgkfbamkq.viralclassified.com

ViralClassified.com Support



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



Bug#512851:

2009-01-26 Thread Andreas Loeffler
had the same problem ... fixed in kernel 2.6.28.2.




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



Bug#363732: icedove: Saved search folder not working with customized

2009-01-26 Thread Micha Lenk
Hi Alexander,

 On Fri, Jan 23, 2009 at 01:19:16PM +0100, Micha Lenk wrote:
 My guess: The virtual folder lists messages which have been viewed in
 advance. So they have been fetched from my IMAP server and reside in
 Thunderbirds cache, where they are then available for saved search folders.
 Hmmm ... so this is an imap setup and your filter matches headers or
 also stuff that is in the body?
 Yes, IMAP setup. And customized header fields only.
 
 I your saved search doesnt run on  Inbox, but on some other folder?
 Can you check whether saved searches on Inbox work better?

My saved search runs on a sub-folder of INBOX. Moving all messages to
the INBOX and creating a saved search on INBOX doesn't change anything:
The saved search still lists only those messages that have been viewed
by thunderbird in advance.

Regards
  Micha



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



Bug#513087: bcm43xx-fwcutter not replaced by b43-fwcutter when upgrading

2009-01-26 Thread Simon Valiquette
Package: b43-fwcutter
Version: 1:011-5
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

 When upgrading from Etch to Lenny, b43-fwcutter is not automatically
installed even if bcm43xx-fwcutter was previously installed.

 This obviously make the wireless card to stop working (at least on
the iBook G4) once the kernel get upgraded from 2.6.18 to 2.6.26,
so we have a lost of functionality when upgrading to Lenny.

 That in itself is not too bad, as it can easily be fixed by manually
installing b43-fwcutter. Well, at least if the GUI and XOrg is still
working properly after upgrading. If not, you have a problem because the
text terminal is barely usable, thanks to khelper who continously call
ifplugd and cause it to print the following 4 lines every second on the
terminal:


 input: b43-phy0 as /class/input/input208
 firmware: requesting b43/ucode5.fw
 b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load failed.
 b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
latest firmware (version 4).


 The only thing needed to be able to upgrade directly from Etch to Lenny
is a virtual package named bcm43xx-fwcutter that would install b43-fwcutter
(and maybe also remove the old bcm43xx-fwcutter and bcm43xx-source packages).


 Since it is very easy to do, and that it give a much better user experience
when upgrading from Etch, I don't see a reasons for not doing this in Lenny.

 Thank you in advance,

Simon Valiquette
http://gulus.USherbrooke.ca


- -- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-1-vserver-powerpc (SMP w/1 CPU core)
Locale: LANG=fr_CA, LC_CTYPE=fr_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash


- -- debconf information:
  b43-fwcutter/cut_firmware: true


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

iEYEAREDAAYFAkl9eTgACgkQJPE+P+aMAJKfwACdGPg4amyJ8nG+5rdk0k2ulQZu
5CYAn2xTurbSdLL5Jdm9AMff80GrcH2N
=H0OD
-END PGP SIGNATURE-



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



Bug#512930: ITP: jmol -- java molecular graphics system

2009-01-26 Thread Andreas Tille

On Mon, 26 Jan 2009, Vincent Fourmond wrote:


 I'm glad you found at least one source code - it means that the rest
is probably there, provided you know where to look - and I have pretty
good ideas about that ;-) ! More news later on.


I'd suggest a debian/get-orig-source if you found out how to obtain
the files ...


 As far as I'm concerned, if setting a Maintainer/Uploader field to a
group means that there will be more people watching it and interested
to give a hand, I'm fine ;-) !


Yes, this exactly is the idea and has proven to work in the Debian Med
team so far.

Kind regards

   Andreas.

--
http://fam-tille.de



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



Bug#512406: cupsys: recent lenny versions silently disables printer config in inetd.conf

2009-01-26 Thread Berni Elbourn

Recent Etch updates and including this one silently disables the
configuration rendering printing service unavailable. 


Oops: Etch should be Lenny in that sentence.

Berni



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



Bug#512971: Time for the upgrade

2009-01-26 Thread Hilko Bengen
Juhapekka Tolvanen juht...@iki.fi writes:

 Package: heirloom-mailx
 Version: 12.3+cvs20080629-1
 Severity: wishlist

 Latest version is 12.4 . Get it while it's still hot!

12.4-1 is in unstable.

Even though there are no great differences between the packaged CVS
snapshot, it's rather unlikely that the release team would accept it
into lenny at this point. Unless 12.4 fixes an RC bug that I wasn't
aware of, I will mark this bug as closed.

Cheers,
-Hilko



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



Bug#512406: cupsys: recent lenny versions silently disables printer config in inetd.conf

2009-01-26 Thread Berni Elbourn

Recent Etch updates and including this one silently disables the
configuration rendering printing service unavailable. 


Oops: Etch should be Lenny in that sentence.

Berni



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



Bug#513088: git-core: git-push corrupts repository on hfsplus file system

2009-01-26 Thread Garcia Juan
Package: git-core
Version: 1:1.5.6.5-2
Severity: important


I'd like to have a bare repository on an ipod (hfsplus formatted) for back-up 
purposes.
After creation of repository, cloning (on a different machine to avoid eventual 
hardlinks problems)
and pushing, git-fsck says everything is fine, but after mount and remount 
git-fsck fails.
As described below

**Checking for sanity:

[gar...@is010076:tmp.git]$ pwd
/mnt/ipod/backup/tmp.git
[gar...@is010076:tmp.git]$ git-fsck
[gar...@is010076:tmp.git]$ 

**Cloning (different machine):

[gar...@is003318:~]$ git-clone 
ssh://gar...@is010076.intra.cea.fr//mnt/ipod/backup/tmp.git tmp_clone
Initialized empty Git repository in /home/garcia/tmp_clone/.git/
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 3 (delta 0)
Receiving objects: 100% (3/3), done.

**Commiting some modifications:

[gar...@is003318:tmp_clone]$ git-status 
# On branch master
# Changed but not updated:
#   (use git add file... to update what will be committed)
#
#   modified:   test.txt
#
no changes added to commit (use git add and/or git commit -a)
[gar...@is003318:tmp_clone]$ git-commit -a
Created commit ee2036e: Some modifications on test.txt
 1 files changed, 1 insertions(+), 1 deletions(-)

**Pushing last commit:

[gar...@is003318:tmp_clone]$ git-push 
Counting objects: 5, done.
Writing objects: 100% (3/3), 293 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
To ssh://gar...@is010076.intra.cea.fr//mnt/ipod/backup/tmp.git
   e80b477..ee2036e  master - master

** checking for sanity:
[gar...@is010076:tmp.git]$ git-fsck
[gar...@is010076:tmp.git]$ 

** unmounting and re-mounting

[gar...@is010076:~]$ umount /mnt/ipod 
[gar...@is010076:~]$ mount /mnt/ipod/
[gar...@is010076:~]$ mount
/dev/sda6 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda2 on /mnt/sda2 type ext2 (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
/dev/sdb3 on /mnt/ipod type hfsplus (rw)

** checking for sanity

[gar...@is010076:tmp.git]$ git-fsck
error: 01ab9a93b7f60c2e16d3fddc4243300dc706570c: object corrupt or missing
error: 3a1b31b98fb985b5064698e9bb6268a3c9eaefd2: object corrupt or missing
error: ee2036efe00f319734ba6d0b3ad3d8bb47e3f91a: object corrupt or missing
error: refs/heads/master: invalid sha1 pointer 
ee2036efe00f319734ba6d0b3ad3d8bb47e3f91a
notice: No default references

After inspecting files on bare repository, it seems that there is a problem 
with hardlinks,
excerpt of ls -lR output before unmount (notice the zero for objects 
hardlinks)

./objects:
total 0
drwxr-xr-x 1 garcia garcia 3 jan 26 09:58 01
drwxr-xr-x 1 garcia garcia 3 jan 26 09:58 3a
drwxr-xr-x 1 garcia garcia 3 jan 26 09:58 ee
drwxr-xr-x 1 garcia garcia 3 jan 23 18:36 info
drwxr-xr-x 1 garcia garcia 4 jan 23 18:36 pack

./objects/01:
total 4
-r--r--r-- 0 garcia garcia 46 jan 26 09:58 
ab9a93b7f60c2e16d3fddc4243300dc706570c

./objects/3a:
total 4
-r--r--r-- 0 garcia garcia 53 jan 26 09:58 
1b31b98fb985b5064698e9bb6268a3c9eaefd2

./objects/ee:
total 4
-r--r--r-- 0 garcia garcia 180 jan 26 09:58 
2036efe00f319734ba6d0b3ad3d8bb47e3f91a

Thanks

Juan

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

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

Versions of packages git-core depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-8  Multi-protocol file transfer libra
ii  libdigest-sha1-perl2.11-2+b1 NIST SHA-1 message digest algorith
ii  liberror-perl  0.17-1Perl module for error/exception ha
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  perl-modules   5.10.0-19 Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages git-core recommends:
ii  less  418-1  Pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-5  secure shell client, an rlogin/rsh
ii  patch 2.5.9-5Apply a diff file to an original
ii  rsync 3.0.3-2fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch none  (no description available)
pn  git-cvs  none  (no description available)
pn  git-daemon-run   none  (no description available)
pn  git-doc  none  (no description available)
pn  git-email

Bug#495473: A GnuTLS problem?

2009-01-26 Thread Werner Koch
On Sat, 24 Jan 2009 17:49, ametz...@downhill.at.eu.org said:

 GCRYPT_VERSION is expanded at libgwenhywfar build time to the version

FWIW, I suggest to use this in configure.ac:

  NEED_LIBGCRYPT_API=1
  NEED_LIBGCRYPT_VERSION=1.4.0

  # other configure stuff

  AC_DEFINE_UNQUOTED(NEED_LIBGCRYPT_VERSION, $NEED_LIBGCRYPT_VERSION,
   [Required version of Libgcrypt])

  AM_PATH_LIBGCRYPT($NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION,
 have_libgcrypt=yes,have_libgcrypt=no)


  # close to the end use MSG_NOTICE or MSG_ERROR  

  if test $have_libgcrypt = no; then
 die=yes
 AC_MSG_NOTICE([[
  ***  
  *** You need libgcrypt to build this program.
  **  This library is for example available at
  ***   ftp://ftp.gnupg.org/gcrypt/libgcrypt/
  *** (at least version $NEED_LIBGCRYPT_VERSION using API $NEED_LIBGCRYPT_API 
is required.)
  ***]])
  fi
  

In the code use:

  if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
OOPS();




Salam-Shalom,

   Werner


-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




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



Bug#513089: putty-tools: this package should be a provider of virtual ssh-client

2009-01-26 Thread Salvador Fandino
Package: putty-tools
Version: 0.60-4
Severity: minor


This package includes plink that is a full feature command line SSH client.

Cheers,

 - Salva

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
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

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

putty-tools recommends no packages.

putty-tools suggests no packages.

-- no debconf information



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



Bug#506651: fixed in aptitude 0.5.1-1

2009-01-26 Thread Jiří Paleček
On Mon, 26 Jan 2009 01:26:57 +0100, Daniel Burrows dburr...@debian.org  
wrote:


On Sun, Jan 25, 2009 at 10:50:54PM +0100, Jiri Palecek jpale...@web.de  
was heard to say:

On Saturday 24 January 2009 16:48:33 Daniel Burrows wrote:
Moreover, I think it is very user hostile to search in the description  
by
default. For example, if the user searches for aptitude and gets to  
the
package daptup, (s)he'll be probably very disappointed, because there  
is no
easy clue to distinguish this from a failed search. If there was some  
sort of
highlighting that would show what actually matched, things would have  
been

much better.


  Maybe.  Other people think it's user hostile to *not* search in the
description by default.  Personally, I think the big problem is that


Maybe I have written it badly, I don't think the problem is what is  
searched, but what is searched in conjunction with the manner of  
presenting the results. Try to inspire yourself in the way Google (or your  
favourite search engine) presents answers. They


 - rank matches in the title higher than matches in the body
 - always show the matching part in bold, so you can easily see what has  
been matched


Just as the example I wrote: it might be a failed match, it might be a  
misspelled (regular) expression, anything. And the user doesn't know which  
is the problem. And a n00b won't know to try ~naptitude either. These  
are just the tiny disappointments that make the UI suck, read  
http://www.joelonsoftware.com/uibook/chapters/fog57.html



the curses UI presents an unusably large list and the user has to use
searching to navigate it, which sort of works if you search on names
and the user happens to sort of know the name of their package...

  Probably I'll have to either make / in the curses UI search names
instead of descriptions, or change the UI to match the GTK+ UI more
closely (but I don't think I have time to do that and make it right).


Better not, I don't think the GTK UI is any better (honestly, I think it's  
worse).


Regards
Jiri Palecek



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



Bug#512082: crash rtorrent by scgi-interface (function: 'fi.get_filename_last')

2009-01-26 Thread Dmitry E. Oboukhov
unmerge 506748
tags 510560 patch
tags 512082 patch
thanks

I'm very sorry for my bug-report to cause such great problems.

Let's return to the previous version and make the bug #506748 unmerge.  It's
unlikely that somebody will stumble across this bug in lenny, so let's close
the bugs #510560 and #512082, and low severity for bug #506748.


If You don't mind such variant I could make NMU myself and also
act as a sponsor.
--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#512922: rtpg: Should depend on httpd, not apache?

2009-01-26 Thread Dmitry E. Oboukhov
On 02:29 Sun 25 Jan , Nikita Salnikov-Tarnovski wrote:
NST Package: rtpg
NST Severity: wishlist

NST Will you consider making this package depending just on httpd, not an 
apache ? Or is it possible at all?

rtpg depends from apache because in Debian's repository mod-scgi is
available only for it. As soon as I have info how to use another httpd
jointly with rtpg I shall change the dependence.

--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#512787: upgrade makes system unbootable

2009-01-26 Thread Michael Schuerig

The same happened on my notebook (Dell D820) after the recent upgrade 
from 1.96+20080724-12 to 1.96+20080724-14.

set root=(hd0,1)
search --fs-uuid --set 546d6205-7424-4a37-86e5-d1e355c3d2ba
menuentry Debian GNU/Linux, linux 2.6.26-1-686 {
linux   /boot/vmlinuz-2.6.26-1-686 
root=UUID=546d6205-7424-4a37-86e5-d1e355c3d2ba ro
initrd  /boot/initrd.img-2.6.26-1-686
}

I checked in grub-emu (...-14!) and

  search --fs-uuid --set 546d6205-7424-4a37-86e5-d1e355c3d2ba

didn't produce any output at all. Whatever it did, I got another prompt 
afterwards.

Michael



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



Bug#513091: bashisms in /etc/init.d/halevt

2009-01-26 Thread Michal Politowski
Package: halevt
Version: 0.1.3-1
Severity: serious
Justification: Policy 10.4

Installation of halevt fails with
/etc/init.d/halevt: 36: Syntax error: ( unexpected
invoke-rc.d: initscript halevt, action start failed.
because in SUSv3 /bin/sh function definitions do not use the 'function' keyword.

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages halevt depends on:
ii  adduser3.110 add and remove users and groups
ii  hal0.5.11-8  Hardware Abstraction Layer
ii  libboolstuff-0.1-0 0.1.12-1  library for operating on boolean e
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-5   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libhal10.5.11-8  Hardware Abstraction Layer - share
ii  libxml22.6.32.dfsg-5 GNOME XML library

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Bug#513090: fai-server should depend on libproc-daemon-perl

2009-01-26 Thread Katharina Sommer
Package: fai-server
Version: 3.2.16

The fai-server package should depend on libproc-daemon-perl because its
needed for faimond.


Best regards from Dresden/Germany!
Katharina Sommer




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



Bug#511526: [dbus] Can't connect through knetworkmanager to both wired and wireless networks

2009-01-26 Thread Luca Brivio
Package: dbus
Version: 1.2.8-1

I'm experiencing the same problem, but with wired networks too.

The syslog says e.g.:

 NetworkManager: WARN  wait_for_connection_expired(): Connection (2)
 /org/freedesktop/NetworkManagerSettings/Connection/1 failed to activate
 (timeout): (0) Connection was not provided by any settings service

for wireless networks, and the same thing for wired ones (just the number 
after Connection/ changes).

It should be the same bug as [1], thus seems to belong to network-manager-kde 
rather than to dbus.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=475468

-- 
Luca Brivio

network-manager:0.7.0-1
network-manager-kde:1:0.7~~svn908338-1

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

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6(= 2.7-1) | 2.9-0exp2
libdbus-1-3  (= 1.0.2) | 1.2.8-1
libexpat1   (= 1.95.8) | 2.0.1-4
libselinux1 (= 2.0.59) | 2.0.65-5
adduser | 3.110
debianutils (= 1.22.0) | 2.30
lsb-base(= 3.2-14) | 3.2-20






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



Bug#513073: closed by Joey Hess jo...@debian.org (Re: Bug#513073: debhelper impossible to unpack on Win32 due to case insensitivity)

2009-01-26 Thread Sjors Gielen

Joey Hess schreef:

You're implicitly asking me to take care to avoid the case of files that
differ only in case, which would be an ongoing effort, for no appreciable
benefit.



I'm asking you to apply this patch to make it possible for users with 
case-insensitive filesystems to install debhelper, nothing else. It is 
not your responsibility to keep debhelper working on case insensitive 
filesystems, but it would be ignorant to not apply a patch that fixes 
this and creates no new problems. Any subsequent change that is required 
to keep debhelper and other packages working on case insensitive 
filesystems will not be your responsibility, and by applying this patch 
you are not taking that responsibility.


The benefit is not appreciable to you, mind you. And Windows is not the 
only case insensitive platform. How does this work on the Mac? Is it 
possible to unpack, let alone compile, debhelper on OS X?


- Sjors



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



Bug#513069: nautilus icon not easy to see, needs more colour

2009-01-26 Thread Josselin Mouette
Le lundi 26 janvier 2009 à 15:16 +1100, George Kirkham a écrit :
 I find it difficult to see the nautilus icon in the launcher panel, could it 
 please have more colour. A nice bright colour ?

If you have trouble seeing the colors of the icons, I suggest you
install gnome-accessibility-themes, and select the “High Contrast”
theme.

Cheers,
-- 
 .''`.
: :' :  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#512935: [imagemagick] Minor

2009-01-26 Thread roucaries bastien
On Mon, Jan 26, 2009 at 5:43 AM, Grant Grundler
grund...@parisc-linux.org wrote:
 On Sun, Jan 25, 2009 at 12:58:24PM +0100, Bastien ROUCARIES wrote:
 tags 512935 + confirmed
 severity 512935 minor
 retitle 512935 convert looses EXIF orientation info
 thanks

 Hi,

 Downgraded to minor because even if it is important for you, it is a pretty 
 minor functionnality of imagemagick.

 Agreed. It's annoying. Combine this with the fact that exif
 one can manually rotate the images.

 I will try to upload a new experimental version, but I suppose your
 bug is related to #423891 and therefore will be fixed in the next
 few months.

 I just looked at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423891
 I don't see how #512935 is related to #423891 .
 I don't believe the images I have also contain embedded thumbnails.
 Nothing wrong with the image after running convert *except* the orientation
 info is discarded.

I have just open a meta bug report see 513008in fact

 I just realized -auto-orient has no effect and suspect this is part
 of the same problem. I'd debug this further but my first attempt to
 add printf statements failed. I just don't have time to dig into this.

Ok

 Will forward your request to upstream.

 Thanks!
 grant


 Regards

 Bastien
 --

 ROUCARI?S Bastien
 
 roucaries.bastien+deb...@gmail.com
 ---
 DO NOT WRITE TO roucaries.bastien+blackh...@gmail.com OR BE BLACKLISTED







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



Bug#513068: nautilus: the Always use text-entry location bar option is missing

2009-01-26 Thread Josselin Mouette
Le lundi 26 janvier 2009 à 15:09 +1100, George Kirkham a écrit :
 I have always used the nautilus file browser's Always use text-entry 
 location 
 bar option found under Edit - Preferences - Behovior (tab), which was in 
 etch, 
 but in lenny it is missing in my install.
 
 Please reinstate the Always use text-entry location bar option.

Why? There is now a button to toggle this mode, directly on the side of
the location bar. What would be the reason for hiding it in the
preferences again?

-- 
 .''`.
: :' :  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#512935: [imagemagick] EXIF orientation not read correctly

2009-01-26 Thread roucaries bastien
On Mon, Jan 26, 2009 at 7:26 AM, Grant Grundler
grund...@parisc-linux.org wrote:
 On Sun, Jan 25, 2009 at 09:43:47PM -0700, Grant Grundler wrote:
 ...
 Nothing wrong with the image after running convert *except* the orientation
 info is discarded.

 I just realized -auto-orient has no effect and suspect this is part
 of the same problem. I'd debug this further but my first attempt to
 add printf statements failed.

 I just realized the code I was changing landed in libwand.so and
 not the convert binary.  Installed the new .so and got:
 grundler 548convert -auto-orient -quality 88 -resize 1600x1200 IMG_0001.JPG 
 xxx.jpg
 Orientation: 0
 Resize to: 1600x1200
 grundler 549

 I dump the Orientation when -auto-orient is evaluated in wand/mogrify.c.
 It's obviously wrong (jhead reports 6, which I'm sure is correct).
 Whatever is parsing/reading in the EXIF header is broken.

 I can test patches if someone points me at the right code.

You should therefore go the upstream forward see
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=12998
and ask for help.

Upstream is quite reactive.

Thanks

 thanks,
 grant







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



Bug#359957: patchutils: please accept a directory argument like diff does

2009-01-26 Thread Christoph Berg
Quoting Tim from https://fedorahosted.org/patchutils/ticket/5:

| 01/23/09 18:03:20 changed by twaugh
|
| Patch welcome.

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


signature.asc
Description: Digital signature


Bug#510560: Bug#512082: Info received (crash rtorrent by scgi-interface (function: 'fi.get_filename_last'))

2009-01-26 Thread Dmitry E. Oboukhov

see attache
--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537
diff -u rtorrent-0.7.9/debian/changelog rtorrent-0.7.9/debian/changelog
--- rtorrent-0.7.9/debian/changelog
+++ rtorrent-0.7.9/debian/changelog
@@ -1,3 +1,11 @@
+rtorrent (0.7.9-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Removed patch debian/patches/03_throw_input_error_506748.patch,
+closes: #512082, #510560.
+
+ -- Dmitry E. Oboukhov un...@debian.org  Mon, 26 Jan 2009 12:43:23 +0300
+
 rtorrent (0.7.9-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
reverted:
--- rtorrent-0.7.9/debian/patches/03_throw_input_error_506748.patch
+++ rtorrent-0.7.9.orig/debian/patches/03_throw_input_error_506748.patch
@@ -1,56 +0,0 @@
-From: Xavid xa...@mit.edu
-Subject: Re: crash rtorrent by scgi-interface (function: 'fi.get_filename_last')
-Date: Sat, 13 Dec 2008 22:57:17 -0500
-
-Greetings!
-
-A group at the MIT Student Information Processing Board spent some  
-time looking at this bug during our Lenny hackathon BSP, and we came  
-to the following conclusions:
-
-1. This bug is due to a type checking problem: running the same test  
-   case on more recent upstream versions produces a vaguely unhelpful  
-   error message, presumably because hashes returned by download_list  
-   default aren't valid arguments to fi.get_filename_last, not being  
-   FileListIterators.
-
-2. The bug was fixed somewhere between upstream SVN revisions 1038 and  
-   1054, which represent a significant overhaul of the xmlrpc mechanism,  
-   and wouldn't necessarily be appropriate to backport into this version.
-
-3. The simplest way to remove the crash bug would be to remove the RPC  
-   altogether, either by:
-
- a. Causing apply_fi_filename_last() in command_file.cc to throw a  
-torrent::input_error
-
- b. Removing the ADD_CFI_VOID(filename_last... declaration from  
-command_file.cc
-
-We were unable to find any situation in which the RPC was able to  
-provide useful results, so removing it seems like removing it wouldn't  
-be a significant limitation.  Anyone who needs this functionality can  
-upgrade to a more recent version manually.  We've attached a patch  
-we've tested that implements the first option.
-
-Either way, it doesn't seem to us like this should be a release  
-critical bug, not affecting normal users of rtorrent and not causing  
-problems to people who invoke RPCs properly.
-
-~Xavid
-MIT Student Information Processing Board
-
-Signed-off-by: Xavid xa...@mit.edu
-
-diff -ru rtorrent-0.7.9-orig/src/command_file.cc rtorrent-0.7.9-modified/src/command_file.cc
 rtorrent-0.7.9-orig/src/command_file.cc	2007-10-21 00:24:54.0 -0400
-+++ rtorrent-0.7.9/src/command_file.cc	2008-12-13 22:37:09.0 -0500
-@@ -88,6 +88,8 @@
- 
- torrent::Object
- apply_fi_filename_last(torrent::FileListIterator* itr) {
-+  throw torrent::input_error(Command fi.filename_last not available in this version of rTorrent.);
-+
-   if (itr-file()-path()-empty())
- return EMPTY;
- 


signature.asc
Description: Digital signature


Bug#513090: fai-server should depend on libproc-daemon-perl

2009-01-26 Thread Sebastian Harl
Hi,

On Mon, Jan 26, 2009 at 10:40:58AM +0100, Katharina Sommer wrote:
 The fai-server package should depend on libproc-daemon-perl because its
 needed for faimond.

libproc-daemon-perl is suggested by fai-server. Since faimond is an
optional part of FAI this is perfectly fine imho. One could argue that a
recommendation would be more appropriate though. If you provide valid
arguments for that, I'm sure that Thomas will change it. Else I suggest
to close this bug.

Cheers,
Sebastian

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#513091: bashisms in /etc/init.d/halevt

2009-01-26 Thread Michal Politowski
Also, the '==' in the test in halevt_start is a bashism and should be
replaced with a single '='.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Bug#513061: xserver-xorg: Half-working kbd and non-working touchpad

2009-01-26 Thread Brice Goglin
Oleg Kostyuk wrote:
 But first problem (non-working Alt after switching to tty and
 returning to Xorg logon screen) is still here.
 Btw, after logging to X behavior of Alt key is not affected by
 switching to tty and back

This raises one question: what happens when you login. Which environment
do you start? Do you change the keyboard layout with xmodmap or so? Does
your desktop environment change the keyboard config?

Brice




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



Bug#512828: German translation of Selecting the kernel to install... not optimal

2009-01-26 Thread Steve Langasek
reopen 512828
thanks

On Mon, Jan 26, 2009 at 10:42:40AM +0100, Jens Seidel wrote:
 On Sat, Jan 24, 2009 at 03:32:38PM +0100, Christian Perrier wrote:
  Quoting Martin Michlmayr (t...@cyrius.com):
   Package: base-installer
   Severity: 1.98
   Severity: minor
   
   The following German translation in base-installer isn't ideal:
   
 msgid Selecting the kernel to install...
 msgstr Wählen Sie den zu installierenden Kernel ...
   
   In most cases, d-i is automatically selecting the right kernel and no
   user input is needed [*], so the please choose the German
   translation uses isn't great.  I suggest the indirect Wähle den
   zu... or something like that.
 
 Thanks, I chose this.
  
  German team, can you fix this in D-I trunk? When done, please add the
  correct bug closure in base-installer/debian/changelog
 
 That's too complicated :-) I simple close this bug as I fixed it in the
 Subversion repository.

Which is, however, incorrect, and interferes with being able to correctly
track the status of this issue.

Bug reopened, closure documented in the changelog.

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



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



Bug#513087: bcm43xx-fwcutter not replaced by b43-fwcutter when upgrading

2009-01-26 Thread Rene Engelhard
Hi,

Simon Valiquette wrote:
  When upgrading from Etch to Lenny, b43-fwcutter is not automatically
 installed even if bcm43xx-fwcutter was previously installed.

That's intended.

  This obviously make the wireless card to stop working (at least on
 the iBook G4) once the kernel get upgraded from 2.6.18 to 2.6.26,
 so we have a lost of functionality when upgrading to Lenny.

And we should beep bcm43xx-fwcutter for kernel 2.6.18, in case you need
to boot it again for whatever reason. Besides that, b43-fwcutter does
not even know which kernel you run.

  The only thing needed to be able to upgrade directly from Etch to Lenny
 is a virtual package named bcm43xx-fwcutter that would install b43-fwcutter
 (and maybe also remove the old bcm43xx-fwcutter and bcm43xx-source packages).

See above.

  Since it is very easy to do, and that it give a much better user experience
 when upgrading from Etch, I don't see a reasons for not doing this in Lenny.

I don't think it'd make sense, given you want to keep bcm43xx-fwcutter
for the old kernel. But if someone overruled me

Grüße/Regards,

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




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



Bug#513067: gdm: text entry fonts are clipped on bottom of font

2009-01-26 Thread Josselin Mouette
Le lundi 26 janvier 2009 à 14:53 +1100, George Kirkham a écrit :
 When entering userid and password, text apears clipped by gdm window entry 
 area 
 as if fonts are too large for the text entry area. It is cosmetic, does not 
 look 
 nice or professional and was not an issue in etch.

This is probably caused by a wrong detection of your screen resolution.
What is the output of the xdpyinfo |grep -A3 ^screen command?

Thanks,
-- 
 .''`.
: :' :  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#229258: splitting hunks

2009-01-26 Thread Christoph Berg
Re: Yann Dirson 2004-05-11 20040511154621.gn2...@bylbo.nowhere.earth
  We could get splitdiff to do the tedious work (i.e. filterdiff
  --hunks=$n until output is empty).  I've forgotten now, but I think
  that might have been what you originally asked for. :-)
 
 Yes, that does make sense.
 
  If you think this is something that would be useful, I can add it --
  or you can, of course.
 
 Please do - I don't want to dive into more new code today :)

Quoting Tim from https://fedorahosted.org/patchutils/ticket/4:

| 01/23/09 18:03:32 changed by twaugh
|
| Patch welcome.

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


signature.asc
Description: Digital signature


Bug#513092: ITP: pct-support-scripts -- pct support scripts for irc chat, ssh and remote vnc support

2009-01-26 Thread Jelle de Jong
Package: wnpp
Severity: wishlist
Owner: Jelle de Jong jelledej...@powercraft.nl

I would like to get this program into the debian repository, I will package it 
and 
upload it to debian mentors, I will be looking for a sponser and mentor. This 
package is
part of a larger group of packages that will form the pct-desktop-environment 
that I have
been working on.

  Package name: pct-support-scripts
  Version : 0.1.1
  Upstream Author : Jelle de Jong jelledej...@powercraft.nl
  URL : 
https://secure.powercraft.nl/svn/packages/trunk/deb/pct-support-scripts/
  License : GPLv3+
  Programming Lang: BASH
  Description : pct support scripts for irc chat, ssh and remote vnc support

This is a collection of easy scripts developed to provide remote support
for Ubuntu and Debian GNU/Linux users. The scripts defaults settings are
to be used with the support systems of PowerCraft Technology, but it is
easy to use the scripts options and configuration files to use other
support systems. The scripts are designed to use ssh secure tunneling so
aslong outside connections are allowed on port 22 the systems will work
with a gateway server in between, this will make it possible to provide
support to users behind nats and firewalls. The package is maintained
by PowerCraft Technology.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)



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



Bug#163666: debian-policy: Unclear result with [arch] and |

2009-01-26 Thread Guillem Jover
Hi!

On Sun, 2009-01-25 at 15:20:02 -0800, Russ Allbery wrote:
 I finally found some time to write new proposed wording for the section in
 Policy on handling architecture-restricted dependencies.  Could you review
 this change and be sure that I'm correctly describing the situation?  I
 added a new, fairly complicated example based on one of the ones that
 Guillem explained for me.
 
 --- a/policy.sgml
 +++ b/policy.sgml
 @@ -4188,6 +4188,22 @@ Build-Depends-Indep: texinfo
  Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
   /example
 + requires ttkernel-headers-2.2.0/tt on all architectures
 + other than hurd-i386 and requires tthurd-dev/tt and
 + ttgnumach-dev/tt only on hurd-i386.
 +   /p
 +
 +   p
 + If the architecture-restricted dependency is part of a set of
 + alternatives using tt|/tt, that branch of the alternative is
 + ignored completely on architectures that do not match the
 + restriction.  For example:
 + example compact=compact
 +Build-Depends: foo [!i386] | bar [!amd64]
 + /example
 + is equivalent to ttbar/tt on the i386 architecture, to
 + ttfoo/tt on the amd64 architecture, and to ttfoo |
 + bar/tt on all other architectures.
 /p
  
 p

Looks fine. Seconded.

regards,
guillem



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



Bug#511949: [Pkg-alsa-devel] Bug#511949: alsa-base: alsaconf does not work on Sony Vaio PCG-SR1K laptop with YMF-754

2009-01-26 Thread system administrator
On Mon, Jan 19, 2009 at 07:02:37PM +0100, Elimar Riesebieter wrote:
  
  $ cat /proc/asound/version
  Advanced Linux Sound Architecture Driver Version 1.0.16.
  
  $ cat /proc/asound/cards
  --- no soundcards ---
 
 The rest looks ok. Which Kernel are you running. 

linux$ uname -a
Linux oregano 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

There are no particular kernel options, I think.  Only root=..., ro,
and quiet.

  Ubuntu users [0]
 solved a similar Problem by using the pnpacpi=off kernel option.
 
 [0] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/184725

Ok, from the Grub menu I typed 'e' to edit the boot command.  In the
kernel line I added 'pnpacpi=off' after the 'root=...' option and
before the 'ro quiet' option, separated with spaces.  I then typed 'b'
to boot.  The first time it did not work but hung after 'Setting the
system clock.'  The second time it booted, but it didn't solve the
problem.  'alsaconf' does not work properly and there is still no
sound card in /proc/asound/cards.  

First remark: Isn't the option 'pnpacpi=off' option similar to turning
PnP off in the BIOS menu, as I tried earlier and it didn't work.  That
would be consistent.

Second remark: Even with 'pnpacpi=off' there was a 'Starting ACPI
Services.' in the boot sequence and an 'acpid stopped' (or something
similar) at the very end of the shut down.  I don'T know whether that
means that the 'pnpacpi=off' didn't work for some reason.

 
 Else please check your mixer settings. Is master or pcm mutet?

I don't know how to check that.  amixer and alsamixer wouldn't even
start.

Thanks a lot for your feedback and sorry for the delayed responses
from my side.  I have access to this laptop only occasionally, since
it is not mine but one of a friend and I have installed Linux for her.

Best wishes,

Laurenz.



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



Bug#513093: New version of motion available - please upgrade !

2009-01-26 Thread Jan Prunk
Package: motion
Version: 3.2.9-7
Severity: wishlist

There is a new version (3.2.11) of Motion available at:
http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome

please update !

Regards, 
Jan

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

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

Versions of packages motion depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libavcodec51  3:20080706-0.3 library to encode decode multimedi
ii  libavformat52 3:20080706-0.3 ffmpeg file format library
ii  libavutil49   3:20080706-0.3 avutil shared libraries
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libmysqlclient15off   5.0.51a-21 MySQL database client library
ii  libpq58.3.5-1PostgreSQL C client library

Versions of packages motion recommends:
ii  ffmpeg3:20080706-0.3 audio/video encoder, streaming ser

Versions of packages motion suggests:
ii  mysql-client-5.0 [mysql-clien 5.0.51a-21 MySQL database client binaries
pn  postgresql-client none (no description available)

-- debconf information:
  motion/moved_conf_dir:



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



Bug#512618: Acknowledgement (debian-maintainers: DM application for Jonathan Wiltshire)

2009-01-26 Thread Jonathan Wiltshire
Attaching a changeset with a further signature from Phil Hands.


-- 
Jonathan Wiltshire

PGP/GPG: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
Comment: Add Jonathan Wiltshire deb...@jwiltshire.org.uk as a Debian 
Maintainer
Date: Mon, 26 Jan 2009 10:17:59 +
Action: import
Recommended-By: 
  George Danchev danc...@debian.org
  Dafydd Harries d...@debian.org
Agreement: 
  http://lists.debian.org/debian-newmaint/2009/01/msg00039.html
Advocates: 
  http://lists.debian.org/debian-newmaint/2009/01/msg00040.html
  http://lists.debian.org/debian-newmaint/2009/01/msg00045.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.9 (GNU/Linux)
  
  mQGiBEim+F8RBACN+hQsi8vjegAWiMkGGuG2bCiu1rOWITNCM93jjqkEPJdtufRG
  N9zOEP9DDy1BGfs3SgDvmuT9wwxH2e2u8tyV+G3toYOJ4yzWra5sUjkCHg6mCpKL
  hf/wlQEiXpHC26NG1dy35B+QhOj+0feCI7vZjWaKwOzmDvU4L/RkCTxpewCgm5KG
  iAWLByR2IJv4kteuYLIfITED/jQR1VZSwk3vesYIk4Gfh1eFTBy2J+SDAayb2c0i
  siilapa2MJ0Gf4lzEniQ+eqqxFITkpOXCZPT9aG4doFfH4p0rnvak9+zA7kwqRmR
  Gh0tC+H04Al7+HnbJpdo+UHH0gZrBbxF47REKBx+hiQy3rgiwmfExhnXriNxroyT
  CLi+A/4wQpngk80FgzC0nmtbJcI4um4cUdpQITd48Dn6JsqwhFU9iKWvtkJHVDLO
  JwgJtqFzf0OkoO01IRK25//u9NMuf+7HC4rPzUx0dPe61E30iU/LQcZayvjzDsi/
  R06HNxPWnJfF6Ff0C1gVgoTNn5sdIGXzFYjivzMYWLgvMo7dVLQySm9uYXRoYW4g
  V2lsdHNoaXJlIChtYWlsKSA8bWFpbEBqd2lsdHNoaXJlLm9yZy51az6IYAQTEQIA
  IAUCSKm7fgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEMpr6j7bgAtS+csA
  niStED5aKz1s/WBgiYfvtLcsJrC9AJ0QKYHY2XIiMpH9UURYApljWkTWGohGBBAR
  AgAGBQJJF0OGAAoJEEKrUq5OUFVqzkQAnR45AfepeWSywG+p37f7P2024FgbAKCR
  Hyou7rJV1IKrunm+OF5wVDrjfYhGBBARAgAGBQJJb7zeAAoJEOf/LltjT5og2IcA
  nizfyYdAf0Jo5Y78RhZpO5Qx9n+9AJ43slMzKn9ga7OVxECIIqnZinFnwohGBBAR
  AgAGBQJJfYOjAAoJEGIDikvdm5kQsEEAn2HYenT3KIvfVCBexRJWLSEUvj5RAJ9V
  GlyFGJbDDQbV4Be4rR4QNMsdx7Q2Sm9uYXRoYW4gV2lsdHNoaXJlIChkZWJpYW4p
  IDxkZWJpYW5AandpbHRzaGlyZS5vcmcudWs+iGMEExECACMCGwMGCwkIBwMCBBUC
  CAMEFgIDAQIeAQIXgAUCSLBJAAIZAQAKCRDKa+o+24ALUqF1AKCQHgm0R8kVTmM1
  r/ywHvPwQDWY7wCeMDtaqmdef/7f7AafHWa+3CsFeQmIYAQTEQIAIAUCSKb4XwIb
  AwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEMpr6j7bgAtSHSkAoJpz+0bHU5Uu
  5uz6RF90f0V9wdoeAJ9T3psW9UaDoTFYEUuuy16YQtt7mIhGBBARAgAGBQJJF0OG
  AAoJEEKrUq5OUFVqi3IAoKB43U2h6ChWy/tTIAhUq1O5EaMSAKCWcVnCOmNaqjJK
  /M+LPYGcmnGe1ohGBBARAgAGBQJJb7zeAAoJEOf/LltjT5ogBhkAnicttsHsGqhM
  yQkIX3pguT3BHkJtAJ0e6Lq6bFjscZzOql6gb9hRbaznJohGBBARAgAGBQJJfYOj
  AAoJEGIDikvdm5kQz8YAn164VCHxfoLak9q8uJZp/MMNUutRAJ9wU+lXLeoaLMMi
  C6+DYPX+FSgqXbQwSm9uYXRoYW4gV2lsdHNoaXJlIChkZXYpIDxkZXZAandpbHRz
  aGlyZS5vcmcudWs+iF8EExECACAFAkipu18CGwMGCwkIBwMCBBUCCAMEFgIDAQIe
  AQIXgAAKCRDKa+o+24ALUqSIAJjI5gHD94jzrSknAGNrRZSeug8KAKCPij12w72I
  easxu7/eBkgGkrUkMohGBBARAgAGBQJJF0OGAAoJEEKrUq5OUFVqhUgAn09xdbac
  jdoTuVTiqxV2WP10mwwRAKCRwNvIcHRrY9TwZW3M3jXxFUKW/YhGBBARAgAGBQJJ
  b7zeAAoJEOf/LltjT5ogQ9QAoIgwRyY23P+ysqA1Uo3waww+Y/XPAJ9ItBJou1oU
  UTavkwPvjR0LLuOeK7kCDQRIpvhfEAgAvCU6nWtIG8kFy+jXj17bfgezhx897I2D
  w947bi8/LtsAqi8YN5vQ7FRbZtt7pkeUJT5cRJMkjRRSoipMvxz3LgbzzdqP9OWQ
  dHeiRQ5bK1+DxxCPzaGFmJluRQsrhE2Opu5l2DT4GhaC/yABVwyMHJ4hrUVUCyww
  l/sA390NKTOHAp/8gNEF1EmE9JgZttH++ebUCgelbtiXzqKSwmX8qtFWqbT/PkPq
  YlxclZ1DRJH+eMHOdif4S5LCjQYB7+W0WY5LkQ6aCkCpC55rQkHMExR6rQh3aVKw
  vOEgDs2N+s30xUA10mnftJq7luLtZp60m812BZhTuaC83jj5PglNowADBggAlrsP
  M3CSF9Nh9jBAgJThMqtvCiPCQDU58HUADGpxEsZBioESDqXh6vhh8v9PMe6CNQKQ
  TkjkiADbCbrtFPaZxiwSZ4HCHS0x1uboF27fRRm2PRPBBJapUgakMrX4Y0mu2UPD
  SheszbR4dpNShRyuLLcfrqSFP94md5/NVYO00F3DGU9wSRBmCp/9ZA9hAszG4oGg
  3wUiO08rezrclVRPYcu1tnlbXOaz96sM/u4sOxcKRLgUrbdNhWsp3xjhR5N82+1c
  VeFTcpezqPhPbhMRJv9okiJOLDJey+79u8/vYta6Gaq+B90IwsgdMXKx550SSJbr
  JAJeTvCzFcYuJlecT4hJBBgRAgAJBQJIpvhfAhsMAAoJEMpr6j7bgAtSrcwAnjkz
  BjaLt7qfELtgIvYhg1yfU8FtAJ9HmjR7hI2sZQGO+1BcyLI0sSo77A==
  =oyCt
  -END PGP PUBLIC KEY BLOCK-



signature.asc
Description: Digital signature


Bug#461464: RC bugs reported against your package bind9

2009-01-26 Thread Alexander Reichle-Schmehl
Hi LaMont!

While browsing through the list of release critical bugs searching for
something I could do for Lenny, I noticed that your package bind9 has a
release critical bug open for more or less a year.

There's even a patch supplied, which looks IMHO sane.  Any comments from
you regarding that matter would be most welcome.

If you can't find the time to deal with this bug yourself, I can offer you
to NMU bind9 for you.


Best regards,
  Alexander



signature.asc
Description: OpenPGP digital signature


Bug#506702: [Pkg-cups-devel] Bug#506702: cups: SSL compatibility problems w/FF3 (amongst others)

2009-01-26 Thread Martin Pitt
Hello Bastian,

Bastian Blank [2009-01-25  1:26 +0100]:
 On Sun, Jan 25, 2009 at 12:51:39AM +0100, Martin Pitt wrote:
   Thank you for your NMU on that. Can you please attach the debdiff to
   this bug?
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;filename=diff;att=1;bug=506702

I saw that, but that is

  +cups (1.3.9-11.1) UNRELEASED; urgency=low

You uploaded to unstable against 1.3.8, though.

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



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



Bug#512787: upgrade makes system unbootable

2009-01-26 Thread Felix Zielcke
Am Montag, den 26.01.2009, 10:38 +0100 schrieb Michael Schuerig:

 I checked in grub-emu (...-14!) and
 
   search --fs-uuid --set 546d6205-7424-4a37-86e5-d1e355c3d2ba
 
 didn't produce any output at all. Whatever it did, I got another prompt 
 afterwards.
 

With `--set' argument it just sets the root variable to the device and
doestn't print out any output.
With `set' command you can check the value of the root variable.

-- 
Felix Zielcke




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



Bug#163666: debian-policy: Unclear result with [arch] and |

2009-01-26 Thread Emilio Pozuelo Monfort
Greetings from this new -policy subscriber!

Russ Allbery wrote:
 @@ -4188,6 +4188,22 @@ Build-Depends-Indep: texinfo
  Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
   /example
 + requires ttkernel-headers-2.2.0/tt on all architectures
^
2.2.10?

Back to lurker mode,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#501719: [Fwd: Re: [Pkg-cups-devel] Bug#501719: cups-pdf: doesn't play well with NetWare shares]

2009-01-26 Thread Volker Behr
Hi,

an according note has been added to the documentation in the upstream
sources of v2.5.0 which will be available later this day.

Regards,
Volker Behr

On Tue, 2008-10-28 at 10:04 +0100, Volker Behr wrote:
 Hi,
 
 On Mon, 2008-10-27 at 18:56 +0100, Luca Capello wrote:
  tags 501719 + patch
  thanks
  [...]
  --8---cut here---start-8---
  --- cups-pdf-2.4.8/README.~1~   2008-06-22 13:41:29.0 +0200
  +++ cups-pdf-2.4.8/README   2008-10-27 18:35:03.0 +0100
  @@ -45,6 +45,13 @@
   and set the file permissions of the backend to 0700 (root only).
  *make sure if any of CUPS-PDF's working directories (e.g. output) is a 
   NFS mounted volume it is mounted without root_squash!
  +   *make sure that the filesystem for any of CUPS-PDF's working directories
  +(e.g. output) features all basic properties of UNIX-filesystems,
  +especially chown(1) and chmod(1).  This means that if you want to use a
  +NetWare share as CUPS-PDF's output directory, the NetWare share should 
  be
  +mount with the ncpfs' options uid and gid set to the user that want to
  +print her/his PDFs there.  This was extensively discussed in the Debian
  +bug #501719 (http://bugs.debian.org/501719).
  *CUPS-PDF is known to fail if the gs (GhostScript) binary on a system 
  is 
   compressed by upx (Ultimate Packer for eXecutables).
  *if you are using SELinux make sure it does not interfere with CUPS-PDF
  --8---cut here---end---8---
  [...]
 
 I will add an according paragraph upstream to the documentation as
 already mentioned earlier.
 
 Regards,
 Volker
 
-- 

Dr. rer. nat. Volker Christian Behr
Experimentelle Physik V (Biophysik), Physikalisches Institut
Universitaet Wuerzburg, Am Hubland, 97074 Wuerzburg, Germany

Office: Room F-069a
+49-931-31-85766 (phone)
+49-931-888-5851 (fax)




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



Bug#502624: cups-pdf: Test page from web interface should use real user instead of 'anonymous'

2009-01-26 Thread Volker Behr
On Tue, 2008-12-23 at 22:06 +0200, =?UTF-8?Q? Martin-=C3=89ric?= Racine
wrote:
  Otherwise one can't print a test page when 'anonymous' is disabled in
  cups-pdf configuraiton file. Moreover, no errors are reported either
  in web interface or log files in this case.
 
  Looking at the completed jobs I conclude that Etch version used real
  users to print test pages. So, this sudden change after upgrade to Lenny
  confused me while I was trying to locate the printed test page in ~/PDF
  folder.
 
 This report seems to confuse too many issues. Let's divide those into
 smaller blocks:
 
 1. what user should be used to generate the test page? (a CUPS issue)

...and that's already the end of the story. Since CUPS-PDF has no means
to determine whether a specific page is a CUPS test page (no, CUPS-PDF
will never do an in-detail analysis of the contents of the PostScript
passed to it) the test page will always be printed as the user CUPS
chooses for printing it.

 2. where should the test page file be saved to? (a CUPS-PDF issue)

This is solely determined by the user chosen at 1. (i.e. by CUPS).

 3. whether CUPS-PDF should be dependent upon the AnonUser being
 enabled to produce a test page?
 a) if yes, should it print an error message to alert the administrator
 that, when AnonUser is disabled, it cannot produce the test page?
 b) if not, which system user should be used to produce the test page?
 (all those are CUPS-PDF issues)

Once again: since I do not have any chance to tell a test page apart
from a real print job, the statements made above fully apply. In case of
denied anonymous accesses already now CUPS-PDF prints an anonymous
access denied as INFO-message to its log file.

Regards,
Volker

 Fellow CUPS maintainers and the CUPS-PDF upstream author are welcome
 to comment if I forgot anything.
 
 Martin-Éric
-- 

Dr. rer. nat. Volker Christian Behr
Experimentelle Physik V (Biophysik), Physikalisches Institut
Universitaet Wuerzburg, Am Hubland, 97074 Wuerzburg, Germany

Office: Room F-069a
+49-931-31-85766 (phone)
+49-931-888-5851 (fax)




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



Bug#510996: gEDA-user: geda in Lenny (was Re: Creating system-gafrc again)

2009-01-26 Thread Richard Hartmann
On Mon, Jan 26, 2009 at 05:39, Peter Clifton pc...@cam.ac.uk wrote:

 There were some patches ready to push the license fix, but Richard, who
 did those is holding off as I mentioned that Hamish promised 1.4.3
 packages whilst he was at LCA. In any case.. we might be forced just to
 have the licence fix, rather than a new upstream version + license fix.

If need be, I can finalize the packages  get a sponsor within 24 hours.
It would be a NMU and I am not a DD, but the bugs are RC and there was
ample time for the maintainer to react, so hey.
Just say the word and I will get going.

Hamish: What is your take on this, if any?


 , and maybe throw in a fix for #507363 for good measure.

 That's not critical, and isn't something I expect they would want to
 change during the freeze. At least 1.4.0 - 1.4.3 is just carefully
 back-ported (and well tested) code changes fixing crash bugs.

 Don't underestimate the likelihood of a simple packaging fix causing
 major breakage. Its always the last minute one-liner which breaks a
 release ;)

Personally, I would tend to split the fixes into as many packages as
possible so RMs can cherry-pick, anyway.


Richard



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



Bug#512880: cron-apt: Please document added value of this package

2009-01-26 Thread Osamu Aoki
Hi,

I was updating Debian reference.

On Mon, Jan 26, 2009 at 08:29:10AM +0100, Ola Lundqvist wrote:
 Hi Osamu
 
 Very good information! I was not aware of this change.
 
 I will document that this package may be obsolete, at least to some
 extent. However I do not think that will be done before the lenny release.
 I have to learn what the new apt function do before I document. But if you
 have a proposed text that is of course good. :-)

Related section is:
http://people.debian.org/~osamu/pub/getwiki/html/ch03.en.html#automaticdownloapgradeofpackages


Also, this was new thing to me but I do not know when they implimented.
http://people.debian.org/~osamu/pub/getwiki/html/ch03.en.html#automaticdownloapgradeofpackages

Osamu



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



Bug#512952: fbreader: please make files in /usr/share/FBReader/default/ conffiles

2009-01-26 Thread Eugene V. Lyubimkin
Nikita V. Youshchenko wrote:
 Package: fbreader
 Version: 0.8.17-12
 Severity: wishlist
 
 Files in /usr/share/FBReader/default/ are actually configuration files that
 could be customized. For example, default toolbar.xml defines a toolbar that
 does not fit on screen on Neo Freerunner.
 
 Please move that files to /etc/fbreader (you may just symlink
 /usr/share/FBReader/default there), so changes in those files will be
 preserved on package upgrades. 
Hello Nikita, I will look at it deeper soon, thanks for suggestion.

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



signature.asc
Description: OpenPGP digital signature


Bug#512556: [Bash-completion-devel] Bug#512556: bash-completion: awk syntax error on 'modprobe -r /tab'

2009-01-26 Thread Colin Watson
On Sun, Jan 25, 2009 at 11:44:49PM +0200, Ville Skyttä wrote:
 On Wednesday 21 January 2009, Colin Watson wrote:
  Typing 'modprobe -r /tab' produces the following output:
 
$ modprobe -r /awk: {if (NR != 1  $1 ~ /^//) print $1}
awk:  ^ syntax error
 
  I've attached a bzr bundle fixing this, based on a patch by Martin Mai.
  You can merge it with 'bzr merge
  /path/to/bash-completion-modprobe.bundle'.
 
 The patch does indeed avoid this error but I don't think it's the correct 
 fix - the patch makes modprobe -r /TAB complete on filenames but at least 
 on my Fedora 9 box with module-init-tools-3.4-13.fc9.x86_64, modprobe -r 
 doesn't operate on filenames but module names.  BTW, rmmod completion fixes 
 the same awk problem by redirecting 2/dev/null.
 
 Hopefully better fix for both applied in 
 http://bzr.debian.org/loggerhead/bash-completion/current/revision/1290

Fair enough. Thanks for the correction!

-- 
Colin Watson   [cjwat...@ubuntu.com]



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



Bug#513058: apt does not cross-build to amd64

2009-01-26 Thread Eugene V. Lyubimkin
package apt
tags 513058 +confirmed
thanks

Mikhail Gusarov wrote:
 Package: apt
 Version: 0.7.20
 Severity: wishlist
 Tags: patch
Hello Mikhail, thanks for patch. It will be probably applied after a Lenny
release.

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



signature.asc
Description: OpenPGP digital signature


Bug#512920: installation depending upon urgency

2009-01-26 Thread Eugene V. Lyubimkin
jida...@jidanni.org wrote:
 X-debbugs-cc: aptit...@packages.debian.org
 Package: apt
 Severity: wishlist
 
 Gentlemen, one day there should be a way to use the urgency field. I
 hereby present the following long term wishlist item.
Hello Dan, thanks for suggestion.

I think that it maybe would be useful... but there are two things:
1) new upstream release with a lot of changes and changing a letter in
documentation will probably have the same urgency - 'low';
2) as 'urgency' is not a part of Debian control file, it won't be trivial to
implement.

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



signature.asc
Description: OpenPGP digital signature


Bug#513094: dokuwiki: license not configurable

2009-01-26 Thread Philipp Kern
Package: dokuwiki
Version: 0.0.20080505-4

Is it possible that the license is not configurable in this version?
It looks like some unfair paternalism to impose cc-by-nc-sa 2.0 upon
every user of it.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Release Assistant
`. `'   xmpp:p...@0x539.de Stable Release Manager
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Bug#482817: initscripts: No longer mounts NFS filesystems at startup

2009-01-26 Thread Maria McKinley
I am having a similar problem, and portmap 6.0-9 does not solve my 
problem either. On my setup, rpc.statd does not start because portmap 
does not start, so my nfs mounts do not happen. I end up booting with 
the read only file system mounted by initrd. I did also try adding 
ASYNCMOUNTNFS=no to /etc/default/rcS


regards,
maria



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



Bug#512955: fbreader: please provide finger-friendly far-scrolling

2009-01-26 Thread Eugene V. Lyubimkin
package fbreader
forwarded 512955 http://fbreader.org/mantis/view.php?id=137
thanks

Nikita V. Youshchenko wrote:
 Package: fbreader
 Version: 0.8.17-12
 Severity: wishlist
 
 With fbreader on Neo Freerunner, it is currently hard to do far-scrolling
 (that means, more than several pages up or down).
 
 Although there is a scrollbar near window bottom, it is too thin to be used
 with a finger, and even with a stylus tapping on that scrollbar gives
 accuracy of +/- 50 screen pages :(.
 
 I think it would be good to extend current tap scrolling as follows.
 If user just taps at bottom part of the screen, then do page down - as now.
 If user puts finger on bottom part of the screen and does not remove it,
 the text should scroll forward at increasing speed.
 Similar for top part of screen and scrolling backward.
Hello Nikita, thanks for your report, this request has been just forwarded to
FBReader's bug tracker.

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



signature.asc
Description: OpenPGP digital signature


Bug#506702: [Pkg-cups-devel] Bug#506702: cups: SSL compatibility problems w/FF3 (amongst others)

2009-01-26 Thread Bastian Blank
On Mon, Jan 26, 2009 at 11:21:59AM +0100, Martin Pitt wrote:
 You uploaded to unstable against 1.3.8, though.

Ups. Here is the other version.

Bastian

-- 
Respect is a rational process
-- McCoy, The Galileo Seven, stardate 2822.3
diff -u cups-1.3.8/debian/changelog cups-1.3.8/debian/changelog
--- cups-1.3.8/debian/changelog
+++ cups-1.3.8/debian/changelog
@@ -1,3 +1,11 @@
+cups (1.3.8-1lenny4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply upstream patch to fix client request loop for large request over
+SSL. (closes: #506702)
+
+ -- Bastian Blank wa...@debian.org  Tue, 13 Jan 2009 17:03:55 +0100
+
 cups (1.3.8-1lenny4) unstable; urgency=high
 
   * High urgency due to security bug fix.
diff -u cups-1.3.8/debian/patches/00list cups-1.3.8/debian/patches/00list
--- cups-1.3.8/debian/patches/00list
+++ cups-1.3.8/debian/patches/00list
@@ -11,6 +11,7 @@
 hpgl-regression.dpatch
 runloop-backchannel-eof-spin.dpatch
 png-image-int-overflow.dpatch
+client-ssl-hang.dpatch
 
 # patches sent upstream
 pidfile.dpatch
only in patch2:
unchanged:
--- cups-1.3.8.orig/debian/patches/client-ssl-hang.dpatch
+++ cups-1.3.8/debian/patches/client-ssl-hang.dpatch
@@ -0,0 +1,90 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## DP: Fix client loop for SSL connections.
+
+--- a/scheduler/client.c   (revision 7820)
 b/scheduler/client.c   (working copy)
+@@ -28,6 +28,7 @@
+  *   cupsdUpdateCGI()- Read status messages from CGI scripts and 
programs.
+  *   cupsdWriteClient()  - Write data to a client as needed.
+  *   check_if_modified() - Decode an If-Modified-Since line.
++ *   data_ready()- Check whether data is available from a client.
+  *   encrypt_client()- Enable encryption for the client...
+  *   get_cdsa_certificate()  - Convert a keychain name into the CFArrayRef
+  *   required by SSLSetCertificate.
+@@ -83,6 +84,7 @@
+ 
+ static intcheck_if_modified(cupsd_client_t *con,
+ struct stat *filestats);
++static intdata_ready(cupsd_client_t *con);
+ #ifdef HAVE_SSL
+ static intencrypt_client(cupsd_client_t *con);
+ #endif /* HAVE_SSL */
+@@ -989,8 +991,7 @@
+   */
+ 
+ while ((status = httpUpdate(HTTP(con))) == HTTP_CONTINUE)
+-if (con-http.used == 0 ||
+-!memchr(con-http.buffer, '\n', con-http.used))
++if (!data_ready(con))
+   break;
+ 
+   if (status != HTTP_OK  status != HTTP_CONTINUE)
+@@ -1889,7 +1890,7 @@
+   }
+ }
+ }
+-  while (con-http.state == HTTP_PUT_RECV  con-http.used  0);
++  while (con-http.state == HTTP_PUT_RECV  data_ready(con));
+ 
+ if (con-http.state == HTTP_WAITING)
+   {
+@@ -2064,7 +2065,7 @@
+   }
+ }
+ }
+-  while (con-http.state == HTTP_POST_RECV  con-http.used  0);
++  while (con-http.state == HTTP_POST_RECV  data_ready(con));
+ 
+   if (con-http.state == HTTP_POST_SEND)
+   {
+@@ -2914,7 +2915,39 @@
+ }
+ 
+ 
++/*
++ * 'data_ready()' - Check whether data is available from a client.
++ */
++
++static int/* O - 1 if data is ready, 0 otherwise 
*/
++data_ready(cupsd_client_t *con)   /* I - Client */
++{
++  if (con-http.used  0)
++return (1);
+ #ifdef HAVE_SSL
++  else if (con-http.tls)
++  {
++#  ifdef HAVE_LIBSSL
++if (SSL_pending((SSL *)(con-http.tls)))
++  return (1);
++#  elif defined(HAVE_GNUTLS)
++if (gnutls_record_check_pending(((http_tls_t *)(con-http.tls))-session))
++  return (1);
++#  elif defined(HAVE_CDSASSL)
++size_t bytes; /* Bytes that are available */
++
++if (!SSLGetBufferedReadSize(((http_tls_t *)(con-http.tls))-session,
++bytes)  bytes  0)
++  return (1);
++#  endif /* HAVE_LIBSSL */
++  }
++#endif /* HAVE_SSL */
++
++  return (0);
++}
++
++
++#ifdef HAVE_SSL
+ /*
+  * 'encrypt_client()' - Enable encryption for the client...
+  */


Bug#473439: pick consistent terminology for category/component/area

2009-01-26 Thread Julian Gilbey
On Sun, Jan 25, 2009 at 03:37:37PM -0800, Russ Allbery wrote:
 Russ Allbery r...@debian.org writes:
 
  I did a bit more research based on Osamu Aoki's excellent work.
  Currently, these things are referred to using three different terms:
[...]
 As mentioned, I'm not sure we need to match the terminology in dak as long
 as we're not confusing about it.  dak is referring to technical
 capabilities which are used to implement certain features.  I still think
 distribution area is a good name for this, better than categories.
 [...]
 
 Here's the proposed patch:
 
  diff --git a/policy.sgml b/policy.sgml
  index 24c9072..16919b2 100644
  --- a/policy.sgml
  +++ b/policy.sgml
  @@ -293,7 +293,13 @@
  emfree/em in our sense (see the Debian Free Software
  Guidelines, below), or may be imported/exported without
  restrictions. Thus, the archive is split into the distribution
  -   areas or categories based on their licenses and other restrictions.
  +   areas or componentsfootnote
  + The Debian archive software uses the term component internally
  + and in the Release file format to refer to the division of an
  + archive.  The Debian Social Contract refers to distribution
  + areas.  This document uses the same terminology as the Social
  + Contract.
  +   /footnote based on their licenses and other restrictions.
 /p
   
 p
  @@ -310,8 +316,8 @@
 /p
   
 p
  -   The emmain/em category  forms the
  -   emDebian GNU/Linux distribution/em.
  +   The emmain/em distribution area forms the emDebian GNU/Linux
  +   distribution/em.
 /p
   
 p
  @@ -422,10 +428,10 @@
 /sect
   
 sect id=sections
  -   headingCategories/heading
  +   headingDistribution areas/heading
   
  sect1 id=main
  - headingThe main category/heading
  + headingThe main distribution area/heading
   
p
  Every package in emmain/em must comply with the DFSG
  @@ -456,7 +462,7 @@
  /sect1
   
  sect1 id=contrib
  - headingThe contrib category/heading
  + headingThe contrib distribution area/heading
   
p
  Every package in emcontrib/em must comply with the DFSG.
  @@ -496,7 +502,7 @@
  /sect1
   
  sect1 id=non-free
  - headingThe non-free category/heading
  + headingThe non-free distribution area/heading
   
p
  Packages must be placed in emnon-free/em if they are
  @@ -612,13 +618,13 @@
  headingSections/heading
   
  p
  - The packages in the categories emmain/em,
  + The packages in the distribution areas emmain/em,
emcontrib/em and emnon-free/em are grouped further
into emsections/em to simplify handling.
  /p
   
  p
  - The category and section for each package should be
  + The distribution area and section for each package should be
specified in the package's ttSection/tt control record
(see ref id=f-Section).  However, the maintainer of the
Debian archive may override this selection to ensure the
  @@ -627,10 +633,10 @@
list compact=compact
  item
emsection/em if the package is in the
  - emmain/em category,
  + emmain/em distribution area,
  /item
  item
  - emsegment/section/em if the package is in
  + emarea/section/em if the package is in
the emcontrib/em or emnon-free/em
distribution areas.
  /item
  @@ -8949,9 +8955,10 @@ install-info --quiet --remove 
  /usr/share/info/foobar.info
  /p
   
  p
  - Packages in the emcontrib/em or emnon-free/em categories
  - should state in the copyright file that the package is not part
  - of the Debian GNU/Linux distribution and briefly explain why.
  + Packages in the emcontrib/em or emnon-free/em
  + distribution areas should state in the copyright file that the
  + package is not part of the Debian GNU/Linux distribution and
  + briefly explain why.
  /p
   
  p

Seconded.

   Julian


signature.asc
Description: Digital signature


Bug#501450: ITP: libeventmachine-ruby -- Event-driven I/O library for high-performance

2009-01-26 Thread Ryan Niebur
Hi,

what's the status on this?

Thanks,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#280498: Official notification!!!

2009-01-26 Thread From Mrs . Caroline Jude
Confirm this receipt by contacting the due process unite officer 
Mr.CharlesWalker for the sum of £153,000 GBPContact 
mail:(agent_charles_wal...@yahoo.com.hk)and Fill the details: Full
Name,Address,Tel,Occupation:
Regards
Mrs.Caroline Jude





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



Bug#498141: Additional info - ACPI corruption?

2009-01-26 Thread Dale E. Martin
I've now done a full Lenny install on the machine in question.  So far 5 of
6 boots things have been fine, but one of the times I had this issue.  I
did a diff of the kernel.log files between a good and a bad boot and found
this difference:
*** 422,428 
   ACPI: ACPI0007:00 is registered as cooling_device1
   ACPI: ACPI0007:01 is registered as cooling_device2
   ACPI: LNXTHERM:01 is registered as thermal_zone0
!  ACPI: Thermal Zone [THRM] (43 C)
   ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
   ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
   ACPI: PCI Interrupt :00:02.0[A] - Link [APCF] - GSI 23 (level,
   high) - IRQ 23
--- 422,428 
   ACPI: ACPI0007:00 is registered as cooling_device1
   ACPI: ACPI0007:01 is registered as cooling_device2
   ACPI: LNXTHERM:01 is registered as thermal_zone0
!  ACPI: Thermal Zone [THRM] (38 C)
   ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
   ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
   ACPI: PCI Interrupt :00:02.0[A] - Link [APCF] - GSI 23 (level,
   high) - IRQ 23
***

In fact, looking across all of the logs from each boot since I installed
Lenny (yesterday), here is that line:
Jan 25 11:53:00 gerbil kernel: [1.059484] ACPI: Thermal Zone [THRM] (46
C)
Jan 25 12:21:32 gerbil kernel: [1.065176] ACPI: Thermal Zone [THRM] (45
C)
Jan 25 12:35:06 gerbil kernel: [1.059631] ACPI: Thermal Zone [THRM] (44
C)
Jan 25 13:08:00 gerbil kernel: [1.062476] ACPI: Thermal Zone [THRM] (45
C)
Jan 25 14:02:27 gerbil kernel: [1.060939] ACPI: Thermal Zone [THRM] (45 C)
Jan 26 05:36:39 gerbil kernel: [1.064245] ACPI: Thermal Zone [THRM] (43
C)
Jan 26 05:52:07 gerbil kernel: [1.077704] ACPI: Thermal Zone [THRM] (38
C)

(The 43 C boot was the session that had corruption, but there isn't
anything else too funny in the logs - just slight variations in CPU speed
and things like that.)

If I run acpi from the command line I get this:
~ acpi -t
 Thermal 0: ok, 43.0 degrees C
~ acpi -t
 Thermal 0: ok, 44.0 degrees C

I find the ACPI probe for the thermal zone being inconsistent to be
interesting as when this problem has surfaced in the past it has looked
correlated to acpi trying to turn a fan on.  My guess is that there is an
ACPI bug lurking here.  The machine is a Shuttle SN95G5 v2 with an NVidia
Nforce3 chipset in it.  I'll go looking to see if there are BIOS updates
available although I'm guessing there won't be as I have upgraded it
previously and it's a 4 year old machine.  (Also recall that the 2.4.22
kernel from backports was running fine on this hardware for several years,
so I'd suspect something in the kernel has changed since then.)

Anyways, I thought I would pass this additional data along.

Thanks,
  Dale
-- 
Dale E. Martin - d...@the-martins.org
http://the-martins.org/~dmartin



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



Bug#513061: xserver-xorg: Half-working kbd and non-working touchpad

2009-01-26 Thread Oleg Kostyuk
 Which environment do you start?
KDE 3.5 from Lenny (not experimental).

 Do you change the keyboard layout with xmodmap or so?
No (at least, directly by me).

 Does your desktop environment change the keyboard config?
Not sure. But before upgrade all works as expected.
I use two-language layout, that was configured via standart KDE tools
(I mean Control center).
How I can check this?


Returning to touchpad - really not all works correctly. Yes, it work
after suspend or switching to tty, but now I'm lost scroll areas on it
- they both just not works. In other words, touchpad don't send
button-4/5/6/7 events anymore. This happens even right after powerup
and without switching to tty or suspending.

-- 
Sincerely yours,
Oleg Kostyuk (CUB-UANIC)



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



Bug#513071: Regression: for some hosts etch can connect but lenny can't (password auth)

2009-01-26 Thread Colin Watson
On Mon, Jan 26, 2009 at 12:23:15AM -0500, Daniel Dickinson wrote:
 Package: openssh-client
 Version: 1:5.1p1-5
 Severity: serious
 Justification: regression from etch
 
 
 I can connect to my router using ssh inside an etch chroot but cannot connect 
 using lenny's etch.

The log is not very informative, unfortunately. Can you get any similar
debugging log from the server to indicate why it reset the connection
after SSH2_MSG_KEXDH_INIT?

(From some preliminary web searches, I suspect that this may really be a
dropbear bug for which we'll have to add some compatibility code. In
that case I am not convinced that this really qualifies as serious.)

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#513096: please split dvdisaster-doc package (1 package for 1 language)

2009-01-26 Thread Vincent Lefevre
Package: dvdisaster-doc
Version: 0.71.27-1
Severity: wishlist

The dvdisaster-doc package is now huge: it takes 15 MB on disk, while
the etch version (and even the previous version 0.71.26-2) was taking
4 MB only. It currently provides the documentation in 3 languages: de,
en and ru. It should be split into 3 packages dvdisaster-doc-de,
dvdisaster-doc-en and dvdisaster-doc-ru, like what some other software
does (e.g. texlive-doc-*).

Note: even if the current package fits on the disk, huge packages may
still lead to a performance problem for indexing and/or searching the
doc.

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

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

dvdisaster-doc depends on no packages.

dvdisaster-doc recommends no packages.

Versions of packages dvdisaster-doc suggests:
ii  dvdisaster0.71.27-1  data loss/scratch/aging protection

-- no debconf information



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



Bug#513097: mailman: [INTL:vi] Vietnamese debconf templates translation update

2009-01-26 Thread Clytie Siddall

Package: mailman
Version: 1:2.1.11-9
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: mailman

completely reviewed, translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#513098: dd: please understand numbers in hexadecimal (0x...)

2009-01-26 Thread David Madore
Package: coreutils
Version: 6.10-6
Severity: wishlist

dd is typically the sort of program where one would like to enter
numbers (for bs, count, skip and seek) in hex (or possibly octal)
format.  Unfortunately, dd won't parse them:

pleiades david ~ $ dd if=/dev/zero bs=0x1000 count=1
dd: invalid number `0x1000'

Could you parse numbers as per scanf(%i,...) or strtoll(...,0)?

(I realize that octal is a possible breakage risk, because who knows
who numbers with leading zeroes for decimal, so I don't know what the
principle of least surprise says here; but parsing hex numbers would
really be useful.)

-- 
 David A. Madore
(david.mad...@ens.fr,
 http://www.madore.org/~david/ )



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



Bug#513099: ferm: typo in default config

2009-01-26 Thread Chris Butler
Package: ferm
Version: 2.0.3-1
Severity: minor

The default config includes the following:

# allow local packages
interface lo ACCEPT;

That should probably be 'packets'.

-- System Information:
Debian Release: 5.0
  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=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ferm depends on:
ii  debconf   1.5.24 Debian configuration management sy
ii  iptables  1.4.1.1-3  administration tools for packet fi
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 

ferm recommends no packages.

ferm suggests no packages.

-- debconf information excluded



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



Bug#509433: libxv1: Vertical green lines playing videos

2009-01-26 Thread Paul Menzel
reopen 509433
tag 509433 -moreinfo
quit


Dear Raphael,


Am Freitag, den 09.01.2009, 13:59 -0600 schrieb Raphael Geissert:

 On Friday 02 January 2009, Paul Menzel wrote:
 [...]
  This is a status report.
 
  1. This only happened with mp4-files.
  2. Since one or two days it is fixed (both in mplayer and totem with
  enabled automated video selection → XV is used). Here are the updated
  packages. I have no clue which one was responsible for this.
 
  Here is the list of the updated packages.
 
 [...]
  [AKTUALISIERUNG] vbetool 1.0-3 - 1.1-1
 [...]
 
 This is the only package that could have influenced, but I don't think it did 
 (it is only used when suspending/resuming).
 
 As nothing else has changed, I'm tagging this report with moreinfo and 
 closing 
 it. Feel free to reopen it in case you have more information.

Unfortunately I experienced this bug again today.

I downloaded an mp4 video file.

With mplayer there were some audio problems, but not with video, and
playing it with totem worked fine. Then after an hour or so playing it
again with totem brought the green lines back. Disabling XV fixed it
again this time.

Here are the syslog lines.

Jan 26 12:19:04 hostname acpid: client connected from 7500[0:0] 
Jan 26 12:19:05 hostname kernel: [13529.358497] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0246400){t:'d';sz:36} arg(091282b8) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.358497] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0246400){t:'d';sz:36} arg(091282b8) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.371962] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0106407){t:'d';sz:16} arg(ffc0cd00) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.371981] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0086401){t:'d';sz:8} arg(ffc0cd04) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.374600] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0246400){t:'d';sz:36} arg(091282b8) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.386600] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0246400){t:'d';sz:36} arg(091282b8) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.387911] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(c0106407){t:'d';sz:16} arg(ffc0cdb0) on /dev/dri/card0
Jan 26 12:19:05 hostname kernel: [13529.387945] ioctl32(Xorg:7500): Unknown cmd 
fd(8) cmd(40086410){t:'d';sz:8} arg(ffc0cdbc) on /dev/dri/card0
Jan 26 12:20:10 hostname kernel: [13599.870157] ioctl32(gnome-terminal:7935): 
Unknown cmd fd(19) cmd(530b){t:'S';sz:0} arg(f7cc6c8a) on /dev/pts/2
Jan 26 12:20:10 hostname kernel: [13599.870157] ioctl32(gnome-terminal:7935): 
Unknown cmd fd(19) cmd(530b){t:'S';sz:0} arg(f7cc6c8f) on /dev/pts/2
Jan 26 12:20:10 hostname kernel: [13599.870157] ioctl32(gnome-terminal:7935): 
Unknown cmd fd(19) cmd(530b){t:'S';sz:0} arg(f7cc6c96) on /dev/pts/2
Jan 26 12:28:57 hostname acpid: client connected from 9932[0:0] 
Jan 26 12:29:35 hostname acpid: client connected from 7500[0:0] 
Jan 26 12:29:53 hostname acpid: client connected from 9932[0:0] 
Jan 26 12:33:01 hostname /USR/SBIN/CRON[9684]: (nobody) CMD ([ -x 
/usr/share/sa-exim/greylistclean ]  /usr/share/sa-exim/greylistclean)
Jan 26 12:33:01 hostname sa-exim[9685]: Removed 0 of 0 greylist tuplets in 0 
seconds 
Jan 26 12:33:01 hostname sa-exim[9685]: Removed 0 of 0 greylist directories in 
0 seconds 
Jan 26 12:47:17 hostname -- MARK --
Jan 26 13:07:17 hostname -- MARK --
Jan 26 13:08:03 hostname acpid: client connected from 14415[0:0] 
Jan 26 13:08:09 hostname acpid: client connected from 9932[0:0] 
Jan 26 13:08:10 hostname acpid: client connected from 7500[0:0] 
Jan 26 13:16:43 hostname kernel: [17181.684826] mtrr: no MTRR for 
d000,800 found
Jan 26 13:16:43 hostname acpid: client connected from 9932[0:0] 
Jan 26 13:16:44 hostname kernel: [17181.738219] mtrr: MTRR 2 not used
Jan 26 13:17:01 hostname /USR/SBIN/CRON[15763]: (root) CMD (   cd /  
run-parts --report /etc/cron.hourly)
Jan 26 13:27:17 hostname -- MARK --


ii  vbetool1.1-2  run real-mode video BIOS code to alter hardw


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#441110: Need for package guile-1.8-slib

2009-01-26 Thread Micha Lenk
Hi,

in the transition from guile-1.6 to guile-1.8 the package guile-1.x-slib
has been removed. The debian/changelog comments its removal in guile-1.8
1.8.0-1 with the following sentence:

  * Disable SLIB support for now since Guile 1.8 doesn't support SLIB
upstream yet.

From then on the package guile-1.8-slib didn't show up again even though
upstream's guile (as of 1.8.3) apparently supports SLIB again. The NEWS
file says:

Changes in 1.8.3 (since 1.8.2)
[...]
* Bugs fixed

** The `(ice-9 slib)' module now works as expected

The package Gnucash currently (build-)depends on guile-1.6-slib because
without it it fails with the output 'ERROR: Unable to find file
slib/guile.init in load path'.

Gnucash could instantly switch from Guile 1.6 to Guile 1.8 if a package
guile-1.8-slib were available.

For the records: The package guile-1.6-slib only contains only a
symbolic link /usr/share/guile/1.6/slib - ../../slib and runs the
following command in its postinst script:

/usr/bin/guile-1.6 -c \
(use-modules (ice-9 slib)) (require 'new-catalog)

I would appreciate if guile-1.8 could provide such a guile-1.8-slib
package. This would allow Gnucash to switch to Guile 1.8 finally[1].

In fact this bug should get retitled to Please provide package
guile-1.8-slib, because the missing of this package is actually the
reason for the initial bug report. So, if nobody objects I'll
deliberately retitle the bug accordingly within the next days.

Regards
  Micha




[1] I don't know exactly what the benefit of this switch would be, but I
think it's better to keep track of current library versions and benefit
from improvements and bug fixes applied to the newer versions.



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



Bug#513087: bcm43xx-fwcutter not replaced by b43-fwcutter when upgrading

2009-01-26 Thread Simon Valiquette

Rene Engelhard un jour écrivit:

Hi,

Simon Valiquette wrote:

 When upgrading from Etch to Lenny, b43-fwcutter is not automatically
installed even if bcm43xx-fwcutter was previously installed.


That's intended.


 This obviously make the wireless card to stop working (at least on
the iBook G4) once the kernel get upgraded from 2.6.18 to 2.6.26,
so we have a lost of functionality when upgrading to Lenny.


And we should beep bcm43xx-fwcutter for kernel 2.6.18, in case you need
to boot it again for whatever reason.


  OK fine, but would that be possible to find a way to automatically 
install b43-fwcutter by default when upgrading to Lenny if 
bcm43xx-fwcutter was already installed?


  That would be very convenient, as I don't see why someone that have 
installed bcm43xx-fwcutter in Etch would not want to have b43-fwcutter in 
Lenny.


  Or do there is some technical difficulties to do that in a clean way?


Besides that, b43-fwcutter does not even know which kernel you run.


  True, but we know that most people that have already installed 
bcm43xx-fwcutter will want to install b43-fwcutter as well when upgrading 
to a kernel = 2.6.24 (more exactly, I think this is 2.6.20).



 Since it is very easy to do, and that it give a much better user experience
when upgrading from Etch, I don't see a reasons for not doing this in Lenny.


I don't think it'd make sense, given you want to keep bcm43xx-fwcutter
for the old kernel. But if someone overruled me


  The best compromise is probably to find a way to have both package 
installed after upgrading to Lenny, and still be able to individually 
uninstall them if we want to. But I am not sure of the best way to achieve 
that though.


Simon Valiquette





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



Bug#512572: munin-cgi-graph don't work, wrong semget() return code check

2009-01-26 Thread Rafał Kupka
Dnia 2009-01-23, pią o godzinie 20:18 +0100, Holger Levsen pisze:
Hi,

 thanks for your bugreport and patch! What are the consequences of that bug?

Perl script munin-cgi-graph executes die() function and terminates
without producing graphic data. Browser don't show any munin charts.

Http server (lighttpd) error.log fragment:
Creating semaphore:  at /usr/lib/cgi-bin/munin-cgi-graph line 128.

Regards,
Kupson




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



Bug#511573: Backport this to Lenny?

2009-01-26 Thread Sander Marechal
Hi Jack,

Is there any chance of this fix being backported to the mod_gnutls
version that Debian Lenny will be shipping with?

Kind regards,

-- 
Sander Marechal
Lone Wolves Foundation
http://www.jejik.com



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



Bug#512880: cron-apt: Please document added value of this package

2009-01-26 Thread Ola Lundqvist

Thanks a lot for the pointers!

// Ola

Quoting Osamu Aoki os...@debian.org:


Hi,

I was updating Debian reference.

On Mon, Jan 26, 2009 at 08:29:10AM +0100, Ola Lundqvist wrote:

Hi Osamu

Very good information! I was not aware of this change.

I will document that this package may be obsolete, at least to some
extent. However I do not think that will be done before the lenny release.
I have to learn what the new apt function do before I document. But if you
have a proposed text that is of course good. :-)


Related section is:
http://people.debian.org/~osamu/pub/getwiki/html/ch03.en.html#automaticdownloapgradeofpackages


Also, this was new thing to me but I do not know when they implimented.
http://people.debian.org/~osamu/pub/getwiki/html/ch03.en.html#automaticdownloapgradeofpackages

Osamu






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




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



Bug#513100: Update some parts of lenny release-notes

2009-01-26 Thread Miroslav Kure
Package: release-notes
Tags: patch

Hi,
please consider appliing following attached patches for lenny r-n:

issues.dbk
 * Delete section about KDE - it was relevant for Etch
 * Hint the users to update from emacs21 - emacs22

whats-new.dbk
 * Delete news about new default inet superdaemon - this happened in Etch
 * Delete news about ext2/ext3 features - this happened in Etch
 * Delete para about switching from kernel 2.4 to 2.6
- users were supposed to do that with Etch
 * Delete kernel news about renaming packages, dropping 386 and
   turning on SMP by default - this all happened in Etch
 * Delete section about initrd generators - this was issue for Etch

 * Mention new kernel flavour openvz
 * Mention dropping -k7 flavour in favor of -686

More cleaning is needed in upgrading.dbk (there are still remarks
about xfree86), maybe next time.

-- 
Miroslav Kure
Index: whats-new.dbk
===
--- whats-new.dbk	(revision 5910)
+++ whats-new.dbk	(working copy)
@@ -386,18 +386,6 @@
 /listitem
 /varlistentry
 varlistentry
-termNew default inet superdaemon/term
-listitem
-para
-The default inet superdaemon for releasename; is systemitem
-role=packageopenbsd-inetd/systemitem instead of systemitem
-role=packagenetkit-inetd/systemitem.  It will not be started if no
-services are configured, which is true by default.  The new default daemon will
-be installed automatically on upgrade.
-/para
-/listitem
-/varlistentry
-varlistentry
 termNew default syslog daemon/term
 listitem
 para
@@ -418,28 +406,6 @@
 /listitem
 /varlistentry
 varlistentry
-termChanges in default features for literalext2/literal/literalext3/literal/term
-listitem
-para
-New ext2 and ext3 file systems will be created with features
-emphasisdir_index/emphasis and emphasisresize_inode/emphasis enabled by
-default.  The first feature speeds up operations on directories with many
-files; the second makes it possible to resize a file system on-line (i.e.
-while it is mounted).
-/para
-para
-Users upgrading from oldreleasename; could consider adding the
-emphasisdir_index/emphasis flag manually using
-commandtune2fs/commandfootnotepara The flag
-emphasisfiletype/emphasis should already be set on most file systems,
-except possibly on systems installed before oldreleasename;.  /para /footnote; the
-emphasisresize_inode/emphasis flag cannot be added to an existing file
-system.  It is possible to check which flags are set for a file system using
-literaldumpe2fs -h/literal.
-/para
-/listitem
-/varlistentry
-varlistentry
 termBetter support for UTF-8/term
 listitem
 para
@@ -471,53 +437,35 @@
 gives an overview of the most important changes; potential issues and
 information on how to work around them is included in later chapters.
 /para
-para
-If you are currently using a 2.4 kernel, you should read xref
-linkend=upgrade-to-2.6/ carefully.
-/para
 section id=kernel-packaging condition=fixme
 titleChanges in kernel packaging/title
 para
 TODO: Is there anything new in Lenny?
 /para
 variablelist
-varlistentry
-termKernel packages renamed/term
+varlistentry arch=i386;amd64
+termOpenVZ kernel flavour/term
 listitem
 para
-All Linux kernel packages have been renamed from
-literalkernel-*/literal to literallinux-*/literal to clean up
-the namespace.  This will make it easier to include non-Linux kernels
-in Debian in the future.
+Along with Linux-VServer container solution introduced in
+oldreleasename; debian; now provides pre-build kernel images for
+OpenVZ, another containter solution. OpenVZ offers some nice features
+over Linux-VServer (like live migration) at the expense of a slightly
+higher overhead.
 /para
 /listitem
 /varlistentry
 varlistentry arch=i386
-termFlavor quote386/quote replaced with quote486/quote/term
+termKernel x86 packages unified/term
 listitem
 para
-As support for 80386 processors was dropped with oldreleasename;, the
-386 kernel flavor has now been dropped as well and replaced by a new
-486 flavor.
+In previous releases there was special literal-k7/literal kernel
+flavour for 32-bit AMD Athlon/Duron/Sempron processors. This flavour
+was dropped and was replaced by a single variant literal-686/literal
+which handles all AMD/Intel/VIA 686 class processors.
 /para
 /listitem
 /varlistentry
-varlistentry
-termStandard kernels have SMP abilities/term
-listitem
-para arch=alpha
-No news here.
-/para
-para arch=i386
-Multiprocessor systems no longer require an literal*-smp/literal
-flavor of the Linux kernel.  For arch-title;,
-literallinux-image/literal packages without the
-literal-smp/literal suffix support both uniprocessor and
-multiprocessor systems.  (The one exception is the 486 flavor, which
-only supports a single processor.)
-/para
-/listitem
-/varlistentry
 /variablelist
 para
 Where possible, dummy transition packages that depend on the new packages have
@@ -525,36 +473,7 @@
 /para
 /section
 
-section id=kernel-initrd
-titleNew utilities to generate initrds/title

Bug#461464: RC bugs reported against your package bind9

2009-01-26 Thread LaMont Jones
On Mon, Jan 26, 2009 at 11:33:46AM +0100, Alexander Reichle-Schmehl wrote:
 While browsing through the list of release critical bugs searching for
 something I could do for Lenny, I noticed that your package bind9 has a
 release critical bug open for more or less a year.

And serious for nearly _9_ days.  I'll deal with it this week.

 There's even a patch supplied, which looks IMHO sane.  Any comments from
 you regarding that matter would be most welcome.

And yes, the patch looks at least semi-sane, after glancing at it twice.

lamont



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



Bug#513101: nss: FTBFS

2009-01-26 Thread Tshepang Lekhonkhobe
Package: nss
Version: 3.12.1-1
Severity: serious
Justification: no longer builds from source

I get the following:

gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/secport.o -c -Wall -pipe -Os -g
-fPIC -Di386 -DLINUX2_1  -ansi -Wall
-Werror-implicit-function-declaration -Wno-switch -pipe
-D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DLINUX -Dlinux
-DXP_UNIX -UDEBUG -DNDEBUG -D_REENTRANT -DNSS_ENABLE_ECC
-DUSE_UTIL_DIRECTLY -I/usr/include/nspr
-I/home/wena/temp/nss-3.12.1/mozilla/dist/include
-I../../../../dist/public/nss -I../../../../dist/private/nss
-I../../../../dist/include   secport.c
secport.c: In function 'NSS_PutEnv_Util':
secport.c:658: error: implicit declaration of function 'putenv'
make[3]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/secport.o] Error 1
make[3]: Leaving directory
`/home/wena/temp/nss-3.12.1/mozilla/security/nss/lib/util'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/home/wena/temp/nss-3.12.1/mozilla/security/nss/lib'
make[1]: *** [libs] Error 2
make[1]: Leaving directory `/home/wena/temp/nss-3.12.1/mozilla/security/nss'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
Build command 'cd nss-3.12.1  dpkg-buildpackage -b -uc' failed.
E: Child process failed


-- System Information:
Debian Release: 5.0
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: i386 (i686)

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



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



Bug#513102: squid: resolvconf complains about invoke-rc.d: command not found

2009-01-26 Thread Marc Haber
Package: squid
Version: 2.7.STABLE3-3
Severity: normal

Hi,

the recent upgrade broke resolvconf handling:

$ sudo /etc/init.d/bind9 start
 * Starting domain name service... bind9
 /etc/resolvconf/update-libc.d/squid: line 4: invoke-rc.d: command not found
 [ OK ]

This is new, and the changelog indicates that there were changes in
the resolvconf script.

Greetings
Marc

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

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

Versions of packages squid depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcomerr21.41.3-1   common error description library
ii  libdb4.6  4.6.21-13  Berkeley v4.6 Database Libraries [
ii  libkrb53  1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
ii  libpam0g  1.0.1-5Pluggable Authentication Modules l
ii  logrotate 3.7.7-3Log rotation utility
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  netbase   4.34   Basic TCP/IP networking system
ii  squid-common  2.7.STABLE3-3  Internet object cache (WWW proxy c

squid recommends no packages.

Versions of packages squid suggests:
pn  logcheck-database  none(no description available)
ii  resolvconf 1.43  name server information handler
ii  smbclient  2:3.2.5-4 a LanManager-like simple client fo
pn  squid-cgi  none(no description available)
ii  squidclient3.0.STABLE8-2 A full featured Web Proxy cache (H
pn  winbindnone(no description available)

-- debconf information excluded



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



Bug#512658: ITP: coccinelle -- semantic patching tool for C

2009-01-26 Thread Eugeniy Meshcheryakov
Hello,

If someone interested, I uploaded version of coccinelle package to
http://people.debian.org/~eugen/coccinelle/ . It works, but it is not
finished yet. copyright file is not filled, python deps are not complete,
and other things in debian/TODO.

Regards,
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Bug#513105: vsftp: Application bug, race in MSG_PEEK.

2009-01-26 Thread Ralf Hildebrandt
Package: vsftpd
Version: 2.0.6-1.2
Severity: normal
File: vsftp


The kernel reports:

[898787.729743] TCP(vsftpd:3013): Application bug, race in MSG_PEEK.
[907789.047495] TCP(vsftpd:10250): Application bug, race in MSG_PEEK.
[909889.961634] TCP(vsftpd:12076): Application bug, race in MSG_PEEK.
[916790.388759] TCP(vsftpd:18301): Application bug, race in MSG_PEEK.
[917691.040836] TCP(vsftpd:19002): Application bug, race in MSG_PEEK.
[919490.408191] TCP(vsftpd:20553): Application bug, race in MSG_PEEK.
[920390.436526] TCP(vsftpd:21289): Application bug, race in MSG_PEEK.
[921590.846583] TCP(vsftpd:22339): Application bug, race in MSG_PEEK.
[922791.088675] TCP(vsftpd:23377): Application bug, race in MSG_PEEK.
[923090.642318] TCP(vsftpd:23712): Application bug, race in MSG_PEEK.
[926991.072745] TCP(vsftpd:593): Application bug, race in MSG_PEEK.


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

Kernel: Linux 2.6.28 (SMP w/4 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages vsftpd depends on:
ii  adduser   3.110  add and remove users and groups
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpam-modules1.0.1-5Pluggable Authentication Modules f
ii  libpam0g  1.0.1-5Pluggable Authentication Modules l
ii  libssl0.9.8   0.9.8g-15  SSL shared libraries
ii  libwrap0  7.6.q-16   Wietse Venema's TCP wrappers libra
ii  netbase   4.34   Basic TCP/IP networking system

Versions of packages vsftpd recommends:
ii  logrotate 3.7.7-3Log rotation utility

vsftpd suggests no packages.

-- no debconf information



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



Bug#510965: Acknowledgement (ganeti: Ganeti does not work with python-twisted 8.1)

2009-01-26 Thread Daniel Schreiber

Iustin Pop schrieb:


Attached to this mail is a python script; can you run it from any node
as: python call_version.py $node

where $node should be any of your ganeti nodes. For me it looks like:
# python call_version.py localhost
[twisted, version 8.1.0]
Call 0, result: 14
Call 1, result: 14
Call 2, result: 14
Call 3, result: 14
Call 4, result: 14
Call 5, result: 14
Call 6, result: 14
Call 7, result: 14
Call 8, result: 14
Call 9, result: 14


Unfortunately, it does not work.

[twisted, version 8.1.0]
^CLogging system not initialized while processing message:
caller_connect: could not connect to remote host edv05.esda.local, 
reason [Failure instance: Traceback (failure with no frames): class 
'twisted.internet.error.ConnectionLost': Connection to the other side 
was lost in a non-clean fashion: Connection lost.

]
caller_connect: could not connect to remote host edv05.esda.local, 
reason [Failure instance: Traceback (failure with no frames): class 
'twisted.internet.error.ConnectionLost': Connection to the other side 
was lost in a non-clean fashion: Connection lost.

]
Unhandled error in Deferred:
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/twisted/spread/pb.py, line 
1086, in clientConnectionLost

self._failAll(reason)
  File /usr/lib/python2.5/site-packages/twisted/spread/pb.py, line 
1073, in _failAll

d.errback(reason)
  File /usr/lib/python2.5/site-packages/twisted/internet/defer.py, 
line 269, in errback

self._startRunCallbacks(fail)
  File /usr/lib/python2.5/site-packages/twisted/internet/defer.py, 
line 312, in _startRunCallbacks

self._runCallbacks()
--- exception caught here ---
  File /usr/lib/python2.5/site-packages/twisted/internet/defer.py, 
line 328, in _runCallbacks

self.result = callback(self.result, *args, **kw)
  File /var/lib/python-support/python2.5/ganeti/rpc.py, line 103, in 
cb_err1

self._check_end()
  File /var/lib/python-support/python2.5/ganeti/rpc.py, line 64, in 
_check_end

reactor.stop()
  File /usr/lib/python2.5/site-packages/twisted/internet/base.py, 
line 495, in stop

Can't stop reactor that isn't running.)
twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't 
running.

Call 0, result: False

It blocks forever after printing the twisted version.




If twisted interation is indeed broken, it will hang before printing
Call 1.  You can also test against more than one node, maybe the
problem is only with a subset of the nodes... Although the fix in 1.2.5
was for the client side, not the server side.


Same result for all nodes.


Also, dpkg -l would be welcome so that I can install exactly the same
package list.


Sent via PM.

Daniel
--
Tel. +49 3721/54620 Fax. +49 3721/54303
Esda Feinstrumpffabrik GmbH
Hauptstr. 76
09392 Auerbach/Erzgebirge

Registergericht Chemnitz HRB 4880
Geschäftsführer: Peter Herold
UST-Id.-Nr.: DE141293014



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



Bug#498141: ACPI issue - my misunderstanding(?)

2009-01-26 Thread Dale E. Martin
If that kernel log is simply reporting the current temperature, then I
apologize for the wasted time.  I was interpreting that as the setpoint,
not the current temp.  I realized (after coffee this morning ;-)) I could
be totally misinterpreting that.

-- 
Dale E. Martin - d...@the-martins.org
http://the-martins.org/~dmartin



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



Bug#505271: closed ... fixed in shadow 1:4.1.1-6

2009-01-26 Thread Thijs Kinkhorst
On Friday 23 January 2009 04:06, Paul Szabo wrote:
 Belatedly, I realize that this still leaves a DoS attack: fill up utmp
 with entries for all possible PIDs, then login will fail. Maybe that is
 properly Bug#505071 (as distinct from this one)? Please see there
 about ideas on how to perform this DoS without access to group utmp.

Although from the description I think it's definately something that's good to 
fix, I do not think it's that serious to be a DSA. Still, thanks for your 
help in analysing these issues - I hope Nicolas will pick up on this for a 
future release of shadow.


cheers,
Thijs


pgpK43AOXK0sy.pgp
Description: PGP signature


Bug#513106: dbconfig-common: provide a script to check sql schemas

2009-01-26 Thread Thomas Koch
Package: dbconfig-common
Version: 1.8.39
Severity: wishlist

It would be fine to have a command, that would automatically check the
sql scripts.

Unfortunately at least MySQL does not provide any means to syntax check
a sql script. But the script could create a temporary database and try
to install the given schema (and data).


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

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

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ucf   3.0011 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client  5.0.51a-21 MySQL database client (metapackage
ii  mysql-client-5.0 [virtual-mys 5.0.51a-21 MySQL database client binaries

-- debconf information excluded



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



Bug#513104: FTBFS

2009-01-26 Thread Tshepang Lekhonkhobe
Package: qemu
Version: 0.9.1-8
Severity: serious
Justification: no longer builds from source

I get this:

gcc-3.4 -Wall -g -fno-strict-aliasing -O2 -Wall -O2 -g
-fno-strict-aliasing -I. -I.. -I/home/wena/temp/qemu-0.9.1/target-i386
-I/home/wena/temp/qemu-0.9.1 -MMD -MP -DNEED_CPU_H
-I/home/wena/temp/qemu-0.9.1/linux-user
-I/home/wena/temp/qemu-0.9.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/wena/temp/qemu-0.9.1/fpu  -DHAS_AUDIO -DHAS_AUDIO_CHOICE
-I/home/wena/temp/qemu-0.9.1/slirp-c -o syscall.o
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:73:26: warning:
linux/dirent.h: No such file or directory
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:202: warning: struct
dirent declared inside parameter list
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:202: warning: its
scope is only this definition or declaration, which is probably not
what you want
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:204: warning: struct
dirent64 declared inside parameter list
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c: In function `do_ipc':
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:2174: warning: label
`unimplemented' defined but not used
In file included from /home/wena/temp/qemu-0.9.1/linux-user/syscall.c:2217:
/home/wena/temp/qemu-0.9.1/linux-user/ioctls.h: At top level:
/home/wena/temp/qemu-0.9.1/linux-user/ioctls.h:301: error: invalid
application of `sizeof' to incomplete type `({anonymous})'
/home/wena/temp/qemu-0.9.1/linux-user/ioctls.h:302: error: invalid
application of `sizeof' to incomplete type `({anonymous})'
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c: In function `do_syscall':
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4817: warning: passing
arg 2 of `sys_getdents' from incompatible pointer type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4824: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4827: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4828: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4829: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4845: warning: passing
arg 2 of `sys_getdents64' from incompatible pointer type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4852: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4855: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4856: error:
dereferencing pointer to incomplete type
/home/wena/temp/qemu-0.9.1/linux-user/syscall.c:4857: error:
dereferencing pointer to incomplete type
make[2]: *** [syscall.o] Error 1
make[2]: Leaving directory `/home/wena/temp/qemu-0.9.1/i386-linux-user'
make[1]: *** [subdir-i386-linux-user] Error 2
make[1]: Leaving directory `/home/wena/temp/qemu-0.9.1'
make: *** [build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
Build command 'cd qemu-0.9.1  dpkg-buildpackage -b -uc' failed.
E: Child process failed


-- System Information:
Debian Release: 5.0
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages qemu depends on:
ii  bochsbios  2.3.7-1   BIOS for the Bochs emulator
ii  libasound2 1.0.16-2  ALSA library
ii  libbrlapi0.5   3.10~r3724-1  braille display access via BRLTTY
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgnutls262.4.2-4   the GNU TLS library - runtime libr
ii  libncurses55.7+20090117-1shared libraries for terminal hand
ii  libsdl1.2debian1.2.13-4  Simple DirectMedia Layer
ii  openbios-sparc 1.0~alpha2+20080106-2 SPARC Open Firmware
ii  openhackware   0.4.1-4   OpenFirmware emulator for PowerPC
ii  proll  18-4  JavaStation PROM 2.x compatible re
ii  vgabios0.6b-1VGA BIOS software for the Bochs an
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  sharutils 1:4.6.3-1  shar, unshar, uuencode, uudecode
ii  vde2  2.2.2-3Virtual Distributed Ethernet

Versions of packages qemu suggests:
ii  samba 2:3.2.5-4  a LanManager-like file and printer
ii  sudo  1.6.9p17-1 Provide limited super user privile

-- no debconf information



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

Bug#513107: installation-reports: no problems on a Compaq Deskpro EN SFF P650

2009-01-26 Thread Luca Capello
Package: installation-reports
Severity: normal

Hi there!

Everything went smoothly, I anyway reported it FYI.

Thx, bye,
Gismo / Luca

-- Package-specific info:

Boot method: netboot
Image version: daily built (d-i 20090125-20:07)
Date: 2009/01/26 11:00

Machine: Compaq Deskpro EN SFF P650 (P-III 650MHz, 128MB RAM, 10GB HD)
Partitions:
 debian:/home/luca# fdisk -l /dev/hda

 Disk /dev/hda: 10.0 GB, 10005037056 bytes
 255 heads, 63 sectors/track, 1216 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
 /dev/hda1   *   11170 9397993+  83  Linux
 /dev/hda211711216  3694955  Extended
 /dev/hda511711216  369463+  82  Linux swap / Solaris
 debian:/home/luca#

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Nothing to add here :-)

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20090125-20:05
X_INSTALLATION_MEDIUM=netboot-gtk

==
Installer hardware-summary:
==
umame -a: Linux debian 2.6.26-1-486 #1 Sat Jan 10 17:46:23 UTC 2009 i686 unknown
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX - 
82443BX/ZX/DX Host bridge [8086:7190] (rev 03)
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX - 
82443BX/ZX/DX AGP bridge [8086:7191] (rev 03)
lspci -knn: 00:0a.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 
Ethernet Pro 100 [8086:1229] (rev 05)
lspci -knn: Kernel driver in use: e100
lspci -knn: Kernel modules: eepro100, e100
lspci -knn: 00:14.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 
ISA [8086:7110] (rev 02)
lspci -knn: 00:14.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 
IDE [8086:7111] (rev 01)
lspci -knn: Kernel driver in use: PIIX_IDE
lspci -knn: Kernel modules: piix
lspci -knn: 00:14.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB 
PIIX4 USB [8086:7112] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:14.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI 
[8086:7113] (rev 02)
lspci -knn: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc 3D 
Rage Pro AGP 1X/2X [1002:4742] (rev 5c)
lsmod: Module  Size  Used by
lsmod: nls_utf81664  2 
lsmod: ufs63748  0 
lsmod: qnx47684  0 
lsmod: ntfs  180416  0 
lsmod: dm_mod 45384  0 
lsmod: md_mod 65940  0 
lsmod: xfs   446836  0 
lsmod: reiserfs  187008  0 
lsmod: jfs   148060  0 
lsmod: ext3  103688  1 
lsmod: jbd35092  1 ext3
lsmod: vfat8832  0 
lsmod: fat39964  1 vfat
lsmod: nls_base6528  5 nls_utf8,ntfs,jfs,vfat,fat
lsmod: ext2   52744  0 
lsmod: mbcache 6656  2 ext3,ext2
lsmod: ide_generic 2432  0 [permanent]
lsmod: ide_cd_mod 27652  0 
lsmod: cdrom  30240  1 ide_cd_mod
lsmod: ide_disk   10496  3 
lsmod: parport_pc 22436  0 
lsmod: parport30408  1 parport_pc
lsmod: piix6532  0 [permanent]
lsmod: ide_core   94760  4 ide_generic,ide_cd_mod,ide_disk,piix
lsmod: rsrc_nonstatic  9344  0 
lsmod: pcmcia_core31760  1 rsrc_nonstatic
lsmod: usb_storage75328  0 
lsmod: scsi_mod  129420  1 usb_storage
lsmod: fan 4100  0 
lsmod: floppy 47620  0 
lsmod: psmouse31888  0 
lsmod: uhci_hcd   18320  0 
lsmod: thermal15004  0 
lsmod: processor  27824  2 thermal
lsmod: thermal_sys10656  3 fan,thermal,processor
lsmod: usbcore   117104  3 usb_storage,uhci_hcd
lsmod: e100   29068  0 
lsmod: mii 4736  1 e100
lsmod: evdev 

Bug#513108: icedove: unable to delete some attachments

2009-01-26 Thread Nikolaos Lampadariou
Package: icedove
Version: 2.0.0.19-1
Severity: normal


All of a sudden, I can not delete some attachments. The pattern is not 
consistent, since the files may be .doc or .pdf or else. In one particular 
case (this is a .doc file) I am not even able to open the file. When I try to 
delete the attachments, the mail window (the one in which the files are 
attached) flickers instantly, a messages seems to flash rapidly at the bottom 
of the email, but nothing happens. I think the message says “Loading 
message”. I have tried to compact folders, reboot but nothing changed.
I am glad to provide any other information needed.


-- 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/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 icedove depends on:
ii  debianutils2.30  Miscellaneous utilities specific t
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   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.5-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 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-3   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  libpango1.0-0  1.20.5-2  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-1 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  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

icedove recommends no packages.

Versions of packages icedove suggests:
pn  icedove-gnome-support none (no description available)
pn  latex-xft-fonts   none (no description available)
ii  libthai0  0.1.9-4Thai language support library

-- no debconf information



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



Bug#513109: gnome-inm-forecast: crash parsing network data

2009-01-26 Thread Eduardo Pérez Ureta
Package: gnome-inm-forecast
Version: 0.6.1-1
Severity: grave
Tags: patch

This bug is grave since it is a buffer overflow that could be used to
gain access to the machine.

The patch is attached and it is already applied to gnome-inm-forecast svn:
http://kutxa.homeunix.org/svn/gnome-inm-forecast/trunk/
#0  0x7f6a99164ec1 in memcpy () from /lib/libc.so.6
No symbol table info available.
#1  0x00406541 in parse_temperatures_data (applet_data=0x1beb740, 
buf=0x1df61e9 Cota nieve prov.(m)/thtd colspan=\2\ 
class=\borde_rb\400nbsp;/tdtd colspan=\2\ 
class=\borde_rb\700nbsp;/tdtd colspan=\2\ 
class=\borde_rb\nbsp;/tdtd class=\borde_rb\nbsp;/tdtd cl..., 
type=3) at main.c:612
temp_buf = 0x1de8c60 Cota nieve prov.(m)/thtd colspan=\2\ 
class=\borde_rb\400nbsp;/tdtd colspan=\2\ 
class=\borde_rb\700nbsp;/tdtd colspan=\2\ 
class=\borde_rb\nbsp;/tdtd class=\borde_rb\nbsp;/tdtd cl...
tokens = (char **) 0x1dfdb00
tk_snow = (char **) 0x0
yy = 19
idx = 10
#2  0x00407d80 in check_inm_url_close (handle=0x1, result=GNOME_VFS_OK, 
callback_data=0x1beb740) at main.c:953
x = 0
applet_data = (AppletData *) 0x1beb740
#3  0x7f6a9ac37885 in ?? () from /usr/lib/libgnomevfs-2.so.0
No symbol table info available.
#4  0x7f6a9bf6778b in g_main_context_dispatch () from 
/usr/lib/libglib-2.0.so.0
No symbol table info available.
#5  0x7f6a9bf6af5d in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#6  0x7f6a9bf6b48d in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#7  0x7f6a99f1f336 in bonobo_main () from /usr/lib/libbonobo-2.so.0
No symbol table info available.
#8  0x7f6a99f1d801 in bonobo_generic_factory_main_timeout () from 
/usr/lib/libbonobo-2.so.0
No symbol table info available.
#9  0x7f6a9b7b0624 in panel_applet_factory_main_closure () from 
/usr/lib/libpanel-applet-2.so.0
No symbol table info available.
#10 0x00409f34 in main (argc=2, argv=0x7fffa60475b8) at main.c:1705
program = (GnomeProgram *) 0x1b77850
retval = 0
--- gnome-inm-forecast-old/src/main.c
+++ gnome-inm-forecast/src/main.c
@@ -599,7 +589,7 @@
if (strncmp(tokens[yy], td , 3) == 0) 
continue;
if (strncmp(tokens[yy], nbsp, 4) == 0) 
continue;
//printf (SNOW[%d]: %s - len: %d - idx: %d\n, 
yy,(tokens[yy]) ? tokens[yy] : NULL, strlen(tokens[yy]), idx);
-   if (tokens[yy]  idx = 10){
+   if (tokens[yy]  idx  10){
if (strlen(tokens[yy]) == 0){
if (idx == 0){
strcpy 
(applet_data-day_info[0].cota_nieve, );


Bug#512796: [PATCH] setpgrp() should extend the stack before modifying it

2009-01-26 Thread Niko Tyni
On Fri, Jan 23, 2009 at 08:21:24PM +, Marcin Owsiany wrote:
 The following program dies for me on perl v5.8.8 with:
 Can't call method foo without a package or object reference at a line 10.
 
 8---
 package A;
 sub new { bless {}, shift }
 sub foo { }
 sub getref { setpgrp() }
 
 package main;
 my $o = A-new;
 # my $r = A::getref;
 # $o-foo($r);
 $o-foo(A::getref);
 8---
 
 However just uncomment the commented lines, and comment the last one,
 and it works! :-O

Thanks for the report. 

This bug is still present in bleadperl. The attached patch should fix it.
-- 
Niko Tyni   nt...@debian.org
From 38bc943b3e930c46bd9043230ab36503f43a657e Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Mon, 26 Jan 2009 14:14:36 +0200
Subject: [PATCH] setpgrp() should extend the stack before modifying it

As reported by Marcin Owsiany in http://bugs.debian.org/512796,
invoking setpgrp without any arguments could corrupt the stack.
---
 pp_sys.c|1 +
 t/op/setpgrpstack.t |   16 
 2 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 t/op/setpgrpstack.t

diff --git a/pp_sys.c b/pp_sys.c
index cfbf918..0d2c970 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -4318,6 +4318,7 @@ PP(pp_setpgrp)
 if (MAXARG  2) {
 	pgrp = 0;
 	pid = 0;
+	XPUSHi(-1);
 }
 else {
 	pgrp = POPi;
diff --git a/t/op/setpgrpstack.t b/t/op/setpgrpstack.t
new file mode 100644
index 000..31f498e
--- /dev/null
+++ b/t/op/setpgrpstack.t
@@ -0,0 +1,16 @@
+#!./perl -w
+
+BEGIN {
+chdir 't' if -d 't';
+@INC = '../lib';
+require './test.pl';
+}
+
+use Config;
+plan tests = 2;
+
+SKIP: {
+skip setpgrp() is not available, 2 unless $Config{d_setpgrp};
+ok(!eval { package A;sub foo { die(got here) }; package main; A-foo(setpgrp())});
+ok($@ =~ /got here/, setpgrp() should extend the stack before modifying it);
+}
-- 
1.5.6.5



Bug#513110: kernel-image-2.4.27-3-386: Happens also to latest Lenny installer

2009-01-26 Thread Ron Johnson
Package: kernel-image-2.4.27-3-386
Severity: important

Hi,

This is a followup to #354124.

The latest installer also suffers this problem.  Both 8139cp and 
8139too get loaded when I try to install on a Compaq SR1710NX

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.28smp64 (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



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



Bug#512366: eboard hangs up and use 100%CPU on PowerPC

2009-01-26 Thread Simon Valiquette

Patrik Fimml un jour écrivit:


Okay, I think I found the real culprit. In various places, network.cc
limits output to non-control characters by comparing with 0x20. On x86,
char is signed and 0xFF will be (-1), thus being treated as control
character. On ppc, chars are unsigned AFAIK, and 0xFF will be (255), and
passed on to the rest of the code.


  Ah, I should have tough about it.  Yes, I confirm that char are 
unsigned for PowerPC, because managing signed char takes few more 
instructions on PowerPC than unsigned one (though the diffirence shouldn't 
be mesurable in our case).


  It means that other architectures are also broken and will need to be 
recompiled (ARM came to my mind).




154 if (buffer.front()=32)
219   if (c=0x20)
294   if (c=0x20)

My fix for the time being would be to duplicate behaviour as on x86,
using signed chars everywhere (as I suspect that other bugs might arise
otherwise). A patch to the source package is attached, would you please
try if that fixes the problem?


 I think you should simply cast c to a signed byte just to make more 
obvious how silly this hack is :o)


 More seriously, It seems to works now, thank you.

 The only weird thing I noticed is when playing offline against a 
computer, when the computer sometime played illegal moves (at least it is 
what eboard claimed before letting me play twice in a row) and sometime 
the computer being allowed to play 2 moves in a row. If I believe the 
quality of the code we examined, they are probably just some other 
unrelated bugs that also affect x86 systems.



  Also, I saw many very bad mistakes in the French translation, including 
one case for Bughouse where partner was translated as opponent, and one 
big grammar error in the sub menu + many typo.


  Since you are going to upload a new version anyway, I think it would be 
important to take it as an opportunity to improve the translation as well. 
I have completed the translation of every string in the .po file except 
for Helper program not found that I am still not sure of how I should 
translate it to French.  I'll ask for a review on the debian french 
translation mailing list, and send to you directly the new .po file (and a 
copy for the actual French translator for eboard).


  If you don't want to wait, I'll send you right away what I have, which 
 can't be worst that the past translation.


  I also spoted an error in the Japanese version.


Simon Valiquette






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



  1   2   3   4   >