Bug#448944: xserver-xorg: does not generate xorg.conf file suitable for dual head

2007-11-27 Thread Brice Goglin
On Sat, Nov 03, 2007 at 05:37:34PM -0400, David Nusinow wrote:
 On Thu, Nov 01, 2007 at 08:44:14PM +0100, Marc Haber wrote:
  Package: xserver-xorg
  Version: 1:7.3+3
  Severity: minor
  
  Hi,
  
  the procedure outlined by David in
  http://gravityboy.livejournal.com/38665.html does not result in a
  configuration that is suitable for dual head use: I get both screens
  cloned, and my usual xrandr gymnastics[1] to get them both alongside each
  other does not work.
 
 Yeah, the debconfage never supported creating dual monitors and there's no
 plans to make this happen. What will ideally work in the end is to not have
 any sort of configuration for this setup in your xorg.conf, and just let
 the server detect it and set it up for you. I don't believe the current
 code does this though, but I may be able to make it happen in the future.

Once the Xserver will support dynamic allocation of the Virtual space,
it will be trivial to add outputs dynamically without having to change
xorg.conf (right now you often have to change the Virtual line manually).
But it will take time for this to happen since it requires TTM first.

Brice



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



Bug#453076: vlc: dies with corrupted double-linked list when scanning SAP sources

2007-11-27 Thread Vincent McIntyre

Package: vlc
Version: 0.8.6-svn20061012.debian-5etch1
Severity: normal

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

This system is running pure etch, with no backports.

$ strace -o /tmp/vlc.strace vlc

   View-Playlist
  Manage-Services Discovery -Manage Playlists-SAP Announcements

The application updates the count of sources in the lower left of the
Playlist window, and icons start appearing. But then the application
crashes, with the on-screen error message

** (.:22406): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
*** glibc detected *** free(): invalid next size (normal): 0x08373888 ***


in the strace, I see this:
$ tail /tmp/vlc.strace
gettimeofday({1196138552, 947365}, NULL) = 0
poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=6, events=POLLIN}], 2, 100) = 1
read(4, A, 1) = 1
gettimeofday({1196138553, 13120}, NULL) = 0
open(/dev/tty, O_RDWR|O_NONBLOCK|O_NOCTTY) = 23
writev(23, [{*** glibc detected *** , 23}, {corrupted double-linked list, 28}, {: 0x, 4}, 
{0839cbf8, 8}, { ***\n, 5}], 5) = 68
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(21006, 21006, SIGABRT)   = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++



I tried the G_SLICE trick mentioned in one of the other bugs
It appears this allowed the list compilation to get farther but it dies
in a similar fashion.

$ G_SLICE=always-malloc strace -o /tmp/vlc.strace.2  vlc

** (.:22518): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:22518): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
*** glibc detected *** free(): invalid next size (fast): 0x08364548 ***

The strace is slightly different though:
$ tail /tmp/vlc.strace.2
gettimeofday({1196147051, 460409}, NULL) = 0
poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=6, events=POLLIN}], 2, 99) = 1
read(4, A, 1) = 1
gettimeofday({1196147051, 533148}, NULL) = 0
open(/dev/tty, O_RDWR|O_NONBLOCK|O_NOCTTY) = 23
writev(23, [{*** glibc detected *** , 23}, {free(): invalid next size (fast), 32}, {: 0x, 4}, 
{08364548, 8}, { ***\n, 5}], 5) = 72
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(22518, 22518, SIGABRT)   = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++


One more attempt with -v yeilded another wrinkle

   $ strace -o /tmp/vlc.strace.3 vlc -v
   VLC media player 0.8.6a Janus

   ** (.:22661): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' 
failed

   ** (.:22661): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' 
failed
   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   *** glibc detected *** free(): invalid next size (normal): 0x08365758 ***

The messages about gtk_pizza are sent to the tty well before the failure.
   $ tail /tmp/vlc.strace.3
   write(6, 8\30\5\0\207\1 \4\4\0\10\0\0\0\0\0\0\0\0\0008\0\4\0\210..., 68) = 
68
   ioctl(6, FIONREAD, [0]) = 0
   gettimeofday({1196147728, 621895}, NULL) = 0
   poll([{fd=4, events=POLLIN}, {fd=6, events=POLLIN}], 2, 0) = 0
   open(/dev/tty, O_RDWR|O_NONBLOCK|O_NOCTTY) = 23
   writev(23, [{*** glibc detected *** , 23}, {free(): invalid next size (norma..., 34}, {: 
0x, 4}, {08365758, 8}, { ***\n, 5}], 5) = 74
   rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
   tgkill(22661, 22661, SIGABRT)   = 0
   --- SIGABRT (Aborted) @ 0 (0) ---
   +++ killed by SIGABRT +++


On the second attempt
   $ strace -o /tmp/vlc.strace.4 vlc -v

   VLC media player 0.8.6a Janus

   ** (.:22675): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' 
failed

   ** (.:22675): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' 
failed
   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet

   [0288] sap private warning: too short SAP packet


   signal 2 received, terminating vlc - do it again in case it gets stuck
   user insisted too much, dying badly

The application wedged itself and required multiple ^c's to kill it.

   $ tail -20 /tmp/vlc.strace.4
   time(NULL)  = 1196147792
   write(2, signal 2 received, terminating v..., 71) = 71
   sigreturn() = ? (mask now [])
   futex(0xb7d374c0, FUTEX_WAIT, 2, NULL)  = -1 EINTR (Interrupted system call)
   --- SIGINT (Interrupt) @ 0 (0) ---
   time(NULL)  = 1196147794
   sigreturn() = ? (mask now [])
   

Bug#453077: drbd8: FTBFS on mips/mipsel

2007-11-27 Thread Daniel Baumann
Package: drbd8
Severity: important

Hi,

your module source package failed to build module binaries on mips and
mipsel. Therefore, I did restrict the linux-modules-extra-2.6 to only
build the drbd8 binary modules on all other architectures but mips/mipsel.

Please have a look at the build logs at
http://buildd.debian.org/pkg.cgi?pkg=linux-modules-extra-2.6
for version 2.6.22-8.

Once you could fix a bug on an architecture and you verified it to build
properly, let me know so that I can enable that very architecture again
for the drbd8 binary modules in linux-modules-extra-2.6.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/




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



Bug#445553: Correction: xserver-xorg-video-sis: X crashes from various openGL programs with DRI

2007-11-27 Thread Matthew Gibson



html
/html


 Date: Sun, 25 Nov 2007 23:36:51 +0100
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: Bug#445553: Correction: xserver-xorg-video-sis: X crashes from 
 various openGL programs with DRI
 
 Matthew Gibson wrote:
  I finally managed to network and run ssh, and here is some of what I
  found.
  This is while running xscreensaver sundancer2.
 
 
  When my system was crashed, top displayed:
  Xorg was using about 45% of my cpu, and a normal amount of memory.
  Sundancer2 was using about 45% of my cpu, and a normal amount of memory
  sshd was using about .5% CPU
  mpd (music player deamon, which was playing music) was using about 4%
  of CPU
  top was using about 1% of CPU.
 
  I found that I couldn't kill either sundancer or Xorg unless I used
  the -s KILL signal. dmesg showed no additional messages when my
  computer was crashed, and no messages had been sent to Xorg.0.log
 
  I could still run stuff through ssh fine, just Xorg and the offending
  program were hung up. No output was made to the screen, and no
  keyboard input was received. (A But I could still kill programs and
  start (non-graphical) programs in ssh.)
  I could kill sundancer2, and then Xorg sat on 95 % of my processor,
  still accomplishing nothing.
 
  I then tried killing Xorg. It shutsdown, my screen flashed blank, and
  then top showed it started up again, under a new PID. Again, it sat on
  95 % of my resources, and was still frozen.
 
 Is it better with xserver-xorg-video-sis 1:0.9.3-6 from unstable? (or at
 least the one from testing)
 
 Brice
 

Hi, I appreciate that someones still working on this. I tried installing 
xserver-xorg-video-sis from unstable, but, as far as I remember, I had issues 
because I would have had to upgrade many more components of xserver-xorg in 
order to upgrade xserver-xorg-video-sis. And I have limited internet access 
(only sometimes, and I shouldn't download too much.)

However, I am no longer using that computer, and I am now using one that has an 
nvidia driver.

Thanks again for looking taking the time to look at it.

Matthew

_
R U Ready for Windows Live Messenger Beta 8.5? Try it today!
http://entertainment.sympatico.msn.ca/WindowsLiveMessenger

Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in xorg.conf

2007-11-27 Thread Brice Goglin
tags 452983 +wontfix
thank you


Modes is the old deprecated way to specificy modes. With RandR 1.2
drivers (you're using ati 6.7.196), the way to specify modes is
ModeLine+PreferredMode in the Monitor section. Details in section III.5.
of http://wiki.debian.org/XStrikeForce/HowToRandR12

I am marking this as wontfix for now.

Note that Modes should still work for old-style drivers.

Brice




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



Bug#445553: Correction: xserver-xorg-video-sis: X crashes from various openGL programs with DRI

2007-11-27 Thread Brice Goglin
Matthew Gibson wrote:
 Hi, I appreciate that someones still working on this. I tried
 installing xserver-xorg-video-sis from unstable, but, as far as I
 remember, I had issues because I would have had to upgrade many more
 components of xserver-xorg in order to upgrade xserver-xorg-video-sis.
 And I have limited internet access (only sometimes, and I shouldn't
 download too much.)

 However, I am no longer using that computer, and I am now using one
 that has an nvidia driver.

Do you mean that you will never use it again and thus won't ever be able
to test/debug anything regarding this bug report? If so, should I close
the bug then?

Brice




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



Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-27 Thread Sebastian Dröge

Am Freitag, den 23.11.2007, 17:51 +0100 schrieb Mathias Brodala:
 Hi Sebastian.
 
 Sebastian Dröge, 23.11.2007 08:07:
  Great. Can you please test the following:
  
  gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
  audio/x-raw-int,width=32,depth=32 ! wavenc ! filesink
  location=test1.wav
  
  gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
  audio/x-raw-int,width=16,depth=16 ! wavenc ! filesink
  location=test2.wav
  
  And then run
  aplay test1.wav
  and
  aplay test2.wav
  ?
  
  Do you get crackling on test1.wav too and not on test2.wav?
 
 Nope, no crackling on any of those files. Neither created with the Unstable 
 nor
 with the Testing packages.

And I guess
gst-launch-0.10 audiotestsrc ! 
audio/x-raw-int,width=32,depth=32 ! alsasink

gives crackling while
 
gst-launch-0.10 audiotestsrc ! 
audio/x-raw-int,width=16,depth=16 ! alsasink

does not?

Or does

gst-launch-0.10 audiotestsrc volume=1.0 ! 
audio/x-raw-int,width=32,depth=32 ! alsasink

give crackling while

gst-launch-0.10 audiotestsrc volume=1.0 ! 
audio/x-raw-int,width=16,depth=16 ! alsasink

does not?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#451327: iceweasel: a running FF/IW steals new local and remote FF/IW instances

2007-11-27 Thread Daniel Baumann
Are you using different usernames on your local and remote system? If
not, please try it with different ones.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#453078: locate: trying to overwrite `/usr/lib/locate/frcode', which is also in package findutils

2007-11-27 Thread Antti-Juhani Kaijanaho
Package: locate
Version: 4.2.31-2
Severity: normal

In an apt run, during which locate was being installed and findutils was
being upgraded from 4.2.31-1 to 4.2.31.2, and during which the new
findutils was unpacked *after* locate, I got the following error
message:

Unpacking locate (from .../locate_4.2.31-2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/locate_4.2.31-2_amd64.deb 
(--unpack):
 trying to overwrite `/usr/lib/locate/frcode', which is also in package 
findutils
dpkg-deb: subprocess paste killed by signal (Katkennut putki)

After the new findutils had been unpacked and configured, a new attempt
to install locate succeeded.  It looks like you're missing some
dependency fields (remember that Depends is ignored at unpack time).

-- 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.23.8-ibid (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages locate depends on:
ii  findutils 4.2.31-2   utilities for finding files--find,
ii  libc6 2.7-1  GNU C Library: Shared libraries

locate recommends no packages.



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



Bug#452939: [Debichem-devel] Bug#452939: gcrystal: Unable to save as bitmap or print

2007-11-27 Thread Daniel Leidert
tags 452939 + confirmed
forwarded 452939 https://savannah.nongnu.org/bugs/index.php?21649
thanks

Am Montag, den 26.11.2007, 09:49 +0100 schrieb di dit:

 Trying to save a bitmap using File-Save as image ... crashes the
 program. Only the VRML document output seems to work (I didn't try to
 display the resulting file).
 
 Printing also results in a crash even when printing to a file or a PDF
 or clicking the Print Preview button.

Thanks for the report. I was able to reproduce it and the issue also
affects other applications of the gcu suite (e.g. gchem3d-viwer).

A backtrace has been created and upstream has been informed. Please stay
tuned.

Regards, Daniel




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



Bug#453050: Same problem here

2007-11-27 Thread Arno van Amersfoort

Same problem here. Just upgraded to

3.0.24-6etch7 and my Windows machine's refuse to show several directories. Note that smbclient (//localhost/...) 
does show the directories, so this is really weird. I also noticed that the info smbclient shows is all screwed up:


+(521 ~)# smbclient //localhost/projects -U arnova  
  ([EMAIL PROTECTED])
Password:
Domain=[EINSTEIN] OS=[] 
Server=[___]
smb: \

Notice what the OS= Server= show. This was previously:

Domain=[EINSTEIN] OS=[Unix] Server=[Samba 3.0.24]

So I don't know what changed in this security update, but things seem *really* screwed up. Downgrading to 3.0.24-6etch5 
also solved my problem here.


I have several machine's here running Debian 4.0/i386 and ALL suffer from the 
same issue.

--
Ing. A.C.J. van Amersfoort (Arno)
Electronics  ICT Engineer

Leiden Institute of Physics (LION), Electronics Department (ELD)
Huygens Laboratory (Room 1007), Leiden University
Postal Address: P.O. Box 9504, 2300 RA Leiden
Visit Address : Niels Bohrweg 2, 2333 CA Leiden
The Netherlands

Phone: +31-(0)71-527.1894
Fax  : +31-(0)71-527.5819
E-mail   : [EMAIL PROTECTED]
Homepage : http://rocky.eld.leidenuniv.nl




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



Bug#453050: samba: Same problem here

2007-11-27 Thread Klaus S. Madsen
Package: samba
Followup-For: Bug #453050


I have the same problem here, but I only downgraded to 3.0.24-6etch5, which 
solved the problem for me.

-- 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.2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages samba depends on:
ii  debconf  1.5.11  Debian configuration management sy
ii  libacl1  2.2.41-1Access control list shared library
ii  libattr1 2.4.32-1Extended attribute shared library
ii  libc62.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libcupsy 1.2.7-4etch1Common UNIX Printing System(tm) - 
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libkrb53 1.4.4-7etch4MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.3 OpenLDAP libraries
ii  libpam-m 0.79-4  Pluggable Authentication Modules f
ii  libpam-r 0.79-4  Runtime support for the PAM librar
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  logrotat 3.7.1-3 Log rotation utility
ii  lsb-base 3.1-23.2etch1   Linux Standard Base 3.1 init scrip
ii  netbase  4.29Basic TCP/IP networking system
ii  procps   1:3.2.7-3   /proc file system utilities
ii  samba-co 3.0.24-6etch5   Samba common files used by both th
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages samba recommends:
pn  smbldap-tools none (no description available)

-- debconf information:
  samba/nmbd_from_inetd:
* samba/log_files_moved:
* samba/tdbsam: true
* samba/generate_smbpasswd: false
* samba/run_mode: daemons



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



Bug#453079: totem-xine: fails to create mcop directory, then dies

2007-11-27 Thread Vincent McIntyre

Package: totem-xine
Version: 2.16.5-3
Severity: normal

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

This system is straight etch with no backports.

totem appears to be looking for some file that it is expecting kde to
have created for it, and is completely unable to cope if it's not there.
This is even more odd when totem(1) says
  totem is a movie player for the GNOME desktop...

  % strace -o /tmp/totem.strace.3 /usr/bin/totem -v
  Creating link /n/fred/.kde/socket-turrawan-cj.
  can't create mcop directory.

  % echo $?
  0

  % ls -ld  /n/fred/.kde
  4 drwx-- 3 fred fred 4096 2006-03-03 16:56 /n/fred/.kde/
  % ls -l /n/fred/.kde/socket-turrawan-cj*
  /bin/ls: No match.

  % tail -30 /tmp/totem.strace.3
  close(32)   = 0
  munmap(0xb4611000, 23838)   = 0
  close(30)   = 0
  stat64(/n/fred/.kde, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  uname({sys=Linux, node=turrawan-cj, ...}) = 0
  lstat64(/n/fred/.kde/socket-turrawan-cj, 0xbffca2a0) = -1 ENOENT (No such 
file or directory)
  write(2, can\'t create mcop directory\n, 28) = 28
  close(9)= 0
  close(8)= 0
  write(16, A, 1)   = 1
  futex(0x824394c, FUTEX_WAKE, 1) = 1
  unlink(/tmp/orbit-fred/linc-59b1-0-33226874250a2) = 0
  close(12)   = 0
  write(18, L, 1)   = 1
  futex(0x80b95f8, FUTEX_WAKE, 1) = 1
  futex(0x80b96a8, FUTEX_WAKE, 1) = 1
  futex(0x80b96ac, FUTEX_WAIT, 9, NULL)   = -1 EAGAIN (Resource temporarily 
unavailable)
  futex(0x80b95f8, FUTEX_WAKE, 1) = 0
  write(18, L, 1)   = 1
  futex(0x80b95f8, FUTEX_WAKE, 1) = 1
  futex(0x80b96a8, FUTEX_WAKE, 1) = 1
  futex(0x80b96ac, FUTEX_WAIT, 11, NULL)  = -1 EAGAIN (Resource temporarily 
unavailable)
  futex(0x80b95f8, FUTEX_WAKE, 1) = 0
  write(18, L, 1)   = 1
  futex(0x80b95f8, FUTEX_WAKE, 1) = 1
  futex(0x80b96a8, FUTEX_WAKE, 1) = 1
  futex(0x80b96ac, FUTEX_WAIT, 13, NULL)  = -1 EAGAIN (Resource temporarily 
unavailable)
  futex(0x80b95f8, FUTEX_WAKE, 1) = 0
  munmap(0xb4617000, 4096)= 0
  exit_group(1)   = ?


Not sure how to progress here.
At the least, the error messages need a little work.
For example can't create mcop directory in location would be more
helpful. Perhaps that would not be too difficult to arrange.

The .kde file is there because the home directory is automounted by
different systems, and on some of those systems use kde has been used
as the desktop. The present environment is nice simple 'startx' with
fvwm2 and no session manager; there doesn't appear to be any cruft
hanging around in the environment either.
  $ env|grep -i kde
  $ env|grep -i gnome

I could not find anything relevant to this in /usr/share/doc, after
a quick check:
 $ find /usr/share/doc/totem/ -exec grep -liw mcop {} \;
 $ find /usr/share/doc/totem-xine/ -exec grep -liw mcop {} \;

Other people are hitting this as well, e.g.
http://www.linuxquestions.org/questions/linux-newbie-8/totemxinerythmbox-etc.-cant-create-mcop-directory-522471/
http://www.unixadmintalk.com/f59/debian-etch-xine-totem-problem-282454/

Cheers
Vince

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

Versions of packages totem-xine depends on:
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.16-3etch1 Avahi client library
ii  libavahi-common3   0.6.16-3etch1 Avahi common library
ii  libavahi-glib1 0.6.16-3etch1 Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library

ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libgconf2-42.16.1-1  GNOME configuration database 

Bug#453080: openoffice.org-spellcheck-de-at: openoffice crashes when loading a document which has de-at spellcheck enabled

2007-11-27 Thread Roland Ambrosch
Package: openoffice.org-spellcheck-de-at
Version: 20070829-3
Severity: grave
Tags: patch
Justification: renders package unusable

hi,


impress crashes when loading a document which has de-at spellcheck
enabeld because the file /usr/lib/openoffice/share/dict/ooo/de_AT.aff is
missing. Normally this file lies in /usr/share/myspell/dicts/de_AT.aff
and should be symlinked.

best regards,
Roland

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

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



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



Bug#453050: samba: Same problem here

2007-11-27 Thread Steve Langasek
On Tue, Nov 27, 2007 at 09:09:18AM +0100, Klaus S. Madsen wrote:
 Package: samba
 Followup-For: Bug #453050

 I have the same problem here, but I only downgraded to 3.0.24-6etch5,
 which solved the problem for me.

That's nice to know that everyone can reproduce the bug, but that was never
in doubt.  Can someone please test with the unstable version of Samba to
verify whether the bug is still present there, as I requested?

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



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



Bug#453081: --play-pause starts but doesn't play

2007-11-27 Thread Louis-David Mitterrand
Package: audacious
Version: 1.4.2-1
Severity: normal

Running audacious --play-pause starts the interface but does not start 
playback. A second invocation is necessary. 


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

Kernel: Linux 2.6.23.1-1-pyrrhus32 (SMP w/2 CPU cores)
Locale: LANG=en_CA, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins  1.4.1-2   Base plugins for audacious
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libaudclient1  1.4.2-1   Audacious C++ remote control libra
ii  libc6  2.7-1 GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.4-1  The GLib library of C routines
ii  libgtk2.0-02.12.1-3  The GTK+ graphical user interface 
ii  libmcs10.4.1-2+b1Abstraction library to store confi
ii  libmowgli1 0.5.0-3   a high performance development fra
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  libsamplerate0 0.1.2-5   audio rate conversion library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.30.dfsg-3 GNOME XML library

Versions of packages audacious recommends:
pn  audacious-plugins-extra   none (no description available)
ii  unzip 5.52-10De-archiver for .zip files

-- no debconf information



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



Bug#453084: 3-way merge option invalid

2007-11-27 Thread martin f krafft
Package: ucf
Version: 3.003
Severity: important

When upgrading tex-common:

A new version of configuration file /etc/texmf/texmf.cnf is available, but the 
version installed 
currently has been locally modified.

  1. install the package maintainer's version
  2. keep the local version currently installed
  3. show the differences between the versions
  4. show a side-by-side difference between the versions
  5. show a 3-way difference between available versions
  6. do a 3-way merge between available versions (experimental)
  7. start a new shell to examine the situation

What would you like to do about texmf.cnf? 6


Error: unknown response from debconf:'do a 3-way merge between available 
versions (experimental)'
dpkg: error processing tex-common (--configure):
 subprocess post-installation script returned error exit status 1

-- 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.22-3-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 ucf depends on:
ii  coreutils 5.97-5.5   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy

Versions of packages ucf recommends:
ii  debconf-utils 1.5.17 debconf utilities

-- debconf information excluded


-- 
 .''`.   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#452984: drupal5: Drupal defaults to aliasing for all virtualhosts

2007-11-27 Thread Luigi Gangitano
Hi Kyle,
I'm sure you noticed that /etc/apache2/conf.d/drupal.conf is a
configuration file that can be easily modified or deleted and drupal
will keep your version between upgrades. It is provided as an easy way
to set up drupal on a single host with no virtual hosting and any
administrator with little experience in Apache configuration can disable
it an configure host-specific directives.


So I don't consider this a bug, as I don't consider a bug choises I do
in default squid configuration. You can always change them in your
configuration file if you wish.

Regards,

L

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



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



Bug#453050: samba: too-many-files-in-directory bug in 3.0.24-6etch6 too?

2007-11-27 Thread Erik Rossen
Package: samba
Version: 3.0.24-6etch6
Followup-For: Bug #453050


It was reported that 3.0.24-6etch7 had a problem with too many files in
a directory, but I think that I have at least one server experiencing
this problem with 3.0.24-6etch6.  This is seen when attempting to load
older roaming profiles that have plenty of .lnk and IE bookmark files.
Loading the profile fails and the user gets a temporary one.

Returning to 3.0.24-6etch4 makes the problem go away.




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



Bug#453082: libvcdinfo0 version 0.7.23-4 causes unexpected exit of VLC

2007-11-27 Thread Ben Klein
Package: libvcdinfo0
Version: 0.7.23-4
Severity: normal

libvcdinfo0 package version 0.7.23-4 causes VLC to exit unexpectedly
if you run it with a directory name on the command line, eg:

$ vlc videos/
VLC media player 0.8.6c Janus
libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Couldn't find device name.
libdvdnav: Can't read name block. Probably not a DVD-ROM device.
libdvdnav: Unable to find map file '/home/btk/.dvdnav/.map'
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: faild to read VIDEO_TS.IFO
**ERROR: fread (): Is a directory
(( at this point, VLC exits ))

This error does not occur, and VLC behaves normally, if you downgrade
libvcdinfo0 to version 0.7.23-3, currently available in Lenny.

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

Kernel: Linux 2.6.23-dune
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvcdinfo0 depends on:
ii  libc6 2.7-1  GNU C Library: Shared libraries
ii  libcdio6  0.76-1 library to read and control CD-ROM
ii  libiso9660-4  0.76-1 library to work with ISO9660 files

libvcdinfo0 recommends no packages.

-- no debconf information



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



Bug#453083: iscsitarget-source: Using m-a a-i iscsitarget results in an empty package.

2007-11-27 Thread Simon Kainz

Package: iscsitarget-source
Version: 0.4.15-4
Severity: grave

Package contains the following:

drwxr-xr-x root/root 0 2007-11-27 09:30 ./ 



drwxr-xr-x root/root 0 2007-11-27 09:30 ./usr/ 



drwxr-xr-x root/root 0 2007-11-27 09:30 ./usr/share/ 



drwxr-xr-x root/root 0 2007-11-27 09:30 ./usr/share/doc/ 



drwxr-xr-x root/root 0 2007-11-27 09:30 
./usr/share/doc/iscsitarget-module-2.6.22-2-amd64/ 



-rw-r--r-- root/root   762 2007-09-24 12:34 
./usr/share/doc/iscsitarget-module-2.6.22-2-amd64/changelog.Debian.gz 



-rw-r--r-- root/root   315 2007-09-24 12:34 
./usr/share/doc/iscsitarget-module-2.6.22-2-amd64/copyright


--
Simon Kainz
Graz, University of Technology
Department Computing
Phone: 043 (0) 316 / 873 6885



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



Bug#453066: [Pkg-bluetooth-maintainers] Bug#453066: Ubuntu changes for bluez-utils

2007-11-27 Thread Filippo Giunchedi
On Tue, Nov 27, 2007 at 02:12:55PM +1100, Steve Kowalik wrote:
 Package: bluez-utils
 Version: 3.22-1
 Severity: normal
 Tags: patch
 
 Hi,
 
   I just merged the Ubuntu changes into the latest Debian bluez-utils
 package, and have attached a debdiff detailing the changes.

thanks! We'll into those!

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

Odium turbae sanabit solitudo, taedium solitudinis turba.
Solitude will cure our hatred of the crowd,
the crowd will cure our disgust with solitude.
-- Seneca, De Tranquillitate Animi



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



Bug#453080: wrong solution

2007-11-27 Thread Roland Ambrosch

Sorry, this wasn't the right solution.
The .aff in /usr/share is already a symlink resulting in a symlink loop.

So the file is missing.

best regards,
Roland



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



Bug#453076: vlc: dies with corrupted double-linked list when scanning SAP sources

2007-11-27 Thread Loïc Minier
On Tue, Nov 27, 2007, Vincent McIntyre wrote:
 *** glibc detected *** free(): invalid next size (normal): 0x08373888 ***

 This is what you should try to fix first; anything happening
 afterwards is uninteresting to research as this is a memory corruption,
 so anything can happen.  The best way to research this is probably to
 use valgrind against a debug build of vlc.

 However, if you were to research this bug, I would advise to try a more
 recent source for vlc (for example a SVN checkout) as it might be fixed
 upstream.  It might also be a bug in one of the libraries vlc uses.

   HTH,
-- 
Loïc Minier




Bug#453079: totem-xine: fails to create mcop directory, then dies

2007-11-27 Thread Josselin Mouette
Hi,

Le mardi 27 novembre 2007 à 19:20 +1100, Vincent McIntyre a écrit :
 Package: totem-xine
 Version: 2.16.5-3
 Severity: normal
 
 *** Please type your report below this line ***
 
 This system is straight etch with no backports.
 
 totem appears to be looking for some file that it is expecting kde to
 have created for it, and is completely unable to cope if it's not there.
 This is even more odd when totem(1) says
totem is a movie player for the GNOME desktop...
 
% strace -o /tmp/totem.strace.3 /usr/bin/totem -v
Creating link /n/fred/.kde/socket-turrawan-cj.
can't create mcop directory.

I guess this is because it is trying to load the arts plugin, which - as
everything arts-related - is buggy as hell.

Is artsd started when you see this error?

If not, this is a problem with the auto driver in libxine, which
shouldn't even try the arts plugin.

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


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


Bug#453056: gnome-power-manager: laptop power state wrong after resume if state changed during hibernate

2007-11-27 Thread Josselin Mouette
Hi,

Le mardi 27 novembre 2007 à 01:26 +0200, Viljo Viitanen a écrit :
 Package: gnome-power-manager
 Version: 2.14.3-3+b1

Please don't report normal bugs on etch systems; we are not going to fix
them.

 Laptop power state is displayed wrong after resume from hibernate if state 
 changed during hibernate.
 
 Steps to reproduce the problem:
 1. attach power cable
 2. hibernate
 3. remove power cable
 4. resume

Does this also happen with gnome-power-manager 2.20 from unstable?

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


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


Bug#453059: libgtk2.0-0: buggy libpixbufloader-jpeg.so causes problems with Thunar file manager

2007-11-27 Thread Josselin Mouette
Hi,

Le mardi 27 novembre 2007 à 01:43 +0100, [EMAIL PROTECTED] a écrit :
 With the libpixbufloader-jpeg.so from the new version of the 
 libgtk2.0-0-package Thunar
 file manager can't create thumbnails of jpeg files bigger than around 250kB 
 anymore. I
 know that this file causes the error because I replaced it with the older 
 version from
 the stable release etch and everything works fine.

Do you have a sample picture showing the issue?

Do the pictures open correctly in other gdk-pixbuf using applications?

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


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


Bug#453050: samba

2007-11-27 Thread Tomas
Can someone please test with the unstable version of Samba to
verify whether the bug is still present there, as I requested?
Tested on sid:
ii  samba 3.0.27a-1
ii  samba-common 3.0.27a-1

cannot be reproduced (with 5000 files in a directory, which fails with 
samba_3.0.24-6etch7)

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

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

Versions of packages samba depends on:
ii  adduser   3.105
ii  debconf [debconf-2.0] 1.5.16
ii  libacl1   2.2.45-1
ii  libattr1  1:2.4.39-1
ii  libc6 2.6.1-6
ii  libcomerr21.40.2-1
ii  libcupsys21.3.4-1 
ii  libgnutls13   2.0.4-1
ii  libkrb53  1.6.dfsg.3~beta1-2
ii  libldap2  2.1.30.dfsg-13.5
ii  libpam-modules0.99.7.1-5
ii  libpam-runtime0.99.7.1-5
ii  libpam0g  0.99.7.1-5
ii  libpopt0  1.10-3
ii  logrotate 3.7.1-3
ii  lsb-base  3.1-24
ii  procps1:3.2.7-5
ii  samba-common  3.0.27a-1
ii  update-inetd  4.27-0.6
ii  zlib1g1:1.2.3.3.dfsg-7

Versions of packages samba recommends:
ii  smbldap-tools 0.9.4-1

-- debconf information:
* samba/generate_smbpasswd: true
* samba/run_mode: daemons

Regards,
Tomas Simonaitis



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



Bug#448845: dpkg-reconfigure xserver-xorg fails

2007-11-27 Thread Philip Armstrong

On Tue, Nov 27, 2007 at 08:44:47AM +0100, Brice Goglin wrote:

Do you still have this problem with latest xserver-xorg? (1:7.3+6 is in
unstable, 1:7.3+7 just got uploaded there too).


Problem still exists with 1:7.3+6 :
  dexconf: error: cannot generate configuration file;
  xserver-xorg/config/device/driver not set.  Aborting.  Reconfigure the X 
server
  with dpkg-reconfigure to correct this problem.

Also, the dpkg-reconfigure xserver-xorg process fails to detect my
monitor (A Samsung Syncmaster 710T). Or at least I presume that it
fails to do so: after the attempt at autodetection I end up being
asked to give the full monitor specs regardless. The Xserver detects
the monitor just fine as far as I can see from the logs. Should I file
a separate bug?

Looks like not all of 1:7.3+7 has arrived yet. I'll try it when it
becomes available.

It may be relevant that this machine has been pretty much continually
upgraded for the last six or seven years, mostly tracking
unstable. It's not exactly a fresh install of Debian ;)

Phil

--
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt



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



Bug#453085: ps reports numeric uid for exim

2007-11-27 Thread Ian Jackson
Package: procps
Version: 1:3.2.7-3

I happened to see this in my process listing:

mariner:~ ps -Hef |grep exim
iwj   6177  3473  0 Nov26 pts/600:00:00   man exim
100   3721 1  0 Nov26 ?00:00:00   /usr/sbin/exim4 -bd -q30m
iwj   8620  4375  0 09:41 pts/800:00:00   grep exim
mariner:~

However:

mariner:~ perl -e 'print join |, getpwnam Debian-exim'; echo
Debian-exim|x|100|102/var/spool/exim4|/bin/false
mariner:~

The exim4 package is:
 Package: exim4-daemon-light
 Version: 4.63-17

The machine was installed from an etch netinst CD about three weeks
ago and I have configured exim only via dpkg-reconfigure.

Ian.



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



Bug#453086: adduser --system --group should ensure uid==gid

2007-11-27 Thread Ian Jackskon
Package: adduser
Version: 3.102
Severity: wishlist

mariner:~ perl -e 'print join |, getpwnam Debian-exim'; echo
Debian-exim|x|100|102/var/spool/exim4|/bin/false
mariner:~ perl -e 'print join |, getgrnam Debian-exim'; echo
Debian-exim|x|102|
mariner:~ grep Debian-exim /etc/passwd /etc/group
/etc/passwd:Debian-exim:x:100:102::/var/spool/exim4:/bin/false
/etc/group:Debian-exim:x:102:
mariner:~

It would be slightly less confusing if the ids matched.

This machine was installed from an etch netinst CD about three weeks
ago and I have configured exim only via dpkg-reconfigure.  I'm pretty
sure the user was created by this line in exim4-config's postinst:
adduser --system --group --quiet --home /var/spool/exim4 \
--no-create-home --disabled-login --force-badname Debian-exim

Ian.



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



Bug#453050: truncated directory listing also cause roaming profiles to fail

2007-11-27 Thread Martin Rode

hi

in addition to the directory listing problem our users here have 
problems with there roaming profiles. windows maschines (2000, xp) 
cannot relyably load the profiles from the server any more. i just 
wanted to let people know that a downgrade to 3.0.24-6etch4 fixed the 
problem for us.


martin




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



Bug#452945: llgal: falls back to default title when using --gc

2007-11-27 Thread Brice Goglin

Sebastian Schmidt wrote:

Package: llgal
Version: 0.13.14-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

when using llgal's --gc feature to update the caption file, llgal
ignores my previously specified title and appends the default title
to the caption file.

To reproduce:
- - mkdir llgaltest; cd llgaltest
- - generate captions file once with llgal --gc
- - change the title:
  perl -pi -e 's/^TITLE: .*/TITLE: foobar/' .llgal/captions
- - update captions file: llgal --gc
- - grep ^TITLE: .llgal/captions
   TITLE: foobar
   TITLE: Index of pictures
  


Right, it's a known problem but I didn't considered it bad enough so far.
I'll see what I can do.

Brice




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



Bug#448845: dpkg-reconfigure xserver-xorg fails

2007-11-27 Thread Philip Armstrong

On Tue, Nov 27, 2007 at 09:48:54AM +, Philip Armstrong wrote:

On Tue, Nov 27, 2007 at 08:44:47AM +0100, Brice Goglin wrote:

Do you still have this problem with latest xserver-xorg? (1:7.3+6 is in
unstable, 1:7.3+7 just got uploaded there too).


Problem still exists with 1:7.3+6 :
  dexconf: error: cannot generate configuration file;
  xserver-xorg/config/device/driver not set.  Aborting.  Reconfigure the X 
server
  with dpkg-reconfigure to correct this problem.

Also, the dpkg-reconfigure xserver-xorg process fails to detect my
monitor (A Samsung Syncmaster 710T). Or at least I presume that it
fails to do so: after the attempt at autodetection I end up being
asked to give the full monitor specs regardless. The Xserver detects
the monitor just fine as far as I can see from the logs. Should I file
a separate bug?

Looks like not all of 1:7.3+7 has arrived yet. I'll try it when it
becomes available.


OK, just done an update  dragged in 1:7.3+7. Problem still exists.

Just to test things, I tried removing the debconf config.dat cache
file, so as to get all the defaults from the new package, but it
didn't make any difference.

Oh wait: I've found the problem!

I didn't have discover installed (it was doing annoying things to my
machine in the past) and this wasn't being picked up
anywhere. Installing discover fixes the problem. Looks like the
configuration needs to be aware of whether discover is installed or
not, since it's currently a 'recommends' not a 'depends'.

cheers, Phil

--
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt



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



Bug#453087: eric: shell doesn't work when locales isn't set correctly

2007-11-27 Thread Arthur Lutz
Package: eric
Version: 3.9.5-1
Severity: normal


When running eric from a different environment than KDE (in ion3 or
gnome for example), we get an inoperating shell when locales is set to
something like fr_FR.UTF-8. 

To make it work we have to do an export LC_ALL=C and then run eric. 


-- 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.22-1-amd64 (SMP w/4 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to fr_FR)
Shell: /bin/sh linked to /bin/bash

Versions of packages eric depends on:
ii  bicyclerepair 0.9-4.1A refactoring tool for python
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15 register and build utility for Pyt
ii  python-qt33.17.3-3   Qt3 bindings for Python
ii  python-qtext  3.17.3-3   Qt extensions for PyQt

Versions of packages eric recommends:
ii  eric-api-files3.9.5-1API description files for use with
pn  libqt3-i18n   none (no description available)
ii  python-kde3   3.16.0-4   KDE3 bindings for Python
ii  python-xml0.8.4-5XML tools for Python

-- no debconf information



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



Bug#453092: Please package pychecker2 modules

2007-11-27 Thread Emilio Pozuelo Monfort
Package: pychecker
Version: 0.8.17-4
Severity: wishlist

We at the PythonApplicationsPackagingTeam are updating [1] the spe package, but
it needs pychecker2, which is included in pychecker's tarball. Actually Spe
provides the module in its source tree, but we would like to get rid of it in
favour of pychecker's package, as it would mean we'd benefit from bug fixes, new
releases...

So it would be great for us if you could please include pychecker2.

Thanks,
Emilio

http://lists.alioth.debian.org/pipermail/python-apps-team/2007-November/73.html



signature.asc
Description: OpenPGP digital signature


Bug#446065: mysql-query-browser: segfault on table creation attempt

2007-11-27 Thread Gonéri Le Bouder
A backtrace
(gdb) bt
#0  0xb6be053b in strlen () from /lib/i686/cmov/libc.so.6
#1  0xb6bb0d90 in vfprintf () from /lib/i686/cmov/libc.so.6
#2  0xb6bd0bcc in vasprintf () from /lib/i686/cmov/libc.so.6
#3  0xb6e69117 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#4  0xb6e5a0f6 in g_strdup_vprintf () from /usr/lib/libglib-2.0.so.0
#5  0xb6e5a11b in g_strdup_printf () from /usr/lib/libglib-2.0.so.0
#6  0x0825f568 in myx_dbm_get_table_sql_diff ()
#7  0x08236a89 in MGTableEditor::commit_changes ()
#8  0x08249869 in sigc::bound_mem_functor0void, MGTableEditor::operator() ()
#9  0x08249880 in sigc::adaptor_functorsigc::bound_mem_functor0void, 
MGTableEditor ::operator() ()
#10 0x0824989c in sigc::internal::slot_call0sigc::bound_mem_functor0void, 
MGTableEditor, void::call_it ()
#11 0xb70a3965 in Glib::SignalProxyNormal::slot0_void_callback () from 
/usr/lib/libglibmm-2.4.so.1
#12 0xb6eca95f in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#13 0xb6ebd619 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#14 0xb6ed21b7 in g_signal_handler_disconnect () from 
/usr/lib/libgobject-2.0.so.0
#15 0xb6ed3a5f in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#16 0xb6ed3da9 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#17 0xb7174dea in IA__gtk_button_clicked (button=0x881add0) at 
/build/buildd/gtk+2.0-2.12.1/gtk/gtkbutton.c:889
#18 0xb717694e in gtk_real_button_released (button=0x881add0) at 
/build/buildd/gtk+2.0-2.12.1/gtk/gtkbutton.c:1484
#19 0xb6eca95f in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#20 0xb6ebbf39 in g_value_set_static_boxed () from /usr/lib/libgobject-2.0.so.0
#21 0xb6ebd619 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#22 0xb6ed1a3b in g_signal_handler_disconnect () from 
/usr/lib/libgobject-2.0.so.0
#23 0xb6ed3a5f in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#24 0xb6ed3da9 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#25 0xb7174e7a in IA__gtk_button_released (button=0x881add0) at 
/build/buildd/gtk+2.0-2.12.1/gtk/gtkbutton.c:881
#26 0xb7174ea1 in gtk_button_button_release (widget=0x881add0, event=0x88d36e8) 
at /build/buildd/gtk+2.0-2.12.1/gtk/gtkbutton.c:1377
#27 0xb724da64 in _gtk_marshal_BOOLEAN__BOXED (closure=0x83d8258, 
return_value=0xbf9eecf0, n_param_values=2, param_values=0xbf9eedd4, 
invocation_hint=0xbf9eecdc, marshal_data=0xb7174e80)
at /build/buildd/gtk+2.0-2.12.1/gtk/gtkmarshalers.c:84
#28 0xb6ebbf39 in g_value_set_static_boxed () from /usr/lib/libgobject-2.0.so.0
#29 0xb6ebd619 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#30 0xb6ed1fa3 in g_signal_handler_disconnect () from 
/usr/lib/libgobject-2.0.so.0
#31 0xb6ed3787 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#32 0xb6ed3da9 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#33 0xb736bc97 in gtk_widget_event_internal (widget=0x881add0, event=0x88d36e8) 
at /build/buildd/gtk+2.0-2.12.1/gtk/gtkwidget.c:4675
#34 0xb7246cb1 in IA__gtk_propagate_event (widget=0x881add0, event=0x88d36e8) 
at /build/buildd/gtk+2.0-2.12.1/gtk/gtkmain.c:2319
#35 0xb7247f18 in IA__gtk_main_do_event (event=0x88d36e8) at 
/build/buildd/gtk+2.0-2.12.1/gtk/gtkmain.c:1539
#36 0xb702265a in gdk_event_dispatch (source=0x83b36a0, callback=0, 
user_data=0x0) at /build/buildd/gtk+2.0-2.12.1/gdk/x11/gdkevents-x11.c:2351
#37 0xb6e3a1c6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#38 0xb6e3d552 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#39 0xb6e3d937 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#40 0xb72483f4 in IA__gtk_main () at 
/build/buildd/gtk+2.0-2.12.1/gtk/gtkmain.c:1146
#41 0xb76c5ea7 in Gtk::Main::run_impl () from /usr/lib/libgtkmm-2.4.so.1
#42 0xb76c5c92 in Gtk::Main::run () from /usr/lib/libgtkmm-2.4.so.1
#43 0x08139529 in main (argc=137147824, argv=0xb6cb) at main.cc:343(gdb) bt full
#0  0xb6be053b in strlen () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#1  0xb6bb0d90 in vfprintf () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6bd0bcc in vasprintf () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#3  0xb6e69117 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb6e5a0f6 in g_strdup_vprintf () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#5  0xb6e5a11b in g_strdup_printf () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#6  0x0825f568 in myx_dbm_get_table_sql_diff ()
No symbol table info available.
#7  0x08236a89 in MGTableEditor::commit_changes ()
No symbol table info available.
#8  0x08249869 in sigc::bound_mem_functor0void, MGTableEditor::operator() ()
No symbol table info available.
#9  0x08249880 in sigc::adaptor_functorsigc::bound_mem_functor0void, 
MGTableEditor ::operator() ()
No symbol table info available.
#10 0x0824989c in sigc::internal::slot_call0sigc::bound_mem_functor0void, 
MGTableEditor, void::call_it ()
No symbol table info 

Bug#348846: [Fwd: ITP: vexim -- Virtual mail hosting with exim4, php, mysql]

2007-11-27 Thread Bart Martens

---BeginMessage---
Hi Daniel,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348846

How is progress ? Are you still working on this ?

Next steps seem to be:
1. Update the package at Mentors to the newest upstream release,
2. Post a request for sponsorship (RFS) at debian-mentors.

Hope this helps,

Bart Martens



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


Bug#453093: week starts on tuesdays

2007-11-27 Thread martin f krafft
Package: jpilot
Version: 0.99.9.17-1
Severity: normal

Since the last upgrade, the calendar widget starts weeks on
Tuesdays. I could not find a setting to control this.

-- 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.22-3-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 jpilot depends on:
ii  libatk1.0-0  1.20.0-1The ATK accessibility toolkit
ii  libc62.7-1   GNU C Library: Shared libraries
ii  libcairo21.4.10-1+b2 The Cairo 2D vector graphics libra
ii  libglib2.0-0 2.14.4-1The GLib library of C routines
ii  libgtk2.0-0  2.12.1-3The GTK+ graphical user interface 
ii  libpango1.0-01.18.3-1Layout and rendering of internatio
ii  libpisock9   0.12.2-11   library for communicating with a P

Versions of packages jpilot recommends:
ii  jpilot-plugins   0.99.9.17-1 plugins for jpilot (Palm Pilot des

-- debconf information:
* shared/pilot/port: None


-- 
 .''`.   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#453091: debmirror: different (faster?) rmdir

2007-11-27 Thread A Mennucc
Package: debmirror
Version: 20070123
Severity: wishlist

hi

this patch avoids calling 'rmdir' uselessly ; it should be faster
(though I did not benchmark it carefully)

a.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages debmirror depends on:
ii  bzip2   1.0.3-6  high-quality block-sorting file co
ii  libcompress-zlib-perl   1.42-2   Perl module for creation and manip
ii  libdigest-sha1-perl 2.11-1   NIST SHA-1 message digest algorith
ii  liblockfile-simple-perl 0.2.5-7  Simple advisory file locking
ii  libwww-perl 5.805-1  WWW client/server library for Perl
ii  perl [libdigest-md5-perl]   5.8.8-7etch1 Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]  5.8.8-7etch1 Core Perl modules
ii  rsync   2.6.9-2etch1 fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  ed0.2-20 The classic unix line editor
ii  gnupg 1.4.6-2GNU privacy guard - a free PGP rep
ii  patch 2.5.9-4Apply a diff file to an original

-- no debconf information

-- 
Andrea Mennucc

The EULA sounds like it was written by a team of lawyers who want to tell 
me what I can't do, and the GPL sounds like it was written by a human 
being who wants me to know what I can do.
Anonymous,http://www.securityfocus.com/columnists/420
--- /tmp/debmirror.mine	2007-11-27 11:17:22.0 +0100
+++ bin/debmirror.mine	2007-11-27 11:21:30.0 +0100
@@ -1105,7 +1105,7 @@
   # makes directories.. Sort so they are removable in bottom-up
   # order.
   chdir($mirrordir) or die chdir $mirrordir: $!;
-  system(find . -depth -type d ! -name . ! -name .. -print0 | xargs -0 rmdir 2/dev/null) if (! $dry_run);
+  system(find . -depth -type d -empty -not -name . -print0 | xargs -r0 rmdir) if (! $dry_run);
 }
 
 if ($res == 0) {


Bug#385797: licencing nonsense

2007-11-27 Thread Jon Dowland
I was part of a licencing argument back when .net was
migrated to .org. The .net  content had a licence which was
most clearly not DFSG, and essentially stated that the
content was owned only by the contributors, and nobody had
the right to copy it. Yet we imported it wholesale into
.org without regarding whether the data was even useful. I
expect the vast majority of it was not.

As a result, I don't believe a single over-arching licence
can be applied to the wiki content, and certainly not
retroactively. The only way to continue forward is for new
content to be explicitly marked as being a given copyright.
We discussed various ways of achieving this too, but the
admins weren't interested in implementing them.

I'll see about digging out references to the older
discussions.


-- 
Jon Dowland



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



Bug#400319: ITP: tremulous-mappack -- Bricosoft's Official maps for Tremulous game

2007-11-27 Thread Bart Martens
Hi,

http://mentors.debian.net/debian/pool/main/t/tremulous-mappack/

Why is this a debian-native package ?

Your opinion on this lintian warning ?
W: tremulous-mappack source: maintainer-not-full-name salokine

Regards,

Bart Martens



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


Bug#453090: libgnome-pilot2-dev: Wrong libdir in /usr/lib/*.la

2007-11-27 Thread Oystein Gisnas
Package: libgnome-pilot2-dev
Version: 2.0.15-2
Severity: important

Upon inspection of /usr/lib/libgpilotd.la and other .la files in gnome-pilot, I 
find libdir='/usr/lib/' whereas other libraries have libdir='/usr/lib'.

I don't know why this has happened, but it seems to break the Evolution build 
with dpkg-dev 1.14.8 and higher. Whether /usr/lib/ is a valid libdir path or 
not, I'm not sure, but I can't find any other libraries using the trailing 
slash. Please follow the norm and use /usr/lib so that Evolution can be built 
again.

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

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

Versions of packages libgnome-pilot2-dev depends on:
ii  libc6-dev 2.7-1  GNU C Library: Development Librari
ii  libgnome-pilot2   2.0.15-2   Support libraries for gnome-pilot
ii  libpisock-dev 0.12.2-11  development files for communicatin
ii  libusb-dev2:0.1.12-8 userspace USB programming library 

libgnome-pilot2-dev recommends no packages.

-- no debconf information



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



Bug#443157: xserver-xorg-video-intel: Hard crashes when starting torus-trooper game

2007-11-27 Thread Vincent Fourmond
  Hello,

On Nov 25, 2007 11:05 PM, Brice Goglin [EMAIL PROTECTED] wrote:
 Sorry for the late reply, you seem to be experiencing a GPU lockup.
 It is very hard to debug. Can you reproduce this bug easily? Even
 with intel driver 2.2 which entered unstable recently? If so, please
 send the corresponding log, I will forward the bug upstream.

  I don't seem to have run across these problems recently, so it seems
it has been fixed with the 2.2 version. However, I find that this
version is extraordinary slow : when switching desks, to arrive, say,
to an open iceweasel instance, most of the CPU is used by the X
driver. It makes swicthind desk really jaggy and I'm pretty sure that
wasn't the case a few weeks ago. It certainly does not happen on an
other computer I use (with a NVIDIA card).

  I don't know what to think.

  Cheers,

  Vincent



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



Bug#453079: totem-xine: fails to create mcop directory, then dies

2007-11-27 Thread Vincent . McIntyre

Hi Josselin


Is artsd started when you see this error?

I don't think so.

% ps -fade|grep arts
nothing

% dpkg -S artsd
libkdepim1a: /usr/lib/kde3/plugins/designer/kpartsdesignerplugin.so
libarts1c2a: /usr/lib/libartsdsp.so.0
libarts1c2a: /usr/bin/artsdsp
libarts1c2a: /usr/bin/artsd
libarts1c2a: /usr/lib/libartsdsp_st.so.0.0.0
libarts1c2a: /usr/lib/libartsdsp_st.so.0
libarts1c2a: /usr/lib/libartsdsp.so.0.0.0
libkdepim1a: /usr/lib/kde3/plugins/designer/kpartsdesignerplugin.la

% dpkg -l libarts1c2a|grep ii
ii  libarts1c2a1.5.5-1aRts sound system core components



If not, this is a problem with the auto driver in libxine, which
shouldn't even try the arts plugin.


This appears to be the problem, then. I have no idea if these are
useful, but fyi.

% ldd /usr/bin/totem|grep -i xine
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0xb79cd000)
libxine.so.1 = /usr/lib/libxine.so.1 (0xb758a000)

% grep ^open /tmp/totem.strace.3 |grep -v ENOENT|grep -i xine|sort -u
open(/n/fred/.xine/catalog.cache, O_RDONLY|O_LARGEFILE) = 25
open(/n/fred/.xine/catalog.cache, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) 
= 25
open(/usr/lib/xine/plugins/1.1.2, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 25
open(/usr/lib/xine/plugins/1.1.2/post, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 26
open(/usr/lib/xine/plugins/1.1.2/post/xineplug_post_goom.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/post/xineplug_post_tvtime.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_ao_out_alsa.so, O_RDONLY) = 26
open(/usr/lib/xine/plugins/1.1.2/xineplug_ao_out_arts.so, O_RDONLY) = 26
open(/usr/lib/xine/plugins/1.1.2/xineplug_ao_out_oss.so, O_RDONLY) = 26
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_a52.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_ff.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_qt.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_real_audio.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_real.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_sputext.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_decode_w32dll.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_cdda.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_dvb.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_dvd.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_file.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_gnome_vfs.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_http.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_mms.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_net.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_pnm.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_pvr.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_rtp.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_rtsp.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_smb.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_stdin_fifo.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_v4l.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_vcdo.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_inp_vcd.so, O_RDONLY) = 25
open(/usr/lib/xine/plugins/1.1.2/xineplug_vo_out_xv.so, O_RDONLY) = 26
open(/usr/openwin/lib/libXinerama.so.1, O_RDONLY) = 3
open(/usr/openwin/lib/libxine.so.1, O_RDONLY) = 3


% lsmod |grep -i alsa
nothing
% lsmod | grep -i snd
snd_hda_intel  17332  0
snd_hda_codec 137856  1 snd_hda_intel
snd_pcm_oss38368  0
snd_mixer_oss  15200  1 snd_pcm_oss
snd_pcm68676  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer  20996  1 snd_pcm
snd47012  6 
snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer

soundcore   9248  1 snd
snd_page_alloc  9640  2 snd_hda_intel,snd_pcm

Cheers
Vince




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



Bug#453079: totem-xine: fails to create mcop directory, then dies

2007-11-27 Thread Josselin Mouette
reassign 453079 libxine1 1.1.2+dfsg-4
retitle 453079 tries the arts plugin before alsa plugin
thanks

Le mardi 27 novembre 2007 à 21:37 +1100, [EMAIL PROTECTED] a
écrit :
 Hi Josselin
 
  Is artsd started when you see this error?
 I don't think so.

Then it is a bug in libxine1.

I'll let the xine maintainers tell us whether this is fixed in the
unstable version.

To work around this issue, you can set audio.driver: alsa
in .gnome2/totem_config.

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


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


Bug#453090: Solution

2007-11-27 Thread Øystein Gisnås
The easiest and best way to solve this is to exclude the .la files from the
package. They're evil and not needed anyway.

Øystein


Bug#453094: libcache-memcached-perl: Spaces in keys are silently ignored (no cache entry created)

2007-11-27 Thread Richard Wallman
Package: libcache-memcached-perl
Version: 1.20-1
Severity: normal

If you have a space in the key, no entry is made in the Memcached
server. Took me a while to figure this out after getting an appalling
number of cache misses...

Having just played with the server directly with telnet, this seems to
be correct behaviour (there doesn't seem to be any way of quoting key
values to allow spaces in them)

I can't think of a way of safely adding support for this without
changing the protocol or breaking other clients, so maybe just adding
something to the documentation warning about this would be sufficient.
There doesn't seem to be anything about this reported anywhere else (a
Google search on memcached key space doesn't come up with anything
interesting).

FYI, example code:

#!/usr/bin/perl

use strict;
use Cache::Memcached;

my ($memd, $key);

$memd = new Cache::Memcached{ 'servers' = ['127.0.0.1:11211'], };

$key = 'cow';
$memd-set($key, 'grass');
print A $key eats .($memd-get($key) || '{not set}').\n;

$key = 'spider monkey';
$memd-set($key, 'bananas');
print A $key eats .($memd-get($key) || '{not set}').\n;

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

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

Versions of packages libcache-memcached-perl depends on:
ii  libstring-crc32-perl  1.4-1  Perl interface for cyclic redundan
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

libcache-memcached-perl recommends no packages.

-- no debconf information



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



Bug#453079: totem-xine: fails to create mcop directory, then dies

2007-11-27 Thread Vincent . McIntyre


I tried democracyplayer as well, this may help to narrow things down.
It opens the gui, takes me through the config dialog (I said no)
to all questions and then dies again.
On the second invocation (see below) it skips the setup and dies
immediately after completing the drawing of the application window.

% /usr/bin/democracyplayer
DTV: Starting up Democracy Player
DTV: Version:  0.9.1
DTV: Revision: unknown
DTV: Loading preferences...
DTV: Showing startup dialog...
Setting startupTasksDone to True
DTV: Restoring database...
Database load slow: 0.105
DTV: Recomputing filters...
DTV: Spawning global feed dtv:manualFeed
DTV: Spawning global feed dtv:search
DTV: Spawning global feed dtv:searchDownloads
*** Launching Democracy Downloader Daemon 
DTV: Creating channel tab order
DTV: Creating playlist tab order
DTV: Spawning Channel Guide...
DTV: Spawning global feed dtv:directoryfeed
DTV: Spawning auto downloader...
DTV: Displaying main frame...
Setting VolumeLevel to 1.0
DTV: Starting event loop thread
DTV: Finished startup sequence
Setting VolumeLevel to 1.0
Creating link /n/fred.kde/socket-turrawan-cj.
can't create mcop directory

oh.

% strace -o /tmp/dp.strace.0 /usr/bin/democracyplayer
DTV: Starting up Democracy Player
DTV: Version:  0.9.1
DTV: Revision: unknown
DTV: Loading preferences...
DTV: Restoring database...
Database load slow: 0.051
DTV: Recomputing filters...
DTV: Spawning global feed dtv:manualFeed
DTV: Spawning global feed dtv:search
DTV: Spawning global feed dtv:searchDownloads
DTV: Creating channel tab order
DTV: Creating playlist tab order
DTV: Spawning Channel Guide...
*** Launching Democracy Downloader Daemon 
DTV: Spawning global feed dtv:directoryfeed
DTV: Spawning auto downloader...
DTV: Displaying main frame...
Setting VolumeLevel to 1.0
DTV: Starting event loop thread
DTV: Finished startup sequence
DTV: updating the Guide
*** Daemon ready ***
Setting VolumeLevel to 1.0
Creating link /n/fred/.kde/socket-turrawan-cj.
can't create mcop directory
downloader: connection closed -- quitting
Shutting down downloaders...

% tail -20 /tmp/dp.strace.0
close(39)   = 0
munmap(0xb0aa5000, 23838)   = 0
close(37)   = 0
stat64(/n/fred/.kde, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
uname({sys=Linux, node=turrawan-cj, ...}) = 0
lstat64(/n/fred/.kde/socket-turrawan-cj, 0xbfdf7b70) = -1 ENOENT (No such 
file or directory)
write(2, can\'t create mcop directory\n, 28) = 28
close(13)   = 0
close(12)   = 0
write(17, A, 1)   = 1
futex(0x8494c4c, FUTEX_WAKE, 1) = 1
unlink(/tmp/orbit-fred/linc-648c-0-7234d40f8235f) = 0
close(15)   = 0
write(20, L, 1)   = 1
futex(0x82101b0, FUTEX_WAKE, 1) = 1
futex(0x8211300, FUTEX_WAKE, 1) = 1
futex(0x8211304, FUTEX_WAIT, 1, NULL)   = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0x82101b0, FUTEX_WAKE, 1) = 0
munmap(0xb7df, 4096)= 0
exit_group(1)   = ?


Cheers
Vince




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



Bug#453097: ITP: ttf-radisnoir -- Font inspired by Universal de Bayer and Bauhaus

2007-11-27 Thread Gürkan Sengün

Package: wnpp
Severity: wishlist

* Package name: ttf-radisnoir
  Version : 1.0
  Upstream Author : Gael Goy
* URL : 
http://www.radisnoir.net/spip.php?page=detailleid_document=8id_rubrique=4

* License : http://artlibre.org
  Description : Font inspired by Universal de Bayer and Bauhaus
 This is a font inspired by Universal de Bayer and Bauhaus.

(Better long description welcome)




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



Bug#323913: ITP: tstat -- TCP STatistic and Analysis Tool

2007-11-27 Thread Bart Martens
Hi Sandro,

http://mentors.debian.net/debian/pool/main/t/tstat/

What is the distribution license of ns.c ?

Regards,

Bart Martens



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


Bug#453095: ITP: ttf-marvosym -- Symbol font

2007-11-27 Thread Gürkan Sengün

Package: wnpp
Severity: wishlist

* Package name: ttf-marvosym
  Version : 0.1
  Upstream Author : Martin Vogel
* URL : http://www.marvosym.com
* License : OFL 1.1
  Description : Symbol font
 This is a symbol font.

(Better long descriptions welcome)



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



Bug#453096: tar: This does not look like a tar archive

2007-11-27 Thread Johan Spee
Package: tar
Version: 1.19.1

I normally use the R-click context menu in Nautilus and select 'create
archive' to create tar.gz archives with File Roller.

Since I upgraded Tar from 1.16.2 (stable) to 1.19.1 (testing) I get an
error (in a dialog from File Roller, I suppose):
'An error occurred while adding files to the archive'

When, in the dialog, I check the command line output I see this:
'tar: This does not look like a tar archive'
'tar: Error exit delayed from previous error'

The package IS, however, created and can be extracted without errors.

When I create the archive on the command line ( tar -cf test.tar * )
the error does not occur, so possibly File Roller is involved here.

thanks,

-- 
=  Johan Spee  =
www.coonsden.com
GPG ID: 2B743F81




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



Bug#399760: ITP: paq

2007-11-27 Thread Bart Martens
Hello Jari,

I see two different packages with the same changelog:

http://cante.net/~jaalto/tmp/debian/paq/paq_8a-1.dsc
http://mentors.debian.net/debian/pool/main/p/paq/paq_8a-1.dsc

Please remove one of these two packages so that it is clear for which
package you are requesting a sponsor.

Regards,

Bart Martens



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


Bug#447980: maybe a warning will do# Nominate for release

2007-11-27 Thread Jon Dowland
On Mon, Oct 29, 2007 at 09:40:48AM +0200, Tshepang
Lekhonkhobe wrote:
 How about adding a warning during installation of 2.20 so
 that users who upgrade will know how murdered their
 beloved feature will be, a warning that states that they
 should wait for 2.22. Please don't surprise users so hard.

I suppose an item in NEWS.Debian so apt-listchanges showed
it would have been useful; but you shouldn't blindly upgrade
packages anyway. You can always downgrade: 2.18 source
packages are on http://snapshot.debian.net/.

I've built and uploaded an i386 2.18.x package to
http://debian.halfcoded.net/; it's not built in a pbuilder
chroot or anything, just on my local system to scratch an
itch. Rumour has it upstream will be fixed for 2.21; in the
meantime maybe this will be of use to people.


-- 
Jon Dowland



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



Bug#453098: RM: libchipcard/experimental -- RoM; NVIU

2007-11-27 Thread Micha Lenk
Package: ftp.debian.org

Hello FTP masters,

Please remove libchipcard from experimental. I've just uploaded a
newer version to unstable.

Micha



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



Bug#352440: ITA: wmshutdown

2007-11-27 Thread Bart Martens
Hi Jari,

http://cante.net/~jaalto/tmp/debian/wmshutdown/wmshutdown_0.2-2.dsc

Please fix these warnings:

W: wmshutdown source: debian-rules-ignores-make-clean-error line 56
W: wmshutdown: menu-item-uses-apps-section /usr/share/menu/wmshutdown:1
W: wmshutdown: menu-item-creates-new-section 

Please remove the (older) package at mentors or update it.

Regards,

Bart Martens



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


Bug#453079: totem-xine: fails to create mcop directory, then dies

2007-11-27 Thread Vincent . McIntyre


Then it is a bug in libxine1.

I'll let the xine maintainers tell us whether this is fixed in the
unstable version.


ok, thanks.


To work around this issue, you can set audio.driver: alsa
in .gnome2/totem_config.


I tried this, perhaps I got it wrong.


% cat ~/.gnome2/totem_config
cat: /u/fred/.gnome2/totem_config: No such file or directory
% vi !$
% !cat
audio.driver: alsa
% ls -sF ~/.gnome2/
4 accels/  4 totem_config

I took a bit of a look around the net but could not find anything
explaining what the syntax should be.
#452211 mentions the file but gives not examples
Should I file a wishlist bug about all that?

I don't appear to have alsa kernel modules loaded (see last message)
so perhaps I should sort that out first...

Anyway for completeness here's what happened...

% strace -o /tmp/totem.strace.4 /usr/bin/totem
Creating link /n/fred/.kde/socket-turrawan-cj.
can't create mcop directory


% tail -50  /tmp/totem.strace.4
close(32)   = 0
munmap(0xb45e4000, 23838)   = 0
close(30)   = 0
stat64(/n/fred/.kde, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
uname({sys=Linux, node=turrawan-cj, ...}) = 0
lstat64(/n/fred/.kde/socket-turrawan-cj, 0xbf805b20) = -1 ENOENT (No such 
file or directory)
write(2, can\'t create mcop directory\n, 28) = 28
close(9)= 0
close(8)= 0
write(16, A, 1)   = 1
futex(0x8243014, FUTEX_WAKE, 1) = 1
unlink(/tmp/orbit-fred/linc-6532-0-6460b81ee72d6) = 0
close(12)   = 0
write(18, L, 1)   = 1
futex(0x80b95f8, FUTEX_WAKE, 1) = 1
futex(0x80b96a8, FUTEX_WAKE, 1) = 1
futex(0x80b96ac, FUTEX_WAIT, 9, NULL)   = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0x80b95f8, FUTEX_WAKE, 1) = 0
write(18, L, 1)   = 1
futex(0x80b95f8, FUTEX_WAKE, 1) = 1
futex(0x80b96a8, FUTEX_WAKE, 1) = 1
futex(0x80b96ac, FUTEX_WAIT, 11, NULL)  = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0x80b95f8, FUTEX_WAKE, 1) = 0
write(18, L, 1)   = 1
futex(0x80b95f8, FUTEX_WAKE, 1) = 1
futex(0x80b96a8, FUTEX_WAKE, 1) = 1
futex(0x80b96ac, FUTEX_WAIT, 13, NULL)  = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0x80b95f8, FUTEX_WAKE, 1) = 0
munmap(0xb45ea000, 4096)= 0
exit_group(1)   = ?


Thanks for your help

Cheers
Vince




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



Bug#448967: closed by Fabio Tranchitella [EMAIL PROTECTED] (Closing etch-only bug reports)

2007-11-27 Thread Erno Kuusela
On Sun, Nov 25, 2007 at 08:26:54AM +0100, Fabio Tranchitella wrote:
 Hello,
 
 * 2007-11-24 18:06, erno wrote:
  I got around to trying the dovecot from backports (Version:
  1:1.0.0-1~bpo.1), and same thing happened first time I connected.
  Second attempt worked correctly. Log:
 
 Does second attempt worked mean that now everything is working? Did the
 problem disappear or you are still experiencing it?
 
 Thanks for your follow-up.

I started composing a reply saying it hasn't happened again, but stopped
to try a few different IMAP operations with mutt to experiment, and
managed to make it crash again when I hit 'R' to recall this message
from the postponed folder! Retrying, as before, worked. I then tried
postpone/recall a few times, and no more crashes... mysterious.

It was intermittent with the etch version too, and fact seemed to stop
happening altoghether perhaps due to usage patterns (which is why I
only now got around to install the backports version).

  -- erno



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



Bug#412988: Resolved

2007-11-27 Thread Robin Cornelius
Please see package

libc-ares1 that is in sid

Will now close

Regards

Robin



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



Bug#450901: [Build-common-hackers] Bug#450901: cmake class probably broken: CMAKE_C_COMPILER/CMAKE_CXX_COMPILER error

2007-11-27 Thread Peter Eisentraut
Am Samstag, 24. November 2007 schrieb Daniel Leidert:
   CMake Error: your C compiler:
   /tmp/buildd/avogadro-0.2.0/obj-i486-linux-gnu/cc was not found.
   Please set CMAKE_C_COMPILER to a valid compiler path or name.
   CMake Error: your CXX compiler:
   /tmp/buildd/avogadro-0.2.0/obj-i486-linux-gnu/g++ was not found.
   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

I think this is a bug internal to cmake or the tests it uses.  Earlier in the 
output it claims

-- Check for working C compiler: cc
-- Check for working C compiler: cc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: g++
-- Check for working CXX compiler: g++ -- works

So it says the compilers work, and in order to check the size of void* it 
would also have to actually run the compiler successfully.

Furthermore, it asks to set CMAKE_CXX_COMPILER to a valid compiler path or 
*name*, which interpret such that a base name is sufficient.

So at the moment I believe that the behavior implemented in cdbs is correct 
and the problem is somewhere else.



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



Bug#448967: closed by Fabio Tranchitella [EMAIL PROTECTED] (Closing etch-only bug reports)

2007-11-27 Thread Fabio Tranchitella
reopen 448967
thanks

* 2007-11-27 12:56, Erno Kuusela wrote:
 I started composing a reply saying it hasn't happened again, but stopped
 to try a few different IMAP operations with mutt to experiment, and
 managed to make it crash again when I hit 'R' to recall this message
 from the postponed folder! Retrying, as before, worked. I then tried
 postpone/recall a few times, and no more crashes... mysterious.
 
 It was intermittent with the etch version too, and fact seemed to stop
 happening altoghether perhaps due to usage patterns (which is why I
 only now got around to install the backports version).

Ok, let's reopen the bug report then.

Thanks for your message!

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Bug#453100: rtorrent: Version 0.7.8 segfaults on PPC

2007-11-27 Thread Marc Climent
Package: rtorrent
Version: 0.7.8-1
Severity: important


I have been running this package for a long time and I'm almost sure that the 
problems started with version 
0.7.8. I'll go back to the previous version to be sure.

The stack dump follows:

Caught Segmentation fault, dumping stack:
0 rtorrent [0x1003a644]
1 rtorrent [0x1003b61c]
2 rtorrent [0x10040868]
3 [0x7ff10248]
4 [0x7ff10078]
5 /lib/libc.so.6 [0xf6757bc]
6 /lib/libc.so.6(__libc_malloc+0xe4) [0xf6770c4]
7 /usr/lib/libstdc++.so.6(_Znwj+0x3c) [0xf9555bc]
8 /usr/lib/libtorrent.so.10(_ZN7torrent24createPeerConnectionSeedEb+0x88) 
[0xfcf1418]
9 /usr/lib/libtorrent.so.10 [0xfcc38b0]
10 /usr/lib/libtorrent.so.10 [0xfce603c]
11 /usr/lib/libtorrent.so.10 [0xfce2c18]
12 /usr/lib/libtorrent.so.10(_ZN7torrent9PollEPoll7performEv+0x110) [0xfc94010]
13 rtorrent [0x100899fc]
14 rtorrent [0x1003ad08]
15 /lib/libc.so.6 [0xf614340]
16 /lib/libc.so.6 [0xf614584]

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18.1-mh7_kurobox_hg
Locale: LANG=ca_ES, LC_CTYPE=ca_ES (charmap=ISO-8859-1) (ignored: LC_ALL set to 
ca_ES)
Shell: /bin/sh linked to /bin/bash

Versions of packages rtorrent depends on:
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libcurl3  7.17.1-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libidn11  1.1-1  GNU libidn library, implementation
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap2  2.1.30.dfsg-13.5   OpenLDAP libraries
ii  libncursesw5  5.6+20071013-1 Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.17-2   type-safe Signal Framework for C++
ii  libssh2-1 0.17-1 SSH2 client-side library
ii  libssl0.9.8   0.9.8g-1   SSL shared libraries
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3
ii  libtorrent10  0.11.8-1   a C++ BitTorrent library
ii  libxmlrpc-c3  1.06.18-1  A lightweight RPC library based on
ii  zlib1g1:1.2.3.3.dfsg-6   compression library - runtime

rtorrent recommends no packages.

-- no debconf information



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



Bug#453080: openoffice.org-spellcheck-de-at: openoffice crashes when loading a document which has de-at spellcheck enabled

2007-11-27 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Roland Ambrosch wrote:
 Package: openoffice.org-spellcheck-de-at
 Version: 20070829-3
 Severity: grave

This package does not exist at all in *ANY* Debian:

$ rmadison openoffice.org-spellcheck-de-at
$

Not even in sarge.

 impress crashes when loading a document which has de-at spellcheck
 enabeld because the file /usr/lib/openoffice/share/dict/ooo/de_AT.aff is
 missing. Normally this file lies in /usr/share/myspell/dicts/de_AT.aff
 and should be symlinked.

And it is in myspell-de-at:

$ dpkg -L myspell-de-at
/.
/usr
/usr/share
/usr/share/myspell
/usr/share/myspell/dicts
/usr/share/myspell/dicts/de_AT.dic
^^
/usr/share/myspell/infos
/usr/share/myspell/infos/ooo
/usr/share/myspell/infos/ooo/myspell-de-at
/usr/share/doc
/usr/share/doc/myspell-de-at
/usr/share/doc/myspell-de-at/changelog.gz
/usr/share/doc/myspell-de-at/copyright
/usr/share/doc/myspell-de-at/changelog.Debian.gz
/usr/share/myspell/dicts/de_AT.aff
^^
/usr/share/myspell/dicts/de-AT.dic
/usr/share/myspell/dicts/de-AT.aff

Same with hunspell-de-at. How dwere you able to install
openoffice.org-spellcheck.de.at anyway given that it's not existant
anymore and both myspell-de-at and hunspell-de-at COnflict against it
(I thought dictionaries-common and/or OOo would too, but I don't find
it, hmm, probably I just removed it a while ago again as upgrade
sskipping a release (and with sarge you even shouldn't have this package
anymore) are not supported anyway.).

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

Remove stable from there please, you probably won't get anything out of
stable anyway.

Regards,

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

iD8DBQFHTAYN+FmQsCSK63MRAisRAJ4sLhOWkCphzTfmZzActf7YLzWdwQCfaNF5
Ii+HTtod2ydA506XHLWo5Pc=
=dfKb
-END PGP SIGNATURE-



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



Bug#452061:

2007-11-27 Thread William Pitcock
severity 452061 important
thanks

Given the last message, I think that this isn't an issue specifically
related to Audacious, but instead a general problem with DBus.

So, I'm downgrading the severity, as it seems to be one specific
problem...


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


Bug#453080: wrong solution

2007-11-27 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

close 453080
thanks

Roland Ambrosch wrote:
 Sorry, this wasn't the right solution.
 The .aff in /usr/share is already a symlink resulting in a symlink loop.

 So the file is missing.

As I already said, in my other message the package does not exist anymore.

In myspell-de-at and hunspell-de-at:

lrwxrwxrwx 1 root root 9 2007-11-27 12:46 /usr/share/myspell/dicts/de_AT.aff - 
de_DE.aff

which *is* fulfilable because myspell-de-at (and hunspell-de-at) depend
on hunspell-de-de.

I am closing this bogus bug.

Regards,

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

iD8DBQFHTAYb+FmQsCSK63MRAsAxAJ4hXV6c8ORGTALAHSAupZDMJNPB0QCdGZO+
hnfEtexzefD651gd1hJsKC4=
=qR5/
-END PGP SIGNATURE-



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



Bug#400530: ITP: tremulous-editor

2007-11-27 Thread Bart Martens
Hi,

http://mentors.debian.net/debian/pool/main/t/tremulous-editor/tremulous-editor_0.0.20060518.dsc

The file debian/copyright in the package at mentors contains this:

gtkradiant.conf was downloaded from: 
http://www.clanopener.com/catalyc/trem.game_1.5.zip
tremulous.conf was downloaded from: 
http://tremulous.net/users/jex/radical/common_files.zip

The file trem.game_1.5.zip contains, as far as I can see, no copyright
and license information that would allow this file to be distributed by
Debian, not even in the non-free section.

Regards,

Bart Martens



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


Bug#452478: Recommends outside main: sdcc and sdcc-libraries

2007-11-27 Thread Kumar Appaiah
retitle 452478 Recommends sdcc and sdcc-libraries, which are outside main (in 
non-free)
thanks

Actually, the recommendations which are in question are:
sdcc-libraries: non-free/electronics
sdcc: non-free/electronics

Sorry for missing that.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature


Bug#453099: ITP: libnova -- astronomical calculations library

2007-11-27 Thread Sune Vuorela
Package: wnpp
Severity: wishlist
Owner: Sune Vuorela [EMAIL PROTECTED]


* Package name: libnova
  Version : 0.12.1
  Upstream Author :  Liam Girdwood and Petr Kubanek
* URL : http://libnova.sourceforge.net/index.html
* License : LGPL
  Programming Lang: C++
  Description : astronomical calculations library

libnova is a general purpose, double precision, Celestial Mechanics,
Astrometry and Astrodynamics library.
 The intended audience of libnova is C / C++ programmers, astronomers
 and anyone else interested in calculating positions of astronomical
 objects or celestial mechanics. libnova is the calculation engine used
 by the Nova project and most importantly, is free software.


This package will be needde by kstars in kdeedu from kde4. Very open for
co-maintainers. 




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

Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



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



Bug#453080: wrong solution

2007-11-27 Thread Rene Engelhard
reopen 453080
reassign 453080 myspell-de-at,hunspell-de-at
found 453080 20070829-1
tag 453080 + confirmed
thanks

Hi,

Roland Ambrosch wrote:
 thanks for your fast answers.
 I tried figuring out where I got these versions from and my apt-cacher 
 tells that I have them from ftp.at.debian.org/testing. The problem came up 
 because these packages don't depend on myspell-de-de.

Indeed, I didn't check again since I knew that I added the depends but
it got removed by Roland in 20070829-1. Roland, can you explain why
exactly? What is in the past? We should not care about old ( etch)
hunspells...
With this change you broke openoffice.org, because it tried to load a
dictionary which is not existing ans Xulrunner/Ice*/enchant will not be
able to use it too I guess.

Indeed, there is no de_AT.aff in myspell-de-at at all... (de-AT.aff is
uninteresting for OOo but would be broken to since it's a symlink to
de_AT.aff). The OOo info file references de_AT, though and
Xulrunner/Iice* will also expect a working de-AT.aff:

[EMAIL PROTECTED]:/usr/share/myspell/dicts$ cat ../infos/ooo/myspell-de-at 
DICT de AT de_AT

 Is it a problem with the mirror?

 myspell-de-at:
   Installed: 20070829-3
   Candidate: 20070829-3

No, it's fine. It just that you reported a bug against
*openoffice.org-spellcheck-de-at* which is *NOT* a real package in
Debian (but there once, at woody/sarge development times one, so I got
confused - ans I didn't really look at the version number, my bad, sorry)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



signature.asc
Description: Digital signature


Bug#453102: samba mount from Windows does not show all directories and files

2007-11-27 Thread Tibor Kovacs

Package: samba
Version: 3.0.14a-3sarge9
Severity: grave
Justification: renders package unusable


Unfortunately this latest samba package introduced a new bug:

Whereas the last package (3.0.14a-3sarge7) did not work with
smbfs/smbmount from Linux clients, this newest one (3.0.14a-3sarge9)
introduced an even worse new bug:

From windows clients the shares mounted do not show all the directories
and files existent on the share.
Some of them, though being there, are just not displayed in Windows
explorer, others show up without problem.
I do not understand why, because the directories have exactly the same
owners and rights.

Maybe their names can give some clues (these are just arbitrary examples):

not displayed: C29TH-95_F21-34
displayed normally: C01SX-18-1-FC2-f17-22

Both of them are directories. Both of them are displayed correctly from
Linux clients, both mounted by smbfs or cifs.

I had to revert to the buggy 3.0.14a-3sarge7 package that at least works
with Windows clients properly.
But we have some important old Redhat machines at our Institute with
kernel 2.4 that are not capable to mount CIFS, only SMB.

Please let me know if there is anything I can do to identify the problem.

Best regards
Tibor Kovacs



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



Bug#453103: gettext-el: po-mode.el+emacs-snapshot !! The file uses old-style backquotes !!

2007-11-27 Thread Agustin Martin
Package: gettext-el
Version: 0.17-1
Severity: wishlist

Hola, Santiago, 

Filing as wishlist because emacs-snapshot is not in the archive,


Configuring gettext-el (0.17-1) ...
install/gettext: Byte-compiling for emacs-snapshot

In toplevel form:
po-mode.el:95:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
Wrote /usr/share/emacs-snapshot/site-lisp/gettext/po-mode.elc
Wrote /usr/share/emacs-snapshot/site-lisp/gettext/po-compat.elc


Note that new format is the default since emacs 19.29, a while ago.
I am not a lisp guru, but expect attached patch to take care of this.

Although this does not affect emacs21, emacs22 or xemacs may be good to
consider it and/or forwarding it upstream.

Versions of packages gettext-el depends on:
ii  emacs-snapshot [emacsen]1:20071119-1 The GNU Emacs editor (development 
ii  emacs-snapshot-nox [emacsen 1:20071119-1 The GNU Emacs editor (without X su
gettext-el recommends no packages.

-- 
Agustin
only in patch2:
unchanged:
--- gettext-0.17.orig/gettext-tools/misc/po-mode.el
+++ gettext-0.17/gettext-tools/misc/po-mode.el
@@ -101,7 +101,7 @@
 (defmacro defgroup (rest args)
   nil)
 (defmacro defcustom (var value doc rest args)
-  (` (defvar (, var) (, value) (, doc))
+  `(defvar ,var ,value ,doc
 
 ;;; Customisation.
 


Bug#453104: module mISDN_core hangs computer upon loading

2007-11-27 Thread Pau Tallada Crespí
Package: misdn-source
Version: 1.1.6-1
Severity: important

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

Trying to build misdn modules with module-assistant and loading them causes 
the system to completely hang.

In my system is reproducible:
 - Get misdn-source (1.1.6-1)
 - m-a a-i misdn-source
 - Install generated .deb file
 - modprobe capi
 - modprobe mISDN_core = HANG

On another system, when I tried to load manually the module with insmod, 
insmod get 100% of 1 of the 2 processors.

Packaged debian/rules contains this configuration for building:
### DEBIAN/RULES ###
CONFIG_MISDN_DRV=m
ifneq ($(CONFIG_PPC64),y)
CONFIG_MISDN_AVM_FRITZ=y
endif
CONFIG_MISDN_HFCPCI=y
CONFIG_MISDN_HFCUSB=y
CONFIG_MISDN_SPEEDFAX=y
CONFIG_MISDN_W6692=y
CONFIG_MISDN_HFCMULTI=y
CONFIG_MISDN_NETJET=y
CONFIG_MISDN_NETDEV=y
#CONFIG_I4L_CAPI_LAYER=y

Replacing this config with upstream config solves the hang:
### UPSTREAM CONFIG ###
CONFIG_MISDN_DRV=m
CONFIG_MISDN_DSP=m 
CONFIG_MISDN_HFCMULTI=m
CONFIG_MISDN_HFCPCI=m
CONFIG_MISDN_HFCUSB=m
CONFIG_MISDN_XHFC=m
CONFIG_MISDN_HFCMINI=m
CONFIG_MISDN_W6692=m
CONFIG_MISDN_SPEEDFAX=m
CONFIG_MISDN_AVM_FRITZ=m
CONFIG_MISDN_NETJET=m
CONFIG_MISDN_DEBUGTOOL=m

Is there any reason I not know for debian/rules to specify that configuration?

Thanks for your good work!

Pau Tallada

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

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing snapshot.debian.net 
  990 testing ftp.es.debian.org 
  500 unstableftp.es.debian.org 
  500 stable  ftp.es.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
make | 3.81-3
debhelper ( 4) | 5.0.60




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



Bug#453086: [Adduser-devel] Bug#453086: adduser --system --group should ensure uid==gid

2007-11-27 Thread Stephen Gran
This one time, at band camp, Ian Jackskon said:
 It would be slightly less confusing if the ids matched.
 
 This machine was installed from an etch netinst CD about three weeks
 ago and I have configured exim only via dpkg-reconfigure.  I'm pretty
 sure the user was created by this line in exim4-config's postinst:

What's the benefit?  The reason they don't match is that there are some
groups in the 'system gid' range assigned that don't have matching users
- specifically, the groups crontab and users.  These use 100 and 101 on
most systems, so system users that come after can either have their uid's
renumbered up to match, or we can take the course adduser currently does
and just not worry about something that's not an issue in practice.

I guess I do see the aesthetic appeal, but I'm not sure I want to rule
out use of some parts of the already fairly small system range, just
because either the uid or the gid is already taken.

If you can provide a reason that's more than aesthetic, I'm willing to
consider it.  Take care,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#453050: This affects Sarge too

2007-11-27 Thread Philip Ross
Package: samba
Version: 3.0.14a-3sarge9
Followup-For: Bug #453050

I'm seeing the same problem sporadically with the Sarge version of the
security fix (3.0.14a-3sarge9). This wasn't a problem with
3.0.14a-3sarge4.

Phil




Bug#453107: balazarbrothers: Commandline option --no-sound not WELL taken into account.

2007-11-27 Thread Le Testeur
Package: balazarbrothers
Version: 1.0~rc1-1
Severity: important


Hello,

Since I have a moving and often broken sound system, I wanted to run the
game 'balazarbrothers' with the --no-sound commandline option as I did
successfully for the game 'balazar'.

Hopelessly, 'blazarbrothers' does not take this parameter into account
very well: upon invokation of this option, the program tries to
initialize the music and sound subsystems and first ignores set-up
exceptions, which is Ok, but the program surprisingly makes further
attempt to play music or sound which lead unfailingly to a critical
error saying that Soya's sound system would have been initialized before
and the program exits.

Here is the output of the program 'balazarbrothers':

START of the program output:

[EMAIL PROTECTED]:~$ balazar_brothers --no-sound
* Balazar Brothers * Balazar Brothers lives in /usr/share/games
* Soya * Using 8 bits stencil buffer

* Soya * version 0.13.2
* Using OpenGL 1.3 Mesa 6.5.1
*   - renderer : Mesa DRI Radeon 20060327 AGP 4x NO-TCL
*   - vendor   : Tungsten Graphics, Inc.
*   - maximum number of lights: 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 3
*   - maximum texture size: 2048 pixels
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_card_driver
returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned
error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM default
open /dev/[sound/]dsp: Permission denied
Exception exceptions.RuntimeError: exceptions.RuntimeError instance at
0xb70639ac in '_soya._init_sound' ignored

Traceback (most recent call last):
  File /usr/games/balazar_brothers, line 155, in ?
balazar_brothers.main_loop.init()
  File /usr/share/games/balazar_brothers/main_loop.py, line 31, in init
soya.set_sound_volume(globdef.SOUND_VOLUME)
  File sound.pyx, line 103, in _soya.set_sound_volume
RuntimeError: Sound has not been initialized yet, call soya.init(sound = 1)
before!
* Soya3D * Quit...
[EMAIL PROTECTED]:~$ 

END of the program output.

In hope this could be usefull.

Sincerely,
Le Testeur

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

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

Versions of packages balazarbrothers depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-cerealizer0.6-1   secure pickle-like module for Pyth
ii  python-pyvorbis  1.3-1.2 A Python interface to the Ogg Vorb
ii  python-soya  0.13.2-3+b1 high level 3D engine for Python

balazarbrothers recommends no packages.

-- no debconf information




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



Bug#453101: RFP: python-ssl -- SSL wrapper for socket objects

2007-11-27 Thread Ben Voui
Package: wnpp
Severity: wishlist

* Package name: python-ssl
  Version : 1.12
  Upstream Author : See URL
* URL or Web page : http://pypi.python.org/pypi/ssl/
* License : Python (MIT-like)
  Description : SSL wrapper for socket objects

Hello,

The old socket.ssl() support for TLS over sockets is being superseded
in Python 2.6 by a new 'ssl' module. This package brings that module
to older Python releases, 2.3.5 and up (it may also work on older
versions of 2.3, but it is untested).

This Python module can be found on http://pypi.python.org/pypi/ssl/

It's quite similar to the 2.6 ssl module, which is documented on
http://docs.python.org/dev/library/ssl.html

Adding it to Debian would :
  - make pre-2.6 Python installations compatible with programs that
make use of the new ssl module ;
  - bring new SSL-related features into the current Python packages,
such as certificate validation against trusted authorities.

I plan to use it to add SSL certificate validation support to
OfflineIMAP, in a way that is backward-compatible with older
Python versions.

Thanks,
bye,
-- 
  intrigeri [EMAIL PROTECTED]



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



Bug#451594: psi: gpg encryption stopped working with recent

2007-11-27 Thread Gonéri Le Bouder
Hello,

I got the same problem that I fixed by installing libqca2-plugin-gnupg.
Can you add this package is the Recommends: fields since it brings an
important feature.

Best regards,

Gonéri


signature.asc
Description: Digital signature


Bug#409592: ITP: libpam-pkcs11

2007-11-27 Thread Bart Martens
Hi Joshua,

How is progress ?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409592

Have you noticed that there is a package at Mentors ?
http://mentors.debian.net/debian/pool/main/l/libpam-pkcs11/

Regards,

Bart Martens



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


Bug#439717: closed by Peter Eisentraut [EMAIL PROTECTED] (Re: Bug#439717: cdbs: run dh_desktop if there's a debian/package.desktop file)

2007-11-27 Thread Bernd Zeimetz
reopen 439717
retitle 439717 run dh_desktop if needed
thanks

 
 This feature request is semantically incorrect in my mind.
 

Then fix the semantics instead of closing it with a useless reason please.

dh_desktop is what you need to use if you install a desktop file
(currently only if it contains Mime-types, but dh_desktop takes care of
that).

The better check (instead of looking for a debian/package.desktop file)
would be to look into debian/packagename/usr/share/applications
to see if there's a desktop file, and run dh_desktop then.

At the moment dh_desktop is only called by the gnome class, but that's
nothing you want to include by default.
The proper way would be to check if running dh_desktop is needed for
every package. Remember, desktop files are a freedesktop.org standard
and not a gnome-only standard.


-- 
Bernd Zeimetz
[EMAIL PROTECTED] http://bzed.de/



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



Bug#453106: There is no way to avoid inserting runit /etc/inittab entry

2007-11-27 Thread Abhijit Hoskeri
Package: runit
Version: 1.3.3-1
Severity: wishlist

The runit package does not have any way ( ex. a debconf variable) to
avoid inserting the runit entry into inittab. This means that when runit
is installed in a non-active environment like a CD installation, the
runit /etc/inittab entry will immediately attempt to start the services
it comes with.

This feature may not always be desirable, especially if we intend to
install the runit-run package, in which case /etc/inittab will not be
used at all.

It would be sufficient to avoid sending SIGHUP to during the postinst,
or make this optional. Thanks.

-Abhijit


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

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#414412: ITP: initramfs-tools-tcos

2007-11-27 Thread Bart Martens
Hello Mario,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414412
http://mentors.debian.net/debian/pool/main/i/initramfs-tools-tcos/

Could you have a look at the debian/copyright file please ? It seems
incomplete when comparing with the template in dh-make.

Regards,

Bart Martens



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


Bug#344470: tuesday first?

2007-11-27 Thread Jon Dowland
notforwarded 344470
thanks

As a few reports to this bug show, this problem is not
soley related to locale. The upstream Closed, Wontfix bug
is, however: so I've un-forwarded this one.

I'm getting tuesday-first. Does any locale on earth really
use tuesdays as the start of the week? Today happens to be
a tuesday, but I've tried forwarding my date by a day and
hupping gnome-panel, tuesday remains the first.  locale:

LANG=en_GB.UTF-8
LC_CTYPE=en_GB.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE=en_GB.UTF-8
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES=en_GB.UTF-8
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=

ii  gnome-panel 2.20.1-1
ii  libc6   2.7-1
ii  libc6-dev   2.7-1
ii  libc6-i686  2.7-1
ii  libc6-xen   2.7-1

cal apparently uses locale info, and gets it right:


   November 2007
Mo Tu We Th Fr Sa Su
  1  2  3  4
 5  6  7  8  9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30  




-- 
Jon Dowland



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



Bug#453112: bacula - config cleanup is flacky

2007-11-27 Thread Bastian Blank
Package: bacula
Version: 2.2.5-1
Severity: important

The config cleanup is non-deterministic. It does not work if uname -n |
cut -d '.' -f 1 and hostname produce different results. And it may
remove various config parts.

Real fix: Disable the hostname replacement via configure.

Bastian

-- 
Life and death are seldom logical.
But attaining a desired goal always is.
-- McCoy and Spock, The Galileo Seven, stardate 2821.7



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



Bug#453105: general: Gnome + Sound problem

2007-11-27 Thread EagleScreen
Package: general
Severity: normal

As users of Gnome should know, in order to enable Gnome System sounds (login 
sound, logout sound, gdm ready sound, click on command sound etc..) it is 
necessary to go to Preferences-Sound and 
enable sounds by software (ESD), and mark for play System sounds, and also have 
gnome-audio installed.
The problem is that when i enable ESD, many other aplications stop sounding, 
and if i try to play a WAV file with aplay command, it reports to me that my 
audio device is busy. This is my audio 
device:

00:08.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)

I think this is a bug of Debian becouse this problem is not present in other 
Linux distributions with Gnome in which ESD and aplay work together, and by 
this i know that my sound card support 
full duplex and can be used by both of them at the same time; in addiction in 
old releases of Debian, i am sure that this problem was not present.

This problem is now pressent in Etch, Lenny and Sid.

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

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



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



Bug#453108: gnome-core: Gnome logout

2007-11-27 Thread EagleScreen
Package: gnome-core
Version: 1:2.18.3.1
Severity: wishlist

Gnome should combine in a logout screen the options for close session 
and shutdown, suspend or reboot, actually there are different screens 
and buttons for close session and shutdown computer.
In addiction i suggest a reboot button improvement in which usser can 
choose to reboot directly in any Operating System registered in grub 
menu.lst as KDE can do.
Thanks.

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

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

Versions of packages gnome-core depends on:
ii  eog  2.20.2-2Eye of Gnome graphics viewer progr
ii  gedit2.20.3-1official text editor of the GNOME 
ii  gnome-applets2.20.0-1+b1 Various applets for GNOME 2 panel 
ii  gnome-control-center 1:2.20.1-1  utilities to configure the GNOME d
ii  gnome-icon-theme 2.20.0-1GNOME Desktop icon theme
ii  gnome-menus  2.20.1-1an implementation of the freedeskt
ii  gnome-panel  2.20.1-1launcher and docking facility for 
ii  gnome-session2.20.1-1The GNOME 2 Session Manager
ii  gnome-terminal   2.18.2-1The GNOME 2 terminal emulator appl
ii  metacity 1:2.20.1-1  A lightweight GTK2 based Window Ma
ii  nautilus 2.20.0-2file manager and graphical shell f
ii  scrollkeeper 0.3.14-15   A free electronic cataloging syste
ii  yelp 2.20.0-1Help browser for GNOME 2

gnome-core recommends no packages.

-- no debconf information



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



Bug#449535: fails to set ja_JP.UTF-8 locale with glibc 2.7

2007-11-27 Thread Josselin Mouette
Hi,

Le mardi 06 novembre 2007 à 13:23 +0100, Simon Richter a écrit :
 I'm giving glibc 2.7 a test drive; since the installation of the new
 libc and locales package, I can no longer use ja_JP.UTF-8 as the locale
 setting for my regular user (system default is de_DE.UTF-8).
 
 After logging in, gdm displays a dialog that it couldn't find the
 ja_JP.UTF-8 locale and thus fell back on the system default. The
 session then opened uses de_DE.UTF-8.
 
 The Japanese locale is correctly installed and built; setting the
 variable manually in the shell has the desired effect.

I have reproduced the bug by building the ja_JP.UTF-8 locale, but it
seems that in this case restarting GDM was enough to make it notice the
new locale.

Does the bug still happen if you restart GDM?

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


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


Bug#404296: ITP: sshproxy

2007-11-27 Thread Bart Martens
Hi Vincent,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404296
http://mentors.debian.net/debian/pool/main/s/sshproxy/
http://packages.qa.debian.org/p/paramiko.html

I see that paramiko 1.6.4 has entered unstable (and testing), while the
package sshproxy at Mentors still Build-Depends on python-paramiko (=
1.6).  Do you intend to update the package at Mentors ?

Regards,

Bart Martens



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


Bug#407815: ITP: lss

2007-11-27 Thread Bart Martens
Hi Jan,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407815
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=lss

The package at Mentors has a few lintian messages.  Do you intend to
update this package ?

Regards,

Bart Martens




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


Bug#453041: Country Liechtenstein not in country list when selecting German as language in installer

2007-11-27 Thread Giacomo A. Catenazzi

CC: to madduck.
IIRC he is rewriting the locales for Switzerland, so
probably he could do quickly also for Liechtenstein too.

BTW madduck: there is some news about the project?

ciao
cate


Christian Perrier wrote:

reassign 453041 locales
retitle 453041 Please provide a locale for German/Liechtenstein
severity 453041 wishlist
thanks

Quoting Josef Vogt ([EMAIL PROTECTED]):

Package: installation-reports
Version:

When installing debian, when choosing German as language, the country 
Liechtenstein isn't in the list for German speaking countries. It would be 
nice also Liechtenstein having in this list, because German is the only 
official language in Liechtenstein.


Countries that are displayed after the language selection are
countries for which a locale with the given language exists in the
locales package. Not countries for which the given language is an
official language. This is often the same list because, of course,
locales have been written for language/country combinations that make
sense.

The solution to this problem is writing a de_LI locale, which would
definitely make sense.

Writing locales is not that hard: pick up a similar locale on your
system (/usr/share/i18n/locales/de_DE) and modify the
country-dependent parts to fit the new country. Then name it
appropriately (here de_LI).

It of course needs some knwoledge of the said country and the said language.

The only tricky part is that locales files use U notations which
makes writing them quite tricky. Thankfully, Denis Barbier wrote the
attached scripts, in the past, that help converting file back and
forth from UTF-8 to U notation.









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



Bug#453055: konqueror: Crash loading URL

2007-11-27 Thread Kevin Krammer
On Tuesday 27 November 2007, Karsten M. Self wrote:
 Package: konqueror
 Version: 4:3.5.7.dfsg.1-1
 Severity: normal

 Konqueror crashes loading the following URL:

 http://www.marketwatch.com/news/story/chuck-jaffe-even-average-homeowners/s
tory.aspx?guid=%7B8FE4C101%2D1774%2D4AAA%2D87F6%2DCD7DC002%7Dref=patric
k.net

 Behavior _is_ reproducible.

It crashed when JavaScript is turned on globally, not when enabled through the 
tools menu or when deactivated.

Non-debug library backtrace (starting from a shell where ulimit for cores 
is unlimited, thus resulting in a core dump) indicates the segmentation 
fault happens in /usr/lib/libpcre.so.3

Cheers,
Kevin


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


Bug#404296: ITP: sshproxy

2007-11-27 Thread Vincent Bernat

On Tue, 27 Nov 2007 14:17:44 +0100, Bart Martens [EMAIL PROTECTED] wrote:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404296
 http://mentors.debian.net/debian/pool/main/s/sshproxy/
 http://packages.qa.debian.org/p/paramiko.html
 
 I see that paramiko 1.6.4 has entered unstable (and testing), while the
 package sshproxy at Mentors still Build-Depends on python-paramiko (=
 1.6).  Do you intend to update the package at Mentors ?

Hi Bart !

Do you mean replacing the dependency by = 1.6.4 ? Or do you mean a more
general update of the package ?

Regards,





Bug#344470: tuesday first?

2007-11-27 Thread Jon Dowland
More info. I noticed that

rc  locales2.6.1-6GNU C Library: National Language (locale) da
ii  locales-all2.7-1  GNU C Library: Precompiled locale data

So I tried removing -all and re-installing locales:

Setting up locales (2.7-2) ...
Installing new version of config file /etc/locale.alias ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_GB.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales (this might take a while)...
  en_GB.UTF-8... done
Generation complete.
Press return to continue.

At this point, gnome-panel crashed.

ANKH:~# dpkg-reconfigure locales
Generating locales (this might take a while)...
  en_GB.UTF-8... done
Generation complete.

I logged out and in again to ensure all was well. Alas it
it still convinced that tuesday is the start-day. My locale
output again, just for good measure:


LANG=en_GB.UTF-8
LC_CTYPE=en_GB.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE=en_GB.UTF-8
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES=en_GB.UTF-8
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=


-- 
Jon Dowland



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



Bug#453109: balazar: Completely broken, awkward, unpredictable, foolish, dumb and void Keyboard/Mouse Setup assistant.

2007-11-27 Thread Le Testeur
Package: balazar
Version: 0.3.4.ds1-2
Severity: important


Hello,

The problem I have with 'balazar' is:

I've been left totally stuck and puzzled by its Keyboard/Mouse Setup assistant.
I cannot manage to use it at all.

Note: this is the same with 'balazarbrothers'.

In hope this could be usefull.

Sincerely,
Le Testeur

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

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

Versions of packages balazar depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-cerealizer0.6-1   secure pickle-like module for Pyth
ii  python-pyvorbis  1.3-1.2 A Python interface to the Ogg Vorb
ii  python-soya  0.13.2-3+b1 high level 3D engine for Python
ii  python-support   0.7.5   automated rebuilding support for p
ii  python-tofu  0.5-3   high-level network game engine for

balazar recommends no packages.

-- no debconf information




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



Bug#422312: ITP: php-qt

2007-11-27 Thread Bart Martens
Hello Raphael,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422312
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=php-qt
http://www.php-qt.org/

The package at Mentors is older than the newest upstream release.  Do
you intend to update the package at Mentors ?

Regards,

Bart Martens



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


Bug#453114: libgphoto2-2: version 2.4.0 broke some Canon cameras

2007-11-27 Thread Shai Berger
Package: libgphoto2-2
Version: 2.4.0-7.shai
Severity: normal
Tags: patch


Version 2.4.0 of libgphoto2 broke support for several Canon camares,
it seems, by using a parameter CANON_FAST_TIMEOUT whose value
seems to be set too low. The result is that libgphoto fails to
connect to the camera, reporting something like

  Error (-114: 'OS error in camera communication')

This is all reported in an upstream bug:
http://sourceforge.net/tracker/index.php?func=detailaid=1790633group_id=8874atid=108874

The upstream bug includes a suggestion for a fix -- increase
the timeout constant. The fix seems to have helped the original
reporter, and he said so over two months ago; it seems to have
corrected the problem completely for me. So I'm filing this
bug, hoping to get the fix tested in debian as long as upstream
hesitates.

The fix: in file camlibs/canon/usb.c, line #75, instead of

#define CANON_FAST_TIMEOUT 75

put

#define CANON_FAST_TIMEOUT 750

Thanks,
Shai.

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

Kernel: Linux 2.6.22-3-686 (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 libgphoto2-2 depends on:
ii  adduser 3.105add and remove users and groups
ii  libc6   2.7-1GNU C Library: Shared libraries
ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libgphoto2-port02.4.0-7.shai gphoto2 digital camera port librar
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libltdl31.5.24-1 A system independent dlopen wrappe

Versions of packages libgphoto2-2 recommends:
ii  udev  0.114-2/dev/ and hotplug management daemo

-- no debconf information



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



Bug#452478: Recommends outside main: sdcc and sdcc-libraries

2007-11-27 Thread Miriam Ruiz

--- Kumar Appaiah [EMAIL PROTECTED] escribió:

 retitle 452478 Recommends sdcc and sdcc-libraries, which are outside main
 (in non-free)
 thanks
 
 Actually, the recommendations which are in question are:
 sdcc-libraries: non-free/electronics
 sdcc: non-free/electronics

Thanks, I'll move them to suggests in the next upload.

Greetings,
Miry



   
__ 
¿Chef por primera vez?
Sé un mejor Cocinillas. 
http://es.answers.yahoo.com/info/welcome



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



Bug#408006: ITP: super-smack

2007-11-27 Thread Bart Martens
Hi Monty,

Why are these files not identical ?

http://mentors.debian.net/debian/pool/main/s/super-smack/super-smack_1.3.orig.tar.gz
http://vegan.net/tony/supersmack/super-smack-1.3.tar.gz

md5sum *tar*
4b09ede7acaf83e980e327368c1b2758  super-smack_1.3.orig.tar.gz
1884be74822d1fa3bcd7f997935a13db  super-smack-1.3.tar.gz

Do you intend to update the package at Mentors ?

Regards,

Bart Martens



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


Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in xorg.conf

2007-11-27 Thread Elimar Riesebieter
On Tue, 27 Nov 2007 the mental interface of
Brice Goglin told:

 tags 452983 +wontfix
 thank you
 
 
 Modes is the old deprecated way to specificy modes. With RandR 1.2
 drivers (you're using ati 6.7.196), the way to specify modes is
 ModeLine+PreferredMode in the Monitor section. Details in section III.5.
 of http://wiki.debian.org/XStrikeForce/HowToRandR12

Thanks, fixed ;)

 I am marking this as wontfix for now.

Bug closed. Sorry for the noise.
Elimar

-- 
.~.
/V\   L   I   N   U   X
   /( )\ Phear the Penguin
   ^^-^^



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



Bug#453115: Underscore _ character missing in dialogs in OO

2007-11-27 Thread Jastra
Package: openoffice.org-core 
Version 2.04.dfsg.2-7etch2

Good Afternoon,

I am fighting with small, but irritating issue:
Debian stable Etch with Gnome, and OpenOffice.org without any extra
tweaking - just plain, current fresh CD summer 2007 installation.

1. In dialog windows Find  Replace and save as I can not type _
(underscore) character. It seems the Andale Sans UI font does not contain
it. However, I can type it in various fields of tools-opitions fields

I can write Polish accented characters without problems, also in dialogs.

2. I have tried to change Andale Sans UI font into anything else, but it
gives just no effect. I can not find where could I change this font
manually.

Another Gnome application seem to work correctly, including typing _ in
dialogs.

In another box with KDE, but little longer system history (updated from
Sarge) this problem does not exists.

Best regards :-)
Basia Glowacka








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



  1   2   3   4   5   >