Bug#72140: what's that?

2005-08-13 Thread Tim Fitzgerald
For your immediate review:

Good Day, your file has been reviewed and there now are a few potential options 
for you to consider. 

Please note that this issue is time sensitive and that your previous credit 
situation is not of concern. 

Confirm your details on our secure form to ensure the data we have is up to 
date, thank you.

http://www.passivexs.com/index2.php?refid=windsor

--Tim Fitzgerald
Lead Financial Advisor - eLMR Corp.

opt out of our list here:
http://www.passivexs.com/r.php







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



Bug#322867: laptop-mode-tools: reduce logging noise

2005-08-13 Thread Andrew Pimlott
Package: laptop-mode-tools
Version: 1.08-1
Severity: minor

laptop_mode spits a verbose, badly formatted noise to daemon.log:

Aug 12 22:24:33 localhost apmd: + Stopping automatic power miser daemon: 
apmiser. Laptop Mode Tools 1.08 Setting action to stop because we are running 
on AC power. Stopping laptop_modeAdjusting 2.6 kernel parameters to disable 
laptop mode. Remounting filesystems. /dev/hda3 not found in
Aug 12 22:24:33 localhost apmd: + PARTITIONS. / not found in PARTITIONS. 
Checking /dev/hda3 against HD because PARTITIONS contains auto. /dev/hda3 
contains /dev/hda, which is in HD, so we will remount it. Original options: 
rw,errors=remount-ro,commit=0 Executing: blockdev --setra 256 /d
...

and so on for many more lines.  Ideally this would be pared down to only
useful information. :-)

Andrew

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages laptop-mode-tools depends on:
ii  powermgmt-base1.22   Common utils and configs for power

Versions of packages laptop-mode-tools recommends:
ii  acpid 1.0.4-2Utilities for using ACPI power man
ii  apmd  3.2.2-3Utilities for Advanced Power Manag
ii  hdparm6.1-2  tune hard disk parameters for high

-- no debconf information


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



Bug#11992: Wanna see a nude college girls? Mitch

2005-08-13 Thread Ada
Do you want to see real amateurs who have webcams 
on their computers in their dorm rooms? This is 
not one of those sites with professional girls who 
get paid to do this in front of the camera, these 
are the average girls next door, at college, trying 
to make money and meet guys!

Get free access to a huge database of hot college girls, 
unlimited cam shows with LIVE CHAT and there are no 
Pay-Per-Minute charges!

http://brucereeattax.com/co25/










sachem you crewmen me enforceable you cried me canal you accrue me equal you 
rampart me 
schwab you chang me alchemy you pickerel me 


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



Bug#322868: Building with debug symbols should be easy

2005-08-13 Thread Martin Samuelsson
Package: qt-x11-free
Version: 3:3.3.4-3

Trying to find more info on #322522 I decided to recompile qt with
debugging symbols. However, I don't feel like editing all the Makefiles
and all just to do it.

The Debian Policy Manual, section 10.1 states that I could expect the
following to work for all packages.

DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage 

But with this package's build process, it doesn't.
--
/Martin


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



Bug#322086: ALSA support for ali5451

2005-08-13 Thread Matt Taggart
I have a ali5451 in my laptop and alsa works fine with 2.6.12. Here are some 
details,

lspci
:00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link 
Controller Audio Device (rev 02)
lspci -n
:00:06.0 0401: 10b9:5451 (rev 02)

kernel
linux-image-2.6.12-1-6862.6.12-2

$ lsmod |grep snd
snd_ali545123780  0 
snd_ac97_codec 84120  1 snd_ali5451
snd_pcm_oss55072  0 
snd_mixer_oss  20032  1 snd_pcm_oss
snd_pcm93608  3 snd_ali5451,snd_ac97_codec,snd_pcm_oss
snd_timer  24676  1 snd_pcm
snd56580  6 snd_ali5451,snd_ac97_codec,snd_pcm_oss,snd_mixe
r_oss,snd_pcm,snd_timer
soundcore   9760  1 snd
snd_page_alloc  9956  1 snd_pcm

I used alsaconf to set it up.

-- 
Matt Taggart
[EMAIL PROTECTED]




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



Bug#322540: yaboot: FTBFS (ppc64): Please support the ppc64 architecture

2005-08-13 Thread Andreas Jochens
On 05-Aug-12 18:50, Ethan Benson wrote:
 here is the pending patch I have though.

Hello,

thank you for the patch. I will check if it works for me.

Regards
Andreas Jochens



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



Bug#322146: glibc: FTBFS (powerpc): Unmet build dependencies: gcc-3.4 (= 3.4.4-6)

2005-08-13 Thread Andreas Jochens
On 05-Aug-13 12:20, GOTO Masanori wrote:
 Andreas Jochens wrote:
  This can be fixed by replacing
  
  'gcc-4.0 [!powerpc !m68k] | gcc-3.4 (= 3.4.4-6) [powerpc] | gcc-3.4 [m68k]'
  
  with
  
  'gcc-4.0 [!powerpc !m68k], gcc-3.4 [powerpc m68k]'
  
  in the Build-Depends.
 
  Note that the separation character should be ',' instead of '|' to make
  sure that the second item gets processed by 'apt-get build-dep' and that
  the gcc-3.4 version requirement (= 3.4.4-6) cannot be fulfilled because
  unstable still has 3.4.4-5.
 
 biarch ppc64 needs new gcc-3.4.  Matthias uploaded gcc-3.4
 3.4.4-7, this bug is already fixed.  I think it's OK to close now.

Hello,

the version number requirement will be fixed then, thanks. 

Will the separation character problem (',' vs. '|') in the glibc 
Build-Depends also be fixed?

By the way, thank you for adding powerpc/ppc64 biarch support 
to the toolchain. The ppc64 development will benefit a lot from
that.

Regards
Andreas Jochens


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



Bug#322252: app_dtmftotext.so still fails to load in asterisk-spandsp-plugins, 0.0.20050227-1

2005-08-13 Thread Tzafrir Cohen
On Fri, Aug 12, 2005 at 07:14:19PM +0200, Wolfgang Alper wrote:
 As requested find attached the output from reportbug of the system in 
 question, please.
 
 Package: asterisk-app-dtmftotext
 Version: 0.0.20050227-1

 ii  libspandsp0 0.0.2pre17-1 DTelephony signal processing 

I figure that now is a good time to finally upgrade those two packages.
http://updates.xorcom.com/iso/ has a newer spandsp annd the apps. Newer
dtmftotext has was written on 3/2005(!) but for some strange reason has
not found its way into Sarge.

I suggest that you give those two packages the minimal testing and
adjustments and upload them.

ftp://ftp.soft-switch.org/pub/spandsp/
itself has nothing newer (just re-checked).

-- 
Tzafrir Cohen icq#16849755  +972-50-7952406
[EMAIL PROTECTED]  http://www.xorcom.com


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



Bug#307327: kernel-source-2.6.11: [powerpc] fn-key does not work on new powerbooks

2005-08-13 Thread Jochen Voss
Hello Stelian,

On Fri, Aug 12, 2005 at 09:20:56PM +0200, Stelian Pop wrote:
 The current state is ...
Thank you for clarifying this.

 The only (big) downside is that the FN keycode will not be understood by
 the classic X keyboard driver (no events in xev for example), unless the
 new (and not upstream yet) input based X keyboard driver is used.

What about the Linux console? dumpkeys -l | grep -i fn gives no output
at all.  Will be also need a patched version of console-tools?

All the best,
Jochen
-- 
http://seehuhn.de/


signature.asc
Description: Digital signature


Bug#322870: ITP: nfdump

2005-08-13 Thread Florian Weimer
Package: wnpp
Version: N/A; reported 2005-08-13
Severity: wishlist

* Package name: nfdump
  Version: 1.3.1
  Upstream author: Peter Haag [EMAIL PROTECTED]
* URL: http://nfdump.sourceforge.net/
* License: BSD
  Description: capture and analyze NetFlow data
 The nfdump tools collect and process netflow data on the command
 line.  You can use them to analyze netflow data from the past as well
 as to track interesting traffic patterns continuously.  The amount of
 time back in the past is limited only by the disk storage available
 for all the netflow data.  The tools are optimized for speed for
 efficient filtering.  The filter rules should look familiar to the
 syntax of tcpdump (pcap compatible).
 .
 This package includes the nfcapd daemon (to capture v5 and v7 NetFlow
 packets), nfdump (a program similar to tcpdump to look at captured
 flow data), nfprofile (for post-processing), nfreplay (reads stored
 flow data and sends it to another collector).
 .
 Homepage: http://nfdump.sourceforge.net/


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



Bug#322869: fprobe: allocates all available memory

2005-08-13 Thread Florian Weimer
Package: fprobe
Version: 0.4-4
Severity: grave
Justification: renders package unusable

Upon start, fprobe allocates all available memory and is killed by the
OOM handler.  (This happens with very light network traffic.)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc6fw
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#312180: udev creates /dev/usb/lp0 with root:root owner

2005-08-13 Thread Jean-Luc Coulon (f5ibh)

Marco,

Le 10.08.2005 22:05:28, Marco d'Itri a écrit :

On Jul 24, Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]
wrote:

 The problem is that now, I cannot do too much test with udev due to
the
 kernel and udev upgrade relationship. 2.6.11 doesnt work (doesnt
start)
 with 0.63 and 2.6.12 with 0.63 doesnt create some devices (I I
 understood correctly this is an hal issue to be fixed in the next
weeks)
Can you still reproduce this bug with the latest udev and a 2.6.12
kernel?


Sorry for the late answer (back from few days holidays).

I cannot reproduce the bug with the latest udev I've just upgraded  
(0.65-1) and the latest 2.6.12 (custom built from Debian source  
package).


About your previous mail:

If ide-generic is not in /etc/modules, the drive is never probed and  
the module never autoloaded. I've to manualy modprobe it to get the  
deveice.


If ide-generic is in /dev/modules, then ide-cd is autoloaded and I get  
the device with theright permissions/owner.




--
ciao,
Marco



--
Regards

Jean-Luc


pgpHAox3D681D.pgp
Description: PGP signature


Bug#322873: ITP: auctiongallery -- Generates picture galleries and HTML templates for auction descriptions

2005-08-13 Thread Stan Vasilyev
Package: wnpp
Severity: wishlist
Owner: Stan Vasilyev [EMAIL PROTECTED]


* Package name: auctiongallery
  Version : 0.9.1
  Upstream Author : Stan Vasilyev [EMAIL PROTECTED]
* URL : http://home.comcast.net/~deathkrush
* License : GPL
  Description : Generates picture galleries and HTML templates for auction 
descriptions

AuctionGallery is a terminal script that creates picture galleries for
the purpose of putting them into auctions like eBay, Yahoo Auctions,
etc. It can also be used automatically generate HTML templates for
auction description. It is aimed at powersellers who have hundreds of
products listed every day and need an efficient way of generating
galleries and organizing pictures in a coherent directory structure.

I created AuctionGallery because I needed simple software to quickly
create picture galleries for the purpose of putting them into auctions.
There are many other similar programs available but none did the job.

Features:

* Automatically organize picture galleries into an easy-to navigate
* directory structure.
* Upload pictures to an FTP site
* Resize images and create thumbnails
* Support for flexible templates

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10.best2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#322872: libnet-ldap-perl: improved version of recursive-ldap-delete.pl

2005-08-13 Thread Norbert Kiesel
Package: libnet-ldap-perl
Version: 1:0.33-1
Severity: wishlist
Tags: patch

Hi,
just had a look at the new recursive-ldap-delete.pl and find it overly
complicated and even a bit misleading (e.g. the $entry-update call is
not needed because Net::LDAP-delete does not need an update (unlike
Net::LDAP::Entry-delete)).  See attachment for a (IMHO) improved
version.

Best,
  Norbert



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libnet-ldap-perl depends on:
ii  libconvert-asn1-perl  0.19-1 Perl module for encoding and decod
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl [libmime-base64-perl]5.8.7-4Larry Wall's Practical Extraction 

libnet-ldap-perl recommends no packages.

-- no debconf information


recursive-ldap-delete.pl
Description: Perl program


Bug#130007: #130007 - vsound on alpha

2005-08-13 Thread Martin Samuelsson
I'm afraid the bug is still around.

When running mp3blaster on a file with the following format:

MPEG ADTS, layer III, v2,  24 kBits, 16 kHz, Monaural

...vsounds produces a file with the following format:

RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz

I don't really know what more information I can give. Maybe it's
platform related, maybe specific to the sound chip or maybe to something
completely different.
--
/Martin


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



Bug#322874: ITP: wlassistant -- Allows you to connect to wireless networks

2005-08-13 Thread Stan Vasilyev
Package: wnpp
Severity: wishlist
Owner: Stan Vasilyev [EMAIL PROTECTED]


* Package name: wlassistant
  Version : 0.5.3
  Upstream Author : Pawel Nawrocki [EMAIL PROTECTED]
* URL : http://wlassistant.sourceforge.net
* License : GPL
  Description : Allows you to connect to wireless networks

A user friendly KDE frontend allowing you to scan for and connect to
wireless networks using any adapter utilizing Wireless Extensions.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10.best2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#285371: exim4-daemon-heavy: gnutls-parms not recreated on startup, takes 20min after first tls conn

2005-08-13 Thread Andreas Metzler
tags 285371 pending
thanks
On 2005-08-12 tom schorpp [EMAIL PROTECTED] wrote:
[...]
 maybe params creation takes too long at tls-connection, better
 recreate at startup of daemon.
[...]

Something like this has been done in SVN:
-
  * Use certtool from gnutls-bin in cron.daily to re-generate gnutls-params
instead of only removing the file and letting exim4 re-generate it at SMTP
time after receiving STARTTLS. The maximum runtime of certtool is limited
to 2*1800 seconds per default by using timeout.pl by Piotr Roszatycki
(checked and beautified by Marc 'HE' Brockschmidt). Add gnutls-bin to
exim4-base' Suggests. (am) Closes: #285371

 cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash
   http://downhill.aus.cc/


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



Bug#322668: [EMAIL PROTECTED]: Re: Bug#322668: netbase: ifrename support]

2005-08-13 Thread Guus Sliepen
On Sat, Aug 13, 2005 at 12:04:03PM +1000, Kai Hendry wrote:

   Could you please apply the patch in:
   vim /usr/share/doc/ifrename/HOTPLUG.txt.gz +227
  No. Ask the ifrename maintainer to create its own init script.
  Anyway, ifrename is obsolete and you should rename interfaces with udev.
 
 I am little uneasy about udev. What about you?

I am not uneasy about it at all. But ifrename in unstable does come with
an init script.

-- 
Met vriendelijke groet / with kind regards,
Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#65797: Special Announcement

2005-08-13 Thread Sam Hickey
For your immediate review:

Good Day, your file has been reviewed and there now are a few potential options 
for you to consider. 

Please note that this issue is time sensitive and that your previous credit 
situation is not of concern. 

Confirm your details on our secure form to ensure the data we have is up to 
date, thank you.

http://www.passivexs.com/index2.php?refid=windsor

--Sam Hickey
Lead Financial Advisor - eLMR Corp.

opt out of our list here:
http://www.passivexs.com/r.php







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



Bug#322875: gdesklets-data: Rhythmlet desklets do not scale cover images

2005-08-13 Thread Stefan Tomanek
Package: gdesklets-data
Version: 0.35.2-2
Severity: normal


The rhythmbox desklets do not scale the album covers anymore, so instead
of displaying a small icon of it, they just show a section of it,
sometimes covering their own user interface with the picture.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.11-tm292
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gdesklets-data depends on:
ii  gdesklets 0.35.2-1   Architecture for desktop applets
ii  python2.3.5-3An interactive high-level object-o

Versions of packages gdesklets-data recommends:
ii  gnome-panel 2.10.2-1 launcher and docking facility for 
pn  hddtemp none   (no description available)
ii  libwww-search-perl  2.46-1   Perl modules which provide an API 
ii  python-imaging  1.1.4-3.1Python Imaging Library
ii  python-soappy   0.11.3-1 SOAP Support for Python (SOAP.py)
ii  python-xdg  0.14-2   A python library to access freedes
ii  python-xml  0.8.4-1  XML tools for Python [dummy packag
ii  python-xmms 2.04-2   Python interface to XMMS
ii  xmms1.2.10+cvs20050209-2 Versatile X audio player that look

-- no debconf information


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



Bug#322867: laptop-mode-tools: reduce logging noise

2005-08-13 Thread Bart Samwel

Andrew Pimlott wrote:

Package: laptop-mode-tools
Version: 1.08-1
Severity: minor

laptop_mode spits a verbose, badly formatted noise to daemon.log:

Aug 12 22:24:33 localhost apmd: + Stopping automatic power miser daemon: apmiser. 
Laptop Mode Tools 1.08 Setting action to stop because we are running on AC 
power. Stopping laptop_modeAdjusting 2.6 kernel parameters to disable laptop mode. 
Remounting filesystems. /dev/hda3 not found in
Aug 12 22:24:33 localhost apmd: + PARTITIONS. / not found in PARTITIONS. Checking 
/dev/hda3 against HD because PARTITIONS contains auto. /dev/hda3 contains 
/dev/hda, which is in HD, so we will remount it. Original options: 
rw,errors=remount-ro,commit=0 Executing: blockdev --setra 256 /d
...

and so on for many more lines.  Ideally this would be pared down to only
useful information. :-)


It seems like you have VERBOSE_OUTPUT=1 in laptop-mode.conf. If you set 
it to 0 then the output will hopefully be nice and simple.


--Bart


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



Bug#322876: qps: no processes listed with 2.6 kernel (2.6.12.2) on MP machine

2005-08-13 Thread Andrew Sharp
Package: qps
Version: 1.9.7.0-3
Severity: important


On machines with more than one processor and 2.6 kernel, qps doesn't
list any processes.  It draws the window for the list of processes, but
it's empty.  The graphical displays of load average and the like work.
Still works on 2.4 kernels and on UP machines with 2.6 kernels.  I tried
to pinpoint the problem, and I noticed with strace that it is trying to
open the file /proc/pid/cpu for each process, and that open fails on
2.6 kernels, but that shouldn't keep it from displaying the list of
processes.  I didn't do an strace on the UP machine to see if it was
trying to open that file or not.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages qps depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-13  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#321935: fuse-source: patch for this problem

2005-08-13 Thread Mark Nipper
Package: fuse-source
Version: 2.3.0-3
Followup-For: Bug #321935

I've attached the patch.  Amazing how this simple omission
causes such problems!  :)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages fuse-source depends on:
ii  bzip2 1.0.2-8high-quality block-sorting file co
ii  debhelper 4.9.5  helper programs for debian/rules
ii  gcc [c-compiler]  4:4.0.1-3  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-7  The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.4-7The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.1-4The GNU C compiler
ii  make  3.80-11The GNU version of the make util

Versions of packages fuse-source recommends:
ii  dpkg-dev  1.13.10Package building tools for Debian
ii  module-assistant  0.9.8  tool to make module package creati

-- no debconf information
--- fuse/debian/rules.orig  2005-08-13 03:08:31.0 -0500
+++ fuse/debian/rules   2005-08-13 03:07:17.0 -0500
@@ -70,7 +70,7 @@
 kdist_clean:
dh_clean
 
-kdist_config:
+kdist_config: prep-deb-files
 
 kdist_configure: kdist_config
 


Bug#97307: Our pills doctor tested and approved!

2005-08-13 Thread Matilda

Legal, prescription medications under the essential guidance of licensed medical
http://parked.vaiium.com/ph/lib/




Freedom is nothing else but a chance to be better.   
Name me an emperor who was ever struck by a cannonball.  
Santa Claus had the right idea. Visit everyone once a year.  
Although prepared for martyrdom, I preferred that it be postponed.   





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



Bug#92845: A new era of online medical care.

2005-08-13 Thread Austin

Attract women now!
http://thoroughfares.ownl.com/pha/as/




No statue has ever been put up to a critic.   
It's simple. It's just things with chalk on a board.   
I respect faith, but doubt is what gets you an education.  
Sure, winning isn't everything. It's the only thing. 





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



Bug#79037: The best moments in your life happen suddenly...

2005-08-13 Thread Mathilda

Healthy living for everyday life.
http://Hispanicize.vaiium.com/ph/lib/




Always do right. This will gratify some people and astonish the rest. 
Conservative: One who admires radicals centuries after they're dead.
The gem cannot be polished without friction, nor man perfected without trials. 
Nature's Laws are the invisible government of the earth.





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



Bug#322720: See also related report on bts itself

2005-08-13 Thread Olivier Berger
Hi.

FYI there is a report tracking the same issue on the BTS : #322825
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322825)

My 2 cents.
-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#322671: libfwbuilder: rebuild needed for C++ ABI transition (NMU patch attached)

2005-08-13 Thread Steve Langasek
On Fri, Aug 12, 2005 at 01:05:55PM -0700, Jeremy T. Bouse wrote:
Looks fine to me... I will be sure to include it and #322690 into 
 the 2.0.8 packaging I've been currently working on. Can you please 
 forward details on how/why regarding the renaming for my information as 
 I'm obviously behind on the info relating to the ABI changes.

That would be this announcement from last month:
http://lists.debian.org/debian-devel-announce/2005/07/msg1.html

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#322877: doc-linux: copyright misleading about Clone-HOWTO's license (not GPL)

2005-08-13 Thread Filipus Klutiero
Package: doc-linux
Severity: normal

[copyrights/] [free/] [GPL-2] shouldn't list the Clone-HOWTO. The HOWTO
mentions the GPL, but only a script in it is licensed under the GPL. The
document itself is under the GFDL only:

Permission is granted to copy, distribute and/or modify this document
under
the terms of the [http://www.gnu.org/copyleft/fdl.html] GNU Free
Documentation License (GFDL), Version 1.1 or any later version published
by
the Free Software Foundation; with no Invariant Sections, with no
Front-Cover
Texts, and with no Back-Cover Texts. The clone script is licensed in the
terms of the [http://www.gnu.org/copyleft/gpl.html] GNU General Public
License (GPL).


If a maintainer reads this bug, it would be nice to also fix
the URL to the package's SVN repository in the copyright file from
http://svn.debian.org/viewcvs/pkg-doc-linux/ (404) to
http://svn.debian.org/wsvn/pkg-doc-linux/

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-k7
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)


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



Bug#321935: fuse-source: try this patch again...

2005-08-13 Thread Mark Nipper
Package: fuse-source
Version: 2.3.0-3
Followup-For: Bug #321935

Damn white space.  Try this patch instead.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages fuse-source depends on:
ii  bzip2 1.0.2-8high-quality block-sorting file co
ii  debhelper 4.9.5  helper programs for debian/rules
ii  gcc [c-compiler]  4:4.0.1-3  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-7  The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.4-7The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.1-4The GNU C compiler
ii  make  3.80-11The GNU version of the make util

Versions of packages fuse-source recommends:
ii  dpkg-dev  1.13.10Package building tools for Debian
ii  module-assistant  0.9.8  tool to make module package creati

-- no debconf information
--- fuse/debian/rules.orig  2005-08-13 03:15:42.0 -0500
+++ fuse/debian/rules   2005-08-13 03:16:16.0 -0500
@@ -70,7 +70,7 @@
 kdist_clean:
dh_clean
 
-kdist_config: 
+kdist_config: prep-deb-files
 
 kdist_configure: kdist_config
 


Bug#20977: Once taken its effective for 36 hrs with fewer side effects.

2005-08-13 Thread Nell

Now it's time to enjoy a fully functional intimate life!
http://antiquarian.fcke.com/ph/lib/




The philosophy of one century is the common sense of the next. 
Love looks through a telescope; envy, through a microscope.
To know is not less than to feel. 
Opinions are the cheapest commodities in the world. 





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



Bug#322825: See also related reports on reportbug

2005-08-13 Thread Olivier Berger
Hi.

FYI, this problem is also tracked in tickets #322720 and (merged to
the former) #322739 on reportbug.

My 2 cents in tracking the issue.
-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#89523: The best moments in your life happen suddenly...

2005-08-13 Thread Nanny

Do you want to know the secret of success in sexual life?
http://Hiatt.prlce.com/ph/as/




Patience is bitter, but its fruit is sweet. 
I shot an arrow into the air, and it stuck.   
Money is better than poverty, if only for financial reasons.   
If a thing is worth doing, it is worth doing badly.  





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



Bug#322878: kernel-image-2.6.11-1-k7: Firewire sbp2 errors reported ... looks distrurbing

2005-08-13 Thread Olivier Berger
Package: kernel-image-2.6.11-1-k7
Version: 2.6.11-7
Severity: normal

Hi.

I'm using backuppc to backup my systems on an external Hard disk (160 Gb LaCie 
d2 Hard Drive Extreme with Triple Interface) connected through Firewire.

I've noticed corruption in the data in the past, so I started over and was 
monitoring ieee1394 messages in the log this time (after having repartitioned, 
reformatted and tested for bad blocks).

I've found these error messages :

Aug 13 09:34:19 shuttle kernel: ieee1394: sbp2: sbp2util_node_write_no_wait 
failed
Aug 13 09:34:19 shuttle last message repeated 8 times
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0c bf 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0c ef 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0d 37 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0d 57 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0d 7f 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0e 0f 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0e 5f 00 00 08 00
Aug 13 09:34:48 shuttle kernel: ieee1394: sbp2: aborting sbp2 command
Aug 13 09:34:48 shuttle kernel: Write (10) 2a 00 0d 6c 0f 4f 00 00 08 00

Actually don't know if this is the same issue as in bug #312320 since I haven't 
experienced any freeze so far... but could be.

Also, I haven't been able to check if there is any data corrupted yet (backup 
still on-going)... but anyway, I feel these messages aren't normal.

My controller gives the following in lspci :

:00:0c.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 46) (prog-if 10 [OHCI])
Subsystem: VIA Technologies, Inc. IEEE 1394 Host Controller
Flags: bus master, medium devsel, latency 32, IRQ 5
Memory at ec101000 (32-bit, non-prefetchable) [size=2K]
I/O ports at d400 [size=128]
Capabilities: [50] Power Management version 2

Best regards,


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-image-2.6.11-1-k7 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.81.1   tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

kernel-image-2.6.11-1-k7 recommends no packages.

-- no debconf information


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



Bug#322713: dvipdfm doesn't understand gs anymore

2005-08-13 Thread Hilmar Preusse
On 12.08.05 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

Hi,

 I am producing some reports using latex and dvipdfm. They all
 include the same EPS graphics, and it worked well for years.
 
 But since last debian upgrade, dvipdfm terminates with this 
 error message:
 
 [1(../../../../Common/Doku/logo4c.epsPSInvalid PDF name
 HKS#2043#20K
 
 pdf_new_name:  invalid PDF name
 
snip

Would it be possible to post a minimal example, which shows the
behavior, for testing?

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#321242: tetex-bin: Manpage for updmap.cfg is missing

2005-08-13 Thread Hilmar Preusse
On 04.08.05 Frank Küster ([EMAIL PROTECTED]) wrote:

Hi,

 It is referenced in updmap(1), and its syntax differs from the
 individual map files.  Quoting upstream (unfortunately in german):
 
So we either write that manpage or remove the reference to it. I
assume both bugs to be equivalent, merged already. Further I'm not
really sure if it does make sense to write a man page for a generated
file.

H.
-- 
sigmentation fault


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



Bug#321241: libkpathsea4-dev: Needs a README.Debian

2005-08-13 Thread Hilmar Preusse
On 04.08.05 Frank Küster ([EMAIL PROTECTED]) wrote:

Hi,

 libkpathsea4 or rather libkpathsea4-dev should have a README.Debian
 that explains the reasons for the soname change
 
Why? Did Thomas/Olaf give a exact reason, why they did that? Do
really anybody has to explain, why the soname was changed?

H.
-- 
sigmentation fault


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



Bug#305738: tetex-bin: please separate parse_first_line into separate config file

2005-08-13 Thread Hilmar Preusse
On 21.06.05 Marcin Kasperski ([EMAIL PROTECTED]) wrote:

Hi,

Simple change - extracting parse_first_line setting into
separate configuration file included into the main one -
would do.
  
   This is already supported: just create a new file
   /etc/texmf/texmf.d/94pfl.cnf containing
  
   parse_first_line = t
  (...)
 
  Richard Lewis sent that answer to the maintainer list.
  Unfortunately it seems, as if he forget to put you in Cc. Does
  that answer solve your problem?
 
 I think so, although I will test it when the next update of TeX 
 configuration files shows for apt-get.
 
 Thank you for the hint.
 
Any progress on that?

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#322880: RM: gtkhtml3.0, libsoup2.0 -- RoRM; obsolete library versions

2005-08-13 Thread Steve Langasek
Package: ftp.debian.org

The libraries gtkhtml3.0 and libsoup2.0 both have release critical bugs open
because they FTBFS under gcc-4.0.  The only two packages depending on
gtkhtml3.0, gnomesword and peacock, have been transitioned to newer versions
of gtkhtml.  With gtkhtml3.0 removed from the archive, there is also no
reason to keep libsoup2.0, since gtkhtml3.0 is its only reverse-build-dep.

I emailed the maintainer of these two libraries a week ago, indicating that
I thought they should be removed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286929;msg=12; I received
no reply.  Please remove these packages from unstable, to prevent anyone
from getting any ideas about uploading new packages built against them
instead of against one of the four other versions of gtkhtml in the archive.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#322879: eog crashes with this SVG

2005-08-13 Thread Jason Dorje Short
Package: eog
Version: 2.10.2-1
Severity: normal


http://freeciv.org/~jdorje/eog-crashes.svg

When loading this SVG in eog the program crashes.

(eog:31247): librsvg-WARNING **: rsvg_start_svg: width too large

(eog:31247): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT 
(object)' failed

Eog-ERROR **: file eog-image.c: line 843 (real_image_load): assertion failed: 
(image != NULL)
aborting...

(eog:31247): librsvg-WARNING **: rsvg_start_svg: width too large

I think the SVG may be invalid but eog surely shouldn't crash (bringing up 
gnome's app-crash dialog).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages eog depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libbonobo2-0 2.10.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.0-1The Bonobo UI library
ii  libc62.3.5-3 GNU C Library: Shared libraries an
ii  libexif120.6.12-2library to parse EXIF files
ii  libgconf2-4  2.10.1-1GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.6-1 The GLib library of C routines
ii  libgnome2-0  2.10.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.10.2-2A powerful object-oriented display
ii  libgnomeui-0 2.10.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.9-1 The GTK+ graphical user interface 
ii  libice6  6.8.2.dfsg.1-5  Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  liborbit21:2.12.2-3  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.2-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.8.2.dfsg.1-5  X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2  2.6.20-1GNOME XML library
ii  xlibs6.8.2.dfsg.1-5  X Window System client libraries m
ii  zlib1g   1:1.2.3-3   compression library - runtime

eog recommends no packages.

-- no debconf information


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



Bug#322881: minor things in your package

2005-08-13 Thread Hilmar Preusse
Package: pts-tetex-cm-super
Version: 0.3.3-7
Severity: minor

Hi,

still some things I don't like:

1. Subdir debian contains a file called substvars. That file is
unnecessary and is removed by dh_clean

2. Your package depends on tetex-bin and tetex-base. Depending on
teTeX-bin should be sufficient as it depends on tetex-base. Further
you should version the dep on tetex-bin  2.0, as you're using the
2.0 mimic for registering Type1 fonts.

3. Your're calling the binaries (mktexlsr etc.) from tetex
unconditionally. IIRC one can't rely on them to be existant only
because my package depends on the packages containing them. One can
remove these without breaking the deps and mktexlsr won't exist any
more.

Last one rather a question: Why do you create the file 01cm-super.cfg
during postin (and remove it in postrm) instead of shipping it in the
package?

Thats all,
  Hilmar
-- 
sigmentation fault


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



Bug#316154: texmf.cfg: Close possible security problem

2005-08-13 Thread Hilmar Preusse
On 29.06.05 Richard Lewis ([EMAIL PROTECTED]) wrote:
 Joachim Breitner [EMAIL PROTECTED] writes:

Hi,

  the shipped /etc/texmf/texmf.cfg has the following lines:
 
  openout_any = p
  openin_any = a
 
  While the first line is so far ok, the second line means, that
  any LaTeX code run on this machine has read-access like the user
  it runs as, that includes /etc/passwd, ~/.ssh/id_rsa,
  ~/other_sensitive_file.
 
  Changeing the line to
  openin_any = p
  solves this problem.
 
 You could use openin_any = r which just disallows opening dotfiles.
 But in any case I think this is a social problem rather than a
 software problem (you could just as easily send the user a shell
 script for them to run and send you the output (which could be
 encrypted or a postscript file as in the original example), as cat
 will happily access any file you can read, but i dont see people
 calling cat insecure!)
 
Well, calling any unchecked code with Admin permissions is insecure.
Joachim, based on this statement, do you agree that this is not
really a bug, but rather wishlist or can even be closed? Anybody
needing more security than the normal texmf.cnf provides can change
that file himself.

Regards,
  Hilmar
-- 
The college graduate is presented with a sheepskin to cover his
intellectual nakedness.
-- Robert M. Hutchins
  http://hilmarpreusse.forum-rheinland.de/


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



Bug#316360: Looking for contributors to babel's magyar.ldf

2005-08-13 Thread Hilmar Preusse
forwarded 316360 [EMAIL PROTECTED]
stop

On 01.07.05 Johannes L. Braams ([EMAIL PROTECTED]) wrote:
 On Friday, July 1 frank wrote:
  Johannes L. Braams [EMAIL PROTECTED] wrote:

Hi,

   Last year I was busy with TLC2, then went on holiday and your
   file got buried. The same is happening now, as I am on the
   verge of going on holiday.
  
  Everybody understands that, have a real good time on holiday! 
  May I ask you when you come back, so that we can think about
  bugging you about it a couple of days later ;-)?
 
 We'll be back aroun July 25th.
 
Hope you had a nice time! This is a just reminder, that you can start
working now. I'm marking that bug in our BTS as forwarded to you.
Should I open a bug in the LaTeX BTS too?

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#322882: Error while loading shared libraries: libdjvulibre.so.14

2005-08-13 Thread bear
Package: evince
Version: 0.3.0-2
Severity: important

hi,

Evince gives the following error:

evince: error while loading shared libraries: libdjvulibre.so.14: cannot
open shared object file: No such file or directory

I think it is caused by some dependency problems. The package
libdjvulibre1 gives only /usr/lib/libdjvulibre.so.15

Please repair this. Thanks!

regards,
Guanglei

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-p4
Locale: LANG=zh_CN.GBK, LC_CTYPE=zh_CN.GBK (charmap=GBK)

Versions of packages evince depends on:
ii  gconf22.10.1-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcairo1 0.4.0-1Multi-platform 2D graphics library
ii  libdjvulibre1 3.5.14-6   Runtime support for the DjVu image
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-1GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkpathsea3  2.0.2-31   path search library for teTeX (run
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpixman10.1.6-1Cairo pixel manipulation library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpoppler0   0.3.1-1PDF rendering library
ii  libpoppler0-glib  0.3.1-1PDF rendering library (GLib-based 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#322883: util-linux: Prepare to take over the schedutils package

2005-08-13 Thread Guus Sliepen
Package: util-linux
Version: 2.12p-5
Severity: wishlist

Hello,

I maintain the schedutils package. However, according to upstream
(http://rlove.org/), schedutils has been merged with util-linux
upstream. Once you package a new version of util-linux that contains the
binaries chrt and taskset, make sure you conflict+replaces
schedutils. Once you close this bug I'll ask ftp-master to remove the
schedutils package.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc5
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages util-linux depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libslang2 2.0.4-4The S-Lang programming library - r
ii  libuuid1  1.38-1.1   universally unique id library
ii  zlib1g1:1.2.3-3  compression library - runtime

util-linux recommends no packages.

-- no debconf information


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



Bug#316154: texmf.cfg: Close possible security problem

2005-08-13 Thread Joachim Breitner
Hi,

Am Samstag, den 13.08.2005, 10:56 +0200 schrieb Hilmar Preusse:
 On 29.06.05 Richard Lewis ([EMAIL PROTECTED]) wrote:
  Joachim Breitner [EMAIL PROTECTED] writes:
   the shipped /etc/texmf/texmf.cfg has the following lines:
  
   openout_any = p
   openin_any = a
  
   While the first line is so far ok, the second line means, that
   any LaTeX code run on this machine has read-access like the user
   it runs as, that includes /etc/passwd, ~/.ssh/id_rsa,
   ~/other_sensitive_file.
  
   Changeing the line to
   openin_any = p
   solves this problem.
  
  You could use openin_any = r which just disallows opening dotfiles.
  But in any case I think this is a social problem rather than a
  software problem (you could just as easily send the user a shell
  script for them to run and send you the output (which could be
  encrypted or a postscript file as in the original example), as cat
  will happily access any file you can read, but i dont see people
  calling cat insecure!)
  
 Well, calling any unchecked code with Admin permissions is insecure.
 Joachim, based on this statement, do you agree that this is not
 really a bug, but rather wishlist or can even be closed? Anybody
 needing more security than the normal texmf.cnf provides can change
 that file himself.

I guess this can be closed then. Maybe adding a comment above that
config file line would be nice, saying maybe:
// These settings are not secure when you process LaTeX files of
// possibly doubtful origin. In this case, set openin_any = p

Thanks,

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



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


Bug#322497: [php-maint] Bug#322497: Advanced PHP Debugger as extension

2005-08-13 Thread Ondrej Sury
reassign 322497 wnpp 
retitle 322497 RFP: php5-apd -- Advanced PHP Debugger (zend_extension)
thank you

On Thu, 2005-08-11 at 01:57 +0200, Nathan Samson wrote:
 Package: php5
 
 Severity: wishlist
 
 APD is the Advanced PHP Debugger. It was written to provide profiling
 and debugging capabilities for PHP code, as well as to provide the
 ability to print out a full stack backtrace. APD supports interactive
 debugging, but by default it writes data to trace files. It also
 offers event based logging so that varying levels of information
 (including function calls, arguments passed, timings, etc.) can be
 turned on or off for individual scripts.
 
 I like to see this as package, it is usefull for developing a PHP application
 
 Greetings
 
 Nathan Samson
 
 
 ___
 pkg-php-maint mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint
-- 
Ondrej Sury [EMAIL PROTECTED]



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



Bug#142424: Tomorrow Morn watch this, major news release after todays close

2005-08-13 Thread Myrtle Story
Inside Breaking News For Investors Released..
 CHINA WORLD TRADE CORP IS ON THE RUN AGAIN.  
 Current Price :  2.31 
CWTD***CWTD***CWTD***CWTD
 
 Ready to Run   
 Is This One Ready to Explode Higher Move? 
 How Will it React To This News Being Released? 
 Good Luck and Successful Trading.. 
 

 CWTD News is out, stock is going to rock, Company has already 
 facilitated the m0ney it need's to continue it's rapid growth
 
 CURRENT PRICE 2.28   
 Projection 5 to 7 Days 4.50 - 5.00 
 Projection 8 to 12 Days 6.00 - 8.00 
 
 China World Trade Corporation Acquires Hotel Booking And Group Tour Travel 
Agency
Monday August, 8th 8:42 am ET  
Company's Strategic Acquisition Further Positions Itself as a Leading Business 
Services Company in China 
 

GUANGZHOU, China, Aug./Xinhua-PRNewswire/ -- China World Trade Corporation (OTC 
Bulletin Board: CWTD - News; ''CWTC'') announced today that its subsidiary 
Guangdong New Generation Commercial Management Co., Ltd (''New Generation''), 
entered into an agreement to acquire Guangdong Hao Shi Guang Travel Agency 
Limited (''Hao Shi Guang'') from Guangdong Rising Hotel Group Co., Ltd 
(''Guangdong Rising Group''). Under the agreement, New Generation will obtain a 
majority stake of up to 70% of Hao Shi Guang through a capital injection. The 
cooperation will also include a joint development of an interactive hotel 
booking system connecting Guangdong Rising Group hotel chains and integrating 
them into New Generation's current travel booking enterprise system which will 
further enhance its travel offerings to New Generation's customers.
  ''We are excited and confident that our cooperation with CWTC's travel 
subsidiary, New Generation will lead to future success in the continued 
development of our travel business in Southern China,'' said Mr. Bangfu He, 
President of Guangdong Rising Group, ''The Guangdong Rising Group runs a wide 
range of travel related services including hotel bookings, group travel 
services and ground transportation arrangements. This strategic acquisition 
will allow us to capture more of Southern China's travel market share by 
offering a broader range of services to our customers.''
 
!!We cant wait to see where this one goes.!
 
 










Net loss was approximately $7.6 million for the year ended December 31, 2004, 
as compared to the same corresponding period in year 2003, an increase of $4.8 
million or 168.0% from $2.8 million. The increase in net loss was mainly due to 
$1.2 million in additional impairment loss; and the remaining in shares of our 
common stock issued to employees resulting from them exercising their stock 
options and to various parties for their respective services rendered in areas 
of marketing; information and technology, investor relations and researches; 
and financing. 

Total impairment loss and depreciation were approximately $186,000 for the year 
ended September 30, 2003, as compared to an insignificant amount for the same 
corresponding period in year 2002. The increase was mainly due to the increase 
in the impairment losses of property, plant and equipment (57.8%) and the 
remaining increase in depreciation (42.2%). The management believes that it is 
necessary to record the current values of our intangible assets, goodwill, and 
other fixed assets so as to reflect their respective abilities of deriving 
revenues from. Under normal circumstances, we will review the impairment of our 
assets at the year end or at the anniversary of such assets. 

China World Trade Corporation (CWTC) has established its business in three 
distinct areas: the club and business centers throughout major cities in China, 
business travel-related services, and business value-added services. The Club 
and Business Center Division is devoted to the building of the World Trade 
brand throughout China via the opening and operating of business clubs in 
China's major, positioning the CWTC to act as a platform to facilitate trade 
between China and the world markets. The acquisition of CEO Clubs China Limited 
(CEO Clubs) in May 2004 further complements CWTC's offerings by targeting 
high-level corporate executives from premier companies. The Business Traveling 
Services Division, New Generation, provides CWTC access to the rapidly growing 
travel-related industry. New Generation is a pioneer and market leader in the 
travel agency business through its strong network of ticketing sales operations 
throughout Southern China. The Business Value-Added Services Division focuses 
on value-added services of credit cards, merchant- related business services, 
as well as consultancy services to CWTC members and clients. Guangdong World 
Trade Link Information Services Limited (WTC Link), a subsidiary of CWTC, 
manages the Company's co-branded credit card project and is an active provider 
of CRM solutions and services in China.

Bug#156733: php4: Please enable pspell support

2005-08-13 Thread Ondrej Sury
Hi Erich and Anthony,

you may as well consider building separated source php-pspell and
building php4-pspell and php5-pspell out of it using php{4,5}-dev.

I think Adam has some plans with IMAP extension to make it example how
it can be done.

Adam?  What do you think?

Ondrej.
-- 
Ondrej Sury [EMAIL PROTECTED]


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


Bug#322352: [Powerdns-debian] Bug#322352: pdns and pdns-doc both contain /usr/share/doc-base/pdns (sarge security update version)

2005-08-13 Thread Matthijs Mohlmann
Hi,

Martin Schulze wrote:
 Matthijs Mohlmann wrote:
 
Hi,

Daniel Dickinson wrote:

Package: pdns
Version: 2.9.17-13sarge1
Severity: serious
Justification: Policy 6.5.4

Both pdns-doc_2.9.17-13sarge1_all.deb and pdns_2.9.17-13sarge1_all.deb 
contain /usr/share/doc-base/pdns.  This prevents whichever of these 
packages is second in the installation order from being installed.  Plus 
it is a violation of Debian Policy 6.5.4


You are right, the bug exist in the current security release of sarge,
but I don't know how it comes there. I've build it twice by myself and I
couldn't find the bug.
 
 
 Please retry in the sarge chroot on gluck or escher.  I've just
 rebuilt it in both environments and both times the pdns_*.deb
 contained both /usr/share/doc/pdns and /usr/share/doc-base/pdns,
 while the package in sarge does not.
 
 Looking at the file contents, it shouldn't be an architecture.deb
 but an all.deb, btw., but that's not an issue we need to fix now.
 
True. Fixed for the next upload.

 
Martin Schulze:
How did you build the package ? (I'm pretty curious right now because I
can't reproduce it)
 
 
 I could send you the build log, but since it can still be reproduced,
 just build it on your own.
 
Please send me the build logs, I don't have access to the chroots of
gluck or escher. My mentor is on vacation so i can't ask him at this moment.

 When you know the reason why, please come back to me so an
 update could go in via proposed-updates.
 
 Regards,
 
   Joey
 

Regards,

Matthijs Mohlmann


signature.asc
Description: OpenPGP digital signature


Bug#322594: kernel-package: please always create a .changes file for the deb's built

2005-08-13 Thread Andreas Pakulat
On 12.Aug 2005 - 23:13:49, Manoj Srivastava wrote:
 kernel-package never really generates the changes file,
  dpkg-buildpackage does. I don't see  why one needs to blost
  kernel-package by making it create a changes file even when creating
  a single binary package -- people who want one know where to find
  dpkg-genchanges. 

Yes I do know where to find dpkg-genchanges, but it would be more
convenient if there was an option for make-kpkg to automatically call it
when it's done building the deb's.

 Also, dpkg-scanpackages can generate a scan-able apt-able tree
   without the need for a changes file.

But other tools don't, for example debpool, they need the information
from the .changes to correctly insert the deb's into the pool-structure.

Andreas

-- 
You will have long and healthy life.


pgpV5DI0ATu4P.pgp
Description: PGP signature


Bug#322859: FTBFS: Cannot find apr.h

2005-08-13 Thread Marc 'HE' Brockschmidt
tags 322859 fixed-upstream
thanks

Matt Kraai [EMAIL PROTECTED] writes:
 Package: libembperl-perl
 Version: 2.0rc3-1
 Severity: serious

 libembperl-perl fails to build because it cannot find apr.h:
[...]

This problem is caused by a radical API change in libapach2-mod-perl2
1.999_22. Upstream has already reacted, so packaging the new 2.0rc5
version should fix this FTBFS.

Marc
-- 
BOFH #276:
U.S. Postal Service


pgpxHHuKSSqZ2.pgp
Description: PGP signature


Bug#322874: ITP: wlassistant -- Allows you to connect to wireless networks

2005-08-13 Thread Andreas Tille

On Sat, 13 Aug 2005, Stan Vasilyev wrote:


 Description : Allows you to connect to wireless networks

A user friendly KDE frontend allowing you to scan for and connect to
wireless networks using any adapter utilizing Wireless Extensions.

Hmmm, this description is a little bit weak.  There are several
programs which *enable* (better than *allow*) me to connect to WLAN.
I would start with

  Description: KDE frontend for wireless network connection

and find a more descriptive long description.

Kind regards

   Andreas.

--
http://fam-tille.de


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



Bug#322862: dict-wn: Typo in entry for Saskatoon

2005-08-13 Thread Andreas Tille

On Sat, 13 Aug 2005 [EMAIL PROTECTED] wrote:


Package: dict-wn
Version: 2.0g-12
Severity: normal

The first entry for Saskatoon reads

 n 1: a city is southern Saskatchewan [syn: {Saskatoon}]
 ^^

Thanks for the bug report.  Sinse some weeks a new version of WordNet
(2.1) is out and I'm going to package this immediately once the source
for grind (which is necessary to compile the binary database and
enables fixing bugs like this) is released which is currently not the
case.

Kind regards

Andreas.

--
http://fam-tille.de


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



Bug#322683: [pkg-fetchmail-maint] Bug#322683: fetchmail can't get some special messages from pop3 o2.pl

2005-08-13 Thread Nico Golde
tags 322683 + upstream
Hi,

* Artur Polaczynski (art) [EMAIL PROTECTED] [2005-08-13 11:11]:
 fetchmail can't get some special messages from pop3 o2.pl
 i have 3 special mesages that can't get from this server 
 other messages: no problem 
 
 log from fetchmail -v 
 [snip]
 fetchmail: POP3 STAT
 fetchmail: POP3 +OK 1 5193
 1 list dla artii at poczta.o2.pl. (5193 octets).
 fetchmail: POP3 LIST 1
 fetchmail: POP3 +OK 1 5193
 fetchmail: POP3 RETR 1
 fetchmail: POP3 +OK 
 fetchmail: SMTP MAIL
 FROM:[EMAIL PROTECTED] BODY=8BITMIME
 SIZE=5193
 fetchmail: SMTP 250 Ok
 fetchmail: SMTP RCPT TO:[EMAIL PROTECTED]
 fetchmail: SMTP 250 Ok
 fetchmail: SMTP DATA
 fetchmail: SMTP 354 End data with CRLF.CRLF
 #fetchmail: message [EMAIL PROTECTED]:1 was not the
 expected length (4411 actual != 5193 expected)
 fetchmail: SMTP. (EOM)
 fetchmail: SMTP 250 Ok: queued as 75E0960E3
  skasowany
 fetchmail: POP3 DELE 1
 fetchmail: POP3 No insecure packages installed would generate no
  output and thus no email.
 fetchmail: POP3 QUIT
 fetchmail: POP3 
 fetchmail: b??d protoko?u mi?dzy serwerem i klientem podczas pobierania
 listów z poczta.o2.pl
 fetchmail: 6.2.5 querying poczta.o2.pl (protocol POP3) at pi? 12 sie
 2005 09:28:14 CEST: poll completed
 fetchmail: Query status=4 (PROTOCOL)

[...] 
it seems that it is a bug in the pop3server, it gives a
wrong message size.
upstream will workaround this in the future.
thanks
nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpfLf7ycMY5s.pgp
Description: PGP signature


Bug#322517: menu don't show anymore in gnome/sawfish

2005-08-13 Thread Bill Allombert
reassign 322517 gnome-panel
retitle 322517 gnome-panel must depend on menu-xdg
quit

On Thu, Aug 11, 2005 at 10:09:41AM -0400, Patricio Rojo wrote:
   Yes, it does work!.

Thanks for reporting back!

   Maybe there should be a suggestion from 'menu' to install that
 package... or at least some reference in the man pages or README files
 related to Gnome usage, don't you think?

No, instead, GNOME should depend on menu-xdg instead, the same way KDE does.
menu-xdg does not depend on menu so this does not force the Debian menu
to be installed.

Cheers,
Bill.


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



Bug#322885: Display problem: Description contains leftovers from previous entries

2005-08-13 Thread J.H.M. Dassen (Ray)
Package: raggle
Version: 0.4.2-1
Severity: normal

I run raggle inside screen inside aterm. When I use 'n' to go to the next
entry, the Description window doesn't get replaced completely: when a line
in the new description is shorter than the corresponding line in the
previous description, the new display contains a leftover string from the
previous description, which makes it hard to read the new display. Forcing a
redraw through ctrl-L doesn't help.

Raggle should update the complete display on 'n', e.g. by filling out lines
with spaces.

Here's an illustration, produced using the attached feed.

l Description k
xLinux:  LKML Upgrade x
xLink: http://kerneltrap.org/node/5541x
xDate: Wed, 10 Aug 2005 05:05:19 -0700x
x x
xThe server that handles the Linux Kernel Mailing x
xList[1] [archive[2]] recently got an upgrade. Matti  x
mqj

In the next item, the last line is one character shorter than this one's
last line, and the i from Matti is still there on 'n':

l Description k
xLinux:  Git Homepage x
xLink: http://kerneltrap.org/node/5533x
xDate: Mon, 08 Aug 2005 06:51:31 -0700x
x x
xPetr Baudis announced the creation of a homepage x
xfor git[1], the directory content manager used to i  x -
mqj
   ^
   |

In the following entry, both lines are shorter than above, so there are two
leftovers: page (from homepage) and d to i (d to  from used to 
and i from Matti).

 
 
l Description k
xLinux:  Weekly Status Summaries  x
xLink: http://kerneltrap.org/node/5528x
xDate: Fri, 05 Aug 2005 10:33:21 -0700x
x x
x2.6 Linux kernel maintainer Andrew Morton [epage x - 1
xinterview[1]] posted his first kernel status d to i  x - 2
mqj
  ^^
  ||
  22

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 
'testing-proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12.4
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages raggle depends on:
ii  elinks [www-browser]  0.10.4-7   advanced text-mode WWW browser
ii  epiphany-browser [www-bro 1.6.4-1Intuitive GNOME web browser
ii  irb   1.8.2-1Interactive Ruby (irb)
ii  libncurses-ruby1.80.9.2-3ruby Extension for the ncurses C l
pn  librexml-ruby1.8  none (no description available)
ii  libruby1.8 [libyaml-ruby1 1.8.2-9Libraries necessary to run Ruby 1.
ii  links2 [www-browser]  2.1pre16-2 Web browser running in both graphi
ii  lynx-ssl [www-browser]1:2.8.4.1b-3.1 Text-mode WWW Browser supporting S
ii  mozilla-browser [www-brow 2:1.7.10-1 The Mozilla Internet application s
ii  mozilla-firefox [www-brow 1.0.6-2lightweight web browser based on M
ii  ruby  1.8.2-1An interpreter of object-oriented 
ii  w3m [www-browser] 0.5.1-4WWW browsable pager with excellent

raggle recommends no packages.

-- no debconf information
-- 
Obsig: developing a new sig
?xml version=1.0 encoding=utf-8?
!DOCTYPE rss [!ENTITY % HTMLlat1 PUBLIC -//W3C//ENTITIES Latin 1 for 
XHTML//EN http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent;]
rss version=0.92 xml:base=http://kerneltrap.org;
channel
 titleKernelTrap - Your source for current kernel news/title
 linkhttp://kerneltrap.org/link
 descriptionKernelTrap is a web community devoted to sharing the latest in 
kernel development news./description
 languageen-local/language
item
 titleLinux:  SATA Status/title
 linkhttp://kerneltrap.org/node/5549/link
 descriptionlt;pgt;Jeff Garzik noted that he has updated the Serial ATA 
Linux software lt;a 
href=http://linux.yyz.us/sata/software-status.htmlgt;status 
reportlt;/agt;, lt;igt;things in SATA-land have been moving along 
recentlylt;/igt;. The status report notes that, lt;igt;the 'ATA host 
state machine', the core of the entire driver, is considered 
production-stable.lt;/igt;  The libATA driver uses the kernel's SCSI layer, 
and 

Bug#322884: cgilib FTBFS (at least with glibc-2.3.5)

2005-08-13 Thread Matthias Klose
Package: cgilib
Version: 0.5-4
Severity: serious

Package needs a recompilation, I'm preparing a NMU.

 char cgiInit ();
 int
 main ()
 {
 cgiInit ();
   ;
   return 0;
 }


configure:25719: gcc -o conftest -O2 -I/usr/include/tcl8.4  -fPIC -DPIC  
-I/usr/include/libart-2.0 -I/usr/include/freetype2  conftest.c -lcgi  
-lfreetype -lpng -lz -lart_lgpl_2 -lm  5
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libcgi.a(cgi.o): In function 
`cgiDecodeString':
: undefined reference to `__ctype_b'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libcgi.a(cgi.o): In function 
`cgiDecodeString':
: undefined reference to `__ctype_toupper'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libcgi.a(cgi.o): In function 
`cgiDecodeString':
: undefined reference to `__ctype_b'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libcgi.a(cgi.o): In function 
`cgiDecodeString':
: undefined reference to `__ctype_toupper'
collect2: ld returned 1 exit status


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



Bug#322886: newpki-server: postinst asks for deprecated mysql-server/start_on_boot

2005-08-13 Thread debian

Package: newpki-server
Version: 2.0.0+beta4-1

newpki-server should not take into consideration (at least not rely on
the existence of) the debconf entry mysql-server/start_on_boot in its
postinst script, as that is dropped from mysql-server since 4.0.23-6 and
not set in mysql-server-4.1 and mysql-server-5.0.

Asking for it leads to:
+ db_get mysql-server/start_on_boot
+ _db_cmd 'GET mysql-server/start_on_boot'
+ echo 'GET mysql-server/start_on_boot'
+ IFS='
'
+ read -r _db_internal_line
+ RET='10 mysql-server/start_on_boot doesn'\''t exist'
+ return 10
+ AUTOSTART='10 mysql-server/start_on_boot doesn'\''t exist'

and subsequent failure of dpkg-configure on installation.

Taking into account the reasoning behind dropping that from mysql-server
(see #274264) I'm not sure, what the best solution is. Dropping the
question altogether or check for the error code and fork accordingly
(and think of the possibility of another package [4.1 or
5.0] providing mysql-server, which I'm just looking into)

regards
Klaus Hörcher

- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-wb-b
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages newpki-server depends on:
ii  adduser3.67  Add and remove users and groups
ii  debconf [debconf-2.0]  1.4.57Debian configuration 
management sy
ii  libc6  2.3.5-3   GNU C Library: Shared 
libraries an

ii  libgcc11:4.0.1-4 GCC support library
ii  libldap2   2.1.30-11 OpenLDAP libraries
ii  libmysqlclient12   4.0.24-10 mysql database client library
ii  libnewpki2 2.0.0+beta4-3 PKI based on the OpenSSL 
low-level

ii  libssl0.9.70.9.7g-1  SSL shared libraries
ii  libstdc++6 4.0.1-4   The GNU Standard C++ Library v3

Versions of packages newpki-server recommends:
ii  mysql-server-5.0 [mysql-se 5.0.7beta-1   mysql database server binaries
ii  newpki-client  2.0.0+beta4-1 PKI based on the OpenSSL 
low-level




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



Bug#322887: php4-mapscript dependencies are wrong

2005-08-13 Thread Mathieu Parent
Package: php4-mapscript
Version: 4.6.0-1
Severity: normal
Tags: experimental

php4-mapscript should depend on packet phpapi-20020918 (virtual) because the
compiled version works with:
* libapache-mod-php4, or
* libapache2-mod-php4, or
* php4-cli, or
* php4-cgi


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages php4-mapscript depends on:
ii  debconf1.4.30.13 Debian configuration management sy
ii  libapache-mod-php4 4:4.3.10-15   server-side, HTML-embedded scripti
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libcurl3   7.13.2-2  Multi-protocol file transfer libra
ii  libfreetype6   2.1.7-2.4 FreeType 2 font engine, shared lib
ii  libgcc11:3.4.3-13GCC support library
ii  libgd2-xpm 2.0.33-1.1GD Graphics Library version 2
ii  libgdal1   1.2.6-1   Geospatial Data Abstraction Librar
ii  libidn11   0.5.13-1.0GNU libidn library, implementation
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libpq3 7.4.7-6sarge1 PostgreSQL C client library
ii  libssl0.9.70.9.7e-3  SSL shared libraries
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  proj   4.4.9-1   Cartographic projection filter and
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
  php4/add_extension: true
  php4/extension_mapscript_apache: true
  php4/remove_extension: true


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



Bug#318648: how to get mm-w3m-local-map-property message

2005-08-13 Thread Romain Francoise
Manoj Srivastava [EMAIL PROTECTED] (va, manoj) writes:

 Since the string mm-w3m-local-map-property does not appear in Debian
 package for Gnus, I don't see how it can be fixed. Are you sure you
 are loading the stand alone Gnus and not the builtin one?

It does appear, just use apt-get source gnus, then grep for it in
lisp/mm-view.el.

If you compare the Debian source package with a fresh checkout of CVS
HEAD, you'll notice that it differs significantly.  This bug in
particular is caused by this hunk from the Debian diff.gz:

pacem:/tmp$ filterdiff -z -i \*/mm-view.el gnus_5.10.6-1.NO.20050809-2.diff.gz
--- gnus-5.10.6-1.NO.20050809.orig/lisp/mm-view.el
+++ gnus-5.10.6-1.NO.20050809/lisp/mm-view.el
[ ... snip lots of unrelated stuff ... ]
@ -226,25 +226,22 @@
[...]
   (point-min) (point-max)
-  (list 'keymap w3m-minor-mode-map
-;; Put the mark meaning this part was rendered by emacs-w3m.
-'mm-inline-text-html-with-w3m t
+  (nconc (mm-w3m-local-map-property)
+ ;; Put the mark meaning this part was rendered by emacs-w3m.
+ '(mm-inline-text-html-with-w3m t)
   (mm-handle-set-undisplayer
handle
`(lambda ()

Oh, and in case you were wondering:

pacem:/tmp$ gpg --verify gnus_5.10.6-1.NO.20050809-2.dsc
gpg: Signature made Wed Aug 10 21:55:40 2005 CEST using DSA key ID BF24424C
gpg: Good signature from Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: aka Manoj Srivastava [EMAIL PROTECTED]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C
pacem:/tmp$ md5sum gnus_5.10.6-1.NO.20050809-2.diff.gz
f575dc0047cca0713ee203c1a3364ffe  gnus_5.10.6-1.NO.20050809-2.diff.gz
pacem:/tmp$ grep gnus_5.10.6-1.NO.20050809-2.diff.gz 
gnus_5.10.6-1.NO.20050809-2.dsc
 f575dc0047cca0713ee203c1a3364ffe 320781 gnus_5.10.6-1.NO.20050809-2.diff.gz
pacem:/tmp$ 

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#322359: gnats: FTBFS: unpacking fails - Please do not use a version number ending with '-0'

2005-08-13 Thread Bill Allombert
On Wed, Aug 10, 2005 at 10:08:34AM -0500, Chad Walstrom wrote:
 Andreas Jochens [EMAIL PROTECTED]  wrote:
  Policy seems to require that the numbers start with '-1'.
 
 Require is hardly true.  If I recall correctly, and perhaps I'm a
 geezer in this respect, policy recommends that debian package numbers
 start with -1.  It doesn't require that they do.  In fact, tools have
 been designed to accommodate both 0 and 1 as the initial version.  We
 do live in a computer world where ordinal numbers are a rule, not an
 exception.
 
 If the debian-policy makers enforce the no -0 rule, I will upload a
 new version.  But until I'm told otherwise, I'll continue to use -0
 as my initial package versions.

This is not debian-policy but developers-reference
(5.11.2. NMU version numbering) that mandate that
-0.1 is reserved from 'new upstream version in NMU'. This way the
maintainer can use -1 independently of whether a -0.1 release occurred.

I don't see much point in dpkg rejecting -0, since it is a Debian
specific practice. If -0 must be rejected then it should be done by
dak, not dpkg (imho).

I don't see much point either to force you to reupload -0 packages with
-1, though I would strongly advise starting with -1 in the future.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#303326: file conflicts in libcgi-dev cgilib

2005-08-13 Thread Matthias Klose
I'm adding a Conflicts: line, both packages are development packages.


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



Bug#321653: xfce4: fails when ~/.config file exists

2005-08-13 Thread Cyril Brulebois
Michael Below [EMAIL PROTECTED] (06/08/2005):
 [...]
 I solved this by moving a file called .config that happened to be
 in my home directory. Now everything seems to work.
Hi!

I think that this bugreport (c|sh)ould be merged with #315327, which has
been forwarded to upstream.

Best regards,

-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Bug#322890: gcc-4.0: Please do not use '/emul/ia32-linux' on ppc64

2005-08-13 Thread Andreas Jochens
Package: gcc-4.0
Version: 4.0.1-4
Severity: wishlist
Tags: patch

Please do not use the Debian-amd64 biarch32 installation directory
'/emul/ia32-linux' on ppc64.

Additionally, I think that 'libgcc_s.so.$(GCC_SONAME)' should be
installed in '/usr/lib32' instead of '/lib32'. At least this is
location where it is found on ppc64 without taking any special
measures.

I think eventually Debian-amd64 should also move to use /usr/lib32 instead
of /emul/ia32-linux/usr/lib, but this would have to be coordinated with 
the ia32-libs and glibc packages, of course.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gcc-4.0-4.0.1/debian/rules.d/binary-libgcc.mk 
./debian/rules.d/binary-libgcc.mk
--- ../tmp-orig/gcc-4.0-4.0.1/debian/rules.d/binary-libgcc.mk   2005-08-09 
06:34:02.0 +
+++ ./debian/rules.d/binary-libgcc.mk   2005-08-09 06:33:38.0 +
@@ -127,12 +127,12 @@
 
rm -rf $(d_l32gcc)
 
-ifeq ($(distribution),Ubuntu)
+ifneq ($(distribution)-$(DEB_TARGET_ARCH),Debian-amd64)
dh_installdirs -p$(p_l32gcc) \
$(docdir)/$(p_l32gcc) \
-   lib32
+   $(PF)/lib32
mv $(d)/$(PF)/lib32/libgcc_s.so.$(GCC_SONAME) \
-   $(d_l32gcc)/lib32/.
+   $(d_l32gcc)/$(PF)/lib32/.
 else
dh_installdirs -p$(p_l32gcc) \
$(docdir)/$(p_l32gcc) \
diff -urN ../tmp-orig/gcc-4.0-4.0.1/debian/rules.d/binary-libstdcxx.mk 
./debian/rules.d/binary-libstdcxx.mk
--- ../tmp-orig/gcc-4.0-4.0.1/debian/rules.d/binary-libstdcxx.mk
2005-08-09 06:34:02.0 +
+++ ./debian/rules.d/binary-libstdcxx.mk2005-08-09 06:33:56.0 
+
@@ -236,7 +236,7 @@
 
rm -rf $(d_lib32) $(d_dbg32)
 
-ifeq ($(distribution),Ubuntu)
+ifneq ($(distribution)-$(DEB_TARGET_ARCH),Debian-amd64)
dh_installdirs -p$(p_lib32) \
$(docdir)/$(p_lib32) \
$(PF)/lib32


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



Bug#322889: LPD worm detection also catches default bitlbee config in inetd.conf

2005-08-13 Thread Kilian Krause
Package: chkrootkit
Version: 0.44-2
Severity: normal
Tags: patch

The default install of bitlbee puts into inetd.conf:
6667   stream  tcp nowait  bitlbee /usr/sbin/tcpd /usr/sbin/bitlbee

which matches the LPD worm regexp of ^666. I'm not sure if the LPD
worm also uses some of the 666* ports, but in case it does not, the
regexp should be changed to ^666\s to avoid this false positive.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.12-vs2.0-rc4
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages chkrootkit depends on:
ii  binutils2.15-6   The GNU assembler, linker and bina
ii  debconf 1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  net-tools   1.60-10  The NET-3 networking toolkit

-- debconf information excluded


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



Bug#322888: RM: please remove python-pcgi

2005-08-13 Thread Matthias Klose
Package: ftp.debian.org

Package maintainer submitted an RFA (#312875), rational for removal in
#225539.



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



Bug#322882: Error while loading shared libraries: libdjvulibre.so.14

2005-08-13 Thread Sebastien Bacher
reassign 322882 libdjvulibre1
thanks

Le samedi 13 août 2005 à 17:01 +0800, bear a écrit :

 I think it is caused by some dependency problems. The package
 libdjvulibre1 gives only /usr/lib/libdjvulibre.so.15

This is a djvulibre issue, reassigning with the other duplicates.


Cheers,

Sebastien Bacher





Bug#322593: debpool seems to be unable to handle binary-only uploads

2005-08-13 Thread Andreas Pakulat
On 11.Aug 2005 - 18:59:54, Andreas Pakulat wrote:
 I have not had the time to check the source, but I hope I get a change
 later today.

One problem I found is in line 988 in Packages.pm, the regexp there
matches only the first + in the Package name. Unfortunately I use
multiple + in the Version-String appended to my kernel and as I'm
building with kernel-package this string is part of the package name,
resulting in:

Package: kernel-image-2.6.12.4-cherry+noradeon+8139c+

So the line needs to be changed to

$filepat =~ s/\+/\\\+/g;

I had some more problems, where only some of the Packages made it into
the Packages-file or the .package-file for a specific package was empty.
But all of these are gone today, so I can't reproduce this :-(

Andreas

-- 
You will gain money by an illegal action.


pgpwupmI3V0OL.pgp
Description: PGP signature


Bug#322892: devmapper - missing support for building outside of source tree

2005-08-13 Thread Bastian Blank
Package: lvm2
Version: 2.01.12-2

lvm2 needs support for building outside of source tree for building
different deb and udeb versions.

Bastian

-- 
Dismissed.  That's a Star Fleet expression for, Get out.
-- Capt. Kathryn Janeway, Star Trek: Voyager, The Cloud


signature.asc
Description: Digital signature


Bug#322891: devmapper - missing support for building outside of source tree

2005-08-13 Thread Bastian Blank
Package: devmapper
Version: 2:1.01.03-1

devmapper needs support for building outside of source tree for building
different deb and udeb versions.

Bastian

-- 
Dismissed.  That's a Star Fleet expression for, Get out.
-- Capt. Kathryn Janeway, Star Trek: Voyager, The Cloud


signature.asc
Description: Digital signature


Bug#322535: Patch

2005-08-13 Thread Ulf Harnhammar
If you don't want to upgrade to 2.3.7, which is unstable, you
can use our unofficial patch:

  o  http://www.sitic.se/dokument/evolution.formatstring.patch

// Ulf



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



Bug#322015: pnpbios-tools: weird changelogs

2005-08-13 Thread David Liontooth


Hej Pelle,

Per Olofsson wrote:


David Liontooth:
 

I understand pnpbios-tools have recently been separated out from the 
pcmcia-cs package, but this could be signaled more clearly. The 
changelogs now are mysterious and don't obviously relate to these 
programs.
   



It actually is mentioned:

pcmcia-cs (3.2.8-3) unstable; urgency=low
[...]
 * Split out lspnp and setpnp to their own package,
   pnpbios-tools. Closes: #307224.

But perhaps not prominently enough. Do you have any suggestions?
 

Ideally I suppose you'd create a changelog from the pcmcia-cs changelog 
with elements that are relevant to lspnp and setpnp, or just leave the 
top entry as


pnpbios-tools (3.2.8-3) unstable; urgency=low

 * Split out lspnp and setpnp from pcmcia-cs to their own package,
   pnpbios-tools. Closes: #307224.

Aside from that, please close the bugreport; there's obviously no 
mistake here.


Incidentally, it might be useful to include some kernel information 
somewhere -- /proc shows no pnp info for me. On a 2.6.12 kernel, perhaps 
it's been moved to /sys, which these utilities don't access?


Dave









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



Bug#225632: Please close this bug report

2005-08-13 Thread Ross Johnson
I think it's time to close this bug report now that dependency 
libcrypt-ssleay-perl is at version 0.51-3 in stable and the problem went 
away with version libcrypt-ssleay-perl 0.49-1.



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



Bug#292932: openssh-server: both patches should be included

2005-08-13 Thread Mark Nipper
Package: openssh-server
Version: 1:4.1p1-6
Followup-For: Bug #292932

There shouldn't be any security issues with including at least
the performance patch to allow for scalable buffer sizes.

But it would be nice if the hpn11-none cipher patch could also
be included as there is probably good need of it by most people who use
scp.  I'd even argue for documenting it officially as it seems pretty
obvious which situations call for its use (and which don't).

Just my two cents.  I'm going to rebuild my local packages with
the patches at least.  :)  It would be nice to see all Debian users
benefit from these though.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages openssh-server depends on:
ii  adduser   3.67   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.57 Debian configuration management sy
ii  dpkg  1.13.10Package maintenance system for Deb
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libpam-modules0.76-23Pluggable Authentication Modules f
ii  libpam-runtime0.76-23Runtime support for the PAM librar
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  libselinux1   1.24-4 SELinux shared libraries
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  openssh-client1:4.1p1-6  Secure shell client, an rlogin/rsh
ii  zlib1g1:1.2.3-3  compression library - runtime

openssh-server recommends no packages.

-- debconf information excluded


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



Bug#322893: add a --no-state option to ifupdown to avoid writing the interface state

2005-08-13 Thread Balazs Scheidler
Package: ifupdown
Version: 0.6.7
Severity: wishlist
Tags: patch


I'm using ifupdown's mapping feature to map interface profiles to physical
interfaces, and I'd like to let it autodetect my current network environment
and configure interfaces accordingly.

This is achieved by a customized version of ping-places.sh in the examples
directory of the original source. However that script configures interfaces
prior to ping other hosts via ip/route, but configuring a wireless interface
is much more sophisticated (setting essid, channels, etc).

As I don't want to replicate all information into my version of
ping-places.sh I'd like to recurse ifup/ifdown to perform configuration of a
specified interface scheme, but this is not allowed as ifup locks on its
state file hard, and the ifup command deadlocks.

My solution was to add a --no-state command line option to ifup/ifdown,
which instructs ifup not to save the interface state, thus no locking is
necessary either. This makes my setup work nicely. Please consider applying
the patch, also included in this bugreport.

For your information here's the script I'm using:

#!/bin/sh

if [d -u -ne 0 ] || [ $1 =  ]; then exit 1; fi

if [ -x /usr/bin/fping ]; then
PING=/usr/bin/fping
else
PING=/bin/ping -c 2
fi

iface=$1
which=

logger -t detectif Trying to detect IP for $iface

while read pingme scheme; do
if [ $which ]; then continue; fi

logger -t detectif   Trying $pingme ($scheme)

# flush any routes/ip configuration
ip route flush dev $iface /dev/null 21
ifconfig $iface down

ifup --no-state $iface=$scheme 2

logger -t detectif   Interface configured for scheme $scheme, starting 
ping

if $PING $pingme /dev/null 21; then
ifdown --force --no-state $iface=$scheme 2
which=$scheme
break
fi

logger -t detectif   Ping failed for scheme $scheme, trying next
ifdown --force --no-state $iface=$scheme 2
done

if [ $which ]; then echo $which; exit 0; fi
exit 1

And here's the set of mapping lines I'm using with that script:

mapping eth1
script /usr/local/bin/ping-places.sh
map 192.168.13.254 wifi-szekszard
map 192.168.1.1 wifi-home

And here's the patch:

--- ifupdown-0.6.7/ifupdown.nw  2005-04-05 19:31:29.0 +0200
+++ ifupdown-0.6.7-bazsi/ifupdown.nw2005-08-13 13:10:34.0 +0200
@@ -3146,6 +3146,7 @@ struct option long_opts[] = {
{allow,   required_argument, NULL,  3 },
{interfaces,  required_argument, NULL, 'i'},
{exclude, required_argument, NULL, 'e'},
+   {no-state,no_argument,   NULL,  4 },
{no-act,  no_argument,   NULL, 'n'},
{no-mappings, no_argument,   NULL,  1 },
{force,   no_argument,   NULL,  2 },
@@ -3159,11 +3160,13 @@ the various things. The only special not
 
 exported symbols=
 extern int no_act;
+extern int no_state;
 extern int verbose;
 @
 
 main global variables=
 int no_act = 0;
+int no_state = 0;
 int verbose = 0;
 @
 
@@ -3222,6 +3225,7 @@ static void help(char *execname) {
printf(\t\t\t\t(note that this option doesn't disable mappings)\n);
printf(\t-v, --verbose\t\tprint out what would happen before doing 
it\n);
printf(\t--no-mappings\t\tdon't run any mappings\n);
+   printf(\t--no-state\t\t\tdon't record/lock/check interface state\n);
printf(\t--force\t\t\tforce de/configuration\n);
exit(0);
 }
@@ -3282,6 +3286,11 @@ case 1:
 case 2:
force = 1;
break;
+@ 
+[[getopt]] possibilities=
+case 4:
+   no_state = 1;
+   break;
 @
 [[getopt]] possibilities=
 case 'e':
@@ -3630,8 +3639,8 @@ static FILE *state_fp = NULL;
 
 lock 'n load ifupdown state=
 {
-   state_fp = fopen(statefile, no_act ? r : a+);
-   if (state_fp == NULL  !no_act) {
+   state_fp = fopen(statefile, (no_act || no_state) ? r : a+);
+   if (state_fp == NULL  (!no_act  !no_state)) {
fprintf(stderr, 
%s: failed to open statefile %s: %s\n,
argv[0], statefile, strerror(errno));
@@ -3642,7 +3651,7 @@ static FILE *state_fp = NULL;
char buf[80];
char *p;
 
-   if (!no_act) {
+   if (!no_act  !no_state) {
int flags;
 
if ((flags = fcntl(fileno(state_fp), F_GETFD))  0
@@ -3688,7 +3697,7 @@ if (state_fp != NULL) {
 
 
 commit ifupdown state=
-if (state_fp != NULL  !no_act) {
+if (state_fp != NULL  (!no_act  !no_state)) {
int i;
 
if (ftruncate(fileno(state_fp), 0)  0)


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ifupdown depends on:
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  libc6 

Bug#322885: Display problem: Description contains leftovers from previous entries

2005-08-13 Thread Michael Ablassmeier
tags 322885 + confirmed
tags 322885 + patch
forwarded 322885 [EMAIL PROTECTED]
thanks

hi Ray,

On Sat, Aug 13, 2005 at 11:58:54AM +0200, J.H.M. Dassen (Ray) wrote:
 I run raggle inside screen inside aterm. When I use 'n' to go to the next
 entry, the Description window doesn't get replaced completely: when a line
 in the new description is shorter than the corresponding line in the
 previous description, the new display contains a leftover string from the
 previous description, which makes it hard to read the new display. Forcing a
 redraw through ctrl-L doesn't help.
 
 Raggle should update the complete display on 'n', e.g. by filling out lines
 with spaces.
 
 Here's an illustration, produced using the attached feed.
 
 l Description k
 xLinux:  LKML Upgrade x
 xLink: http://kerneltrap.org/node/5541x
 xDate: Wed, 10 Aug 2005 05:05:19 -0700x
 x x
 xThe server that handles the Linux Kernel Mailing x
 xList[1] [archive[2]] recently got an upgrade. Matti  x
 mqj
 
 In the next item, the last line is one character shorter than this one's
 last line, and the i from Matti is still there on 'n':
 
 l Description k
 xLinux:  Git Homepage x
 xLink: http://kerneltrap.org/node/5533x
 xDate: Mon, 08 Aug 2005 06:51:31 -0700x
 x x
 xPetr Baudis announced the creation of a homepage x
 xfor git[1], the directory content manager used to i  x -
 mqj
^
|
 
 In the following entry, both lines are shorter than above, so there are two
 leftovers: page (from homepage) and d to i (d to  from used to 
 and i from Matti).
 
  
  
 l Description k
 xLinux:  Weekly Status Summaries  x
 xLink: http://kerneltrap.org/node/5528x
 xDate: Fri, 05 Aug 2005 10:33:21 -0700x
 x x
 x2.6 Linux kernel maintainer Andrew Morton [epage x - 1
 xinterview[1]] posted his first kernel status d to i  x - 2
 mqj
   ^^
   ||
   22

thanks for your detailed description. I was able to reproduce this
behavior with other feeds as well. Attached, a short patch which (at
least i think) fixes this issue. Pabs: http://bugs.debian.org/322885 for
the full report. :)

bye,
- michael
--- raggle.orig 2005-08-13 14:01:20.318514816 +0200
+++ raggle.fixed2005-08-13 14:01:40.900385896 +0200
@@ -3065,6 +3065,11 @@
 
   # draw item content
   if item['content']
+  
+# clear the description window before drawing the text
+win = 
$wins[Raggle::Interfaces::NcursesInterface::get_win_id('desc')]
+win.clear
+
 y += 1
 if !item['fmt_content']
   str = item['content'] || ''


signature.asc
Description: Digital signature


Bug#122776: Handpicked for growth

2005-08-13 Thread Harriet Hackett
Inside Breaking News For Investors Released..
 CHINA WORLD TRADE CORP IS ON THE RUN AGAIN.  
 Current Price :  2.31 
CWTD***CWTD***CWTD***CWTD
 
 Ready to Run   
 Is This One Ready to Explode Higher Move? 
 How Will it React To This News Being Released? 
 Good Luck and Successful Trading.. 
 

 CWTD News is out, stock is going to rock, Company has already 
 facilitated the m0ney it need's to continue it's rapid growth
 
 CURRENT PRICE 2.28   
 Projection 5 to 7 Days 4.50 - 5.00 
 Projection 8 to 12 Days 6.00 - 8.00 
 
 China World Trade Corporation Acquires Hotel Booking And Group Tour Travel 
Agency
Monday August, 8th 8:42 am ET  
Company's Strategic Acquisition Further Positions Itself as a Leading Business 
Services Company in China 
 

GUANGZHOU, China, Aug./Xinhua-PRNewswire/ -- China World Trade Corporation (OTC 
Bulletin Board: CWTD - News; ''CWTC'') announced today that its subsidiary 
Guangdong New Generation Commercial Management Co., Ltd (''New Generation''), 
entered into an agreement to acquire Guangdong Hao Shi Guang Travel Agency 
Limited (''Hao Shi Guang'') from Guangdong Rising Hotel Group Co., Ltd 
(''Guangdong Rising Group''). Under the agreement, New Generation will obtain a 
majority stake of up to 70% of Hao Shi Guang through a capital injection. The 
cooperation will also include a joint development of an interactive hotel 
booking system connecting Guangdong Rising Group hotel chains and integrating 
them into New Generation's current travel booking enterprise system which will 
further enhance its travel offerings to New Generation's customers.
  ''We are excited and confident that our cooperation with CWTC's travel 
subsidiary, New Generation will lead to future success in the continued 
development of our travel business in Southern China,'' said Mr. Bangfu He, 
President of Guangdong Rising Group, ''The Guangdong Rising Group runs a wide 
range of travel related services including hotel bookings, group travel 
services and ground transportation arrangements. This strategic acquisition 
will allow us to capture more of Southern China's travel market share by 
offering a broader range of services to our customers.''
 
!!We cant wait to see where this one goes.!
 
 










Staff Salaries, Benefit and Allowances: Staff salaries, benefit and allowances 
increased by $597,000 for the year ended September 30, 2003. The increase was 
primarily due to the salaries, benefit and allowances paid for staff in the 
operations of Guangzhou World Trade Center Club. As of September 2003, the 
Company had approximately 80 full-time employees, down from 110 employees six 
months ago. 

On March 29, 2005, our board of directors approved the sale of the after-tax 
rental income rights of 21st to 23rd Floor, Goldlion Digital Network Center, 
138 Tiyu Road East, Tianhe, Guangzhou to our Chairman, Mr. Chi Hung Tsang at 
the book value of $1,320,000. As a result, a cash balance due from Mr. Tsang in 
the amount of $377,504 as of March 31, 2005 was subsequently paid off on April 
28, 2005. The total consideration of $1,320,000 would be used to provide 
additional working capital for our group of companies. 

The Registrant reports that a Complaint, dated December 10, 2004, styled as 
Kenneth P. Silverman, Esq., as Trustee for the Estate of Chief Executive 
Officers Clubs, Inc., Plaintiff vs. CEO Clubs China Limited, China World Trade 
Corporation, Simon Guo and J.P. Li, Defendants (the Complaint), was filed and 
has commenced an Adversary Proceeding relating to a bankruptcy case pending in 
the U.S. Bankruptcy Court for the Southern District of New York, captioned as 
In Re: Chief Executive Officers Clubs, Inc., Debtor. The Complaint, a copy of 
which is attached hereto as Exhibit 10.1, alleges, among other things, that 
certain assets of the Chief Executive Officers Clubs, Inc. bankruptcy estate 
were transferred to the Registrant in violation of Section 549 of the 
Bankruptcy Code. It requests that the Bankruptcy Court order, among other 
things, a return of such assets by the Registrant and/or seeks a judgment 
against the Registrant in the amount of not less than $480,000.00. 

Bug#322897: azureus: Unusable because of constant segmentation faults

2005-08-13 Thread Max
Package: azureus
Version: 2.3.0.4-1
Severity: grave
Justification: renders package unusable

Azuzeus crashes immediately after start, no GUI window appears or whatever.

$ azureus

Segmentation fault
$

The last thing I see in strace log is

04:39:05 open(/usr/lib/libexpat.so.1, O_RDONLY) = 19
04:39:05 read(19, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\300\0\0..., 
640) = 640
04:39:05 fstat(19, {st_mode=S_IFREG|0644, st_size=143232, ...}) = 0
04:39:05 mmap(NULL, 1190168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 
19, 0) = 0x2aaafa6ae000
04:39:05 mprotect(0x2aaafa6cc000, 1067288, PROT_NONE) = 0
04:39:05 mmap(0x2aaafa7cc000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 19, 0x1e000) = 0x2aaafa7cc000
04:39:05 close(19)  = 0
04:39:05 munmap(0x2aaaf876d000, 76009)  = 0
04:39:05 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
04:39:05 rt_sigaction(SIGSEGV, {0x2b440ff0, ~[RTMIN RT_1], 
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2abcf770}, {0x2b43f560, ~[KILL 
STOP RTMIN RT_1], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x2abcf770}, 
8) = 0
04:39:05 write(1, \n, 1)  = 1
04:39:05 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
04:39:05 +++ killed by SIGSEGV +++

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2.64
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages azureus depends on:
ii  j2re1.4 [java2-runtime]  1.4.2.02-1  Blackdown Java(TM) 2 Runtime Envir
ii  libcommons-cli-java  1.0-6   API for working with the command l
ii  liblog4j1.2-java 1.2.9-1 Logging library for java
ii  libseda-java 3.0-2   the Staged Event-Driven Architectu
ii  libswt-gtk-3.1-java  3.0+3.1M4-3 Standard Widget Toolkit for GTK Ja
pn  sun-j2sdk1.5 | java-virtual- none  (no description available)

azureus recommends no packages.

-- debconf-show failed


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



Bug#322894: wmaker: Missing build dependency to libxkbfile-dev

2005-08-13 Thread Harald Welte
Package: wmaker
Version: 0.91.0-7.2
Severity: important
Justification: fails to build from source


When the system has no libxkbfile-dev installed, the dpkg-buildpackage
fails with:

In file included from /sunbeam/dpkg/wmaker/wmaker-0.92.0/src/event.c:44:
/usr/X11R6/include/X11/XKBlib.h:33:35: X11/extensions/XKBstr.h: No such
file or directory
In file included from /sunbeam/dpkg/wmaker/wmaker-0.92.0/src/event.c:44:
/usr/X11R6/include/X11/XKBlib.h:218: error: `XkbActionMessageLength'
undeclared here (not in a function)

The solution is to add libxkbfile-dev to Build-Depends.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc2ctnl1
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages wmaker depends on:
ii  cpp   4:4.0.1-3  The GNU C preprocessor (cpp)
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libwraster3   0.91.0-7.2 Shared libraries of Window Maker r
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

wmaker recommends no packages.

-- no debconf information


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



Bug#322895: gpdf: When print page range is chosen, should disable 'All'

2005-08-13 Thread Phil Endecott
Package: gpdf
Version: 2.8.2-1.2
Severity: minor


The gpdf Print / Job / Print Range dialog looks like this:

Print Range
[X] All
[ ] Pages From: [1] To: [372]

When either of the page numbers is changed, 'All' should be disabled and
the range selected.  This is what other programs do.  Currently if I
want to print pages 1 to 4 of my 372 page document it is very easy to
select pages 1 to 4 but not notice that 'All' remains selected, and
waste 368 sheets of paper.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11suspend2
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gpdf depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.0-9   GCC support library
ii  libgconf2-4  2.8.1-6 GNOME configuration database syste
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.4-4 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-5   The GNU Standard C++ Library v3
ii  libxml2  2.6.16-7GNOME XML library
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#322896: quelcom: FTBFS (amd64): cast from 'qwavsample::sample*' to 'int' loses precision

2005-08-13 Thread Andreas Jochens
Package: quelcom
Version: 0.4.0-8
Severity: serious
Tags: patch

When building 'quelcom' on amd64/unstable,
I get the following error:

g++ -g -DNLS -Wall -fPIC -o qwavsample.o -c qwavsample.cc
qwavsample.cc: In constructor 'qwavsample::qwavsample(qwav*, u_int32_t)':
qwavsample.cc:29: error: cast from 'qwavsample::sample*' to 'int' loses 
precision
qwavsample.cc: In constructor 'qwavsample::qwavsample(char*, u_int32_t, 
u_int32_t)':
qwavsample.cc:66: error: cast from 'qwavsample::sample*' to 'int' loses 
precision
make[2]: *** [qwavsample.o] Error 1

With the attached patch 'quelcom' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN 
../tmp-orig/quelcom-0.4.0/debian/patches/05_wavheaderdump-endian.patch 
./debian/patches/05_wavheaderdump-endian.patch
--- ../tmp-orig/quelcom-0.4.0/debian/patches/05_wavheaderdump-endian.patch  
2005-08-13 11:41:57.0 +
+++ ./debian/patches/05_wavheaderdump-endian.patch  2005-08-13 
11:41:25.0 +
@@ -24,7 +24,7 @@
  continue;
}
  
-+if ((int)f.getMap() % sizeof(u_int32_t) != 0) {
++if ((long)f.getMap() % sizeof(u_int32_t) != 0) {
 +  // should never happen with a mapping at offset 0, but if it 
does,
 +  // we need to catch it rather than tossing subtle memory misread
 +  // bugs.  32-bit alignment is adequate since no integer in a 
WAV header
diff -urN ../tmp-orig/quelcom-0.4.0/debian/patches/06_wavsample-endian.patch 
./debian/patches/06_wavsample-endian.patch
--- ../tmp-orig/quelcom-0.4.0/debian/patches/06_wavsample-endian.patch  
2005-08-13 11:41:57.0 +
+++ ./debian/patches/06_wavsample-endian.patch  2005-08-13 11:41:55.0 
+
@@ -14,7 +14,7 @@
sample = (union sample*) (wav-getMap()+wav-getOffset(s));
  
if (wav-getBitsPerSample()==16) {
-+  if ((int)sample % sizeof(int16_t) != 0)
++  if ((long)sample % sizeof(int16_t) != 0)
 +throw qexception(__PRETTY_FUNCTION__, _(misaligned 16-bit sample));
 +
  if (wav-getChannels()==2) {
@@ -24,7 +24,7 @@
sample = (union sample*) pointer;

if (bitspersample==16) {
-+  if ((int)sample % sizeof(int16_t) != 0)
++  if ((long)sample % sizeof(int16_t) != 0)
 +throw qexception(__PRETTY_FUNCTION__, _(misaligned 16-bit sample));
  if (channels==2) {
type = STEREO16;


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



Bug#292932: openssh-server: actually, to provide something useful...

2005-08-13 Thread Mark Nipper
Package: openssh-server
Version: 1:4.1p1-6
Followup-For: Bug #292932

In an attempt to provide something useful to this request
(rather than my me too post a moment ago), I just ran across this:
---
http://groups.google.com/group/mailing.unix.openssh-dev/browse_thread/thread/d6f419da2faae3ad/508e0f2fb1208e7d?lnk=stq=%22darren+tucker%22+hpn-sshrnum=1#508e0f2fb1208e7d

Hopefully that comes through properly.  Anyway, it's a discussion
between Darren Tucker (one of the OpenSSH contributors) and Chris Rapier
(one of the HPN-SSH contributors) about the performance patch with some
suggested changes by Darren.  Assuming this all goes well ultimately,
upstream might very well be including these changes.

But for the time being, it might be nice to grab the original
HPN-SSH patch and make Darren's recommended changes and include it in
the Debian package.  In another post I saw by Darren at:
---
http://groups.google.com/group/comp.security.ssh/browse_thread/thread/91064fcec483b534/7d2ecfbc5bd0369b?lnk=stq=%22darren+tucker%22+hpn-sshrnum=2#7d2ecfbc5bd0369b

he mentions that using the none cipher probably won't increase
throughput too much as the MAC (Message Authentication Code) is usually
the bottleneck.  Although, this would change probably if the previous
performance patch were also included, assuming that Darren was referring
to the MAC being the bottleneck with the currently implemented OpenSSH
buffering scheme.

So anyway, that's all I know at this point.  Something to at
least keep an eye on as more of us are working on fast network segments
and even people on high latency and possibly even slow networks look to
benefit from this.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages openssh-server depends on:
ii  adduser   3.67   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.57 Debian configuration management sy
ii  dpkg  1.13.10Package maintenance system for Deb
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libpam-modules0.76-23Pluggable Authentication Modules f
ii  libpam-runtime0.76-23Runtime support for the PAM librar
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  libselinux1   1.24-4 SELinux shared libraries
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  openssh-client1:4.1p1-6  Secure shell client, an rlogin/rsh
ii  zlib1g1:1.2.3-3  compression library - runtime

openssh-server recommends no packages.

-- debconf information excluded


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



Bug#322474: udev: busybox sed doesn't have /I

2005-08-13 Thread Marco d'Itri
close 322474 0.066-1
thanks

On Aug 10, Colin Watson [EMAIL PROTECTED] wrote:

 udev uses the /I regex flag in a sed command, which 'info sed' documents
cdsymlinks.sh has been removed from 0.066 and replaced with cdrom_id.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#317679: Final patch problem fixed

2005-08-13 Thread Roberto Roccatello
I've corrected some mistakes in the previous patch.
The patch in attachment corrects remap_page_range for
newer kernels = 2.6.11 and also fixes pci slot_name
compile error for kernels = 2.6.12.


patch-mga-vid-1.55-1.gz
Description: GNU Zip compressed data


Bug#322898: procmail-lib: New *.deb created from CVS. Please upload.

2005-08-13 Thread Jari Aalto
Package: procmail-lib
Version: 1:2002.01.02-1
Severity: normal

I made new procmail-lib *.deb file based on latest *.deb in Debian.
This is snapshot from CVS and stable release. Please use as a base it
if you can upload new version (change debian/changelog version +
rebuild)

   http://cante.net/~jaalto/tmp/debian

Jari (the Sourceforge procmail-lib developer)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages procmail-lib depends on:
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  procmail  3.22-11Versatile e-mail processor

procmail-lib recommends no packages.

-- no debconf information


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



Bug#188060: Pofniaeorssl Mgtorages hsasle fere

2005-08-13 Thread Jon Bunch
Hey [EMAIL PROTECTED],

Get quick rate quotes from lenders. Refinance and Save - No Obligation! 
 http://djp.arcadia.refinancingease.com/1078/
 
 
 
 
 the money from. She kept on doing house chores, quietly. May be her words were 
out of stock or may be she forgot how to talk. But I couldn't feel all this. 
And even if I did, I suppressed the very thought of it in the graveyard of my 
heart where my love was sleeping. I was too busy spending the time with my 
boss. With the passage of time, Tina's conversations turned into passionate 
whispers. And I kept on drowning into the sea of her talking lips. I never 
tried to swim, resist or take control of myself. I left all of me on the waves 
 



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



Bug#312180: udev creates /dev/usb/lp0 with root:root owner

2005-08-13 Thread Marco d'Itri
close 312180 0.065-1
thanks

On Aug 13, Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] wrote:

 I cannot reproduce the bug with the latest udev I've just upgraded  
 (0.65-1) and the latest 2.6.12 (custom built from Debian source  
 package).
Closing.

-- 
ciao,
Marco


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



Bug#115899: Aanzimg Ooptirtupny in 24 huros.

2005-08-13 Thread Dave Hand

115883, After further review upon receiving your appliicattion,
your current m0rtgagee qualifiies for a 3% lower rate! 
We have tried to contact you on several occasions
and time is running out!

This is our last attemptt


http://xvv.declaratory.quick-ez-refi.com/1078/ 





Thaddeus Dudley



Sarah and the boys are busy packing our possessions into boxes for transport. 
Some will go into the hold of the ship and are marked 'Not Wanted on the 
Voyage'. Others, which contain clothes, blankets, cups, plates, forks and the 
like are marked 'Wanted on the Voyage'.I think you are right. It is a very long 
way to Australia and we may never return. Also, I think we will need all the 
money we can get to help us make a new life. Our train arrived in Liverpool 
today shortly after seven o'clock in the evening. Even at this hour it is as 
noisy, dirty and crowded as London, although I was much impressed by the 
buildings, docks and ships. We had been told to go straight to the offices of 
the line on which we would sail, but instead we wandered the streets, lost and 
tired. 


 



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



Bug#319272: I suspect I can't win either way

2005-08-13 Thread Steve Kemp

  I suspect that there are still sufficiently many people
 using Apache 1.3x that changing the default file will
 just result in a new bug report from them.

  I guess the best approach is to:

1.  Use any logfile specified upon the command line.
2.  Then attempt to use /var/log/aapche/access.log
3.  Then attempt to use /var/log/apache2/access.log
4.  Quit with error.

  I'll look into modifying the code to do this search.
 
Steve
-- 
# The Debian Security Audit Project.
http://www.debian.org/security/audit



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



Bug#322895: Acknowledgement (gpdf: When print page range is chosen, should disable 'All')

2005-08-13 Thread Phil Endecott
I've found this in the GNOME bugzilla - sorry, I should have checked 
there first:


http://bugzilla.gnome.org/show_bug.cgi?id=302801

--Phil.



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



Bug#322885: Display problem: Description contains leftovers from previous entries

2005-08-13 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 322885 + fixed-upstream
thanks

hi again,

see attached e-mail and fixed patch by upstream 

- - Forwarded message from Paul Duncan [EMAIL PROTECTED] -

From: Paul Duncan [EMAIL PROTECTED]
Date: Sat, 13 Aug 2005 08:34:37 -0400
To: [EMAIL PROTECTED], Raggle Development Mailing List [EMAIL PROTECTED]
Subject: Re: Bug#322885: Display problem: Description contains leftovers from 
previous entries

* Michael Ablassmeier ([EMAIL PROTECTED]) wrote:
[snipped]c:w
 thanks for your detailed description. I was able to reproduce this
 behavior with other feeds as well. Attached, a short patch which (at
 least i think) fixes this issue. Pabs: http://bugs.debian.org/322885 for
 the full report. :)

Unfortunately with that patch the title, link, and display don't show
up.  I tweaked your patch to use clearrange(), and committed that to CVS
instead (the patch is attached as well).

? lb-atom.xml
? raggle-old
Index: raggle
===
RCS file: /cvs/raggle/raggle,v
retrieving revision 1.356.2.23
diff -u -r1.356.2.23 raggle
- --- raggle9 Aug 2005 19:45:39 -   1.356.2.23
+++ raggle  13 Aug 2005 12:30:39 -
@@ -3065,6 +3065,11 @@
 
   # draw item content
   if item['content']
+  
+# clear the description window before drawing the text
+win = 
$wins[Raggle::Interfaces::NcursesInterface::get_win_id('desc')]
+win.clearrange(y, h - 2)
+
 y += 1
 if !item['fmt_content']
   str = item['content'] || ''

- - End forwarded message -


bye,
- michael
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC/ew7EFV7g4B8rCURAtJzAJ9MMeVPpinp94fqj622TYlEkgeBgACePHeB
k1GziYkCjZebpiBxvtcGpfM=
=jYxj
-END PGP SIGNATURE-


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



Bug#322900: xmms-modplug: uninstallable because of dependence to libmodplug0

2005-08-13 Thread Vasilis Vasaitis
Package: xmms-modplug
Version: 2.05-8
Severity: grave
Justification: renders package unusable


  Hello,

  The xmms-modplug package currently depends on libmodplug0, which
does not exist in the archive any more, due to the ongoing C++
transition. Therefore, it is uninstallable in sid.

  The solution, of course, is to recompile and reupload. I have
already recompiled it (as can be seen by the dependency table below),
and did not encounter any problems. So it should be fairly painless.

Thanks,
Vasilis


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-ck5
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)

Versions of packages xmms-modplug depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libmodplug0c2 1:0.7-4.1  shared libraries for mod music bas
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3

Versions of packages xmms-modplug recommends:
ii  bzip2   1.0.2-8  high-quality block-sorting file co
ii  unzip   5.52-3   De-archiver for .zip files
ii  xmms1.2.10+cvs20050209-2 Versatile X audio player that look

-- no debconf information


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



Bug#322899: sidplay-base: uninstallable because of dependence to libsidplay1-c102

2005-08-13 Thread Vasilis Vasaitis
Package: sidplay-base
Version: 1.0.9-4
Severity: grave
Justification: renders package unusable


  Hello,

  The sidplay-base package currently depends on libsidplay-c102, which
does not exist in the archive any more, due to the ongoing C++
transition. Therefore, it is uninstallable in sid.

  The solution, of course, is to recompile and reupload. I have
already recompiled it (as can be seen by the dependency table below),
and did not encounter any problems. So it should be fairly painless.

Thanks,
Vasilis

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-ck5
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)

Versions of packages sidplay-base depends on:
ii  libc6  2.3.5-3   GNU C Library: Shared libraries an
ii  libgcc11:4.0.1-4 GCC support library
ii  libsidplay11.36.59-3.0.1 SID (MOS 6581) emulation library
ii  libstdc++6 4.0.1-4   The GNU Standard C++ Library v3

sidplay-base recommends no packages.

-- no debconf information


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



Bug#145280: finally some answers

2005-08-13 Thread Alice Rojas
For your immediate review:

Good Day, your file has been reviewed and there now are a few potential options 
for you to consider. 

Please note that this issue is time sensitive and that your previous credit 
situation is not of concern. 

Confirm your details on our secure form to ensure the data we have is up to 
date, thank you.

http://www.lenderszzs.net/index2.php?refid=windsor

--Alice Rojas
Lead Financial Advisor - eLMR Corp.

opt out of our list here:
http://www.lenderszzs.net/r.php







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



Bug#322901: nut-usb: logs reporting usb problems

2005-08-13 Thread Ross Johnson
Package: nut-usb
Version: 2.0.2-1
Severity: minor


My logs are reporting the following warnings.  The UPS is the only thing
operating on the USB at the time.

Aug 12 22:12:18 johnson kernel: usb 1-1: usbfs: USBDEVFS_CONTROL failed
 cmd newhidups rqt 161 rq 1 len 10 ret -84
Aug 12 22:12:20 johnson kernel: usb 1-1: usbfs: USBDEVFS_CONTROL failed
 cmd newhidups rqt 161 rq 1 len 10 ret -84
Aug 12 22:35:22 johnson kernel: usb 1-1: usbfs: process 9017 (newhidups)
 did not claim interface 0 before use
Aug 12 22:35:31 johnson kernel: usb 1-1: newhidups timed out on ep0in
Aug 12 22:35:32 johnson kernel: usb 1-1: usbfs: process 9017 (newhidups)
 did not claim interface 0 before use
Aug 12 23:47:17 johnson upsmon[9022]: UPS [EMAIL PROTECTED] on battery
Aug 12 23:47:18 johnson kernel: usb 1-1: usbfs: USBDEVFS_CONTROL failed
 cmd newhidups rqt 161 rq 1 len 10 ret -84
Aug 12 23:47:22 johnson upsmon[9022]: UPS [EMAIL PROTECTED] on line power

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (70, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nut-usb depends on:
ii  hotplug  0.0.20040329-22 Linux Hotplug Scripts
ii  libc62.3.5-3 GNU C Library: Shared libraries an
ii  libusb-0.1-4 2:0.1.10a-9.sarge.1 userspace USB programming library
ii  libusb-dev   2:0.1.10a-9.sarge.1 userspace USB programming library 
ii  nut  2.0.2-1 The core system of the nut - Netwo

-- no debconf information


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



Bug#321653: xfce4: fails when ~/.config file exists

2005-08-13 Thread Michael Below
Cyril Brulebois [EMAIL PROTECTED] writes:

 Michael Below [EMAIL PROTECTED] (06/08/2005):
 [...]
 I solved this by moving a file called .config that happened to be
 in my home directory. Now everything seems to work.

 I think that this bugreport (c|sh)ould be merged with #315327, which has
 been forwarded to upstream.

You are oviously right. I thought I had checked the open bug reports
first, but somehow I didn't notice that one...

Thanks,

Michael Below


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



Bug#322902: xserver-xorg: configuration crashes when not selecting video mode

2005-08-13 Thread W. Borgert
Package: xserver-xorg
Version: 6.8.2.dfsg.1-5
Severity: important

During package configuration a debconf(?) dialog Configuring
xserver-xorg asks to Select the video modes you would like the
X server to use. As my notebook has 1280x800, which is not in
the list (only 1280x1024 and 1200x800), I selected none.  The
configuration breaks with: expr: non-numeric argument.  It
should (IMHO) accept my non-selection and ask for the correct
video mode, which is not in the list.


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



Bug#322904: beagle: missing dep on sqlite

2005-08-13 Thread joshua
Package: beagle
Version: 0.0.12-1
Severity: normal

I get lots of errors in the log:

IndexH ERROR: System.DllNotFoundException: libsqlite.so.0

After installing the sqlite library, it seems to work.

-- System Information:
Debian Release: 3.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.8-b5
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages beagle depends on:
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libevolution-cil  0.6-1  .NET bindings for Evolution
ii  libexif10 0.6.9-1The EXIF library allows you to par
ii  libgcc1   1:4.0.1-3  GCC support library
ii  libgconf-cil  1.0.10-2   CLI binding for GConf
ii  libgecko-cil  0.6-3  CLI binding for the GtkMozEmbed li
ii  libglade-cil  1.0.10-2   CLI binding for the Glade librarie
ii  libglib-cil   1.0.10-2   CLI binding for the GLib utility l
ii  libglib2.0-0  2.6.3-1The GLib library of C routines
ii  libgmime2.1-cil   2.1.15-5   CLI binding for the MIME library, 
ii  libgnome-cil  1.0.10-2   CLI binding for GNOME
ii  libgnomeui-0  2.8.0-3The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk-cil1.0.10-2   CLI binding for the Gtk+ toolkit
ii  libgtk2.0-0   2.6.4-1The GTK+ graphical user interface 
ii  libice6   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libsm64.3.0.dfsg.1-6 X Window System Session Management
ii  libstdc++64.0.1-3The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-6 X Window System protocol client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxss1   6.8.2.dfsg.1-3 X Screen Saver client-side library
ii  mono-classlib-1.0 1.1.8.2-1  Mono class library (1.0)
ii  mono-jit  1.1.8.2-1  fast CLI (.NET) JIT compiler for M
ii  xlibs 6.8.2.dfsg.1-3 X Window System client libraries m
ii  zlib1g1:1.2.2-8  compression library - runtime

-- no debconf information


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



Bug#322903: mga-vid-source: dev-slot_name compile error with kernels = 2.6.12

2005-08-13 Thread Roberto Roccatello
Package: mga-vid-source
Version: 1.55-1
Severity: normal

In the recent kernel = 2.6.12 the member of struct pci_dev-slot_name 
no longer exists.
The package results unusable due to the compile error.
The pacth in attachment fix the problem.

IMPORTANT NOTE:
The patch is the same that i've posted in my previous bugreport #317679


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

mga-vid-source depends on no packages.

Versions of packages mga-vid-source recommends:
ii  kernel-package9.000  A utility for building Linux kerne

-- no debconf information


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



  1   2   3   4   >