Bug#365680: CGIIRC vulnerability (Bug#365680)

2006-05-08 Thread Martin Schulze
Elrond wrote:
 On Sun, May 07, 2006 at 09:16:35AM +0200, Martin Schulze wrote:
 [...]
  If an update enters stable-security and the version in testing ist the
  same as in stable, then the new version propagates into testing.  If,
  additionally, the version in unstable is the same, this very version
  will propagate into unstable as well.
  
  So, it'll propagate automatically if you're not updating the package before.
 
 Very nice!
 
 What's missing for the DSA? (just curious / wanting to
 know, if there's something I should do)

Nothing else required by you.

Regards,

Joey

-- 
It's practically impossible to look at a penguin and feel angry.

Please always Cc to me when replying to me on the lists.


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



Bug#354731: Please include /usr/bin/pgagent as well

2006-05-08 Thread Kris Shannon

It would make sense to include pgagent in this
package as well I think (unless you are going to
create separate packages for each version of pg)



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



Bug#366378: KDE is not starting on /etc/default/rcS VERBOSE=no (with fix)

2006-05-08 Thread Aleksey Midenkov
Package: x11-common
Version: 1:7.0.15

.xsession-errors contains:
_IceTransmkdir: ERROR: Owner of /tmp/.ICE-unix must be set to root

/etc/init.d/x11-common is not creating /tmp/.ICE-unix when VERBOSE=no 
in /etc/default/rcS

Suggested fix in attached patch file:
--- /etc/init.d/x11-common.old	2006-04-28 12:18:58.0 +0800
+++ /etc/init.d/x11-common	2006-05-08 13:51:21.0 +0800
@@ -28,7 +28,7 @@ set_up_socket_dir () {
   chown 0:0 $SOCKET_DIR
   chmod 1777 $SOCKET_DIR
   do_restorecon $SOCKET_DIR
-  [ $VERBOSE != no ]  log_end_msg 0 || exit 0
+  [ $VERBOSE != no ]  log_end_msg 0 || return 0
 }
 
 set_up_ice_dir () {
@@ -42,7 +42,7 @@ set_up_ice_dir () {
   chown 0:0 $ICE_DIR
   chmod 1777 $ICE_DIR
   do_restorecon $ICE_DIR
-  [ $VERBOSE != no ]  log_end_msg 0 || exit 0
+  [ $VERBOSE != no ]  log_end_msg 0 || return 0
 }
 
 case $1 in


Bug#280662: BTS bug #280662: evolution crashes on startup

2006-05-08 Thread Øystein Gisnås
Hi,

you've all added to the report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=280662 about startup
crashes in Evolution.

Do any of you have repeated startup crashes with evolution 2.6.0-2? If
so, I'll look into it. If not, please drop me a line saying that.

Thanks,
Øystein Gisnås


signature.asc
Description: Dette er en digitalt signert meldingsdel


Bug#360893: acknowledged by developer (Re: Bug#360893: udev takes too long to create /dev/hda... and system drops to a shell)

2006-05-08 Thread Nicola Manini

try to regnerate your initramfs with latest:
update-initramfs -u 


I did: no change, even with initramfs-tool 0.60



well that will only update newest kernel so to update the 2.6.15,
that would have to be specified with -k version aka
update-initramfs -u -k 2.6.15-1-686


Hmm, first, before the kernel upgrade I did the suggested
update-initramfs -u -k 2.6.15-1-686,
and tried to reboot with no success.
Next I did the kernel upgrade to 2.6.16, did not bother to update-initramfs -u, 
 and this one worked fine.



thanks for the feedback, closing bug report.


OK, thank you for your kind help, ciao
Nick


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



Bug#268135: Can you confirm that bug #268135 still is present?

2006-05-08 Thread Øystein Gisnås
Some time ago, you reported a bug at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268135. Can you verify
that this problem still occur with an up-to-date version of evolution
(2.6.1)?

Thanks,
Øystein Gisnås


signature.asc
Description: Dette er en digitalt signert meldingsdel


Bug#366379: webalizer, please also support ftp logfiles by default

2006-05-08 Thread Gürkan Sengün

Package: webalizer
Version: 2.01.10-26
Severity: wishlist

can you also process /var/log/xferlog and create
/var/www/ftpalizer/ ?

you'll need to
cp /etc/cron.daily/webalizer to /etc/cron.daily/ftpalizer
and run the binary with -F ftp  and use another config file
say /etc/ftpalizer.conf with the main difference:
LogFile /var/log/xferlog
OutputDir   /var/www/ftpalizer

yours,
Gürkan



Bug#365462: tetex-base: /usr/share/texmf-tetex/patch-stamp shouldn't be in package

2006-05-08 Thread Hilmar Preusse
On 30.04.06 Frank Küster ([EMAIL PROTECTED]) wrote:
 Julian Gilbey [EMAIL PROTECTED] wrote:

Hi Julian,

  Package: tetex-base
  Version: 3.0-17
 
  What's this file in the package for?  Can we delete it?
 
 In the package?  No idea.  It shouldn't be there.  If you ask me,
 it should never be generated - in the build tree, it should be in
 stampdir/ which is not installed.
 
AFAICT the fix is in the SVN, but the (Closes: ) entry is missing in
the changelog.Debian.
I tried to figure out how to check in but failed :-(.

H.
-- 
sigmentation fault



Bug#365216: tetex-base: babel: 00readme.heb (hebrew documentation) is missing, only in tetex-src

2006-05-08 Thread Hilmar Preusse
On 28.04.06 Frank Küster ([EMAIL PROTECTED]) wrote:

Hi,

 I've had an alternative idea how to fix problems of that sort.
 Currently, we add the files with a patch in debian/patches, or in
 the uuencoded missingfiles.tar.gz if it's a binary file.
 
 What about build-depending on tetex-src instead, and copying the
 files from its tree into the install tree?  The obvious
 disadvantage is that it requires even more downloading (55MB).  But
 it saves human resources
 - regenerating the missingfiles.tar.gz e.g.
 
 It would also ease changes to documentation - we could just fix it
 in tetex-src's source, compile the dvi file in its build process,
 and copy that into tetex-doc's install tree.  On the other hand,
 any fix would require two uploads...
 
Wouldn't that mean, that tetex-base build depends on itself? I've
doubt that this is good idea. 

H.
-- 
sigmentation fault



Bug#366380: installation-guide boot-installer.po

2006-05-08 Thread Clytie Siddall

Package: installation-guide
Version:
Severity: minor
Tags: l10n, patch

boot-installer.po typos etc.

1.
po:8
auto:   ⑤   Tag: para
Original:	⌘0	From the user's perspective, the most important  
difference between SRM and ARC is that the choice of console  
constrains the possible disk-partitioning scheme for the hard disk  
which you wish to boot off of.


- for the hard disk which you wish to boot off of.
+ for the hard disk from which you wish to boot.


2.
po:12
auto:   ⑤   Tag: para
Original:	⌘0	Because commandMILO/command is not available for  
any of the Alpha systems currently in production (as of February  
2000), and because it is no longer necessary to buy an OpenVMS or  
Tru64 Unix license to have SRM firmware on your older Alpha, it is  
recommended that you use SRM when possible.


- as of February 2000

Do we really not have any more recent information?

This also applies to this following string:

po:52
auto:   ⑤   Tag: para
Original:	⌘0	Thus, three scenarios are generally possible, depending  
on the system's console firmware and whether or not commandMILO/ 
command is available: informalexamplescreen\n

SRM -gt; aboot\n
SRM -gt; MILO\n
ARC -gt; MILO\n
/screen/informalexample Because commandMILO/command is not  
available for any of the Alpha systems currently in production (as of  
February 2000), and because it is no longer necessary to buy an  
OpenVMS or Tru64 Unix license to have SRM firmware on your older  
Alpha, it is recommended that you use SRM and commandaboot/ 
command on new installations of GNU/Linux, unless you wish to dual- 
boot with Windows NT.




3.
.po:13
auto:   ⑤   Tag: para
Original:	⌘0	The following table summarizes available and supported  
system type/console combinations (see xref linkend=\alpha-cpus\/  
for the system type names). The word quoteARC/quote below denotes  
any of the ARC-compliant consoles.


- The word quoteARC/quote below
+ The acronym quoteARC/quote below


4.
po:78
auto:   ⑤   Tag: para
Original:	⌘0	Netwinders have two network interfaces: A 10Mbps NE2000- 
compatible card (which is generally referred to as literaleth0/ 
literal) and a 100Mbps Tulip card. There may be problems loading the  
image via TFTP using the 100Mbps card so it is recommended that you  
use the 10Mbps interface (the one labeled with literal10 Base-T/ 
literal).


- interfaces: A
+ interfaces: a


5.
po:88
auto:   ⑤   Tag: para
Original:	⌘0	To boot a CD-ROM from the Cyclone console prompt, use  
the command commandboot cd0:cats.bin/command


- bin/command
+ bin/command.


6.
.po:101
auto:   ⑤   Tag: title
Original:	⌘0	Booting from Linux Using commandLILO/command or  
commandGRUB/command


- Linux Using
-Linux using


7.
.po:130
auto:   ⑤   Tag: para
Original:	⌘0	When the installer boots, you should be presented with  
a friendly graphical screen showing the Debian logo and the boot  
prompt: informalexamplescreen\n

Press F1 for help, or ENTER to boot:\n
/screen/informalexample snip

I can't find anything like this in the D-I Level1 file. Where does it  
occur? It's imperative that this core information be translated.



8. Use of entities
(a)
po:143
auto:   ⑤   Tag: para
Original:	⌘0	Select commandBoot Maintenance Menu/command from  
the menu with the arrow keys and press commandENTER/command. This  
will display a new menu.


- commandENTER/command
+ enterkey;

(b)
Several strings after this one also use commandENTER/command or  
simply enter instead of enterkey;


(c)
po:167
auto:   ⑤   Tag: para
Original:	⌘0	Press commandENTER/command. This will load and  
start the kernel. The kernel will display its usual initialization  
messages followed by the first screen of the Debian Installer.


This string also doesn't use the enterkey; entity, but shouldn't it  
also use an entity for D-I ?  d-i;


- the Debian Installer.
+ d-i;.

(d)
There are following strings which also are missing this entity.

(e)
Usage of CD-ROM is not consistent, either. In an early string in the  
Manual, you state that CD-ROM can apply to any CD/DVD disc used,  
thus establishing it as a defining class. Strings using CD or  
cdrom instead of CD-ROM will thus confuse the reader. Use of  
terms must be consistent.



9.
po:147
auto:   ⑤   Tag: para
Original:	⌘0	These steps start the Debian boot loader which will  
display a menu page for you to select a boot kernel and options.  
Proceed to selecting the boot kernel and options.


This doesn't make sense: you're repeating yourself.

- Proceed to selecting the boot kernel and options.
+ Proceed to that menu page.
OR
+ Select the appropriate kernel and options for your system.


10.
po:151
auto:   ⑤   Tag: para
Original:	⌘0	Select commandEFI Shell/command from the menu with  
the arrow keys and press commandENTER/command. The EFI Shell will  
scan all of the bootable devices and display them to the console  
before displaying its command prompt.snip


- and display them to the console
+ and display them 

Bug#366382: seyon: uninstallable due to Xorg 7.0 transition

2006-05-08 Thread Steve Langasek
Package: seyon
Version: 2..20c-20
Severity: grave
Tags: patch

Hey Steve,

The seyon package is currently uninstallable in unstable, because it still
installs to /usr/X11R6/bin which is being turned into a compatibility
symlink for the X11R7 transition.  Fortunately, since seyon is using imake
the transition is fairly easy, but it does require a patch when rebuilding
with the new imake due to some hard-coded references to
/usr/X11R6/{bin,man,lib}.  In addition, since seyon.help is now moved to
/usr/lib/X11, a pre-dependency on x11-common is needed to ensure
/usr/lib/X11 isn't a symlink at the time of unpack.

Attached is the patch to fix these issues.

Thanks,
-- 
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/
diff -u seyon-2.20c/debian/config.include seyon-2.20c/debian/config.include
--- seyon-2.20c/debian/config.include
+++ seyon-2.20c/debian/config.include
@@ -61,14 +61,14 @@
 define install_command
$(MAKE) DESTDIR=debian/tmp install
install -d debian/tmp/etc/X11/seyon
-   ln -sf /etc/X11/seyon/seyon-emu debian/tmp/usr/X11R6/bin/seyon-emu
-   install -d debian/tmp/usr/X11R6/man/man1
-   install -m 644 seyon.man debian/tmp/usr/X11R6/man/man1/seyon.1x
-   install -m 644 debian/seyon-emu.man 
debian/tmp/usr/X11R6/man/man1/seyon-emu.1x
+   ln -sf /etc/X11/seyon/seyon-emu debian/tmp/usr/bin/seyon-emu
+   install -d debian/tmp/usr/share/man/man1
+   install -m 644 seyon.man debian/tmp/usr/share/man/man1/seyon.1x
+   install -m 644 debian/seyon-emu.man 
debian/tmp/usr/share/man/man1/seyon-emu.1x
# Install 1-CHANGES as upstream changelog.
install -d debian/tmp/usr/share/doc/$(package)
cp 1-CHANGES debian/tmp/usr/share/doc/$(package)/changelog
-   strip --remove-section=.comment --remove-section=.note 
debian/tmp/usr/X11R6/bin/seyon
+   strip --remove-section=.comment --remove-section=.note 
debian/tmp/usr/share/bin/seyon
install -d debian/tmp/usr/share/menu
install -m 644 debian/menu debian/tmp/usr/share/menu/seyon
 endef
@@ -82,3 +82,3 @@
chmod 644 debian/tmp/etc/X11/app-defaults/*
-   chmod 644 debian/tmp/usr/X11R6/lib/X11/seyon.help
+   chmod 644 debian/tmp/usr/lib/X11/seyon.help
 endef
diff -u seyon-2.20c/debian/changelog seyon-2.20c/debian/changelog
--- seyon-2.20c/debian/changelog
+++ seyon-2.20c/debian/changelog
@@ -1,3 +1,14 @@
+seyon (2.20c-20.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Update debian/ to use FHS paths instead of /usr/X11R6 for Xorg7, and
+build-depend on xutils-dev to get a compatible version of xmkmf.
+  * Pre-Depend on x11-common (= 1:7.0.0) to also ensure /usr/lib/X11 is
+a directory when we unpack to it.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Fri, 28 Apr 2006 13:17:55 -0700
+
 seyon (2.20c-20) unstable; urgency=high
 
   * Remove now-redundant xlibs-dev build-dep - serious bug. Closes: #346920
diff -u seyon-2.20c/debian/control seyon-2.20c/debian/control
--- seyon-2.20c/debian/control
+++ seyon-2.20c/debian/control
@@ -3,11 +3,12 @@
 Priority: extra
 Maintainer: Steve McIntyre [EMAIL PROTECTED]
 Standards-Version: 3.6.2.0
-Build-Depends: libxmu-dev, libxt-dev, xutils, libxaw7-dev, bison, debhelper 
(= 4.1.16)
+Build-Depends: libxmu-dev, libxt-dev, xutils-dev, libxaw7-dev, bison, 
debhelper (= 4.1.16)
 
 Package: seyon
 Architecture: any
 Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, debconf (= 1.2.9) | 
debconf-2.0
+Pre-Depends: x11-common (= 1:7.0.0)
 Suggests: lrzsz, ckermit
 Description: Full-featured native X11 communications program
  Seyon is a complete full-featured modem communications package
diff -u seyon-2.20c/debian/menu seyon-2.20c/debian/menu
--- seyon-2.20c/debian/menu
+++ seyon-2.20c/debian/menu
@@ -3 +3 @@
-   command=/usr/X11R6/bin/seyon
+   command=/usr/bin/seyon
diff -u seyon-2.20c/debian/rules seyon-2.20c/debian/rules
--- seyon-2.20c/debian/rules
+++ seyon-2.20c/debian/rules
@@ -78,7 +78,7 @@
install -d debian/tmp debian/tmp/DEBIAN 
debian/tmp/usr/share/doc/$(package)
$(install_command)
   # Compress manpages
-   -gzip -9v -r debian/tmp/usr/man/ debian/tmp/usr/X11R6/man/
+   -gzip -9v -r debian/tmp/usr/man/ debian/tmp/usr/share/man/
   # Install documentation files, compressed.
   ifneq ($(strip $(docs)),)
cp $(docs) debian/tmp/usr/share/doc/$(package)


signature.asc
Description: Digital signature


Bug#336465: easytag: mp4/m4a tag editing does not work

2006-05-08 Thread Rogério Brito
found 336465 1.99.12-1
thanks

On Nov 07 2005, Jérôme COUDERC wrote:
 You have probably installed mpeg4ip-1.2 which doesn't contains the 
 fuctions MP4DeleteMetadataX...
 In fact :
- EasyTAG 1.99.8 needs mpeg4ip-1.3
- EasyTAG 1.99.9 needs at least mpeg4ip-1.2
 
 If you want to compile 1.99.8 for example with meg4ip-1.2 (and not
 1.99.9), you can copy the source file mp4_tag.c from version 1.99.9 to
 version 1.99.8.

I am using testing on my home system and I would like to tag some AAC
files (wrapped in the MP4 container).

Unfortunately, I went to rarewares, like the original poster, but I
could not find the libmp4v2 files (no development files, no nothing).

The files present on Christian Marillat's server unfortunately have
headers dating back to 2001 if I am not mistaken. I tried to grab just
the library portion of mpeg4ip, but I had no success in the limited time
that I tried to accomplish that.

Still, in face of the new Nero AAC encoder published in hydrogenadio.org
(which will soon be available for Linux [*]), I would love move some of
my collection to AAC.

The sound quality of this new compressor is absolutely *amazing*,
especially at very low bitrates (mplayer is able to play even files with
mind-boggling low bitrates and I had a hard time believing what I
heard).

I am willing to help with some of the efforts for producing a package,
if any help is desired.


Regards, Rogério Brito.

[*] http://www.nero.com/nerodigital/eng/Nero_Digital_Audio.html
-- 
Rogério Brito : [EMAIL PROTECTED] : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat:  http://freshmeat.net/projects/algorithms/



Bug#366381: geomview: incorrect function prototypes

2006-05-08 Thread Karl Chen
Package: geomview
Severity: minor
Tags: patch


The patch below corrects a bug in a list of function
prototypes.  This is due to the * in C attaching to the
declarator rather than the type.

Although the bug may not cause run-time errors, it
interferes with source code analysis.


diff -ub src/lib/gprim/geom/knownclass.c.orig src/lib/gprim/geom/knownclass.c
--- src/lib/gprim/geom/knownclass.c.orig2006-05-08 00:08:55.0 
-0700
+++ src/lib/gprim/geom/knownclass.c 2006-05-08 00:09:12.0 -0700
@@ -70,7 +70,8 @@
TlistPresent,
VectPresent;
 
-extern GeomClass *
+typedef GeomClass *GeomClassPtr;
+extern GeomClassPtr
BBoxMethods(),
BezierListMethods(),
BezierMethods(),



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (60, 'unstable'), (40, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-quack+roar.cs.berkeley.edu
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#339322: Upstream version 1.38.9 is now out

2006-05-08 Thread José Luis Tallón
Daniel Swarbrick wrote:
 Is this package still actually being maintained? One could be forgiven
 for thinking it had become orphaned.

 Please at least get something in -unstable or experimental - I noticed
 that the current package (1.36.3) is no longer even in -testing for
 some reason.

 We, the community, are eager to help bug-test new packages, but we
 can't do so if you don't upload something.

Well... 1.38.8 is on the NEW queue, and i have made packages available
at mi semi-public APT repository as well as SourceForge.net.
Care to check?


J.L.



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



Bug#341615: mldonkey-server: After a reset, /var/lib/mldonkey/config_files_space.tmp must also be cleaned up

2006-05-08 Thread Dominique Dumont
Package: mldonkey-server
Version: 2.7.3-2
Followup-For: Bug #341615

Hello

Placing mlnet.pid in /var/run will not be enough to get
mldeonkey-server cleanly started after a hard reset. 

To restart mldeonkey-server after a reset, I have to:
- rm /var/lib/mldonkey/config_files_space.tmp
- rm /var/lib/mldonkey/mlnet.pid 

When any of this files is present, mldeonkey-server refuses to start.

Is it possible to place both files in /var/run ?

Thanks

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

Versions of packages mldonkey-server depends on:
ii  adduser 3.87 Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.0Debian configuration management sy
ii  dpkg1.13.19  package maintenance system for Deb
ii  libbz2-1.0  1.0.3-2  high-quality block-sorting file co
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-2GCC support library
ii  libgd2-xpm  2.0.33-3 GD Graphics Library version 2
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libstdc++6  4.1.0-2  The GNU Standard C++ Library v3
ii  mime-support3.36-1   MIME files 'mime.types'  'mailcap
ii  ucf 2.0010   Update Configuration File: preserv
ii  zlib1g  1:1.2.3-11   compression library - runtime

mldonkey-server recommends no packages.

-- debconf information:
* mldonkey-server/max_hard_download_rate: 80
* mldonkey-server/launch_at_startup: true
  mldonkey-server/config_exist_no_options:
* mldonkey-server/plugin: Bittorent, Gnutella
* mldonkey-server/mldonkey_group: mldonkey
  mldonkey-server/false_password:
* mldonkey-server/max_hard_upload_rate: 31
* mldonkey-server/max_alive: 72
* mldonkey-server/run_as_user: mldonkey
  mldonkey-server/reown_file: false
* mldonkey-server/mldonkey_niceness: 8
  mldonkey-server/config_exist_no_dir:
* mldonkey-server/fasttrack_problem:
  mldonkey-server/shared_directories: share
* mldonkey-server/mldonkey_dir: /var/lib/mldonkey
* mldonkey-server/restart_after_upgrade: true
* mldonkey-server/client_name: cq3
  mldonkey-server/mldonkey_move: false
* mldonkey-server/mldonkey_umask: 0002


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



Bug#336465: easytag: mp4/m4a tag editing does not work

2006-05-08 Thread Christian Marillat
Rogério Brito [EMAIL PROTECTED] writes:

[...]

 The files present on Christian Marillat's server unfortunately have
 headers dating back to 2001 if I am not mistaken. I tried to grab just
 the library portion of mpeg4ip, but I had no success in the limited time
 that I tried to accomplish that.

These files aren't mpeg4ip but only mp4. I use myself an easytag package
with mp4 support (I'm an Ipod owner). I can add this package on my
repository if somebody is interested.

Christian



Bug#366383: cryptcat: package description should mention the relation to netcat

2006-05-08 Thread Marco Herrn
Package: cryptcat
Version: 20031202-2+b1
Severity: minor

The package description of crytpcat should mention that it is a usual
netcat with the addition of twofish encryption. That way someone
searching the packagages database for netcat will find this package
and may be interested in a version with builtin encryption.

The TCP/IP swiss army knife isn't obvious enough


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

Versions of packages cryptcat depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3

cryptcat recommends no packages.

-- no debconf information



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



Bug#366384: liblockdev1: Postinst script writes error about integer expression expected

2006-05-08 Thread Eric Lavarde
Package: liblockdev1
Version: 1.0.3-1
Severity: normal


Hi,

upgrading to version 1.0.3-1, I get the following error:

Setting up liblockdev1 (1.0.3-1) ...
/var/lib/dpkg/info/liblockdev1.postinst: line 3: [: : integer expression
expected

I don't know the severity of this bug (I didn't notice yet any adverse
effect), so I keep it to normal.

Cheers, Eric


-- 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.15-7nc6k1
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)

Versions of packages liblockdev1 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries

liblockdev1 recommends no packages.

-- no debconf information


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



Bug#365216: tetex-base: babel: 00readme.heb (hebrew documentation) is missing, only in tetex-src

2006-05-08 Thread Frank Küster
Hilmar Preusse [EMAIL PROTECTED] wrote:

 What about build-depending on tetex-src instead, and copying the
 files from its tree into the install tree?  The obvious
 disadvantage is that it requires even more downloading (55MB).  But
 it saves human resources
 - regenerating the missingfiles.tar.gz e.g.
[...]
 Wouldn't that mean, that tetex-base build depends on itself? I've
 doubt that this is good idea. 

It's not nice, but for an arch:all package not much of a problem,
either.  Even tetex-bin (indirectly) build-depends on tetex-bin.

Dependency loops happens regularly, and are not problematic, in binary
distributions - they are not bootstrapped, but instead based on their
earlier binary packages.  In principle it might become a problem: If a
package is uninstallable on one architecture, the next upload cannot be
compiled without changing the rules file.  This is something to remember
(for an arch-all package like tetex-base the uploader will automatically
notice it, even).  

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 07:43 +0200, Ingo Juergensmann wrote: 
 On Mon, May 08, 2006 at 07:28:19AM +0200, Michel Dänzer wrote:
 
   It doesn't matter whether I use ssh -X or ssh -Y. The result is the same.
  Does it work with ssh -Y?
 
 ;-)

D'oh, I suppose that was too early in the morning...


Does it work if you connect to the X server directly instead of via ssh?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#366107: Installing tex-common gets stuck after giving invalid group

2006-05-08 Thread Frank Küster

Hi everybody,

Helge Hafting [EMAIL PROTECTED] wrote:
[...]
A nice fix for tex-common, would be to do minimal validation
of the group name entered.  For example, see if
getent groupname works.  Shellscript test:

if getent group $GROUPNAME ; then echo ok ; else echo bad ; fi

This works for me, of course you want to do better than echo,
i.e. bring up the group dialog box again on failure.



That sounds like a very good way to do it; many thanks.

I've been writing some code, but now I'm unsure about one thing: What
will happen if somebody installs Debian newly on a clean system,
e.g. with a CD, and chooses to install a TeX system at the very first
moment?  Does this happen before local users (and hence groups) are
created?  

If this situation might arise, we cannot check for valid groups in the
config script (which is run immediately after doing the choices and
downloading, and prior to any unpacking or installation).  

Does anybody know, or do we need to ask the installer people?

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#364259: xawtv: FTBFS

2006-05-08 Thread Steve Langasek
tags 364259 patch
thanks

Hi Gerd,

Attached is a patch which fixes xawtv so that it builds with xorg 7.0.  The
first part of the patch, to fix the header path, seems correct to me for use
with either X11R6 or X11R7.  The second part of the patch, which is needed
because @x_libraries@ is empty under X11R7 resulting in -L -lFS passed as
arguments to ld, is not approrpiate for use with X11R6 because it will leave
ld unable to locate libFS.so.  That's not a concern for Debian, though,
which will not support X11R6 for etch.

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/
diff -u xawtv-3.94/debian/changelog xawtv-3.94/debian/changelog
--- xawtv-3.94/debian/changelog
+++ xawtv-3.94/debian/changelog
@@ -1,3 +1,12 @@
+xawtv (3.94-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Fix header/library path handling issues during build, due to Xorg
+7.0.  Closes: #364259.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Mon,  8 May 2006 01:04:26 -0700
+
 xawtv (3.94-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- xawtv-3.94.orig/dist/xorg7.diff
+++ xawtv-3.94/dist/xorg7.diff
@@ -0,0 +1,22 @@
+diff -ur xawtv-3.94.orig/Makefile.in xawtv-3.94/Makefile.in
+--- xawtv-3.94.orig/Makefile.in2004-04-22 07:52:29.0 -0700
 xawtv-3.94/Makefile.in 2006-05-08 01:01:05.0 -0700
+@@ -49,7 +49,7 @@
+ VBI_LIBS  := @LIBZVBI@
+ GL_LIBS   := @LIBGL@
+ DV_LIBS   := @LIBDV@
+-FS_LIBS   := [EMAIL PROTECTED]@ @FSLIB@
++FS_LIBS   := @FSLIB@
+ DLFLAGS   := @DLFLAGS@
+ 
+ # stuff configure has found
+diff -ur xawtv-3.94.orig/console/fs.h xawtv-3.94/console/fs.h
+--- xawtv-3.94.orig/console/fs.h   2003-02-14 06:14:04.0 -0800
 xawtv-3.94/console/fs.h2006-05-08 00:54:39.0 -0700
+@@ -1,5 +1,5 @@
+ #ifndef X_DISPLAY_MISSING
+-# include FSlib.h
++# include X11/fonts/FSlib.h
+ 
+ struct fs_font {
+ Font   font;


signature.asc
Description: Digital signature


Bug#151532: aide: detect moving files

2006-05-08 Thread Marc Haber
tags #151532 moreinfo
user [EMAIL PROTECTED]
usertags #151532 close-20060630
thanks

On Mon, Jul 01, 2002 at 11:37:42AM +0200, Robert Bihlmeyer wrote:
 Wouldn't it be nice if aide detected whenever a file moved from one
 (aide-checked) location to another?

This has been implemented in aide 0.11. Can you please check whether
the new behavior suits your needs?

If you don't report back, I'll close this bug by the end of June 2006.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#366107: [Helge Hafting] Re: Bug#366107: Installing tex-common gets stuck after giving invalid group for owning fonts

2006-05-08 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

Final attempt, fortunately tex-common doesn't have
that many settings:
dpkg --force-depends --purge tex-common
apt-get install tex-common

Still no questions asked, 



Now this is surprising.  I'll try that out.

I tried to reproduce this, but here in a pbbuilder chroot, it always
asked questions after purging.

As for the rest of this bug, I've got a tested fix here on my disk and
will commit it to the repository soon, and try to upload on monday or
tuesday. 

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#352765: no link beat found on digital alpha-station 255

2006-05-08 Thread Philip Kendall
On Wed, May 03, 2006 at 07:02:20PM +0100, Philip Kendall wrote:
 On Tue, May 02, 2006 at 12:07:37PM -0700, Steve Langasek wrote:
  
  Anyway, since you're running 2.4.27, your experiences with the drivers
  unfortunately don't tell us anything about how things should be structured
  for etch, which uses a 2.6.15 kernel in the installer with all the bugfixes
  and regressions that such a jump implies.  By any chance, would you be
  willing to load a 2.6.15 kernel on the system (from etch, requiring a few
  other package upgrades), to test whether your networking works with the
  current default driver selections?
 
 Sure -- I happily flattened the machine on Monday, so flattening it
 again isn't too much of a problem :-)

An update on this:

* I installed linux-image-2.6.15-1-alpha-generic via

$ apt-get install -t testing udev linux-image-2.6.15-1-alpha-generic

* I wondered why I was still booting the old kernel for a bit.

* I edited the symlinks in /boot to point to the new image (the
  package edited the symlinks in /, which aren't used by my
  aboot.conf)

* Booting 2.6.15 hangs just after reading the partition table
  on /dev/sda :-(

I can investigate this more if desired, but probably not until next
weekend.

Cheers,

Phil

-- 
I think it's a good time to do some introductions, don't you, gentle
viewers?
   Andrew: Buffy: Storyteller


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



Bug#366190: xserver-xorg-video-ati: Error: couldn't find RGB GLX visual w/ radeon 9250 (r200) on amd64

2006-05-08 Thread Michel Dänzer
On Sun, 2006-05-07 at 18:35 +0200, Volker Schlecht wrote: 
  Not sure what you're referring to; again, we really need *full* config
  and log files (why do people tend to ignore the explicit request for
  full files these days? *sigh*).
 
 We're not as good as the users in the golden age, hmm? :-) 

It's probably our own fault for not shipping reportbug scripts
currently. :}

 Sorry for that, see attachments (yes, I know my font paths are a sorry 
 sight).

Thanks.

 24bit depth isn't a viable option, by the way, because it mysteriosly
 darkens my console (dark grey text on a black background...)

Another bug...


 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
 = 32

This looks like
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364233 . Can you try
whether rebuilding xserver-xorg-core against mesa-swx11-source with the
patch from that applied helps?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#336465: easytag: mp4/m4a tag editing does not work

2006-05-08 Thread Rogério Brito
On May 08 2006, Christian Marillat wrote:
 These files aren't mpeg4ip but only mp4.  I use myself an easytag
 package with mp4 support.

This is quite nice to know. And I would love to know what
build-dependencies you used and if any patch was necessary.

 (I'm an Ipod owner).

I also have one (quite old) and saving on the battery is one of my
primary goals (which means having smaller files---especially for the
kind of music that I like, which is progressive rock with songs beyond
the 30 minute mark).

 I can add this package on my repository if somebody is interested.

Please, if you can, it would be mostly welcome. I would also love to
grab the sources so that I can compile them on a (very old, but still
working) PowerPC box.


Thanks, Rogério.

-- 
Rogério Brito : [EMAIL PROTECTED] : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat:  http://freshmeat.net/projects/algorithms/



Bug#365547: manpage issues

2006-05-08 Thread Roberto Pariset

Hello,
I wish glibc mantainers could take a look at #365547 and eventually decide 
together with Michael Kerrisk what to do about this manpage conflict.


Thanks,
Roberto


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



Bug#363664: not a bug in 'emacs' or 'display'

2006-05-08 Thread A Mennucc
hi

what you are experiencing is not a bug in Emacs or in Imagemagick

As explained in http://wiki.debian.org/Xorg69To7
You will need to edit your FontPath entries in /etc/X11/xorg.conf. 
 /usr/lib/X11/fonts becomes /usr/share/fonts/X11/.

Alternatively, let 'dpkg-reconfigure xserver-xorg'
recreate /etc/X11/xorg.conf 
Note that this does not work if you changed it by hand; 
in that case, issue
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf /var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg
Then restart the server. (Logout/Login of gdm or kdm is not enough!)

This latter action solved both bugs for me.

a.


ps: see also
 http://lists.debian.org/debian-devel/2006/04/msg00787.html

-- 
Andrea Mennucc
 Ukn ow,Ifina llyfixe dmysp acebar.ohwh atthef


signature.asc
Description: Digital signature


Bug#366385: klibc - FTBFS: error: parameter name omitted

2006-05-08 Thread Bastian Blank
Package: klibc
Version: 1.3.19-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of klibc_1.3.19-1 on debian01 by sbuild/s390 85
[...]
   gcc -Wp,-MD,usr/klibc/arch/s390/.syscall.o.d  -Iusr/include/arch/s390 
 -Iusr/include/bits32 -Iusr/include -Ilinux/include   -D__KLIBC__=1 
 -D__KLIBC_MINOR__=3 -D_BITSIZE=32   -Os -W -Wall -Wno-sign-compare 
 -Wno-unused-parameter -DDYNAMIC_CRC_TABLE   -c -o 
 usr/klibc/arch/s390/syscall.o usr/klibc/arch/s390/syscall.c
 usr/klibc/arch/s390/syscall.c: In function '__syscall_common':
 usr/klibc/arch/s390/syscall.c:10: error: parameter name omitted
 usr/klibc/arch/s390/syscall.c:12: error: 'err' undeclared (first use in this 
 function)
 usr/klibc/arch/s390/syscall.c:12: error: (Each undeclared identifier is 
 reported only once
 usr/klibc/arch/s390/syscall.c:12: error: for each function it appears in.)
 make[3]: *** [usr/klibc/arch/s390/syscall.o] Error 1
 make[2]: *** [all] Error 2
 make[1]: *** [klibc] Error 2
 make[1]: Leaving directory `/build/buildd/klibc-1.3.19'


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



Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 10:43 +0200, Ingo Juergensmann wrote:
 On Mon, May 08, 2006 at 10:27:52AM +0200, Michel Dänzer wrote:
 
  Does it work if you connect to the X server directly instead of via ssh?
 
 Difficult. There's no X Server running on that machine and it's located
 1000 km away from me (Karlsruhe - Rostock).

I mean the X server on your local machine. Something like

ssh -R6011:localhost:6000 [EMAIL PROTECTED]

should set up a port forwarding from display :11 on the remote machine
to :0 on the local machine, so running

DISPLAY=localhost:11 nedit ...

in that session should connect to the local X server directly.

Of course, this requires that you don't start the X server with
-nolisten tcp.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#350025: (no subject)

2006-05-08 Thread Michael Vogt
On Thu, May 04, 2006 at 06:07:48PM +0200, Gonéri Le Bouder wrote:
 Hello,
Hi,
 
 A dist-upgrade from Sarge broke my system.
 IMO, this bug severity is grave since it breaks all apt tools.
 The patch works fine.

Its in my bzr tree and will be part of the next upload.

Cheers,
 Michael

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#366389: wmdate: uninstallable due to Xorg 7.0 transition

2006-05-08 Thread Steve Langasek
Package: wmdate
Version: 0.5-7.1
Severity: grave
Tags: patch

Hi Warren,

The wmdate package is currently uninstallable in unstable, because it still
installs to /usr/X11R6/bin which is being turned into a compatibility
symlink for the X11R7 transition.  Fortunately, since wmdate is using imake
the transition is fairly easy, but it does require a patch when rebuilding
with the new imake due to some hard-coded references to /usr/X11R6/bin.
Please find the short patch for this attached.

Thanks,
-- 
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/
diff -u wmdate-0.5/debian/changelog wmdate-0.5/debian/changelog
--- wmdate-0.5/debian/changelog
+++ wmdate-0.5/debian/changelog
@@ -1,3 +1,12 @@
+wmdate (0.5-7.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Build-depend on xutils-dev for the X11R7 transition, and adjust the 
+packaging to use the FHS paths.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Mon,  8 May 2006 02:02:30 -0700
+
 wmdate (0.5-7.1) unstable; urgency=low
 
   * Non-maintainer upload to help xlibs-dev transition
diff -u wmdate-0.5/debian/control wmdate-0.5/debian/control
--- wmdate-0.5/debian/control
+++ wmdate-0.5/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Warren A. Layton [EMAIL PROTECTED]
-Build-Depends: debhelper, xutils, libx11-dev, libxext-dev, libxpm-dev, x-dev
+Build-Depends: debhelper, xutils-dev, libx11-dev, libxext-dev, libxpm-dev, 
x-dev
 Standards-Version: 3.5.9.0
 
 Package: wmdate
reverted:
--- wmdate-0.5/debian/dirs
+++ wmdate-0.5.orig/debian/dirs
@@ -1 +0,0 @@
-usr/X11R6/bin
diff -u wmdate-0.5/debian/menu wmdate-0.5/debian/menu
--- wmdate-0.5/debian/menu
+++ wmdate-0.5/debian/menu
@@ -3 +3 @@
-  title=wmDate command=/usr/X11R6/bin/wmdate
+  title=wmDate command=/usr/bin/wmdate


signature.asc
Description: Digital signature


Bug#366387: linux-image-2.6.16-1-686-smp 2.6.16-12 makes e1000 behave erratic

2006-05-08 Thread Andreas Plesner Jacobsen
Package: linux-image-2.6.16-1-686-smp
Version: 2.6.16-12
Severity: normal

After upgrading from 2.6.16-11 to 2.6.16-12, my LAN-connection started 
exhibiting erratic ping fluctiations, my default gateway jumped 
between 0 and 1000ms ping-times. Downgrade to 2.6.16-11 solved this problem.

-- 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.16-1-686-smp
Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.16-1-686-smp depends on:
ii  initramfs-tools [linux-initra 0.60   tools for generating an initramfs
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo

Versions of packages linux-image-2.6.16-1-686-smp recommends:
ii  libc6-i6862.3.6-7GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.16-1-686-smp/postinst/kimage-is-a-directory:
  
linux-image-2.6.16-1-686-smp/prerm/would-invalidate-boot-loader-2.6.16-1-686-smp:
 true
  linux-image-2.6.16-1-686-smp/postinst/old-system-map-link-2.6.16-1-686-smp: 
true
* linux-image-2.6.16-1-686-smp/preinst/already-running-this-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/preinst/bootloader-initrd-2.6.16-1-686-smp: true
  linux-image-2.6.16-1-686-smp/preinst/failed-to-move-modules-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/postinst/depmod-error-initrd-2.6.16-1-686-smp: 
false
  linux-image-2.6.16-1-686-smp/preinst/overwriting-modules-2.6.16-1-686-smp: 
true
  linux-image-2.6.16-1-686-smp/postinst/old-dir-initrd-link-2.6.16-1-686-smp: 
true
  linux-image-2.6.16-1-686-smp/postinst/depmod-error-2.6.16-1-686-smp: false
  linux-image-2.6.16-1-686-smp/preinst/abort-install-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/postinst/create-kimage-link-2.6.16-1-686-smp: 
true
  linux-image-2.6.16-1-686-smp/postinst/old-initrd-link-2.6.16-1-686-smp: true
  linux-image-2.6.16-1-686-smp/preinst/lilo-initrd-2.6.16-1-686-smp: true
  linux-image-2.6.16-1-686-smp/preinst/elilo-initrd-2.6.16-1-686-smp: true
  linux-image-2.6.16-1-686-smp/preinst/initrd-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/preinst/lilo-has-ramdisk:
  linux-image-2.6.16-1-686-smp/postinst/bootloader-test-error-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/postinst/bootloader-error-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/preinst/abort-overwrite-2.6.16-1-686-smp:
  linux-image-2.6.16-1-686-smp/prerm/removing-running-kernel-2.6.16-1-686-smp: 
true


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



Bug#366386: [Pkg-shadow-devel] Bug#366386: [INTL:gl] Updated Galician translation of shadow

2006-05-08 Thread Tomasz Kłoczko
Dnia 08-05-2006, pon o godzinie 11:00 +0200, Jacobo Tarrio napisał(a):
[..]
 It is attached to this bug report.

Commited.
Thank you.

kloczek



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



Bug#366388: hddtemp: Please add support for FUJITSU MHV2100BH

2006-05-08 Thread Frank Mehnert
Package: hddtemp
Version: 0.3-beta15-5
Severity: wishlist

Adding

  FUJITSU MHV2100BH 194  C  FUJITSU MHV2100BH

to /etc/hddtemp.db allows hddtemp to recognize my harddisk (used in a
Thinkpad T60)
-- 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.17-rc2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]1.5.0   Debian configuration management sy
ii  grep 2.5.1.ds2-4 GNU grep, egrep and fgrep
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  sed  4.1.5-1 The GNU sed stream editor

hddtemp recommends no packages.

-- debconf information:
  hddtemp/SUID_bit: false
* hddtemp/interface: 127.0.0.1
* hddtemp/daemon: true
  hddtemp/syslog: 0
* hddtemp/port: 7634


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



Bug#366390: firefox: 100% CPU when keys wrongly hit

2006-05-08 Thread Jan Willem Stumpel
Package: firefox
Version: 1.5.dfsg+1.5.0.3-2
Severity: important


This bug has existed for quite a while (I guess more than 6 months in Sid)
both in Mozilla and Firefox; I filed it against Mozilla as #366138.

Sometimes if I hit keys (by accident) 'wrongly', i.e. not squarely, hitting two 
keys at
once, Firefox (or Mozilla) will hang with almost 100% CPU usage, freezing
the whole X system (no running program will respond to keystrokes or mouse
clicks). The only remedy is to press Control-Alt-F2 to go to the console,
and to type killall firefox-bin.

It has always been difficult to reproduce this for purposes of bug reporting
but now I found a fairly reliable way;

 -start Firefox.
 -put the cursor in the address window. 
 -hit the A key, but somewhat to the left, so you also engage the
  CapsLock key. 

You will probably not have to try this more than 2 or 3 times before your
system freezes completely with approx. 100% CPU usage by Firefox. 

-- 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.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages firefox depends on:
ii  debianutils 2.16 Miscellaneous utilities specific t
ii  fontconfig  2.3.2-5.1generic font configuration library
ii  libatk1.0-0 1.11.4-2 The ATK accessibility toolkit
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libcairo2   1.0.4-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-2GCC support library
ii  libglib2.0-02.10.2-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.17-2 The GTK+ graphical user interface 
ii  libidl0 0.8.6-1  library for parsing CORBA IDL file
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.12.1-2 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libstdc++6  4.1.0-2  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.8.2-7FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxp6  1:1.0.0-1X Printing Extension (Xprint) clie
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  psmisc  22.2-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-11   compression library - runtime

firefox recommends no packages.

-- debconf-show failed


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



Bug#366177: [amd64] Tyan S2877 installation-report

2006-05-08 Thread Karl Schmidt

Geert Stappers wrote:

Retitle 366177 [amd64] Tyan S2877 installation-report
Tags 366177 moreinfo
Stop



OK, I tried this install on a second motherboard - a Tyan S2865 and the missing 
/proc and the bass-psswd failed the same.


I tried to install without any raid - same problem.

This board has a different chip set:

  • nVIDIA nForce4 core-logic; SMSC DME1737


I wonder if this is a problem with the current install??

I see that others have installed on the S2865 in the past??

I also see that ubununtu works with it.


--
Karl Schmidt EMail [EMAIL PROTECTED]
Transtronics, Inc. WEB http://xtronics.com
3209 West 9th StreetPh (785) 841-3089
Lawrence, KS 66049 FAX (785) 841-0434


It looks like both parties are now playing the tax Peter
to buy Paul's vote game. This won't end well. -kps





Bug#365880: apt-get fails with $http_proxy env var set correctly

2006-05-08 Thread Michael Vogt
On Wed, May 03, 2006 at 07:43:07PM +0530, Toufeeq Hussain wrote:
 Subject: apt-get update fails even when $http_proxy env var is set.
 Package: apt
 Version: 0.6.43.3
 Severity: normal

Thanks for your bugreport.

 After upgrading the apt package in unstable, an apt-get update of my
 existing repositories failed even after I had the http_proxy
 environment variable set correctly.
 
 However, after creating a /etc/apt/apt.conf file with the following line,
 Acquire::http::Proxy http://user:[EMAIL PROTECTED]:80;; (example)
 apt-get seems to work fine.

I can't reproduce this behaviour here, what did your http_proxy
environment variable look like? 

Cheers,
 Michael 
 

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#365819: apt-get update chokes on Bad header line

2006-05-08 Thread Michael Vogt
On Thu, May 04, 2006 at 08:48:29AM +0200, Ralf Schlatterbeck wrote:
 On Wed, May 03, 2006 at 12:52:37AM -0700, Steve Langasek wrote:
  On Wed, May 03, 2006 at 09:20:39AM +0200, Ralf Schlatterbeck wrote:
  
   apt-get update produces Bad header line messages on some files. Note 
   that
   this error is not reproduceable always (and happens for different files
   although Release.gpg is often among them), sometimes the update runs
   successfully,
  
  This error certainly isn't reproducible in the general case.
 
 I can now confirm that only apt-get in etch is affected. My apt-get in
 sarge works perfectly. Anything I can do (e.g. build the apt package
 with debugging turned on) to help you diagnose this problem?

The output of:
# apt-get  -o Debug::Acquire::http=true update 2 apt_http.log

would be usefull here (please attach it to this bugreport).

Thanks,
 Michael

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#316337: Here we are

2006-05-08 Thread Michael Vogt
On Sun, May 07, 2006 at 02:33:31PM +0200, [EMAIL PROTECTED] wrote:
 From traces/trace.2063 (helper/ftp)
 (FYI, 0 and 1 are a pipe to the main apt process, 3 is a socket to the Debian 
 FTP server).
[..]

Thanks for your detailed analysis.
 
Could you please try the attached patch and tell me if it fixes the
problem? 

Thanks,
 Michael

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo
=== modified file 'methods/ftp.cc'
--- methods/ftp.cc  
+++ methods/ftp.cc  
@@ -1055,9 +1055,12 @@
 UBuf.modtime = FailTime;
 utime(FailFile.c_str(),UBuf);
 
-// If the file is missing we hard fail otherwise transient fail
-if (Missing == true)
+// If the file is missing we hard fail and delete the destfile
+// otherwise transient fail
+if (Missing == true) {
+   unlink(FailFile.c_str());
return false;
+}
 Fail(true);
 return true;
   }



Bug#366393: problems with /etc/bash_completion.d/vserver

2006-05-08 Thread Alexander Gerasiov
Package: util-vserver
Severity: serious

This should be two different bugreports, but I'm too lazy..

Problem number 1:
After I install util-vserver I start to got
==
bash: /etc/bash_completion.d/vserver: line 242: syntax error near unexpected 
token `)'
bash: /etc/bash_completion.d/vserver: line 242: [EMAIL PROTECTED]; i++ )); do'
==
on every bash run. (upgrade bash to testing doesn't help)



Problem number 2:
After I uninstall (with purge) util-vserver
/etc/bash_completion.d/vserver doesn't dissapear. That is serious bug I
think.


-- System Information:
Debian Release: 3.1
  APT prefers proposed-updates
  APT policy: (670, 'proposed-updates'), (670, 'stable'), (620, 
'testing-proposed-updates'), (620, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)


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



Bug#366370: hald dies upon startup

2006-05-08 Thread Sjoerd Simons
On Sun, May 07, 2006 at 05:52:07PM -0700, Arias Hung wrote:
 Package: hal
 Version: 0.5.7-2
 Severity: grave
 Justification: renders package unusable
 
 hald dies upon startup despite stating that it's becoming a daemon:
 
 # hald --daemon=yes --verbose=yes
 17:29:12.443 [I] hald.c:469: hal 0.5.7
 17:29:12.443 [I] hald.c:478: Will daemonize
 17:29:12.443 [I] hald.c:479: Becoming a daemon

What happens if you run with --daemon=no --verbose=yes ?

  Sjoerd
-- 
The key elements in human thinking are not numbers but labels of fuzzy sets.
-- L. Zadeh


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



Bug#366391: subversion crash signal 15 in child, SNDCTL_TMR_TIMEBASE

2006-05-08 Thread Rafal Maj
Package: subversion
Version: 1.3.0-3
Severity: important

It seems svn started to crash - it is killed, but the kill (signal 15)
occurs at end, so despite that I am able to use svn it seems.

ii  subversion 1.3.0-3


$ svn up
At revision 1202.
Killed by signal 15.


$strace -ff -o trace svn up
[...]
unlink(OUT/.svn/lock) = 0
unlink(case/.svn/lock)= 0
unlink(TRASH/.svn/lock)   = 0
unlink(.svn/lock) = 0
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 3), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f28000
write(1, At revision 1202.\n, 18At revision 1202.
) = 18
close(5)= 0
close(4)= 0
waitpid(24137, 0xbf846578, WNOHANG|WUNTRACED) = 0
kill(24137, SIGTERM)= 0
select(0, NULL, NULL, NULL, {0, 46875}Killed by signal 15.
) = ? ERESTARTNOHAND (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
select(0, NULL, NULL, NULL, {0, 44000}) = 0 (Timeout)
waitpid(24137, [{WIFEXITED(s)  WEXITSTATUS(s) == 255}],
WNOHANG|WUNTRACED) = 24137
gettimeofday({1147081070, 491605}, NULL) = 0
select(0, NULL, NULL, NULL, {0, 608395}) = 0 (Timeout)
brk(0x818e000)  = 0x818e000
munmap(0xb7f28000, 4096)= 0
exit_group(0)   = ?


the crash is in child process:

$ tail -n 50 trace.10586
write(3, \375\320\16\356WB\356\335\364]\2\376[\24\305Z\366Xv\7\272...,
64) = 64
select(7, [3 4], [], NULL, NULL)   = 1 (in [3])
read(3, \375\317\263\235\224\350\32\311\300\'\246q\211\215wV0...,
8192) = 176
select(7, [3 4], [5], NULL, NULL)   = 1 (out [5])
write(5, ( success ( ) ) ( success ( 36:0..., 135) = 135
select(7, [3 4], [], NULL, NULL) = 1 (in [4])
read(4, ( update ( ( ) 0: true ) ) , 16384) = 27
select(7, [3 4], [3], NULL, NULL)   = 1 (out [3])
write(3, \205\2z\240\354\3227\272\16\327\252\362\241\223;*2\2\322...,
64) = 64
select(7, [3 4], [], NULL, NULL)   = 1 (in [3])
read(3, \354\362\273\357a0#\315P}\242\201\16AQ\260\363\2603\350...,
8192) = 64
select(7, [3 4], [5], NULL, NULL)   = 1 (out [5])
write(5, ( success ( ( ) 0: ) ) , 23) = 23
select(7, [3 4], [], NULL, NULL) = 1 (in [4])
read(4, ( set-path ( 0: 1202 false ( ) )..., 16384) = 57
select(7, [3 4], [3], NULL, NULL)   = 1 (out [3])
write(3, p\246/x7\377\236\244\317V\340o\272\205s\303\0\200\326L...,
96) = 96
select(7, [3 4], [], NULL, NULL)   = 1 (in [3])
read(3, \372\305\320m\3537\4\211\245G([EMAIL PROTECTED]...,
8192) = 480
select(7, [3 4], [5], NULL, NULL)   = 1 (out [5])
write(5, ( success ( ( ) 0: ) ) ( target-..., 438) = 438
select(7, [3 4], [], NULL, NULL)= 1 (in [4])
read(4, ( success ( ) ) , 16384)  = 16
select(7, [3 4], [3], NULL, NULL) = 1 (out [3])
write(3, f\351\20\204\357\306\277}T\353+vqMJ!\1_\346\230q\334\327...,
64) = 64
select(7, [3 4], [], NULL, NULL)= 1 (in [3])
read(3, \335*\333l\235\321\224\375PO\2\240\205\314\200\310\273...,
8192) = 64
select(7, [3 4], [5], NULL, NULL)   = 1 (out [5])
write(5, ( success ( ) ) , 16)= 16
select(7, [3 4], [], NULL, NULL)= 1 (in [4])
read(4, , 16384)  = 0
close(4)= 0
select(7, [3], [3], NULL, NULL) = 1 (out [3])
write(3, :X!R\2\36\274\353\2428\273\317O\363\342S4\23\27\214$\351...,
32) = 32
select(7, [3], [], NULL, NULL)= ? ERESTARTNOHAND (To
be restarted)
--- SIGTERM (Terminated) @ 0 (0) ---
sigreturn() = ? (mask now [])
rt_sigaction(SIGWINCH, NULL, {0x8050ae0, [], SA_RESTORER, 0xb7c33768},
8) = 0
rt_sigaction(SIGWINCH, {SIG_DFL}, NULL, 8) = 0
close(5)= 0
close(6)= 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfaf3d58) = -1 EINVAL (Invalid
argument)
fcntl64(0, F_GETFL) = 0x800 (flags O_RDONLY|O_NONBLOCK)
fcntl64(0, F_SETFL, O_RDONLY)   = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfaf3d58) = -1 EINVAL (Invalid
argument)
fcntl64(1, F_GETFL) = 0x801 (flags O_WRONLY|O_NONBLOCK)
fcntl64(1, F_SETFL, O_WRONLY)   = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
...}) = 0
write(2, Killed by signal 15.\r\n, 22) = 22
exit_group(255) = ?

-- 
Rafał Maj
www.Raf256.com C++



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



Bug#365799: Don't know...

2006-05-08 Thread Joshua Kwan
Hi,

Looks like no response from GNOME team, why don't you just upload it at
this point? It will certainly be a nonzero net improvement... :/

-- 
Joshua Kwan


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



Bug#366392: dvdisaster: Medium type DVD-ROM not supported.

2006-05-08 Thread Corey Wright
Package: dvdisaster
Version: 0.66-2
Severity: important
Tags: patch

drives (as reported by dvd+rw-media):
- [JLMS][XJ-HD163D   ][GHR8]
- [LITE-ON ][DVDRW LDW-411S  ][FS0J]

when trying to read/scan a retail DVD movie disc i get the error Medium
type DVD-ROM not supported.  a DVD+RW disc is recognized as such and
reading/scanning is supported.

for whatever reason, dvdisaster doesn't support DVD-ROMs (unless they are
faked book type, meaning book type DVD-ROM but layer type recordable
and rewriteable).  maybe drives are problematic about falsely reporting
DVD-ROM book type, or maybe this is the author's protest against the DVD
consortium.  i dunno why, but without the DVD-ROM book type, dvdisaster is
largely useless to me.

so, applying the attached patch allows dvdisaster to continue in the face of
a DVD-ROM.  dvdisaster appears to recognize the proper number of sectors on
the media as compared to dvd+rw-mediainfo, disktype, isoinfo, etc.  and the
best test of all: using dvdisaster i read a dvd to an iso (file), put the
iso on a loopback, and played it using mplayer (mplayer -dvd-device
/dev/loop0 dvd://).

corey
-- 
[EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.6-ubuntu1-22.33+vs2.0.1.3+1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dvdisaster depends on:
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-1+b1 The Cairo 2D vector graphics
ii  libfontconfig12.3.2-5.1  generic font configuration
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user
ii  libpango1.0-0 1.12.1-2   Layout and rendering of
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous
ii  libxfixes36.9.0.dfsg.1-6 X Window System miscellaneous
ii  libxi66.9.0.dfsg.1-6 X Window System Input
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client

Versions of packages dvdisaster recommends:
ii  dvdisaster-doc0.66-2 data loss/scratch/aging

-- no debconf information


dvd-rom_book_type.patch
Description: Binary data


Bug#366394: rhythmbox: Latest Rhythmbox fails to upgrade if gnome-schedule is installed

2006-05-08 Thread David Weinehall
Package: rhythmbox
Version: 0.9.3.1-1
Severity: important

Upgrading to (probably also installing) Rhythmbox 0.9.4.1 fails with
the following message if gnome-schedule is installed:

 trying to overwrite `/var/lib/scrollkeeper/en_GB/scrollkeeper_cl.xml',
 which is also in package gnome-schedule


Regards: David Weinehall

-- 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.16-git10
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages rhythmbox depends on:
ii  dbus   0.61-5simple interprocess messaging syst
ii  gconf2 2.14.0-1  GNOME configuration database syste
ii  gstreamer0.10-alsa [gstrea 0.10.6-1  GStreamer plugin for ALSA
ii  gstreamer0.10-gnomevfs 0.10.6-1  GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-base 0.10.6-1  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.2-1indt1 GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly 0.10.3-1  GStreamer plugins from the ugly 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.9-8+b1Avahi client library
ii  libavahi-common3   0.6.9-8+b1Avahi common library
ii  libavahi-compat-howl0  0.6.9-8+b1Avahi Howl compatibility library
ii  libavahi-glib1 0.6.9-8+b1Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-20.61-5simple interprocess messaging syst
ii  libdbus-glib-1-2   0.61-5simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libexpat1  1.95.8-3.2XML parsing C library - runtime li
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.1.10-3  FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-1  GNOME virtual file-system (runtime
ii  libgnutls111.0.16-14+b1  GNU TLS library - runtime library
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgpod0   0.3.2-1   a library to read and write songs 
ii  libgstreamer0.10-0 0.10.5-1  Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libhal10.5.7-2   Hardware Abstraction Layer - share
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmusicbrainz4c2a 2.1.2-4   Second generation incarnation of t
ii  libnautilus-burn2  2.12.3-2  Nautilus Burn Library - runtime ve
ii  libnotify1 0.3.2-4   sends desktop notifications to a n
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libsoup2.2-8   2.2.92-1  an HTTP library implementation in 
ii  libtasn1-2 1:0.2.17-2Manage ASN.1 structures (runtime)
ii  libtotem-plparser0 1.2.1-4   Totem Playlist Parser library - ru
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  

Bug#366395: pptpd: New Upstream version - fixes reordering and loopback bugs

2006-05-08 Thread Norman Rasmussen
Package: pptpd
Version: 1.2.3-1.1
Severity: important

upstream: http://www.poptop.org/
current experimental version1.3.2
current stable version  1.3.0

1.3.0 fixes two problems that are plaguing my vpn connection:
 - ADSL packet re-ordering causes GRE to drop pakcets
 - Initial connection says 'loopback detected'

1.3.1 fixes an initial ack issue too

Having 1.3.0 in testing would be great, 1.3.2 in unstable would be neat too.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (750, 'stable'), (700, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)

Versions of packages pptpd depends on:
ii  bcrelay   1.2.3-1.1  Broadcast relay daemon
pn  debconf | debconf-2.0 none (no description available)
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  netbase   4.25   Basic TCP/IP networking system
ii  ppp   2.4.4b1-1  Point-to-Point Protocol (PPP) daem

pptpd recommends no packages.

-- no debconf information


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



Bug#366398: cant install erlang package (dependencie problem)

2006-05-08 Thread nb
Package: erlang
Version: 1:10.b.9-2
Severity: grave
Justification: renders package unusable

can't install erlang package. I have the following error :

Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

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

The following packages have unmet dependencies:
  erlang: Depends: erlang-mode (= 1:10.b.9-2) but it is not installable
  Depends: erlang-src (= 1:10.b.9-2) but it is not installable
E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-powerpc
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#366400: xbattbar: uninstallable due to Xorg 7.0 transition

2006-05-08 Thread Steve Langasek
Package: xbattbar
Version: 1.4.2-3.1
Severity: grave
Tags: patch

Hi Thomas,

The xbattbar package is currently uninstallable in unstable, because it
still installs to /usr/X11R6/bin which is being turned into a compatibility
symlink for the X11R7 transition.  Fortunately, since xbattbar is using
imake the transition is fairly easy, but it does require a patch when
rebuilding with the new imake due to some hard-coded references to
/usr/X11R6.  Please find the short patch for this attached.

Thanks,
-- 
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/
diff -u xbattbar-1.4.2/Imakefile xbattbar-1.4.2/Imakefile
--- xbattbar-1.4.2/Imakefile
+++ xbattbar-1.4.2/Imakefile
@@ -17,7 +17,6 @@
 XCOMM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 XCOMM 
 
-BINDIR = /usr/X11R6/bin
 MANDIR = /usr/share/man/man1
 
 LOCAL_LIBRARIES = $(XLIB)
diff -u xbattbar-1.4.2/debian/menu xbattbar-1.4.2/debian/menu
--- xbattbar-1.4.2/debian/menu
+++ xbattbar-1.4.2/debian/menu
@@ -2 +2 @@
-  title=Xbattbar command=/usr/X11R6/bin/xbattbar
+  title=Xbattbar command=/usr/bin/xbattbar
diff -u xbattbar-1.4.2/debian/changelog xbattbar-1.4.2/debian/changelog
--- xbattbar-1.4.2/debian/changelog
+++ xbattbar-1.4.2/debian/changelog
@@ -1,3 +1,12 @@
+xbattbar (1.4.2-3.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Build-depend on xutils-dev for the X11R7 transition, and adjust the
+packaging to use the FHS paths.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Mon,  8 May 2006 03:22:53 -0700
+
 xbattbar (1.4.2-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u xbattbar-1.4.2/debian/rules xbattbar-1.4.2/debian/rules
--- xbattbar-1.4.2/debian/rules
+++ xbattbar-1.4.2/debian/rules
@@ -28,8 +28,8 @@
dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/xbattbar
-   install -d -o0 -g0 $(CURDIR)/debian/xbattbar/usr/X11R6/man/man1/
-   install -o0 -g0 -m644 xbattbar.man 
$(CURDIR)/debian/xbattbar/usr/X11R6/man/man1/xbattbar.1x
+   install -d -o0 -g0 $(CURDIR)/debian/xbattbar/usr/share/man/man1/
+   install -o0 -g0 -m644 xbattbar.man 
$(CURDIR)/debian/xbattbar/usr/share/man/man1/xbattbar.1x
 
 binary-indep: build install
 
diff -u xbattbar-1.4.2/debian/control xbattbar-1.4.2/debian/control
--- xbattbar-1.4.2/debian/control
+++ xbattbar-1.4.2/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Thomas Seyrat [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), xutils, libx11-dev
+Build-Depends: debhelper ( 3.0.0), xutils-dev, libx11-dev
 Standards-Version: 3.5.6.1
 
 Package: xbattbar


signature.asc
Description: Digital signature


Bug#366396: vim: Vim 7 is out!

2006-05-08 Thread Julian Mehnle
Package: vim
Severity: wishlist

Vim 7 has been released:

  http://marc.theaimsgroup.com/?l=vim-announcem=114708043011893w=2

Please package it. :-)


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



Bug#365710: kdm: Possible duplicate of x11-common bug fixed in unstable

2006-05-08 Thread Johannes Ranke
Package: kdm
Version: 4:3.5.2-2+b1
Followup-For: Bug #365710


You can check if the file 

/etc/X11/Xsession

exists. If not, this is probably a duplicate of #366007 (and some other
merged bug reports) that bit me yesterday. It should be fixed by
upgrading x11-common. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.14-stiller1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kdm depends on:
ii  debconf [debconf-2.0]   1.5.0Debian configuration management sy
ii  kdebase-bin 4:3.5.2-2+b1 core binaries for the KDE base mod
ii  kdebase-data4:3.5.2-2shared data files for the KDE base
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1GCC support library
ii  libpam-runtime  0.79-3.1 Runtime support for the PAM librar
ii  libpam0g0.79-3.1 Pluggable Authentication Modules l
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.1.0-1  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxdmcp6   1:1.0.0-4X11 Display Manager Control Protoc
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  xbase-clients   1:7.0.1-1miscellaneous X clients

Versions of packages kdm recommends:
ii  logrotate 3.7.1-3Log rotation utility

-- debconf information excluded


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



Bug#366107: Installing tex-common gets stuck after giving invalid group

2006-05-08 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

 I've been writing some code, but now I'm unsure about one thing: What
 will happen if somebody installs Debian newly on a clean system,
 e.g. with a CD, and chooses to install a TeX system at the very first
 moment?  Does this happen before local users (and hence groups) are
 created?  

No, according to
http://d-i.alioth.debian.org/manual/en.i386/ch06s03.html#di-system-setup
users are created (in the user interface) before the base system is
installed.  That should be safe for us.

It still means that probably any application server installation will be
detected as a machine used by a single user if the authentication of
users won't be done with /etc/passwd.  But this question has only an
effect if somebody is seeing debconf questions, and a server admin
should know how many users are going to use TeX...

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#366399: dvdisaster: Can not continue: Encrypted medium.

2006-05-08 Thread Corey Wright
Package: dvdisaster
Version: 0.66-2
Severity: normal
Tags: patch

wow, dvdisaster is starting to appear really crippled (at least from
where i'm standing).

it's late and i'm tired of writing bug reports for what now appears to be
deliberate on the part of the author, so i'll try to keep this short.

the following patch allows dvdisaster to operate on encrypted/copyrighted
DVDs.

the patch was tested by reading an encrypted/copyrighed DVD and playing
the resulting ISO file (on a loopback device) with mplayer.

yeah, you'll never be able to make an exact copy of a DVD that includes CSS
(except maybe on a consumer DVD drive with a hacked firmware) with the keys
being written on the disc's lead-in and all, and maybe that's why the
author disabled operating on those DVDs, but this doesn't present a
problem to me, so dvdisaster shouldn't care and make this so difficult
(having to patch the source and all).

explanation: i plan on using dvdisaster to create ECC files for all my
movies, and if/when the discs fail in the future, i can recreate the image
with dvdisaster, create a decoded copy with vobcopy, and burn that for
viewing on DVD players.  of course i could always do that from the
beginning, but i don't want to have to deal with storing a full copy when i
can just store a relatively small ECC file.  plus, dual-layer DVD+/-R discs
should be reasonably priced by the time i need to recreate a movie.

corey
-- 
[EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.6-ubuntu1-22.33+vs2.0.1.3+1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dvdisaster depends on:
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-1+b1 The Cairo 2D vector graphics
ii  libfontconfig12.3.2-5.1  generic font configuration
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user
ii  libpango1.0-0 1.12.1-2   Layout and rendering of
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous
ii  libxfixes36.9.0.dfsg.1-6 X Window System miscellaneous
ii  libxi66.9.0.dfsg.1-6 X Window System Input
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client

Versions of packages dvdisaster recommends:
ii  dvdisaster-doc0.66-2 data loss/scratch/aging

-- no debconf information


encryption.patch
Description: Binary data


Bug#366397: proftpd: mod_wrap does not recognize all hosts_access options

2006-05-08 Thread Matthias Wamser
Package: proftpd
Version: 1.3.0-6
Severity: important


Im running a (self) backported version of latest proftpd on debian
sarge.

When enabling mod_wrap things seem to work fine at first glance. But
there is one big caveeat: If a client connects who has no valid 
reverse dns. i.e. (test.foo.bar IN A 1.2.3.4 and 1.2.3.4 IN PTR
fake.foo.bar) then proftpd refuses login from this ip.

# syslog entry (/var/log/syslog):
proftpd: warning: host name/name mismatch: fake.foo.bar != test.foo.bar

# proftpd logfile entry (/var/log/proftpd/system.log):
proftpd[7658] ftp.foo.bar (1.2.3.4[1.2.3.4]): mod_wrap/1.2.3: using access 
files: /etc/proftpd/hosts.allow, /etc/proftpd/hosts.deny
proftpd[7658] ftp.foo.bar (1.2.3.4[1.2.3.4]): mod_wrap/1.2.3: refused 
connection from 1.2.3.4

I tried everything in /etc/proftpd/hosts.allow to allow the broken ip:

proftpd : 1.2.3.4
proftpd : *
proftpd : ALL
proftpd : PARANOID
proftpd : UNKNOWN

I although put the above allow permissions additionally in /etc/hosts.allow.
But this although doesnt matter.

in proftpd.conf i use:
UseReverseDNS = Off

If i disable the mod_wrap module i can connect even with a broken dns
ip. But thats not my solution, i need the mod_wrap feature.

Some thing looks a little bit strange to me, its the logging as pasted
above. Even if i start proftpd with debug level 9, he always writes
more or less details to the (in proftpd.conf) defined 
/var/log/proftpd/system.log, thats OK.

But he always (or some other process?) writes this one warning line 
(host name/name mismatch) to /var/log/syslog. 
In /var/log/proftpd/system.log the log entry alwas has the process id 
included, in the syslog entry the process id is missing.

regards, matthias wamser

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

Versions of packages proftpd depends on:
ii  adduser   3.63   Add and remove users and groups
ii  debconf   1.4.30.13  Debian configuration management sy
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpam0g  0.76-22Pluggable Authentication Modules l
ii  libssl0.9.7   0.9.7e-3sarge1 SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  netbase   4.25+0mw1  Basic TCP/IP networking system
pn  proftpd-common   Not found.
ii  ucf   1.17   Update Configuration File: preserv


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



Bug#365850: xserver-xorg-video-ati: gstreamer 0.8's xvimage sinks lets the server crash

2006-05-08 Thread Sjoerd Simons
On Thu, May 04, 2006 at 08:57:25AM +0200, Michel Dänzer wrote:
 On Wed, 2006-05-03 at 13:54 +0200, Sjoerd Simons wrote: 
   The following pipeline crashes my X server:
 gst-launch-0.8  videotestsrc ! blaat ! xvimagesink
 
   Full X log and config is attached. Video card is a Radeon X800 XL on a 
 amd64 machine.

 First I thought this might be related to
 https://bugs.freedesktop.org/show_bug.cgi?id=4640 , but that only talks
 about a client crash and incorrect display, not a server crash...
 
 It would be great if you could get a backtrace from gdb, preferably with
 an unstripped driver built with -g.

Here you go:
Program received signal SIGSEGV, Segmentation fault.
0x2b727d3f3014 in memcpy () from /lib/libc.so.6
(gdb) bt
#0  0x2b727d3f3014 in memcpy () from /lib/libc.so.6
#1  0x2b727e96b205 in RADEONCopyData (pScrn=value optimized out, 
src=0x2b728f560200 Address 0x2b728f560200 out of bounds, 
dst=0x2b72801e4400 Address 0x2b72801e4400 out of bounds, srcPitch=1280, 
dstPitch=1280, h=118, w=value optimized out, bpp=4)
at ../../src/radeon_video.c:2091
#2  0x2b727e96e9fd in RADEONPutImage (pScrn=0x703e80, 
src_x=value optimized out, src_y=value optimized out, 
drw_x=value optimized out, drw_y=value optimized out, 
src_w=value optimized out, src_h=240, drw_w=320, drw_h=264, 
id=1094862674, buf=0x2b728f53a000 ÿØÿà, width=320, height=240, Sync=0, 
clipBoxes=0x7f82b330, data=0x744360) at ../../src/radeon_video.c:2852
#3  0x0048a2f9 in xf86XVScreenInit ()
#4  0x2b727de01aa0 in ProcXvShmPutImage ()
   from /usr/lib/xorg/modules/extensions/libextmod.so

  Sjoerd
-- 
What makes the universe so hard to comprehend is that there's nothing
to compare it with.



Bug#366363: [Pkg-xfce-devel] Bug#366363: xfce4: does not install on unstable system, package left behind

2006-05-08 Thread Simon Huggins
tags 366363 wontfix
thanks

Shame there isn't a cantfix tag.

On Sun, May 07, 2006 at 07:17:50PM -0400, John wrote:
 Package: xfce4 Version: 4.2.3 Severity: grave Justification: renders package
 unusable

 *** Please type your report below this line ***

Wah wah wah.

Can't you even be bothered to write a pretty bug report?

I've closed two of these already.  Here's the text I used last time.



Welcome to unstable.

The new meta package does indeed depend on the new packages but we are
waiting for the libraries to come out of NEW.

You can see the progression at:
http://people.debian.org/~igloo/status.php?email=pkg-xfce-devel%40lists.alioth.debian.org

But we're actually waiting on the libs from NEW at:
http://ftp-master.debian.org/new.html

(the 3 pkg-xfce-devel maintained packages on that list).

Until the libs come out of NEW we can't do anything about this.

If you want your dependencies to always be fulfillable please use
testing.

Simon.

-- 
sl benj: mais il y a des thumbnails en 1600x1200 ;)


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



Bug#366401: libapache2-mod-auth-pam: Fails to honour use_first_pass.

2006-05-08 Thread Simon Waters
Package: libapache2-mod-auth-pam
Severity: normal


With AuthType Basic this modules appears to fail to honour the directory
use_first_pass, which we use to allow passwords from both a third party system
and local users.

auth sufficient winbind.so
auth required pam_unix.so nullok_secure use_first_pass

The same behaviour can be achieved with the Apache auth directives, so a 
workaround exists.

Test system was hybred testing/sarge so that winbind.so is from testing.

Will upgrade test system, to confirm same behaviour exists in Etch.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#366017: e2fsprogs: Me too, but badblocks works by itself

2006-05-08 Thread Graham Cobb
Package: e2fsprogs
Version: 1.38+1.39-WIP-2006.04.09-1
Followup-For: Bug #366017

I also see this problem.  The following command:

mke2fs -c -c -j -L backup500 /dev/sdb1

Gives the following output:

mke2fs 1.39-WIP (09-Apr-2006)
Filesystem label=backup500
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
61063168 inodes, 122096000 blocks
6104800 blocks (5.00%) reserved for the super user
First data block=0
3727 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 2048, 23887872, 71663616, 78675968,
10240

/dev/sdb1 is apparently in use by the system; it's not safe to run badblocks!
Writing inode tables:  ...

Note the error from badblocks.  The device is definitely not in use, by the way.

However, invoking badblocks directly:

badblocks -w /dev/sdb1 -s -b 4096 -o /tmp/bb

is successful.

I believe the test in badblocks for whether the device is in use is fairly new
so maybe mke2fs is leaving a file descriptor connected to the device when
invoking badblocks.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages e2fsprogs depends on:
ii  e2fslibs  1.38+1.39-WIP-2006.04.09-1 ext2 filesystem libraries
ii  libblkid1 1.38+1.39-WIP-2006.04.09-1 block device id library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdevmapper1 2:1.02.03-1The Linux Kernel Device Mapper use
ii  libselinux1   1.30-1 SELinux shared libraries
ii  libsepol1 1.12-1 Security Enhanced Linux policy lib
ii  libss21.38+1.39-WIP-2006.04.09-1 command-line interface parsing lib
ii  libuuid1  1.38+1.39-WIP-2006.04.09-1 universally unique id library

e2fsprogs recommends no packages.

-- no debconf information


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



Bug#365880: apt-get fails with $http_proxy env var set correctly

2006-05-08 Thread Toufeeq Hussain

Hi Michael,

On 5/8/06, Michael Vogt [EMAIL PROTECTED] wrote:

 After upgrading the apt package in unstable, an apt-get update of my
 existing repositories failed even after I had the http_proxy
 environment variable set correctly.

 However, after creating a /etc/apt/apt.conf file with the following line,
 Acquire::http::Proxy http://user:[EMAIL PROTECTED]:80 [7];; (example)
 apt-get seems to work fine.

I can't reproduce this behaviour here, what did your http_proxy
environment variable look like?

My http_proxy is as follows:
[EMAIL PROTECTED]:~$ echo $http_proxy
toufeeq_hussain:[EMAIL PROTECTED]:80

This is the procedure I'm currently following to reproduce this bug.

1. mv /etc/apt/apt.conf /etc/apt/apt.conf.test
2. export http_proxy=http://toufeeq_hussain:[EMAIL PROTECTED]:80
3. apt-get update

4. This results in :
Errhttp://ftp.us.debian.org unstable Release.gpg
 Could not resolve 'ftp.us.debian.org'
Ign http://ftp.us.debian.org unstable Release
Ign http://ftp.us.debian.org unstable/main Packages
Ign http://ftp.us.debian.org unstable/contrib Packages
Ign http://ftp.us.debian.org unstable/non-free Packages
Errhttp://ftp.us.debian.org unstable/main Packages
 Could not resolve 'ftp.us.debian.org'
Errhttp://ftp.us.debian.org unstable/contrib Packages
 Could not resolve 'ftp.us.debian.org'
Errhttp://ftp.us.debian.org unstable/non-free Packages
 Could not resolve 'ftp.us.debian.org'
Failed to fetch
http://ftp.us.debian.org/debian/dists/unstable/Release.gpg  Could not
resolve 'ftp.us.debian.org'
Failed to fetch
http://ftp.us.debian.org/debian/dists/unstable/main/binary-i386/Packages.gz
Could not resolve 'ftp.us.debian.org'
Failed to fetch
http://ftp.us.debian.org/debian/dists/unstable/contrib/binary-i386/Packages.gz
Could not resolve 'ftp.us.debian.org'
Failed to fetch
http://ftp.us.debian.org/debian/dists/unstable/non-free/binary-i386/Packages.gz
Could not resolve 'ftp.us.debian.org'
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old
ones used instead.

5. So, I revert my apt.conf to the normal self.
6. mv /etc/apt/apt.conf.test /etc/apt/apt.conf
7. And then apt-get works.
[EMAIL PROTECTED]:~$ sudo apt-get update
Get: 1 http://ftp.us.debian.org unstable Release.gpg [189B]
Hit http://ftp.us.debian.org unstable Release
Hit http://ftp.us.debian.org unstable/main Packages
Hit http://ftp.us.debian.org unstable/contrib Packages
Hit http://ftp.us.debian.org unstable/non-free Packages
Fetched 189B in 2s (66B/s)
Reading package lists... Done

Thanks.
-Toufeeq
--
blog @ http://toufeeq.blogspot.com



Bug#365850: xserver-xorg-video-ati: gstreamer 0.8's xvimage sinks lets the server crash

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 12:32 +0200, Sjoerd Simons wrote:
 On Thu, May 04, 2006 at 08:57:25AM +0200, Michel Dänzer wrote:
  On Wed, 2006-05-03 at 13:54 +0200, Sjoerd Simons wrote: 
The following pipeline crashes my X server:
  gst-launch-0.8  videotestsrc ! blaat ! xvimagesink
  
Full X log and config is attached. Video card is a Radeon X800 XL on a 
  amd64 machine.
 
  First I thought this might be related to
  https://bugs.freedesktop.org/show_bug.cgi?id=4640 , but that only talks
  about a client crash and incorrect display, not a server crash...
  
  It would be great if you could get a backtrace from gdb, preferably with
  an unstripped driver built with -g.
 
 Here you go:

Thanks. Looks like it is the above upstream bug after all, can you try
the patch attached to it?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#366402: popfile: Closes when non-root does nmap localhost

2006-05-08 Thread Jason Wojciechowski
Package: popfile
Version: 0.22.4-1
Severity: normal

Hello,

If, as a regular user I do nmap localhost, it shows that popfile is running
on the correct port.  Thereafter, however, popfile is no longer running.

There appears to be no information in the log (I increased the loglevel to 2,
but the only items printed have to do with connections made before nmap was
run, and then after I restarted popfile).

Also, when I do nmap localhost as root, popfile does not close.

Maybe this is actually a security feature?

Thanks,
Jason

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

Versions of packages popfile depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  libdbd-sqlite2-perl   2:0.33-6   Perl DBI driver with a self-contai
ii  libhtml-tagset-perl   3.10-2 Data tables pertaining to HTML
ii  libhtml-template-perl 2.8-1  HTML::Template : A module for usin
ii  libsoap-lite-perl 0.67-1 Client and server side SOAP implem
ii  libtimedate-perl  1.1600-5   Time and date functions for Perl
ii  perl  5.8.8-4Larry Wall's Practical Extraction 

popfile recommends no packages.

-- debconf information:
* popfile/uilocal: false
* popfile/popport: 7071
  popfile/backupcorpus: true
* popfile/poplocal: true
* popfile/uiport: 7070


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



Bug#366396: vim: Vim 7 is out!

2006-05-08 Thread James Vega
On Mon, May 08, 2006 at 10:08:29AM +, Julian Mehnle wrote:
 Vim 7 has been released:
 
   http://marc.theaimsgroup.com/?l=vim-announcem=114708043011893w=2
 
 Please package it. :-)

We have the pre-release in experimental.  I'm currently working on the
slight package changes needed to package the final release.  Should be
available in a few days.

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


signature.asc
Description: Digital signature


Bug#37050: To noah sheldon

2006-05-08 Thread Lorna

How have you been,  noah sheldon

Press cription for noah sheldon is ready.

Please re-confirm  your Address.

http://geocities.com/SuzanneLowery2555

 The Buyer as per our records: noah sheldon

 zip if wrong order please help us to correct it
Just visit our site above to make sure.

Regards,
Lorna





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



Bug#366409: mknbi: FTBFS: kfreebsd-i386 not in the architecture list

2006-05-08 Thread Petr Salinger
Package: mknbi
Version: 1.4.4-1

Hello,

The current version of spamoracle fails to build on GNU/kFreeBSD, 
because kfreebsd-i386 is not listed in the Architecture: field.

Could you please add kfreebsd-i386 to the list of the supported
architectures? 

Thanks

Petr




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



Bug#361310: rhythmbox: tag encoding causes crash when importing

2006-05-08 Thread Sven Arvidsson
 Rhythmbox crashes when importing certain mp3 files.

 I have identified which mp3 files cause Rhythmbox to crash. They are
 playable in VLC. When i launch VLC from gnome-terminal to play 
 these files i see the following error message:

 (.:12489): Pango-WARNING **: Invalid UTF-8 string passed to
 pango_layout_set_text()

 Viewing their meta-info in VLC shows unrecognized characters. A
 screenshot is available at:
 http://i25.photobucket.com/albums/c79/stoicjed/screenshots/vlc_meta.png

 I am able to import these files using Rhythmbox 0.9.1 on Ubuntu Breezy
 without any problems, with id3 tag information displaying 
 normally. I am able to import these files in Rhythmbox 0.9.3.1-1 on
 Debian Sid only after deleting the id3 tags, otherwise Rhythmbox 
 will crash.

Hi,

Can you try the 0.9.4.1 release of Rhythmbox and see if your problem
remains?

If it does try this pipeline and see if Gstreamer can read the tags:
 gst-launch-0.10 filesrc location=song.mp3 ! id3demux ! fakesink -t

It would also be helpful if you could attach the first few hundred
kilobytes of the song to the bug report. E. g. by doing 
 split -b 400k song.mp3

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


signature.asc
Description: Digital signature


Bug#360031: mysql-server-5.0: Problem still present in version 5.0.21-2

2006-05-08 Thread Alessandro Polverini
Package: mysql-server-5.0
Version: 5.0.21-2
Followup-For: Bug #360031

I just upgraded to latest version on unstable but the problem still exists :(


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



Bug#366407: smokeping: [INTL:sv] Swedish debconf translation

2006-05-08 Thread Daniel Nylander
Package: smokeping
Version: 2.0.8-2
Severity: wishlist
Tags: patch l10n


Here is the Swedish translation of the debconf template

Regards,
Daniel

-- 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.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: smokeping 2.0.8-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-12-06 19:14+\n
PO-Revision-Date: 2006-05-08 14:19+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:3
msgid Smokeping upgrade failed
msgstr Uppgraderingen av Smokeping misslyckades

#. Type: note
#. Description
#: ../templates:3
msgid Your Smokeping configuration file /etc/smokeping/config is incompatible 
with this Smokeping version and could not be upgraded automatically. The 
Smokeping daemon could not be started. Please read smokeping_upgrade(7).
msgstr Din konfigurationsfil /etc/smokeping/config för Smokeping är inte 
kompatibel med den här versionen av Smokeping och kunde inte uppgraderas 
automatiskt. Smokeping-demonen kunde inte startas. Vänligen läs manualsidan 
smokeping_upgrade(7).



Bug#152932: reference. pat harrell

2006-05-08 Thread Lynn

Hey,  pat harrell

Pharm for pat harrell is ready.

Please re-confirm   Zip.

http://geocities.com/OraTate4305

 Your order info as per our records: pat harrell

 city  if wrong order please help us to correct it
Just visit our site above to make sure.

Thanks,
Lynn





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



Bug#349822: see also

2006-05-08 Thread Bart Martens
See also bug #366360 about packaging version 2.8.



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



Bug#361841: Refuses to play music

2006-05-08 Thread Sven Arvidsson
 Rhythmbox will not play songs.  When I select a song and press the
 play button or double click on a song, it displays the title, album,
 artist, and duration and depresses the play button, but never starts
 playing.  If I move the scroll bar to skip ahead, it jumps back to the
 start when I release it.  I am able to play audio files using totem.

Hi,

Make sure that you use the correct audiosink for Gstreamer. Rhythmbox 0.9
uses Gstreamer 0.10. (Totem 1.2 is still using 0.8)

You can check these settings in gconf:

gconftool-2 -g /system/gstreamer/0.10/default/audiosink
gconftool-2 -g /system/gstreamer/0.8/default/audiosink

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


signature.asc
Description: Digital signature


Bug#366408: ejecting USB mass storage devices with SG_IO fails for non-root users

2006-05-08 Thread Mark Longair
Package: eject
Version: 2.1.4-1
Severity: normal

When eject is run by a normal user on a USB mass storage device (as,
for example, gnome-volume-manager when unmounting a USB-connected
iPod) it fails due to the device being opened O_RDONLY rather than O_RDWR:

  open(/dev/sdb, O_RDONLY|O_NONBLOCK)   = 3
  write(1, eject: trying to eject `/dev/sdb..., 54) = 54
  ioctl(3, SG_GET_VERSION_NUM, 0xbfa0d790) = 0
  ioctl(3, SG_IO, 0xbfa0d704) = -1 EPERM (Operation not permitted)
  write(1, eject: SCSI eject failed\n, 25) = 25

If I change the option O_RDONLY to O_RDRW in OpenDevice() then this
works as expected (although obviously that's not a sensible patch in
general, so I haven't bothered to attach it.)

many thanks,
mark

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)

Versions of packages eject depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries

eject recommends no packages.

-- no debconf information


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



Bug#365754: manpages-dev: Please document fopen mmap mode 'm'

2006-05-08 Thread Justin Pryzby
On Fri, May 05, 2006 at 11:08:31PM +0200, Michael Kerrisk wrote:
   Hmmm -- I'm not seeing this.  Can you post for each of the two 
   test cases:
   
   -- the fopen() call that is used.
   
   -- the command line that is used to run the program.
   
   -- the results of grep the strace output using:
   
   egrep '(mmap|open|read)'
  Sure, (using strace -e mmap2,open,read instead):
  
  fopen r:
  |...
  |open(/tmp/fp.c, O_RDONLY) = 3
  |mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
  = 0xb7f3a000
  |read(3, #include sys/types.h\n#include ..., 4096) = 460
  |read(3, , 4096)   = 0
  
  fopen r+m:
  |...
  |open(/tmp/fp.c, O_RDWR)   = 3
  |mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
  = 0xb7f8e000
  |read(3, #include sys/types.h\n#include ..., 4096) = 462
  |read(3, , 4096)   = 0
  
  fopen rm:
  |...
  |open(/tmp/fp.c, O_RDONLY) = 3
  |mmap2(NULL, 461, PROT_READ, MAP_SHARED, 3, 0) = 0xb7f1c000
 
 Okay -- that look good.  But it's strange, I'm not seeing the
 same as you on SUSE 10.0, glibc 2.3.5.  Do you have another Linux
 to hand to test?
I just tested on another Debian machine with the same results for
fopen rm.

But another machine did only an anonymous mmap:

  2.6.12-1-amd64-k8-smp
  glibc 2.3.6

I note the following differences:
Native POSIX Threads Library by Ulrich Drepper et aland
libthread_db work sponsored by Alpha Processor Inc

vs.

linuxthreads-0.10 by Xavier Leroy (on kobun64).

On a 32 bit radhat machine, the same thing; this time, linuxthreads
and libthread_db.  Linux 2.4.22-1.2199.nptl and glibc 2.3.3.

Alan didn't have strace installed on a different redhat machine, so I
copied mine, and again it didn't mmap the file.  Again, linuxthreads
and libthread_db.  glibc 2.3.3, and Linux 2.6.10-1.771_FC2.

I note that this functionality requires the compile-time conditional
_G_HAVE_MMAP.

Justin


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



Bug#365363: multipath fails when cheap USB disk present

2006-05-08 Thread Michael Shuey
On Monday 01 May 2006 05:31, Christophe Varoqui wrote:
 I'm not sure the empty rev string is the problem here.
 Can you send a multipaht -v4 ouput and ideally a gdb backtrace full ?

Sorry for the delay; multipath -v4 output is attached.  I'm not sure a gdb 
backtrace full is possible, as multipath does run to completion.  Perhaps I 
shouldn't have said dies; it exits cleanly with a status of 1, and just 
doesn't do it's normal operations.

-- 
Mike Shuey
dm-10: blacklisted
dm-11: blacklisted
dm-12: blacklisted
dm-13: blacklisted
dm-14: blacklisted
dm-16: blacklisted
dm-18: blacklisted
dm-19: blacklisted
dm-20: blacklisted
dm-21: blacklisted
dm-22: blacklisted
dm-23: blacklisted
dm-24: blacklisted
dm-25: blacklisted
dm-26: blacklisted
dm-27: blacklisted
dm-28: blacklisted
dm-29: blacklisted
dm-30: blacklisted
dm-31: blacklisted
dm-32: blacklisted
dm-33: blacklisted
dm-34: blacklisted
dm-35: blacklisted
dm-36: blacklisted
dm-37: blacklisted
dm-38: blacklisted
dm-39: blacklisted
dm-40: blacklisted
dm-41: blacklisted
dm-42: blacklisted
dm-43: blacklisted
dm-44: blacklisted
dm-45: blacklisted
dm-46: blacklisted
dm-47: blacklisted
dm-48: blacklisted
dm-49: blacklisted
dm-50: blacklisted
dm-51: blacklisted
dm-52: blacklisted
dm-53: blacklisted
dm-54: blacklisted
dm-55: blacklisted
dm-56: blacklisted
dm-57: blacklisted
dm-58: blacklisted
dm-9: blacklisted
md0: blacklisted
md1: blacklisted
ram0: blacklisted
ram10: blacklisted
ram11: blacklisted
ram12: blacklisted
ram13: blacklisted
ram14: blacklisted
ram15: blacklisted
ram2: blacklisted
ram3: blacklisted
ram4: blacklisted
ram5: blacklisted
ram6: blacklisted
ram7: blacklisted
ram8: blacklisted
ram9: blacklisted
sda: not found in pathvec
sda: mask = 0x1f
sda: bus = 1
sda: dev_t = 8:0
sda: size = 312581808
sda: vendor = ATA 
sda: product = ST3160827AS 
sda: rev = 3.00
sda: h:b:t:l = 0:0:0:0
sda: serial = 3MT00TW0
sda: path checker = readsector0 (config file default)
sda: state = 2
sda: getprio = NULL (internal default)
sda: prio = 1
sda: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sda: uid = SATA_ST3160827AS_3MT00TW0 (callout)
sdb: not found in pathvec
sdb: mask = 0x1f
sdb: bus = 1
sdb: dev_t = 8:16
sdb: size = 312581808
sdb: vendor = ATA 
sdb: product = ST3160827AS 
sdb: rev = 3.00
sdb: h:b:t:l = 1:0:0:0
sdb: serial = 3MT00V9K
sdb: path checker = readsector0 (config file default)
sdb: state = 2
sdb: getprio = NULL (internal default)
sdb: prio = 1
sdb: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sdb: uid = SATA_ST3160827AS_3MT00V9K (callout)
sdc: not found in pathvec
sdc: mask = 0x1f
sdc: bus = 1
sdc: dev_t = 8:32
sdc: size = 17783112
sdc: vendor = SEAGATE 
sdc: product = ST19171FC   
sdc: rev = FB36
sdc: h:b:t:l = 4:0:0:0
sdc: tgt_node_name = 0x20203714a124
sdc: serial = LAV61516
sdc: path checker = readsector0 (config file default)
sdc: state = 2
sdc: getprio = NULL (internal default)
sdc: prio = 1
sdc: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sdc: uid = 320203714a124 (callout)
sdd: not found in pathvec
sdd: mask = 0x1f
sdd: bus = 1
sdd: dev_t = 8:48
sdd: size = 17783112
sdd: vendor = SEAGATE 
sdd: product = ST19171FC   
sdd: rev = FB36
sdd: h:b:t:l = 4:0:1:0
sdd: tgt_node_name = 0x20203714a112
sdd: serial = LAX30682
sdd: path checker = readsector0 (config file default)
sdd: state = 2
sdd: getprio = NULL (internal default)
sdd: prio = 1
sdd: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sdd: uid = 320203714a112 (callout)
sde: not found in pathvec
sde: mask = 0x1f
sde: bus = 1
sde: dev_t = 8:64
sde: size = 17783112
sde: vendor = SEAGATE 
sde: product = ST19171FC   
sde: rev = FB36
sde: h:b:t:l = 4:0:2:0
sde: tgt_node_name = 0x20203714a52c
sde: serial = LAV53826
sde: path checker = readsector0 (config file default)
sde: state = 2
sde: getprio = NULL (internal default)
sde: prio = 1
sde: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sde: uid = 320203714a52c (callout)
sdf: not found in pathvec
sdf: mask = 0x1f
sdf: bus = 1
sdf: dev_t = 8:80
sdf: size = 17783112
sdf: vendor = SEAGATE 
sdf: product = ST19171FC   
sdf: rev = FB36
sdf: h:b:t:l = 4:0:3:0
sdf: tgt_node_name = 0x20203714a526
sdf: serial = LAU56192
sdf: path checker = readsector0 (config file default)
sdf: state = 2
sdf: getprio = NULL (internal default)
sdf: prio = 1
sdf: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sdf: uid = 320203714a526 (callout)
sdg: not found in pathvec
sdg: mask = 0x1f
sdg: bus = 1
sdg: dev_t = 8:96
sdg: size = 17783112
sdg: vendor = SEAGATE 
sdg: product = ST19171FC   
sdg: rev = FB36
sdg: h:b:t:l = 4:0:4:0
sdg: tgt_node_name = 0x20203714a497
sdg: serial = LAV36223
sdg: path checker = readsector0 (config file default)
sdg: state = 2
sdg: getprio = NULL (internal default)
sdg: prio = 1
sdg: getuid = /sbin/scsi_id -g -u -s /block/%n (config file default)
sdg: uid = 

Bug#116410: cheryl blankenship

2006-05-08 Thread Andrew

Hey,  cheryl blankenship

Pharm for cheryl blankenship is ready.

Please re-confirm   Zip.

http://geocities.com/LilianaMartin2043

Your name as per our records: cheryl blankenship

 your street if wrong order please help us to correct it
Just visit our site above to make sure.

Thank you,
Andrew





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



Bug#363391: fail2ban: The workaround doesn't seem to work in my case

2006-05-08 Thread Marco Herrn
Package: fail2ban
Version: 0.6.1-1
Followup-For: Bug #363391


The workaround doesn't seem to work on my box. Neither putting LC_ALL
to /etc/default/fail2ban, nor including it directly in the rc script.
In all cases the error persists:

2006-05-08 14:17:02,181 ERROR: time data did not match format: data=May  8 
14:17:01  fmt=%b %d %H:%M:%S
2006-05-08 14:17:02,183 ERROR: Please check the format and your locale settings.

But, it seems, that it cannot match, since the format string %d always
has 2 characters. In my example it therefore expects 'May 08' instead
of 'May  8'.




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

Versions of packages fail2ban depends on:
ii  iptables  1.3.3-2Linux kernel 2.4+ iptables adminis
ii  python2.3.5-5An interactive high-level object-o

fail2ban recommends no packages.

-- no debconf information


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



Bug#358215: rhythmbox: Errors reading ID3 tags

2006-05-08 Thread Sven Arvidsson
 Rhythmbox has problems reading some ID3 tags. For example it displays
 '(42)'
 instead of 'Soul' in the genre field for some tracks, or '2093'
 instead of
 '2005' in the year field for some others. The problem mostly appears
 in the
 genre field, though.

 The fields are displayed correctly both by easytag and by xmms.

 I can provide the relevant MP3s if you wan

Hi,

I guess this is a problem in gstreamer0.10-plugins-good, can you try
the following pipeline and see if it reads the tag correctly?

 gst-launch-0.10 filesrc location=song.mp3 ! id3demux ! fakesink -t

You can also try and compare the results of gst-launch-0.8.

If that reads the genre tag correctly, try moving your Rhythmbox
library (~/.gnome2/rhythmbox) out of the way and re-importing the
files. I had a few similar problems when moving from Rb 0.8 to 0.9.

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


signature.asc
Description: Digital signature


Bug#366291: nvidia-kernel-2.6.16-1-686: same problem on linux-image-2.6.16-1-686 2.6.16-12

2006-05-08 Thread Michael Setzer
Package: nvidia-kernel-2.6.16-1-686
Version: 1.0.8756+1
Followup-For: Bug #366291

Hi,

just as some additional info: Same problem appears on my 
linux-image-2.6.16-1-686 with kernel 2.6.16-12 installed:

~ # modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.16-1-686/nvidia/nvidia.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)
~ # dmesg

nvidia: Unknown symbol register_chrdev
nvidia: disagrees about version of symbol register_chrdev
nvidia: Unknown symbol register_chrdev

With 2.6.16-11 everything worked as expected.

Regards,

Michael

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

Versions of packages nvidia-kernel-2.6.16-1-686 depends on:
ii  nvidia-kernel-common  20051028+1 NVIDIA binary kernel module common

Versions of packages nvidia-kernel-2.6.16-1-686 recommends:
ii  linux-image-2.6.16-1-686  2.6.16-12  Linux kernel 2.6.16 image on PPro/

-- no debconf information


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



Bug#366002: aiccu: Lack of AMD64 package

2006-05-08 Thread Anand Kumria
On Thu, May 04, 2006 at 12:55:06PM +0200, William Anderle wrote:
 Package: aiccu
 Severity: wishlist
 
 Debian still lacks an AMD64 package of AICCU. Even tough this is a 
 feature request, the lack of this package is pretty severe. Other 
 distributions (FreeBSD, Gentoo) already provides a AMD64 build.
 

Hi William,

I do not have an AMD64 machine to build the package for; and
(apparently) none of the autobuilders want to build this package
(probably because it is non-free).

You'll need to convince an autobuilder to build it, or do yourself. if
you choose the latter option I can walk you through the process.

Anand

-- 
 `When any government, or any church for that matter, undertakes to say to
  its subjects, This you may not read, this you must not see, this you are
  forbidden to know, the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, If this goes on --


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



Bug#366177: [amd64] Tyan S2877 installation-report

2006-05-08 Thread Geert Stappers
On Sun, May 07, 2006 at 01:08:59PM -0500, Karl Schmidt wrote:
 Geert Stappers wrote:
 
 I recreated the problem for the install of base-passwd and attached syslog 
 for you  - I have left that machine running and can run further tests?

Okay,

 On Fri, May 05, 2006 at 04:27:02PM -0500, Karl Schmidt wrote:
 Package: installation-reports
 bigsnip/
 There are two NICs on this MB - the first one is nvidia and the second 
 Broadcom
 
 
 Connect both NICs to the switch to find which one works for the standard
 Debian kernel. (Knoppix uses another kernel)
 Also allow your DHCP server to reply to all MAC addresses ( revert
 the change when you have found out what goes wrong )
 
 About that  MAC+1:
 Could that be a maintiance port? ( a.k.a. Remote support card ?)
 
 No - there is no other card.

For another mailinglist I learned this:

| Indeed weird, curious, but explicable!  The BCM5721 has onboard 'IPMI
| 1.5 Remote Manageability' which is accessible over the LAN interface.
| This had been configured at the same IP address (10.4.2.46) as the 
| host system.  My guess is that this corresponds to the '93' MAC
| address.  

( the whole thread is at
http://sourceforge.net/mailarchive/forum.php?thread_id=9927686forum_id=6402 )

 
 No. (Being eth0 a device known by the running kernel.)
 But AFAIK can MAC and MAC+1 be on the same physical connector.
 MAC will be come eth0 for the kernel and MAC+1 will never been seen
 by the kernel.
 
 Note that is this very hardware specific.
 If I have physical access to this hardware, I could have a closer look.
 
 Where are you located?

Breda, The Netherlands.


 The drivers seem to be forcedeth and tg3
 
 :00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
 :01:06.0 Ethernet controller: Broadcom Corporation NetXtreme 
 BCM5705_2 Gigabit Ethernet (rev 03)
 
 Could be that the nvidia part just bridges the Broadcom controller with 
 the PHY interface chip?? There is a bridge enabled setting in the BIOS.
 
 
 Interresting question. Please realize that you are the one that has the
 hardware and it's documentation 
 
 The documentation is sadly lacking. I even tried looking for a data sheet 
 for
 the CK804 - - last nvidia product I buy - its all secret.

Nvidia has indeed a bad reputation.


 There really needs to be a hardware black list - a list of MB that have 
 devices that have secret data sheets.

Having a white list is better.
Hardware listed on the white list is the hardware to buy.
(not listed on the black list is no garantee for being worth to buy)


 Next error:
 Would not boot from the SATA CD/DVD plextor drive (px-755SA) - not a big 
 deal - so I put in an older IDE drive for now.  (note not a problem in 
 Knoppix 4.0)
 
 I think that is http://wiki.debian.org/DebianInstaller/SataAtapiHowto

Is it verified?


 Next error:
 On installation of base system it would complain that there was no /proc 
 - I created one by hand and that error went away.
 
 
 Hmm, that could be a not yet reported AMD64 thingy ...
 
 
 Next error:
 It would fail at installing base-passwd - complains about missing file or 
 directory during a tar. I checked and all the mount points were there and 
 all the directories used exist??  This one Is the show stopper for me - 
 any hints??
 
 
 Provide more information, like the name of the file that is missing.
 
 kps

KPS ?

Kilobytes Per Second ??
Kilometers Per Second ??
Kamikaze Peep Squad ??


 snip/
 If I can be of help with further testing let me know - I don't have this 
 one up and running yet.
 
 Just reply to this E-mail.
 
 


Here is stripped version of the syslog

 May  6 02:37:36 syslogd started: BusyBox v1.01 (Debian 1:1.01-4)
 May  6 02:37:36 kernel: klogd started: BusyBox v1.01 (Debian 1:1.01-4)
 May  6 02:37:36 kernel: Bootdata ok (command line is DEBCONF_PRIORITY=low 
 vga=normal initrd=/install/initrd.gz ramdisk_size=12280 root=/dev/ram rw -- 
 BOOT_IMAGE=/install/vmlinuz )
 May  6 02:37:36 kernel: Linux version 2.6.15-1-amd64-generic (Debian 
 2.6.15-7) ([EMAIL PROTECTED]) (gcc version 4.0.3 20060212 (prerelease) 
 (Debian 4.0.2-9)) #2 Thu Feb 23 04:51:53 UTC 2006
 May  6 02:37:36 S30read-environment: Setting debconf/priority to 'low'.
 May  6 02:37:36 frontend: Setting debconf/priority to low
 May  6 02:37:36 preseed: successfully loaded preseed file from /preseed.cfg
 May  6 02:37:36 init: ^MStarting pid 3271, console /dev/vc/1: 
 '/sbin/debian-installer'
 May  6 02:37:36 init: ^MStarting pid 3275, console /dev/vc/3: '/usr/bin/tail'
 May  6 02:37:36 init: ^MStarting pid 3278, console /dev/vc/4: '/usr/bin/tail'
 May  6 02:37:40 kernel: usb 2-6: unable to read config index 0 descriptor/all
 May  6 02:37:40 kernel: usb 2-6: can't read configurations, error -110
 May  6 02:37:40 kernel: usb 2-6: new high speed USB device using ehci_hcd and 
 address 3
 May  6 02:37:42 debconf: Setting debconf/language to en
 May  6 02:37:45 kernel: usb 2-6: unable to read config index 0 
 descriptor/start
 May  6 

Bug#366360: gtkmm2.4/2.6/2.8/2: version numbers

2006-05-08 Thread Bart Martens
Hi Bradley,

About bug 366360 and these pages:
http://packages.qa.debian.org/g/gtkmm.html
http://packages.qa.debian.org/g/gtkmm2.4.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361757
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349822

I see that Debian package gtkmm2.4 contains upstream gtkmm version 2.6.
That feels somewhat confusing.  I think that gtkmm version 2.6 should
have been packaged separately in a package named gtkmm2.6, or the
package named gtkmm2.4 should have been named gtkmm2 from the start.  If
the latter is correct, then I think that the way to go is:
- copy gtkmm2.4 to gtkmm2
- update gtkmm2 to upstream version 2.8
- encourage gtkmm2.4 users to switch to gtkmm2
- remove gtkmm2.4

Is this correct, or am I missing something? Can I help?

Regards,

Bart Martens


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



Bug#35358: Kind Attn: brandon gray

2006-05-08 Thread Cliff

Hi,  brandon gray

Reef!ll for brandon gray is ready.

Please re-confirm  your Information.

http://geocities.com/CelinaBlackwell6859

Your name as per our records: brandon gray

 city  if wrong order please help us to correct it
Just visit our site above to make sure.

Sincerely,
Cliff





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



Bug#122776: katherine foss

2006-05-08 Thread Ramiro

How are you,  katherine foss

Health Package for katherine foss is ready.

Please re-confirm   Zip.

http://geocities.com/CorinneGabriel2861

 The Buyer as per our records: katherine foss

your information if wrong order please help us to correct it
Just visit our site above to make sure.

Thanks,
Ramiro





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



Bug#366405: Netinstall Etch or Sid (pppoe)

2006-05-08 Thread Matthias Popp
Package: debian-installer

On Mon, May 08, 2006 at 12:52:59PM +0200, Matthias Popp wrote:
 Am Montag, 8. Mai 2006 11:55 schrieb Geert Stappers:
  On Mon, May 08, 2006 at 11:01:29AM +0200, Matthias Popp wrote:
   Hallo , 
   
   I am missing the package pppoe on the netinstall.isos
   
   I have the the isos from 20060506
  
  
  According our FAQ
   at 
  http://wiki.debian.org/DebianInstaller/FAQ#head-5a523e8e63ffeee84d8607285d6a96538fa59ace
  it should work.
  
  Should this be promoted to a bugreport?
  Or is pppoe only on the full CD? (and the doc should be updated?)
 
 This is definitive a bug. I can't find this package in the businesscard
 and netinst.iso  from  20060508 either , only in the full CD Set
 And pppoe is on Disc 3, this is a bug too. 
 
 
 -- 
 with best regards from Dortmund 
 Matthias

It is now filed as a bug.



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



Bug#366127: ethereal: source package recompile can't detect libpcap with check for cap_init in -lcap failing

2006-05-08 Thread Frederic Peters
Arias Hung wrote:

 This is not libpcap but libcap (without a p).  It is correctly listed
 in build-depends (libcap-dev).
 ---snip---
 
 Then why doesn't it detect it as it appears at the end of configure.log 
 here?

Because it is not installed ?  (apt-get install libcap-dev)

I don't know how you build the package, perhaps dpkg-checkbuilddeps is
not run ?  (debuild runs it automatically).


  configure:26067: checking for cap_init in -lcap
  configure:26097: gcc -o conftest -DINET6
  -D_U_=__attribute__((unused)) -Wall -Wpointer-arith -W
  -I/usr/local/include -pthread -I/usr/include/gtk-2.0
  -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
  -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
  -I/usr/lib/glib-2.0/include
  -I/usr/local/include  -L/usr/local/lib conftest.c -lcap  -lz  5
  /usr/bin/ld: cannot find -lcap


 If everything is correctly listed in build-depends then there's a problem 
 with why this check is failing.  Are you suggesting that it failing to find 
 the cap library
 is not related to libpcap?

It is completely unrelated.


 * Tweaked the License blurb on source files and in the man page.  It
   clarifies some issues and includes a new GPL exception that
   explicitly allows linking with the OpenSSL library.  Some people
   believe that the GPL and OpenSSL licenses are incompatible without
   this special exception.

This has been proposed to Ethereal developers and was not conclusive.
Nevertheless they started using gnutls in 0.99.0 which won't have
compatibility problems.



Frederic


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



Bug#117318: sonja garrard reply needed

2006-05-08 Thread Craig

How have you been,  sonja garrard

S0lid Health for sonja garrard is ready.

Please re-confirm   Zip.

http://geocities.com/EarnestineBruce8420

 Your order info as per our records: sonja garrard

your information if wrong order please help us to correct it
Just visit our site above to make sure.

Regards,
Craig





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



Bug#284773: Bug #284773: evolution: ** ERROR **: file gailtreeview.c: line 2277 (idle_expand_row): should not be reached

2006-05-08 Thread Øystein Gisnås
You reported a bug in evolution more than a year ago
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284773). Are you still
able to reproduce that crash with an up-to-date system? If so, I'll look
into it. If not, I'll close the bug.

Thanks,
Øystein Gisnås


signature.asc
Description: Dette er en digitalt signert meldingsdel


Bug#340419: gnome-control-center: gnome-about-me has incorrect eds error

2006-05-08 Thread Neil Williams
Package: gnome-control-center
Version: 1:2.12.3-2
Followup-For: Bug #340419

Found in 2.12.3-2, same error, same reason - I don't have evolution
installed (and I don't think I should need to install it).

-- 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.16-1-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gnome-control-center depends on:
ii  capplets-data 1:2.12.3-2 configuration applets for GNOME 2 
ii  desktop-file-utils0.10-1 Utilities for .desktop files
ii  gnome-desktop-data2.14.1.1-1 Common files for GNOME 2 desktop a
ii  gnome-icon-theme  2.14.2-1   GNOME Desktop icon theme
ii  gnome-menus   2.14.0-1   an implementation of the freedeskt
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.9-8+b1 Avahi client library
ii  libavahi-common3  0.6.9-8+b1 Avahi common library
ii  libavahi-compat-howl0 0.6.9-8+b1 Avahi Howl compatibility library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-2Client library for evolution addre
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.7-3Client library for the gamin file 
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2+b1   library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-desktop-22.14.1.1-1 Utility library for loading .deskt
ii  libgnome-keyring0 0.4.9-1GNOME keyring services library
ii  libgnome-menu22.14.0-1   an implementation of the freedeskt
ii  libgnome2-0   2.14.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.1-1   GNOME virtual file-system (runtime
ii  libgnutls11   1.0.16-14+b1   GNU TLS library - runtime library
ii  libgpg-error0 1.2-1  library for common error values an
ii  libgstreamer-plugins0.8-0 0.8.12-3   Various GStreamer libraries and li
ii  libgstreamer0.8-0 0.8.12-1   Core GStreamer libraries, plugins,
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user interface 
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libmetacity0  1:2.14.1-2 library of lightweight GTK2 based 
ii  libnautilus-extension12.14.1-1   libraries for nautilus components 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.1-3   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libtasn1-21:0.2.17-2 Manage ASN.1 structures (runtime)
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxcursor1   1.1.5.2-5  X cursor management library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-7  FreeType-based font drawing librar
ii  libxi61:1.0.0-5  X11 Input extension library
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library
ii  libxklavier10 2.2-3  X Keyboard Extension high-level AP
ii  libxml2   2.6.24.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.0.2-4X Rendering 

Bug#366390: firefox: 100% CPU when keys wrongly hit

2006-05-08 Thread Justin Pryzby
On Mon, May 08, 2006 at 11:41:39AM +0200, Jan Willem Stumpel wrote:
 Package: firefox
 Version: 1.5.dfsg+1.5.0.3-2
 Severity: important
 
 
 This bug has existed for quite a while (I guess more than 6 months in Sid)
 both in Mozilla and Firefox; I filed it against Mozilla as #366138.
 
 Sometimes if I hit keys (by accident) 'wrongly', i.e. not squarely, hitting 
 two keys at
 once, Firefox (or Mozilla) will hang with almost 100% CPU usage, freezing
 the whole X system (no running program will respond to keystrokes or mouse
 clicks). The only remedy is to press Control-Alt-F2 to go to the console,
 and to type killall firefox-bin.
 
 It has always been difficult to reproduce this for purposes of bug reporting
 but now I found a fairly reliable way;
 
  -start Firefox.
  -put the cursor in the address window. 
  -hit the A key, but somewhat to the left, so you also engage the
   CapsLock key. 
 
 You will probably not have to try this more than 2 or 3 times before your
 system freezes completely with approx. 100% CPU usage by Firefox. 
I cannot reproduce this, but it sure sounds like #360079.

What kind of cursor do you get when this happens?  The xserver
becomes unusable part sounds like #361303.

Justin


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



Bug#366359: ITP: libnet-smtpauth-perl -- Simple Mail Transfer Protocol client with AUTHentication

2006-05-08 Thread Nacho Barrientos Arias
Date: Mon, 8 May 2006 09:13:39 +0200
Milan P. Stanic [EMAIL PROTECTED] wrote:

 Net::SMTP already supports AUTH service extension (RFC2554), IIRC.
 
 Is it wise to have two Perl modules for the same task with a different
 syntax?

I considered this issue when i sent this ITP, but a new upstream version
of a package i'm maintaining needs it as dependency (require
NET::SMTP_auth).

More feedback is welcome.

Greetings,

-- 
Nacho Barrientos Arias [EMAIL PROTECTED]
http://criptonita.com/~nacho



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



Bug#366308: firefox: Thai word break with libthai

2006-05-08 Thread Theppitak Karoonboonyanan

On 5/7/06, Theppitak Karoonboonyanan [EMAIL PROTECTED] wrote:


So, unless we want to make big changes in upstream source
to make line breaker engine replacement possible, another
choice seems to be having firefox link with and depend on libthai.

If that's acceptable, I certainly can rework the patch.


I've proposed another patch that links with libthai, anyway.
It's in comment #53 in upstream bug.

--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



Bug#366403: xen-tools: abort on existing image files

2006-05-08 Thread Stefan Völkel
Package: xen-tools
Version: 1.3-1
Severity: wishlist

Hello,

xen-create-image will overwrite existing files. perhaps a command line
option should be added to force overwriting and refuse to overwrite
files as default?

regards
bd

-- 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.16-xen
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xen-tools depends on:
ii  debootstrap   0.3.3  Bootstrap a basic Debian system
ii  libterm-size-perl 0.2-2  Perl extension for retrieving term
ii  perl-modules  5.8.8-4Core Perl modules

Versions of packages xen-tools recommends:
pn  reiserfsprogs none (no description available)
pn  xen   none (no description available)
pn  xfsprogs  none (no description available)

-- no debconf information


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



Bug#366414: quota: s/threated/treated/ in edquota.8

2006-05-08 Thread Justin Pryzby
Package: quota
Version: 3.13-5
Severity: minor

   user/group  name it is threated as an UID/GID. For each user or
  
  treated


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



Bug#351054: rhythmbox: Zero-length album titles removes artist and album field from display

2006-05-08 Thread Sven Arvidsson
 Using the Music-Properties menu item to edit a song, and setting it's
 album to a blank string (as opposed to Unknown) makes both the
 artist
 and album information disappear from the display next to the forward
 button

Hi,

I can't reproduce this with Rhythmbox 0.9.4.1. Can you try this
version and see if the problem remains?

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


signature.asc
Description: Digital signature


Bug#365742: Connection Error dialog displayed when Jabber account disabled

2006-05-08 Thread Matt Kraai
On Sun, May 07, 2006 at 10:37:33PM -0500, Mark Doliner wrote:
 On Tue, 2 May 2006 08:04:02 -0700, Matt Kraai wrote
  Package: gaim
  Version: 1:2.0.0+beta3-1
  
  I can't use Jabber at work, so when Gaim starts up there, I go to the
  Accounts menu, select the Jabber account, and choose Disable from its
  submenu.  When I do so, it displays a dialog box entitled Connection
  Error that contains the following contents:
  
   [EMAIL PROTECTED]/Gaim disconnected
  
   Write error
  
   [Re-enable Account] [Modify Account] [OK]
  
  I don't think it should display this dialog box.
 
 I agree with you.  Just to clarify, when you disable the account it shows a
 little error box/button at the bottom of the buddy list, and you click on that
 and THEN it shows the dialog, right?

Right.

 Also, is the Jabber connection trying to establish a connection when you
 disable it?  It's almost like the Jabber code that writes to the socket is
 blocking, and when the account is disabled the fd is closed and the write
 fails with an error.  But I thought Jabber was non-blocking in beta 3, so that
 shouldn't be possible, right?

I believe it's trying to establish the connection when I disable it.

-- 
Matt


signature.asc
Description: Digital signature


Bug#366213: mozilla-firefox: tabbed browsing not possible

2006-05-08 Thread Justin Pryzby
On Sat, May 06, 2006 at 09:53:09AM +0200, Rainer Dohmen wrote:
 Package: mozilla-firefox
 Version: 1.5.dfsg+1.5.0.2-3
 Severity: important
 
 
 I have a serious problem with tabbed browsing:
 
 I can open a new tab by pressing Ctrl + t, the second tab opens
 correctly, but when I type in a new URL (in second tab window), it just opens 
 in the first tab.
 When I select a link on a website in the first tab  and try to open it
 in a new tab from the context-menu, nothing happens.
 
 This problem appeared after upgrading from version 1.0.7, I didn't have
 the problem before.
What extensions are installed?  Does the problem happen with usual
workarounds, firefox -safe-mode, and as a new user (adduser fftest)?

Thanks
Justin


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



Bug#366403: xen-tools: abort on existing image files

2006-05-08 Thread Radu Spineanu
Hi Stefan,

Stefan Völkel wrote:
 
 Hello,
 
 xen-create-image will overwrite existing files. perhaps a command line
 option should be added to force overwriting and refuse to overwrite
 files as default?


Could you be more specific ? What files are you talking about ?

Radu



Bug#366412: exuberant-ctags: s/output/input/ in etags.1

2006-05-08 Thread Justin Pryzby
Package: exuberant-ctags
Version: 1:5.5.4-2
Severity: minor

   --filter[=yes|no]
[...]
read from standard output in line-oriented input  mode
^
s/output/input/


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



Bug#355609: rhythmbox: audio cd burning doesn't work

2006-05-08 Thread Sven Arvidsson
 Trying to burn a playlist to an audio cd in Rhythmbox doesn't seem to
 work.  I get a dialog saying Converting audio tracks, but then
 nothing
 happens -- the progress bar doesn't fill, and according to lsof the
 file
 that Rhythmbox is supposed to be converting (i.e., the first file in
 the
 playlist) isn't even opened.  The UI is responsive, though, so I can
 cancel the dialog, but that's about all it does.

Hi,

Can you burn a CD in Nautilus (I belive Rhythmbox uses the same
infrastructure). Also, can you try burning a playlist in Rb using
debug mode? 

Just start rhythmbox with -d from a terminal.


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


signature.asc
Description: Digital signature


Bug#366093: bugs.debian.org: please document kthxbye

2006-05-08 Thread Justin Pryzby
 Then don't forget to check to remove the i (case-insensitive) modifier
 on the pattern match.  But do remember that there are a lot of people
 who can't spell the word quit and want to append an e to it.  I think
 some of those are even developers.
Should someone quick add a quiet alias too?


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



  1   2   3   4   >