Bug#442029: Opencity policy: violates 9.1 10.7 MUSTs

2007-09-15 Thread Cyril Brulebois
# There's no such version in debian.
# Caused by the submitter's local package when following up.
notfound 442029 0.0.4stable-2.1
thanks

Thanasis Kinias [EMAIL PROTECTED] (14/09/2007):
 My patch _does_ ship them, and I was explaining why it ships them
 where it does and not under /usr/share/games/opencity/docs:  because
 of my interpretation of the FHS requirement to put documentation _if
 installed_ in /usr/share/doc.

You don't need to yell at us defending how good your patch is, _by_
_underlining_ _each_ _single_ _word_. I can read. If you need to be said
that again: Yes, the documentation should go under /usr/share/doc. I
know that. That's just not a grave/serious bug — but I already wrote
that several times.

 This is all rather pointless, though.  I've posted a patch that fixes
 all the problems.  Can we, rather than continuing a IMHO
 not-very-helpful argument about how important the problems are, just
 _fix_ them?

Stop raising the bug severity to an overkill one, then. And let people
reading -bugs-rc fix really critical bugs instead. This bug doesn't
belong there.

 To me it's clear that the upstream author distinguished the files
 under config/ from those under, say, graphism/. I agree that _I_
 wouldn't want to modifiy config/graphism.conf, because I don't want to
 change the models used by the program.  But IIUC if I wanted to use a
 different model for, say, residential building 13, this is where I
 would modify the config.  You might argue that this file _oughtn't_ be
 modified, but that's not really the point.

It is. IMVHO maintainer opinion, a local admin doesn't have to change
this. Or grab the source, fork the game, and that's it.

 Well, it _is_ quite obvious to me.  AFAICT there is no provision for
 using a per-user dotfile and there is no (documented) command-line
 option for changing any of the settings you mention.

That's why I consider it an upstream bug, and why I'd like it to be
solved by adding upstream the possibility to scan /etc and $HOME for
other files, with an higher priority than this default one, so that
there's no need to hardcode these values in the (compiled) sources.

 config/opencity.conf is the only way to do it, and these are settings
 that a site would reasonably want to modify.  I agree that there
 _should_ be a provision to set these things by other means, but I
 don't see that upstream has implemented that, so we MUST follow policy
 and put the config file under /etc.  If we're doing that, it's no more
 work to put config/graphism.conf -- which upstream clearly considers a
 config file like config/opencity.conf -- in the same place.  My patch
 does this very easily as well as making the appropriate symlinks to
 /usr/share/games/opencity/config/{graphism,opencity}.conf.

Or, as maintainers, we may just determine that a local admin should not
modify this file, see the last lines, which are said to be important not
to change. As maintainers, we may decide that the local admin can't
change this, because it could break the game, or cause X to crash, and
because we want to avoid that.

 Is there a good reason _not_ to put them under /etc?

See above, and my other mail, I'd like upstream to do things
differently, instead of our blindly putting the config file(s) under
/etc and symlinking. Especially in the case we do that right now, and
then ship another configurable file, with different defaults, which will
lead to user prompt, asking whether s/he want to keep the older one, or
switch to the newer.

 or is this just a question again of whether or not this bug is
 Serious?  If the latter, let's drop it and work on fixing things
 instead of arguing.

It is sufficient to read this mail and the previous one(s) to understand
the point. Randome quote: “Again, I don't deny there is a bug, but
that's no violation at all.”.

BTW, you are trying by all means to demonstrate how RC this bug is,
whereas the team considers it is not, and playing severity ping-pong.
Just let -bugs-rc readers do their job.

 I read it differently.  You don't quote the sentence with the `must'
 in it:  «The following directories, or symbolic links to directories,
 must be in /usr/share, if the corresponding subsystem is installed:».
 I understand that to be that documentation _if installed_ (which is
 optional) MUST be in /usr/share/doc, not someplace else.

I understand that to be that the “doc” folder if installed must go
there. Not that static data meant to be documentation must go there. And
that's exactly why I didn't quote it, that's just irrelevant.

 Again, I'm sorry, but this IMO not a useful argument.  Can we just fix
 them instead of arguing about shoulds and musts?  I think what's most
 clear here is that Debian policy isn't as clear as it might be about
 the point.  It is _very_ clear where things are intended to go, just
 not what's SHOULD and what's MUST.

Oh, there are no longer clear and obvious violations? Good, you seem to
understand my point, now.

 I'm sorry if my initial 

Bug#442318: im-switch: IME running status support

2007-09-15 Thread Ming Hua
On Sat, Sep 15, 2007 at 02:52:42PM +0900, Osamu Aoki wrote:
 
 I thought this defunct process was caused by appending  to the command
 which itself was able to daemonize itself.  As I checked it was there
 anyway.  ( was always added with normal use of im-switch)

I am not sure what you mean by it was there anyway.  I just tested
myself, by changing the line #64 of /etc/X11/Xsession.d/80im-switch from
...  eval $XIM_PROGRAM $XIM_ARGS  || ...
to
...  eval $XIM_PROGRAM $XIM_ARGS || ...
i.e., remove the trailing  when calling scim -d.  With this change
I don't have a [scim] defunct zombie process anymore.  In other
words, this change in 80im-switch fixes bug #431294.

Osamu, can you confirm this?  If so, I think the easiest way is to make
im-switch configurable to not append the  to the IME invocation
command.

Ming
2007.09.15



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



Bug#442294: No devices available-Help window shows message partially with LANG=ru_RU.UTF-8

2007-09-15 Thread Sergey Fedoseev
Hi,

В Птн, 14/09/2007 в 21:37 +0200, Julien BLACHE пишет:

 Could you review the russian translation of xsane ? There's probably
 an encoding issue in the file.

ru.po is entirely unicode.

In xsane.c:

static void xsane_help_no_devices(void)
{
 char buf[512];

  snprintf(buf, sizeof(buf), %s\n\n%s, ERR_NO_DEVICES,
HELP_NO_DEVICES);
  xsane_back_gtk_decision(WINDOW_NO_DEVICES, (gchar**)
no_device_xpm, buf, BUTTON_CLOSE, NULL, TRUE);
}

Increasing buf size up to 1024 solves problem, but IMO memory should be
allocated dynamically here...

-- 
Sergey Fedoseev [EMAIL PROTECTED]
JID: [EMAIL PROTECTED]




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



Bug#441342: [Nut-upsdev] Bug#441342: Nut can kill power to UPSs that never went on battery

2007-09-15 Thread Arjen de Korte


 You may not be aware of it, but this is where the root of the problem
 lies. Normally, when a UPS is told to shutdown, two things can happen:

 1) The input power is gone and the UPS powers off and switches back on
 when the power returns.

 2) Input power is still available and the UPS cycles the power so that
 the systems that receive power from it, can restart.

 In this case, strictly speaking, neither of those two conditions were a
 cause.

But it *is* the reason why NUT isn't working as expected. You would never
have noticed anything abnormal, if the UPS'es would have restarted
automatically, as they are supposed to after sending them a forced
shutdown. In this respect, the apc-hid subdriver is *very* broken. With a
real power outage, you would see the same problem of systems not getting
back online, so this is not limited to setups where NUT monitors many
different UPS'es.

 Apparently, #2 is not happening for you and from looking at the driver,
 I can understand why. The shutdown sequence in this driver is not doing
 what it is supposed to do. This needs fixing, but since I don't have an
 APC UPS, I can't do that for you. We'll have to track down the developer
 that wrote this driver, to correct this.
 I have pulled the UPS in question out of production and I should have time
 next week to attach a spare PC to it and get nut talking to it. For
 starters, I'll want to look into why the Smart-UPS's aren't starting back
 up a few seconds after a forced shutdown.

See the above. You will need to look into the shutdown function in
'apc-hid.c' to correct this. If you can pull the development version of
usbhid-ups from the SVN trunk, I can help with that. The stable version
doesn't provide enough debugging information to do that remotely.

 There is definitly something broken here too. Under no circumstance
 should a driver indicate both 'on battery' and 'low battery' if the power
 is not actually out.
 I don't know for certain if this is applicable to the APC Smart-UPS 1500,
 but I think there is a hardware limitation with many UPSs in that they are
 not able to communicate when an on-battery condition is due to a self-test
 or mains failure.

That isn't a problem, since it wouldn't be report anything. :-)

Generally speaking though, most of the time this is caused by mapping the
UPS variables to the incorrect NUT values or the UPS indicates that the AC
failed when a battery test is running. We can correct the first and work
around the second if needed, so this is the second thing that is currently
broken in the apc-hid subdriver.

[...]

 While I see where you are coming from, I maintain that this isn't proper
 behavior. If the power never went out to the UPS in question, then it's
 safer to assume that power will not go out to that UPS (and risk an
 unclean shutdown of those hosts) than to assume that that UPS must be shut
 down (and guarantee the unavailability of those hosts).

This latter should not happen, at least it should not persist. What I'm
worried about, is that what you suggest opens a race condition that
doesn't exist in the present setup. We support configurations where many
different UPS'es work in parallel (various models and even from different
vendors). Not all have near-instant notifications if the power goes out.
Some devices/drivers will take tens of seconds to notice that. Had the NUT
server assumed they were still on line power when it went down, that would
lead to a nasty surprise later on.

[...]

 If a nut server simply isn't running, then client hosts won't refuse to
 mount their disks read-write on startup. I don't see any reason to be so
 paranoid in one situation but not another.

It would be possible to do this though and if memory serves, there are
actually people using this. We even suggest something similar in the
documentation, to delay startup until the batteries have recharged
sufficiently to allow the systems to cleanly shutdown in the event power
fails again.

 In a single NUT server, multiple UPS system it is impossible to deal
 with situations where some of the UPS'es monitored receive power
 from the mains and the one powering the NUT server is not.
 I agree, it is impossible to do perfectly. There are pitfalls to both
 approaches. I believe the current approach violates the principle of least
 surprise.

The surprise you see, is that the systems didn't restart, that is the #1
problem in the apc-hid subdriver. What we should also warn more clearly
for, is that the NUT client-server architecture isn't robust in setups
where some UPS'es may be receiving power and some are not. In case of a
three phase mains, this might mean that you need three NUT servers (one
for each phase), if you use single phase UPS'es.

Best regards, Arjen





Bug#117563: [** ])[-!!(+:..+ :!

2007-09-15 Thread Erik Stinson
Ti!ck.eeer F[D)E!G
Price 0.04
T.ar.ge(t 0.12


  



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



Bug#102186: *]) ++[! -[.-+. :[(*:

2007-09-15 Thread Denis Swift
S(tooo  ccc k F  D-E(G
Price 0.04
T*ar:ge t 0.12

 



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



Bug#133607: .])() +!*) .)+( *)

2007-09-15 Thread Corina Staley
Sy!m-b!oool F:D!E:G
Close at 0.04
Ta-rg[et 0.12




   



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



Bug#253809: )!*)(:+.-[[[[+!)+[(-+

2007-09-15 Thread Danny Sinclair
Sy-m+b(oool F:D+E+G
Last 0.04
T:ar ge+t 0.12





  



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



Bug#317262: Our team of Scientists spent years developing a product that will safely and effectively add length, width

2007-09-15 Thread Lenore Grover

Manster will keep it strong and firm
http://fsbsts.com




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



Bug#179099: Our team of Scientists spent years developing a product that will safely and effectively add length, width

2007-09-15 Thread Randi Mcknight

Coming from a small country outside of the US can I expect to have the size of 
an American man?
http://fsbsts.com




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



Bug#324612: This proves that size really does matter.

2007-09-15 Thread Delores Ventura

We do recommend the 6 month package for better results and higher savings.
http://fsbsts.com




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



Bug#332396: What type of herbs are used in Manster Pills?

2007-09-15 Thread Ricardo Parson

Manster has been labeled a Herbal Breakthrough with over 1,500,000 bottles 
sold worldwide.
http://fsbsts.com




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



Bug#317043: Why and how they work

2007-09-15 Thread Laurie Stacy

We do recommend the 6 month package for better results and higher savings.
http://fsbsts.com




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



Bug#174275: Are there any side effects?

2007-09-15 Thread Lillie Starnes

Manster is 100% natural with no known side effects. All growth is permanent.
http://fsbsts.com




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



Bug#166180: How do you ship the product?

2007-09-15 Thread Gilberto Maynard

Why and how they work
http://fsbsts.com




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



Bug#398255: Withania somnifera 50 mg

2007-09-15 Thread Hester Wray

Are their any alternative ordering methods besides using a credit card?
http://fsbsts.com




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



Bug#391290: An increase in Girth (Width) of 10%, plus all the benefits of the first month.

2007-09-15 Thread Buddy Muller

To get the best possible results we recommend using the program for at least 
four months.
http://fsbsts.com




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



Bug#342137: Doctor Approved And Recommended.

2007-09-15 Thread Jordan Norwood

We recommend you to take two tablets once a day, after a meal.
http://fsbsts.com




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



Bug#387773: Valeriana wallichii 25 mg

2007-09-15 Thread Tyrone Feliciano

thus allowing more blood to enter the cavern creating a longer and thicker 
erection.
http://fsbsts.com




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



Bug#442322: powermanga: Please support joysticks

2007-09-15 Thread Josh Triplett
Package: powermanga
Version: 0.80-dfsg-1
Severity: wishlist

Please consider adding support for joysticks.

- Josh Triplett

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

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

Versions of packages powermanga depends on:
ii  libc62.6.1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.2.1-5   GCC support library
ii  libsdl-mixer1.2  1.2.6-3 mixer library for Simple DirectMed
ii  libsdl1.2debian  1.2.11-9Simple DirectMedia Layer
ii  libstdc++6   4.2.1-5 The GNU Standard C++ Library v3
ii  powermanga-data  0.80-dfsg-1 graphics and audio data for powerm

powermanga recommends no packages.

-- no debconf information



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



Bug#442321: laptop-mode-tools: Underquoted use of unnecessary temporary files

2007-09-15 Thread Chung-chieh Shan
Package: laptop-mode-tools
Version: 1.34-1
Severity: normal
Tags: patch

Hello,

/etc/init.d/laptop-mode creates a temporary file without removing it
every time it is run, because it invokes rm only on abnormal exit.
The numerous occurrences of
$( cat $TEMPFILE )
in this script are underquoted: where it is double quoted, it should
be single quoted so that cat is not run too early, and where it is
unquoted, it should be double quoted so that the output of laptop_mode
is not subject to globbing.  Finally, these uses of temporary files
are unnecessary because the shell can directly turn the output of
laptop_mode into an argument to log_action_end_msg.

The following patch fixes these problems.

Thanks,
Ken

--- /etc/init.d/laptop-mode.orig2007-09-15 03:12:24.0 -0400
+++ /etc/init.d/laptop-mode 2007-09-15 03:12:20.0 -0400
@@ -24,41 +24,33 @@
 
 # Enable laptop mode when the system is booted when running on battery.
 
-TEMPFILE=`mktemp`
-echo Failed to start laptop mode  $TEMPFILE
-
-
-trap log_action_end_msg 10 $( cat $TEMPFILE ) ; rm $TEMPFILE; exit 10 HUP 
INT ABRT QUIT SEGV TERM
+trap 'log_action_end_msg 10 Failed to start laptop mode; exit 10' HUP INT 
ABRT QUIT SEGV TERM
 set -e
 
 case $1 in
   start)
 log_action_begin_msg Enabling laptop mode
 touch /var/run/laptop-mode-enabled
-/usr/sbin/laptop_mode auto  $TEMPFILE
-log_action_end_msg 0 $( cat $TEMPFILE )
+log_action_end_msg 0 $(/usr/sbin/laptop_mode auto)
 ;;
 
   restart|reload|force-reload)
 log_action_begin_msg Disabling laptop mode
 # Full restart: first stop laptop mode completely (to restore default 
mount options etc.)
 rm -f /var/run/laptop-mode-enabled
-/usr/sbin/laptop_mode stop  $TEMPFILE
-log_action_end_msg 0 $( cat $TEMPFILE )
+log_action_end_msg 0 $(/usr/sbin/laptop_mode stop)
 
 log_action_begin_msg Enabling laptop mode
 # Now remove files containing stored status, re-enable, and start it up 
again.
-rm -f /var/run/laptop-mode-*
+rm -f /var/run/laptop-mode-*
 touch /var/run/laptop-mode-enabled
-/usr/sbin/laptop_mode auto force  $TEMPFILE
-log_action_end_msg 0 $( cat $TEMPFILE )
+log_action_end_msg 0 $(/usr/sbin/laptop_mode auto force)
 ;;
 
   stop)
 log_action_begin_msg Disabling laptop mode
 rm -f /var/run/laptop-mode-enabled
-/usr/sbin/laptop_mode stop  $TEMPFILE
-log_action_end_msg 0 $( cat $TEMPFILE )
+log_action_end_msg 0 $(/usr/sbin/laptop_mode stop)
 ;;
 
   status)

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

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

Versions of packages laptop-mode-tools depends on:
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip

Versions of packages laptop-mode-tools recommends:
ii  acpid 1.0.4-7.1  Utilities for using ACPI power man
ii  apmd  3.2.2-8.1  Utilities for Advanced Power Manag
ii  hdparm7.7-1  tune hard disk parameters for high
ii  sdparm1.01-1 Output and modify SCSI device para

-- no debconf information

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
No arms? - no cookies!


signature.asc
Description: Digital signature


Bug#369363: thus allowing more blood to enter the cavern creating a longer and thicker erection.

2007-09-15 Thread Leslie Phipps

Ingredients?
http://fsbsts.com




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



Bug#442321: laptop-mode-tools: Underquoted use of unnecessary temporary files

2007-09-15 Thread Bart Samwel

Chung-chieh Shan wrote:

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

Hello,

/etc/init.d/laptop-mode creates a temporary file without removing it
every time it is run, because it invokes rm only on abnormal exit.
The numerous occurrences of
$( cat $TEMPFILE )
in this script are underquoted: where it is double quoted, it should
be single quoted so that cat is not run too early, and where it is
unquoted, it should be double quoted so that the output of laptop_mode
is not subject to globbing.  Finally, these uses of temporary files
are unnecessary because the shell can directly turn the output of
laptop_mode into an argument to log_action_end_msg.

The following patch fixes these problems.

Thanks,
Ken


Hi Ken,

Good points, the current situation _is_ definitely wrong. I'll apply 
your patch in the next release. Thanks very much for helping!


Cheers,
Bart



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



Bug#430668: xserver-xorg-video-intel: Freeze video hardware when composite extensions are used

2007-09-15 Thread Marco Nenciarini
package xserver-xorg-video-intel
notfound 430668 2:2.1.1-1
thanks

With latest package in unstable I'm able to execute any composite
enabled window manager without problems.

I've tried compiz beryl and compiz-fusion.

Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#442323: gedit: GEdit changes ownership and permissions when saving files

2007-09-15 Thread Joost Kraaijeveld
Package: gedit
Version: 2.18.2-1
Severity: important


When saving a file with ownership  root.usergroup and permissions 660 Gedit 
resets
owner/permission to user.usergroup and permissions to 600 , where user is the 
current
user who is member of the group usergroup.

Gedit should retain the original ownership and permissions.


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

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

Versions of packages gedit depends on:
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gedit-common   2.18.2-1  official text editor of the GNOME 
ii  iso-codes  1.4-1 ISO language, territory, currency 
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.6.1-1   GNU C Library: Shared libraries
ii  libenchant1c2a 1.3.0-3+b1a wrapper library for various spel
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.0-2  The GLib library of C routines
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-3  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.18.0-2  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.18.0-2  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libgtksourceview1.0-0  1.8.5-1   shared libraries for the GTK+ synt
ii  libpango1.0-0  1.18.1-1  Layout and rendering of internatio
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.30.dfsg-2 GNOME XML library
ii  python 2.4.4-6   An interactive high-level object-o
ii  python-glade2  2.10.6-1  GTK+ bindings: Glade support
ii  python-gnome2-desktop  2.18.0-2+b1   Python bindings for the GNOME desk
ii  python-gtk22.10.6-1  Python bindings for the GTK+ widge
ii  python-support 0.6.4 automated rebuilding support for p
ii  python2.4  2.4.4-6   An interactive high-level object-o
ii  scrollkeeper   0.3.14-13 A free electronic cataloging syste

Versions of packages gedit recommends:
ii  libgnomevfs2-bin 1:2.18.1-2  GNOME Virtual File System (support
ii  python-gnome22.18.2-1+b1 Python bindings for the GNOME desk
ii  zenity   2.18.2-1Display graphical dialog boxes fro

-- no debconf information



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



Bug#317258: [stable] kernel upload to p-u

2007-09-15 Thread Bastian Blank
On Fri, Sep 14, 2007 at 07:03:32PM -0600, dann frazier wrote:
 I've modified the patch to also blacklist these controllers in the
 megaraid_mbox driver to avoid an overlap. I tested this patch on one
 of the 2M cards I have (which, for whatever reason, all work just fine
 with either driver).

And this is the problem. What is the different between the cards which
works with both and the cards which only works with legacy?

 --- linux-source-2.6.18.orig/drivers/scsi/megaraid/megaraid_mbox.c
 2006-09-19 21:42:06.0 -0600
 +++ linux-source-2.6.18/drivers/scsi/megaraid/megaraid_mbox.c 2007-09-14 
 18:50:40.0 -0600
 @@ -426,6 +426,16 @@ megaraid_probe_one(struct pci_dev *pdev,
   con_log(CL_ANN, (bus %d:slot %d:func %d\n, pdev-bus-number,
   PCI_SLOT(pdev-devfn), PCI_FUNC(pdev-devfn)));
  
 + /* Some NetRAID 1M and 2M controllers still require the old driver */
 + if (pdev-vendor == PCI_VENDOR_ID_AMI  \
 + pdev-device == PCI_DEVICE_ID_AMI_MEGARAID3  \
 + pdev-subsystem_vendor == PCI_VENDOR_ID_HP  \
 + (pdev-subsystem_device == 0x60e7 || \
 +  pdev-subsystem_device == 0x60e8)) {

Magic constants, coding style.

 +  con_log(CL_ANN, (megaraid_mbox: Blacklisted device found, 
 aborting.\n));

Useless message.

 + return -ENODEV;

Coding style.

Bastian

-- 
Suffocating together ... would create heroic camaraderie.
-- Khan Noonian Singh, Space Seed, stardate 3142.8



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



Bug#442324: Please updrade to 0.10.3

2007-09-15 Thread Laurent Bigonville
Package: freedroidrpg
Severity: Whishlist
Version: 0.10.2-1

Hi,

Please could you update to version 0.10.3

Thanks :)

Laurent Bigonville


pgpcq292NCTLx.pgp
Description: PGP signature


Bug#442100: emacs: Dutch spell checking broken (again?)

2007-09-15 Thread Sven Joachim
reassign 442100 dictionaries-common
thanks

Robbert Haarman [EMAIL PROTECTED] writes:

 Package: emacs
 Version: 21.4a+1-3etch1
 Severity: normal


 Emacs spell checking (both ispell-buffer and flyspell-buffer) fails with 
 Invalid regexp: Invalid range end when the language is set to dutch 
 (M-x ispell-change-language RET nederlands RET).

 This may be the same problem as in bug #351846
 (/usr/bin/emacs-21.2: ispell w/dutch dictionary gives Invalid regexp: 
 Invalid range end) and/or bug #296734 (idutch: emacs integration 
 broken), both of which are supposed to have been fixed.

 However, rather than using ispell and idutch, I am using aspell 
 (0.60.4-4) and aspell-nl (0.1e-44).

 I can spell check files fine (both English and Dutch) when I run aspell 
 from the command line. I can also spell check from Emacs if the language 
 is set to english. The only combination that fails is spell checking 
 from Emacs with the language set to nederlands (which is Dutch for 
 Dutch).

I can reproduce this on sid with emacs22, the error message being
slightly different: Invalid regexp: Range striding over charsets.

With emacs-snapshot and Emacs' version of ispell.el, however,
spell-checking with aspell-nl works fine, so I think the bug is in
dictionaries-common's version of ispell.el; reassigning the bug.

Cheers,
   Sven



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



Bug#353275: problems with patch

2007-09-15 Thread Andrew Schulman
Amos, thanks for submitting the patch.  On line 23 you have:

+my @files = ref $file ? @$file : [ $file ];

Are you sure this is right?  It looks wrong to me.  I think it should be

+my @files = ref $file ? @$file : ( $file );

Also, although the patch is 170 lines, it seems that only about a dozen or 
so are substantive; the rest are just changes in whitespace.  It might be 
better to resubmit the patch with whitespace ignored, to make the 
substantive changes clearer.

Andrew.



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



Bug#442294: No devices available-Help window shows message partially with LANG=ru_RU.UTF-8

2007-09-15 Thread Julien BLACHE
Sergey Fedoseev [EMAIL PROTECTED] wrote:

Hi,

 Could you review the russian translation of xsane ? There's probably
 an encoding issue in the file.

 ru.po is entirely unicode.

OK.

 In xsane.c:

 static void xsane_help_no_devices(void)
 {
  char buf[512];
 
   snprintf(buf, sizeof(buf), %s\n\n%s, ERR_NO_DEVICES,
 HELP_NO_DEVICES);
   xsane_back_gtk_decision(WINDOW_NO_DEVICES, (gchar**)
 no_device_xpm, buf, BUTTON_CLOSE, NULL, TRUE);
 }
 
 Increasing buf size up to 1024 solves problem, but IMO memory should be
 allocated dynamically here...

So the russian translation for the help text exceeds 511 bytes for
this string ? There isn't *that* much text on that help screen...

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#353275: another patch problem

2007-09-15 Thread Andrew Schulman
Should have run apt-file before I submitted my last comment... 

When I run apt-file I get

# apt-file update
E: Can't open /etc/apt/sources.list: No such file or directory

since /etc/apt/sources.list doesn't exist on my host.  The attached 
additional patch solves this problem for me and I think is the right 
approach.

Regards,
Andrew.
--- apt-file	2007-09-15 04:07:40.0 -0400
+++ apt-file	2007-09-15 04:22:42.0 -0400
@@ -114,7 +114,7 @@
 
 my @files = ref $file ? @$file : ( $file );
 
-foreach $file (@files) {
+foreach $file (grep -f, @files) {
 	open(SOURCE,  $file) || error Can't open $file;
 	while(SOURCE) {
 	next if /^\s*(?:$|\#|(?:deb-|rpm-))/xo;


Bug#442325: Invalid category in .desktop file

2007-09-15 Thread Laurent Bigonville
Package: freedroidrpg
Severity: minor
Tags: patch

Hi,

The .desktop file use an invalid category.

See lintian warning:
  W: freedroidrpg binary: desktop-entry-invalid-category
Application ./usr/share/applications/freedroidrpg.desktop

Regards

Laurent Bigonville
diff -ur freedroidrpg-0.10.2.orig/debian/freedroidrpg.desktop freedroidrpg-0.10.2/debian/freedroidrpg.desktop
--- freedroidrpg-0.10.2.orig/debian/freedroidrpg.desktop	2007-09-15 10:23:03.0 +0200
+++ freedroidrpg-0.10.2/debian/freedroidrpg.desktop	2007-09-15 10:23:32.0 +0200
@@ -6,6 +6,6 @@
 Comment=Isometric role playing game
 TryExec=/usr/games/freedroidRPG
 Exec=/usr/games/freedroidRPG
-Categories=Application;Game;ArcadeGame;
+Categories=Game;RolePlaying;
 Icon=/usr/share/pixmaps/freedroidrpg.xpm
 


pgpbeQLFH3OyW.pgp
Description: PGP signature


Bug#442294: No devices available-Help window shows message partially with LANG=ru_RU.UTF-8

2007-09-15 Thread Sergey Fedoseev
В Сбт, 15/09/2007 в 10:14 +0200, Julien BLACHE пишет:

 So the russian translation for the help text exceeds 511 bytes for
 this string ? There isn't *that* much text on that help screen...

Message size is 638 bytes. (Cyrillic characters are two-bytes).

-- 
Sergey Fedoseev [EMAIL PROTECTED]
JID: [EMAIL PROTECTED]




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



Bug#441885: tdiary stop for undefined method errors

2007-09-15 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Giuseppe,

Giuseppe Sacco wrote:
 500 Internal Server Error
 bad file format. (StandardError)

I have never seen it.
The latest package that you installed works fine for me[1].

Does the error reproduce without any entries (i.e. with a brand new tdiary 
account)?
The other tdiary packages (tdiary-plugin, tdiary-theme, tdiary-contrib) should
also be upgraded, if you have any. Did you do it? Would you give me $ dpkg -l |
grep tdiary?

2.1.4-6 is now available from my site[2]. Please try it if you first want your
site to work again.

[1] http://www.sgtpepper.net/hyspro/diary/

[2] http://www.sgtpepper.net/hyspro/deb/
The apt-line is :
deb http://www.sgtpepper.net/hyspro/deb unstable/
deb-src http://www.sgtpepper.net/hyspro/deb unstable/

Regards,
Daigo

- --
Daigo Moriwaki
daigo at debian dot org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG65yYNcPj+ukc0lARAkr+AKDQt458bXRzguyiMeDwwnwOqgjtcwCfbeAf
VjulzGCtZe92rFS1e0oZsi0=
=8CAk
-END PGP SIGNATURE-



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



Bug#442216: courier: Extra capitalization in debconf templates' short descriptions

2007-09-15 Thread Christian Perrier

 OK, I thought of this as being headings which in fact are captialized
 in English too. So supposedly I should change that, right ?
 Thanks for your input :-)


Well, capitalizing headings in English is debated. Let's CC
debian-l10n-english to get more input.

Here I see short description of debconf select templates much more as 
prompts than headings or titles (for instance, depending on the
interface they're shown before *or after* the long description).

I recently had a small argument with Steve Langasek about samba
prompting for Workgroup/Domain Name: or Workgroup/domain
name:. Incidentally, he 'won' the argument so we might as well ask for
other advices here...:-)




signature.asc
Description: Digital signature


Bug#442315: nspluginwrapper: Causes konqueror to freeze for 1 minute; flash content not displayed

2007-09-15 Thread Rob Andrews
On 15-Sep-2007 01:08.48 (BST), Frans Pop wrote:
  After upgrading to the new version my browser (konqueror) will hang
  for 1 minute on pages with flash content. After the pause the page is
  displayed, but without the flash content.

I neglected to put a warning in this version reminding people to upgrade
the plugin stubs with this version, as the older stubs aren't compatible
with the current version.

Please run:

nspluginwrapper -v -a -u

Either as root or as the user that you have the plugins installed as.

Please let me know if this fixes it. If it does, I'll put a warning into the
next release.

Kind regards,
rob.

-- 
rob andrews   :: pgp 0x5c205974 :: [EMAIL PROTECTED]



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



Bug#435143: more information?

2007-09-15 Thread Luigi Gangitano

Hi Sean,
the bug is easily reproducible:
- install an old version of drupal5 (or acidbase, it's the same)
- complete db configuration via dbconfig-common
- upgrade to the latest version (no matter which)
- when prompted for configfile upgrade on dbconfig-common managed  
file, hit 'd' to show differences, diff will be empty but the file  
will be corrupted with output of diff in it.


Regards,

L

Il giorno 08/set/07, alle ore 13:38, sean finney ha scritto:
could you provide me some more info on this bug?  afaik there  
shouldn't be a

way for diff lines to get into the file at all, except for possibly it
happening via ucf.  is it reproducible?


--
Luigi Gangitano -- [EMAIL PROTECTED] -- [EMAIL PROTECTED]
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26





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



Bug#442310: packagesearch: cupsys not found

2007-09-15 Thread Benjamin Mesing
Hallo Ross,

thanks for the report.

On Fri, 2007-09-14 at 15:07 -0700, Ross Boylan wrote:
 Package: packagesearch
 Version: 2.2.6
 Severity: normal
 
 I started packagesearch, unchecked search in descriptions and typed 
 cupsys into the search area.
 
 The package cupsys was not displayed in the lower left pane, though
 many cupsys related package were.  Some of these were installed (like
 cupsys); some were not.
 
 When I check search in descriptions the package appeared.
 Unchecking the box made it disappear again.

Unfortunately I can't reproduce the bug.
However, it is somehow explainable, since packagesearch iterates the Apt
database in different ways for full text/packagename search. Of course
this SHOULD NOT change anything, but obviously it does. 

Perhaps you can answer the following two questions:
 1. Is the bug reproducable?
 2. Is the bug still reproducable after performing an apt-get update
(note that you need to restart packagesearch afterwards)?


Regards Ben

 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable'), (40, 
 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.18-5-k7 (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages packagesearch depends on:
 ii  apt [libapt-pkg-libc6.6 0.7.6Advanced front-end for dpkg
 ii  debtags 1.7.3+b1 Enables support for package tags
 ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
 ii  libept0 0.5.10+b1High-level library for managing 
 De
 ii  libgcc1 1:4.2.1-4GCC support library
 ii  libqt4-core 4.3.1-2  Qt 4 core non-GUI functionality 
 ru
 ii  libqt4-gui  4.3.1-2  Qt 4 core GUI functionality 
 runtim
 ii  libqt4-qt3support   4.3.1-2  Qt 3 compatibility library for 
 Qt 
 ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
 ii  libxapian15 1.0.2-1  Search engine library
 ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime
 
 Versions of packages packagesearch recommends:
 ii  apt-file2.0.8.2  APT package searching utility -- 
 c
 ii  deborphan   1.7.23   Find orphaned libraries
 ii  eterm [x-terminal-emula 0.9.4.0debian1-2 Enlightened Terminal Emulator
 ii  konsole [x-terminal-emu 4:3.5.7-3X terminal emulator for KDE
 ii  xterm [x-terminal-emula 229-1X terminal emulator
 
 -- no debconf information
 




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



Bug#442327: hal: segfaults after a USB drive is connected.

2007-09-15 Thread Jason White
Package: hal
Version: 0.5.9.1-4
Severity: normal

When I added a USB drive to the system, Hald segfaulted (see the kernel logs
exerpted below). Since I don't access USB drives under X or Gnome, this bug
has no real impact on me; I am simply reporting it as a service to the
community.

Sep 15 12:49:25 jdc kernel: usb 5-5.2: new high speed USB device using ehci_hcd 
and address 6
Sep 15 12:49:25 jdc kernel: usb 5-5.2: configuration #1 chosen from 1 choice
Sep 15 12:49:26 jdc kernel: Initializing USB Mass Storage driver...
Sep 15 12:49:26 jdc kernel: scsi7 : SCSI emulation for USB Mass Storage devices
Sep 15 12:49:26 jdc kernel: usb-storage: device found at 6
Sep 15 12:49:26 jdc kernel: usb-storage: waiting for device to settle before 
scanning
Sep 15 12:49:26 jdc kernel: usbcore: registered new interface driver usb-storage
Sep 15 12:49:26 jdc kernel: USB Mass Storage support registered.
Sep 15 12:49:26 jdc kernel: hald[3777]: segfault at 2ad1f8756000 rip 
0040e650 rsp 7fffb23e7be0 error 4
Sep 15 12:49:31 jdc kernel: usb-storage: device scan complete
Sep 15 12:49:32 jdc kernel: scsi 7:0:0:0: Direct-Access USB-HS   WDC 
WD1600BB-00R 0.01 PQ: 0 ANSI: 0
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] 312581808 512-byte hardware 
sectors (160042 MB)
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Write Protect is off
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Assuming drive cache: write 
through
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] 312581808 512-byte hardware 
sectors (160042 MB)
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Write Protect is off
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Assuming drive cache: write 
through
Sep 15 12:49:32 jdc kernel: sdb: sdb1
Sep 15 12:49:32 jdc kernel: sd 7:0:0:0: [sdb] Attached SCSI disk


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

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

Versions of packages hal depends on:
ii  adduser   3.105  add and remove users and groups
ii  dbus  1.1.1-3simple interprocess messaging syst
ii  hal-info  20070618-1 Hardware Abstraction Layer - fdi f
ii  libc6 2.6.1-4GNU C Library: Shared libraries
ii  libdbus-1-3   1.1.1-3simple interprocess messaging syst
ii  libdbus-glib-1-2  0.74-1 simple interprocess messaging syst
ii  libexpat1 1.95.8-4   XML parsing C library - runtime li
ii  libgcc1   1:4.2.1-5  GCC support library
ii  libglib2.0-0  2.14.0-2   The GLib library of C routines
ii  libhal-storage1   0.5.9.1-4  Hardware Abstraction Layer - share
ii  libhal1   0.5.9.1-4  Hardware Abstraction Layer - share
ii  libsmbios10.13.10-1  Provide access to (SM)BIOS informa
ii  libstdc++64.2.1-5The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  libvolume-id0 0.114-2libvolume_id shared library
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  pciutils  1:2.2.4-1  Linux PCI Utilities
ii  udev  0.114-2/dev/ and hotplug management daemo
ii  usbutils  0.72-9 Linux USB utilities

Versions of packages hal recommends:
ii  eject 2.1.5-5ejects CDs and operates CD-Changer

-- no debconf information



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



Bug#442328: xpdf-utils: pdftops segfault

2007-09-15 Thread Daniel van Eeden
Package: xpdf-utils
Version: 3.02-1.1
Severity: normal

$ pdftops the_eddas.pdf 
Error: Couldn't find a font to substitute for 'TimesNewRomanPSMT'
('Adobe-Identity' character collection)
Error: Couldn't find a font to substitute for
'TimesNewRomanPS-BoldItalicMT' ('Adobe-Identity' character collection)
Error: Couldn't find a font to substitute for 'TimesNewRomanPS-ItalicMT'
('Adobe-Identity' character collection)
Error: Couldn't find a font to substitute for 'ArialMT'
('Adobe-Identity' character collection)
Error: Couldn't find a font to substitute for 'CourierNewPSMT'
('Adobe-Identity' character collection)
Error: Couldn't find a font to substitute for 'TimesNewRomanPS-BoldMT'
('Adobe-Identity' character collection)
Segmentation fault (core dumped)

The document:
http://fax.libs.uga.edu/PT7234xE211/1f/the_eddas.pdf

Evince also dislikes this document:
http://bugzilla.gnome.org/show_bug.cgi?id=476574

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

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

Versions of packages xpdf-utils depends on:
ii  gsfonts   1:8.11+urwcyr1.0.7~pre41-3 Fonts for the Ghostscript interpre
ii  libc6 2.6.1-4GNU C Library: Shared libraries
ii  libfreetype6  2.3.5-1+b1 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.2.1-5  GCC support library
ii  libpaper1 1.1.22 library for handling paper charact
ii  libstdc++64.2.1-5The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  xpdf-common   3.02-1.1   Portable Document Format (PDF) sui

xpdf-utils recommends no packages.

-- no debconf information




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



Bug#441699: freezes system

2007-09-15 Thread Tomas Pospisek

On Fri, 14 Sep 2007, Jordà Polo wrote:


On Thu, Sep 13, 2007 at 11:23:10PM +0200, Tomas Pospisek wrote:

In a way you might be right, most 3D games seem to boost CPU consumption to
100% even if they're idling. However neverball is the worst I've seen so
far - were the system even a little less responsive, I would have had to
powercycle the PC, nevermind any unsaved work.

So the question for me would be: is neverball polling insanely? Or is it
below neverball? Or is it both? If it's below neverball and neverball just
somehow manages to trigger the insanity in a specially pathologic way, then
who is consuming 100% CPU? Is it X? The nv driver? The opengl SW driver?
*t


You reported the bug against neverputt, but you are talking about neverball
now. Just to make it clear: do you have this problem with neverball,
neverputt or both? (Yeah, the names are a bit confusing...)


I'm having the problem with neverputt. Sorry for the confusion.
*t

--

  Tomas Pospisek
  http://sourcepole.com -  Linux  Open Source Solutions


Bug#441605: ftbfs with g++-4.3/gcc-snapshot

2007-09-15 Thread Norbert Preining
On Mon, 10 Sep 2007, Matthias Klose wrote:
 debian/patches/65_gcc43, in 2007-12ubuntu3 from ubuntu gutsy.

It would be nice if you could send it or upload it to the PTS, I usually
don't dig in ubuntu sources. 

Thanks a lot

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
HIDCOTE BARTRAM (n.)
To be caught in a hidcote bartram is to say a series of protracted and
final goodbyes to a group of people, leave the house and then realise
you've left your hat behind.
--- Douglas Adams, The Meaning of Liff



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



Bug#442315: nspluginwrapper: Causes konqueror to freeze for 1 minute; flash content not displayed

2007-09-15 Thread Frans Pop
On Saturday 15 September 2007, you wrote:
 I neglected to put a warning in this version reminding people to upgrade
 the plugin stubs with this version, as the older stubs aren't compatible
 with the current version.

 Please run:
 nspluginwrapper -v -a -u

 Either as root or as the user that you have the plugins installed as.

I ran it as root, and it did fix the delay, BUT...

It also removed my plugins! After running the command I no longer had flash 
support. Just rescanning for plugins in konqueror did not fix this.
See command output below.

I had to reinstall flashplugin-nonfree and then do a rescan for plugins in 
konqueror to get flash support back.

 Please let me know if this fixes it. If it does, I'll put a warning into
 the next release.

Also note that a lot of users do not have apt-listchanges installed, so if 
you only add the warning in NEWS.Debian most will not see the warning. 
Unless you add support for running the command (maybe after a debconf 
prompt?) during the upgrade, I think you can expect a fair amount of BRs...

IMO this is the kind of thing an update should, if possible, take care of 
automatically. Complication may be that if users have plugins installed 
under their home dir that they will need to run the command themselves 
anyway?

Thanks for quick reply,
FJP

$ sudo nspluginwrapper -v -a -u
Auto-update plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
Update plugin /usr/lib/mozilla/plugins/npwrapper.libflashplayer.so
  nspluginwrapper ident mismatch, reinstalling plugin
Install plugin /usr/lib/flashplugin-nonfree/libflashplayer.so
  into /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so
And create symlink to plugin in /usr/lib/mozilla/plugins: failed!
And create symlink to plugin in /usr/lib/firefox/plugins: failed!
And create symlink to plugin in /usr/lib/iceweasel/plugins: failed!
Auto-update plugins from /usr/lib64/mozilla/plugins
Looking for plugins in /usr/lib64/mozilla/plugins
Update plugin /usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
  NS4 plugin /usr/lib/flashplugin-nonfree/libflashplayer.so is already 
installed system-wide, removing wrapper
Remove plugin /usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
Auto-update plugins from /usr/lib/firefox/plugins
Looking for plugins in /usr/lib/firefox/plugins
Update plugin /usr/lib/firefox/plugins/npwrapper.libflashplayer.so
  NS4 plugin /usr/lib/flashplugin-nonfree/libflashplayer.so is already 
installed system-wide, removing wrapper
Remove plugin /usr/lib/firefox/plugins/npwrapper.libflashplayer.so
Auto-update plugins from /usr/lib64/firefox/plugins
Looking for plugins in /usr/lib64/firefox/plugins
Auto-update plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins


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


Bug#442329: portmap: [debconf_rewrite] Debconf templates and debian/control review

2007-09-15 Thread Christian Perrier
Package: portmap
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Tuesday, August 28, 2007, I notified you of the beginning of a review process
concerning debconf templates for portmap.

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 portmap with these changes right now.

The second phase of this process will begin on Tuesday, September 18, 2007, 
when I will
coordinate updates to translations of debconf templates.

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

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

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

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

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 DAY25, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.22-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
--- portmap.old/debian/templates2007-08-27 15:13:18.610015498 +0200
+++ portmap/debian/templates2007-09-15 11:39:20.961623729 +0200
@@ -1,15 +1,24 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: portmap/loopback
 Type: boolean
 Default: false
 _Description: Should portmap be bound to the loopback address?
- Portmap by default listens to all IP addresses. However, if you are
- not providing network RPC services to remote clients (you are if you are
- setting up a NFS or NIS server) you can safely bind it to the loopback 
- IP address (127.0.0.1) 
+ By default, portmap listens to all IP addresses. However, if this
+ machine does not provide network RPC services (such as NIS or NFS) to
+ remote clients, you can safely bind it to the loopback IP address
+ (127.0.0.1).
  .
  This will allow RPC local services (like FAM) to work properly, while
- preventing remote systems from accessing your RPC services.
+ preventing remote systems from accessing the RPC services.
  .
- You can also change this configuration by editing the OPTIONS
- line in the /etc/default/portmap file. If you just don't specify
- the -i option it will bind to all interfaces.
+ This configuration can be changed by editing the OPTIONS line in the
+ /etc/default/portmap file and adapting the use of the -i option to
+ your needs.
--- portmap.old/debian/control  2007-08-27 15:13:18.610015498 +0200
+++ portmap/debian/control  2007-09-12 07:44:35.740867248 +0200
@@ -10,9 +10,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (= 1.3-9)
 Replaces: netbase ( 4.00)
-Description: The RPC portmapper
+Description: RPC port mapper
  Portmap is a server that converts RPC (Remote Procedure Call) program
- numbers into DARPA protocol port numbers.  It must be running in order
+ numbers into DARPA protocol port numbers. It must be running in order
  to make RPC calls.
  .
  Services that use RPC include NFS and NIS.


Bug#442330: dctrl-tools: [INTL:fr] French program translation update

2007-09-15 Thread Christian Perrier
Package: dctrl-tools
Version: N/A
Severity: wishlist
Tags: patch l10n

(this is a standard message, not customized for your package)

Please find attached the french translation of this package's
programs, proofread by the debian-l10n-french mailing list
contributors.

This file should be put as fr.po in the appropriate po/
directory. If this package is not a native Debian package, please
don't forget to forward this translation to the upstream maintainer.

Depending on the version of the build tools or the build process used
in the software, you may have to update the LINGUAS variable in the
configure scripts in case the french translation is a *new*
translation for this software/package.

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# French translation for dctrl-tools
# Copyright (C) YEAR Antti-Juhani Kaijanaho
# This file is distributed under the same license as the dctrl-tools package.
# Nicolas Bertolissio [EMAIL PROTECTED], 2004, 2005.
# Frédéric Bothamy [EMAIL PROTECTED], 2006, 2007.
#
msgid 
msgstr 
Project-Id-Version: dctrl-tools 2.11\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-08-05 21:20+0300\n
PO-Revision-Date: 2007-08-06 15:42+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: lib/ifile.c:54
#, c-format
msgid %s (child): failed to exec /bin/sh: %s\n
msgstr %s (enfant) : échec d'exécution de /bin/sh : %s\n

#: lib/ifile.c:100
#, c-format
msgid %s: command (%s) failed (exit status %d)\n
msgstr %s : la commande (%s) a échoué (état de sortie %d)\n

#: lib/ifile.c:109
#, c-format
msgid %s: command (%s) was killed by signal %d\n
msgstr %s : la commande (%s) a été tuée par le signal %d\n

#: lib/ifile.c:127
#, c-format
msgid %s: %s: cannot stat: %s\n
msgstr %s : impossible d'analyser « %s » : %s\n

#: lib/ifile.c:138
msgid is a directory, skipping
msgstr est un répertoire, ignoré

#: lib/ifile.c:139
msgid is a block device, skipping
msgstr est un périphérique bloc, ignoré

#: lib/ifile.c:140
msgid internal error
msgstr erreur interne

#: lib/ifile.c:141
msgid is a socket, skipping
msgstr est une socket, ignorée

#: lib/ifile.c:142
msgid unknown file type, skipping
msgstr type de fichier inconnu, ignoré

#: lib/misc.c:37
#, c-format
msgid %s: using `%s' as pager\n
msgstr %s: utilisation de « %s » comme paginateur\n

#: lib/misc.c:47
#, c-format
msgid %s: popen failed for %s: %s\n
msgstr %s: échec de popen pour %s : %s\n

#: lib/paragraph.c:133
msgid warning: expected a colon
msgstr avertissement : deux-points (« : ») attendus

#: lib/paragraph.c:140
msgid expected a colon
msgstr deux-points (« : ») attendus

#: lib/predicate.c:40 grep-dctrl/grep-dctrl.c:227 grep-dctrl/grep-dctrl.c:336
msgid predicate is too complex
msgstr le prédicat est trop complexe

#: lib/sorter.c:49
msgid Parse error in field.
msgstr Échec d'analyse syntaxique dans le champ.

#: grep-dctrl/grep-dctrl.c:47
msgid grep-dctrl -- grep Debian control files
msgstr grep-dctrl -- sélectionner dans des fichiers de contrôle Debian

#: grep-dctrl/grep-dctrl.c:110
msgid Show the testing banner.
msgstr Afficher la bannière de test.

#: grep-dctrl/grep-dctrl.c:112 sort-dctrl/sort-dctrl.c:39
#: tbl-dctrl/tbl-dctrl.c:42 join-dctrl/join-dctrl.c:45
msgid LEVEL
msgstr NIVEAU

#: grep-dctrl/grep-dctrl.c:112 sort-dctrl/sort-dctrl.c:39
#: tbl-dctrl/tbl-dctrl.c:42 join-dctrl/join-dctrl.c:45
msgid Set debugging level to LEVEL.
msgstr Sélectionner le niveau de débogage NIVEAU.

#: grep-dctrl/grep-dctrl.c:113 grep-dctrl/grep-dctrl.c:116
msgid FIELD,FIELD,...
msgstr CHAMP,CHAMP,...

#: grep-dctrl/grep-dctrl.c:113
msgid Restrict pattern matching to the FIELDs given.
msgstr Restreindre le motif de correspondance aux CHAMPS fournis.

#: grep-dctrl/grep-dctrl.c:114
msgid This is a shorthand for -FPackage.
msgstr Il s'agit d'un raccourci pour -FPackage.

#: grep-dctrl/grep-dctrl.c:115
msgid This is a shorthand for -FSource:Package.
msgstr Il s'agit d'un raccourci pour -FSource:Package.

#: grep-dctrl/grep-dctrl.c:116
msgid Show only the body of these fields from the matching paragraphs.
msgstr N'afficher que le corps des champs des paragraphes qui correspondent.

#: grep-dctrl/grep-dctrl.c:117
msgid 
Show only the first line of the \Description\ field from the matching 
paragraphs.
msgstr 
N'afficher que la première ligne du champ « Description » des paragraphes 
qui correspondent.

#: grep-dctrl/grep-dctrl.c:118
msgid Suppress field names when showing specified fields.
msgstr Supprimer les noms de champs lors de l'affichage des champs spécifiés.

#: grep-dctrl/grep-dctrl.c:119
msgid Regard the pattern as an extended POSIX regular expression.

Bug#442300: pam-p11 authentication fails with version 0.6.14-1 of openct with egate

2007-09-15 Thread Andreas Jellinghaus
Hi Daniel?

1.) which kernel are you running? 2.6.22 before 2.6.22.6 is buggy for example.
2.) do you have usbfs at /proc/bus/usbfs or not?
3.) if you run /etc/init.d/openct restart while the token is plugged in, 
will openct find it (openct-tool list)? if so, it is a hotplug problem.

if your kernel is fine and we agree it is a hotplug problem, them
udevmonitor --kernel --environment might help as well as editing
/lib/udev/openct_usb, adding
( date; echo $0: $*; export; set -x
...
)  /root/openct_debug.log 21

and then plugging in a token, so we see what events the kernel emits
and if udev calls openct and what happends in the openct script.

also it is important to specify if your kernel is compiled with usb device 
class support or not. 0.6.14 should now work in both cases, but knowing
what kernel we have is still good. also 0.6.14 should work 
without /proc/bus/usbfs, but testing with and without could help track down
a possible bug.

 I do not have /proc/bus/usb mounted, because i'm under the impression
 that it is deprecated in favor of sysfs.  Dunno if that matters in
 this case.

the situation is much more complex than that. 0.6.14 is the first openct 
version I can support without /proc/bus/usb but maybe we didn't catch
all bugs.

Regards, Andreas



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



Bug#441526: lmodern: updmap-sys failed.

2007-09-15 Thread Norbert Preining
Hi all!

I have prepared a new package lmodern_1.010x-4, and it is available at
deb(-src) http://people.debian.org/~preining/TeX/ lmodern/
Could one of you test it and if it is ok upload it? I am currently on
line in Freiburg city center but only for a short time, so I won't have
time to do testing and uploading to ftp-master.

Thanks

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
Zaphod grinned two manic grins, sauntered over to the bar
and bought most of it.
 --- Zaphod in paradise.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy



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



Bug#442331: nut: Don't run init.d scripts directly

2007-09-15 Thread Frank Lichtenheld
Package: nut
Version: 2.2.0-2
Severity: normal

Please don't use /etc/init.d/udev directly in postinst but instead use 
invoke-rc.d

This is also recommended by Debian policy, section 9.3.3

Gruesse,
Frank

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

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



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



Bug#442332: gnu-fdisk: creates partitions with different boundaries than util-linux fdisk

2007-09-15 Thread Michal Politowski
Package: gnu-fdisk
Version: 1.0-1
Severity: normal

Here is a fragment of a partition table created with util-linux fdisk:
$ fdisk.distrib -l -u /dev/hda

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x0611c023

   Device Boot  Start End  Blocks   Id  System
/dev/hda1  632735869413679316   83  Linux
/dev/hda227358695   156296384644688455  Extended
/dev/hda52735875846909799 9775521   83  Linux
/dev/hda646909863   10982442331457280+  83  Linux
[...]

Starting gnu-fdisk as fdisk, removing hda6 and recreating it
causes the start of this partition to move back to 46909801
which obviously makes the filesystem there unmountable.
It is unnoticeable in fdisk when cylinders are the units, since both starts
display as cylinder 2921.

While advanced resize functions in gnu-fdisk should make such delete/create
cycles mostly unnecessary, people (read 'I') tend to do things the old way
sometimes, and this result was very surprising from a command run as fdisk.

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

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnu-fdisk depends on:
ii  libc6 2.6.1-4GNU C Library: Shared libraries
ii  libncurses5   5.6+20070908-1 Shared libraries for terminal hand
ii  libparted1.7-11.7.1-5.1  The GNU Parted disk partitioning s
ii  libuuid1  1.40.2-1   universally unique id library

gnu-fdisk recommends no packages.

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


signature.asc
Description: Digital signature


Bug#442216: courier: Extra capitalization in debconf templates' short descriptions

2007-09-15 Thread MJ Ray
Christian Perrier [EMAIL PROTECTED] wrote: [...]
 Here I see short description of debconf select templates much more as 
 prompts than headings or titles (for instance, depending on the
 interface they're shown before *or after* the long description).

Most words in headings/titles should be capitalised (in the style of
the msgids in Bug 442216), but I don't think the prompts are headings.
debconf gurus may know more than me.

I'm not aware of anyone much debating capitalising headings - style
guides seem fairly consistent on this - so can someone post links?

 I recently had a small argument with Steve Langasek about samba
 prompting for Workgroup/Domain Name: or Workgroup/domain
 name:. Incidentally, he 'won' the argument so we might as well ask for
 other advices here...:-)

Slash denotes alternative starts of the phrase, so I'd go with
Workgroup/Domain name: in that case. (A third way!  I'm channeling
Blair!  Coming next: regime change.)

Regards,
-- 
MJ Ray - see/vidu http://mjr.towers.org.uk/email.html
Experienced webmaster-developers for hire http://www.ttllp.co.uk/
Also: statistician, sysadmin, online shop builder, workers co-op.
Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/



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



Bug#442334: shadow: Add RLIMIT_RTPRIO/NICE [patch]

2007-09-15 Thread Christian Perrier
Package: shadow
Tags: patch
Severity: wishlist


Adds the following when we're not using PAM:
[Ii]: i = RLIMIT_NICEmax nice value (0..39 translates to 20..-19)
[Oo]: o = RLIMIT_RTPRIO  max real time priority

Patches cleanly against 4.0.15 and 4.1.18.  The only difference between the
patches is dealing with man/limits.5.

Thanks,
-- 
Justin Bronder


diff -urN shadow-4.0.18.1/etc/limits shadow-4.0.18.1_patched/etc/limits
--- shadow-4.0.18.1/etc/limits	1997-12-14 15:07:18.0 -0500
+++ shadow-4.0.18.1_patched/etc/limits	2007-09-13 14:54:22.0 -0400
@@ -18,10 +18,12 @@
 # T: max CPU time (MIN)
 # U: max number of processes
 # L: max number of logins for this user
+# I: max nice value (0..39 translates to 20..-19)
+# O: max real time priority (0..MAX_RT_PRIO)
 #
 # Examples:
 # the default entry
-#* L2 D6144 R2048 S2048 U32 N32 F16384 T5 C0
+#* L2 D6144 R2048 S2048 U32 N32 F16384 T5 C0 I20 O0
 # another way of suspending a user login
 #guest   L0
 # this account has no limits
diff -urN shadow-4.0.18.1/libmisc/limits.c shadow-4.0.18.1_patched/libmisc/limits.c
--- shadow-4.0.18.1/libmisc/limits.c	2006-07-10 00:11:31.0 -0400
+++ shadow-4.0.18.1_patched/libmisc/limits.c	2007-09-13 14:54:22.0 -0400
@@ -185,7 +185,8 @@
  * [Kk]: k = file creation masK (umask)
  * [Ll]: l = max number of logins for this user
  * [Pp]: p = process priority -20..20 (negative = high, positive = low)
- *
+ * [Ii]: i = RLIMIT_NICEmax nice value (0..39 translates to 20..-19)
+ * [Oo]: o = RLIMIT_RTPRIO  max real time priority (linux/sched.h 0..MAX_RT_PRIO)
  * Return value:
  *		0 = okay, of course
  *		LOGIN_ERROR_RLIMIT = error setting some RLIMIT
@@ -273,6 +274,20 @@
 			retval |= setrlimit_value (RLIMIT_STACK, pp, 1024);
 			break;
 #endif
+#ifdef RLIMIT_NICE
+case 'i':
+case 'I':
+/* RLIMIT_NICE - max scheduling priority (0..39) */
+retval |= setrlimit_value (RLIMIT_NICE, pp, 1);
+break;
+#endif
+#ifdef RLIMIT_RTPRIO
+case 'o':
+case 'O':
+/* RLIMIT_RTPRIO - max real time priority (0..MAX_RT_PRIO) */
+retval |= setrlimit_value (RLIMIT_RTPRIO, pp, 1);
+break;
+#endif
 		case 'k':
 		case 'K':
 			retval |= set_umask (pp);
@@ -328,7 +343,7 @@
 		 * Imposing a limit should be done with care, so a wrong
 		 * entry means no care anyway :-). A '-' as a limits
 		 * strings means no limits --cristiang */
-		if (sscanf (buf, %s%[ACDFMNRSTULPacdfmnrstulp0-9 \t-],
+		if (sscanf (buf, %s%[ACDFMNRSTULPIOacdfmnrstulpio0-9 \t-],
 			name, tempbuf) == 2) {
 			if (strcmp (name, uname) == 0) {
 strcpy (limits, tempbuf);
diff -urN shadow-4.0.18.1/man/limits.5 shadow-4.0.18.1_patched/man/limits.5
--- shadow-4.0.18.1/man/limits.5	2006-07-30 16:54:00.0 -0400
+++ shadow-4.0.18.1_patched/man/limits.5	2007-09-13 14:55:59.0 -0400
@@ -73,6 +73,12 @@
 \(bu
 P: process priority, set by
 \fBsetpriority\fR(2).
+.TP 3n
+\(bu
+I: max nice value (0..39 which translates to 20..-19)
+.TP 3n
+\(bu
+O: max real time priority
 .sp
 .RE
 .PP


signature.asc
Description: Digital signature


Bug#442294: No devices available-Help window shows message partially with LANG=ru_RU.UTF-8

2007-09-15 Thread Julien BLACHE
Sergey Fedoseev [EMAIL PROTECTED] wrote:

Hi,

 So the russian translation for the help text exceeds 511 bytes for
 this string ? There isn't *that* much text on that help screen...

 Message size is 638 bytes. (Cyrillic characters are two-bytes).

This one's going to be a nightmare to fix, because I think it's not
the only place where such code is used :|

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#442333: initramfs ignores ide lernel cmd line parameters

2007-09-15 Thread sylvain
Package: initramfs-tools
Version: 0.90a

Some kernel command line parameter, like ide=nodma, for example, are
ignored by the ramdisk's script.

When booting from Compact flas, for example, the ide=nodma on the kernel
command line is useless, since ide modules loaded from ramdisk scripts
ignores them.

Some guys from LinuxFromScratch discussed the problem here :
http://wiki.linuxfromscratch.org/lfs/ticket/2023

and they provided a patch here :
http://wiki.linuxfromscratch.org/lfs/attachment/ticket/2023/initramfs-add-ide-options.patch

regards,








Bug#441478: [EMAIL PROTECTED]: Bug#441478: libglpk0: security flaw buffer overflow in glplib05.c xvprintf]

2007-09-15 Thread Andrew Makhorin
 Actually, there is a way to circumvent the problem. It is quite ugly
 and I am not sure you would like to implement it. Here is it: make
 the functions xprintf and xprint1 both static, and move them,
 together with xvprintf, into a header file (.h) which will be
 included by all other files calling xprintf or xprint1. The only
 side effect is that the resulting shared library will increase in
 size.

Rafael,

I do not understand the problem. There are many internal glpk routines
prefixed by '_glp_', which, in principle, can be called from the user
program. However, there is a common convention not to call such routines
from outside.




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



Bug#442336: fantasdic: Scan clipboard option isn't saved

2007-09-15 Thread Dmitry V. Rutsky
Package: fantasdic
Version: 1.0beta3-1
Severity: wishlist

The value of the option Scan clipboard isn't saved on exit and thus
it is necessary to turn it on after each startup for use with clipboard.
It would be convenient to have it saved.

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

Kernel: Linux 2.6.20.4 (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 fantasdic depends on:
ii  libgettext-ruby1.81.9.0-1Gettext for ruby1.8
ii  libglade2-ruby0.16.0-7   Libglade 2 bindings for the Ruby l
ii  libgtk2-ruby  0.16.0-7   GTK+ bindings for the Ruby languag
ii  libruby1.8 [libyaml-ruby1.8]  1.8.6.36-3 Libraries necessary to run Ruby 1.
ii  ruby1.8   1.8.6.36-3 Interpreter of object-oriented scr

fantasdic recommends no packages.

-- no debconf information



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



Bug#440763: [Libusb-devel] libusb silently ignores permission errors

2007-09-15 Thread Peter Stuge
On Fri, Sep 14, 2007 at 10:24:04PM -0500, Karl O. Pinc wrote:
 So, I'm writing the libusb people so that they are aware
 of the problem and can make the necessary changes
 when they decide to release a new API.

 I don't really have any questions, except perhaps whether the
 designers consider this a feature rather than a design flaw
 and never plan to fix it.

These two kind of go together. libusb 0.1 wasn't designed all that
much. I see it more as a test version - which became quite widely
used where it did the job well enough.


 I may have mis-understood and so be contacting the wrong people.
 If so I apologize.

Nah, I for one appreciate your input.


 I think the work-around is to always run lsusb as root.

Yep.


 A corollary would be to document the problem in the lsusb
 man page.

Can you help with this? Maybe talk to the usbutils people? Best case
send them a patch for the man page.


//Peter



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



Bug#442337: bfilter: New upstream release - 1.1.1

2007-09-15 Thread balihb
Package: bfilter
Version: 1.1-2
Severity: wishlist

Version 1.1.1   August 26, 2007

* Fixed a bug leading to false positives that affected YouTube.


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

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages bfilter depends on:
ii  bfilter-common  1.1-2Simple web filtering proxy (common
ii  libace5.4.7c2a  5.4.7-12 C++ network programming framework
ii  libboost-program-option 1.34.1-2 program options library for C++
ii  libboost-regex1.34.11.34.1-2 regular expression library for C++
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-4GCC support library
ii  libmozjs0d  1.8.1.6-1The Mozilla SpiderMonkey JavaScrip
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

bfilter recommends no packages.

-- no debconf information



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



Bug#442339: RFP: linkage -- A feature-rich BitTorrent client using gtkmm and libtorrent

2007-09-15 Thread Maurice Devon
Package: wnpp
Severity: wishlist

* Package name: linkage
  Version : 0.1.4
  Upstream Author : Christian Lundgren [EMAIL PROTECTED]
* URL : http://code.google.com/p/linkage
* License : GPL
  Programming Lang: C++
  Description : Linkage is a feature-rich BitTorrent client using
  gtkmm and libtorrent.

Linkage is a BitTorrent client written in C++ using gtkmm and
libtorrent.

Linkage is a lightweight client, it includes most common features found
in other BitTorrent clients. And also some unique features, if you have
ideas or comments please do post a new issue or send a mail to the
discussion group.





-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_SG.UTF-8)
-- 
  Maurice Devon
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - The way an email service should be




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



Bug#437115: Fix found, sort of

2007-09-15 Thread Teemu Ikonen
reopen 437115
thanks

Ok, sorry for not following this bug for a while, but I found a fix
for the muted sound. No, it was not solved by pressing the mute button
:)

As can be found at Thinkwiki ( http://www.thinkwiki.org/wiki/AD1981B )
and alsa FAQs (
http://alsa.opensrc.org/index.php/FAQ#My_ALSA_modules_seem_to_be_loaded_fine_but_I_hear_no_sound._Why.27s_that.3F
), for some odd reason the Headphone Jack Sense and Line Jack Sense
mixer channels need to be _muted_ for the sound to work at all on some
Thinkpad models.

The reason for this idiocy is beyond me, but the real solution to this
problem would probably involve disabling these channels completely in
the AD1981B kernel driver, when it's being run on affected models.
Anyone capable of writing a patch to the driver for this?

Best,

Teemu



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



Bug#442338: openoffice.org_1:2.3.0~rc3-1(sparc/experimental): FTBFS: error: 'CURLE_FTP_USER_PASSWORD_INCORRECT' was not declared in this scope

2007-09-15 Thread Frank Lichtenheld
Package: openoffice.org
Version: 1:2.3.0~rc3-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of openoffice.org_1:2.3.0~rc3-1 on odin by sbuild/sparc 
98-farm
| Build started at 20070915-0331
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 345MB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main openoffice.org 
1:2.3.0~rc3-1 (dsc) [8637B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main openoffice.org 
1:2.3.0~rc3-1 (tar) [264MB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main openoffice.org 
1:2.3.0~rc3-1 (diff) [81.2MB]
| Fetched 345MB in 2m0s (2878kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: lsb-release, bzip2, bison (= 1:1.875a-1) [i386 powerpc sparc 
amd64 ppc64], flex [i386 powerpc sparc amd64 ppc64], libpam0g-dev [i386 powerpc 
sparc amd64 ppc64], libxaw7-dev [i386 powerpc sparc amd64 ppc64], unzip [i386 
powerpc sparc amd64 ppc64], zip [i386 powerpc sparc amd64 ppc64], autoconf 
[i386 powerpc sparc amd64 ppc64], sharutils [i386 powerpc sparc amd64 ppc64], 
pkg-config [i386 powerpc sparc amd64 ppc64], xutils [i386 powerpc sparc amd64 
ppc64], libfontconfig1-dev [i386 powerpc sparc amd64 ppc64], binutils (= 
2.14.90.0.6-3) [sparc], libc6 (= 2.3.2-1) [powerpc], zlib1g-dev [i386 powerpc 
sparc amd64 ppc64], libfreetype6-dev [i386 powerpc sparc amd64 ppc64], 
libx11-dev [i386 powerpc sparc amd64 ppc64], libsm-dev [i386 powerpc sparc 
amd64 ppc64], libxt-dev [i386 powerpc sparc amd64 ppc64], libxext-dev [i386 
powerpc sparc amd64 ppc64], libice-dev [i386 powerpc sparc amd64 ppc64], 
libsane-dev [i386 powerpc sparc amd64 ppc64], libxrender-dev [i386 powerpc 
sparc amd64 ppc64], libcupsys2-dev [i386 powerpc sparc amd64 ppc64], 
libarchive-zip-perl [i386 powerpc sparc amd64 ppc64], 
libstartup-notification0-dev [i386 powerpc sparc amd64 ppc64], libpng12-dev 
[i386 powerpc sparc amd64 ppc64], libjpeg62-dev [i386 powerpc sparc amd64 
ppc64], libxml2-dev [i386 powerpc sparc amd64 ppc64], libldap2-dev [i386 
powerpc sparc amd64 ppc64], libexpat1-dev [i386 powerpc sparc amd64 ppc64], 
libgnomevfs2-dev [i386 powerpc sparc amd64 ppc64], fastjar [i386 powerpc sparc 
amd64 ppc64], libsndfile1-dev [i386 powerpc sparc amd64 ppc64], xsltproc [i386 
powerpc sparc amd64 ppc64], graphicsmagick [i386 powerpc sparc amd64 ppc64], 
netpbm [i386 powerpc sparc amd64 ppc64], fdupes [i386 powerpc sparc amd64 
ppc64], xml-core [i386 powerpc sparc amd64 ppc64], libxkbfile-dev [i386 powerpc 
sparc amd64 ppc64], libxinerama-dev [i386 powerpc sparc amd64 ppc64], 
x11proto-render-dev [i386 powerpc sparc amd64 ppc64], unixodbc-dev (= 2.2.11) 
[i386 powerpc sparc amd64 ppc64], libxml-parser-perl [i386 powerpc sparc amd64 
ppc64], gperf [i386 powerpc sparc amd64 ppc64], libpq-dev [i386 powerpc sparc 
amd64 ppc64], libcurl4-gnutls-dev [i386 powerpc sparc amd64 ppc64], 
libdb4.5-dev [i386 powerpc sparc amd64 ppc64], python-central (= 0.5) [i386 
powerpc sparc amd64 ppc64], debhelper (= 5.0.37.2), python-dev (= 2.4) [i386 
powerpc sparc amd64 ppc64], java-gcj-compat-dev (= 1.0.56) [i386 powerpc sparc 
amd64 ppc64], ant (= 1.6.5) [i386 powerpc sparc amd64 ppc64], libxt-java (= 
0.20050823) [i386 powerpc sparc amd64 ppc64], libxerces2-java [i386 powerpc 
sparc amd64 ppc64], libxalan2-java (= 2.6.0-1) [i386 powerpc sparc amd64 
ppc64], mingw32 [i386 powerpc sparc amd64 ppc64], libxul-dev [i386 powerpc 
sparc amd64 ppc64], libnss3-dev [i386 powerpc sparc amd64 ppc64], dmake (= 
1:4.7) [i386 powerpc sparc amd64 ppc64], mono-mcs (= 1.2.3) [i386 amd64], 
mono-gmcs (= 1.2.3) [i386 amd64], libmono-dev (= 1.2.3) [i386 amd64], 
mono-utils (= 1.2.3) [i386 amd64], cli-common-dev (= 0.4.4) [i386 amd64], 
libhunspell-dev (= 1.1.5-2) [i386 powerpc sparc amd64 ppc64], 
libaltlinuxhyph-dev (= 0.1.1-11) [i386 powerpc sparc amd64 ppc64], 
libstlport4.6-dev (= 4.6.2-3) [i386 powerpc sparc amd64 ppc64], libboost-dev 
[i386 powerpc sparc amd64 ppc64], libvigraimpex-dev [i386 powerpc sparc amd64 
ppc64], portaudio19-dev [i386 powerpc sparc amd64 ppc64], libwpd8-dev (= 
0.8.3-3) [i386 powerpc sparc amd64 ppc64], libwps-dev [i386 powerpc sparc amd64 
ppc64], libwpg-dev [i386 powerpc sparc amd64 ppc64], libsvg-dev [i386 powerpc 
sparc amd64 ppc64], libicu-dev [i386 powerpc sparc amd64 ppc64], libxslt1-dev 
[i386 powerpc sparc amd64 ppc64], libcairo2-dev [i386 powerpc sparc amd64 
ppc64], libglitz-glx1-dev [i386 powerpc sparc amd64 ppc64], kdelibs4-dev (= 
4:3.4.3-2) [i386 powerpc sparc amd64 ppc64], libhsqldb-java (= 1.8.0.8-1) 
[i386 powerpc sparc amd64 ppc64], bsh (= 2.0b4-1) [i386 powerpc sparc amd64 
ppc64], liblpsolve55-dev (= 5.5.0.10-4) [i386 powerpc sparc amd64 ppc64], 
lp-solve (= 5.5.0.10-4) [i386 powerpc sparc amd64 ppc64], libsuitesparse

Bug#442340: would be nice to have option to raise fantasdic window when appropriate

2007-09-15 Thread Dmitry V. Rutsky
Package: fantasdic
Version: 1.0beta3-1
Severity: wishlist

At least in KDE fantasdic window doesn't raise on top when a new word lookup
initiated by clipboard copy has been processed;  one has to manually switch
to it or have it permanently visible.  It would be nice to have an option
to keep this window popping up on top of others.

It's possible to almost achieve
the desired effect via selecting Keep Above Others option and minimizing
the window after each lookup, but simply pressing escape to close it
would probably be a better way, because it's a tray application.

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

Kernel: Linux 2.6.20.4 (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 fantasdic depends on:
ii  libgettext-ruby1.81.9.0-1Gettext for ruby1.8
ii  libglade2-ruby0.16.0-7   Libglade 2 bindings for the Ruby l
ii  libgtk2-ruby  0.16.0-7   GTK+ bindings for the Ruby languag
ii  libruby1.8 [libyaml-ruby1.8]  1.8.6.36-3 Libraries necessary to run Ruby 1.
ii  ruby1.8   1.8.6.36-3 Interpreter of object-oriented scr

fantasdic recommends no packages.

-- no debconf information



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



Bug#442342: RFP: nix-style -- lets you configure various parts of your system

2007-09-15 Thread Maurice Devon
Package: wnpp
Severity: wishlist

* Package name: *nix-style
  Version : 10.0alpha8/9.0.11
  Upstream Author : Christopher Bratusek [EMAIL PROTECTED]
* URL : http://www.nanolx.org/
* License : LGPL
  Description : *nix-style allows you to configure various parts of
  your system

An aplication that allows you to configure the behavior to various parts
of your system such as bash and changing of the bash-prompt, altering
the behavior of readline, vim, nano, changing and installation of
splashy and usplash bootsplash, tweaking of default compiler and
compiler flags and modification of hidden gnome preferences.




-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_SG.UTF-8)
-- 
  Maurice Devon
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free




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



Bug#442090:

2007-09-15 Thread Arthur Loiret
Thanks for your bug report, I'm going to merge this alternative
package into mine, and hope it will fix this.

Would you be interested to co-maintain it in Debian Jordà?


Have a nice day,

Arthur.


Bug#442341: ITP: php-number-roman -- provides methods for converting to and from Roman Numerals

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-numbers-roman
  Version : 1.0.1
* URL : http://pear.php.net/package/Numbers_Roman
* License : PHP
  Programming Lang: Php
  Description : provides methods for converting to and from Roman Numerals

 Numbers_Roman provides static methods for converting to and from 
 Roman numerals. It supports Roman numerals in both uppercase and lowercase 
 styles and conversion for and to numbers up to 5 999 999

I intend to package this software for Debian.




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



Bug#440973: dpkg-scanpackages.1.gz: bzip2 vs. gzip

2007-09-15 Thread Frank Lichtenheld
On Wed, Sep 05, 2007 at 06:27:17AM -0700, Jack Bates wrote:
 The dpkg-scanpackages manpage notes:
 
Note:  If  you  want to access the generated Packages file with apt you
will probably need to compress the  file  with  gzip(1)  (generating  a
Packages.gz  file).  apt  ignores uncompressed Packages files except on
local access (i.e.  file:// sources).
 
 However APT now seems to require a Packages.bz2 file. Thanks, Jack

It prefers a Packages.bz2 file but it will happily use a Packages.gz
file, too. So the above is not false. Maybe we want to mention both gzip
and bzip, though.

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



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



Bug#442344: RFP: peazip -- cross platform archiving, encryption and file split tool

2007-09-15 Thread Maurice Devon
Package: wnpp
Severity: wishlist

* Package name: PeaZip
  Version : 1.9.1
  Upstream Author : Giorgio Tani [EMAIL PROTECTED]
* URL : http://peazip.sourceforge.net/
* License : LGPL
  Description : A cross platform archiving, encryption and file
  split tool

A cross platform, open source, desktop neutral archiving, encryption and
file split tool. Some of the formats supported includes 7Z, 7Z-sfx,
BZip2, GZip/TGZ, PAQ8F, PAQ8JD, PAQ8L, PEA, QUAD, split (.001), TAR, and
ZIP.




-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_SG.UTF-8)
-- 
  Maurice Devon
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Access your email from home and the web




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



Bug#442343: RFP: dockboard -- an outline editor for authors writing books, articles, and other published works

2007-09-15 Thread Maurice Devon
Package: wnpp
Severity: wishlist

* Package name: dockboard
  Version : 0.3
  Upstream Author : Andrew Krause [EMAIL PROTECTED]
* URL : http://dockboard.sourceforge.net/
* License : GPL
  Description : Dockboard is a GTK+ outline editor that is created
  for authors writing books, articles, and other published works.





-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_SG.UTF-8)
-- 
  Maurice Devon
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Send your email first class




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



Bug#442346: gdb: GDB unable to debug F90-program

2007-09-15 Thread Marcus Lundblad
Package: gdb
Version: 6.4.90.dfsg-1
Severity: grave
Justification: renders package unusable

I compiled a Fortran 90-program using the -g flag to f95
When I try to run the program in gdb I get this:

sagittarius$ gdb ./dist
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...BFD: 
/home/marcus/prg/partalg/baltic/dist: don't know how to handle OS specific 
section `.gnu.hash' [0x6ff6]
/home/marcus/prg/partalg/baltic/dist: not in executable format: 

The source code is available here: 
http://www.update.uu.se/~ml/partalg-20070915.tar.gz

It requires gfortran (obviously), lapack3-dev and metis-4.0. Metis is not
available in Debian, so I got the tar-ball here: 
http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-4.0.tar.gz 

The Metis package can be compiled by just running make in the unpacked
directory. There is no configure script, so I just copy the whole directory 
(metis-4.0) to /opt and link to it from /opt/metis

I hard-coded this library path (/opt/metis/libmetis.a) in my Makefile.

And finally to build my package:
In the resulting directory partalg
First cd to source and run make
Then cd ../baltic and run make

The resulting binary is called dist.
Running this will cause a crash

And running gdb on the binary results in the above mentioned error.

Thanks

Regards, Marcus



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

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

Versions of packages gdb depends on:
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libncurses5   5.6+20070825-1 Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries

gdb recommends no packages.

-- no debconf information



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



Bug#440636: support for parallel builds (dpkg-buildpackage -j N)

2007-09-15 Thread Frank Lichtenheld
On Mon, Sep 03, 2007 at 12:28:05PM +0200, Robert Millan wrote:
 Attached patch adds support for parallel builds (dpkg-buildpackage -j N).
 
 It is based on the one from bug #355654.

I like the general idea. But why do you use $makecommand? Wouldn't
debian/rules $makeoptions build work just as well?

  if [ x$sourceonly = x ]; then
 - withecho debian/rules build 
 - withecho $rootcommand debian/rules $binarytarget
 + withecho $makecommand -f debian/rules build 
 + withecho $rootcommand $makecommand -f debian/rules $binarytarget
  fi
  if [ $usepause = true ]  \
 ( [ $signchanges != : ] || ( [ -z $binaryonly ]  [ $signsource 
 != : ] ) ) ; then
 @@ -281,7 +284,7 @@
  fi
  
  if $cleansource; then
 - withecho $rootcommand debian/rules clean
 + withecho $rootcommand $makecommand -f debian/rules clean
  fi
  
  echo dpkg-buildpackage: $srcmsg

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



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



Bug#442347: RFP: gpicview -- A Simple and Fast Image Viewer with low memory usage

2007-09-15 Thread Maurice Devon
Package: wnpp
Severity: wishlist

* Package name: gpicview
  Version : 0.1.5
  Upstream Author : Hong Jen Yee [EMAIL PROTECTED]
* URL : http://lxde.sourceforge.net/gpicview/
* License : GPL
  Description : GPicView is an image viewer with fast-startup, low
  memory usage, and a simple user interface. An ideal choice as the
  default image viewer for any desktop system.



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_SG.UTF-8)
-- 
  Maurice Devon
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
  love email again




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



Bug#442345: RFP: startupmanager -- A GUI tool for changing Grub, Grub2 and Usplash settings

2007-09-15 Thread Maurice Devon
Package: wnpp
Severity: wishlist

* Package name: startupmanager
  Version : 1.9.0
  Upstream Author : Jimmy Rönnholm [EMAIL PROTECTED]
* URL : http://web.telia.com/~u88005282/sum/index.html
* License : GPL
  Description : StartUp Manager, or SUM, is a GTK+ based GUI for
  changing settings in Grub, Grub2 and Usplash.



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_SG.UTF-8)
-- 
  Maurice Devon
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Accessible with your email software
  or over the web





Bug#442348: ITP: php-numbers-words -- provides methods for spelling numerals in words

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-numbers-words
  Version : 0.15.0
* URL : http://pear.php.net/package/Numbers_Words
* License : PHP
  Programming Lang: Php
  Description : provides methods for spelling numerals in words

 With Numbers_Words class you can convert numbers written in arabic digits to 
 words in several languages.
 You can convert an integer between -infinity and infinity. If your system does 
 not support such long numbers you can call Numbers_Words::toWords() with just 
 a string.

 With the Numbers_Words::toCurrency($num, $locale, apos;USDapos;) method you 
 can convert a number (decimal and fraction part) to words with currency name. 


I intend to package this software for Debian.




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



Bug#442334: [Pkg-shadow-devel] Bug#442334: shadow: Add RLIMIT_RTPRIO/NICE [patch]

2007-09-15 Thread Christian Perrier
submitter 442334 Justin Bronder [EMAIL PROTECTED]
thanks

Set the correct submitter.



signature.asc
Description: Digital signature


Bug#442351: ITP: php-xml-rpc -- PHP implementation of the XML-RPC protocol

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-xml-rpc
  Version : 1.5.1
* URL : http://pear.php.net/package/Numbers_Words
* License : PHP
  Programming Lang: Php
  Description : PHP implementation of the XML-RPC protocol

 A PEAR-ified version of Useful Inc's XML-RPC for PHP.
 It has support for HTTP/HTTPS transport, proxies and authentication.

I intend to package this software for Debian.




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



Bug#435126: unmerging 435126

2007-09-15 Thread Frank Lichtenheld
# Automatically generated email from bts, devscripts version 2.10.8
# on second thought they are not exactly the same
unmerge 435126




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



Bug#442349: bongoproject_0.2.0-3(sparc/experimental): FTBFS: undefined reference to `lucene::document::Field::setBoost(double)'

2007-09-15 Thread Frank Lichtenheld
Package: bongoproject
Version: 0.2.0-3
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of bongoproject_0.2.0-3 on odin by sbuild/sparc 98-farm
| Build started at 20070915-1213
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 7272kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main bongoproject 0.2.0-3 
(dsc) [1003B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main bongoproject 0.2.0-3 
(tar) [7250kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main bongoproject 0.2.0-3 
(diff) [20.9kB]
| Fetched 7272kB in 3s (2209kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs, debhelper (= 5), bison, slapd, libgnutls-dev, python 
(= 2.3), python-dev, libpopt-dev, flex, pkg-config, libldap2-dev, gettext, 
ldapscripts, check, libsqlite3-dev, libcurl3-gnutls-dev, libclucene-dev, 
python-central, autotools-dev
| Checking for already installed source dependencies...
[...]
| /bin/sh ./libtool  --tag=CXX --mode=link g++  -g -Wall -O2   -o bongostore  
src/agents/store/bongostore-alarmdb.o src/agents/store/bongostore-auth.o 
src/agents/store/bongostore-calendar.o src/agents/store/bongostore-command.o 
src/agents/store/bongostore-config.o 
src/agents/store/bongostore-conversations.o 
src/agents/store/bongostore-cookie.o src/agents/store/bongostore-db.o 
src/agents/store/bongostore-dbpool.o src/agents/store/bongostore-guid.o 
src/agents/store/bongostore-lock.o src/agents/store/bongostore-mail.o 
src/agents/store/bongostore-mail-parser.o src/agents/store/bongostore-main.o 
src/agents/store/bongostore-mime.o src/agents/store/bongostore-search.o 
src/agents/store/bongostore-store.o src/agents/store/bongostore-stored.o 
src/agents/store/bongostore-index.o src/agents/store/bongostore-lucene-index.o 
src/agents/store/filters/bongostore-filter.o 
src/agents/store/filters/bongostore-contact-filter.o 
src/agents/store/filters/bongostore-event-filter.o 
src/agents/store/filters/bongostore-mail-filter.o libbongo-json.la 
libbongocal.la libbongonmap.la libbongomanagement.la libbongomsgapi.la 
libbongomdb.la libbongologger.la libbongoconnio.la libbongostreamio.la 
libbongomemmgr.la libbongoutil.la libbongoxpl.la 
./import/log4c/log4c/libbongolog4c.la -lsqlite3   -L/usr/lib -lclucene -pthread 
-lpthread  
| g++ -g -Wall -O2 -o .libs/bongostore src/agents/store/bongostore-alarmdb.o 
src/agents/store/bongostore-auth.o src/agents/store/bongostore-calendar.o 
src/agents/store/bongostore-command.o src/agents/store/bongostore-config.o 
src/agents/store/bongostore-conversations.o 
src/agents/store/bongostore-cookie.o src/agents/store/bongostore-db.o 
src/agents/store/bongostore-dbpool.o src/agents/store/bongostore-guid.o 
src/agents/store/bongostore-lock.o src/agents/store/bongostore-mail.o 
src/agents/store/bongostore-mail-parser.o src/agents/store/bongostore-main.o 
src/agents/store/bongostore-mime.o src/agents/store/bongostore-search.o 
src/agents/store/bongostore-store.o src/agents/store/bongostore-stored.o 
src/agents/store/bongostore-index.o src/agents/store/bongostore-lucene-index.o 
src/agents/store/filters/bongostore-filter.o 
src/agents/store/filters/bongostore-contact-filter.o 
src/agents/store/filters/bongostore-event-filter.o 
src/agents/store/filters/bongostore-mail-filter.o -pthread  
./.libs/libbongo-json.so ./.libs/libbongocal.so -L/usr/lib 
./.libs/libbongonmap.so ./.libs/libbongomanagement.so ./.libs/libbongomsgapi.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongomdb.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongonmap.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongologger.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongocal.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongo-json.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongoconnio.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongostreamio.so 
/build/buildd/bongoproject-0.2.0/import/log4c/log4c/.libs/libbongolog4c.so 
/usr/lib/libcurl-gnutls.so /usr/lib/libidn.so -lldap -lgssapi_krb5 
/build/buildd/bongoproject-0.2.0/import/libical/src/libical/.libs/libical-bongo.so
 ./.libs/libbongomdb.so ./.libs/libbongologger.so ./.libs/libbongoconnio.so 
./.libs/libbongostreamio.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongoutil.so 
./.libs/libbongomemmgr.so ./.libs/libbongoutil.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongomemmgr.so 
/build/buildd/bongoproject-0.2.0/.libs/libbongoxpl.so ./.libs/libbongoxpl.so 
/usr/lib/libgnutls.so /usr/lib/libtasn1.so -lz /usr/lib/libgcrypt.so 
/usr/lib/libgpg-error.so -lnsl -lresolv 
./import/log4c/log4c/.libs/libbongolog4c.so /usr/lib/libsqlite3.so -ldl 
/usr/lib/libclucene.so -lpthread 
| src/agents/store/filters/bongostore-filter.o: In function 
`FilterAddTextWithBoost(lucene::document::Document*, wchar_t const

Bug#442350: ITP: php-validate -- provides methods to validate various data types

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-validate
  Version : 0.7.0
* URL : http://pear.php.net/package/Validate
* License : PHP
  Programming Lang: Php
  Description : Provides methods to validate various data types

 Package to validate various datas. It includes :
  - numbers (min/max, decimal or not)
  - email (syntax, domain check, rfc822)
  - string (predifined type alpha upper and/or lowercase, numeric,...)
  - date (min, max, rfc822 compliant)
  - uri (RFC2396)
  - possibility valid multiple data with a single method call (::multiple)


I intend to package this software for Debian.




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



Bug#442352: ITP: php-net-traceroute -- PEAR Module for executing traceroute

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-xml-rpc
  Version : 0.21.1
* URL : http://pear.php.net/package/Net_Traceroute
* License : PHP
  Programming Lang: Php
  Description : PEAR Module for executing traceroute

 OS independent wrapper class for executing traceroute calls

I intend to package this software for Debian.




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



Bug#82474: viKraMax The best Treatment for ED

2007-09-15 Thread Carey Bower
Hey Colleague

viadra* is approved  treatment 

But it has very bad side effects. eg:

1.Increase the risk of Heart Attack
2.Increase The risk Of Blindness
3.Headache, facial flushing, and upset stomach
4.Too Expensive

Check for the best Alternative

http://antiimpotencesofttabspill.blogspot.com/

Still waiting? check it now, you will thankful to me latter

Thank for reading

10) Captions, extraneous text images, and background music are unsuitable and 
improper -perhapsconstituting inadmissible hearsay. 

Election Templates - from Education World 
Like my reaction time Endless's Avatar Join Date: Jun 2006 Location: 
Snobsville, and proud of it Age: 14 Posts: 1688 Question whale fish 

Back to your working life... over time, the supervisor now reports you to the 
person above and you're just waiting for your name to be called to see the 
manager. Now it's going to hit you. You're either, get laid off, get demoted, 
or transferred to another department. This is where it hurts the most. The 
managers can't do anything but take necessary actions to ensure your position 
is 'fully' meeting its targets.But he's your best friend... so, it's not his 
company and even if your best friend doesn't take action against you, someone 
above his ranking will take action against him. So either way something will 
happen to your role. Remember, if a business does not fulfil its role to 
provide product and services to its' buyers or users, then the definition of 
business is not fulfilled.So now what... are you thinking of an accident at 
work claim? It's been 11 months since your injury and now you're thinking of 
you an injury claimallaswithhappy? If you took action at the early stages of 
your accident, by now you would have been in a better position. Nevertheless it 
happens all the time. Workers 'think', been with the company for so long, they 
won't do anything outrageous. Well you can't predict the future and neither can 
they. But what they can predict is your work performance, past, present and 
future. They forecast the future of their business and you should forecast your 
work future. However you're scared thinking who'll be the bread earner if you 
lose your job. Let's worry about that in a minute, but first let's put the 
cards on the table... Making mistakes is common practice as you know, nobody's 
prefect. Everybody learns from mistakes and ensure they don't make the 'same' 
mistake again. 







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



Bug#434510: flashplugin-nonfree: Doesn't work in OpenOffice.org

2007-09-15 Thread Samuel Thibault
Bart Martens, le Sat 15 Sep 2007 11:44:18 +0200, a écrit :
 Is this regression by upgrading Adobe Flash Player from 7 to 9 ?
 Is it a difference between flashplayer-mozilla and flashplugin-nonfree ?

flashplayer-mozilla (7.0.63-0.0) works fine while flashplugin-nonfree
(9.0.48.0.2 or 1:1) fails.

flashplayer-mozilla, with its flashplayer.xpt and libflashplayer.so
files replaced by the ones from Adobe Flash Player 9 fails too, so I
guess the problem comes from the upgrade. Running nm shows that things
have changed a lot indeed.

 Has flashplugin-nonfree ever worked with openoffice.org presentations ?

I don't know, as I have always been using flashplayer-mozilla, and the
old versions can't be installed any more (download fails).

Samuel




Bug#441478: [EMAIL PROTECTED]: Bug#441478: libglpk0: security flaw buffer overflow in glplib05.c xvprintf]

2007-09-15 Thread Rafael Laboissiere
* Andrew Makhorin [EMAIL PROTECTED] [2007-09-15 14:38]:

  Actually, there is a way to circumvent the problem. It is quite ugly
  and I am not sure you would like to implement it. Here is it: make
  the functions xprintf and xprint1 both static, and move them,
  together with xvprintf, into a header file (.h) which will be
  included by all other files calling xprintf or xprint1. The only
  side effect is that the resulting shared library will increase in
  size.
 
 I do not understand the problem. There are many internal glpk routines
 prefixed by '_glp_', which, in principle, can be called from the user
 program. However, there is a common convention not to call such routines
 from outside.

We are not talking about normal users following the conventions.  We are
talking about a malicious hacker that could exploit the buffer overflow
vulnerability currently in GLPK.  I do not know much about such exploits
(and have no interest in learning them either) but knowing that Debian is
currently distributing libglpk with such a vulnerability makes me really
nervous.

I think that I will patch your sources for the Debian package along the
vsnprintf lines suggested by Peter.  I would encourage you to fix the
problem in the GLPK source.

Cheers,

-- 
Rafael



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



Bug#442353: starting wine programs restarts the xserver

2007-09-15 Thread Peter Ginchev
Package: wine
Version: 0.9.25-2.1

After the last update of xserver-xorg-core (2:1.1.1-21etch1)
I cannot start any wine program, trying to start it results in xserver restart
Before this update I didn't see such a problem

I am using Debian 4.0 with latest updates
NVidia propriety driver, latest version (100.14.11)

Thanks!
petraki




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



Bug#441478: [EMAIL PROTECTED]: Bug#441478: libglpk0: security flaw buffer overflow in glplib05.c xvprintf]

2007-09-15 Thread Andrew Makhorin
  Actually, there is a way to circumvent the problem. It is quite ugly
  and I am not sure you would like to implement it. Here is it: make
  the functions xprintf and xprint1 both static, and move them,
  together with xvprintf, into a header file (.h) which will be
  included by all other files calling xprintf or xprint1. The only
  side effect is that the resulting shared library will increase in
  size.
 
 I do not understand the problem. There are many internal glpk routines
 prefixed by '_glp_', which, in principle, can be called from the user
 program. However, there is a common convention not to call such routines
 from outside.

 We are not talking about normal users following the conventions.  We are
 talking about a malicious hacker that could exploit the buffer overflow
 vulnerability currently in GLPK.  I do not know much about such exploits
 (and have no interest in learning them either) but knowing that Debian is
 currently distributing libglpk with such a vulnerability makes me really
 nervous.

I do not think that that could jeopardize the system, only the application.

 I think that I will patch your sources for the Debian package along the
 vsnprintf lines suggested by Peter.  I would encourage you to fix the
 problem in the GLPK source.

Okay. I will make necessary changes to use vsnprintf rather than vsprintf
in the next release.

Best wishes,

Andrew Makhorin




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



Bug#441172: autofs: option --ghost causes errors

2007-09-15 Thread Jan Christoph Nordholz
Hi Modesto,

could you provide some more details? What does your auto.master
exactly look like, and when do those errors appear? (Perhaps you
can paste a bit of context or describe it more verbosely)


Thanks!

Jan


signature.asc
Description: Digital signature


Bug#442354: two spaces for Homepage tag

2007-09-15 Thread Nico Golde
Package: glipper
Severity: wishlist

Hey Neil!
You use the Homepage tag in control but just with one space 
in front of it. Two spaces would be nice.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpy31ZB6LvS1.pgp
Description: PGP signature


Bug#386998: Split the package

2007-09-15 Thread Bartosz Fenski aka fEnIo
On Mon, Sep 11, 2006 at 03:40:10PM +0100, Marcin Owsiany wrote:
 There are lots of dependancies, and the program supports plugins, so
 it should be split, keeping a good compromise between the
 user-friendliness and archive-friendliness.
 
 Note that it probably doesn't make much sense to split it long before
 ekg2 leaves experimental.
 
I'm using ekg2 regularly for some days now, and I think it's stable enough
to start thinking about migration to normal archive, thus splitting it
seems to be have more sense now.

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - malopolskie v. - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#441478: [EMAIL PROTECTED]: Bug#441478: libglpk0: security flaw buffer overflow in glplib05.c xvprintf]

2007-09-15 Thread Rafael Laboissiere
* Andrew Makhorin [EMAIL PROTECTED] [2007-09-15 15:59]:

  We are not talking about normal users following the conventions.  We are
  talking about a malicious hacker that could exploit the buffer overflow
  vulnerability currently in GLPK.  I do not know much about such exploits
  (and have no interest in learning them either) but knowing that Debian is
  currently distributing libglpk with such a vulnerability makes me really
  nervous.
 
 I do not think that that could jeopardize the system, only the application.

I would not underestimate the creativity of the malicious crackers nowadays.
Buffer overflow vulnerabilities are carefully addressed.  A search at the
cve.mitre.org website for buffer overflow [1] yields 4840 hits.

[1] 
http://www.google.com/custom?q=buffer+overflowsa=Google+Searchcof=S%3Ahttp%3A%2F%2Fcve.mitre.org%3BGL%3A0%3BAH%3Aleft%3BLC%3A%23009%3BL%3Ahttp%3A%2F%2Fcve.mitre.org%2Fimages%2Fgoogle_cvelogo.jpg%3BAWFID%3Adf91761661c84389%3Bdomains=cve.mitre.orgsitesearch=cve.mitre.org

  I think that I will patch your sources for the Debian package along the
  vsnprintf lines suggested by Peter.  I would encourage you to fix the
  problem in the GLPK source.
 
 Okay. I will make necessary changes to use vsnprintf rather than vsprintf
 in the next release.

Thanks. In the meanwhile, I uploaded the patched version 4.21-2 of the
Debian package.

-- 
Rafael



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



Bug#441181: xserver-xorg-video-ati: does not detect monitor

2007-09-15 Thread Michal Suchanek
On 14/09/2007, Brice Goglin [EMAIL PROTECTED] wrote:
 Michal Suchanek wrote:
  Detects and throws away part of the information would be more precise.
  It gets the sync rates and calculates a mode that fits into these but
  is larger than physical size.
 
  It sort of works with 6.7.192 (in this setup it does not choose modes
  larger than 1280x1024, probably just accidentally) but it crashes on
  Radeon 9200, at least in Ubuntu.
 
  https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/139210
 

 The problem described there looks like some lockups I have been
 experiencing lately too. There is at least one interesting fix in
 upstream git master for this, it helped for me. I uploaded
 xserver-xorg-video-ati 6.7.192-4 yesterday with the current contents of
 upstream git, please try it.

Tried to install the experimental X on a Lenny live CD. Locked up
quite fast. Before I could report I tried it :)

Also I do not think these new drivers really fix the problem, they
just do not contain many of the built-in modes the old driver did.
Would have to test to be sure, though.

Thanks

Michal



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



Bug#437827: [Pkg-alsa-devel] Bug#437827: libasound2: Sound creaks badly when playing DVDs or OGG files

2007-09-15 Thread Frans Pop
On Tuesday 11 September 2007, Elimar Riesebieter wrote:
  Recently the sound when playing DVDs with vlc started creaking very
  bad, especially with some voices and loud sound in general. Today I
  found that the same happens when I play OGG files using vlc.

 Which sound driver do you use? I noticed a similar bug from someone
 using APPLE hardware. A digital soundcard is used there.

I have a fairly standard 64-bits Intel-based box:
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High 
Definition Audio Controller [8086:27d8] (rev 01)

The alsa module used is snd_hda_intel.

Cheers,
FJP

P.S. I also filed a BR upstream, but no response so far:
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3360



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



Bug#385914: closed by Aurelien Jarno [EMAIL PROTECTED] (Re: Bug#385914: pdftk broken in unstable (dependency on libgcj7))

2007-09-15 Thread Bas Zoetekouw
severity 385914 grave
thanks

 Bruce MacDonald wrote:
 Package: pdftk
 Version: 1.12-11
 Severity: important
 The current upgrade in unstable will replace libgcj7 with libgcj7-0, which 
 will cause pdftk to be removed. 

 The problem has been fixed by the release team in version pdftk_1.12-11+b1. 
 Closing the bug.

This problem still exists in unstable: pdftk has a versioned depends on
libgcj7-0, but thta package doesn't exist anymore and is now provided by
gij-4.1:

[EMAIL PROTECTED] sudo apt-get install pdftk
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  pdftk: Depends: libgcj7-0 (= 4.1.1-12) but it is not installable
E: Broken packages

[EMAIL PROTECTED] sudo apt-get install gij-4.1  
Reading package lists... Done
Building dependency tree   
Reading state information... Done
gij-4.1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded.




-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 



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



Bug#442315: 442315: nspluginwrapper: Causes konqueror to freeze for 1 minute; flash content not displayed

2007-09-15 Thread Matthew Grice

I can confirm that

nspluginwrapper -v -a -u

works to fix the bug with IceApe and IceWeasel on testing amd64.


Many thanks,

Matt Grice



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



Bug#442354: two spaces for Homepage tag

2007-09-15 Thread Neil Williams
On Sat, 15 Sep 2007 14:00:29 +0200
Nico Golde [EMAIL PROTECTED] wrote:

 Package: glipper
 Severity: wishlist
 
 Hey Neil!
 You use the Homepage tag in control but just with one space 
 in front of it. Two spaces would be nice.

What's the point?

1. Glipper is orphaned, I'm waiting for the new version to be uploaded
by the new maintainer.

2. dpkg supports Homepage: as a control field now so the whole
discussion around one spaces or two is redundant, IMHO.

http://bugs.debian.org/436550

CC'ing the new maintainer - David, it's been a while since the ITA was
done. Any sign of an upload?

Nico, do you sponsor python packages? Maybe you could sponsor David and
close your own bug.
;-)

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/


pgp1q4D2bbo6z.pgp
Description: PGP signature


Bug#442356: ITP: php-image-graphviz -- interface to ATT's GraphViz tools

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-image-graphviz
  Version : 1.2.1
* URL : http://pear.php.net/package/Image_GraphViz/
* License : PHP
  Programming Lang: Php
  Description : interface to ATT's GraphViz tools

 The GraphViz class allows for the creation of and the work with 
 directed and undirected graphs and their visualization with ATT's 
 GraphViz tools.

I intend to package this software for Debian.




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



Bug#442355: Support for multiple genre tags

2007-09-15 Thread Erich Schubert
Package: rhythmbox
Version: 0.11.1-1+b1
Severity: wishlist
Tag: upstream

Rhythmbox doesn't seem to support multiple genre fields. This works very well 
with ID3v2 and Ogg Vorbis, though.
And it's very useful in cases where a song is hard to classify or when you want 
to avoid creating thousands of genres.
For example, it makes a lot of sense to tag a song as both Big-Band and 
Swing, as opposed to Swing which is not played by a big band, or a big band 
playing different music styles.
Also if you do sub-classification this is useful, e.g. for tagging songs as 
Neo-Swing, Retro Swing and Swing, if they are modern swing, imitating the 
old swing styles.
That way they can still be found when filtering by genre Swing.

This is related to #233990

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-686

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
gconf2  (= 2.10.1-2) | 2.19.1-1
libart-2.0-2  (= 2.3.18) | 2.3.19-3
libatk1.0-0   (= 1.13.2) | 1.18.0-2
libavahi-client3  (= 0.6.13) | 0.6.21-2
libavahi-common3  (= 0.6.10) | 0.6.21-2
libavahi-glib1(= 0.6.12) | 0.6.21-2
libbonobo2-0  (= 2.15.0) | 2.19.6-1
libbonoboui2-0(= 2.15.1) | 2.19.6-1
libc6  (= 2.5-5) | 2.6.1-4
libcairo2  (= 1.4.0) | 1.4.10-1
libdbus-1-3(= 1.1.1) | 1.1.1-3
libdbus-glib-1-2(= 0.74) | 0.74-1
libexpat1 (= 1.95.8) | 1.95.8-4
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libfreetype6   (= 2.3.5) | 2.3.5-1+b1
libgconf2-4   (= 2.13.5) | 2.19.1-1
libglade2-0  (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0  (= 2.13.5) | 2.14.0-2
libgnome-keyring0(= 0.8) | 0.8.1-2
libgnome-media0   | 2.18.0-2+b2
libgnome2-0   (= 2.17.3) | 2.19.1-1
libgnomecanvas2-0 (= 2.11.1) | 2.19.2-1
libgnomeui-0  (= 2.17.1) | 2.19.1-1
libgnomevfs2-0 (= 1:2.17.90) | 1:2.19.91-2
libgnutls13  (= 1.6.3-0) | 1.7.19-1
libgpod2  | 0.5.2-4
libgstreamer-plugins-base0.10-0  (= 0.10.13) | 0.10.14-4
libgstreamer0.10-0   (= 0.10.13) | 0.10.14-2
libgtk2.0-0(= 2.10.12-3) | 2.11.6-1
libhal1(= 0.5.9) | 0.5.9.1-4
libice6  (= 1:1.0.0) | 2:1.0.4-1
liblircclient0| 0.8.0-12
libmtp5   | 0.1.5-2
libmusicbrainz4c2a (= 2.1.5) | 2.1.5-1
libnautilus-burn4 | 2.18.2-1
libnotify1 (= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10| 
liborbit2   (= 1:2.14.1) | 1:2.14.7-0.1
libpango1.0-0 (= 1.16.4) | 1.18.1-1
libpng12-0  (= 1.2.13-4) | 1.2.15~beta5-2
libpopt0(= 1.10) | 1.10-3
libsexy2   (= 0.1.8) | 0.1.11-2
libsm6| 2:1.0.3-1+b1
libsoup2.2-8  (= 2.2.98) | 2.2.100-1
libtotem-plparser1(= 2.17.5) | 2.18.2-2
libusb-0.1-4(= 2:0.1.12) | 2:0.1.12-7
libx11-6  | 2:1.0.3-7
libxcursor1( 1.1.2) | 1:1.1.9-1
libxext6  | 1:1.0.3-2
libxfixes3   (= 1:4.0.1) | 1:4.0.3-2
libxi6| 2:1.1.3-1
libxinerama1  | 1:1.0.2-1
libxml2   (= 2.6.29) | 2.6.30.dfsg-2
libxrandr2   (= 2:1.2.0) | 2:1.2.2-1
libxrender1   | 1:0.9.3-1
python2.4 (= 2.3.90) | 2.4.4-6
zlib1g 

Bug#412389: cbm: ping - Bug is still under work at upstream

2007-09-15 Thread Jari Aalto

2007-09-15 status update: upstream is aware of the bug but not yet fixed

Jari



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



Bug#438542: O.k. to NMU?

2007-09-15 Thread Guido Guenther
Hi,
o.k. to NMU this one? I could also take care of 429225.
Cheers,
 -- Guido



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



Bug#442310: packagesearch: cupsys not found

2007-09-15 Thread Ross Boylan
On Sat, 2007-09-15 at 11:12 +0200, Benjamin Mesing wrote:
 Hallo Ross,
 
 thanks for the report.
 
 On Fri, 2007-09-14 at 15:07 -0700, Ross Boylan wrote:
  Package: packagesearch
  Version: 2.2.6
  Severity: normal
  
  I started packagesearch, unchecked search in descriptions and typed 
  cupsys into the search area.
  
  The package cupsys was not displayed in the lower left pane, though
  many cupsys related package were.  Some of these were installed (like
  cupsys); some were not.
  
  When I check search in descriptions the package appeared.
  Unchecking the box made it disappear again.
 
 Unfortunately I can't reproduce the bug.
 However, it is somehow explainable, since packagesearch iterates the Apt
 database in different ways for full text/packagename search. Of course
 this SHOULD NOT change anything, but obviously it does. 
 
 Perhaps you can answer the following two questions:
  1. Is the bug reproducable?
  2. Is the bug still reproducable after performing an apt-get update
 (note that you need to restart packagesearch afterwards)?
Yes to both.  Also, I reproduced it on a different system (though very
similarly configured to the first).

The first system had problems (not in packagesearch) because it needed a
bigger cache; it now has
Apt::Cache-Limit 2000;

However, the second system is at the default.  Both have multiple
versions (testing, unstable) in sources.list and use pinning
in /etc/apt/preferences.

I have 



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



Bug#442357: ircd-ircu: Lack of IPv6 support

2007-09-15 Thread Martin List-Petersen
Package: ircd-ircu
Severity: wishlist

ircu2.10.12.10, which is the current stable release supports IPv6 clients.
Other (IPv4) linked ircu servers will treat this clients properly, so this
should not break anything.

What is the status for packaging this upstream release ?

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

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



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



Bug#442359: RFP: python-pysamba -- Fully functional python bindings for samba, allowing the developer to interface any samba-capable device much like python's ftplib does.

2007-09-15 Thread Michiel Holtkamp
Package: wnpp
Severity: wishlist


* Package name: python-pysamba
  Version : 1.0.0
  Upstream Author : Juan M. Casillas [EMAIL PROTECTED]
* URL : 
http://www.jmcresearch.com/src/projecthelper.php?action=viewid=18
* License : GPL
  Programming Lang: C, Python
  Description : Fully functional python bindings for samba, allowing the 
developer to interface any samba-capable device much like python's ftplib does.

PySamba is a full wrapper based in the work of Tim Potter. In fact,
PySamba is built as a Python C extension over the cli library provided
with samba and a Python module that hides the complexity of the
lower layer (smb) providing high-level commands like Mkdir or DiskAvail.

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

Kernel: Linux 2.4.29-grsec
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#442358: ITP: php-image-color -- PEAR Module which manage and handles color data and conversions

2007-09-15 Thread Yann Rouillard
Package: wnpp
Severity: wishlist
Owner: Yann Rouillard [EMAIL PROTECTED]


* Package name: php-image-color
  Version : 1.0.2
* URL : http://pear.php.net/package/Image_Color
* License : PHP
  Programming Lang: Php
  Description : PEAR Module which manage and handles color data and 
conversions

 This module provides functions to manage and handle 
 color data and conversions.

I intend to package this software for Debian.




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



  1   2   3   4   >