Bug#506631: enigmail: Enigmail can't decrypt after upgrade from etch to lenny

2008-11-22 Thread Jack Dodds
Subject: enigmail: Enigmail can't decrypt after upgrade from etch to lenny
Package: enigmail
Version: 2:0.95.0+1-3.2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
I have used enigmail extensively under etch.  Today I upgaded to Lenny.

When I put the cursor on an encrypted email a line appears at the top of
the email:

OpenPGP: Error - decryption failed; click Key icon for details

If I click on the key icon, the following message appears:

OpenPGP Security Info

Error - decryption failed

gpg command line and output:
/usr/bin/gpg --charset utf8  --batch --no-tty --status-fd 2 -d --use-agent
can't connect to `/home/jack/.gnome2/seahorse-5HDGLT/S.gpg-agent':
Connection refused
gpg: can't connect to `/home/jack/.gnome2/seahorse-5HDGLT/S.gpg-agent':
connect failed
gpg: can't query passphrase in batch mode
gpg: Invalid passphrase; please try again ...
gpg: can't query passphrase in batch mode
gpg: Invalid passphrase; please try again ...
gpg: can't query passphrase in batch mode
gpg: encrypted with 2048-bit ELG-E key, ID 864B7F86, created 2006-04-22
  "Donald Jackson Dodds (b.1949-05-06 Montreal) (Main key)
<[EMAIL PROTECTED]>"
gpg: public key decryption failed: bad passphrase
gpg: decryption failed: secret key not available

I tried "ps -A |grep gpg" and found a process "gpg-agent" that is running.

I tried uninstalling and reinstalling Enigmail with synaptic.  No help.

I tried deleting the /etc/icedove/enigmail.js which was more than a year
old. No help.

This is not the same as bug 425274 or 468954 because the correct version is
being reported.
Tools-Add ons- Extensions is reporting "Enigmail 0.95.0" which is the
correct version.

I am also unable to sign emails.




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

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

   
23,1  Top





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



Bug#505271: Bug#505071 and Bug#505271 comments

2008-11-22 Thread Paul Szabo
Random comments about bugs 505071 and 505271.

Group utmp was introduced so terminal emulators could be setgid instead
of needing setuid root, to prevent bugs in them to escalate to root
access. Terminal emulators are generally not written with security in
mind, being the "more features the better" type of programs. This bug
negates the benefit of the group utmp separation. Any data controllable
by group utmp should be treated as insecure or possibly hostile.

Seems that login attempts to pick the "right" line of the utmp file.
Funny idea, seeing how pututline will whack the entry "anywhere"
(depending on ut_id which are rather arbitrary and irrelevant).

If login wanted to sanitize left-over utmp entries, then should set what
ttyname thinks is the correct ut_line (and what it thinks is a sensible
ut_id), not perpetuate "wrong" settings.

Privileged programs should not attempt to clean up utmp, root can do
that at his leisure e.g. with "echo -n '' > /var/run/utmp".

Cheers,

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#506625: Security bug on temp file

2008-11-22 Thread Joseph Smidt
Package:  geda-gnetlist
Version: 1.4.0-2
Tags: patch
Severity: critical

Here a a security patch from fedora (
http://cvs.fedoraproject.org/viewvc//devel/geda-gnetlist/geda-gnetlist-CVE-mktemp.patch?view=markup):

--- scripts/sch2eaglepos.sh 2008-05-16 06:20:10.0 +0200
+++ scripts/sch2eaglepos.sh_cht 2008-11-18 21:49:04.0 +0100
@@ -2,6 +2,12 @@
 # By Braddock Gaskill ([EMAIL PROTECTED]), August 2004.  This
 # software is hereby declared to be in the public domain by Braddock
 # Gaskill, the author.
+
+# Updated by Chitlesh GOORAH - reason : Security bug on temporary
file (18Nov2008)
+#  The issue is that the value of TMP is predictable
+#  and a local evildoer could create a symlink causing some data to
be overwritten.
+#
+
 FNAME="$1"
 if [ -z "$FNAME" ]; then
 echo "$0 "
@@ -20,8 +26,8 @@
 XSCALE=9000
 YSCALE=9000

-TMP=/tmp/$$
-grep -B1 refdes= "$FNAME" |sed 's/=/ /' | cut -d" " -f2,3 |grep -v
'^--' >/tmp/$$
+TMP=`mktemp`
+grep -B1 refdes= "$FNAME" |sed 's/=/ /' | cut -d" " -f2,3 |grep -v '^--' > $TMP

 3<$TMP
 while read -u 3; do



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



Bug#504283: not affected by issue, but must use archive copy

2008-11-22 Thread Moritz Muehlenhoff
On Mon, Nov 17, 2008 at 11:33:07AM +0100, Thijs Kinkhorst wrote:
> severity 504283 serious
> thanks
> 
> Hi,
> 
> I don't see a possibility to exploit this specific vulnerability in
> egroupware, because it is triggered when using the Sendmail backend, and
> there is no way to set this backend.
> 
> Still, this doesn't excuse the shipping of a copy of libphp-phpmailer
> inside the package, which should be easy to fix for lenny and prevent
> these kinds of issues to pop up during the stable lifetime.

Lenny's phpmailer is 1.73, while egroupware uses 1.71. Since 1.72 drops
some functionality this might cause regressions. I think this can be
tagged lenny-ignore and fixed with upstream for Squeeze by moving to
a more recent phpmailer.

Cheers,
Moritz



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



Bug#505929: this is grave

2008-11-22 Thread Moritz Muehlenhoff
On Mon, Nov 17, 2008 at 11:27:21AM +0100, Thijs Kinkhorst wrote:
> severity 505929 grave
> thanks
> 
> Hi,
> 
> If the package doesn't work with PHP 5.2.6 then that is a grave bug, since
> that is the version we're shipping with Lenny.

I'm attaching the dsc and diff.gz from my proposed update. This needs some
testing with a real egroupware setup, though.

Cheers,
Moritz


egroupware_1.4.004-2.dfsg-4.1.diff.gz
Description: Binary data
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.0
Source: egroupware
Binary: egroupware, egroupware-core, egroupware-addressbook, 
egroupware-bookmarks, egroupware-calendar, egroupware-developer-tools, 
egroupware-emailadmin, egroupware-etemplate, egroupware-felamimail, 
egroupware-filemanager, egroupware-infolog, egroupware-manual, 
egroupware-mydms, egroupware-news-admin, egroupware-phpbrain, 
egroupware-phpsysinfo, egroupware-polls, egroupware-projectmanager, 
egroupware-registration, egroupware-resources, egroupware-sambaadmin, 
egroupware-sitemgr, egroupware-timesheet, egroupware-tracker, egroupware-wiki
Architecture: all
Version: 1.4.004-2.dfsg-4.1
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Homepage: http://www.egroupware.org/
Standards-Version: 3.8.0
Vcs-Browser: 
http://svn.debian.org/viewsvn/collab-maint/ext-maint/egroupware/trunk/
Vcs-Svn: svn://svn.debian.org/collab-maint/ext-maint/egroupware/trunk/
Build-Depends: debhelper (>= 5), po-debconf
Checksums-Sha1: 
 e63f580001ae454721f7387cf469d9c6e7eaed0f 11597406 
egroupware_1.4.004-2.dfsg.orig.tar.gz
 4eac2b2362f1a9f6eae26832180597b5d254a3ce 32154 
egroupware_1.4.004-2.dfsg-4.1.diff.gz
Checksums-Sha256: 
 8a5e6468cd4812cfb01ce202c0cb010a7b1bb8bb78041ee6024a2ca1402ab61b 11597406 
egroupware_1.4.004-2.dfsg.orig.tar.gz
 8a205623ac1e24f49c1a8fb67a34855be55c33006e95495e4c674657398e72aa 32154 
egroupware_1.4.004-2.dfsg-4.1.diff.gz
Files: 
 26012ca8c976dbf4137f5f5c7abcfdaf 11597406 egroupware_1.4.004-2.dfsg.orig.tar.gz
 83ac0519194bb7c3622458c4dc6cd457 32154 egroupware_1.4.004-2.dfsg-4.1.diff.gz

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

iEYEARECAAYFAkkovR0ACgkQXm3vHE4uylqrQgCdE9Ut77XEjlrDiMmpegIa2fYY
QXAAoNYFmaD6Kj+g2oGVTl08ZxQ65viX
=9EeI
-END PGP SIGNATURE-
diff -u egroupware-1.4.004-2.dfsg/debian/changelog 
egroupware-1.4.004-2.dfsg/debian/changelog
--- egroupware-1.4.004-2.dfsg/debian/changelog
+++ egroupware-1.4.004-2.dfsg/debian/changelog
@@ -1,3 +1,10 @@
+egroupware (1.4.004-2.dfsg-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix PHP 5.2.6 compatibility, patches by Ralf Becker (Closes: #505929)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]>  Sun, 23 Nov 2008 02:43:03 +0100
+
 egroupware (1.4.004-2.dfsg-4) unstable; urgency=low
 
   * Debconf translation updates (closes: #498957)
only in patch2:
unchanged:
--- egroupware-1.4.004-2.dfsg.orig/etemplate/inc/class.nextmatch_widget.inc.php
+++ egroupware-1.4.004-2.dfsg/etemplate/inc/class.nextmatch_widget.inc.php
@@ -149,13 +149,16 @@
}
if ($this->last_part($name) == 
$nm_global['order']) // we're the active column
{
-   $cell[1] = $cell;
-   unset($cell[1]['align']);
-   $cell[2] = 
$tmpl->empty_cell('image',$nm_global['sort'] != 'DESC' ? 'down' : 'up');
-   $cell['type'] = 'hbox';
-   $cell['size'] = '2,,0,0';
+   $sorting = $cell;
+   unset($sorting['align']);
+   unset($sorting['span']);
+   $cell = 
etemplate::empty_cell('hbox','',array(
+   'span' => $cell['span'],
+   'size' => '2,,0,0',
+   1 => $sorting,
+   2 => 
etemplate::empty_cell('image',$nm_global['sort'] != 'DESC' ? 'down' : 'up'),
+   ));
$class = 'activ_sortcolumn';
-   $cell['name'] = $cell['label'] 
= '';
}
else
{
@@ -190,6 +193,11 @@
$extension_data['old_value'] = $value = 
$nm_global['col_filter'][$this->last_part($name)];
return True;
}
+   // does NOT work with php5.2.6 ...
+   if (version_compare(PHP_VERSION,'5.2.6','>='))

Bug#496411: #496411: nothing was fixed at all

2008-11-22 Thread Raphael Geissert
2008/11/22 Moritz Muehlenhoff <[EMAIL PROTECTED]>:
> fixed 496411 20060918-3
> thanks

You didn't send a copy of the email to [EMAIL PROTECTED], nothing was done.

>
> On Sun, Nov 23, 2008 at 02:23:13AM +0100, Jiri Palecek wrote:
>> Hello,
>>
>> On Thursday 20 November 2008 03:25:41 Raphael Geissert wrote:
>> > I have found all of the reported issues in BOTH versions marked as fixed.
>> > Please stop blindly closing this report and *do verify* everything is
>> > fixed.
>>
>> I believe you have read the reason why this bug was closed. If you disagree,
>> please reply to this message by Thijs Kinkhorst:
>>
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;mbox=yes;bug=496411
>
> I confirm the README.Debian is present.

But not in the affected binary package.

sid's package has:
/usr/share/doc/ltp-network-test/changelog.Debian.gz
/usr/share/doc/ltp-network-test/copyright
/usr/share/doc/ltp-network-test/network.txt.gz

but no readme.Debian

experimental has:
/usr/share/doc/ltp-network-test/README.network_stress
/usr/share/doc/ltp-network-test/README.network_stress/README.gz
/usr/share/doc/ltp-network-test/copyright
/usr/share/doc/ltp-network-test/network_stress.txt.gz
/usr/share/doc/ltp-network-test/network.txt.gz
/usr/share/doc/ltp-network-test/changelog.gz
/usr/share/doc/ltp-network-test/changelog.Debian.gz
/usr/share/doc/ltp-network-test/README.gz

the last file belonging to LTP itself.

After taking a look at the source package I noticed the README is
being installed in ltp-tools.

And that's what should be fixed, as ltp-tools by itself is not
affected while ltp-network-test is (and they don't share a doc/ltp dir
either).

P.S. I apologise for being rude on my previous email.

>
> Cheers,
> Moritz
>

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net

P. J. O'Rourke  - "Never wear anything that panics the cat."



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



Bug#496411: #496411: nothing was fixed at all

2008-11-22 Thread Moritz Muehlenhoff
fixed 496411 20060918-3
thanks

On Sun, Nov 23, 2008 at 02:23:13AM +0100, Jiri Palecek wrote:
> Hello,
> 
> On Thursday 20 November 2008 03:25:41 Raphael Geissert wrote:
> > I have found all of the reported issues in BOTH versions marked as fixed.
> > Please stop blindly closing this report and *do verify* everything is
> > fixed.
> 
> I believe you have read the reason why this bug was closed. If you disagree, 
> please reply to this message by Thijs Kinkhorst:
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;mbox=yes;bug=496411

I confirm the README.Debian is present.

Cheers,
 Moritz



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



Bug#496411: #496411: nothing was fixed at all

2008-11-22 Thread Jiri Palecek
Hello,

On Thursday 20 November 2008 03:25:41 Raphael Geissert wrote:
> I have found all of the reported issues in BOTH versions marked as fixed.
> Please stop blindly closing this report and *do verify* everything is
> fixed.

I believe you have read the reason why this bug was closed. If you disagree, 
please reply to this message by Thijs Kinkhorst:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;mbox=yes;bug=496411

Regards
Jiri Palecek




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



Processed: your mail

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 496411 -patch
Bug#496411: The possibility of attack with the help of symlinks in some Debian 
packages
Tags were: patch confirmed security
Tags removed: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Severity adjustment

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 506323 important
Bug#506323: linux-image-2.6.26-1-686-bigmem: HP Proliant DL380G5 stops working 
after a few days without any error-logs
Severity set to `important' from `grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Moritz Muehlenhoff
On Sat, Nov 22, 2008 at 03:13:43PM +0100, Eckhart Wörner wrote:
> Package: quassel
> Severity: grave
> Tags: security
> Justification: user security hole
> 
> Quassel version in Debian is vulnerable to IRC command injection as described 
> in http://www.frsirt.com/english/advisories/2008/3164
> Updated packages are already available at http://quassel.irc.org/ , according 
> to quassel developers a backport for the fix is also available.

I've been looking at the upstream homepage for a patch and upstream
describes the Debian package as "hopelessly outdated and unmaintained"
and point to an external build. As such, it should likely be dropped
from Lenny rather than fixed. It can be brought into proper shape for
Squeeze (more recent packages are already available on mentors.debian.net)

Cheers,
Moritz



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



Bug#482075: Bug confirmed

2008-11-22 Thread Moritz Muehlenhoff
On Tue, Jul 22, 2008 at 03:51:09PM +0200, Alexander Kurtz wrote:
> 
> I can confirm the bug as described above. I can't test the patch,
> because my knowledge isn't sufficient to understand it.
> 
> I want to ad, that cdfs-src was IMHO the only way of playing audio cds
> with LTSP-Thin-Clients (see
> http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspAudioCd ), so this should
> be fixed before lenny becomes stable.

The patch doesn't work. I've tried to build a test package with
the patches from trac.tcosproject.org and I'm getting the same
failure as described in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482075#24

cdfs upstream seems rather dead, so I've for alternatives for
mounting audio CDs and found the FUSE-based cddfs:
http://castet.matthieu.free.fr/cddfs/

It works like a charm and is easy to build, just install
libcdparanoia0-dev and libfuse-dev and run "make".

After that you can mount an audio CD with a command like
"cddfs -D /dev/hdd /mnt/slayer" and directly play the
WAV files.

Cheers,
Moritz



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



Processed: reassign 490999 to libqt3-mt

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Let reassign it where it belongs
> reassign 490999 libqt3-mt 3:3.3.8b-5
Bug#490999: kicker: crashes on startup
Bug reassigned from package `kicker' to `libqt3-mt'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed (with 9 errors): your mail

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Remove outdated claims
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> tag 496954 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#496954: bind9: Fails to start due to SIGSEGV
Tags were: upstream
Tags removed: 

> tag 501800 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#501800: bind9: bind crashes with a list for allow-update
Tags were: upstream
Tags removed: 

> tag 470882 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#470882: gpm freezes and makes other applications freeze/segfault
Tags were: patch
Bug#476431: gpm makes apps hang if running; they run normally if stopped
Tags removed: 

> tag 267040 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#267040: remote code execution hole due to lack of Java security manager
Tags were: security
Bug#301134: gcjwebplugin: no mention of non-active security manager
Tags removed: 

> tag 497041 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#497041: Full disk results in corrupted /var/lib/dpkg/updates/ filled filled 
with "#padding" entries
There were no tags set.
Bug#499070: dpkg leaves system in unusable state after running out of diskspace
Tags removed: 

> tag 494058 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#494058: epiphany-browser: Download window is broken
There were no tags set.
Tags removed: 

> tag 500540 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#500540: kdebase: automounting vfat (partialy) case sensitive due to utf8 is 
plain wrong and dangerous
There were no tags set.
Tags removed: 

> tag 502657 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#502657: netmaze: rendering problems and segfaults
There were no tags set.
Tags removed: 

> tag 478717 - [EMAIL PROTECTED]
Unknown tag/s: [EMAIL PROTECTED]
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#478717: ruby1.9: FTBFS on hppa: make[1]: *** [all] Segmentation fault
There were no tags set.
Bug#491930: ruby1.9: needs a removal-transition on hppa
Tags removed: 

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



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

2008-11-22 Thread Paul Szabo
Please fix for etch also. Please issue DSA.
Please alert other Linux distros, they are also affected.

Since you claim this issue is fixed, surely (?!) there is no harm
in making the exploit public. Should (may) I do that now?

Cheers, Paul

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#498573: Confirming problems with Phonon

2008-11-22 Thread Vincent Fourmond

  Hello,

Sune Vuorela wrote:
>>> I think that http://alioth.debian.org/~pusling-guest/phonon_4:4.2.0-2/
>>> packages can solve it.  Can any of you confirm?  then I will upload and
>>> try to get it included for lenny
>>   That fixes only one half of the problem. Now, Qt4 finds phonon
>> plugins, which is already great!
> 
> that was my primary goal, as this is something the users notifies and is hard 
> for the users to work around.
> The other thing is a developer thing that is quite easy to work around. But I 
> fixed it together with upstream anyway.
> 
> Packages updated in same location. Please test.

  Everything works great ! Exactly as in the documentation...

> Only issue - which I don't know yet how to fix - is that  when you build Qt 
> applications, QT_NO_PHONON is set - and I think it requires patching Qt for 
> that.

  It is true, but is it really a big deal ? While the #include 
problem really is annoying, I doubt this has a strong impact on developers.

  Probably libqt4-dev should Suggest or Recommend libphonon-dev, but
that is another story.

  Many thanks !!

Vincent

-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/

If there was anything that depressed him more than his own cynicism, it
was that quite often, it still wasn't as cynical as real life.
 -- Terry Pratchet, Guards, guards !

Vincent, listening to How Many More Times (Led Zeppelin)



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



Bug#325689: marked as done (xsetbg keeps opening X clients without closing the old)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 19:02:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325689: fixed in xloadimage 4.1-16.1
has caused the Debian Bug report #325689,
regarding xsetbg keeps opening X clients without closing the old
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
325689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325689
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: electricsheep
Version: 2.6.3-1
Severity: normal

I am running electricsheep in xscreensaver. It keeps opening new X clients
without closing the old ones. After one night xrestop shows 224 open
clients, the ones opened by electricsheep having PID '?' and Identifier
''. Eventually they reach the maximal number allowed (usually 255),
with the effect that no other X client can be opened, and the X server eating
up a big deal of system resources. To open a new X client one has to close
another one first or better restart the X server to get rid of all those 
 clients.

IMHO, this makes the package unusable in this state.

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

Versions of packages electricsheep depends on:
ii  curl7.14.0-2 Get a file from an HTTP, HTTPS, FT
ii  debconf 1.4.57   Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libexpat1   1.95.8-3 XML parsing C library - runtime li
ii  libice6 4.3.0.dfsg.1-14  Inter-Client Exchange library
ii  libjpeg-progs   6b-10Programs for manipulating JPEG fil
ii  libjpeg62   6b-10The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libsdl1.2debian 1.2.7+1.2.8cvs20041007-5 Simple DirectMedia Layer
ii  libsm6  4.3.0.dfsg.1-14  X Window System Session Management
ii  libx11-64.3.0.dfsg.1-14  X Window System protocol client li
ii  libxext64.3.0.dfsg.1-14  X Window System miscellaneous exte
ii  libxv1  4.3.0.dfsg.1-14  X Window System video extension li
ii  xlibs   4.3.0.dfsg.1-14  X Keyboard Extension (XKB) configu
ii  xloadimage  4.1-14.2 Graphics file viewer under X11
ii  zlib1g  1:1.2.2-4.sarge.2compression library - runtime

electricsheep recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: xloadimage
Source-Version: 4.1-16.1

We believe that the bug you reported is fixed in the latest version of
xloadimage, which is due to be installed in the Debian FTP archive:

xloadimage_4.1-16.1.diff.gz
  to pool/main/x/xloadimage/xloadimage_4.1-16.1.diff.gz
xloadimage_4.1-16.1.dsc
  to pool/main/x/xloadimage/xloadimage_4.1-16.1.dsc
xloadimage_4.1-16.1_amd64.deb
  to pool/main/x/xloadimage/xloadimage_4.1-16.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Viehmann <[EMAIL PROTECTED]> (supplier of updated xloadimage package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Nov 2008 19:48:10 +0100
Source: xloadimage
Binary: xloadimage
Architecture: source amd64
Version: 4.1-16.1
Distribution: unstable
Urgency: high
Maintainer: James Troup <[EMAIL PROTECTED]>
Changed-By: Thomas Viehmann <[EMAIL PROTECTED]>
Description: 
 xloadimage - Graphics file viewer under X11
Closes: 325689
Changes: 
 xloadimage (4.1-16.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * 19_fix_root.c_resouce-leak.dpatch:
 Fix leaking xresources when using --onroot. Closes: #325689
 Patch by Alex Perry, reformatted by Tim Connors, thanks!
 Not verbose should be not verbose, though.
Checksums-Sha1: 
 c2c2c487caa3352ba6496275ee265cd740b17ad7 1053 xloadimage_4.1-16.1.dsc
 0bcb2d19a133f99b0373233b079b0c080c82d999 71262 xloadimage_4.1-16

Bug#505196: NMUing kpax?

2008-11-22 Thread Thomas Viehmann
Hi Peter,

I'm not sure why we have the urgent desire to release with stuff that
"is quite mature and has been in production use for years, the
documentation is currently not good enough to support use by the general
public" per the package description, but if we're going to keep it and
the maintainers, let's say, are exceptionally busy in November, could
you prepare this as an NMU to sponsor?

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#505554: fixed in drgeo 1.1.0-1.1

2008-11-22 Thread Francisco García

I have made a patch to fix this bug, I attach it.
This bug is now closed.

This bug was fixed in Ubuntu launchpad (LP #257797).


I have made a NMU fixing this and other bugs.


-- 
Francisco M. García Claramonte <[EMAIL PROTECTED]>
GPG: public key ID 556ABA51


03-fix_segfault.dpatch
Description: application/shellscript


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#506498: dpkg fails with parse error in /var/lib/dpkg/status

2008-11-22 Thread Raj Kiran Grandhi

Sven Joachim wrote:

On 2008-11-22 18:22 +0100, Raphael Hertzog wrote:


The weird thing is that it looks like that only dpkg 1.14.23
causes you trouble and not 1.14.22. But the code that deals with
lonely Triggers-Awaited dates back to Mon Aug 11 (commit
587b8d8696cb92a4a18901085db033d44bfe6f32) and dpkg 1.14.21.
I don't see what changes could explain that the error now gets noticed
when it wasn't before. And the package that had those fields were not
recently updated either.

I can certainly get a failure with 1.14.22 if I add Triggers-Awaited
fields to packages that are marked as installed. So how is it possible
that you were using dpkg 1.14.22 without troubles yesterday and that now
you have a borked status file exactly when you upgrade to 1.14.23…


There is another strange thing in Raj's dpkg log: packages never entered
a state of triggers-awaited or triggers-pending.  Compare that with my
system: 


,
| % egrep -c 'triggers-(pending)|(awaited)' /var/log/dpkg.log
| 182
`

And note that he had been running dpkg 1.14.19 in the first ten days of
this month before he upgraded to 1.14.22.


Again, I am sorry for the version confusion. Please see my other reply. 
I never really used 1.14.22 on my system. The 1.14.22 in the status file 
and the logs was actually 1.14.21 which apparently did not complain 
about the triggers.


For now, I have removed all the Triggers-Awaited lines and the problem 
appears to have gone.


I shall be happy to provide any other info that may be required.

Thank you,
Raj Kiran



Sven






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



Bug#506498: dpkg fails with parse error in /var/lib/dpkg/status

2008-11-22 Thread Raj Kiran Grandhi

Raphael Hertzog wrote:

On Sat, 22 Nov 2008, Raj Kiran Grandhi wrote:
Just did that but still dpkg complains of the same problem albeit for a  
different package (libhtml-format-perl this time), so I do not think it  
is a problem with one specific mis-behaving package.


Will it be too invasive if I remove all the 34 "Triggers-Awaited" lines?  


No, it's fine.


What files should I backup before doing this?


None.


Done. Removed all the Triggers-Awaited lines and now dpkg is happy :)
Thank you.




The weird thing is that it looks like that only dpkg 1.14.23
causes you trouble and not 1.14.22. But the code that deals with
lonely Triggers-Awaited dates back to Mon Aug 11 (commit
587b8d8696cb92a4a18901085db033d44bfe6f32) and dpkg 1.14.21.
I don't see what changes could explain that the error now gets noticed
when it wasn't before. And the package that had those fields were not
recently updated either.

I can certainly get a failure with 1.14.22 if I add Triggers-Awaited
fields to packages that are marked as installed. So how is it possible
that you were using dpkg 1.14.22 without troubles yesterday and that now
you have a borked status file exactly when you upgrade to 1.14.23…


I think I faced this problem even with 1.14.22. I had attempted a 
dist-upgrade several days back. dpkg was one of the packages marked for 
upgrade and it crashed after being unpackd (I think). I did not pay much 
attention to the specific error message then. I had the older 
dpkg-1.14.22 deb lying around in /var/cache/apt/archives and I manually 
unpacked it into a temporary directory can copied over the dpkg 
executable to /usr/bin. So, the actual executable I had been using 
earlier was 1.14.21.


Sorry for the confusion.



Did you do anything special recently that could have an impact on the
status of all those packages ?

Can you check if you already had all those Triggers-Awaited tags in the
previous days ? Check in the backups: /var/backups/dpkg.status.*


Yes, all the backups have Triggers-Awaited tags. But, as I mentioned 
earlier, dpkg 1.14.21 was apparently ok with that.




Maybe send us the one that corresponds to Nov 20th.

Cheers,



--

If you can't explain it simply, you don't understand it well enough.
   -- Albert Einstein



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



Bug#325689: xloadimage: diff for NMU version 4.1-16.1

2008-11-22 Thread Thomas Viehmann
tags 325689 + patch pending
thanks

Hi,

here is the diff for the xloadimage NMU (versioned as 4.1-16.1) I'm
uploading.

Kind Regards

T.

diff -u xloadimage-4.1/debian/patches/00list 
xloadimage-4.1/debian/patches/00list
--- xloadimage-4.1/debian/patches/00list
+++ xloadimage-4.1/debian/patches/00list
@@ -18,0 +19 @@
+19_fix_root_c_resource_leak
diff -u xloadimage-4.1/debian/changelog xloadimage-4.1/debian/changelog
--- xloadimage-4.1/debian/changelog
+++ xloadimage-4.1/debian/changelog
@@ -1,3 +1,13 @@
+xloadimage (4.1-16.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * 19_fix_root.c_resouce-leak.dpatch:
+Fix leaking xresources when using --onroot. Closes: #325689
+Patch by Alex Perry, reformatted by Tim Connors, thanks!
+Not verbose should be not verbose, though.
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]>  Sat, 22 Nov 2008 19:48:10 +0100
+
 xloadimage (4.1-16) unstable; urgency=low
 
   * debian/control (Build-Depends): s/xlibs-dev/libx11-dev, libxau-dev,
only in patch2:
unchanged:
--- xloadimage-4.1.orig/debian/patches/19_fix_root_c_resource_leak.dpatch
+++ xloadimage-4.1/debian/patches/19_fix_root_c_resource_leak.dpatch
@@ -0,0 +1,184 @@
+#! /bin/sh -e
+## 19_fix_root_c_resource_leak.dpatch
+##
+## DP: Fix leaking xresources when using onroot option. See #325689.
+## DP: Patch by Alex Perry, reformatted by Tim Connors 
+
+if [ $# -ne 1 ]; then
+echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+exit 1
+fi
+case "$1" in
+   -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
+   -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
+   *)
+   echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
+   exit 1;;
+esac
+
+exit 0
+
[EMAIL PROTECTED]@
+diff -urNad xloadimage-4.1~/root.c xloadimage-4.1/root.c
+--- xloadimage-4.1~/root.c 2008-11-22 19:52:01.0 +0100
 xloadimage-4.1/root.c  2008-11-22 19:52:02.0 +0100
+@@ -16,24 +16,6 @@
+ 
+ #define RETAIN_PROP_NAME  "_XSETROOT_ID"
+ 
+-void updateProperty(dpy, w, name, type, format, data, nelem)
+- Display  *dpy;
+- Window   w;
+- char *name;
+- Atom type;
+- int  format;
+- int  data;
+- int  nelem;
+-{
+-  /* intern the property name */
+-  Atomatom = XInternAtom(dpy, name, 0);
+-
+-  /* create or replace the property */
+-  XChangeProperty(dpy, w, atom, type, format, PropModeReplace, 
+-(unsigned char *)&data, nelem);
+-}
+-
+-
+ /* Sets the close-down mode of the client to 'RetainPermanent'
+  * so all client resources will be preserved after the client
+  * exits.  Puts a property on the default root window containing
+@@ -47,9 +29,15 @@
+ {
+   /* create dummy resource */
+   Pixmap pm= XCreatePixmap(dpy, w, 1, 1, 1);
++  unsigned char *data = (unsigned char *) ±
+   
+-  /* create/replace the property */
+-  updateProperty(dpy, w, RETAIN_PROP_NAME, XA_PIXMAP, 32, (int)pm, 1);
++  /* intern the property name */
++  char *name = RETAIN_PROP_NAME;
++  Atom atom = XInternAtom(dpy, name, 0);
++
++  /* create or replace the property */
++  XChangeProperty(dpy, w, atom, XA_PIXMAP, 32, PropModeReplace,
++ data, sizeof(Pixmap)/4);
+   
+   /* retain all client resources until explicitly killed */
+   XSetCloseDownMode(dpy, RetainPermanent);
+@@ -61,36 +49,64 @@
+  */
+ 
+ static void
+-freePrevious(dpy, w)
++freePrevious(dpy, w, verbose)
+  Display  *dpy;
+  Window   w;
++ unsigned int  verbose;
+ {
+-  Pixmap *pm; 
+-  Atomactual_type;/* NOTUSED */
++  Pixmap *pm;
++  unsigned char *charpm;
++  Atom actual_type;
+   int format;
+-  int nitems;
+-  int bytes_after;
++  unsigned longnitems;
++  unsigned longbytes_after;
++  int   returncode;
+ 
+   /* intern the property name */
+   Atom atom = XInternAtom(dpy, RETAIN_PROP_NAME, 0);
+ 
+   /* look for existing resource allocation */
+-  if ((XGetWindowProperty(dpy, w, atom, 0, 1, 1/*delete*/,
+-AnyPropertyType, &actual_type, &format, (unsigned 
long *)&nitems,
+-(unsigned long *)&bytes_after, (unsigned char **)&pm) 
== Success) &&
+-  nitems == 1) {
+-if ((actual_type == XA_PIXMAP) && (format == 32) &&
+-  (nitems == 1) && (bytes_after == 0)) {
+-  /* blast it away */
+-  XKillClient(dpy, (XID) *pm);
+-  XFree((char *)pm);
+-}
+-else if (actual_type != None) {
+-  fprintf(stderr,
+-"%s: warning: invalid format encountered for property %s\n",
+-RETAIN_PROP_NAME, "xloadimage");
+-}
++  nitems = sizeof(Pixmap)/4;
++  returncode = XGetWindowProperty(dpy, w, atom,
++ 0, nitems, 1/*delete*/,
++XA_PIXMAP, &actual_type,
++&format, &nitems,
++&bytes_after, &charpm);
++  if (returncode != Success) {
++if (verbose)
++  fprintf(stderr, "failed to look f

Processed: xloadimage: diff for NMU version 4.1-16.1

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 325689 + patch pending
Bug#325689: xsetbg keeps opening X clients without closing the old
Tags were: confirmed
Tags added: patch, pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506498: dpkg fails with parse error in /var/lib/dpkg/status

2008-11-22 Thread Raphael Hertzog
On Sat, 22 Nov 2008, Sven Joachim wrote:
> On 2008-11-22 18:22 +0100, Raphael Hertzog wrote:
> 
> > The weird thing is that it looks like that only dpkg 1.14.23
> > causes you trouble and not 1.14.22. But the code that deals with
> > lonely Triggers-Awaited dates back to Mon Aug 11 (commit
> > 587b8d8696cb92a4a18901085db033d44bfe6f32) and dpkg 1.14.21.
> > I don't see what changes could explain that the error now gets noticed
> > when it wasn't before. And the package that had those fields were not
> > recently updated either.
> >
> > I can certainly get a failure with 1.14.22 if I add Triggers-Awaited
> > fields to packages that are marked as installed. So how is it possible
> > that you were using dpkg 1.14.22 without troubles yesterday and that now
> > you have a borked status file exactly when you upgrade to 1.14.23…
> 
> There is another strange thing in Raj's dpkg log: packages never entered
> a state of triggers-awaited or triggers-pending.

Right, Raj, did you configure apt in any strange way? Did you activate
the DPkg::NoTriggers option for example?

Please check /etc/apt/apt.conf and /etc/apt/apt.conf.d/*.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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



Bug#505271: marked as done (symlink attack in login leading to arbitrary file ownership)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 18:02:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505271: fixed in shadow 1:4.1.1-6
has caused the Debian Bug report #505271,
regarding symlink attack in login leading to arbitrary file ownership
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
505271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505271
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: login
Version: 1:4.0.18.1-7
Severity: normal

(I wanted to send this to  [EMAIL PROTECTED]  but that was not
accepted, surely because that is closed/archived.)

I found in my logs (I think first occurrence of such mis-behaviour):

Nov  8 05:50:09 rome in.telnetd[21060]: connect from [EMAIL PROTECTED] 
(129.78.69.145) 
Nov  8 05:50:12 rome login[21062]: (pam_unix) session opened for user root by 
(uid=0) 
Nov  8 05:50:12 rome login[21062]: can't stat(`/dev/smb/39'): errno 2  
Nov  8 05:50:12 rome login[21062]: unable to determine TTY name, got 
/dev/smb/39  

Surely that Samba device is wrong for a telnet session...

Hope this helps in tacking down the cause of this bug.

Cheers,

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-pk03.02-svr
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages login depends on:
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libpam-modules 0.79-5Pluggable Authentication Modules f
ii  libpam-runtime 0.79-5Runtime support for the PAM librar
ii  libpam0g   0.79-5Pluggable Authentication Modules l

login recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: shadow
Source-Version: 1:4.1.1-6

We believe that the bug you reported is fixed in the latest version of
shadow, which is due to be installed in the Debian FTP archive:

login_4.1.1-6_i386.deb
  to pool/main/s/shadow/login_4.1.1-6_i386.deb
passwd_4.1.1-6_i386.deb
  to pool/main/s/shadow/passwd_4.1.1-6_i386.deb
shadow_4.1.1-6.diff.gz
  to pool/main/s/shadow/shadow_4.1.1-6.diff.gz
shadow_4.1.1-6.dsc
  to pool/main/s/shadow/shadow_4.1.1-6.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas FRANCOIS (Nekral) <[EMAIL PROTECTED]> (supplier of updated shadow 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2008 21:52:42 +0100
Source: shadow
Binary: passwd login
Architecture: source i386
Version: 1:4.1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Shadow package maintainers <[EMAIL PROTECTED]>
Changed-By: Nicolas FRANCOIS (Nekral) <[EMAIL PROTECTED]>
Description: 
 login  - system login tools
 passwd - change and administer password and group data
Closes: 501353 501830 505271
Changes: 
 shadow (1:4.1.1-6) unstable; urgency=medium
 .
   * The "Rollot" release.
   * debian/patches/303_login_symlink_attack: Fix a race condition that could
 lead to gaining ownership or changing mode of arbitrary files.
 Closes: #505271
   * debian/patches/304_su.1_synopsis: Fix the su synopsis. username is
 referenced in the manpage, not LOGIN. Closes: #501830
   * debian/patches/305_login.1_japanese: Fix the path of the utmp and wtmp
 files. Closes: #501353
Checksums-Sha1: 
 46f1e4d4d5283ddfb51d21295cd6d2bcdca817b8 1542 shadow_4.1.1-6.dsc
 8109d3127e691320ea0aac8d10bb8049e5bc2c26 91634 shadow_4.1.1-6.diff.gz
 890ce81171530f32965468c5f1cbb79caca08bd2 872410 passwd_4.1.1-6_i386.deb
 a2b45f1143f7d633108fe433f619c274cbddc278 854400 login_4.1.1-6_i386.deb
Checksums-Sha256: 
 7d3ad5d9a3e64c02786ec7df4482d7ffea30fa2cb9e19b9440979d2c825018af 1542 
shadow_4.1.1-6.dsc
 8a77b2133fc99b1a9abb6a8d9b536dfc2b17755e136e107a52da9d35ddcc1b43 91634 
shadow_4.1.1-6.diff.gz
 e8dc15387131c94d34f99ec0a0aaed871a7ef35d297e2606d519d375332d5123 872410 
passwd_4.1.1-6_i386.deb
 83d14bd3f071865e69d

Bug#506268: Even more security hinting

2008-11-22 Thread Adeodato Simó
* Moritz Muehlenhoff [Sat, 22 Nov 2008 11:39:33 +0100]:

> On 2008-11-20, Moritz Muehlenhoff <[EMAIL PROTECTED]> wrote:
> > On 2008-11-18, Luk Claes <[EMAIL PROTECTED]> wrote:
> >> Moritz Muehlenhoff wrote:

> > Also, please give back apertium 3.0.7+1-2 on ia64, now that flex has been
> > fixed.

> - wordpress/2.5.1-10 needs an unblock

Done.

> - Something's broken with gforge/4.7~rc2-6, please look into it:
>   According to http://packages.qa.debian.org/g/gforge.html it's
>   out of date on several archs, while it actually is arch=all?

gforge-plugins-extra needed removing by ftpmaster, which is no longer
built; they've done that now, Marc's hint should succeed in the next
run.

The migration scripts thought this was arches being out of date, that's
a bug.

> - msp-webserver: This doesn't appear to have release quality according
>   to Nico's comments

Let's let #506268 age a bit, somebody will get to it eventually.

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
- Why are you whispering?
- Because I just think that no matter where she is, my mom can hear this
  conversation.
-- Rory and Lane




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



Bug#506498: dpkg fails with parse error in /var/lib/dpkg/status

2008-11-22 Thread Sven Joachim
On 2008-11-22 18:22 +0100, Raphael Hertzog wrote:

> The weird thing is that it looks like that only dpkg 1.14.23
> causes you trouble and not 1.14.22. But the code that deals with
> lonely Triggers-Awaited dates back to Mon Aug 11 (commit
> 587b8d8696cb92a4a18901085db033d44bfe6f32) and dpkg 1.14.21.
> I don't see what changes could explain that the error now gets noticed
> when it wasn't before. And the package that had those fields were not
> recently updated either.
>
> I can certainly get a failure with 1.14.22 if I add Triggers-Awaited
> fields to packages that are marked as installed. So how is it possible
> that you were using dpkg 1.14.22 without troubles yesterday and that now
> you have a borked status file exactly when you upgrade to 1.14.23…

There is another strange thing in Raj's dpkg log: packages never entered
a state of triggers-awaited or triggers-pending.  Compare that with my
system: 

,
| % egrep -c 'triggers-(pending)|(awaited)' /var/log/dpkg.log
| 182
`

And note that he had been running dpkg 1.14.19 in the first ten days of
this month before he upgraded to 1.14.22.

Sven



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



Bug#506498: dpkg fails with parse error in /var/lib/dpkg/status

2008-11-22 Thread Raphael Hertzog
On Sat, 22 Nov 2008, Raj Kiran Grandhi wrote:
> Just did that but still dpkg complains of the same problem albeit for a  
> different package (libhtml-format-perl this time), so I do not think it  
> is a problem with one specific mis-behaving package.
>
> Will it be too invasive if I remove all the 34 "Triggers-Awaited" lines?  

No, it's fine.

> What files should I backup before doing this?

None.


The weird thing is that it looks like that only dpkg 1.14.23
causes you trouble and not 1.14.22. But the code that deals with
lonely Triggers-Awaited dates back to Mon Aug 11 (commit
587b8d8696cb92a4a18901085db033d44bfe6f32) and dpkg 1.14.21.
I don't see what changes could explain that the error now gets noticed
when it wasn't before. And the package that had those fields were not
recently updated either.

I can certainly get a failure with 1.14.22 if I add Triggers-Awaited
fields to packages that are marked as installed. So how is it possible
that you were using dpkg 1.14.22 without troubles yesterday and that now
you have a borked status file exactly when you upgrade to 1.14.23…

Did you do anything special recently that could have an impact on the
status of all those packages ?

Can you check if you already had all those Triggers-Awaited tags in the
previous days ? Check in the backups: /var/backups/dpkg.status.*

Maybe send us the one that corresponds to Nov 20th.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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



Bug#498243: xine-lib and ocert-2008-008

2008-11-22 Thread Thomas Viehmann
[resending this with hopefully less broken CC, apologies]

Hi,

I am not quite sure whether I can agree with Will Drewry's analysis[1]
accompanying ocert advisory 2008-008[1]. Looking at item 1A, which Will
says is fixed in 1.1.5, attached .mov seems to fit the case description
and will still corrupt the memory when viewed e.g. in gxine. xine-lib
with the attached patch seems to be more successful in preventing the
attach (note that the file is more tuned to be small than to be a valid
.mov, but the same works by including the bad meta in an otherwise good
file). Note that xine_xmalloc is specifically designed to allocate
memory when passed size 0. Upstream seems to move away from it, but...
As Will notices, demux-qt.c has loads of unfixed problems.

If anyone cares to go over the xine-lib issues (primarily the unfixed
ones from Will's section 3), I'd much appreciate a CC. In order to make
the analysis and verification more, I would also be interested in the
test cases mentioned in the advisory.

Kind regards

T.

1. http://www.ocert.org/analysis/2008-008/analysis.txt
2. http://www.ocert.org/advisories/ocert-2008-008.html
-- 
Thomas Viehmann, http://thomas.viehmann.net/



ocert-2008-008-1a-notfixed.mov
Description: QuickTime movie
--- xine-lib-1.1.14.orig/src/demuxers/demux_qt.c
+++ xine-lib-1.1.14/src/demuxers/demux_qt.c
@@ -739,49 +739,49 @@
 if (current_atom == ART_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->artist = xine_xmalloc(string_size);
-  if (info->artist) {
+  if (string_size && info->artist) {
 strncpy(info->artist, &meta_atom[i + 20], string_size - 1);
 info->artist[string_size - 1] = 0;
   }
 } else if (current_atom == NAM_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->name = xine_xmalloc(string_size);
-  if (info->name) {
+  if (string_size && info->name) {
 strncpy(info->name, &meta_atom[i + 20], string_size - 1);
 info->name[string_size - 1] = 0;
   }
 } else if (current_atom == ALB_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->album = xine_xmalloc(string_size);
-  if (info->album) {
+  if (string_size && info->album) {
 strncpy(info->album, &meta_atom[i + 20], string_size - 1);
 info->album[string_size - 1] = 0;
   }
 } else if (current_atom == GEN_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->genre = xine_xmalloc(string_size);
-  if (info->genre) {
+  if (string_size && info->genre) {
 strncpy(info->genre, &meta_atom[i + 20], string_size - 1);
 info->genre[string_size - 1] = 0;
   }
 } else if (current_atom == TOO_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->comment = xine_xmalloc(string_size);
-  if (info->comment) {
+  if (string_size && info->comment) {
 strncpy(info->comment, &meta_atom[i + 20], string_size - 1);
 info->comment[string_size - 1] = 0;
   }
 } else if (current_atom == WRT_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->composer = xine_xmalloc(string_size);
-  if (info->composer) {
+  if (string_size && info->composer) {
 strncpy(info->composer, &meta_atom[i + 20], string_size - 1);
 info->composer[string_size - 1] = 0;
   }
 } else if (current_atom == DAY_ATOM) {
   string_size = _X_BE_32(&meta_atom[i + 4]) - 16 + 1;
   info->year = xine_xmalloc(string_size);
-  if (info->year) {
+  if (string_size && info->year) {
 strncpy(info->year, &meta_atom[i + 20], string_size - 1);
 info->year[string_size - 1] = 0;
   }



Bug#470882: /dev/gpmctl freezes acknowledge

2008-11-22 Thread Gerfried Fuchs
* Samuel Thibault <[EMAIL PROTECTED]> [2008-11-12 19:33:19 CET]:
> It is: now you at least get a connexion, and get rejected.

 Hmm, alright.

> The pdmenu segfault is due to another bug, see my mail dated 11th
> October.

 Ah, right. And aptitude does behave false here too (last two lines from
strace):

write(2, "Uncaught exception: Unable to read from stdin: Bad file 
descriptor\n"..., 67) = 67
exit_group(-1)  = ?

 I guess we need to clone the bug to there, too, or rather libncurses
through which it seems to use gpm, it doesn't directly depend on libgpm.

 Not sure what other applications might be affected by it and should get
addressed, too ...

 Thanks,
Rhonda



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



Bug#506537: marked as done (FTBFS: cp: cannot stat `/usr/share/qt4/doc/qt4.tag': No such file or directory)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 16:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#506537: fixed in soprano 2.1.1+dfsg.1-1
has caused the Debian Bug report #506537,
regarding FTBFS: cp: cannot stat `/usr/share/qt4/doc/qt4.tag': No such file or 
directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
506537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506537
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: soprano
Version: 2.1+dfsg.1
Severity: serious

The end of the log is below:

[ 99%] Building CXX object test/CMakeFiles/tstringtest.dir/tstringtest.o
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && 
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/tstringtest.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/test/tstringtest.cpp 
 
/usr/bin/cmake -E cmake_progress_report 
/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/CMakeFiles 99   
 
[100%] Building CXX object test/CMakeFiles/tstringtest.dir/stringpool.o 
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && 
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/stringpool.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/test/stringpool.cpp  
  
/usr/bin/cmake -E cmake_progress_report 
/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/CMakeFiles  
 
[100%] Building CXX object test/CMakeFiles/tstringtest.dir/__/index/tstring.o   
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && 
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/

Bug#498573: marked as done (phonon does not find its backends)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 15:02:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#498573: fixed in phonon 4:4.2.0-2
has caused the Debian Bug report #498573,
regarding phonon does not find its backends
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498573
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libqt4-dev
Version: 4.4.0-4
Severity: wishlist


Hi,

while Phonon support is one of the major new enhancements in Qt 4.4 it is 
disabled in the Debian package.
Thus it turns Qt 4.4 in Debian a little incomplete and in effect incompatible 
with packages on different platforms.

So, could you please enable it?

Thanks,

Felix

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

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

Versions of packages libqt4-dev depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1 GCC support library
ii  libqt4-assistant   4.4.0-4   Qt 4 assistant module
ii  libqt4-dbus4.4.0-4   Qt 4 D-Bus module
ii  libqt4-designer4.4.0-4   Qt 4 designer module
ii  libqt4-help4.4.0-4   Qt 4 help module
ii  libqt4-network 4.4.0-4   Qt 4 network module
ii  libqt4-qt3support  4.4.0-4   Qt 3 compatibility library for Qt 
ii  libqt4-script  4.4.0-4   Qt 4 script module
ii  libqt4-sql 4.4.0-4   Qt 4 SQL module
ii  libqt4-svg 4.4.0-4   Qt 4 SVG module
ii  libqt4-test4.4.0-4   Qt 4 test module
ii  libqt4-webkit  4.4.0-4   Qt 4 WebKit module
ii  libqt4-xml 4.4.0-4   Qt 4 XML module
ii  libqt4-xmlpatterns 4.4.0-4   Qt 4 XML patterns module
ii  libqtcore4 4.4.0-4   Qt 4 core module
ii  libqtgui4  4.4.0-4   Qt 4 GUI module
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libqt4-dev recommends:
ii  libqt4-opengl-dev 4.4.0-4Qt 4 OpenGL library development fi

Versions of packages libqt4-dev suggests:
pn  firebird2.0-dev(no description available)
pn  libiodbc2-dev  (no description available)
pn  libmysqlclient15-dev   (no description available)
pn  libpq-dev  (no description available)
ii  libsqlite0-dev2.8.17-4   SQLite development files
ii  libsqlite3-dev3.5.9-4SQLite 3 development files
ii  qt4-dev-tools 4.4.0-4Qt 4 development tools
ii  qt4-doc   4.4.0-4Qt 4 API documentation

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: phonon
Source-Version: 4:4.2.0-2

We believe that the bug you reported is fixed in the latest version of
phonon, which is due to be installed in the Debian FTP archive:

libphonon-dev_4.2.0-2_i386.deb
  to pool/main/p/phonon/libphonon-dev_4.2.0-2_i386.deb
libphonon4_4.2.0-2_i386.deb
  to pool/main/p/phonon/libphonon4_4.2.0-2_i386.deb
phonon-backend-gstreamer_4.2.0-2_i386.deb
  to pool/main/p/phonon/phonon-backend-gstreamer_4.2.0-2_i386.deb
phonon-backend-null_4.2.0-2_all.deb
  to pool/main/p/phonon/phonon-backend-null_4.2.0-2_all.deb
phonon-dbg_4.2.0-2_i386.deb
  to pool/main/p/phonon/phonon-dbg_4.2.0-2_i386.deb
phonon_4.2.0-2.diff.gz
  to pool/main/p/phonon/phonon_4.2.0-2.diff.gz
phonon_4.2.0-2.dsc
  to pool/main/p/phonon/phonon_4.2.0-2.dsc
phonon_4.2.0-2_all.deb
  to pool/main/p/phonon/phonon_4.2.0-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sune Vuorela <[EMAIL PROTECTED]> (supplier of updated phonon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTE

Bug#486354: marked as done (iceweasel: Iceweasel rc2 does not start)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486354: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #486354,
regarding iceweasel: Iceweasel rc2 does not start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486354
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0~b5-3
Severity: grave
Justification: renders package unusable

Iceweasel rc2 does not start at all. Only outputs the following on the 
command line: 
Registering about:debian to http://debian.org/
Registering about:readme.debian to 
file:///usr/share/doc/iceweasel/README.Debian
Registering about:bugs to http://bugs.debian.org/iceweasel

rc1 was also affected. b5 from experimental works fine.

Output of iceweasel -g -safemode:

#0  0x7f2745b7a847 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#1  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#2  0x7f2745b7a17b in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#3  0x7f2745965fbb in ?? () from /lib/libdl.so.2
No symbol table info available.
#4  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#5  0x7f274596636c in ?? () from /lib/libdl.so.2
No symbol table info available.
#6  0x7f2745965f21 in dlopen () from /lib/libdl.so.2
No symbol table info available.
#7  0x004051bb in ?? ()
No symbol table info available.
#8  0x00404f65 in ?? ()
No symbol table info available.
#9  0x004050d6 in ?? ()
No symbol table info available.
#10 0x00404fb8 in ?? ()
No symbol table info available.
#11 0x00401446 in ?? ()
No symbol table info available.
#12 0x7f27453231a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#13 0x00401009 in ?? ()
No symbol table info available.
#14 0x7fff4dd851f8 in ?? ()
No symbol table info available.
#15 0x001c in ?? ()
No symbol table info available.
#16 0x0004 in ?? ()
No symbol table info available.
#17 0x7fff4dd85711 in ?? ()
No symbol table info available.
#18 0x7fff4dd85730 in ?? ()
No symbol table info available.
#19 0x7fff4dd85733 in ?? ()
No symbol table info available.
#20 0x7fff4dd8573b in ?? ()
No symbol table info available.
#21 0x in ?? ()
No symbol table info available.


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

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

Versions of packages iceweasel depends on:
ii  debianutils2.29  Miscellaneous utilities specific t
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.20.3-1  Layout and rendering of internatio
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

iceweasel recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

Bug#492488: marked as done (iceweasel: crashes on startup (x64))

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486334: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #486334,
regarding iceweasel: crashes on startup (x64)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486334
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.1-1
Severity: grave
Justification: renders package unusable

Hi,

I just dist-upgraded to sid and now iceweasel crashes on startup.
I removed all traces of system or user plugins, and .mozilla profiles,
and still the problem persists. 
Even trying with "iceweasel -safe-mode" does not help.

I'm attaching the backtrace [1]

Let me know if you need further info.

regards,
Michele

[1]:

System: Linux 2.6.25-2-amd64 #1 SMP Mon Jul 14 11:05:23 UTC 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 379949056 vsize: 379949056 resident: 33644544 share: 
20262912 rss: 33644544 rss_rlim: 18446744073709551615
CPU usage: start_time: 1217085639 rtime: 80 utime: 70 stime: 10 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/firefox-bin'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f292e16f6f0 (LWP 5339)]
[New Thread 0x430c6950 (LWP 5349)]
[New Thread 0x420c4950 (LWP 5346)]
[New Thread 0x418c3950 (LWP 5345)]
0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#0  0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#1  0x7f2928faa719 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#2  0x7f2928faaa28 in g_spawn_command_line_sync ()
   from /usr/lib/libglib-2.0.so.0
#3  0x7f2923b6c4b3 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  0x7f292bcdffdb in nsProfileLock::FatalSignalHandler (signo=11)
at nsProfileLock.cpp:216
#5  
#6  0x7f292be59b0a in nsFrame::BoxReflow (this=0x257f838, 
[EMAIL PROTECTED], aPresContext=0x2579e30, 
[EMAIL PROTECTED], aRenderingContext=0x25d4ae0, aX=6000, 
aY=6000, aWidth=0, aHeight=0, aMoveFrame=1) at nsFrame.cpp:6302
#7  0x7f292be59f70 in nsFrame::DoLayout (this=0x257f3e0, 
[EMAIL PROTECTED]) at nsFrame.cpp:6108
#8  0x7f292bf148fd in nsIFrame::Layout (this=0x257f838, 
[EMAIL PROTECTED]) at nsBox.cpp:561
#9  0x7f292be6862e in LayoutAndInvalidate ([EMAIL PROTECTED], 
aBox=0x257f838, [EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#10 0x7f292be691f8 in nsGfxScrollFrameInner::LayoutScrollbars (
this=0x257f458, [EMAIL PROTECTED], [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:2542
#11 0x7f292be6befd in nsHTMLScrollFrame::Reflow (this=0x257f3e0, 
aPresContext=, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:823
#12 0x7f292be577cb in nsContainerFrame::ReflowChild (
this=, aKidFrame=0x257f3e0, aPresContext=0x2579e30, 
[EMAIL PROTECTED], [EMAIL PROTECTED], aX=0, aY=0, 
aFlags=0, [EMAIL PROTECTED], aTracker=0x0)
at nsContainerFrame.cpp:771
#13 0x7f292be9d3c6 in ViewportFrame::Reflow (this=0x257f0b0, 
aPresContext=0x2579e30, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsViewportFrame.cpp:286
#14 0x7f292be3a05b in PresShell::DoReflow (this=0x257d4c0, 
target=0x257f0b0) at nsPresShell.cpp:6280
#15 0x7f292be3d56f in PresShell::ProcessReflowCommands (this=0x257d4c0, 
aInterruptible=1) at nsPresShell.cpp:6386
#16 0x7f292be3d6a2 in PresShell::DoFlushPendingNotifications (
this=0x257d4c0, aType=Flush_Layout, aInterruptibleReflow=1)
at nsPresShell.cpp:4574
#17 0x7f292be3d722 in PresShell::ReflowEvent::Run (
this=) at nsPresShell.cpp:6145
#18 0x7f292c41286e in nsThread::ProcessNextEvent (this=0x1d40cb0, 
mayWait=1, result=0x7fff3619141c) at nsThread.cpp:510
#19 0x7f292c3e837e in NS_ProcessNextEvent_P (thread=0x257f3e0, mayWait=1)
at nsThreadUtils.cpp:230
#20 0x7f292c36c87d in nsBaseAppShell::Run (this=0x234af50)
at nsBaseAppShell.cpp:170
#21 0x7f292c24ef71 in nsAppStartup::Run (this=0x23ac2c0)
at nsAppStartup.cpp:181
#22 0x7f292bcd9ae9 in XRE_main (argc=, 
argv=, aAppData=)
at nsAppRunner.cpp:3182
#23 0x004015b1 in main (argc=3, argv=0x7fff36192a38)
at nsXULStub.cpp:421

Thread 4 (Thread 0x418c3950 (LWP 5345)):
#0  0x7f292d7dbd26 in poll () from /lib/libc.so.6
No s

Bug#492488: marked as done (iceweasel: crashes on startup (x64))

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482415: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #482415,
regarding iceweasel: crashes on startup (x64)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
482415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482415
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.1-1
Severity: grave
Justification: renders package unusable

Hi,

I just dist-upgraded to sid and now iceweasel crashes on startup.
I removed all traces of system or user plugins, and .mozilla profiles,
and still the problem persists. 
Even trying with "iceweasel -safe-mode" does not help.

I'm attaching the backtrace [1]

Let me know if you need further info.

regards,
Michele

[1]:

System: Linux 2.6.25-2-amd64 #1 SMP Mon Jul 14 11:05:23 UTC 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 379949056 vsize: 379949056 resident: 33644544 share: 
20262912 rss: 33644544 rss_rlim: 18446744073709551615
CPU usage: start_time: 1217085639 rtime: 80 utime: 70 stime: 10 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/firefox-bin'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f292e16f6f0 (LWP 5339)]
[New Thread 0x430c6950 (LWP 5349)]
[New Thread 0x420c4950 (LWP 5346)]
[New Thread 0x418c3950 (LWP 5345)]
0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#0  0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#1  0x7f2928faa719 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#2  0x7f2928faaa28 in g_spawn_command_line_sync ()
   from /usr/lib/libglib-2.0.so.0
#3  0x7f2923b6c4b3 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  0x7f292bcdffdb in nsProfileLock::FatalSignalHandler (signo=11)
at nsProfileLock.cpp:216
#5  
#6  0x7f292be59b0a in nsFrame::BoxReflow (this=0x257f838, 
[EMAIL PROTECTED], aPresContext=0x2579e30, 
[EMAIL PROTECTED], aRenderingContext=0x25d4ae0, aX=6000, 
aY=6000, aWidth=0, aHeight=0, aMoveFrame=1) at nsFrame.cpp:6302
#7  0x7f292be59f70 in nsFrame::DoLayout (this=0x257f3e0, 
[EMAIL PROTECTED]) at nsFrame.cpp:6108
#8  0x7f292bf148fd in nsIFrame::Layout (this=0x257f838, 
[EMAIL PROTECTED]) at nsBox.cpp:561
#9  0x7f292be6862e in LayoutAndInvalidate ([EMAIL PROTECTED], 
aBox=0x257f838, [EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#10 0x7f292be691f8 in nsGfxScrollFrameInner::LayoutScrollbars (
this=0x257f458, [EMAIL PROTECTED], [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:2542
#11 0x7f292be6befd in nsHTMLScrollFrame::Reflow (this=0x257f3e0, 
aPresContext=, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:823
#12 0x7f292be577cb in nsContainerFrame::ReflowChild (
this=, aKidFrame=0x257f3e0, aPresContext=0x2579e30, 
[EMAIL PROTECTED], [EMAIL PROTECTED], aX=0, aY=0, 
aFlags=0, [EMAIL PROTECTED], aTracker=0x0)
at nsContainerFrame.cpp:771
#13 0x7f292be9d3c6 in ViewportFrame::Reflow (this=0x257f0b0, 
aPresContext=0x2579e30, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsViewportFrame.cpp:286
#14 0x7f292be3a05b in PresShell::DoReflow (this=0x257d4c0, 
target=0x257f0b0) at nsPresShell.cpp:6280
#15 0x7f292be3d56f in PresShell::ProcessReflowCommands (this=0x257d4c0, 
aInterruptible=1) at nsPresShell.cpp:6386
#16 0x7f292be3d6a2 in PresShell::DoFlushPendingNotifications (
this=0x257d4c0, aType=Flush_Layout, aInterruptibleReflow=1)
at nsPresShell.cpp:4574
#17 0x7f292be3d722 in PresShell::ReflowEvent::Run (
this=) at nsPresShell.cpp:6145
#18 0x7f292c41286e in nsThread::ProcessNextEvent (this=0x1d40cb0, 
mayWait=1, result=0x7fff3619141c) at nsThread.cpp:510
#19 0x7f292c3e837e in NS_ProcessNextEvent_P (thread=0x257f3e0, mayWait=1)
at nsThreadUtils.cpp:230
#20 0x7f292c36c87d in nsBaseAppShell::Run (this=0x234af50)
at nsBaseAppShell.cpp:170
#21 0x7f292c24ef71 in nsAppStartup::Run (this=0x23ac2c0)
at nsAppStartup.cpp:181
#22 0x7f292bcd9ae9 in XRE_main (argc=, 
argv=, aAppData=)
at nsAppRunner.cpp:3182
#23 0x004015b1 in main (argc=3, argv=0x7fff36192a38)
at nsXULStub.cpp:421

Thread 4 (Thread 0x418c3950 (LWP 5345)):
#0  0x7f292d7dbd26 in poll () from /lib/libc.so.6
No s

Processed: Re: Bug#506544: random crashes

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 506544 important
Bug#506544: random crashes
Severity set to `important' from `critical'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#486354: marked as done (iceweasel: Iceweasel rc2 does not start)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#492488: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #492488,
regarding iceweasel: Iceweasel rc2 does not start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
492488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492488
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0~b5-3
Severity: grave
Justification: renders package unusable

Iceweasel rc2 does not start at all. Only outputs the following on the 
command line: 
Registering about:debian to http://debian.org/
Registering about:readme.debian to 
file:///usr/share/doc/iceweasel/README.Debian
Registering about:bugs to http://bugs.debian.org/iceweasel

rc1 was also affected. b5 from experimental works fine.

Output of iceweasel -g -safemode:

#0  0x7f2745b7a847 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#1  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#2  0x7f2745b7a17b in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#3  0x7f2745965fbb in ?? () from /lib/libdl.so.2
No symbol table info available.
#4  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#5  0x7f274596636c in ?? () from /lib/libdl.so.2
No symbol table info available.
#6  0x7f2745965f21 in dlopen () from /lib/libdl.so.2
No symbol table info available.
#7  0x004051bb in ?? ()
No symbol table info available.
#8  0x00404f65 in ?? ()
No symbol table info available.
#9  0x004050d6 in ?? ()
No symbol table info available.
#10 0x00404fb8 in ?? ()
No symbol table info available.
#11 0x00401446 in ?? ()
No symbol table info available.
#12 0x7f27453231a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#13 0x00401009 in ?? ()
No symbol table info available.
#14 0x7fff4dd851f8 in ?? ()
No symbol table info available.
#15 0x001c in ?? ()
No symbol table info available.
#16 0x0004 in ?? ()
No symbol table info available.
#17 0x7fff4dd85711 in ?? ()
No symbol table info available.
#18 0x7fff4dd85730 in ?? ()
No symbol table info available.
#19 0x7fff4dd85733 in ?? ()
No symbol table info available.
#20 0x7fff4dd8573b in ?? ()
No symbol table info available.
#21 0x in ?? ()
No symbol table info available.


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

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

Versions of packages iceweasel depends on:
ii  debianutils2.29  Miscellaneous utilities specific t
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.20.3-1  Layout and rendering of internatio
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

iceweasel recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

Bug#486354: marked as done (iceweasel: Iceweasel rc2 does not start)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486334: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #486334,
regarding iceweasel: Iceweasel rc2 does not start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486334
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0~b5-3
Severity: grave
Justification: renders package unusable

Iceweasel rc2 does not start at all. Only outputs the following on the 
command line: 
Registering about:debian to http://debian.org/
Registering about:readme.debian to 
file:///usr/share/doc/iceweasel/README.Debian
Registering about:bugs to http://bugs.debian.org/iceweasel

rc1 was also affected. b5 from experimental works fine.

Output of iceweasel -g -safemode:

#0  0x7f2745b7a847 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#1  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#2  0x7f2745b7a17b in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#3  0x7f2745965fbb in ?? () from /lib/libdl.so.2
No symbol table info available.
#4  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#5  0x7f274596636c in ?? () from /lib/libdl.so.2
No symbol table info available.
#6  0x7f2745965f21 in dlopen () from /lib/libdl.so.2
No symbol table info available.
#7  0x004051bb in ?? ()
No symbol table info available.
#8  0x00404f65 in ?? ()
No symbol table info available.
#9  0x004050d6 in ?? ()
No symbol table info available.
#10 0x00404fb8 in ?? ()
No symbol table info available.
#11 0x00401446 in ?? ()
No symbol table info available.
#12 0x7f27453231a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#13 0x00401009 in ?? ()
No symbol table info available.
#14 0x7fff4dd851f8 in ?? ()
No symbol table info available.
#15 0x001c in ?? ()
No symbol table info available.
#16 0x0004 in ?? ()
No symbol table info available.
#17 0x7fff4dd85711 in ?? ()
No symbol table info available.
#18 0x7fff4dd85730 in ?? ()
No symbol table info available.
#19 0x7fff4dd85733 in ?? ()
No symbol table info available.
#20 0x7fff4dd8573b in ?? ()
No symbol table info available.
#21 0x in ?? ()
No symbol table info available.


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

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

Versions of packages iceweasel depends on:
ii  debianutils2.29  Miscellaneous utilities specific t
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.20.3-1  Layout and rendering of internatio
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

iceweasel recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

Bug#506546: random crashes

2008-11-22 Thread Josselin Mouette
severity 506546 important
tag 506546 + moreinfo
thanks

Le samedi 22 novembre 2008 à 07:51 -0600, Pol a écrit :
> Synopsis: random crashes

So that’s all? Without a description of how the bug appears and a full
backtrace with debugging symbols, how do you expect anyone to fix the
bug?

> #4  0xb78788f3 in poll () from /lib/tls/i686/cmov/libc.so.6
> #5  0xb7455f53 in XProcessInternalConnection () from
> /usr/lib/libX11.so.6
> #6  0xb7456361 in _XRead () from /usr/lib/libX11.so.6
> #7  0xb7456d05 in _XReply () from /usr/lib/libX11.so.6
> #8  0xb744e0b8 in XSync () from /usr/lib/libX11.so.6
> #9  0xb7a608e8 in _gdk_window_process_expose ()
>from /usr/lib/libgdk-x11-2.0.so.0
> #10 0xb7a60a05 in _gdk_windowing_window_queue_antiexpose ()
>from /usr/lib/libgdk-x11-2.0.so.0
> #11 0xb7a48dab in gdk_window_is_viewable () from
> /usr/lib/libgdk-x11-2.0.so.0
> #12 0xb7a4905f in gdk_window_process_all_updates ()
>from /usr/lib/libgdk-x11-2.0.so.0
> #13 0xb7a490e5 in gdk_window_process_all_updates ()
>from /usr/lib/libgdk-x11-2.0.so.0
> #14 0xb79239b1 in g_source_is_destroyed () from
> /usr/lib/libglib-2.0.so.0
> #15 0xb7925731 in g_main_context_dispatch () from
> /usr/lib/libglib-2.0.so.0
> #16 0xb79287a6 in g_main_context_check () from
> /usr/lib/libglib-2.0.so.0
> #17 0xb7928b67 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
> #18 0xb73dbb33 in bonobo_main () from /usr/lib/libbonobo-2.so.0
> #19 0xb73d9dab in bonobo_generic_factory_main_timeout ()
>from /usr/lib/libbonobo-2.so.0
> #20 0xb73d9e34 in bonobo_generic_factory_main ()
>from /usr/lib/libbonobo-2.so.0
> #21 0xb7f159b1 in panel_applet_factory_main_closure ()
>from /usr/lib/libpanel-applet-2.so.0
> #22 0xb7f15a93 in panel_applet_factory_main ()
>from /usr/lib/libpanel-applet-2.so.0

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


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


Bug#504457: marked as done (iceweasel and epiphany crash on starting)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486354: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #486354,
regarding iceweasel and epiphany crash on starting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486354
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.3-3
Severity: important

If I start iceweasel it will crash on boot, not even the little dialog
box asking me if I want previous session or not appears. I've tried with
the MOZILLA_DISABLE_PLUGINS environment or -safemode flag and get the
same result. Also  removed ~/.mozilla

The funny thing in gdb is it stopped twice.

I got iceweasel-dbg and cranked it up:
[EMAIL PROTECTED]:~$ iceweasel -g
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin -a iceweasel
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb) bt
#0  0xb7fad6e1 in _dl_debug_state () from /lib/ld-linux.so.2
#1  0xb7fb0c12 in ?? () from /lib/ld-linux.so.2
#2  0x in ?? ()
(gdb) c
Continuing.
[New Thread 0xb7d098d0 (LWP 20879)]
[New Thread 0xb5c2bb90 (LWP 20885)]
[New Thread 0xb53fbb90 (LWP 20886)]
[New Thread 0xb4acfb90 (LWP 20890)]
[Thread 0xb4acfb90 (LWP 20890) exited]
[New Thread 0xb42ceb90 (LWP 20891)]
[Thread 0xb42ceb90 (LWP 20891) exited]
[New Thread 0xb42ceb90 (LWP 20892)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d098d0 (LWP 20879)]
0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c, [EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
6315nsFrame.cpp: No such file or directory.
in nsFrame.cpp
Current language:  auto; currently c++
(gdb) bt
#0  0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c,
[EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
#1  0xb74cacc7 in nsFrame::DoLayout (this=0x8e1223c, [EMAIL PROTECTED])
at nsFrame.cpp:6121
#2  0xb758aaf0 in nsIFrame::Layout (this=0x8e1223c, [EMAIL PROTECTED])
at nsBox.cpp:561
#3  0xb74d8de9 in LayoutAndInvalidate ([EMAIL PROTECTED],
aBox=0x8e1223c, 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#4  0xb74d9a1f in nsGfxScrollFrameInner::LayoutScrollbars
(this=0x8e11fd4, 
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2542
#5  0xb74dc64b in nsHTMLScrollFrame::Reflow (this=0x8e11f90, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsGfxScrollFrame.cpp:823
#6  0xb74c8400 in nsContainerFrame::ReflowChild (this=0x8e11dc4, 
aKidFrame=0x8e11f90, aPresContext=0x8e08f80,
[EMAIL PROTECTED], 
[EMAIL PROTECTED], aX=0, aY=0, aFlags=0, [EMAIL PROTECTED], 
aTracker=0x0) at nsContainerFrame.cpp:771
#7  0xb750e799 in ViewportFrame::Reflow (this=0x8e11dc4, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsViewportFrame.cpp:286
---Type  to continue, or q  to quit---
#8  0xb74aacb4 in PresShell::DoReflow (this=0x8e10290, target=0x8e11dc4)
at nsPresShell.cpp:6280
#9  0xb74ae0c6 in PresShell::ProcessReflowCommands (this=0x8e10290, 
aInterruptible=1) at nsPresShell.cpp:6386
#10 0xb74ae1fc in PresShell::DoFlushPendingNotifications
(this=0x8e10290, 
aType=Flush_Layout, aInterruptibleReflow=1) at nsPresShell.cpp:4574
#11 0xb74ae28a in PresShell::ReflowEvent::Run (this=0x8e175e8)
at nsPresShell.cpp:6145
#12 0xb7a936f4 in nsThread::ProcessNextEvent (this=0x8a64308, mayWait=1, 
result=0xbf9b63e4) at nsThread.cpp:510
#13 0xb7a657e8 in NS_ProcessNextEvent_P (thread=0xb7ce1f04

Processed: Re: Bug#506546: random crashes

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 506546 important
Bug#506546: random crashes
Severity set to `important' from `critical'

> tag 506546 + moreinfo
Bug#506546: random crashes
There were no tags set.
Tags added: moreinfo

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Eckhart Wörner
Actually the problem lies within quassel-core (same source package), stupid 
me.



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



Bug#492488: marked as done (iceweasel: crashes on startup (x64))

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#492488: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #492488,
regarding iceweasel: crashes on startup (x64)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
492488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492488
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.1-1
Severity: grave
Justification: renders package unusable

Hi,

I just dist-upgraded to sid and now iceweasel crashes on startup.
I removed all traces of system or user plugins, and .mozilla profiles,
and still the problem persists. 
Even trying with "iceweasel -safe-mode" does not help.

I'm attaching the backtrace [1]

Let me know if you need further info.

regards,
Michele

[1]:

System: Linux 2.6.25-2-amd64 #1 SMP Mon Jul 14 11:05:23 UTC 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 379949056 vsize: 379949056 resident: 33644544 share: 
20262912 rss: 33644544 rss_rlim: 18446744073709551615
CPU usage: start_time: 1217085639 rtime: 80 utime: 70 stime: 10 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/firefox-bin'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f292e16f6f0 (LWP 5339)]
[New Thread 0x430c6950 (LWP 5349)]
[New Thread 0x420c4950 (LWP 5346)]
[New Thread 0x418c3950 (LWP 5345)]
0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#0  0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#1  0x7f2928faa719 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#2  0x7f2928faaa28 in g_spawn_command_line_sync ()
   from /usr/lib/libglib-2.0.so.0
#3  0x7f2923b6c4b3 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  0x7f292bcdffdb in nsProfileLock::FatalSignalHandler (signo=11)
at nsProfileLock.cpp:216
#5  
#6  0x7f292be59b0a in nsFrame::BoxReflow (this=0x257f838, 
[EMAIL PROTECTED], aPresContext=0x2579e30, 
[EMAIL PROTECTED], aRenderingContext=0x25d4ae0, aX=6000, 
aY=6000, aWidth=0, aHeight=0, aMoveFrame=1) at nsFrame.cpp:6302
#7  0x7f292be59f70 in nsFrame::DoLayout (this=0x257f3e0, 
[EMAIL PROTECTED]) at nsFrame.cpp:6108
#8  0x7f292bf148fd in nsIFrame::Layout (this=0x257f838, 
[EMAIL PROTECTED]) at nsBox.cpp:561
#9  0x7f292be6862e in LayoutAndInvalidate ([EMAIL PROTECTED], 
aBox=0x257f838, [EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#10 0x7f292be691f8 in nsGfxScrollFrameInner::LayoutScrollbars (
this=0x257f458, [EMAIL PROTECTED], [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:2542
#11 0x7f292be6befd in nsHTMLScrollFrame::Reflow (this=0x257f3e0, 
aPresContext=, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:823
#12 0x7f292be577cb in nsContainerFrame::ReflowChild (
this=, aKidFrame=0x257f3e0, aPresContext=0x2579e30, 
[EMAIL PROTECTED], [EMAIL PROTECTED], aX=0, aY=0, 
aFlags=0, [EMAIL PROTECTED], aTracker=0x0)
at nsContainerFrame.cpp:771
#13 0x7f292be9d3c6 in ViewportFrame::Reflow (this=0x257f0b0, 
aPresContext=0x2579e30, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsViewportFrame.cpp:286
#14 0x7f292be3a05b in PresShell::DoReflow (this=0x257d4c0, 
target=0x257f0b0) at nsPresShell.cpp:6280
#15 0x7f292be3d56f in PresShell::ProcessReflowCommands (this=0x257d4c0, 
aInterruptible=1) at nsPresShell.cpp:6386
#16 0x7f292be3d6a2 in PresShell::DoFlushPendingNotifications (
this=0x257d4c0, aType=Flush_Layout, aInterruptibleReflow=1)
at nsPresShell.cpp:4574
#17 0x7f292be3d722 in PresShell::ReflowEvent::Run (
this=) at nsPresShell.cpp:6145
#18 0x7f292c41286e in nsThread::ProcessNextEvent (this=0x1d40cb0, 
mayWait=1, result=0x7fff3619141c) at nsThread.cpp:510
#19 0x7f292c3e837e in NS_ProcessNextEvent_P (thread=0x257f3e0, mayWait=1)
at nsThreadUtils.cpp:230
#20 0x7f292c36c87d in nsBaseAppShell::Run (this=0x234af50)
at nsBaseAppShell.cpp:170
#21 0x7f292c24ef71 in nsAppStartup::Run (this=0x23ac2c0)
at nsAppStartup.cpp:181
#22 0x7f292bcd9ae9 in XRE_main (argc=, 
argv=, aAppData=)
at nsAppRunner.cpp:3182
#23 0x004015b1 in main (argc=3, argv=0x7fff36192a38)
at nsXULStub.cpp:421

Thread 4 (Thread 0x418c3950 (LWP 5345)):
#0  0x7f292d7dbd26 in poll () from /lib/libc.so.6
No s

Bug#506544: random crashes

2008-11-22 Thread Josselin Mouette
severity 506544 important
thanks

Le samedi 22 novembre 2008 à 07:50 -0600, Pol a écrit :
> Thread 1 (Thread -1223944512 (LWP 4696)):
> #0  0xb7f6c410 in ?? ()
> No symbol table info available.
> #1  0xbf870228 in ?? ()
> No symbol table info available.
> #2  0x in ?? ()
> No symbol table info available.
> #0  0xb7f6c410 in ?? ()

Sorry but this trace is unusable. Please install debugging packages and
check whether the bug still applies to testing before reporting.

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


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


Bug#504457: marked as done (iceweasel and epiphany crash on starting)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482415: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #482415,
regarding iceweasel and epiphany crash on starting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
482415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482415
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.3-3
Severity: important

If I start iceweasel it will crash on boot, not even the little dialog
box asking me if I want previous session or not appears. I've tried with
the MOZILLA_DISABLE_PLUGINS environment or -safemode flag and get the
same result. Also  removed ~/.mozilla

The funny thing in gdb is it stopped twice.

I got iceweasel-dbg and cranked it up:
[EMAIL PROTECTED]:~$ iceweasel -g
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin -a iceweasel
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb) bt
#0  0xb7fad6e1 in _dl_debug_state () from /lib/ld-linux.so.2
#1  0xb7fb0c12 in ?? () from /lib/ld-linux.so.2
#2  0x in ?? ()
(gdb) c
Continuing.
[New Thread 0xb7d098d0 (LWP 20879)]
[New Thread 0xb5c2bb90 (LWP 20885)]
[New Thread 0xb53fbb90 (LWP 20886)]
[New Thread 0xb4acfb90 (LWP 20890)]
[Thread 0xb4acfb90 (LWP 20890) exited]
[New Thread 0xb42ceb90 (LWP 20891)]
[Thread 0xb42ceb90 (LWP 20891) exited]
[New Thread 0xb42ceb90 (LWP 20892)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d098d0 (LWP 20879)]
0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c, [EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
6315nsFrame.cpp: No such file or directory.
in nsFrame.cpp
Current language:  auto; currently c++
(gdb) bt
#0  0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c,
[EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
#1  0xb74cacc7 in nsFrame::DoLayout (this=0x8e1223c, [EMAIL PROTECTED])
at nsFrame.cpp:6121
#2  0xb758aaf0 in nsIFrame::Layout (this=0x8e1223c, [EMAIL PROTECTED])
at nsBox.cpp:561
#3  0xb74d8de9 in LayoutAndInvalidate ([EMAIL PROTECTED],
aBox=0x8e1223c, 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#4  0xb74d9a1f in nsGfxScrollFrameInner::LayoutScrollbars
(this=0x8e11fd4, 
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2542
#5  0xb74dc64b in nsHTMLScrollFrame::Reflow (this=0x8e11f90, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsGfxScrollFrame.cpp:823
#6  0xb74c8400 in nsContainerFrame::ReflowChild (this=0x8e11dc4, 
aKidFrame=0x8e11f90, aPresContext=0x8e08f80,
[EMAIL PROTECTED], 
[EMAIL PROTECTED], aX=0, aY=0, aFlags=0, [EMAIL PROTECTED], 
aTracker=0x0) at nsContainerFrame.cpp:771
#7  0xb750e799 in ViewportFrame::Reflow (this=0x8e11dc4, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsViewportFrame.cpp:286
---Type  to continue, or q  to quit---
#8  0xb74aacb4 in PresShell::DoReflow (this=0x8e10290, target=0x8e11dc4)
at nsPresShell.cpp:6280
#9  0xb74ae0c6 in PresShell::ProcessReflowCommands (this=0x8e10290, 
aInterruptible=1) at nsPresShell.cpp:6386
#10 0xb74ae1fc in PresShell::DoFlushPendingNotifications
(this=0x8e10290, 
aType=Flush_Layout, aInterruptibleReflow=1) at nsPresShell.cpp:4574
#11 0xb74ae28a in PresShell::ReflowEvent::Run (this=0x8e175e8)
at nsPresShell.cpp:6145
#12 0xb7a936f4 in nsThread::ProcessNextEvent (this=0x8a64308, mayWait=1, 
result=0xbf9b63e4) at nsThread.cpp:510
#13 0xb7a657e8 in NS_ProcessNextEvent_P (thread=0xb7ce1f04

Bug#504457: marked as done (iceweasel and epiphany crash on starting)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#492488: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #492488,
regarding iceweasel and epiphany crash on starting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
492488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492488
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.3-3
Severity: important

If I start iceweasel it will crash on boot, not even the little dialog
box asking me if I want previous session or not appears. I've tried with
the MOZILLA_DISABLE_PLUGINS environment or -safemode flag and get the
same result. Also  removed ~/.mozilla

The funny thing in gdb is it stopped twice.

I got iceweasel-dbg and cranked it up:
[EMAIL PROTECTED]:~$ iceweasel -g
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin -a iceweasel
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb) bt
#0  0xb7fad6e1 in _dl_debug_state () from /lib/ld-linux.so.2
#1  0xb7fb0c12 in ?? () from /lib/ld-linux.so.2
#2  0x in ?? ()
(gdb) c
Continuing.
[New Thread 0xb7d098d0 (LWP 20879)]
[New Thread 0xb5c2bb90 (LWP 20885)]
[New Thread 0xb53fbb90 (LWP 20886)]
[New Thread 0xb4acfb90 (LWP 20890)]
[Thread 0xb4acfb90 (LWP 20890) exited]
[New Thread 0xb42ceb90 (LWP 20891)]
[Thread 0xb42ceb90 (LWP 20891) exited]
[New Thread 0xb42ceb90 (LWP 20892)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d098d0 (LWP 20879)]
0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c, [EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
6315nsFrame.cpp: No such file or directory.
in nsFrame.cpp
Current language:  auto; currently c++
(gdb) bt
#0  0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c,
[EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
#1  0xb74cacc7 in nsFrame::DoLayout (this=0x8e1223c, [EMAIL PROTECTED])
at nsFrame.cpp:6121
#2  0xb758aaf0 in nsIFrame::Layout (this=0x8e1223c, [EMAIL PROTECTED])
at nsBox.cpp:561
#3  0xb74d8de9 in LayoutAndInvalidate ([EMAIL PROTECTED],
aBox=0x8e1223c, 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#4  0xb74d9a1f in nsGfxScrollFrameInner::LayoutScrollbars
(this=0x8e11fd4, 
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2542
#5  0xb74dc64b in nsHTMLScrollFrame::Reflow (this=0x8e11f90, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsGfxScrollFrame.cpp:823
#6  0xb74c8400 in nsContainerFrame::ReflowChild (this=0x8e11dc4, 
aKidFrame=0x8e11f90, aPresContext=0x8e08f80,
[EMAIL PROTECTED], 
[EMAIL PROTECTED], aX=0, aY=0, aFlags=0, [EMAIL PROTECTED], 
aTracker=0x0) at nsContainerFrame.cpp:771
#7  0xb750e799 in ViewportFrame::Reflow (this=0x8e11dc4, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsViewportFrame.cpp:286
---Type  to continue, or q  to quit---
#8  0xb74aacb4 in PresShell::DoReflow (this=0x8e10290, target=0x8e11dc4)
at nsPresShell.cpp:6280
#9  0xb74ae0c6 in PresShell::ProcessReflowCommands (this=0x8e10290, 
aInterruptible=1) at nsPresShell.cpp:6386
#10 0xb74ae1fc in PresShell::DoFlushPendingNotifications
(this=0x8e10290, 
aType=Flush_Layout, aInterruptibleReflow=1) at nsPresShell.cpp:4574
#11 0xb74ae28a in PresShell::ReflowEvent::Run (this=0x8e175e8)
at nsPresShell.cpp:6145
#12 0xb7a936f4 in nsThread::ProcessNextEvent (this=0x8a64308, mayWait=1, 
result=0xbf9b63e4) at nsThread.cpp:510
#13 0xb7a657e8 in NS_ProcessNextEvent_P (thread=0xb7ce1f04

Bug#492488: marked as done (iceweasel: crashes on startup (x64))

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486354: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #486354,
regarding iceweasel: crashes on startup (x64)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486354
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.1-1
Severity: grave
Justification: renders package unusable

Hi,

I just dist-upgraded to sid and now iceweasel crashes on startup.
I removed all traces of system or user plugins, and .mozilla profiles,
and still the problem persists. 
Even trying with "iceweasel -safe-mode" does not help.

I'm attaching the backtrace [1]

Let me know if you need further info.

regards,
Michele

[1]:

System: Linux 2.6.25-2-amd64 #1 SMP Mon Jul 14 11:05:23 UTC 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 379949056 vsize: 379949056 resident: 33644544 share: 
20262912 rss: 33644544 rss_rlim: 18446744073709551615
CPU usage: start_time: 1217085639 rtime: 80 utime: 70 stime: 10 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/firefox-bin'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f292e16f6f0 (LWP 5339)]
[New Thread 0x430c6950 (LWP 5349)]
[New Thread 0x420c4950 (LWP 5346)]
[New Thread 0x418c3950 (LWP 5345)]
0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#0  0x7f292d7b2b9f in waitpid () from /lib/libc.so.6
#1  0x7f2928faa719 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#2  0x7f2928faaa28 in g_spawn_command_line_sync ()
   from /usr/lib/libglib-2.0.so.0
#3  0x7f2923b6c4b3 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  0x7f292bcdffdb in nsProfileLock::FatalSignalHandler (signo=11)
at nsProfileLock.cpp:216
#5  
#6  0x7f292be59b0a in nsFrame::BoxReflow (this=0x257f838, 
[EMAIL PROTECTED], aPresContext=0x2579e30, 
[EMAIL PROTECTED], aRenderingContext=0x25d4ae0, aX=6000, 
aY=6000, aWidth=0, aHeight=0, aMoveFrame=1) at nsFrame.cpp:6302
#7  0x7f292be59f70 in nsFrame::DoLayout (this=0x257f3e0, 
[EMAIL PROTECTED]) at nsFrame.cpp:6108
#8  0x7f292bf148fd in nsIFrame::Layout (this=0x257f838, 
[EMAIL PROTECTED]) at nsBox.cpp:561
#9  0x7f292be6862e in LayoutAndInvalidate ([EMAIL PROTECTED], 
aBox=0x257f838, [EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#10 0x7f292be691f8 in nsGfxScrollFrameInner::LayoutScrollbars (
this=0x257f458, [EMAIL PROTECTED], [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:2542
#11 0x7f292be6befd in nsHTMLScrollFrame::Reflow (this=0x257f3e0, 
aPresContext=, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsGfxScrollFrame.cpp:823
#12 0x7f292be577cb in nsContainerFrame::ReflowChild (
this=, aKidFrame=0x257f3e0, aPresContext=0x2579e30, 
[EMAIL PROTECTED], [EMAIL PROTECTED], aX=0, aY=0, 
aFlags=0, [EMAIL PROTECTED], aTracker=0x0)
at nsContainerFrame.cpp:771
#13 0x7f292be9d3c6 in ViewportFrame::Reflow (this=0x257f0b0, 
aPresContext=0x2579e30, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at nsViewportFrame.cpp:286
#14 0x7f292be3a05b in PresShell::DoReflow (this=0x257d4c0, 
target=0x257f0b0) at nsPresShell.cpp:6280
#15 0x7f292be3d56f in PresShell::ProcessReflowCommands (this=0x257d4c0, 
aInterruptible=1) at nsPresShell.cpp:6386
#16 0x7f292be3d6a2 in PresShell::DoFlushPendingNotifications (
this=0x257d4c0, aType=Flush_Layout, aInterruptibleReflow=1)
at nsPresShell.cpp:4574
#17 0x7f292be3d722 in PresShell::ReflowEvent::Run (
this=) at nsPresShell.cpp:6145
#18 0x7f292c41286e in nsThread::ProcessNextEvent (this=0x1d40cb0, 
mayWait=1, result=0x7fff3619141c) at nsThread.cpp:510
#19 0x7f292c3e837e in NS_ProcessNextEvent_P (thread=0x257f3e0, mayWait=1)
at nsThreadUtils.cpp:230
#20 0x7f292c36c87d in nsBaseAppShell::Run (this=0x234af50)
at nsBaseAppShell.cpp:170
#21 0x7f292c24ef71 in nsAppStartup::Run (this=0x23ac2c0)
at nsAppStartup.cpp:181
#22 0x7f292bcd9ae9 in XRE_main (argc=, 
argv=, aAppData=)
at nsAppRunner.cpp:3182
#23 0x004015b1 in main (argc=3, argv=0x7fff36192a38)
at nsXULStub.cpp:421

Thread 4 (Thread 0x418c3950 (LWP 5345)):
#0  0x7f292d7dbd26 in poll () from /lib/libc.so.6
No s

Bug#503871: marked as done (iceweasel: ~/.mozilla folder has permision drwx------ root root)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#495311: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #495311,
regarding iceweasel: ~/.mozilla folder has permision drwx-- root root
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
495311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495311
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.3-2
Severity: grave
Justification: renders package unusable

~/.mozilla folder has permisions: d rwx --- --- root root after first 
isntallation.
Its owner and group is root, and only root has access.
Due this, only root can launch iceweasel.
Removing .mozilla folder fixes the problem.
Iceweasel was installed by "aptitude -R install iceweasel 
iceweasel-l10n-es-es".

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

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

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-2~exp2 GCC support library
ii  libglib2.0-0  2.18.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-4NetScape Portable Runtime Library
ii  libstdc++64.3.2-2~exp2   The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9.0.3-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts(no description available)
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn  mozplugger (no description available)
pn  ttf-mathematica4.1 (no description available)
pn  xfonts-mathml  (no description available)
pn  xprint (no description available)
pn  xulrunner-1.9-gnome-s  (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xulrunner
Source-Version: 1.9.0.4-1

We believe that the bug you reported is fixed in the latest version of
xulrunner, which is due to be installed in the Debian FTP archive:

libmozillainterfaces-java_1.9.0.4-1_all.deb
  to pool/main/x/xulrunner/libmozillainterfaces-java_1.9.0.4-1_all.deb
libmozjs-dev_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs-dev_1.9.0.4-1_amd64.deb
libmozjs1d-dbg_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d-dbg_1.9.0.4-1_amd64.deb
libmozjs1d_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d_1.9.0.4-1_amd64.deb
python-xpcom_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/python-xpcom_1.9.0.4-1_amd64.deb
spidermonkey-bin_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/spidermonkey-bin_1.9.0.4-1_amd64.deb
xulrunner-1.9-dbg_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-dbg_1.9.0.4-1_amd64.deb
xulrunner-1.9-gnome-support_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-gnome-support_1.9.0.4-1_amd64.deb
xulrunner-1.9_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9_1.9.0.4-1_amd64.deb
xulrunner-dev_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-dev_1.9.0.4-1_amd64.deb
xulrunner_1.9.0.4-1.diff.gz
  to pool/main/x/xulrunner/xulrunner_1.9.0.4-1.diff.gz
xulrunner_1.9.0.4-1.dsc
  to pool/main/x/xulrunner/xulrunner_1.9.0.4-1.dsc
xulrunner_1.9.0.4.orig.tar.gz
  to pool/main/x/xulrunner/xulrunner_1.9.0.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Hommey <[EMAIL PROTECTED]> (supplier of updated xulrunner package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact th

Bug#504457: marked as done (iceweasel and epiphany crash on starting)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486334: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #486334,
regarding iceweasel and epiphany crash on starting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486334
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.3-3
Severity: important

If I start iceweasel it will crash on boot, not even the little dialog
box asking me if I want previous session or not appears. I've tried with
the MOZILLA_DISABLE_PLUGINS environment or -safemode flag and get the
same result. Also  removed ~/.mozilla

The funny thing in gdb is it stopped twice.

I got iceweasel-dbg and cranked it up:
[EMAIL PROTECTED]:~$ iceweasel -g
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin -a iceweasel
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb) bt
#0  0xb7fad6e1 in _dl_debug_state () from /lib/ld-linux.so.2
#1  0xb7fb0c12 in ?? () from /lib/ld-linux.so.2
#2  0x in ?? ()
(gdb) c
Continuing.
[New Thread 0xb7d098d0 (LWP 20879)]
[New Thread 0xb5c2bb90 (LWP 20885)]
[New Thread 0xb53fbb90 (LWP 20886)]
[New Thread 0xb4acfb90 (LWP 20890)]
[Thread 0xb4acfb90 (LWP 20890) exited]
[New Thread 0xb42ceb90 (LWP 20891)]
[Thread 0xb42ceb90 (LWP 20891) exited]
[New Thread 0xb42ceb90 (LWP 20892)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d098d0 (LWP 20879)]
0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c, [EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
6315nsFrame.cpp: No such file or directory.
in nsFrame.cpp
Current language:  auto; currently c++
(gdb) bt
#0  0xb74ca8c6 in nsFrame::BoxReflow (this=0x8e1223c,
[EMAIL PROTECTED], 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
aRenderingContext=0x8e45470, aX=6000, aY=6000, aWidth=0, aHeight=0, 
aMoveFrame=1) at nsFrame.cpp:6315
#1  0xb74cacc7 in nsFrame::DoLayout (this=0x8e1223c, [EMAIL PROTECTED])
at nsFrame.cpp:6121
#2  0xb758aaf0 in nsIFrame::Layout (this=0x8e1223c, [EMAIL PROTECTED])
at nsBox.cpp:561
#3  0xb74d8de9 in LayoutAndInvalidate ([EMAIL PROTECTED],
aBox=0x8e1223c, 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2480
#4  0xb74d9a1f in nsGfxScrollFrameInner::LayoutScrollbars
(this=0x8e11fd4, 
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], 
[EMAIL PROTECTED]) at nsGfxScrollFrame.cpp:2542
#5  0xb74dc64b in nsHTMLScrollFrame::Reflow (this=0x8e11f90, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsGfxScrollFrame.cpp:823
#6  0xb74c8400 in nsContainerFrame::ReflowChild (this=0x8e11dc4, 
aKidFrame=0x8e11f90, aPresContext=0x8e08f80,
[EMAIL PROTECTED], 
[EMAIL PROTECTED], aX=0, aY=0, aFlags=0, [EMAIL PROTECTED], 
aTracker=0x0) at nsContainerFrame.cpp:771
#7  0xb750e799 in ViewportFrame::Reflow (this=0x8e11dc4, 
aPresContext=0x8e08f80, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED]) at
nsViewportFrame.cpp:286
---Type  to continue, or q  to quit---
#8  0xb74aacb4 in PresShell::DoReflow (this=0x8e10290, target=0x8e11dc4)
at nsPresShell.cpp:6280
#9  0xb74ae0c6 in PresShell::ProcessReflowCommands (this=0x8e10290, 
aInterruptible=1) at nsPresShell.cpp:6386
#10 0xb74ae1fc in PresShell::DoFlushPendingNotifications
(this=0x8e10290, 
aType=Flush_Layout, aInterruptibleReflow=1) at nsPresShell.cpp:4574
#11 0xb74ae28a in PresShell::ReflowEvent::Run (this=0x8e175e8)
at nsPresShell.cpp:6145
#12 0xb7a936f4 in nsThread::ProcessNextEvent (this=0x8a64308, mayWait=1, 
result=0xbf9b63e4) at nsThread.cpp:510
#13 0xb7a657e8 in NS_ProcessNextEvent_P (thread=0xb7ce1f04

Bug#495311: marked as done (iceweasel silently fails if permissions on .mozilla are wrong)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#495311: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #495311,
regarding iceweasel silently fails if permissions on .mozilla are wrong
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
495311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495311
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.1-1
Severity: important

I just installed Debian sid on my laptop and iceweasel simply would not
work. Starting from the menu would do nothing and starting from the
command line would silently fail. After strace the process, I found that
it couldn't read/write to the .mozilla directory. Sure enough the
directory was owned by root and the permissions were 600. I have no idea
how that happened as it's a new install. My best guess is that I ran
something with sudo that used the mozilla libraries before
actually trying to run iceweasel. The real problem though is that
iceweasel doesn't actually say why it fails; it just fails. Giving a
message like "permissions on profile directory wrong" or something would
be very useful.


--- End Message ---
--- Begin Message ---
Source: xulrunner
Source-Version: 1.9.0.4-1

We believe that the bug you reported is fixed in the latest version of
xulrunner, which is due to be installed in the Debian FTP archive:

libmozillainterfaces-java_1.9.0.4-1_all.deb
  to pool/main/x/xulrunner/libmozillainterfaces-java_1.9.0.4-1_all.deb
libmozjs-dev_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs-dev_1.9.0.4-1_amd64.deb
libmozjs1d-dbg_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d-dbg_1.9.0.4-1_amd64.deb
libmozjs1d_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d_1.9.0.4-1_amd64.deb
python-xpcom_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/python-xpcom_1.9.0.4-1_amd64.deb
spidermonkey-bin_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/spidermonkey-bin_1.9.0.4-1_amd64.deb
xulrunner-1.9-dbg_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-dbg_1.9.0.4-1_amd64.deb
xulrunner-1.9-gnome-support_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-gnome-support_1.9.0.4-1_amd64.deb
xulrunner-1.9_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9_1.9.0.4-1_amd64.deb
xulrunner-dev_1.9.0.4-1_amd64.deb
  to pool/main/x/xulrunner/xulrunner-dev_1.9.0.4-1_amd64.deb
xulrunner_1.9.0.4-1.diff.gz
  to pool/main/x/xulrunner/xulrunner_1.9.0.4-1.diff.gz
xulrunner_1.9.0.4-1.dsc
  to pool/main/x/xulrunner/xulrunner_1.9.0.4-1.dsc
xulrunner_1.9.0.4.orig.tar.gz
  to pool/main/x/xulrunner/xulrunner_1.9.0.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Hommey <[EMAIL PROTECTED]> (supplier of updated xulrunner package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Nov 2008 12:50:09 +0100
Source: xulrunner
Binary: xulrunner-1.9 xulrunner-1.9-gnome-support libmozjs1d libmozjs-dev 
libmozjs1d-dbg spidermonkey-bin xulrunner-dev xulrunner-1.9-dbg 
libmozillainterfaces-java python-xpcom
Architecture: source all amd64
Version: 1.9.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey <[EMAIL PROTECTED]>
Changed-By: Mike Hommey <[EMAIL PROTECTED]>
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs1d - The Mozilla SpiderMonkey JavaScript library
 libmozjs1d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9 - XUL + XPCOM application runner
 xulrunner-1.9-dbg - Development files for the Gecko engine library
 xulrunner-1.9-gnome-support - Support for GNOME in xulrunner applications
 xulrunner-dev - Development files for the Gecko engine library
Closes: 482415 486334 486354 491144 492488 495311 496626 501476
Changes: 
 xulrunner (1.9.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes mfsa-2008-{47,51-58}, also known as
 CVE-2008

Bug#486354: marked as done (iceweasel: Iceweasel rc2 does not start)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 14:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482415: fixed in xulrunner 1.9.0.4-1
has caused the Debian Bug report #482415,
regarding iceweasel: Iceweasel rc2 does not start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
482415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482415
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0~b5-3
Severity: grave
Justification: renders package unusable

Iceweasel rc2 does not start at all. Only outputs the following on the 
command line: 
Registering about:debian to http://debian.org/
Registering about:readme.debian to 
file:///usr/share/doc/iceweasel/README.Debian
Registering about:bugs to http://bugs.debian.org/iceweasel

rc1 was also affected. b5 from experimental works fine.

Output of iceweasel -g -safemode:

#0  0x7f2745b7a847 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#1  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#2  0x7f2745b7a17b in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#3  0x7f2745965fbb in ?? () from /lib/libdl.so.2
No symbol table info available.
#4  0x7f2745b76426 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#5  0x7f274596636c in ?? () from /lib/libdl.so.2
No symbol table info available.
#6  0x7f2745965f21 in dlopen () from /lib/libdl.so.2
No symbol table info available.
#7  0x004051bb in ?? ()
No symbol table info available.
#8  0x00404f65 in ?? ()
No symbol table info available.
#9  0x004050d6 in ?? ()
No symbol table info available.
#10 0x00404fb8 in ?? ()
No symbol table info available.
#11 0x00401446 in ?? ()
No symbol table info available.
#12 0x7f27453231a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#13 0x00401009 in ?? ()
No symbol table info available.
#14 0x7fff4dd851f8 in ?? ()
No symbol table info available.
#15 0x001c in ?? ()
No symbol table info available.
#16 0x0004 in ?? ()
No symbol table info available.
#17 0x7fff4dd85711 in ?? ()
No symbol table info available.
#18 0x7fff4dd85730 in ?? ()
No symbol table info available.
#19 0x7fff4dd85733 in ?? ()
No symbol table info available.
#20 0x7fff4dd8573b in ?? ()
No symbol table info available.
#21 0x in ?? ()
No symbol table info available.


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

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

Versions of packages iceweasel depends on:
ii  debianutils2.29  Miscellaneous utilities specific t
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.20.3-1  Layout and rendering of internatio
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

iceweasel recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Eckhart Wörner
Package: quassel
Severity: grave
Tags: security
Justification: user security hole

Quassel version in Debian is vulnerable to IRC command injection as described 
in http://www.frsirt.com/english/advisories/2008/3164
Updated packages are already available at http://quassel.irc.org/ , according 
to quassel developers a backport for the fix is also available.

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

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

Versions of packages quassel depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libqt4-network 4.4.3-1   Qt 4 network module
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.4-1 X11 Input extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
pn  quassel-core   (no description available)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

quassel recommends no packages.

quassel suggests no packages.



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



Bug#506527: marked as done (ijs ftbfs with DEB_BUILD_OPTIONS=parallel>=2)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 13:32:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#506527: fixed in ijs 0.35-6
has caused the Debian Bug report #506527,
regarding ijs ftbfs with DEB_BUILD_OPTIONS=parallel>=2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
506527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506527
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ijs
Version: 0.35-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty

build-stamp is lacking a dependency on configure-stamp

seen at https://launchpad.net/ubuntu/+source/ijs/0.35-5/+build/759741
which is configured to build with DEB_BUILD_OPTIONS=parallel=2 by
default.


--- End Message ---
--- Begin Message ---
Source: ijs
Source-Version: 0.35-6

We believe that the bug you reported is fixed in the latest version of
ijs, which is due to be installed in the Debian FTP archive:

ijs_0.35-6.diff.gz
  to pool/main/i/ijs/ijs_0.35-6.diff.gz
ijs_0.35-6.dsc
  to pool/main/i/ijs/ijs_0.35-6.dsc
libijs-0.35_0.35-6_amd64.deb
  to pool/main/i/ijs/libijs-0.35_0.35-6_amd64.deb
libijs-dev_0.35-6_amd64.deb
  to pool/main/i/ijs/libijs-dev_0.35-6_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bradley Smith <[EMAIL PROTECTED]> (supplier of updated ijs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Nov 2008 13:11:39 +
Source: ijs
Binary: libijs-dev libijs-0.35
Architecture: source amd64
Version: 0.35-6
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith <[EMAIL PROTECTED]>
Changed-By: Bradley Smith <[EMAIL PROTECTED]>
Description: 
 libijs-0.35 - IJS raster image transport protocol: shared library
 libijs-dev - IJS raster image transport protocol: development files
Closes: 506527
Changes: 
 ijs (0.35-6) unstable; urgency=low
 .
   * Fix parallel builds. Closes: #506527.
Checksums-Sha1: 
 f87f2aba9115daf4445fdf2145a99a4f3ddbaa24 960 ijs_0.35-6.dsc
 88f58c5f2f06fba60f5a008d6aba9808adc042df 3774 ijs_0.35-6.diff.gz
 280873eda4940135c08ad4ad2c019826800a62f9 92970 libijs-dev_0.35-6_amd64.deb
 c9b8e4359f7adabedd5bb8abd4167b57b35768e4 15610 libijs-0.35_0.35-6_amd64.deb
Checksums-Sha256: 
 6f2163a44a02a14a7c67bebe87bd073bc50d4026b7749654d8e162cfc7b8e175 960 
ijs_0.35-6.dsc
 5163e173ab6719d01d29d2eefb548fb9b89dd976d30904c0c0f8ec40bd003178 3774 
ijs_0.35-6.diff.gz
 d4796653a203e34d5f7646380fad05aee26d1ba76bd8efb40fad3f32cd0e66d1 92970 
libijs-dev_0.35-6_amd64.deb
 363c9234e1afee581c4d2ff327e860fdf39cbf7e59bcdf21e16ee0b665fc129a 15610 
libijs-0.35_0.35-6_amd64.deb
Files: 
 03fc3e7456017454c4bc46229e60f5ce 960 text optional ijs_0.35-6.dsc
 96789dc83c0ee0ee7ab6f83be4e30840 3774 text optional ijs_0.35-6.diff.gz
 4bd40383242c133fd10d189ef33b0740 92970 libdevel optional 
libijs-dev_0.35-6_amd64.deb
 99743d303d44d2865f6680bb49ffc912 15610 libs optional 
libijs-0.35_0.35-6_amd64.deb

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

iEYEARECAAYFAkkoBe4ACgkQj3BimscY00eCwgCfU3bAlJHH3dzVa6LhdzwZ9mSC
EI0An2XMla61MfwaC6MqUPgiNkvud63Z
=z3xf
-END PGP SIGNATURE-


--- End Message ---


Bug#506546: random crashes

2008-11-22 Thread Pol
Distribution: Debian 4.0
Package: gnome-applets
Severity: critical
Version: GNOME2.14.3 unspecified
Gnome-Distributor: Debian
Synopsis: random crashes
Bugzilla-Product: gnome-applets
Bugzilla-Component: battery
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:


Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/libexec/gtik2_applet2'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1224034624 (LWP 22074)]
[New Thread -1228616784 (LWP 22075)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7f31410 in ?? ()
#0  0xb7f31410 in ?? ()
#1  0xbfe86548 in ?? ()
#2  0x in ?? ()
#3  0x0001 in ?? ()
#4  0xb78788f3 in poll () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7455f53 in XProcessInternalConnection () from
/usr/lib/libX11.so.6
#6  0xb7456361 in _XRead () from /usr/lib/libX11.so.6
#7  0xb7456d05 in _XReply () from /usr/lib/libX11.so.6
#8  0xb744e0b8 in XSync () from /usr/lib/libX11.so.6
#9  0xb7a608e8 in _gdk_window_process_expose ()
   from /usr/lib/libgdk-x11-2.0.so.0
#10 0xb7a60a05 in _gdk_windowing_window_queue_antiexpose ()
   from /usr/lib/libgdk-x11-2.0.so.0
#11 0xb7a48dab in gdk_window_is_viewable () from
/usr/lib/libgdk-x11-2.0.so.0
#12 0xb7a4905f in gdk_window_process_all_updates ()
   from /usr/lib/libgdk-x11-2.0.so.0
#13 0xb7a490e5 in gdk_window_process_all_updates ()
   from /usr/lib/libgdk-x11-2.0.so.0
#14 0xb79239b1 in g_source_is_destroyed () from
/usr/lib/libglib-2.0.so.0
#15 0xb7925731 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#16 0xb79287a6 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#17 0xb7928b67 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#18 0xb73dbb33 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#19 0xb73d9dab in bonobo_generic_factory_main_timeout ()
   from /usr/lib/libbonobo-2.so.0
#20 0xb73d9e34 in bonobo_generic_factory_main ()
   from /usr/lib/libbonobo-2.so.0
#21 0xb7f159b1 in panel_applet_factory_main_closure ()
   from /usr/lib/libpanel-applet-2.so.0
#22 0xb7f15a93 in panel_applet_factory_main ()
   from /usr/lib/libpanel-applet-2.so.0
#23 0x0804c347 in ?? ()
#24 0x08052100 in _IO_stdin_used ()
#25 0x080bdf60 in ?? ()
#26 0x08050750 in ?? ()
#27 0x in ?? ()

Thread 2 (Thread -1228616784 (LWP 22075)):
#0  0xb7f31410 in ?? ()
No symbol table info available.

Bug#506544: random crashes

2008-11-22 Thread Pol
Distribution: Debian 4.0
Package: gnome-panel
Severity: critical
Version: GNOME2.14.3 2.14.x
Gnome-Distributor: Debian
Synopsis: random crashes
Bugzilla-Product: gnome-panel
Bugzilla-Component: clock
Bugzilla-Version: 2.14.x
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:


Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/gnome-panel'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1223944512 (LWP 4696)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7f6c410 in ?? ()
#0  0xb7f6c410 in ?? ()
#1  0xbf870228 in ?? ()
#2  0x in ?? ()

Thread 1 (Thread -1223944512 (LWP 4696)):
#0  0xb7f6c410 in ?? ()
No symbol table info available.
#1  0xbf870228 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.
#0  0xb7f6c410 in ?? ()





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



Processed: Re: Bug#506539: kooka does not display the Scan and Preview buttons making it impossible to aquire an image

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 506539 normal
Bug#506539: kooka does not display the Scan and Preview buttons making it 
impossible to aquire an image
Severity set to `normal' from `grave'

> retitle 506539 kooka GUI might not fit to screen under small resolutions
Bug#506539: kooka does not display the Scan and Preview buttons making it 
impossible to aquire an image
Changed Bug title to `kooka GUI might not fit to screen under small 
resolutions' from `kooka does not display the Scan and Preview buttons making 
it impossible to aquire an image'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506539: kooka does not display the Scan and Preview buttons making it impossible to aquire an image

2008-11-22 Thread Modestas Vainius
severity 506539 normal
retitle 506539 kooka GUI might not fit to screen under small resolutions
thanks

šeštadienis 22 Lapkritis 2008, Fernando J. Rodríguez rašė:
> Hi. I'm sorry to report a bug of this severity, but as the attached
> snapshot of kooka's window shows, the Scan and Preview buttons on the
> bottom are missing so I can't use this program to scan an image,
> rendering it useless.
Sorry, but you are wrong. The buttons and bottom part of the interface do not 
fit to screen because you're using small resolution. But this is not grave. 
Just move the window up and you will see the buttons.

-- 
Modestas Vainius <[EMAIL PROTECTED]>





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



Bug#506543: twidge: FTBFS: setup: At least the following dependencies are missing: HSH -any

2008-11-22 Thread Kurt Roeckx
Package: twidge
Version: 0.99.3
Severity: serious

Hi,

Your package is failing to build with the following error:
make[1]: Entering directory `/build/buildd/twidge-0.99.3'
ghc -package Cabal Setup.lhs -o setup
./setup configure
Configuring twidge-0.99.3...
setup: At least the following dependencies are missing:
HSH -any
make[1]: *** [all] Error 1



Kurt




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



Bug#506058: Fails to start after install probably due to missing /var/run/gkrellmd.pid

2008-11-22 Thread Sandro Tosi
severity 506058 normal
tag 506058 unreproducible
thanks

On Tue, Nov 18, 2008 at 02:46, Daniel Dickinson <[EMAIL PROTECTED]> wrote:
> gkrellmd doesn't start even with a manual /etc/init.d/gkrellmd start
> after install is reported to be successful.  Running gkrellmd manually
> once with
>
> gkrellmd
>
> fixes this.  It is likely that /var/run/gkrellmd.pid is not being
> created and this is what causes the failure, but I could be wrong about
> that.  In any event it looks like a necessary file is missing, which is
> a policy violation.

I cannot replicate this bug; I created a clean lenny chroot and try to
see what's happening, here's the transcript (hope gmail won't disrupt
it too much):

localhost:/home/morph/chroot/lenny# cat /etc/debian_version
lenny/sid
localhost:/home/morph/chroot/lenny# find . -name *gkrellmd*
./var/cache/apt/archives/gkrellmd_2.3.1-7_i386.deb
localhost:/home/morph/chroot/lenny# aptitude install gkrellmd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following NEW packages will be installed:
  gkrellmd
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/106kB of archives. After unpacking 197kB will be used.
Writing extended state information... Done
Selecting previously deselected package gkrellmd.
(Reading database ... 31085 files and directories currently installed.)
Unpacking gkrellmd (from .../gkrellmd_2.3.1-7_i386.deb) ...
Processing triggers for man-db ...
Setting up gkrellmd (2.3.1-7) ...
Adding system user `gkrellmd' (UID 115) ...
Adding new user `gkrellmd' (UID 115) with group `nogroup' ...
Not creating home directory `/home/gkrellmd'.
Starting gkrellmd: gkrellmd.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
localhost:/home/morph/chroot/lenny# ps aux | grep gkrellmd
gkrellmd 10669  0.6  0.1  11248  1208 ?Rs   13:07   0:01
/usr/bin/gkrellmd --pidfile /var/run/gkrellmd.pid
root 11479  0.0  0.0   1716   516 pts/1S+   13:11   0:00 grep gkrellmd
localhost:/home/morph/chroot/lenny# find . -name *gkrellmd*
./var/lib/dpkg/info/gkrellmd.list
./var/lib/dpkg/info/gkrellmd.postinst
./var/lib/dpkg/info/gkrellmd.prerm
./var/lib/dpkg/info/gkrellmd.postrm
./var/lib/dpkg/info/gkrellmd.conffiles
./var/lib/dpkg/info/gkrellmd.md5sums
./var/cache/apt/archives/gkrellmd_2.3.1-7_i386.deb
./var/run/gkrellmd.pid
./etc/init.d/gkrellmd
./etc/rc1.d/K21gkrellmd
./etc/rc3.d/S21gkrellmd
./etc/rc4.d/S21gkrellmd
./etc/rc0.d/K21gkrellmd
./etc/rc6.d/K21gkrellmd
./etc/rc2.d/S21gkrellmd
./etc/rc5.d/S21gkrellmd
./etc/gkrellmd.conf
./usr/bin/gkrellmd
./usr/share/man/man1/gkrellmd.1.gz
./usr/share/doc/gkrellmd
./usr/include/gkrellm2/gkrellmd.h
localhost:/home/morph/chroot/lenny# /etc/init.d/gkrellmd stop
Stopping gkrellmd: gkrellmd.
localhost:/home/morph/chroot/lenny# /etc/init.d/gkrellmd start
Starting gkrellmd: gkrellmd.
localhost:/home/morph/chroot/lenny# cat ./var/run/gkrellmd.pid
12204
localhost:/home/morph/chroot/lenny# ps aux | grep gkrellmd
gkrellmd 12204  0.0  0.0   3032  1004 ?Ss   13:15   0:00
/usr/bin/gkrellmd --pidfile /var/run/gkrellmd.pid
root 12252  0.0  0.0   1716   516 pts/1S+   13:15   0:00 grep gkrellmd

Due to all of this, I downgraded the severity. I think there is
something "weird" on your box, even because this version is in debian
since mid August '08 and no-one reported such problem.

Please let me know if you want me to execute other tests, but I
suspect the fix is on your side (wrong permission on some dirs/files
or so).

Kindly,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Processed: Re: Bug#506058: Fails to start after install probably due to missing /var/run/gkrellmd.pid

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 506058 normal
Bug#506058: Fails to start after install probably due to missing 
/var/run/gkrellmd.pid
Bug#506059: /etc/init.d/gkrellmd start fails if gkrellmd already started
Severity set to `normal' from `serious'

> tag 506058 unreproducible
Bug#506058: Fails to start after install probably due to missing 
/var/run/gkrellmd.pid
There were no tags set.
Bug#506059: /etc/init.d/gkrellmd start fails if gkrellmd already started
Tags added: unreproducible

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506537: FTBFS: cp: cannot stat `/usr/share/qt4/doc/qt4.tag': No such file or directory

2008-11-22 Thread Modestas Vainius
Package: soprano
Version: 2.1+dfsg.1
Severity: serious

The end of the log is below:

[ 99%] Building CXX object test/CMakeFiles/tstringtest.dir/tstringtest.o
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && 
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/tstringtest.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/test/tstringtest.cpp 
 
/usr/bin/cmake -E cmake_progress_report 
/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/CMakeFiles 99   
 
[100%] Building CXX object test/CMakeFiles/tstringtest.dir/stringpool.o 
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && 
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/stringpool.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/test/stringpool.cpp  
  
/usr/bin/cmake -E cmake_progress_report 
/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/CMakeFiles  
 
[100%] Building CXX object test/CMakeFiles/tstringtest.dir/__/index/tstring.o   
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && 
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/__/index/tstring.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/index/tstring.cpp

Linking CXX executable tstringtest  
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test && /usr/bin/cmake 
-E cmake_link_script CMakeFiles/tstringtest.dir/link.txt --verbose=1
   

Bug#505271: Bug#505071: login tty mis-determination (see bug#332198)

2008-11-22 Thread Paul Szabo
Dear Moritz,

Yes, Nicolas's patch does fix the problem. But please note:
(1) It is my patch, not Nicolas's, was first proposed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505071#15
(2) There is no such patch, nobody has made a "diff" file,
much less a compiled/built package to try.

Cheers, Paul

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#505714: marked as done (Crash on loading XPM file)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 10:32:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505714: fixed in imlib2 1.4.0-1.2
has caused the Debian Bug report #505714,
regarding Crash on loading XPM file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
505714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505714
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libimlib2
Version: 1.4.0-1.1
Severity: grave

Hi,

imlib2 crashes with the following backtrace when loading the attached
XPM file.

#0  0x7fdcf6288166 in load (im=0x7fdcf19d3f90, progress=0, 
progress_granularity=0 '\0', immediate_load=1 '\001') at loader_xpm.c:475
ptr = (unsigned int *) 0x7fdcf280200c
end = (unsigned int *) 0x7fdcf2805000
f = (FILE *) 0x7fdcf1e89dc8
c = 34
i = 2
j = 146
k = 
w = 32
h = 32
ncolors = 146
cpp = 2
comment = 0
transp = 1
quote = 
context = 2
len = 12
done = 0
r = 255
g = 0
b = 0
backslash = 0
line = 0x7fdcf3acaf00 ' ' 
s = "#FF\000/", '\0' , "\001", '\0'
,
"GG�002�177\000\000\000�000\000\000\000\000\000`\000\004\000\000\000\000\000\002\000\000\000\000\000\000\000�",
'\0' ,
"[\177�005�177\000\000\000\020\000\000\000\000\000\000��005�177\000"
tok =
"#FF\000�237��177\000\000�237��177\000\000\234�\r�\177\000\000\001\000\000\000\000\000\000\000[\177�005�177\000\000�226��177\000\000��005�177\000\000�\016�002�177\000\000\004\000\000\000\000\000\000\000�237��177\000\000���\177\000\000د��\177\000\000\234�\r�\177\000\000\001",
'\0' 
col = "
F\000[\177�005�177\000\000�P��177\000\000��005�177\000\000`�\r�\177\000\000[\177�005�177\000\000���177\000\000��005�177\000\000\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000
\000\000\000\000\000\000\000�\031�\177", '\0' ,
"`\000\000\000\000\000\000\000�|�005�177\000\000�P��177\000\000�\236\005�177\000\000��r�\177\000\000xnP��177\000\000\000oP��177\000\000�P��177\000\000\001\000\t\034",
'\0' ,
"��\r�\177\000\000\001\000\000\000\000\000\000\000�"...
lsz = 256
cmap = (struct _cmap *) 0x7fdcf27ff804
lookup = {{0 , 92, 0 }, {16,
0 , 108, 
0 }, {0 }, {4, 0 , 96, 0 }, 
  {5, 0 , 97, 0 }, {6, 0 , 98, 
0 }, {7, 0 , 99, 0 }, {14, 
0 , 106, 0 }, {22, 0 , 114, 
0 }, {15, 0 , 107, 0 }, {8, 
0 , 100, 0 }, {2, 0 , 94, 
0 }, {13, 0 , 105, 0 }, {10, 
0 , 102, 0 }, {1, 0 , 93, 
0 }, {21, 0 , 113, 0 }, {38, 
0 , 130, 0 }, {29, 0 , 121, 
0 }, {30, 0 , 122, 0 }, {31, 
0 , 123, 0 }, {32, 0 , 124, 
0 }, {33, 0 , 125, 0 }, {34, 
0 , 126, 0 }, {35, 0 , 127, 
0 }, {36, 0 , 128, 0 }, {37, 
0 , 129, 0 }, {24, 0 , 116, 
0 }, {11, 0 , 103, 0 }, {25, 
0 , 117, 0 }, {9, 0 , 101, 
0 }, {12, 0 , 104, 0 }, {
0 }, {3, 0 , 95, 0 }, {65, 
0 }, {66, 0 }, {67, 0 }, {68, 
0 }, {69, 0 }, {70, 0 }, {71, 
0 }, {72, 0 }, {73, 0 }, {74, 
0 }, {75, 0 }, {76, 0 }, {77, 
0 }, {78, 0 }, {79, 0 }, {80, 
0 }, {81, 0 }, {82, 0 }, {83, 
0 }, {84, 0 }, {85, 0 }, {86, 
0 }, {87, 0 }, {88, 0 }, {89, 
0 }, {90, 0 }, {26, 0 , 118, 
0 }, {0 }, {19, 0 , 111, 
0 }, {20, 0 , 112, 0 }, {23, 
0 , 115, 0 }, {91, 0 }, {39, 
0 , 131, 0 }, {40, 0 , 132, 
0 }, {41, 0 , 133, 0 }, {42, 
0 , 134, 0 }, {43, 0 , 135, 
0 }, {44, 0 , 136, 0 }, {45, 
0 , 137, 0 }, {46, 0 , 138, 
0 }, {47, 0 , 139, 0 }, {48, 
0 , 140, 0 }, {49, 0 , 141, 
0 }, {50, 0 , 142, 0 }, {51, 
0 , 143, 0 }, {52, 0 , 144, 
0 }, {53, 0 , 145, 0 }, {54, 
0 }, {55, 0 }, {56, 0 }, {57, 
0 }, {58, 0 }, {59, 0 }, {60, 
0 }, {61, 0 }, {62, 0 }, {63, 
0 }, {64, 0 }, {18, 0 , 110, 
0 }, {28, 0 , 120, 0 }, {27, 
0 , 119, 0 }, {17, 0 , 109, 
0 }, {0 }}
per = 3.02734375
per_inc = 0.09765625
last_per = 0
last_y = 0
count = 1025
pixels = 1024
#1  0x7fdd02e9da38 in __imlib_LoadImage (
file=0x7fdcf9024fd8 "/usr/share/pixmaps/atlantikdesigner.xpm",
progress=0, 
progress_granularity=0 '\0', immediate_load=0 '\0', dont_cache=0
'\0', er=0x7fff0de1c99c)
at image.c:1027
im = 
best_loader = (ImlibLoader *) 0x7fdcf673cfc8
loader_ret = 
#2  0x7fdd02e89b24 in imlib_load_image_with_error_return (
file=0x7fdcf9024fd8 "/usr/share/pixmaps/atlantikdesigner.xpm",
error_return=0x7fff0de1c9dc)
at api.c:1328
im = 
er = 
prev_ctxt_i

Bug#506530: Remote command execution and the possibility of attack with the help of symlinks

2008-11-22 Thread Giuseppe Iuculano
Package: verlihub
Severity: grave
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

An exploit[0] has been published for verlihub:

> Verlihub  does not sanitize user input passed to the shell via its
> "trigger"
>   mechanism.  Furthermore, the Verlihub daemon can optionally be
>   configured to
>   run  as  root.  This allows for the arbitrary execution of commands
>   by users
>   connected  to  the  hub  and,  in  the  case  of the daemon running
>   as root,
>   complete commandeering of the machine.


Also:

src/ctrigger.cpp line 108:
filename.append("/tmp/trigger.tmp"); 

Malicious user could prepare a /tmp/trigger.tmp file to cause serious
data loss or compromise a system.

Author provides a fix.

If you fix the vulnerability please also make sure to include the CVE id
(if available) in the changelog entry.


[0]http://milw0rm.com/exploits/7183

Giuseppe.

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

iEYEARECAAYFAkkn4lMACgkQNxpp46476ar09wCeMT8YoPI+tozAdDQqmwBjAkcX
uUUAoI5tBGEPAYP+O7sOzDAvyPCE+8W5
=ZfcS
-END PGP SIGNATURE-



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



Bug#505271: Bug#505071: login tty mis-determination (see bug#332198)

2008-11-22 Thread Moritz Muehlenhoff
On Fri, Nov 14, 2008 at 08:33:43PM +1100, Paul Szabo wrote:
> Dear Nekral,
> 
> Long ago you wrote:
> 
> >> ... Should I attempt to write an exploit/demo?
> > That would be nice to check if it would be possible to chown
> > /etc/shadow by cheating utmp.
> 
> Done, I now have a working PoC/demo/exploit ... am not yet releasing
> it publicly.

What's the status? Could you verify that Nicolas' patch fixes the
problem?

Cheers,
Moritz



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



Bug#506479: manpages-dev: tries to overwrite /usr/share/man/man3/pthread_attr_setschedpolicy.3.gz from glibc-doc

2008-11-22 Thread Martin Schulze
Michael Kerrisk wrote:
> Just for debian's info: you definitely want the man-pages page.  The
> pthreads pages that I have been recently adding to man-pages are far
> better than the ancient glibc pages.

Ack.  I've opened Bug#506515 requesting this.

Regards,

Joey

-- 
No question is too silly to ask, but, of course, some are too silly
to answer.   -- Perl book

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#506479: glibc-doc is nearly a stub

2008-11-22 Thread Joey Schulze
Adam Borowski wrote:
> The fun thing is, glibc-doc consists of... just the LinuxThreads libpthread
> docs!  Everything else is in glibc-doc-reference (non-free).
> 
> The changelog is worth keeping, but congratulations, you just obsoleted the
> last bit of glibc-doc.

Haha.

Regards,

Joey

-- 
No question is too silly to ask, but, of course, some are too silly
to answer.   -- Perl book

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]



Processed: Doesn't apply to Lenny version

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> notfound 506479 3.05-1
Bug#506479: manpages-dev: tries to overwrite 
/usr/share/man/man3/pthread_attr_setschedpolicy.3.gz from glibc-doc
Bug no longer marked as found in version 3.05-1.
(By the way, this Bug is currently marked as done.)

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#475737: remove otrs2 from lenny?

2008-11-22 Thread Torsten Werner
Hi Thomas,

On Sat, Nov 22, 2008 at 9:48 AM, Thomas Viehmann <[EMAIL PROTECTED]> wrote:
> given that there seems to be limited interest in fixing the #475737 (3
> weeks since reopen without further comments), how about removing otrs2
> from lenny?

I had sent the following reply to the list (but not to the bug) weeks
ago but I did not get an answer so far:

I agree that it is a FHS violation that will be fixed in unstable and
that we have lived with the problem in sarge and etch but I do not
agree that it is a security problem. That is why I ask for an
exception for lenny.  Let me quote from the bug report:

"... every web application has read access to /etc/otrs/database.pm
which means it can create havoc in the database, install stored
procedures and so on. Every other webapp with a database has the same
problem - not only otrs. It is the duty of the local admin to make
sure that the installation is safe. I do not understand what is so
special about otrs..."

"It is not hard to modify foreign databases when it comes to webapps
that are executed by the same httpd user and BTW stored procedures are
executed in the context of the postgres user."

I am sorry that the FHS issue cannot be fixed easily but the bug
report came very late before the freeze.


Torsten



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



Processed: Re: gedit-latex-plugin: Error when enabling plugin; does not build documents

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 506524 important
Bug#506524: gedit-latex-plugin: Error when enabling plugin; does not build 
documents
Severity set to `important' from `grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506524: gedit-latex-plugin: Error when enabling plugin; does not build documents

2008-11-22 Thread Sam Morris
severity 506524 important
thanks

After I have restarted gedit, the plugin works fine. So this bug appears
to only occur after the user has enabled the plugin, but before they
launch gedit again. :)

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#505714: imlib2: diff for NMU version 1.4.0-1.2

2008-11-22 Thread Thomas Viehmann
tags 505714 + patch pending
thanks

Hi Laurance,

Here is the NMU for imlib2 (versioned as 1.4.0-1.2) and to be uploaded.

Kind regards

T.

diff -u imlib2-1.4.0/debian/control imlib2-1.4.0/debian/control
--- imlib2-1.4.0/debian/control
+++ imlib2-1.4.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Laurence J. Lane <[EMAIL PROTECTED]>
-Build-Depends: libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, 
libungif4-dev, libx11-dev, libxext-dev, libfreetype6-dev, cdbs, libltdl3-dev, 
libbz2-dev, libid3tag0-dev, debhelper (>> 5)
+Build-Depends: libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, 
libgif-dev, libx11-dev, libxext-dev, libfreetype6-dev, cdbs, libltdl3-dev, 
libbz2-dev, libid3tag0-dev, debhelper (>> 5)
 Standards-Version: 3.7.2
 
 Package: libimlib2
@@ -22,7 +22,7 @@
 Architecture: any
 Section: libdevel
 Replaces: libimlib2
-Depends: libimlib2 (=${binary:Version}), libc6-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, zlib1g-dev, libungif4-dev, libx11-dev, libxext-dev, 
libfreetype6-dev, libltdl3-dev
+Depends: libimlib2 (=${binary:Version}), libc6-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, zlib1g-dev, libgif-dev, libx11-dev, libxext-dev, 
libfreetype6-dev, libltdl3-dev
 Description: Imlib2 development files
  Headers, static libraries and documentation for developing
  software that uses Imlib2.
diff -u imlib2-1.4.0/debian/libimlib2-dev.doc-base 
imlib2-1.4.0/debian/libimlib2-dev.doc-base
--- imlib2-1.4.0/debian/libimlib2-dev.doc-base
+++ imlib2-1.4.0/debian/libimlib2-dev.doc-base
@@ -3,7 +3,7 @@
 Author: Carsten Haitzler
 Abstract: This document describes Imlib2 API
  and provides sample C code.
-Section: Apps/Programming
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libimlib2-dev/html/index.html
diff -u imlib2-1.4.0/debian/changelog imlib2-1.4.0/debian/changelog
--- imlib2-1.4.0/debian/changelog
+++ imlib2-1.4.0/debian/changelog
@@ -1,3 +1,13 @@
+imlib2 (1.4.0-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix crash in XPM loader. Bug and test case by Julien Danjou, patch by
+Peter De Wachter, thanks! Closes: #505714 aka CVE-2008-5187
+  * Change libungif4-dev to libgif-dev in (Build-)Depends.
+  * Fix doc-base section to drop Apps/.
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]>  Sat, 22 Nov 2008 10:45:27 +0100
+
 imlib2 (1.4.0-1.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff -u imlib2-1.4.0/src/modules/loaders/loader_xpm.c 
imlib2-1.4.0/src/modules/loaders/loader_xpm.c
--- imlib2-1.4.0/src/modules/loaders/loader_xpm.c
+++ imlib2-1.4.0/src/modules/loaders/loader_xpm.c
@@ -246,8 +246,8 @@
  return 0;
   }
 ptr = im->data;
-end = ptr + (sizeof(DATA32) * w * h);
 pixels = w * h;
+end = ptr + pixels;
  }
else
  {



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



Processed: imlib2: diff for NMU version 1.4.0-1.2

2008-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 505714 + patch pending
Bug#505714: Crash on loading XPM file
Tags were: patch security
Tags added: patch, pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506527: ijs ftbfs with DEB_BUILD_OPTIONS=parallel>=2

2008-11-22 Thread Matthias Klose
Package: ijs
Version: 0.35-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty

build-stamp is lacking a dependency on configure-stamp

seen at https://launchpad.net/ubuntu/+source/ijs/0.35-5/+build/759741
which is configured to build with DEB_BUILD_OPTIONS=parallel=2 by
default.



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



Bug#506524: gedit-latex-plugin: Error when enabling plugin; does not build documents

2008-11-22 Thread Sam Morris
Package: gedit-latex-plugin
Version: 0.1.3.2-1
Severity: grave
Justification: renders package unusable

When I enabled the latex plugin for gedit, the following traceback was printed
to the console:

Traceback (most recent call last):
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/__init__.py", line 38, in activate
self.__window_helpers[window] = WindowHelper(self, window)
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 60, in 
__init__
self.__document_helper_manager = DocumentHelperManager(self)
  File 
"/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelperManager.py", line 
49, in __init__
helper = DocumentHelper(self, view)
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py", line 
64, in __init__
self.__do_check_language()
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py", line 
114, in __do_check_language
self.__set_language(language)
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py", line 
121, in __set_language
self.__language_helper = LatexLanguageHelper(self)
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/LatexLanguageHelper.py", 
line 64, in __init__
self.__window_helper.autocomplete_popup, \
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 90, in 
autocomplete_popup
return self.__autocomplete_popup
AttributeError: 'WindowHelper' object has no attribute 
'_WindowHelper__autocomplete_popup'

When I tell the plugin to build the document, I get this exception:

Traceback (most recent call last):
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 383, in 
__profile_activated
self.build(self.settings.get_profile(action.get_name()))
  File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 386, in 
build
self.__build_controller.build(profile)
AttributeError: 'WindowHelper' object has no attribute 
'_WindowHelper__build_controller'

And nothing is built. :(

Of course, please downgrade the bug if you can't reproduce it. :)

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

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

Versions of packages gedit-latex-plugin depends on:
ii  gedit 2.22.3-1   official text editor of the GNOME 
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  rubber1.1-2.2an automated system for building L

gedit-latex-plugin recommends no packages.

gedit-latex-plugin suggests no packages.

-- no debconf information



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



Bug#506479: marked as done (manpages-dev: tries to overwrite /usr/share/man/man3/pthread_attr_setschedpolicy.3.gz from glibc-doc)

2008-11-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Nov 2008 09:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#506479: fixed in manpages 3.13-2
has caused the Debian Bug report #506479,
regarding manpages-dev: tries to overwrite 
/usr/share/man/man3/pthread_attr_setschedpolicy.3.gz from glibc-doc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
506479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506479
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: manpages-dev
Version: 3.13-1
Severity: grave
Justification: renders package unusable

manpages-dev 3.13-1 cannot be installed:

[EMAIL PROTECTED]:/home/vlefevre# apt-get install manpages-dev
[...]
Preparing to replace manpages-dev 3.12-1 (using 
.../manpages-dev_3.13-1_all.deb) ...
Unpacking replacement manpages-dev ...
dpkg: error processing /var/cache/apt/archives/manpages-dev_3.13-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man3/pthread_attr_setschedpolicy.3.gz', 
which is also in package glibc-doc
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/manpages-dev_3.13-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

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

Versions of packages manpages-dev depends on:
ii  manpages  3.13-1 Manual pages about using a GNU/Lin

manpages-dev recommends no packages.

Versions of packages manpages-dev suggests:
ii  gman [man-browser]0.9.3-5small man(1) front-end for X
ii  man-db [man-browser]  2.5.2-3on-line manual pager

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: manpages
Source-Version: 3.13-2

We believe that the bug you reported is fixed in the latest version of
manpages, which is due to be installed in the Debian FTP archive:

manpages-dev_3.13-2_all.deb
  to pool/main/m/manpages/manpages-dev_3.13-2_all.deb
manpages_3.13-2.diff.gz
  to pool/main/m/manpages/manpages_3.13-2.diff.gz
manpages_3.13-2.dsc
  to pool/main/m/manpages/manpages_3.13-2.dsc
manpages_3.13-2_all.deb
  to pool/main/m/manpages/manpages_3.13-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Schulze <[EMAIL PROTECTED]> (supplier of updated manpages package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Nov 2008 09:03:22 +0100
Source: manpages
Binary: manpages manpages-dev
Architecture: source all
Version: 3.13-2
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze <[EMAIL PROTECTED]>
Changed-By: Joey Schulze <[EMAIL PROTECTED]>
Description: 
 manpages   - Manual pages about using a GNU/Linux system
 manpages-dev - Manual pages about using GNU/Linux for development
Closes: 506479
Changes: 
 manpages (3.13-2) unstable; urgency=low
 .
   * Stop distributing more pthread manpages that are also provided by
 glibc-doc (closes: Bug#506479):
 . pthread_attr_getschedpolicy(3)
 . pthread_attr_getschedparam(3)
 . pthread_attr_setschedpolicy(3)
 . pthread_attr_setschedparam(3)
 . pthread_getschedparam(3)
 . pthread_setschedparam(3)
Checksums-Sha1: 
 49c1077aab43ad411edd0f902997eb1cf86305e7 964 manpages_3.13-2.dsc
 a467c28554fd58cd2c4b500b267b61f3540afea8 47427 manpages_3.13-2.diff.gz
 82d8111aeebde414a43284660564bd23750d627d 643152 manpages_3.13-2_all.deb
 e793b812649577124d8e563861ae36fb38ffa717 1518088 manpages-dev_3.13-2_all.deb
Checksums-Sha256: 
 dcad3f45ed499c209b5bd3f083df648bf29007f68ba7750428bb0198d1c05928 964 
manpages_3.13-2.dsc
 255b2dcf4fad3ab71939be77e264d6d62d0e3a550ab8da42769a5a9cffc99c18 47427 
manpages_3.13-2.diff.gz
 f089ad66b7fb31a8507e0a16882303fc4fbe18b3f122ab42e3f4ca3e09ef4d9f 643152 
manpages_3.13-2_all.deb
 235c2b0dc361df8e47e6698d529df890c9e2835e70380c8aa2815929aad66fa9 1518088 
manpages-

Bug#475737: remove otrs2 from lenny?

2008-11-22 Thread Luk Claes
Thomas Viehmann wrote:
> Hi,
> 
> given that there seems to be limited interest in fixing the #475737 (3
> weeks since reopen without further comments), how about removing otrs2
> from lenny?

I'll have a look at fixing it.

Cheers

Luk



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



Bug#475737: remove otrs2 from lenny?

2008-11-22 Thread Thomas Viehmann
Hi,

given that there seems to be limited interest in fixing the #475737 (3
weeks since reopen without further comments), how about removing otrs2
from lenny?

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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