Bug#488013: libglib2.0-0: function g_ascii_strtoll is broken

2008-06-25 Thread Flavio Poletti
Subject: libglib2.0-0: function g_ascii_strtoll is broken
Package: libglib2.0-0
Version: 2.12.4-2
Severity: normal

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

g_ascii_strtoll is broken in 2.12.4, which comes streamline with Etch.
Patch for this is included.

The implementation has been changed (I don't know exactly when) to cope
with errors while converting negative values. The proposed patch to
glib/gstrfuncs.c upgrades the function to the correct implementation
that can be found, for example, in 2.16.3.

Tests for it were added as well. In particular, there are more tests
than in 2.16.3 (including those present in 2.16.3, anyway), because
two tests for near-the-limit values were added. If you execute the
patched test file in a non-patched system, you'll get an error.

Cheers,

   Flavio Poletti.

-- BEGIN OF PATCH --

diff broken/glib/gstrfuncs.c patched/glib/gstrfuncs.c
--- broken/glib/gstrfuncs.c
+++ patched/glib/gstrfuncs.c
@@ -813,6 +813,8 @@
   errno = ERANGE;
   return G_MAXINT64;
 }
+  else if (negative)
+return - (gint64) result;
   else
 return (gint64) result;
 }
diff broken/tests/strtoll-test.c patched/tests/strtoll-test.c
--- broken/tests/strtoll-test.c
+++ patched/tests/strtoll-test.c
@@ -58,8 +58,14 @@
   test_uint64 (-1, , 10, G_MAXUINT64, 0);

   test_int64 (0, , 10, 0, 0);
+  test_int64 (42, , 10, 42, 0);
+  test_int64 (-42, , 10, -42, 0);
+  test_int64 (32768, , 10, 32768, 0);
+  test_int64 (-32768, , 10, -32768, 0);
+  test_int64 (9223372036854775806, , 10, G_MAXINT64 - 1, 0);
   test_int64 (9223372036854775807, , 10, G_MAXINT64, 0);
   test_int64 (9223372036854775808, , 10, G_MAXINT64, ERANGE);
+  test_int64 (-9223372036854775807, , 10, G_MININT64 + 1, 0);
   test_int64 (-9223372036854775808, , 10, G_MININT64, 0);
   test_int64 (-9223372036854775809, , 10, G_MININT64, ERANGE);

-- END OF PATCH --


-- 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.18-6-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libglib2.0-0 depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries

Versions of packages libglib2.0-0 recommends:
ii  libglib2.0-data   2.12.4-2   Common files for GLib library

-- no debconf information





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



Bug#405341: Works for me

2008-06-25 Thread Seo Sanghyeon
This patch works for me. Why is this not fixed yet?

Seo Sanghyeon



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



Bug#487928: iceweasel 3.0~rc2-2 hangs when reading gmail

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 01:35:53AM -0700, Mark Montague wrote:
 Package: iceweasel
 Version: 3.0~rc2-2
 Severity: normal
 
 iceweasel hangs printing
 
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 
 using -safe-mode doesn't help, nor does using a new profile nor removing
 plugins, nor clearing cookies  sessions.

Can you install gdb and iceweasel-dbg, run iceweasel -g, type run, then get it
to hang, press ctrl+c in the gdb terminal, then type bt full and send
the output here ?

Thanks

Mike



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



Bug#484270: iceweasel 3.0~b5-4 seg fault - fixed

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 09:06:55PM +1000, Geoff Reidy wrote:
 Package: iceweasel
 Followup-For: Bug #484270
 
 3.0~rc2-2 also broke for me but:
 I seem to have fixed my problem. I found the file
 /usr/lib/iceweasel/xulrunner/libxul.so which dpkg -S told me didn't
 belong to any package so I rm'ed it. Well that broke lots of things so I
 reinstalled everything that had a libxul.so and now it's working.
 
 Pretty lame I know but I'm really not sure what did it. Also there
 aren't too many other people getting seg faults so it must have been
 something a bit odd with my install.

This sounds highly improbable to be the reason of the fix.
/usr/lib/iceweasel/xulrunner is a link to /usr/lib/xulrunner-1.9, where
libxul.so is and belongs to the xulrunner-1.9 package, which you can't
avoid with recent iceweasels.

Mike



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



Bug#488015: linux-libertine: Mozilla browsers crash

2008-06-25 Thread Sven Joachim
Package: linux-libertine
Version: 2.8.14-1
Severity: serious

As I discovered in #487979, iceweasel and iceape crash when they try to
load the linux-libertine font.  While this is probably a bug in pango,
I'm filing this bug as well to prevent linux-libertine from
transitioning to testing until this is investigated.

If you cannot reproduce the crash, feel free to close.  After all, I may
be the only one who sees that (did not find anything when searching the
Internet).


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

Kernel: Linux 2.6.25.8
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 linux-libertine depends on:
ii  defoma   0.11.10-0.2 Debian Font Manager -- automatic f

Versions of packages linux-libertine recommends:
ii  fontconfig2.6.0-1generic font configuration library
ii  x-ttcidfont-conf  29 TrueType and CID fonts configurati

-- no debconf information



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



Bug#488014: conntrack: fix some compiliation issues with stricter compiler

2008-06-25 Thread James Westby
Package: conntrack
Version: 1:0.9.6-4
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

The following is a patch from Albin Tonnerre used in Ubuntu
to fix compilation with stricter compiler settings. Please consider
applying the package.

You can always find the latest version of this patch at

http://patches.ubuntu.com/c/conntrack/extracted/fix_includes_and_printf_usage.dpatch

Thanks,

James


diff -pruN 1:0.9.6-4/debian/patches/00list
1:0.9.6-4ubuntu1/debian/patches/00list
--- 1:0.9.6-4/debian/patches/00list 2008-06-15 20:15:02.0 +0100
+++ 1:0.9.6-4ubuntu1/debian/patches/00list  2008-06-15 20:13:25.0 
+0100
@@ -1,3 +1,4 @@
 large-integer-gcc43.dpatch
 unused-input-gcc43.dpatch
 printf-time-long.dpatch
+fix_includes_and_printf_usage.dpatch
diff -pruN 1:0.9.6-4/debian/patches/fix_includes_and_printf_usage.dpatch 
1:0.9.6-4ubuntu1/debian/patches/fix_includes_and_printf_usage.dpatch
--- 1:0.9.6-4/debian/patches/fix_includes_and_printf_usage.dpatch   
1970-01-01 01:00:00.0 +0100
+++ 1:0.9.6-4ubuntu1/debian/patches/fix_includes_and_printf_usage.dpatch
2008-06-15 20:13:25.0 +0100
@@ -0,0 +1,33 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+--- conntrack/src/ignore_pool.c
 conntrack/src/ignore_pool.c
+@@ -25,6 +25,7 @@
+ #include libnetfilter_conntrack/libnetfilter_conntrack.h
+ #include stdlib.h
+ #include string.h
++#include limits.h
+ 
+ /* XXX: These should be configurable, better use a rb-tree */
+ #define IGNORE_POOL_SIZE 128
+--- conntrack/src/local.c
 conntrack/src/local.c
+@@ -132,7 +132,7 @@
+ 
+ void local_step(char *buf)
+ {
+-  printf(buf);
++  printf(%s, buf);
+ }
+ 
+ int do_local_request(int request,
+--- conntrack/src/main.c
 conntrack/src/main.c
+@@ -26,6 +26,7 @@
+ #include string.h
+ #include stdlib.h
+ #include unistd.h
++#include limits.h
+ 
+ struct ct_general_state st;
+ union ct_state state;
diff -pruN 1:0.9.6-4/debian/rules 1:0.9.6-4ubuntu1/debian/rules
--- 1:0.9.6-4/debian/rules  2008-06-15 20:15:02.0 +0100
+++ 1:0.9.6-4ubuntu1/debian/rules   2008-06-15 20:13:25.0 +0100
@@ -26,7 +26,7 @@ debian/stamp-build: $(DPATCH_STAMPFN)
dh_testdir
 
# ./configure
-   CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) \
+   CFLAGS=$(CFLAGS) -U_FORTIFY_SOURCE ./configure 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--disable-dependency-tracking \
--prefix=/usr
 






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



Bug#487999: devscripts: [debsign] do not assume directory write permission

2008-06-25 Thread Adam D. Barratt
On Thu, 2008-06-26 at 01:37 +0900, Osamu Aoki wrote:
 But the root cause is debsign tries to create temporary file on the
 directory where files to be signed exist.  There is no gurantee.  We
 should use standard complying tempfile creation.  Since some of the
 devscripts programs uses `tempfile` command, I followed as the 
 attached patch (copyright donated to main authors of this script).  

debsign itself already uses mktemp, however :-)

 This enables us to sign files as long as they are readable and writable file
 where ever they are as long as the file system is RW.

Thanks for the patch. Unfortunately, the last hunk reverts a change that
was introduced in 2.10.28 to allow files with odd permissions to be
updated; specifically, this section:

-mv -f -- $1.asc $1
+cat $ASCII_SIGNED_FILE  $1

If the file is mode 444, for example, but in a directory to which the
user has write access, cat will fail to overwrite it, whilst the mv -f
will succeed; in the case you mention, the reverse is true.

There are a couple of places where the script will still fail with the
patch applied, for the same reasons as above:

- after signing the .dsc - the .changes file is copied to a temporary
file (using mktemp), the size and checksums of the .dsc's entries in the
temporary file are updated and it's then moved back over the
original .changes (using mv -f)

- if either the .dsc or .changes files are already signed then a
temporary copy without the signature is created and mved back

I suspect all of the above would be solvable by something along the
lines of

cat $TEMPFILE  $1 2 /dev/null || mv -f -- $TEMPFILE $1

but that seems overly complicated. :-/ (the cat must be tried first, for
fairly obvious reasons).

Regards,

Adam



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



Bug#484270: iceweasel 3.0~b5-4 seg fault - fixed

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 06:54:26PM +0300, Michael Danziger wrote:
 Wow, how did you guess /usr/lib/iceweasel/xulrunner/libxul.so?  It worked
 for me too.
 
 I removed that file and then the packages that depended on it (xulrunner and
 ia32-libs-xulrunner directly and acroread, iceweasel and a handful of others

ia32-libs-xulrunner ? I don't know of any such package. Are you talking
about ia32-libs ? By any chance, would it not start to crash again if
you reinstalled it ?

Mike



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



Bug#487750: mirror submission for debian.mirror.dkm.cz

2008-06-25 Thread Simon Paillard
Hello Tomas,

On Wed, Jun 25, 2008 at 01:29:43PM +0200, Tomas Zvala wrote:
 Simon Paillard wrote:
  On Mon, Jun 23, 2008 at 09:15:39PM +, Tomas Zvala wrote:
   Archive-upstream: ftp.nl.debian.org
 
  Did you try ftp.cz.debian.org or ftp.hr.d.o ?

 ftp.cz.d.o is quite slow to sync from, but ftp.hr.d.o is pretty fast, so
 I switched to that one.

Ok.

   CDImage-upstream: cdimage.debian.org
 
  Do you cron as well for ISOs (some people forget and do by hand) ?

 CD as well as Security is set at refresh twice a day ... just rsync @
 cdimage.debian.org doesn't seem to respond. :-( Should I also use
 different mirror?

Rsync on cdimage.debian.org ok again, you can use this one.

   Comment: Package mirror should be up and running. -security and -cd
   mirrors are syncing at the moment. I would like to set up
   push-mirroring for this site, if that is possible and community is in
   need of this type of mirror. 
 
  The first thing is to select the best Push mirror for you, then we will
  provide you the contact of your upstream mirror so that you can setup
  it.

 ok. seems that .hr. is fine for me ?

Yes, I will tell the admin of ftp.hr.d.o to contact you (Josip Rodin of
the mirror team).

mirror hw: Xeon 3220, 8GB RAM, 11xWD4000YR RAID5, 2x1Gbit link to our 
   backbone router.
 
  You may read http://www.debian.org/mirror/official :)

 I've read that and I hope I haven't overlooked anything.  The hw was
 meant more like FYI.

Well, if it appears that ftp.cz.d.o is not fast enough, maybe you as
ftp2.cz.d.o would be fine.

 Thanks for prompt response (much prompter than ubuntu or gentoo :-O),

:)

Don't forget to subscribe
http:///lists.debian.org/debian-mirrors-announce

Regards,

-- 
Simon Paillard



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



Bug#487719: Acknowledgement (alsamixer: function snd_ctl_open failed for default: No such file or directory)

2008-06-25 Thread Cristian Ionescu-Idbohrn
Something got really screwed up :(
After cold boot:

# /etc/init.d/alsa-utils restart
Shutting down ALSA...warning: 'alsactl store' failed with error message
'alsactl: save_state:1497: No soundcards found...'...Invalid card number.

Rebooting (warm) restores things to normal behaviour, but that's wintendo
behaviour that makes me unhappy.


Cheers,

-- 
Cristian



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



Bug#487238: ruby1.8: Arbitrary code execution vulnerability and so on

2008-06-25 Thread Lucas Nussbaum
On 25/06/08 at 19:14 +0200, Laurent Bonnaud wrote:
 Hi,
 
 this bug has been fixed by an upload for amd64.  But for other
 architectures (including i386) the fixed version is not available yet
 and systems remain vulnerable.  Could somebody please fix this?

It was built everywhere except alpha, but the i386 build wasn't
uploaded. i386 buildd admin, can you upload ruby1.8 1.8.7.22-1 ?

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#482439: cfengine2: There are still a ton of segfaults

2008-06-25 Thread Morten Werner Forsbring
Richard A Nelson [EMAIL PROTECTED] writes:

 Package: cfengine2
 Version: 2.2.6-1
 Severity: grave
 Justification: renders package unusable + possible data loss

 ==12662== Invalid read of size 1
 ==12662==at 0x80778C8: (within /usr/sbin/cfagent)
 ==12662==by 0x8077A8A: (within /usr/sbin/cfagent)
 ==12662==by 0x807A48E: (within /usr/sbin/cfagent)
 ==12662==by 0x8053AC0: (within /usr/sbin/cfagent)
 ==12662==by 0x8053ECC: (within /usr/sbin/cfagent)
 ==12662==by 0x431A44F: (below main) (libc-start.c:222)
 ==12662==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
 ==12662==
 ==12662== Process terminating with default action of signal 11 (SIGSEGV)
 ==12662==  Access not within mapped region at address 0x0

 This happens on all (or most all) of my cf files - and nearly every
 cron cfagent run

Hi,

and sorry for this late reply. Have you tested if this is improved
with 2.2.7-1 of cfengine?


- Werner



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



Bug#486354: iceweasel: Confirm the crash on rc1 and rc2

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 04:56:50PM +0200, Daniel wrote:
 Package: iceweasel
 Version: 3.0~rc2-2
 Followup-For: Bug #486354
 
 
 Output of strace:
 
 access(/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml, F_OK) = 0
 access(/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml, F_OK) = 0
 open(/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml, O_RDONLY) = 51
 stat(/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml, 
 {st_mode=S_IFREG|0644, st_size=1338, ...}) = 0
 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
 read(51, ?xml version=\1.0\?\nblocklist..., 4096) = 1338
 futex(0x7fffc74a2f0c, 0x85 /* FUTEX_??? */, 1) = 1
 futex(0x7fffc74a2f0c, 0x85 /* FUTEX_??? */, 1) = 1
 close(51)   = 0
 stat(/usr/lib/iceweasel/xulrunner/components/plugin.xpt, 
 {st_mode=S_IFREG|0644, st_size=5589, ...}) = 0
 open(/usr/lib/iceweasel/xulrunner/components/plugin.xpt, O_RDONLY) = 51
 read(51, XPCOM\nTypeLib\r\n\32\1\2\0%\0\0\25\325\0\0\0\\0\0\5\351..., 
 5589) = 5589
 close(51)   = 0
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 unlink(/home/x/.mozilla/firefox/tf0y1sp1.default/lock) = 0
 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0
 tgkill(9195, 9195, SIGSEGV) = 0
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 +++ killed by SIGSEGV +++
 Process 9195 detached
 
 
 I also removed the previous ~USER/.mozilla directory, no changes. When I 
 lauch iceweasel, I see the main windows opened and see that the link 
 http://www.mozilla.org/projects/granparadiso is searched. In my preferences, 
 I have set blank page for startup.

Can you install gdb and iceweasel-dbg, run iceweasel -g, type run at
prompt, wait for the crash, then type bt full and send the output
here?

Mike



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



Bug#486360: debian-installer: loop-aes root fs encryption unusable due to incomplete initrd

2008-06-25 Thread Frans Pop
clone 486360 -1
reassign -1 grub-common 1.96+20080512-1
severity -1 important
tags -1 d-i
thanks

While reproducing this issue a problem was found with grub being set up 
with root=/dev/loop0 instead of the underlying block device. A fix in 
grub-common for this has been discussed on IRC between the D-I crypto 
developer and the grub developer.

Workaround for that is to change the grub setup to use the underlying 
device.

However, the report seems to also identify a more fundamental issue with 
partman-crypto itself which needs further investigation. Therefore 
cloning rather than reassigning.


Question to submitter: does fixing the root= parameter for GRUB solve the 
reboot problem?
If not, please provide additional info about how exactly you set up the 
encrypted root.

It would also help us if you could redo the install and add a line with
'set -x' below the first line of the following script sometime before GRUB 
is installed: /usr/lib/finish-install.d/05crypto. The file can be edited 
from a debug shell on VT2 or VT3 using 'nano' as editor.
That should result in debug info in the syslog file for the installation. 
Please send us that (gzipped!); it can be obtained using the Save debug 
logs option in the main menu of the installer after using go back from 
the dialog announcing the system is about to be rebooted.

Cheers,
FJP



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



Bug#488017: O: atari-fdisk -- Partition editor for Atari (running on non-Atari)

2008-06-25 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of atari-fdisk, Roman Hodek [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: atari-fdisk
Binary: atari-fdisk, atari-fdisk-udeb, atari-fdisk-cross
Version: 0.7.1-5.4
Priority: important
Section: admin
Maintainer: Roman Hodek [EMAIL PROTECTED]
Build-Depends: debhelper
Architecture: m68k alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sh sh4 sparc
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/a/atari-fdisk
Files: db2eabe20fc56f6183f39af7769e74fc 873 atari-fdisk_0.7.1-5.4.dsc
 4c7c09adf663d74699fbbdb4ffe663ad 47576 atari-fdisk_0.7.1-5.4.tar.gz
Checksums-Sha1: e01a2aa9eccc6b42d7924aaed20b2a8fc39128c0 47576 
atari-fdisk_0.7.1-5.4.tar.gz
Checksums-Sha256: 
81ddb3a0d0088fb32011cede6deacb98a2b97da24fc8b2efe87dc45da601b96f 47576 
atari-fdisk_0.7.1-5.4.tar.gz

Package: atari-fdisk-cross
Priority: extra
Section: otherosfs
Installed-Size: 104
Maintainer: Roman Hodek [EMAIL PROTECTED]
Architecture: i386
Source: atari-fdisk
Version: 0.7.1-5.4
Depends: libc6 (= 2.7-1)
Filename: pool/main/a/atari-fdisk/atari-fdisk-cross_0.7.1-5.4_i386.deb
Size: 34608
MD5sum: a50e213dacb589c60b1b949212485229
SHA1: 6b9df5351939db21055df3de6904f907f3fc1b8e
SHA256: 14d08a7f5d830811c3c9b396ad3c5fed166da68f6e6c87a401a7fd88d6bded68
Description: Partition editor for Atari (running on non-Atari)
 Atari-fdisk allows you to create and edit the partition table of a
 disk partitioned in Atari format. It supports both the AHDI 5.0 and
 ICD variations of the Atari format. It is an interactive tool with a
 menu similar to PC fdisk, and also supports most options of PC fdisk.
Tag: admin::filesystem, interface::commandline, role::program, scope::utility




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



Bug#488020: O: setsccserial -- no description

2008-06-25 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of setsccserial, Roman Hodek [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: setsccserial
Binary: setsccserial
Version: 0.1-5
Priority: extra
Section: utils
Maintainer: Roman Hodek [EMAIL PROTECTED]
Build-Depends: debhelper
Architecture: m68k
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/s/setsccserial
Files: d8b4e62db7230625d1ccd820741d21d9 560 setsccserial_0.1-5.dsc
 429c889adf9ccc3887af9406b1348347 18607 setsccserial_0.1.orig.tar.gz
 5c38462555222d2e9f0e90c09fbdf19a 1784 setsccserial_0.1-5.diff.gz




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



Bug#488019: O: nvram -- no description

2008-06-25 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of nvram, Roman Hodek [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: nvram
Binary: nvram
Version: 0.1-7
Priority: extra
Section: utils
Maintainer: Roman Hodek [EMAIL PROTECTED]
Build-Depends: debhelper
Architecture: m68k
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/n/nvram
Files: 375d6daa1102fa1d4b7f33ab9a6001da 469 nvram_0.1-7.dsc
 1bb9534ed645a99d08d3e58815786ff4 9574 nvram_0.1-7.tar.gz




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



Bug#488021: atari-bootstrap

2008-06-25 Thread Bernd Zeimetz
Package: atari-bootstrap
Severity: normal

Hi,

The current maintainer of atari-bootstrap, Roman Hodek [EMAIL PROTECTED]
is apparently not active anymore.  Therefore, please remove his
name from debian/control and add a new and active Maintainer.

Thanks,

Bernd
in the name of the MIA team.



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



Bug#488018: O: dosfstools -- Utilities to create and check MS-DOS FAT filesystems

2008-06-25 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of dosfstools, Roman Hodek [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: dosfstools
Binary: dosfstools
Version: 2.11-2.3
Priority: optional
Section: otherosfs
Maintainer: Roman Hodek [EMAIL PROTECTED]
Build-Depends: debhelper
Architecture: any
Standards-Version: 3.0.1
Format: 1.0
Directory: pool/main/d/dosfstools
Files: 21ef546421ebac7b2a6b26558d18dceb 559 dosfstools_2.11-2.3.dsc
 407d405ade410f7597d364ab5dc8c9f6 68346 dosfstools_2.11.orig.tar.gz
 5f4cdae4f623866fb7ebb38a730dfc4f 11297 dosfstools_2.11-2.3.diff.gz

Package: dosfstools
Priority: optional
Section: otherosfs
Installed-Size: 144
Maintainer: Roman Hodek [EMAIL PROTECTED]
Architecture: i386
Version: 2.11-2.3
Replaces: mkdosfs
Depends: libc6 (= 2.6.1-1)
Conflicts: mkdosfs
Filename: pool/main/d/dosfstools/dosfstools_2.11-2.3_i386.deb
Size: 53438
MD5sum: a8ebb3cd29dd174af5e7818036dc9fc5
SHA1: f29484d95613b51519990298a2dfc82b3fffb5e9
SHA256: 499d6631a32eddbafc32b9a6e3ebf357fefc758cf86525b98ed15ec70575120c
Description: Utilities to create and check MS-DOS FAT filesystems
 Inside of this package there are two utilities (mkdosfs alias
 mkfs.dos, and dosfsck alias fsck.msdos) to create and to check MS-DOS
 FAT filesystems on either hard disks or floppies under Linux. This
 version uses the enhanced boot sector/superblock format of DOS 3.3+
 as well as provides a default dummy boot sector code.
Tag: admin::filesystem, interface::commandline, role::program, scope::utility, 
use::checking




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



Bug#487149: texlive-doc-en: Source missing for some documentation files

2008-06-25 Thread Frank Küster
Norbert Preining [EMAIL PROTECTED] wrote:

 Hi Frank,

 On Di, 24 Jun 2008, Frank Küster wrote:
 Well, I'm always for ask first, drop later. But if there was some
 upstream discussion which lead to its removal, I don't think we should
 keep it (since it would mean we have to take care for new upstream
 versions etc.).

 Ok, so then I remove it?

Yes, please.

Frank

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)



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



Bug#482915: texlive-doc-en: No license info for some fontinst documentation

2008-06-25 Thread Frank Küster
Norbert Preining [EMAIL PROTECTED] wrote:

 Hi Frank,

 I was reading through this last open RC bug in texlive-doc (the
 catalogue is already blacklisted)

 On Di, 27 Mai 2008, Frank Küster wrote:
  But there's also files in the talks subdirectory for which no source is

 Which talks subdirectory? There is non in TeX Live, or do I miss
 something?

It used to be there in TL2005, but now it seems it is gone. On CTAN, it
is in 

http://tug.ctan.org/tex-archive/fonts/utilities/fontinst/doc/talks/

Can you take the opportunity to show me how to find out myself why this
is not copied to Master/texmf-dist/doc/fontinst/?

 ftp://ftp.tug.org/historic/fonts/utilities/fontinst/fontinst-1.504/doc/

 Found that, and it is the very same eps, so the source is here.

 What should we do now? I guess - honestly - that we will not reach ALan
 Jeffrey about that, we are talking about 1995!!!

 I could simply include the roadmap.fig and so it be with it.

I didn't read the fontinst guide, but I guess the content of this
roadmap file is just repeating in graphical form what the doc talks
about, so there isn't any copyrightable creative work in this. 

The graphical representation, on the other hand, might be protected by
IP law. 

I wouldn't want to judge this.

Regards, Frank

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)



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



Bug#484270: iceweasel 3.0~b5-4 seg fault - fixed

2008-06-25 Thread Michael Danziger
~$ apt-cache show ia32-libs-xulrunner
Package: ia32-libs-xulrunner
Priority: extra
Section: libs
Installed-Size: 25184
Maintainer: Christian Marillat [EMAIL PROTECTED]
Architecture: amd64
Version: 1.8.1.3-0.2
Depends: ia32-libs (= 1.19)
Filename:
pool/main/i/ia32-libs-xulrunner/ia32-libs-xulrunner_1.8.1.3-0.2_amd64.deb
Size: 8543404
MD5sum: 77388dd0a383acdaac917e51e2aff69d
SHA1: 45aa3a3552983dceee350d724848dad86f105145
SHA256: 961a37b9ca7c6f9b33cbb2dfc83d28551d86474cfb2b47013ddc2d4c11066bb8
Description: xulrunner ia32 shared libraries
 This package delivers a set of pre-compiled ia32 (i386 family) shared
 libraries, so that third-party 32bit programs can use the libgtkembedmoz
 library to render HTML contents on 64-bit systems that include appropriate
 emulation support.
Bugs: mailto:[EMAIL PROTECTED]

I'll try to reinstall them and get back to you.

md

On Wed, Jun 25, 2008 at 9:11 PM, Mike Hommey [EMAIL PROTECTED] wrote:

 On Wed, Jun 25, 2008 at 06:54:26PM +0300, Michael Danziger wrote:
  Wow, how did you guess /usr/lib/iceweasel/xulrunner/libxul.so?  It worked
  for me too.
 
  I removed that file and then the packages that depended on it (xulrunner
 and
  ia32-libs-xulrunner directly and acroread, iceweasel and a handful of
 others

 ia32-libs-xulrunner ? I don't know of any such package. Are you talking
 about ia32-libs ? By any chance, would it not start to crash again if
 you reinstalled it ?

 Mike



Bug#488022: linux-image-2.6.25-2-486: Does not boot on Vortex86SX (BUG: Int 6: CR2 00000000)

2008-06-25 Thread Piotr Roszatycki
Package: linux-image-2.6.25-2-486
Version: 2.6.25-5
Severity: important

The kernel doesn't boot on Vortex86SX machine. It is a regresion,
because previous version of this kernel package worked correctly.

The only message after boot is

BUG: Int 6: CR2 

It is similar to #464962 but it cannot be verified without detailed
CPU register info.

More info:

# ./longnop
Long NOPs supported: no
# cat /proc/cpuinfo
processor   : 0
vendor_id   : unknown
cpu family  : 4
model   : 0
model name  : 486
stepping: unknown
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : no
fpu_exception   : no
cpuid level : -1
wp  : yes
flags   :
bogomips: 98.30
clflush size: 32


-- 
 .''`. Piotr Roszatycki
: :' : mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
 `-



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



Bug#488023: texlive-base-bin: bashism in preinst script

2008-06-25 Thread Frank Küster
Package: texlive-base-bin
Version: 2007.dfsg.1-4.np.etch.1
Severity: serious
Tags: patch

As discussed on [EMAIL PROTECTED], the preinst script uses a
function from our common.functions.preinst snippet which uses the
local keyword in a manner not mandated by policy, which only allows it
on a separate line, without a variable assignment at the same time. 

This is not a question of dash or not, it's simply a violation of
policy.

The patch is simple: Just rebuild the source package from the SVN
repository, common.functions.preinst already contains the fix.

Regards, Frank

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-base-bin depends on:
ii  ed   0.7-1   The classic unix line editor
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libkpathsea4 2007.dfsg.1-4.np.etch.1 TeX Live: path search library for 
ii  libncurses5  5.6+20080308-1  Shared libraries for terminal hand
ii  libpng12-0   1.2.27-1PNG library - runtime
ii  libpoppler0c20.4.5-5.1etch2  PDF rendering library
ii  libx11-6 2:1.1.4-2   X11 client-side library
ii  libxaw7  2:1.0.4-2   X11 Athena Widget library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  libxpm4  1:3.5.7-1   X11 pixmap library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
pn  mime-support none  (no description available)
ii  perl 5.10.0-10   Larry Wall's Practical Extraction 
pn  texlive-common   none  (no description available)
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages texlive-base-bin recommends:
ii  perl-tk  1:804.028-1+b1  Perl module providing the Tk graph
ii  texlive-base-bin 2007.dfsg.1-4.np.etch.1 TeX Live: Documentation files for 

Versions of packages tex-common depends on:
ii  debconf   1.5.22 Debian configuration management sy
ii  ucf   3.007  Update Configuration File: preserv

Versions of packages texlive-base-bin is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)
ii  tex-common1.11   common infrastructure for building

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)



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



Bug#488024: cp preserves mode with --no-preserve=mode

2008-06-25 Thread sergio
Package: coreutils
Version: 6.10-3

% touch qwe
% chmod 640 qwe
% umask u=rwx,g=rx,o=rx
% ls -l qwe
-rw-r- 1 sergio sergio 0 Июн 25 22:53 qwe
% cp --no-preserve=mode qwe asd
% ls -l asd
-rw-r- 1 sergio sergio 0 Июн 25 22:54 asd

-- 
sergio



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



Bug#286262: Some problems on Alpha

2008-06-25 Thread Petter Reinholdtsen

Is this problem still present in version 1.34?  I changed how the
output from ddcprobe and xresprobe is handled, and hope it will get a
more useful resolution information from the monitor.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#488025: bug-triage: reload data from BTS in case of filter error

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: normal

Hi,
I did a research and it went fine, then I want to change/modify the
query, but I did something wrong and I recieve an error. The previous
query is re-read from BTS instead of using the data already available
(since previously read).

Moreover, if an InvalidQueryError is returned, there are chances that a
None object is used in the query.

Kindly,
Sandro

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

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

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488028: bug-triage: freezes while reading from BTS

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: minor

Hi,
bug-triage freezes while reading fron BTS. It would be nice if a sort of
Please wait, reading... or so animated messages is used (ie async
read), so that even graphic is refreshed.

Kindly,
Sandro

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

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

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#484789: This looks suspicious

2008-06-25 Thread Brad Jorsch
In the soap reply for bug 356853, this snippet looks suspicious:
  fixed xsi:type=apachens:Map
   item
key xsi:type=xsd:gYearMonth2007-14/key
value xsi:nil=true/
   /item
  /fixed
  fixed_versions soapenc:arrayType=xsd:gYearMonth[1] 
xsi:type=soapenc:Array
   item xsi:type=xsd:gYearMonth2007-14/item
  /fixed_versions

And it turns out if I hack /usr/lib/ruby/1.8/http-access2.rb to
s/xsd:gYearMonth/xsd:string/g on the response before passing it back up,
the package installs. Apparently the BTS's soap response generator is
erroneously guessing the version number 2007-14 is a year-month, and
apt-listbugs (or the underlying soap library) therefore tries to parse
it as such.



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



Bug#488027: [wifi-radar] WEP authentication doesn't work

2008-06-25 Thread Encolpe Degoute
Package: wifi-radar
Version: 1.9.9-1.1
Severity: normal

--- Please enter the report below this line. ---

I tried on several WEP authenticated wifi networks and where
wpa_supplicant works wifi-radar is never authenticated on these networks.

Steps to reproduce:
- have a WEP authenticated wifi network
- add a configuration for this network in the wifi-radar gui
- add your WEP kay in 'Wifi Options' without modifying anything else
- don't put any WPA driver
- save and try to connect

I saw in logs that the key was never sent to the AP.
I think it is an upstream bug.

Regards,

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

Debian Release: lenny/sid
500 unstable ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
debconf (= 0.5) | 1.5.22
OR debconf-2.0 |
python | 2.5.2-1
python-gtk2 (= 2.0) | 2.12.1-6
dhcp3-client | 3.1.1-1
OR dhcp-client |
wireless-tools | 29-1


-- 
Encolpe DEGOUTE
http://encolpe.degoute.free.fr/
Logiciels libres, hockey sur glace et autres activités cérébrales





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



Bug#488026: bug-triage: allow to filter on Status

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: wishlist

Hi,
it would be nice if we can filter on Status too (maybe it's already
there, but no manpage or about  help menu...), for example adding a
text ared in the New query menu.

Kindly,
Sandro

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

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

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488029: bug-triage: enable support to usertags

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: minor

Hi,
it would be really useful if usertag support is in bug-triage. I can
think of a 2 fields window, User / Usertag fields, User can be defaulted
to pkg@packages.debian.org .

That would help a lot bug triaging and categorization.

Thanks,
Sandro

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

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

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#485465: battle for the brightness

2008-06-25 Thread jidanni
HMH: be sure to add your warning to
linux-doc-2.6.25/Documentation/laptops/thinkpad-acpi.txt.gz

And it seems the severity of this bug should be elevated: something on
Debian is hijacking the brightness, causing the user to need to hit Fn
End, or else go blind. But then we thus enter the realm of the user
(via the keyboard) and the system (via whatever rotten program is
writing to that register or whatever) battling for the brightness --
the same thing HMH warned about. If it could knock pixels out of h
(like some kind of melt game), then it surely could blow holes into
one's data (files) upon saving, etc. who knows -- and may be the root
of all kinds of funny behavior.

 Remove the ACPI video module from the system.  See if that helps things.
Maybe you mean one of these
$ dlocate acpi|grep vid
linux-image-2.6.25-2-686: /lib/modules/2.6.25-2-686/kernel/drivers/acpi/video.ko
$ lsmod|grep acpi|grep v
nvram   8396  1 thinkpad_acpi
So I would need the exact command to proceed, if we are to explore
this area still.

 Compile thinkpad-acpi with the THINKPAD_ACPI_DEBUG Kconfig option, and
 give the thinkpad-acpi module the parameter debug=0x.  That might
 produce some debug output I can use.

Errgg... but I am just an apt-get kind of guy... that would be
entering the deep part of the swimming pool for me.

 Read the thinkpad-acpi docs in Documentation/thinkpad-acpi.txt (on the
 kernel source tree) and play with the brightness_mode parameters, please.
 Tell me what you find.

Yes, I recall that I did want to try the brightness_mode parameter,
but couldn't figure out how to use it. Apparently one needs to stick
it in some /etc/defaults file. As you see in #486716, I can't even
figure out how to print out the parameters a module was called with.

Anyway, this battle for the brightness seems to have started only a
couple of months ago here on sid...



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



Bug#487904: xserver-xorg-video-nv: Open ACPI failed

2008-06-25 Thread Ryo Furue
Hi Julien,

|  |  Without the acpid package installed, /var/log/Xorg.0.log  is filled with
|  |  
|  |(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
|  |  
|  |  If that's the case, shouldn't xserver-xorg-video-nv depend on acpid ?
|  |  
|  | No.
|  
|  The reason being . . . ?
|  
| .. that it doesn't need it?  X uses the acpid socket if it finds it, and
| /proc/acpi/event if not.

Thank you for the explanation!

|  It shouldn't fill the log with warnings though.
| 
Is it then possible to reclassify this thread to wishlist?

My log file was growing and growing (since the message was emitted
every five seconds or so).  I googled using the warning message
as the search term.  The first four or so hits all mentioned that
the problem was due to the nVidia driver without showing
any solutions.  In the fifth or so, which was a forum discussion,
a person told to install the acpid package but a respondent
complained that s/he didn't want to because s/he didn't need it.
That means that I wasn't alone in being troubled by the log file.

Thank you again.

Regards,
Ryo



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



Bug#488030: creox: Please call dh_icons during build

2008-06-25 Thread James Westby
Package: creox
Version: 0.2.2rc2-3
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

Please call dh_icons during the build as it will add a postinst snippet
to update the icon cache, hopefully improving performance.

The following patch is used in Ubuntu to do this.

Thanks,

James


diff -pruN 0.2.2rc2-3/debian/rules 0.2.2rc2-3ubuntu3/debian/rules
--- 0.2.2rc2-3/debian/rules 2007-08-15 09:10:38.0 +0100
+++ 0.2.2rc2-3ubuntu3/debian/rules  2007-08-15 09:09:46.0 +0100
@@ -91,6 +91,7 @@ binary-arch: build install
 #  dh_installcron
 #  dh_installinfo
dh_installman
+   dh_icons
dh_link
dh_strip
dh_compress





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



Bug#488033: chm2pdf: fails converting filenames with spaces

2008-06-25 Thread Ramses Rodriguez Martinez
Package: chm2pdf
Version: 0.9-2
Severity: normal


Hi,
spaces on .chm filenames are not properly escaped, e.g:
chm2pdf --book file with spaces.chm


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

Kernel: Linux 2.6.25 (PREEMPT)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to es_ES)
Shell: /bin/sh linked to /bin/bash

Versions of packages chm2pdf depends on:
ii  htmldoc 1.8.27-3 HTML processor that generates inde
ii  libchm-bin  2:0.39-9 library for dealing with Microsoft
ii  python  2.5.2-1  An interactive high-level object-o
ii  python-chm  0.8.4-0.1+b1 Python binding for CHMLIB
ii  python-support  0.8.1automated rebuilding support for P

chm2pdf recommends no packages.

-- no debconf information



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



Bug#488031: mirror submission for debian.cs.binghamton.edu

2008-06-25 Thread Steaphan Greene
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: debian.cs.binghamton.edu
Type: leaf
Archive-architecture: ALL alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips 
mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
IPv6: no
Archive-upstream: ftp.us.debian.org
Updates: twice
Maintainer: Steaphan Greene [EMAIL PROTECTED]
Country: US United States
Location: Binghamton, New York, USA
Sponsor: Binghamton University Computer Science Department 
http://www.cs.binghamton.edu/



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



Bug#488034: typo in manpage

2008-06-25 Thread Jens Kubieziel
Package: apg
Version: 2.2.3.dfsg.1-2
Severity: minor

Hi,

from man 1 apg:
...
   -l spell genetated passwords. Useful when you want to  read  gener-
   ^^^ -- s/eta/era/

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

Kernel: Linux 2.6.25-2-486
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages apg depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

apg recommends no packages.

-- no debconf information



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



Bug#488032: Please return an error to the shell upon Uncaught exception

2008-06-25 Thread jidanni
Package: eyed3
Version: 0.6.16

$ eyeD3 --no-color --to-v1.1 --strict sc.mp3

sc.mp3  [ 5.10 MB ]
---
Time: 03:35 MPEG1, Layer III[ ~198 kb/s @ 44100 Hz - Joint stereo ]
---
Converting tag to ID3 version v1.1
Writing tag...
Uncaught exception: Invalid genre name: Hip Hop/Rap
Traceback (most recent call last):
  File /usr/bin/eyeD3, line 1166, in module
retval = main();
  File /usr/bin/eyeD3, line 1143, in main
retval = app.handleFile(f);
  File /usr/bin/eyeD3, line 535, in handleFile
if not self.tag.update(updateVersion):
  File /var/lib/python-support/python2.5/eyeD3/tag.py, line 523, in update
self.__saveV1Tag(version);
  File /var/lib/python-support/python2.5/eyeD3/tag.py, line 1082, in 
__saveV1Tag
if not self.getGenre() or self.getGenre().getId() is None:
  File /var/lib/python-support/python2.5/eyeD3/tag.py, line 648, in getGenre
g.parse(f[0].text);
  File /var/lib/python-support/python2.5/eyeD3/tag.py, line 1528, in parse
self.setName(genreStr);
  File /var/lib/python-support/python2.5/eyeD3/tag.py, line 1446, in setName
raise GenreException(Invalid genre name:  + name);
GenreException: Invalid genre name: Hip Hop/Rap

Well, why don't you at least return non zero to the shell?
Now I have to do
eyeD3 --to-v1.1 --strict --no-color $i 21|tee $results #or try id3v2(1)
grep -q 'Uncaught exception' $results  exit 54
just to catch this error!

Affects bug 481678 too.



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



Bug#483929: debian-reference-common: bug still present in 2.03

2008-06-25 Thread Florian Schlichting
Package: debian-reference-common
Version: 2.03
Followup-For: Bug #483929

I had the chance to upgrade from 1.12 to 2.03 today (using lenny). It
seems the bug is still present:

Preparing to replace debian-reference-en 1.12 (using 
.../debian-reference-en_2.03_all.deb) ...
Unpacking replacement debian-reference-en ...
Preparing to replace debian-reference-common 1.12 (using 
.../debian-reference-common_2.03_all.deb) ...
Unpacking replacement debian-reference-common ...
dpkg: warning - unable to delete old directory 
`/usr/share/doc/Debian/reference': Directory not empty
dpkg: warning - unable to delete old directory `/usr/share/doc/Debian': 
Directory not empty

I then upgraded to 2.04 in unstable, with no further warnings, and
/usr/share/doc/Debian and below went away. 

bug actually fixed in 2.04?

Florian


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

Kernel: Linux 2.6.25-2-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/dash

Versions of packages debian-reference-common depends on:
ii  debian-reference-en   2.03   Debian system administration guide

debian-reference-common recommends no packages.

-- no debconf information



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



Bug#487777: No alternative declares messages upon startup

2008-06-25 Thread jidanni
MO First thing: are you using lenny or sid?
Both apparently.
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)



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



Bug#488010: amanda-server fails to upgrade (etch - lenny)

2008-06-25 Thread Bdale Garbee
On Wed, 2008-06-25 at 18:54 +0100, Marcos Daniel Marado Torres wrote:

 Fell free to ask any questions you have.

I'm pretty sure this is the consequence of moving some files from one
binary package to another without getting the package relationship tags
quite right.  Will fix before the next upload.

Bdale




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



Bug#488035: texlive-base-bin: contains a static copy of fmtutil.cnf in the search path

2008-06-25 Thread Frank Küster
Package: texlive-base-bin
Version: 2007.dfsg.1-4.np.etch.1
Severity: normal

$ dlocate fmtutil.cnf
texlive-base-bin: /usr/share/man/man5/fmtutil.cnf.5.gz
texlive-base-bin: /usr/share/texmf-texlive/web2c/fmtutil.cnf

If the generation of /var/lib/texmf/web2c/fmtutil.cnf fails somehow, the
format generation should rather fail with a fmtutil.cnf not found
message, not at an arbitrary point once the static file doesn't match
reality any more.

Regards, Frank

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-base-bin depends on:
ii  ed   0.7-1   The classic unix line editor
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libkpathsea4 2007.dfsg.1-4.np.etch.1 TeX Live: path search library for 
ii  libncurses5  5.6+20080308-1  Shared libraries for terminal hand
ii  libpng12-0   1.2.27-1PNG library - runtime
ii  libpoppler0c20.4.5-5.1etch2  PDF rendering library
ii  libx11-6 2:1.1.4-2   X11 client-side library
ii  libxaw7  2:1.0.4-2   X11 Athena Widget library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  libxpm4  1:3.5.7-1   X11 pixmap library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  mime-support 3.44-1  MIME files 'mime.types'  'mailcap
ii  perl 5.10.0-10   Larry Wall's Practical Extraction 
ii  texlive-common   2007.dfsg.1-1   TeX Live: Base component
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages texlive-base-bin recommends:
ii  perl-tk  1:804.028-1+b1  Perl module providing the Tk graph
ii  texlive-base-bin 2007.dfsg.1-4.np.etch.1 TeX Live: Documentation files for 

Versions of packages tex-common depends on:
ii  debconf   1.5.22 Debian configuration management sy
ii  ucf   3.007  Update Configuration File: preserv

Versions of packages texlive-base-bin is related to:
pn  tetex-base none(no description available)
ii  tetex-bin  2007.dfsg.1-1 TeX Live: teTeX transitional packa
ii  tetex-extra2007.dfsg.1-1 TeX Live: teTeX transitional packa
ii  tex-common 1.11  common infrastructure for building

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)



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



Bug#399721: closed by Daniel Kobras [EMAIL PROTECTED] (Bug#399721: fixed in glame 2.0.1-5)

2008-06-25 Thread José Alburquerque

Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
which was filed against the glame package:

#399721: glame is still missing a menu icon (at least in gnome desktop)

It has been closed by Daniel Kobras [EMAIL PROTECTED].

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Daniel Kobras [EMAIL 
PROTECTED] by
replying to this email.
  


Thanks for fixing this.  Now GLAME doesn't appear at all in GNOME menu.  
I'm attaching a patch.  Do you think it is useful?




  




Subject:
Bug#399721: fixed in glame 2.0.1-5
From:
Daniel Kobras [EMAIL PROTECTED]
Date:
Wed, 18 Jun 2008 18:32:03 +
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]


Source: glame
Source-Version: 2.0.1-5

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

glame_2.0.1-5.diff.gz
  to pool/main/g/glame/glame_2.0.1-5.diff.gz
glame_2.0.1-5.dsc
  to pool/main/g/glame/glame_2.0.1-5.dsc
glame_2.0.1-5_amd64.deb
  to pool/main/g/glame/glame_2.0.1-5_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.
Daniel Kobras [EMAIL PROTECTED] (supplier of updated glame 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: Wed, 18 Jun 2008 20:01:09 +0200
Source: glame
Binary: glame
Architecture: source amd64
Version: 2.0.1-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Daniel Kobras [EMAIL PROTECTED]
Description: 
 glame  - versatile audio processor

Closes: 399721 424327 486034
Changes: 
 glame (2.0.1-5) unstable; urgency=low

 .
   * Added patches:
 + [10_desktop_icon_fix] New.
   Fix type and location of icon in .desktop file. Closes: #399721
   * debian/rules: Remove temporary HTML in clean target to fix build
 failure during rebuild. Closes: #424327
   * debian/rules: Clean up po/de.gmo after patching po/de.po to avoid
 unrepresentable binary changes during rebuild.
   * debian/compat: Move setting of debhelper compat level from rules to
 separate file.
   * debian/rules: No longer ignore all errors from make distclean.
   * debian/rules: Override definition of Multimediadir to conform with
 current freedesktop.org specs for placement of .desktop files.
   * debian/rules: Stop providing conversion tool for 0.4 format that
 was discontinued more than six years ago. Closes: #486034
   * debian/glame.manpages: No longer install man page for conversion script.
   * debian/glame.menu: Move from section Apps to new section Applications.
   * debian/control: Complies with version 3.8.0 of Debian policy.
   * debian/control: Replace obsolete tetex-bin build-dependency with new
 texlive-latex-base.
   * debian/README.source: Add documentation about patch system used for
 Debian packaging.
Checksums-Sha1: 
 7db99bfe886e6e36720eebd316625d732ca1ed57 1342 glame_2.0.1-5.dsc

 c7387a8e19783d8cf5748653e0df9aec8b6731a1 25118 glame_2.0.1-5.diff.gz
 c7b188cb221144e7cf834701b8fee52e30f5b54f 863096 glame_2.0.1-5_amd64.deb
Checksums-Sha256: 
 90ab4b84a98abb3042101f004dfda643f853c69fa58b81541cc3025e2eaa7df7 1342 glame_2.0.1-5.dsc

 1c33718d4c03da4169819fdedc12dc546125e85f41210220f1028691a70f0b57 25118 
glame_2.0.1-5.diff.gz
 d0fedbbc93738fa2d3f87c8a3920b762dc31076a9270925cabf70a0049655a3d 863096 
glame_2.0.1-5_amd64.deb
Files: 
 e3466d681973e3c26d4bea44c3303ebb 1342 sound extra glame_2.0.1-5.dsc

 d6a0fa148b7d589b0da0f56adcac55dc 25118 sound extra glame_2.0.1-5.diff.gz
 04dd5d7944bc516be8ed2c0fe8e4879c 863096 sound extra glame_2.0.1-5_amd64.deb

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

iEYEARECAAYFAkhZUMUACgkQpOKIA4m/fiv5fACfVk1uZfWyD02tQ8omCBoR7inb
KtcAoJFsG54593H4u8wsPhUZ7CY2lwkN
=caR/
-END PGP SIGNATURE-


  




Subject:
glame is still missing a menu icon (at least in gnome desktop)
From:
José Alburquerque [EMAIL PROTECTED]
Date:
Tue, 21 Nov 2006 11:02:17 -0500
To:
Debian Bug Tracking System [EMAIL PROTECTED]

To:
Debian Bug Tracking System [EMAIL PROTECTED]


Package: glame
Version: 2.0.1-4
Severity: minor


I noticed that someone had reported that a menu icon was missing for
glame (bug #299367).  I've been running glame for a few months now and
my menu (gnome) also does not have 

Bug#488036: creox: Use --with-qt-dir when building

2008-06-25 Thread James Westby
Package: creox
Version: 0.2.2rc2-3
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

Please consider applying the following patch, created
by Stephan Hermann for Ubuntu, which passes 

  --with-qt-dir=/usr/share/qt3
  --with-qt-includes=/usr/include/qt3
  --with-qt-libraries=/usr/lib

when building as it does not honour QTDIR environment var

(Apologies for including the frivolous change to the other line)

Thanks,

James



diff -pruN 0.2.2rc2-3/debian/rules 0.2.2rc2-3ubuntu3/debian/rules
--- 0.2.2rc2-3/debian/rules 2007-08-15 09:10:38.0 +0100
+++ 0.2.2rc2-3ubuntu3/debian/rules  2007-08-15 09:09:46.0 +0100
@@ -27,11 +27,11 @@ endif
 config.status: configure
dh_testdir
# Add here commands to configure the package.
-   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--disable-rpath
+   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--disable-rpath --with-qt-dir=/usr/share/qt3 
--with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib
 
 build: build-stamp
 
-build-stamp: patch config.status
+build-stamp:  patch config.status
dh_testdir
 
# Add here commands to compile the package.




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



Bug#488037: Fwd: PACOTE: [INTL:pt] Updated Portuguese translation for debconf messages

2008-06-25 Thread Traduz - Portuguese Translation Team
Package: xmail
Version: 1.25-3
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for xmail's debconf messages.
Translator: [EMAIL PROTECTED]
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


-- 
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#273054: Improve your resume in less than 40 days

2008-06-25 Thread Mariano Maddox
Add the title MBA to your resume

Add the title MBA to your resume

Call 24/7 on

For US: 1-419-735-9250
Outside US: +1-419-735-9250




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



Bug#488038: texlive-base-bin: kpsewhere weirdness

2008-06-25 Thread Frank Küster
Package: texlive-base-bin
Version: 2007.dfsg.1-4.np.etch.1
Severity: normal

[By the way, Norbert, your etch backport of the package has a higher
version number than the lenny version. I've switched to lenny meanwhile,
but I still have the backport installed until 2007.dfsg.2-1 reaches
testing. Better use ~ in the version number]

kpsewhere acts very strangely here. It looks as if the whole concept of
kpsewhere flawed, maybe only in newer web2c/libkpathsea versions? 

Or is there a Debian-specific breakage?



$ kpsewhere texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf

It does *not* find an other texmf.cnf file I have, nore other duplicate
files. 

$ ls .texmf-config/web2c/texmf.cnf
.texmf-config/web2c/texmf.cnf

So I investigated what kpsewhere does:

$ tail /usr/bin/kpsewhere 

IFS=':'
for file
do
for path in `kpsewhich --expand-path='$TEXMF'`
do
eval TEXMF=\$path kpsewhich $options \\$file\
done
done
exit 0
$ IFS=':'
$ for path in $kpsepath; do echo $path; done
/home/frank/.texmf-config
/home/frank/.texmf-var
/home/frank/texmf
/etc/texmf
/var/lib/texmf
/usr/local/share/texmf
/usr/share/texmf
/usr/share/texmf-texlive

That looks good.

$ for path in $kpsepath; do eval TEXMF=\$path kpsewhich --var-value=TEXMF; done
/home/frank/.texmf-config
/home/frank/.texmf-var
/home/frank/texmf
/etc/texmf
/var/lib/texmf
/usr/local/share/texmf
/usr/share/texmf
/usr/share/texmf-texlive

That too, but

$ for path in $kpsepath; do eval TEXMF=\$path kpsewhich texmf.cnf; done
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/web2c/texmf.cnf

This behavior doesn't only show up with texmf.cnf, the same with
fmtutil.cnf (with and without --format='web2c files').


Regards, Frank

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-base-bin depends on:
ii  ed   0.7-1   The classic unix line editor
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libkpathsea4 2007.dfsg.1-4.np.etch.1 TeX Live: path search library for 
ii  libncurses5  5.6+20080308-1  Shared libraries for terminal hand
ii  libpng12-0   1.2.27-1PNG library - runtime
ii  libpoppler0c20.4.5-5.1etch2  PDF rendering library
ii  libx11-6 2:1.1.4-2   X11 client-side library
ii  libxaw7  2:1.0.4-2   X11 Athena Widget library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  libxpm4  1:3.5.7-1   X11 pixmap library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  mime-support 3.44-1  MIME files 'mime.types'  'mailcap
ii  perl 5.10.0-10   Larry Wall's Practical Extraction 
ii  texlive-common   2007.dfsg.1-1   TeX Live: Base component
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages texlive-base-bin recommends:
ii  perl-tk  1:804.028-1+b1  Perl module providing the Tk graph
ii  texlive-base-bin 2007.dfsg.1-4.np.etch.1 TeX Live: Documentation files for 

Versions of packages tex-common depends on:
ii  debconf   1.5.22 Debian configuration management sy
ii  ucf   3.007  Update Configuration File: preserv

Versions of packages texlive-base-bin is related to:
pn  tetex-base none(no description available)
ii  tetex-bin  2007.dfsg.1-1 TeX Live: teTeX transitional packa
ii  tetex-extra2007.dfsg.1-1 TeX Live: teTeX transitional packa
ii  tex-common 1.11  common infrastructure for building

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)



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



Bug#459264: Wrong Spanish translation for seyon in #459264

2008-06-25 Thread Christian Perrier
That bug report, which I went on because it appeared on my old l10n
bugs radar, contains a translation of debconf templates
for...twiki..:-)

I suspect a mistake by the translator, which was not spotted by the
maintainer. It is pretty likely that the original translator can't
find the original translation, unless the Spanish l10n mailing list
still has it somewhere.

The bug was reported on Jan 5th, 2008, so searching in
debian-l10n-spanish should be done just before that date.

(No, I can't do that myself as I'm offline right now...)

-- 




signature.asc
Description: Digital signature


Bug#488041: eric: Eric4 crashes at startup

2008-06-25 Thread Kjo Hansi Glaz
Package: eric
Version: 4.1.5-1
Severity: grave
Justification: renders package unusable


When trying to start eric on my lenny, it hangs and I get the following
output :

class 'PyQt4.QtGui.QDockWidget'
An unhandled exception occurred. Please report the problem using the
error reporting dialog or via email to [EMAIL PROTECTED]. A
log has been written to /home/kjo/.eric4/eric4_error.log.

Error information:

2008-06-25, 16:56:20

type 'exceptions.TypeError':
argument 1 of QsciScintilla() has an invalid type

  File /usr/share/eric/modules/eric4.py, line 248, in module
main()
  File /usr/share/eric/modules/eric4.py, line 233, in main
mainWindow = UserInterface(loc, splash, pluginFile)
  File /usr/share/eric/modules/UI/UserInterface.py, line
216, in __init__
self.__createLayout(debugServer)
  File /usr/share/eric/modules/UI/UserInterface.py,
line 655, in __createLayout
self.shell = Shell(debugServer,
self.viewmanager, self.shellDock)
  File /usr/share/eric/modules/QScintilla/Shell.py,
line 42, in __init__
QsciScintillaCompat.__init__(self, parent)
  File /usr/share/eric/modules/QScintilla/QsciScintillaCompat.py,
line 53, in __init__
QsciScintilla.__init__(self, parent)


Version Numbers:
  Python 2.5.2
  Qt 4.4.0
  PyQt4 4.4.2
  sip sip version not available
  QScintilla 2.2
  eric4 4.1.5 (r2207)

Platform: linux2
2.5.2 (r252:60911, May 28 2008, 08:35:32)
[GCC 4.2.4 (Debian 4.2.4-1)]


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

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

Versions of packages eric depends on:
ii  bicyclerepair 0.9-4.2A refactoring tool for python
ii  python2.5.2-1An interactive high-level
object-o
ii  python-central0.6.7  register and build utility
for Pyt
ii  python-qscintilla22.2-1  Python bindings for
QScintilla 2
ii  python-qt44.4.2-1Python bindings for Qt4

Versions of packages eric recommends:
ii  eric-api-files4.1.5-1API description files for
use with
ii  libqt3-i18n   3:3.3.8b-5 i18n files for Qt3 library

-- no debconf information



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



Bug#488040: cl-ppcre: Cannot include package in clisp compiler

2008-06-25 Thread Riccardo Ricci
Package: cl-ppcre
Version: 1.3.2-2
Severity: grave
Justification: renders package unusable

When I try to compile a file .lisp that include cl-ppcre:X compile
fails.

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

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

Versions of packages cl-ppcre depends on:
ii  common-lisp-controller6.15   Common Lisp source and compiler ma

cl-ppcre recommends no packages.

-- no debconf information



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



Bug#482915: texlive-doc-en: No license info for some fontinst documentation

2008-06-25 Thread Norbert Preining
On Mi, 25 Jun 2008, Frank Küster wrote:
 Can you take the opportunity to show me how to find out myself why this
 is not copied to Master/texmf-dist/doc/fontinst/?

Why, because we (Karl, me, whoever) didn't include it into the TeX Live
repository? I am not sure what you mean with show me  The talks
directory is not only not present in the Debian packages, but also in
upstream TL 2007 Master. So well.

 The graphical representation, on the other hand, might be protected by
 IP law. 

I will (would?) take a practical POV: All the documents/files are free,
that one .fig is missing a statement, so what.

I will (would?) add the .fig, and close this bug.

WDYT?

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
SNITTERFIELD (n.)
Office noticeboard on which snitters (q.v.), cards saying 'You don't
have to be mad to work here, but if you are it helps !!!' and slightly
smutty postcards from Ibiza get pinned up by snitterbies (q.v.)
--- Douglas Adams, The Meaning of Liff



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



Bug#484270: iceweasel 3.0~b5-4 seg fault - fixed

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 10:48:45PM +0300, Teodor wrote:
 On 6/25/08, Michael Danziger [EMAIL PROTECTED] wrote:
  ~$ apt-cache show ia32-libs-xulrunner
  Package: ia32-libs-xulrunner
  Maintainer: Christian Marillat [EMAIL PROTECTED]
   Architecture: amd64
  Version: 1.8.1.3-0.2
 
 I'm running amd64 at home and I don't have this package installed nor
 found available.

That's normal, it's not a package provided by debian.

Mike



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



Bug#482393: Info received (Bug solved)

2008-06-25 Thread Kjo Hansi Glaz
I think you can close this bug as it was solved by the update of python
packages, as I reportde before.



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



Bug#484434: debdiff updated to fix bashism in clean target

2008-06-25 Thread Marco Rodrigues

Hi! I'm attaching a new debdiff with fixed bashism in clean target. Thanks to
Thijs for finding it.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -u roxterm-1.11.1/debian/rules roxterm-1.11.1/debian/rules
--- roxterm-1.11.1/debian/rules
+++ roxterm-1.11.1/debian/rules
@@ -44,7 +44,7 @@
[ ! -f Makefile ] || $(MAKE) clean
[ ! -f Makefile ] || $(MAKE) distclean
-$(RM) config.sub config.guess
-   -$(RM) roxterm{-config,}.1
+   -$(RM) roxterm.1 roxterm-config.1
 
dh_clean
 
@@ -62,7 +62,9 @@
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
$(CURDIR)/debian/roxterm-config.xml
cp -f $(CURDIR)/debian/roxterm.xpm 
$(CURDIR)/debian/roxterm/usr/share/pixmaps/
-   -$(RM) 
$(CURDIR)/debian/roxterm/usr/share/doc/roxterm/{COPYING,AUTHORS,README}
+   -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/COPYING
+   -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/AUTHORS
+   -$(RM) $(CURDIR)/debian/roxterm/usr/share/doc/roxterm/README
 
 binary-indep: build install
 
diff -u roxterm-1.11.1/debian/changelog roxterm-1.11.1/debian/changelog
--- roxterm-1.11.1/debian/changelog
+++ roxterm-1.11.1/debian/changelog
@@ -1,3 +1,11 @@
+roxterm (1.11.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
++ Fix bashism (Closes: #484434). Thanks to Chris Lamb.
+
+ -- Marco Rodrigues [EMAIL PROTECTED]  Wed, 25 Jun 2008 20:43:10 +0100
+
 roxterm (1.11.1-1) unstable; urgency=low
 
   * New upstream release. (Closes: #471791)


Bug#484270: iceweasel 3.0~b5-4 seg fault - fixed

2008-06-25 Thread Teodor
On 6/25/08, Michael Danziger [EMAIL PROTECTED] wrote:
 ~$ apt-cache show ia32-libs-xulrunner
 Package: ia32-libs-xulrunner
 Maintainer: Christian Marillat [EMAIL PROTECTED]
  Architecture: amd64
 Version: 1.8.1.3-0.2

I'm running amd64 at home and I don't have this package installed nor
found available.

piti:~# aptitude search ia32-libs
i A ia32-libs -
ia32 shared libraries for use on amd64 and ia64 systems
i A ia32-libs-gtk -
GTK+ ia32 shared libraries
piti:~#
piti:~#
piti:~# apt-cache search ia32-libs
ia32-libs - ia32 shared libraries for use on amd64 and ia64 systems
ia32-libs-gtk - GTK+ ia32 shared libraries
piti:~#


Do you have any extra repositories in your sources.list file?
For a proper test of iceweasel 3.0 you should purge that package since
it seems to be compatible with xulrunner 1.8 and NOT 1.9 required by
iceweasel/firefox 3.0.

Thanks



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



Bug#488042: clisp: Cannot compile/include own packages.

2008-06-25 Thread Riccardo Ricci
Package: clisp
Version: 1:2.44.1-1
Severity: important

When I try to compile a file that use a custom package, it fail.


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

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

Versions of packages clisp depends on:
ii  common-lisp-controller6.15   Common Lisp source and compiler ma
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libdb4.6  4.6.21-10  Berkeley v4.6 Database Libraries [
ii  libffcall11.10+2.41-3Foreign Function Call Libraries
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libncurses5   5.6+20080614-1 Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libsigsegv0   2.5-1  Library for handling page faults i
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxau6   1:1.0.3-3  X11 authorisation library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxpm4   1:3.5.7-1  X11 pixmap library

clisp recommends no packages.

-- no debconf information



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



Bug#487149: texlive-doc-en: Source missing for some documentation files

2008-06-25 Thread Norbert Preining
On Mi, 25 Jun 2008, Frank Küster wrote:
 Yes, please.

Already committed.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
BANFF
Pertaining to, or descriptive of, that kind of facial expression which
is impossible to achieve except when having a passport photograph
taken.
--- Douglas Adams, The Meaning of Liff



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



Bug#488039: policy: chown uses owner:group not owner.group

2008-06-25 Thread Kurt Roeckx
Package: debian-policy
Version: 3.8.0.1
Severity: minor

There are several places in policy that use something like root.root,
when talking about the owner and group of a file.  People used to use
that notation to separate the owner and group, and it
still works, but the proper notation would be root:root.

I found atleast the following:
- 9.1.2: root.staff (also has a proper chown call.)
- 10.9: root.root
- 11.6: user.mail, root.mail
- 11.11: root.games (2 times)


Kurt




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



Bug#488043: gcl: Cannot link object file.

2008-06-25 Thread Riccardo Ricci
Package: gcl
Version: 2.6.7-36.1
Severity: important

When I compile a .lisp file with gcl it create a .o object file, but
it can't be linked to create an executable.


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

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

Versions of packages gcl depends on:
ii  debconf   1.5.22 Debian configuration management sy
ii  emacs22 [emacsen] 22.2+2-2   The GNU Emacs editor
ii  gcc   4:4.3.1-1  The GNU C compiler
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libncurses5   5.6+20080614-1 Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxaw7   2:1.0.4-2  X11 Athena Widget library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  tcl8.48.4.19-2   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.19-1   Tk toolkit for Tcl and X11, v8.4 -

gcl recommends no packages.

-- debconf information:
  gcl/default_gcl_ansi:
  gcl/default_gcl_prof:



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



Bug#488044: xneur: New upstream version - please update

2008-06-25 Thread Hai Zaar
Package: xneur
Severity: wishlist

New upstream verison is avaulable - 0.9.
It contains a lot of improvements.

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

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



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



Bug#488041: eric: Eric4 crashes at startup

2008-06-25 Thread Gudjon I. Gudjonsson
Hi
This is due to Qscintilla2. You need version 2.2-4 but the version in 
testing is 2.2-1.
Please install the version from unstable. I have already informed the 
maintainer of Qscintilla2 and I hope the problem will be solved in few days.

Cheers
Gudjon



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



Bug#488041: Fwd: Re: eric stirbt beim starten

2008-06-25 Thread Mag. Dr. Nikolaus Klepp
This is what I got from Detlev Offenbach:

--  Weitergeleitete Nachricht  --

Betreff: Re: eric stirbt beim starten
Datum: Mittwoch, 25. Juni 2008
Von: Detlev Offenbach [EMAIL PROTECTED]
An: Mag. Dr. Nikolaus Klepp [EMAIL PROTECTED]

On Dienstag, 24. Juni 2008, you wrote:
 hallo!

 ERIC stirbt beim starten gleich nach dem splashscreen, fehlerlog liegt bei.

 lg,
 nik

You probably upgraded PyQt4 and didn't recreate the QScintilla Python 
bindings.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

---

-- 

Mag. Dr. Nikolaus Klepp
IT Consultant
Einnehmerstraße 14
A-4810 Gmunden
Tel.: +43 650 82 11 724
email: [EMAIL PROTECTED]



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



Bug#488045: bug-triage: usertags column is empty even if usertags exist

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: normal

Hi,
selecting to view Usertags column, its information are empty, while
even usertags are set. For reference take Query=(src: reportbug),
usertags column is empy whereas #448806 and #293361 have wnpp usertag
set.

Kindly,
Sandro

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

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

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488046: bug-triage: bug-number column ordering is done lexicographically and not numerically

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: minor

Hi,
ordering the bugs list by Bug Number column, the ordering is done as if
they are string (lexicographically) instead of number, so it happens
that bug 85851 is showed on top of the list, before 487674 that should
be on top instread (still Query=(src: reportbug)).

Thanks,
Sandro

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

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

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#487585: [pkg-wpa-devel] Bug#487585: Bug#487585: Bug#487585: Doesn't associate with wext driver, consider readding madwifi.

2008-06-25 Thread Matthew mentor Bell
On Wed, 2008-06-25 at 22:07 +0800, Glenn Saberton wrote:
 I think it would be beneficial to all if the people that are
 experiencing problems with the current debian madwifi package with the
 current wpasupplicant package, that they would actually supply some
 debug info to the relevant upstream so it could be fixed there rather
 than continue down a deprecated path. As a reasonably long time user of
 both madwifi and wpasupplicant with several atheros chips and no
 problems using wext, I think it would be more useful to find the cause
 of the problem than revert to using code that no-one wants to support.

Yeah, I'd like this too.

Matthew




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



Bug#488047: kde-window-manager: trying to put application from kde global application seletion menu on desktop sometimes fails

2008-06-25 Thread Eric Valette
Package: kde-window-manager
Version: 4:4.0.82+svn819867-1
Severity: normal

As the destop icons have disapppeared when installing kde4, I've tried to
put them back at their place. I managed to do it with iceweasel but curiously
not with icedove. They both appear whith their correct icons and start correctly
when lauched from K-applications-networking-SelectedApp.

Filezilla works, amarok does not, iceweasel works icedove does not??? Did not
manage to find a pattern to explain this.

When it does not work, It places something on the desktop, but instead f the 
normal icon it get the gear
symbol and when I click on it it satrt kedit whith an error message.

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

Kernel: Linux 2.6.26-rc7 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages kde-window-manager depends on:
ii  kdebase-runtime 4:4.0.82+svn819867-1 runtime components from the offici
ii  kdelibs54:4.0.82+svn819867-1 core libraries for all KDE 4 appli
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libcaptury0 0.3.0~svn158-1   X11/GLX video capturing framework 
ii  libgl1-mesa-glx [li 7.0.3-4  A free implementation of the OpenG
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libkdecorations44:4.0.82+svn819867-1 library used by decorations for th
ii  libkwineffects1 4:4.0.82+svn819867-1 library used by effects for the KD
ii  libqt4-dbus 4.4.0-3  Qt 4 D-Bus module
ii  libqt4-qt3support   4.4.0-3  Qt 3 compatibility library for Qt 
ii  libqtcore4  4.4.0-3  Qt 4 core module
ii  libqtgui4   4.4.0-3  Qt 4 GUI module
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libstdc++6  4.3.1-2  The GNU Standard C++ Library v3
ii  libx11-62:1.1.4-2X11 client-side library
ii  libxcomposite1  1:0.4.0-3X11 Composite extension library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxrandr2  2:1.2.2-2X11 RandR extension library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra

kde-window-manager recommends no packages.

-- no debconf information




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



Bug#487886: tasque: does not display any tasks

2008-06-25 Thread Nicolas Évrard
* Sebastian Dröge  [2008-06-25 07:40 +0200]: 

Am Dienstag, den 24.06.2008, 22:36 +0200 schrieb Nicolas Évrard:

Package: tasque
Version: 0.1.6-1
Severity: important


I'm currently using tasks (from package tasks) as my task manager but 
I also try regularly tasque. In the previous version of tasque my 
programs shared the tasks without problem.


But with this version of tasque, I do not find my tasks anymore. 
Moreover I also noticed that my tasks does not appear anymore on the 
panel clock (version 2.22.1.3-2).


Which backend for storing tasks are you using? It sounds like you want
the evolution data server backend, if you choose that in the settings
does everything work again as expected? Also, are your tasks visible
from evolution for example or only from tasks?


I use the eds backend.

I installed evolution and launched it, it displayed my tasks. Tasque 
now display my tasks too the communication between task, tasque and 
evolution is working fine. The only issue is that tasks is using two 
categories for my tasks but evolution and tasque put them in a 
Personal category.


--
(°  Nicolas Évrard
/ )  Liège - Belgique
^^



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



Bug#488049: save audiostream file selector dialog: changing directory causes fatal error, probably STRING OVERFLOW

2008-06-25 Thread Roland Eggner
Package: kaffeine
Version: 0.8.6-2
Severity: important
Tags: security

--- Please enter the report below this line. ---

How to reproduce:
-
(1)  specify an existing directory in dialog
Settings - xine Engine Parameters - media - Expert Options - capture.save_dir
(2)  connect to an audiostream server
(3)  open dialog File - Save Stream..
(4)  notice that directory (1) is preselected
(5)  specify path matching pattern 'subdir/filename' or '../filename' and
hit enter

Expected:
-
Kaffeine should save audiostream to path (5) RELATIVE to directory (1),
as dialog (5) has promised

Observed:
-
message pops up
 Requested resource does not exist
 (mms://stream4.orf.at/oe1-wort#save:/home/roland/Dokumente/www/Kaffeine/hda11/Salzburg.wma)
where URL and save path mentioned within parenthesis MATCH exactly (2), (1) and 
(5),
in fact they exist

select Details:
 09:41:57 PM: input_rip: error opening file
 `[0e/roland/Dokumente/www/Kaffeine/hda11/Salzburg.wma: No such file or 
 directory
  
notice first 4 characters of path are replaced by BINARY data
 09:41:57 PM: xine: join rip input plugin
 09:41:57 PM: xine: found input plugin  : mms streaming input plugin
 09:41:57 PM: xine: The specified save_dir
 `[0e/roland/Dokumente/www/Kaffeine/hda11 might be a security risk.
   
notice first 4 characters of path are replaced by BINARY data

on close by ctrl-q Kaffeine writes this path with the leading BINARY data to
~/.kde/share/apps/kaffeine/xine-config: media.capture.save_dir:

when I restart Kaffeine I CANNOT save any audiostream UNTIL I open dialog (1)
and correct save_dir


looks like a STRING OVERFLOW,
please check if severity important and tag security are appropriate
#369564 is perhaps related


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.12roland2

Debian Release: lenny/sid
  500 unstablegd.tuwien.ac.at 
  500 testing security.debian.org 
  500 testing gd.tuwien.ac.at 
  500 oldstable   gd.tuwien.ac.at 
1 experimentalgd.tuwien.ac.at 

--- Package information. ---
Depends   (Version) | Installed
===-+-
hdparm  | 6.9-2
kdelibs4c2a(= 4:3.5.9) | 4:3.5.9.dfsg.1-4
libc6(= 2.7-1) | 2.7-3
libcdparanoia0  | 3.10+debian~pre0-4
libgcc1 (= 1:4.1.1-21) | 1:4.3.0-3
libogg0 (= 1.0rc3) | 1.1.3-2
libqt3-mt (= 3:3.3.8b) | 3:3.3.8b-5
libstdc++6(= 4.1.1-21) | 4.3.0-3
libvorbis0a  (= 1.1.2) | 1.2.0.dfsg-2
libvorbisenc2(= 1.1.2) | 1.1.2.dfsg-1.2
libx11-6| 2:1.0.3-7
libxcb1 | 1.1-1
libxext6| 1:1.0.1-2
libxine1 (= 1.1.8) | 1.1.10.1-1
libxine1-ffmpeg | 1.1.10.1-1
libxine1-x  | 1.1.10.1-1
libxinerama1| 1:1.0.1-4.1
libxtst6| 1:1.0.1-5


-- 
Roland Eggner




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



Bug#487719: [Pkg-alsa-devel] Bug#487719: Acknowledgement (alsamixer: function snd_ctl_open failed for default: No such file or directory)

2008-06-25 Thread Dan Chen
The symptom noted below all but rules out alsa-utils as the source of the 
error; you're dealing with either Linux or hardware.


- Original Message 
From: Cristian Ionescu-Idbohrn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 25, 2008 2:20:53 PM
Subject: [Pkg-alsa-devel] Bug#487719: Acknowledgement (alsamixer: function 
snd_ctl_open failed for default: No such file or directory)

Something got really screwed up :(
After cold boot:

# /etc/init.d/alsa-utils restart
Shutting down ALSA...warning: 'alsactl store' failed with error message
'alsactl: save_state:1497: No soundcards found...'...Invalid card number.

Rebooting (warm) restores things to normal behaviour, but that's wintendo
behaviour that makes me unhappy.



  



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



Bug#488048: after removing apt-listbugs interactively, aptitude still insists on calling it until restart

2008-06-25 Thread Florian Schlichting
Package: aptitude
Version: 0.4.11.4-1
Severity: normal

after removing apt-listbugs interactively, aptitude is unable to execute
any further package manipulation batch because it can't call ...
surprise, apt-listbugs!

/bin/sh: /usr/sbin/apt-listbugs: not found
E: Sub-process /usr/sbin/apt-listbugs apt || exit 10 returned an error code (10)
E: Failure running script /usr/sbin/apt-listbugs apt || exit 10
A package failed to install.  Trying to recover:
Press return to continue.

upon removal, apt-listbugs renames /etc/apt/apt.conf.d/10apt-listbugs to
/etc/apt/apt.conf.d/10apt-listbugs.disabled, but even moving that file
out of the way doesn't help; it seems it's necessary to quit aptitude
altogether and start it up anew (and then 10apt-listbugs.disabled is not
a problem either).

so perhaps aptitude should check / reload the apt configuration after every
install/remove batch?


-- Package-specific info:
aptitude 0.4.11.4 compiled at Jun  8 2008 00:56:54
Compiler: g++ 4.3.1 20080523 (prerelease)
Compiled against:
  apt version 4.6.0
  NCurses version 5.6
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.6.20080308
  cwidget version: 0.5.11
  Apt version: 4.6.0
linux-gate.so.1 =  (0xb7ef7000)
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0xb7e29000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7ded000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb7de7000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb7cf7000)
libept.so.0 = /usr/lib/libept.so.0 (0xb7c7f000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0xb7b0c000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7af6000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7ade000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb79f1000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb79cc000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb79bf000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7871000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb786c000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb7868000)
/lib/ld-linux.so.2 (0xb7ef8000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.25-2-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/dash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.14+b1 Advanced front-end for dpkg
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcwidget30.5.11-1  high-level terminal interface libr
ii  libept00.5.17High-level library for managing De
ii  libgcc11:4.3.1-2 GCC support library
ii  libncursesw5   5.6+20080308-1Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libxapian151.0.5-1   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.11.4-1 English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

-- no debconf information




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



Bug#484121: tasksel: let's sync on the GNOME task

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 10:39:32AM -0400, Joey Hess wrote:
 Mike Hommey wrote:
  The fact is users don't *always* have to set this, because far from all
  websites require it. If so many users were impacted, we would be drowned
  under piles of bug reports about this issue, yet, there is only a few of
  them (only one, iirc). 
 
 A few user reports of sites that don't work.
 
 http://lists.debian.org/debian-user/2008/05/msg00532.html

https://bugzilla.mozilla.org/show_bug.cgi?id=378644

As you can see, this is also a problem for Firefox alpha releases, that
don't use the Firefox name, as well as Seamonkey and others.

 http://lists.debian.org/debian-user/2008/05/msg00631.html

Same as above

 http://lists.debian.org/debian-user/2008/05/msg00580.html

https://bugzilla.mozilla.org/show_bug.cgi?id=303707

 http://lists.debian.org/debian-user/2008/05/msg00074.html

Not an example, merely an answer.

 http://lists.debian.org/debian-user/2007/11/msg01517.html

Same as above

 http://lists.debian.org/debian-user/2007/11/msg00346.html

Blahblah

 http://lists.debian.org/debian-user/2007/09/msg01956.html

Google Toolbar is broken with iceweasel 3.0, better not try to fix this

 http://lists.debian.org/debian-user/2007/08/msg02474.html

Seems like a lot of people know how to work around stupid sites

 http://lists.debian.org/debian-user/2007/08/msg02480.html

https://bugzilla.mozilla.org/show_bug.cgi?id=121832

 http://lists.debian.org/debian-user/2007/08/msg02362.html
 http://lists.debian.org/debian-user/2007/08/msg02074.htmlo

Gmail works in iceweasel, now, so Google was able to fix this, obviously

 http://lists.debian.org/debian-user/2007/07/msg02776.html
 http://lists.debian.org/debian-user/2007/04/msg04484.html
 http://lists.debian.org/debian-user/2007/04/msg04382.html

 http://lists.debian.org/debian-user/2007/01/msg03730.html

A candidate for Report broken web site

 http://lists.debian.org/debian-user/2007/01/msg03183.html

https://bugzilla.mozilla.org/show_bug.cgi?id=389201

 http://lists.debian.org/debian-user/2006/12/msg00334.html

Google toolbar again

 http://forums.debian.net/viewtopic.php?t=26760highlight=firefox+iceweasel+agent

Always the same examples

 http://forums.debian.net/viewtopic.php?t=14861highlight=firefox+iceweasel+agent

Not even a failure example, just people wanting a kewl firefox ua.

 http://forums.debian.net/viewtopic.php?t=21889highlight=firefox+iceweasel+agent

Google toolbar again.

A great number of reports compared to the number of sites concerned...
we're still far from *all* users needing to set this in *all* cases.

(and if these same numerous users were complaining to the site admins
instead of working around these issues, users would probably not even
need these workarounds by now)

Mozilla.org even doesn't add Firefox to their own development releases,
that probably more people than iceweasel users alone use, why should we
even bother? And again, how is this even relevant as to whether
iceweasel might be pulled by tasksel or not ?

Now, for something relevant, do you really want me to get started with
crash reports ?

Mike



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



Bug#488050: no package should depend on xutils anymore

2008-06-25 Thread jidanni
Package: xutils
Version: 1:7.3+11
Severity: wishlist

Dilemma:
# apt-get dist-upgrade
The following NEW packages will be installed:
  xutils-dev
The following packages will be upgraded:
  xutils

But I don't want xutils-dev. I don't use them.

# apt-get purge xutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  gsfonts-x11* t1-cyrillic* ttf-arhangai* ttf-arphic-bkai00mp* 
ttf-arphic-bsmi00lp* ttf-arphic-gbsn00lp*
  ttf-arphic-gkai00mp* xpdf-chinese-simplified* xpdf-chinese-traditional* 
xutils*
0 upgraded, 0 newly installed, 10 to remove and 21 not upgraded.
After this operation, 42.9MB disk space will be freed.

But I do want these.

So apparently the only choice is to file bugs on all the packages
depending on xutils, telling them to please depend on what part of the
now split up xutils they really need.

Perhaps the xutils maintainer would be a better person to file these
bugs, as he knows what the real issues are.

No package should depend on xutils anymore, even if they really need
all its components, I suppose.



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



Bug#485465: battle for the brightness

2008-06-25 Thread Henrique de Moraes Holschuh
On Thu, 26 Jun 2008, [EMAIL PROTECTED] wrote:
 HMH: be sure to add your warning to
 linux-doc-2.6.25/Documentation/laptops/thinkpad-acpi.txt.gz

There are warnings in there already, yes.

 And it seems the severity of this bug should be elevated: something on
 Debian is hijacking the brightness, causing the user to need to hit Fn
 End, or else go blind. But then we thus enter the realm of the user

Well, stop HAL.  If the mess stops, at least we know it is something
dangling from HAL or DBUS.

 the same thing HMH warned about. If it could knock pixels out of h
 (like some kind of melt game), then it surely could blow holes into
 one's data (files) upon saving, etc. who knows -- and may be the root
 of all kinds of funny behavior.

I'd not go that far.  It is likely to do crap in the GPU, which at most will
hard-hang your system.  But even THAT would be a surprise, to date your
report is the first that speaks of anything more serious than the brightness
control just plain refusing to behave in an useful way.

  Remove the ACPI video module from the system.  See if that helps things.
 Maybe you mean one of these
 $ dlocate acpi|grep vid
 linux-image-2.6.25-2-686: 
 /lib/modules/2.6.25-2-686/kernel/drivers/acpi/video.ko
 $ lsmod|grep acpi|grep v
 nvram   8396  1 thinkpad_acpi
 So I would need the exact command to proceed, if we are to explore
 this area still.

rmmod video

  Compile thinkpad-acpi with the THINKPAD_ACPI_DEBUG Kconfig option, and
  give the thinkpad-acpi module the parameter debug=0x.  That might
  produce some debug output I can use.
 
 Errgg... but I am just an apt-get kind of guy... that would be
 entering the deep part of the swimming pool for me.

Well, rmmod thinkpad-acpi; modprobe thinkpad-acpi debug=0x
will already help some (but not much).

  Read the thinkpad-acpi docs in Documentation/thinkpad-acpi.txt (on the
  kernel source tree) and play with the brightness_mode parameters, please.
  Tell me what you find.
 
 Yes, I recall that I did want to try the brightness_mode parameter,
 but couldn't figure out how to use it. Apparently one needs to stick

You can unload thinkpad-acpi using rmmod thinkpad-acpi, and then load it
back again with modprobe thinkpad-acpi parameters.

 Anyway, this battle for the brightness seems to have started only a
 couple of months ago here on sid...

Which means it is probably crap in HAL.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



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



Bug#486354: iceweasel: Confirm the crash on rc1 and rc2

2008-06-25 Thread Daniel Huhardeaux

Mike Hommey a écrit :

[...]
Can you install gdb and iceweasel-dbg, run iceweasel -g, type run at
prompt, wait for the crash, then type bt full and send the output
here

Here we are:

(gdb) bt full
#0 0x7fa75cc3b2cf in JavaPluginFactory5::Initialize () from 
/usr/lib/j2se/1.4/jre/plugin/amd64/mozilla/libjavaplugin_oji.so

No symbol table info available.
#1 0x7fa75cc3a873 in JavaPluginFactory5::Create () from 
/usr/lib/j2se/1.4/jre/plugin/amd64/mozilla/libjavaplugin_oji.so

No symbol table info available.
#2 0x7fa75cc37892 in NSGetFactory () from 
/usr/lib/j2se/1.4/jre/plugin/amd64/mozilla/libjavaplugin_oji.so

No symbol table info available.
#3 0x7fa777d5fc7f in nsPluginFile::GetPluginInfo 
(this=0x7fff81fbb8e0, [EMAIL PROTECTED]) at nsPluginsDirUnix.cpp:453

factory = {nsCOMPtr_base = {mRawPtr = 0x0}, No data fields}
rv = value optimized out
mimedescr = 0x0
name = 0x0
description = 0x0
mgr = (class nsIServiceManagerObsolete *) 0x7fa76b81a1a0
plugin = {nsCOMPtr_base = {mRawPtr = 0x0}, No data fields}
kPluginCID = {m0 = 4291179008, m1 = 53001, m2 = 4562, m3 = ���\217z�\035�}
#4 0x7fa777d5934b in nsPluginHostImpl::ScanPluginsDirectory 
(this=0x7fa7680d1ee0, pluginsDir=value optimized out, 
compManager=value optimized out,
aCreatePluginList=1, aPluginsChanged=0x7fff81fbba14, 
checkForUnwantedPlugins=0) at nsPluginHostImpl.cpp:5181
pluginFile = {_vptr.nsPluginFile = 0x7fa77857af70, pLibrary = 
0x7fa76a316770, mPlugin = {nsCOMPtr_base = {

mRawPtr = 0x7fa768073800}, No data fields}}
pluginLibrary = (PRLibrary *) 0x7fa76a316770
info = {fPluginInfoSize = 72, fName = 0x0, fDescription = 0x0, 
fVariantCount = 0, fMimeTypeArray = 0x0, fMimeDescriptionArray = 0x0,

fExtensionArray = 0x0, fFileName = 0x0, fFullPath = 0x0}
res = value optimized out
file = {nsCOMPtr_base = {mRawPtr = 0x7fa768073800}, No data fields}
localfile = {nsCOMPtr_base = {mRawPtr = 0x7fa768073800}, No data fields}
fileModTime = 1133271649000
pluginTag = {mRawPtr = 0x0}
oldFlags = 1
i = 8
rv = 0
dirPath = {nsFixedCString = {nsCString = {nsACString_internal = 
{nsCSubstring_base = {No data fields},
mData = 0x7fa7697c9a38 /usr/lib/mozilla/plugins, mLength = 24, mFlags 
= 65541}, No data fields}, mFixedCapacity = 63,

mFixedBuf = 0x7fff81fbb830 },
mStorage = 
[EMAIL PROTECTED]@7\ah�\177\000}

iter = {nsCOMPtr_base = {mRawPtr = 0x7fa768129e40}, No data fields}
pluginFilesArray = {nsVoidArray = {mImpl = 0x7fa769734550},
mAutoBuf = [EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED];j�\177\000\000\200^;j�\177\000}

hasMore = 0
---Type return to continue, or q return to quit---
#5 0x7fa777d596c9 in nsPluginHostImpl::ScanPluginsDirectoryList 
(this=0x7fa7680d1ee0, dirEnum=0x7fa76adcfa60, compManager=0x7fa76b81a170,
aCreatePluginList=1, aPluginsChanged=0x7fff81fbbac8, 
checkForUnwantedPlugins=0) at nsPluginHostImpl.cpp:5284

supports = {nsCOMPtr_base = {mRawPtr = 0x7fa768073740}, No data fields}
rv = 0
nextDir = {nsCOMPtr_base = {mRawPtr = 0x7fa768073740}, No data fields}
pluginschanged = 1
hasMore = 1
#6 0x7fa777d597fa in nsPluginHostImpl::FindPlugins 
(this=0x7fa7680d1ee0, aCreatePluginList=1, aPluginsChanged=0x7fff81fbbb1c)

at nsPluginHostImpl.cpp:5376
rv = 0
compManager = {nsCOMPtr_base = {mRawPtr = 0x7fa76b81a170}, No data 
fields}
dirService = {nsCOMPtr_base = {mRawPtr = 0x7fa778b50198}, No data 
fields}

dirList = {nsCOMPtr_base = {mRawPtr = 0x7fa76adcfa60}, No data fields}
pluginschanged = 1
next = {mRawPtr = 0x0}
prev = {mRawPtr = 0x7fa778b6c300}
#7 0x7fa777d5997c in nsPluginHostImpl::LoadPlugins 
(this=0x7fa78001) at nsPluginHostImpl.cpp:5304

pluginschanged = value optimized out
rv = value optimized out
#8 0x7fa777d51160 in nsPluginHostImpl::FindPluginForType 
(this=0x7fa78001, aMimeType=0x7fff81fbb478 J7�\\�\177, 
aCheckEnabled=0)

at nsPluginHostImpl.cpp:4495
plugins = (nsPluginTag *) 0x0
variants = value optimized out
cnt = value optimized out
#9 0x7fa777d5128f in nsPluginHostImpl::IsPluginEnabledForType 
(this=0x7fa78001, aMimeType=0x7fff81fbb478 J7�\\�\177) at 
nsPluginHostImpl.cpp:4213

plugin = value optimized out
#10 0x7fa777e240e7 in nsJVMManager (this=0x7fa76786b6d0, 
outer=0x7fa76786b700) at nsJVMManager.cpp:395

No locals.
#11 0x7fa777e29409 in nsJVMManagerConstructor (aOuter=0x0, 
[EMAIL PROTECTED], aResult=0x7fff81fbbc70) at nsCJVMManagerFactory.cpp:57

inst = (class nsJVMManager *) 0x7fa78001
inner = value optimized out
rv = value optimized out
#12 0x7fa777eaf976 in nsComponentManagerImpl::CreateInstance 
(this=value optimized out, aClass=value optimized out, aDelegate=0x0,

[EMAIL PROTECTED], aResult=0x7fff81fbbc70) at nsComponentManager.cpp:1670
entry = value optimized out
factory = (class nsIFactory *) 0x7fa7681c37e0
rv = 2147500035
#13 0x7fa777eb0875 in nsComponentManagerImpl::GetService 
(this=0x7fa76b81a170, [EMAIL PROTECTED], [EMAIL PROTECTED], 
result=0x7fff81fbbcf8)

at nsComponentManager.cpp:1882
mon = {nsAutoLockBase = {No data fields}, 

Bug#484122: cron: segmentation fault while executing the jobs

2008-06-25 Thread Justin Pryzby
On Mon, Jun 02, 2008 at 05:45:56PM +0200, Michael Domann wrote:
 Package: cron
 Version: 3.0pl1-104
 Severity: important
 
 Hi,
 
 i have trouble with the cron. for some weeks.
When did it start?  Did you upgrade cron or change hardware or ??

 the error is evertime the same, i have tested my own build kernel and the 
 debian kernel 2.6.25-2-686. i have set the loglevel to 10 in 
 /etc/default/cron but no more informations happen.
I think this requires a -d or -x debug flag but I'm not sure without
reading the source (it may also require rebuilding).

Can you kill your current crond parent process and start another one
under strace, and mail output preceding the segfault?  A debug build
would also be handy: apt-get build-dep cron  apt-get source cron 
DEB_BUILD_OPTIONS=debug,nostrip dpkg-buildpackage  debi



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



Bug#487725: linux-image-2.6.25-2-amd64: Got much trouble and message 'ehci_hcd: HC died' when scanning image from 'Canon PIXMA MP150'.

2008-06-25 Thread Valentin QUEQUET

urrgs indeed.

but please can you test out latest upstream linux images 2.6.26-rcX
they install just fine in testing/unstable. see trunk apt lines
- http://wiki.debian.org/DebianKernel

kind regards



Hi, Maks and other Linux' enthusiasts.

I would like to thank you for the suggestion to use the latest Release 
Candidate of (Debian-Packaged-)Linux 2.6.26 
(2.6.26~rc7-1~experimental.1~snapshot.11693 by the time of my writing) ; 
but I'm afraid I still have bad news for you :-(


My report against this bug (#487725) remains unchanged. (Kernel NOT Tainted)

I'm so sorry.

Least but not last: I still experience bug #427421 (The FAMOUS 
Linux/LILO/initRD case) with kernel 
2.6.26~rc7-1~experimental.1~snapshot.11693 :-(


Help this report will prove useful.

Yours, sincerely.
Valentin QUEQUET




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



Bug#488051: livemedia-utils: Missing manpage

2008-06-25 Thread Josef Spillner
Package: livemedia-utils
Version: 2007.02.20-2
Severity: important

The utilities clutter /usr/bin without shipping manual pages.

openRTSP would probably be useful to me. Some of the current football
games have a broken mms:// stream and only seam to offer rtsp://.
So I wanted to use openRTSP but although it succeeds in downloading it
cannot interpret the data and hence aborts. IMHO it's not the business
of the tool to interpret the data, it should just save it somewhere so
one can use a media player to play it. The -a flag listed in the HTML
help file doesn't really help.
Anyway, enough of the rant, the manual pages would probably help
already.

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

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

Versions of packages livemedia-utils depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-4  GCC support library
ii  libstdc++64.3.0-4The GNU Standard C++ Library v3

livemedia-utils recommends no packages.

-- no debconf information



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



Bug#488042: clisp: Cannot compile/include own packages.

2008-06-25 Thread Luca Capello
severity 488042 normal
thanks

Hi Riccardo!

On Wed, 25 Jun 2008 21:49:43 +0200, Riccardo Ricci wrote:
 Severity: important

I set the severity to normal, since this bug is quite vague.

 When I try to compile a file that use a custom package, it fail.

Can you provide more information, please?  Something like answering to
the following questions:

1) how do you compile your file?  BTW, is your file available somewhere?

2) how do you define your custom package?  BTW, is your custom package
   available somewhere?

3) how CLISP fails?  Can you provide the backtrace or, at least, the
   last 30 lines of output, please?

Please, read carefully the text at [1]: you'll find the best practice to
report a bug which will speed up the process of solving the bug, since
providing the most information you can is vital.

Thx, bye,
Gismo / Luca

Footnotes: 
[1] http://www.debian.org/Bugs/Reporting


pgpLvxp51NCbo.pgp
Description: PGP signature


Bug#488040: cl-ppcre: Cannot include package in clisp compiler

2008-06-25 Thread Luca Capello
severity 488040 normal
thanks

Hi Riccardo!

On Wed, 25 Jun 2008 21:47:16 +0200, Riccardo Ricci wrote:
 Severity: grave
 Justification: renders package unusable

I set the severity to normal, since this bug is quite vague.

FWIW, hunchentoot [1] requires cl-ppcre and works without any problem on
sid-amd64.  Thus the bug can be at most Severity: important, but still,
we're missing the necessary information.

 When I try to compile a file .lisp that include cl-ppcre:X compile
 fails.

Can you provide more information, please?  Something like answering to
the following questions:

1) how do you compile your file?  BTW, is your file available somewhere?

2) how do you include cl-ppcre?  What does cl-ppcre:X mean?

3) how does the whole fail?  Can you provide the backtrace or, at least,
   the last 30 lines of output, please?

Please, read carefully the text at [2]: you'll find the best practice to
report a bug which will speed up the process of solving the bug, since
providing the most information you can is vital.

Thx, bye,
Gismo / Luca

Footnotes: 
[1] http://weitz.de/hunchentoot/
[2] http://www.debian.org/Bugs/Reporting


pgpqei8CWHJoe.pgp
Description: PGP signature


Bug#486354: iceweasel: Confirm the crash on rc1 and rc2

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 10:27:40PM +0200, Daniel Huhardeaux wrote:
 Mike Hommey a écrit :
 [...]
 Can you install gdb and iceweasel-dbg, run iceweasel -g, type run at
 prompt, wait for the crash, then type bt full and send the output
 here
 Here we are:

 (gdb) bt full
 #0 0x7fa75cc3b2cf in JavaPluginFactory5::Initialize () from  
 /usr/lib/j2se/1.4/jre/plugin/amd64/mozilla/libjavaplugin_oji.so
 No symbol table info available.

So, you seem to have a problem with the java plugin...
Probably nothing we can do here. Maybe running
MOZILLA_NO_JEMALLOC=1 iceweasel
works better ?

Mike



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



Bug#487445: grub-pc: freezes after two keystrokes

2008-06-25 Thread Robert Millan
On Sun, Jun 22, 2008 at 12:15:41AM +0200, Paul van Tilburg wrote:
 Package: grub-pc
 Version: 1.96+20080621-1
 Severity: normal
 
 Hello,
 
 I have installed grub-pc and am currently still using the
 chainload-from-grub-to-grub2 option.  However, when I choose Chainload
 into GRUB 2 option, and then try to press KP_Down twice to get to the
 kernel I want, it freezes just before that.  I have to reset my Macbook
 (santa-rosa version).
 It might me that the switch from grub to grub2 is causing this freezing.
 On the other hand, if I replace the now still working grub setup in
 which I _can_ select the right kernel.. I might never be able to fix it
 again.

Sounds like the workaround for macbook firmware can't be run twice.

If you install grub2 to MBR, do you still have this problem?  Please
report.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#484121: tasksel: let's sync on the GNOME task

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 10:24:59PM +0200, Mike Hommey wrote:
 Now, for something relevant, do you really want me to get started with
 crash reports ?

It seems I should have read the bug backlog...

Le mardi 03 juin 2008 à 12:04 -0300, Otavio Salvador a écrit :
  Cool, are you finally willing to drop iceweasel from the
  gnome-desktop
  task then?
 
 I'd say to drop epiphany. Iceweasel/Firefox are the expected ones.

The GNOME browser *is* Epiphany. Epiphany has its own user experience, and
is different from Firefox. And it's even going to be even more different
than Firefox in lenny+1, since Epiphany is definetely switching to
webkit, as well as most (all?) gnome applications currently using gecko.

This means that while Epiphany and Iceweasel are 99.9% the same today
and in Lenny, they won't in Lenny+1. It is *not* a good idea to not have
epiphany as the gnome browser in Lenny.

Mike



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



Bug#484228: grub-pc: root partition fail to mount by uuid

2008-06-25 Thread Robert Millan
notfound 484228 1.96+20080617-1
thanks

On Mon, Jun 23, 2008 at 01:25:38PM +0200, Marcus Better wrote:
 found 484228 1.96+20080617-1
 thanks
 
 I got an unbootable system with this version too. Grub failed to locate 
 the kernel. I use dm-crypt encrypted root over LVM. Had to boot from a 
 rescue CD and enable GRUB_DISABLE_LINUX_UUID.

GRUB_DISABLE_LINUX_UUID does nothing to fix Grub failed to locate the kernel.

Please be more specific about your problem.  And please file a separate bug
instead of recycling bugs for seemingly related problems.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#486119: Proposed fix to update-grub_lib to stop unwanted 'search --fs-uuid'

2008-06-25 Thread Robert Millan
On Mon, Jun 23, 2008 at 04:16:40PM -0400, Jim Bray wrote:
I have just installed grub-pc version  1.96+20080621-1.
 
My /etc/default/grub contains:
 
 # Uncomment if you don't want GRUB to pass root=UUID=xxx parameter
 to Linux
 GRUB_DISABLE_LINUX_UUID=true
 
   'search --fs-uuid' lines should not be generated by update-grub, as I 
 have the GRUB_DISABLE_LINUX_UUID option set.

'search --fs-uuid' has nothing to do with Linux.  They're two different uses
of UUIDs.

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486119#17

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#271269: resolving this GRUB issue

2008-06-25 Thread Robert Millan
On Mon, Jun 23, 2008 at 03:01:59PM +0300, Martin-Éric Racine wrote:
 Greetings,
 
 Triaging through my old bug submissions, I notice that this issue is
 still open.
 
 Has any consensus been reached on how to get GRUB to update its image
 list, without requiring the user to manually tell /etc/kernel-img.conf
 to run update-grub?
 
 If yes, you're welcome to close this bug. If not, I welcome your
 suggestions on how to permanently resolve this issue in a
 user-friendly way.

Maybe dpkg triggers is the answer (we have a separate bug for that, IIRC).

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#484228: grub-pc: Bug possibly reappeared

2008-06-25 Thread Robert Millan
On Sun, Jun 22, 2008 at 07:34:51PM -0400, Nathan A. Stine wrote:
 
 Note that I do not use LVM or dmRAID.

Then your bug is not in GRUB.  File a separate bug on initramfs-tools.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#488053: excessive log output related to gpm

2008-06-25 Thread martin f krafft
Package: aptitude
Version: 0.4.11.4-1
Severity: normal

Jun 25 21:29:49 piper aptitude: *** info
Jun 25 21:29:49 piper aptitude: /dev/gpmctl: No such file or directory
Jun 25 21:29:49 piper aptitude: *** info
Jun 25 21:29:49 piper aptitude: /dev/gpmctl: No such file or directory
Jun 25 21:29:49 piper aptitude: *** err
Jun 25 21:29:49 piper aptitude: Oh, oh, it's an error! possibly I die!

That's really just not necessary, is it? It works fine without
gpmctl, so why make so much noise?

-- Package-specific info:
aptitude 0.4.11.4 compiled at Jun  8 2008 01:39:27
Compiler: g++ 4.3.1 20080523 (prerelease)
Compiled against:
  apt version 4.6.0
  NCurses version 5.6
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.6.20080614
  cwidget version: 0.5.11
  Apt version: 4.6.0
linux-vdso.so.1 =  (0x7fffe07fe000)
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0x7fb3d82ce000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x7fb3d8083000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7fb3d7e7e000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7fb3d7b83000)
libept.so.0 = /usr/lib/libept.so.0 (0x7fb3d790a000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x7fb3d7582000)
libz.so.1 = /usr/lib/libz.so.1 (0x7fb3d736b000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7fb3d714f000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7fb3d6e43000)
libm.so.6 = /lib/libm.so.6 (0x7fb3d6bc)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7fb3d69a9000)
libc.so.6 = /lib/libc.so.6 (0x7fb3d6655000)
libutil.so.1 = /lib/libutil.so.1 (0x7fb3d6452000)
libdl.so.2 = /lib/libdl.so.2 (0x7fb3d624e000)
/lib64/ld-linux-x86-64.so.2 (0x7fb3d859d000)
Terminal: rxvt-unicode
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.14Advanced front-end for dpkg
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcwidget30.5.11-1  high-level terminal interface libr
ii  libept00.5.20High-level library for managing De
ii  libgcc11:4.3.1-2 GCC support library
ii  libncursesw5   5.6+20080614-1Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libxapian151.0.5-1   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

-- no debconf information


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#488052: postfix: [INTL:pt] Updated Portuguese translation for debconf messages

2008-06-25 Thread Traduz - Portuguese Translation Team
Package: postfix
Version: 2.5.2-1
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for postfix's debconf messages.
Translator: Miguel Figueiredo [EMAIL PROTECTED]
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


-- 
Best regards,

Traduz - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#486078: emacs' show-trailing-whitespace

2008-06-25 Thread jidanni
 Sorry, I didn't notice.
Actually they're easy to spot using e.g.,
emacs' show-trailing-whitespace.



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



Bug#487622: update-grub crash after upgrading No path or device is specified.

2008-06-25 Thread Robert Millan
On Mon, Jun 23, 2008 at 07:59:54AM +0200, Rene Wunderlich wrote:
 # update-grub
 Updating /boot/grub/grub.cfg ...
 Found Debian background: debian-blueish-wallpaper-640x480.png
 No path or device is specified.
 Try ``grub-probe --help'' for more information.

Please run update-grub with -x, like this:

  sh -x update-grub

and tell me the grub-probe command that is failing here.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#484121: tasksel: let's sync on the GNOME task

2008-06-25 Thread Joey Hess
I'm not suprised that these sites are known. My point is that our users
devote a significant amount of traffic (I generally only picked on
message from each thread) to figuring out how to work around them.

Mike Hommey wrote:
 even bother? And again, how is this even relevant as to whether
 iceweasel might be pulled by tasksel or not ?

I've already discussed that twice in my bug report.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#487755: grub2 does not install on boot sector of the current (or a mounted) partition

2008-06-25 Thread Robert Millan
On Mon, Jun 23, 2008 at 11:48:30PM +0200, Holger Fischer wrote:
 Package: grub2
 Version: 1.96+20080621-1
 Severity: important
 
 In my mbr I installed gag. It boots from my bootable partitions.
 Therfore I install grub in the boot block of a partition I want to boot
 from, I find this more sorted. This worked fine for years.
 
 I tried it with some prior version of grub2 (I think 1.96-200805xx) on
 my root (like above sda6) as follows:
 
 grub-install /dev/sda6
 
 This does not work. After a lot of tries and some dangerous 
 grub-install /dev/sda6
 grub-install /dev/sda7
 dd if=/dev/sda7 of=/dev/sda6 bs=512 count=1 
 actions I got it to work, but this does not always work.

Possibly caused by GRUB 2 core.img being bigger.  Anyway, mixing bootloader
code with your filesystem is dangerous and not recommended.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#484813: ffmpeg2theora: Same problem here.

2008-06-25 Thread John Varouhakis
Package: ffmpeg2theora
Followup-For: Bug #484813


I'm having this problem, too. This is what I get:


The following packages are BROKEN:
  ffmpeg2theora
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 25,4kB of archives. After unpacking 106kB will be used.
The following packages have unmet dependencies:
  ffmpeg2theora: Depends: libavcodec1d (= 0.cvs20070307) which is a virtual 
package.
 Depends: libavformat1d (= 0.cvs20070307) which is a virtual 
package.
 Depends: libavutil1d (= 0.cvs20070307) which is a virtual 
package.
 Depends: libswscale1d (= 0.cvs20070307) which is a virtual 
package.
Unable to resolve dependencies!  Giving up...
The following packages are BROKEN:
  ffmpeg2theora



Thanks,
John.-


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

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

Versions of packages ffmpeg2theora depends on:
pn  libavcodec1d  none (no description available)
pn  libavformat1d none (no description available)
pn  libavutil1d   none (no description available)
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libgsm1   1.0.12-1   Shared libraries for GSM speech co
ii  libogg0   1.1.3-4Ogg Bitstream Library
ii  libraw1394-8  1.3.0-3library for direct access to IEEE 
pn  libswscale1d  none (no description available)
ii  libtheora01.0~beta3-1The Theora Video Compression Codec
ii  libvorbis0a   1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi

ffmpeg2theora recommends no packages.



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



Bug#487755: grub2: behaviour changed, with 1.96+20080621-1 I get an error message

2008-06-25 Thread Robert Millan
On Tue, Jun 24, 2008 at 08:32:05AM +0200, Holger Fischer wrote:
 Package: grub2
 Version: 1.96+20080621-1
 Followup-For: Bug #487755
 
 With Version 1.96+20080617-1 grub-install ran through and worked in a
 virtual machine directly after install, but not after a reboot anymore.
 
 with version 1.96+20080621-1 I get this
 :~$ mount /dev/sda7 /1
 :~$ grub-install /dev/sda6
  
 grub-setup: error: Cannot read `/boot/grub/core.img' correctly
  
 :~$ grub-install --root-directory=/1 /dev/sda7
 grub-setup: error: Cannot read `/boot/grub/core.img' correctly

This sounds a lot like filesystem corruption.  If you don't have backups,
I suggest you don't unmount this filesystem.  You might be unable to mount
it again.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#488000: grub2: fails to boot dq35jo intel board

2008-06-25 Thread Robert Millan
On Wed, Jun 25, 2008 at 06:41:46PM +0200, maximilian attems wrote:
 Package: grub2
 Version: 1.96+20080621-1
 Severity: important
 
 
 lilo and old grub just boot fine.
 didn't see any grub2 message showing up, bios
 was jumping straight to other boot media.
 verified that grub was written to mbr.

Sounds really odd.  Could you send me a copy of your mbr?

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What good is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#391867: Bug 391867 Still Exists?

2008-06-25 Thread Bob K Mertz
I am working on a machine that is exhibiting the same issues that are  
described in this bug but only on an 8GB Super Talent SSD drive.   
Interestingly enough, we have the same drive in 3 other servers with  
the same motherboard and drive plugged into the same port and they  
work absolutely fine.  We did a fresh install of Debian 4.0r3 i386  
(same as the other boxes that are running) and this box gave the  
softreset errors on ata6.  We then reinstalled the machine with Ubuntu  
8.04 for testing purposes and we're receiving the same errors.  The  
only thing that differs between this machine and the other machines  
are PCI controller configurations for external drives.


:~# dmesg |grep ata6
[  170.146400] ata6: SATA max UDMA/133 abar [EMAIL PROTECTED] port  
0xde400f80 irq 19
[  184.097176] ata6: port is slow to respond, please be patient  
(Status 0xd0)

[  187.390930] ata6: softreset failed (device not ready)
[  194.128154] ata6: port is slow to respond, please be patient  
(Status 0xd0)

[  197.421908] ata6: softreset failed (device not ready)
[  204.159132] ata6: port is slow to respond, please be patient  
(Status 0xd0)

[  232.365642] ata6: softreset failed (device not ready)
[  232.365691] ata6: limiting SATA link speed to 1.5 Gbps
[  237.368655] ata6: softreset failed (device not ready)
[  237.368701] ata6: reset failed, giving up
[  238.556430] ata6: exception Emask 0x10 SAct 0x0 SErr 0x408  
action 0xa frozen

[  238.556487] ata6: irq_stat 0x0040, connection status changed
[  238.556532] ata6: SError: { 10B8B DevExch }
[  238.556580] ata6: hard resetting link
[  248.594867] ata6: softreset failed (device not ready)
[  248.594924] ata6: hard resetting link
[  258.605882] ata6: softreset failed (device not ready)
[  258.605930] ata6: hard resetting link
[  265.742349] ata6: port is slow to respond, please be patient  
(Status 0xd0)

[  293.549622] ata6: softreset failed (device not ready)
[  293.549675] ata6: limiting SATA link speed to 1.5 Gbps
[  293.549679] ata6: hard resetting link
[  298.590065] ata6: softreset failed (device not ready)
[  298.590118] ata6: reset failed, giving up
[  298.590166] ata6: EH complete





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



Bug#451510: is this legal?

2008-06-25 Thread Christian Holm Christensen
Hi Thijs,

[Cc'ed to Kevin - my sponsor, and Fons - upstream maintainer]

On Wed, 2008-06-25 at 09:44 +0200, Thijs Kinkhorst wrote:
 reopen 451510
 severity 451510 serious
 thanks
 
 Hi,
 
   Doesn't this package install the same fonts as the msttcorefonts
   package?
 
  Not quite.  The fonts distributed from the ROOT FTP server are not the
  same version as the ones distributed with msttcorefonts.   What's more
  important is, that ROOT will not work with the fonts from msttcorefonts
  (some change in layout or something).
 
 I have severe doubts over the releasability of this package in this form
 so I'm raising the bug to serious.

I think you've misunderstood something if you think that the package
root-system _depends_ on ttf-root-installer.  It does not. ROOT works
perfectly fine with the fonts in the ttf-freefont package (I saw to
that).   Hence, the package ttf-root-installer is optional. 

 Firstly I think it's rather undesirable to be duplicating another package
 already in the archive and duplicating fonts on the user's hard drive; it
 may even be considered serious.

First of all, the fonts of ttf-root-installer (or rather: the fonts
retrieved by that package) are not the same as the fonts in
msttcorefonts, as stated above.  

The command line 

for i in /usr/share/root/fonts/*.ttf ; do \
if test -L $i ; then continue ; fi ; \
b=`basename $i` ; \
m=/usr/share/fonts/truetype/msttcorefonts/$b ; \
if test ! -f $m ; then continue ; fi ; \
echo -n ROOT and msttcorefonts version of $b  ; \
diff --binary $i $m /dev/null   echo are the same || echo 
differ; 
done  

should tell you that they _all_ differ.  Finally, using the font-viewer
of GNOME tells me that the msttcorefonts arial.ttf is version 3.0, while
the 'ROOT' arial.ttf is version 2.50 (and that the sizes differ quite a
bit).  In other words, the TTF files provided by the msttcorefonts
package are newer versions of the ones provided by the
ttf-root-installer package. 

Secondly, they are installed in a place (/usr/share/root/fonts)  which
isn't managed by any font-server or the like, and should therefor not
conflict with any other fonts installed on the system. 

 More imporantly, there's a reason that the msttcorefonts package ships
 these fonts in the current (convoluted) way, and that is that the
 licencing expressly denies alteration and even renaming of the fonts. That
 the package from the ROOT ftp site contains fonts that are said to be the
 same MS Core Fonts but are sufficiently different for ROOT to stop
 working, suggests to me that they are modified versions.

The fonts distributed from the ROOT FTP server are very old - some 8+
years or so, while the fonts of the msttcorefonts package are updated
versions of these.   The time-stamp on the files on the ROOT ftp server
are 

corfonts.exe  1998-11-26 00:00:00 
ttf_fonts.tar.gz  2001-04-20 00:00:00

The font packages on sourceforge all have timestamps from 2002 or later. 

Finally, the license (reproduced in both archives) does not limit they
form in which the files can be re-distributed.  Within the license given
- I think it's entirely legal to do the installation they way
ttf-root-installer does it. 

 I think this situation should be cleared up before we let the package
 enter testing. Perhaps upstream can clarify the licence status of these
 fonts.

The license is reproduced in the downloaded archive.  It's essentially
the same as the one found in the msttcorefonts package.   

I don't know why the msttcoreconts packages says in the postinst script
that one cannot change the packaging format of the fonts - I can't see
anything to that effect in the license.   I have read the relevant
paragraph on the FAQ reproduced at 

http://corefonts.sourceforge.net/faq8.htm

but after all - it's only an FAQ, not a legally binding document.  

If the problem is, that ROOT upstream put the files in a tar-ball, it
could be solved by simply downloading the corfonts.exe file instead,
unpack with unzip and rename the files appropriately (that's legal for
the end-user - but maybe not for the distributor, at least according to
the FAQ).  Note, that the original archive format of the fonts was a
single self-extracting zip archive (the corfonts.exe at the ROOT FTP
server), and was only later changed to individual self-extracting zip
archives (as on sourceforge).   I actually remember when that
happened :-)  A quick search for corfonts.exe on Google will verify
this. 

  that upstream supports very old Linux installations, as well as other Un*x
  installations that does not have the same high level of font support as
  GNU/Linux does.
 
 I understand that upstream also wants to support other UNIX variants, but
 why does that prevent detecting which system it runs on and using the
 right fonts for that?

No one has wrote the code for that.   

Note, 

Bug#480869: xserver-xorg: xserver starts with shaded virtual screens

2008-06-25 Thread Petri Kaurinkoski
On Wed, 2008-06-25 at 18:41 +0200, Brice Goglin wrote:
 Petri Kaurinkoski wrote:
  On Jun 20, 2008, at 23:01, Brice Goglin wrote:
 
  Petri Kaurinkoski wrote:
  Package: xserver-xorg
  Version: 1:7.3+10
  Severity: important
 
 
  With the most recent xserver-xorg package the X seems to work OK, but
  the
  associated virtual screens do something strange: they changed to be
  shaded
  (I can not come up with a better description) while the X-window
  behaves
  as
  previously. The interesting part here is that when the system boots,
  the
  text is clear white text on black background, but after Xserver is
  started,
  the virtual screens go shaded. The texts are printed as expected, but
  they
  are hardly readable: it is as if a filter or curtain was drawn on to of
  the
  screen. Another way to describe this behaviour is to say that the
  brightness of the screen is turned to minimum.
 
  I think this is an important issue, because it almost renders all of
  the
  virtual screens unusable.
 
 
  Is it better with the latest xserver-xorg-video-ati and
  xserver-xorg-core from unstable?
 
  Brice
 
  I tried to install the versions from unstable, but after tehy were in,
  X would not start at all.
 
 do you have the corresponding log?
 
 Brice

Unfortunately not anymore. The main complaint was about no screens being
defined. I started to re-install the unstable versions, and while doing
it, I realized the warnings about not configuring the
xserver-xorg-video-ati package due to unsatisfied dependencies. After
that it is obvious X will not start, so I did not redo the test
installation.

If restoring the package state was easily accomplished, I might like to
do experiments like that, but now I have feeling of uncertainty about
whether I can fully restore the package installation status or not.

Best regards,

Petri

-- 
 Petri Kaurinkoski [EMAIL PROTECTED]




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



Bug#486127: ITP: sock -- make a customized traffic over network

2008-06-25 Thread Eriberto
Hello Laurent and Steve,

Thanks for your comments. Sock is a program to test concepts in
networks. It was developed by Richard Stevens, a great writer.

Sock has specific syntax and features as other programs. Then, my
purpose is make available the program used in book TCP/IP Illustrated
- Vol I [1] to students and readers. The students need the exact
program to reproduce the examples. Besides, this package is more one
option to users.

Thanks a lot!

Best regards,

Eriberto -  Brazil


[1] 
http://www.amazon.com/TCP-Illustrated-Protocols-Addison-Wesley-Professional/dp/0201633469/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1214428065sr=8-1



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



  1   2   3   4   5   >