Bug#405762: [Alpine-alpha] Maildir support

2007-01-06 Thread Asheesh Laroia

On Fri, 5 Jan 2007, Mark Crispin wrote:


On Sat, 6 Jan 2007, Asheesh Laroia wrote:

Sadly, the maildir church claims that I don't do maildir out of some 
evil intent.  Here are the facts:


I do not know how to make a maildir driver that works well, which I define 
as:

  . complete compliance with IMAP's specifications
  . complete compliance with DSB's specifications
  . satisfactory performance
I know how to do two of these, but not all three simultaneously.


I'd be curious to know what Dovecot does, since it seems to straddle this 
line in some way.  I haven't looked into it, but maybe someone on the list 
has some experience with its codebase in this regard.


Having said that, if we're talking about Alpine reading a local mail 
spool, I don't see why compliance with IMAP's specifications is necessary.


From what I have seen of the third-party maildir drivers, they cut 
corners on all three.  Some also have a negative impact on non-maildir 
usage.


I've fielded numerous Pine/c-client bug reports which turned out to be 
caused by these maildir drivers.  When it turns out that the user does 
not use maildir, I recommend that s/he replace whatever distribution 
with an unmodified UW distribution (which of course has the effect of 
deleting any other third-party customizations).


Well, that's one reason the Debian bug tracker is nice: if we ship some 
evilly hacked version of Alpine that includes some gross unsupported 
Maildir patch, a Debian user will hopefully file a bug with us rather than 
with you, and hopefully after warnings like this I'll be careful to check 
if our modifications are the cause of the breakage.


Therefore, please flame me to a crisp if I end up forwarding any bugs to 
you that are caused by said evil Maildir patches. (-:


-- Asheesh.

--
Q:  What is purple and concord the world?
A:  Alexander the Grape.


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



Bug#405781: Handle absence of debian_defaults gracefully

2007-01-06 Thread Sadrul H Chowdhury

Package: python-central
Version: 0.5.12

Hi. I have the following in my sources.list:

deb http://http.us.debian.org/debian/ unstable main non-free contrib
deb-src http://http.us.debian.org/debian/ unstable main non-free contrib
deb-src http://http.us.debian.org/debian/ testing main non-free contrib
deb http://http.us.debian.org/debian/ testing main non-free contrib

When I try to install python-cairo, I get the following error:


  1. # apt-get install python-cairo
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. The following NEW packages will be installed:
  5.   python-cairo
  6. 0 upgraded, 1 newly installed, 0 to remove and 819 not upgraded.
  7. Need to get 0B/81.2kB of archives.
  8. After unpacking 242kB of additional disk space will be used.
  9. Selecting previously deselected package python-cairo.
  10. (Reading database ... 122498 files and directories currently
  installed.)
  11. Unpacking python-cairo (from .../python-cairo_1.2.0-1_i386.deb)...
  12. Setting up python-cairo (1.2.0-1) ...
  13. Traceback (most recent call last):
  14.   File /usr/bin/pycentral, line 1373, in ?
  15. main()
  16.   File /usr/bin/pycentral, line 1367, in main
  17. rv = action.run(global_options)
  18.   File /usr/bin/pycentral, line 870, in run
  19. requested = pyversions.requested_versions_for_runtime(
  pkg.version_field, version_only=True)
  20.   File /usr/share/pycentral-data/pyversions.py, line 162, in
  requested_versions_for_runtime
  21. old = old_versions(version_only=True)
  22.   File /usr/share/pycentral-data/pyversions.py, line 62, in
  old_versions
  23. return [v[6:] for v in _old_versions]
  24. TypeError: iteration over non-sequence
  25. dpkg: error processing python-cairo (--configure):
  26.  subprocess post-installation script returned error exit status 1
  27. Errors were encountered while processing:
  28.  python-cairo
  29. E: Sub-process /usr/bin/dpkg returned an error code (1)


It looks like pyversions.py looks for non-existent
/usr/share/python/debian_defaults, and doesn't handle its absence
gracefully. The following patch fixes the error for me:

--- pyversions.py.orig  2007-01-06 02:34:44.0 -0500
+++ pyversions.py   2007-01-06 02:35:39.0 -0500
@@ -58,6 +58,8 @@ def old_versions(version_only=False):
_old_versions = [s.strip() for s in value.split(',')]
except NoOptionError:
_old_versions = []
+else:
+_old_versions = []
if version_only:
return [v[6:] for v in _old_versions]
else:
@@ -76,6 +78,8 @@ def unsupported_versions(version_only=Fa
_unsupported_versions = [s.strip() for s in value.split
(',')]
except NoOptionError:
_unsupported_versions = []
+else:
+ _unsupported_versions = []
if version_only:
return [v[6:] for v in _unsupported_versions]
else:



Cheers,
Sadrul


Bug#405782: [xserver-xorg] dpkg-reconfigure xserver-xorg stuck

2007-01-06 Thread Boris Dores
Package: xserver-xorg
Version: 1:7.1.0-9
Severity: grave

  Hi everyone,

  It would seem that dpkg-reconfigure xserver-xorg never succeeds to
update /etc/X11/xorg.conf any more.

  At the end of the questions part, the following is displayed on the
console :

xserver-xorg postinst warning: overwriting possibly-customised configuration
   file; backup in /etc/X11/xorg.conf.20070106082628
rm: cannot remove directory `/tmp/dexconf-tmp-6475': Directory not empty.
xserver-xorg postinst warning: error while preparing new Xorg X server
   configuration file in /etc/X11/xorg.conf.dpkg-new; not attempting to
   update existing configuration

  However, /tmp/dexconf-tmp-* is always empty (afterwards at
least), and manually running dexconf generates a perfectly working
/etc/X11/xorg.conf (even though it displays the same Directory not
empty warning).

  I tried the same procedure on 4 newly installed hosts (debootstrap of
etch to a nfsroot), and again after manually running dexconf, it always
fails.

  Thanks.
  Best regards.

-- 
Boris Dorès



Bug#405544: netenv: Doc of update-rc.d for Debian

2007-01-06 Thread Arnaud Fontaine
 Christophe == Christophe Troestler [EMAIL PROTECTED] writes:

Hello,

Christophe A proper way to do it is just to issue
Christophe update-rc.d netenv defaults 40

Actually, this command line is incorrect because netenv must only be
started during the boot. The proper command line is:

update-rc.d netenv start 40 S .

Christophe Actually,  the 40 is  not good because it  comes after
Christophe gdm, thus one does not  see it (one has to switch back
Christophe  to a console  to choose  and to  finish the  boot!).  I
Christophe propose instead 19  (as it comes before S20ifplugd);
Christophe the command must thus be update-rc.d netenv defaults 19

rcS.d scripts are  executed before switching to the  proper runlevel (by
default 2  on Debian).  So, the scripts  in /etc/rcS.d/ are  started and
_then_  the scripts  in /etc/rc2.d,  therefore gdm  never  starts before
netenv.

Thanks for your report.

Regards,
Arnaud Fontaine


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



Bug#403818: xserver-xorg: no video or keyboard after upgrading to sarge (deps too loose)

2007-01-06 Thread Julien Cristau
On Sat, Jan  6, 2007 at 07:30:59 +0100, Julien Cristau wrote:

 My next try will be to see what happens when upgrading with etch's
 aptitude.
 
aptitude install aptitude wants to remove gnome.  aptitude install gnome
fails with a bunch of conflicts, so I don't know how to get the new
aptitude without running aptitude dist-upgrade first :)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#405762: [Alpine-alpha] Maildir support

2007-01-06 Thread Mark Crispin

On Sat, 6 Jan 2007, Asheesh Laroia wrote:
I'd be curious to know what Dovecot does, since it seems to straddle this 
line in some way.


I don't know.

Having said that, if we're talking about Alpine reading a local mail 
spool, I don't see why compliance with IMAP's specifications is necessary.


Internally, Alpine, Pine, ipop3d, imapd, etc. are all interfaces to the 
c-client library.  There is no only by Alpine and not by imapd.


c-client semantics are fundamentally IMAP semantics.  c-client coerces all 
other mail stores to look like IMAP to the application program.


Well, that's one reason the Debian bug tracker is nice: if we ship some 
evilly hacked version of Alpine that includes some gross unsupported 
Maildir patch, a Debian user will hopefully file a bug with us rather than 
with you, and hopefully after warnings like this I'll be careful to check 
if our modifications are the cause of the breakage.


Thanks for helping us out with that.

Quite a few users of third-party distributions contact us directly anyway. 
If the user's issue is something in the c-client library and I don't 
recognize the problem, the first thing that I suggest is are you using a 
third-party distribution?  If so, try the unmodified UW distribution. 
Much (more than 50%) of the time, that resolves the user's issue.


But they're not happy when I tell them that I can't do anything to fix the 
issue in that third-party distribution


-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.


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



Bug#405783: New production release of openexr 1.4.0

2007-01-06 Thread Miles Bader
Package: openexr
Version: 1.2.2-4.3
Severity: wishlist



According to the openexr website:

   August 2, 2006 - OpenEXR 1.4.0 is now available. This is the next major
   production-ready release of OpenEXR and offers full compatibility with
   our last production release, which was 1.2.2. This version obsoletes
   versions 1.3.x, which were test versions for 1.4.0. If you have been
   using 1.3.x, please upgrade to 1.4.0.

Thanks,

-Miles


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

Versions of packages openexr depends on:
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libfltk1.1   1.1.7-2 Fast Light Toolkit shared librarie
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libgl1-mesa-glx [libgl1] 6.5.1-0.5   A free implementation of the OpenG
ii  libopenexr2c2a   1.2.2-4.3   runtime files for the OpenEXR imag
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  zlib1g   1:1.2.3-13  compression library - runtime

openexr recommends no packages.

-- no debconf information


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



Bug#322762: no blocking bugs anymore

2007-01-06 Thread Amaya
Joey Hess wrote:
 I note that we still arn't 100% sure we've caught every last upgrade
 issue involving /usr/doc, since AFAIK puiparts has not been used to
 test upgrades of everything.

Pity :(

 Also, I see that there are still some lintian warnings about it at
 http://lintian.debian.org/reports/Tpostinst-should-not-set-usr-doc-link.html
 but I guess these are obsolete, since it was last updated in August. I
 spot-checked a couple of packages and they seem fixed.

More up2date findings:
http://merkel.debian.org/~ballombe/lintian-etch-i386/reports/Tpostinst-should-not-set-usr-doc-link.html
Still obsolete packages, though.

 Yes, I think it's time to reassign it to base-files, to get the
 directory removed on upgrade if it's empty.

Yay!

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#405784: ITP: Festival text to speech sythesizer for Hindi language

2007-01-06 Thread Kartik Mistry
Package: wnpp
Severity: wishlist
Owner: Kartik Mistry [EMAIL PROTECTED]

* Package name: festival-hi
  Version : 0.1
  Upstream Author : Priti Patil [EMAIL PROTECTED]
* URL :
http://janabhaaratii.org.in:9673/indicbhaaratii/Members/Priti_Patil/
* License : GPL
  Description : Festival text to speech synthesizer for Hindi language

This package provides the modules required to synthesize speech in
Hindi language using the Festival text-to-speech synthesizer. Given text
represented in Unicode (UTF-8 encoding), it uses the festival
synthesizer to generate speech in Hindi.

It is also includes festvox-hi-nsk, Hindi male speaker module for Festival.

-- 
Kartik Mistry


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



Bug#405785: ITP: Festival text to speech synthesizer for Marathi language

2007-01-06 Thread Kartik Mistry
Package: wnpp
Severity: wishlist
Owner: Kartik Mistry [EMAIL PROTECTED]

* Package name: festival-mr
  Version : 0.1
  Upstream Author : Priti Patil [EMAIL PROTECTED]
* URL :
http://janabhaaratii.org.in:9673/indicbhaaratii/Members/Priti_Patil/
* License : GPL
  Description : Festival text to speech synthesizer for Marathi language

This package provides the modules required to synthesize speech in
Marathi language using the Festival text-to-speech synthesizer. Given
text represented in Unicode (UTF-8 encoding), it uses the festival
synthesizer to generate speech in Marathi.

It is also includes festvox-mr-nsk, Marathi male speaker module for
Festival.

-- 
Kartik Mistry



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



Bug#403790: Same problem with linux-image-2.6.18-3-vserver-k7

2007-01-06 Thread Cliff Cunnington
Package: linux-image-2.6.18-3-vserver-k7
Version: 2.6.18-8
Followup-For: Bug #403790

FWIW, I also have the same problem for 2.6.18-7 and 2.6.18-8 versions.

This issue is not present in linux-image-2.6.17-2-vserver-k7.

The relevant kern.log output is appended below.

Rgds,

Cliff

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

Versions of packages linux-image-2.6.18-3-vserver-k7 depends on:
ii  coreutils 5.97-5 The GNU core utilities
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85e  tools for generating an initramfs
ii  module-init-tools 3.3-pre3-1 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-18  Yet Another mkInitRD

Versions of packages linux-image-2.6.18-3-vserver-k7 recommends:
pn  libc6-i686none (no description available)
ii  util-vserver  0.30.211-6 user-space tools for Linux-VServer

-- debconf information excluded


-- kern.log output
Jan  6 09:01:58 hardin kernel: BUG: unable to handle kernel paging request at 
virtual address 0811c618
Jan  6 09:01:58 hardin kernel:  printing eip:
Jan  6 09:01:58 hardin kernel: 0811c618
Jan  6 09:01:58 hardin kernel: *pde = 0a2d3067
Jan  6 09:01:58 hardin kernel: *pte = 
Jan  6 09:01:58 hardin kernel: Oops:  [#1]
Jan  6 09:01:58 hardin kernel: SMP 
Jan  6 09:01:58 hardin kernel: Modules linked in: binfmt_misc nvidia ipv6 ppdev 
parport_pc lp parport ext2 dm_mirror w83627hf hwmon_vid eeprom i2c_isa 
cpufreq_stats cpufreq_ondemand powernow_k8 freq_table processor xt_tcpudp 
iptable_filter ip_tables x_tables dm_snapshot ide_generic snd_seq_dummy 
snd_seq_oss snd_seq_midi snd_seq_midi_event snd_seq sd_mod tsdev snd_via82xx 
gameport snd_ac97_codec snd_ac97_bus sata_via snd_pcm_oss snd_mixer_oss 
amd64_agp shpchp ehci_hcd uhci_hcd aic7xxx i2c_viapro psmouse libata ide_cd 
cdrom agpgart snd_pcm snd_timer snd_page_alloc snd_mpu401_uart pci_hotplug 
usbcore scsi_transport_spi i2c_core serio_raw scsi_mod snd_rawmidi 
snd_seq_device 8139cp 8139too mii pcspkr rtc snd soundcore ext3 jbd mbcache 
dm_mod ide_disk generic via82cxxx ide_core evdev
Jan  6 09:01:58 hardin kernel: CPU:0
Jan  6 09:01:58 hardin kernel: EIP:0060:[0811c618]Tainted: P  VLI
Jan  6 09:01:58 hardin kernel: EFLAGS: 00010087   (2.6.18-3-vserver-k7 #1) 
Jan  6 09:01:58 hardin kernel: EIP is at 0x811c618
Jan  6 09:01:58 hardin kernel: eax: c86762d0   ebx: c86762d0   ecx:    
edx: 0001
Jan  6 09:01:58 hardin kernel: esi: 08112218   edi: 0001   ebp: ca133dfc   
esp: ca133ddc
Jan  6 09:01:58 hardin kernel: ds: 007b   es: 007b   ss: 0068
Jan  6 09:01:58 hardin kernel: Process reboot (pid: 3800[#49152], ti=ca132000 
task=cbfcc990 task.ti=ca132000)
Jan  6 09:01:58 hardin kernel: Stack: c011623b  0001 d2e93a60 
 d2e93a60  0001 
Jan  6 09:01:58 hardin kernel:ca133e20 c0116682   
0001 0296 d2e93000 d2e93a60 
Jan  6 09:01:58 hardin kernel: ca132000 c0134cd7  
c029f19d c029f1a4 c02a60f8 ca133e68 
Jan  6 09:01:58 hardin kernel: Call Trace:
Jan  6 09:01:58 hardin kernel:  [c011623b] __wake_up_common+0x2f/0x53
Jan  6 09:01:58 hardin kernel:  [c0116682] __wake_up+0x2a/0x3d
Jan  6 09:01:58 hardin kernel:  [c0134cd7] vs_reboot_helper+0x183/0x192
Jan  6 09:01:58 hardin kernel:  [c0134d05] vs_reboot+0x1f/0x76
Jan  6 09:01:58 hardin kernel:  [c0129a37] sys_reboot+0x1c6/0x1d3
Jan  6 09:01:58 hardin kernel:  [c02700c4] inet_gifconf+0xa8/0xd7
Jan  6 09:01:58 hardin kernel:  [c01c4c11] vsnprintf+0x436/0x474
Jan  6 09:01:58 hardin kernel:  [c0236777] netdev_run_todo+0x1de/0x1e4
Jan  6 09:01:58 hardin kernel:  [c027001c] inet_gifconf+0x0/0xd7
Jan  6 09:01:58 hardin kernel:  [c01483d7] find_get_page+0x18/0x38
Jan  6 09:01:58 hardin kernel:  [c014a9b1] filemap_nopage+0x192/0x309
Jan  6 09:01:58 hardin kernel:  [c028ef66] _spin_lock_bh+0x8/0x18
Jan  6 09:01:58 hardin kernel:  [c022df45] lock_sock+0x88/0x90
Jan  6 09:01:58 hardin kernel:  [c022df45] lock_sock+0x88/0x90
Jan  6 09:01:58 hardin kernel:  [c015323d] __handle_mm_fault+0x468/0x854
Jan  6 09:01:58 hardin kernel:  [c028ef66] _spin_lock_bh+0x8/0x18
Jan  6 09:01:58 hardin kernel:  [c0176acc] destroy_inode+0x36/0x45
Jan  6 09:01:58 hardin kernel:  [c01759c3] dput+0x1a/0x119
Jan  6 09:01:58 hardin kernel:  [c0162545] __fput+0x14e/0x171
Jan  6 09:01:58 hardin kernel:  [c0178fb8] mntput_no_expire+0x11/0x68
Jan  6 09:01:58 hardin kernel:  [c015fdca] filp_close+0x4e/0x54
Jan  6 09:01:58 hardin kernel:  [c0102c57] syscall_call+0x7/0xb
Jan  6 09:01:58 hardin kernel: Code:  Bad EIP value.
Jan  6 09:01:58 hardin kernel: EIP: [0811c618] 0x811c618 SS:ESP 

Bug#334104: Bug#373621: Bug#334104: tagging wontfix

2007-01-06 Thread Frans Pop
On Saturday 06 January 2007 07:50, Jurij Smakov wrote:
 Anyway, Frans Pop has recently posted a proposed patch for the
 installer, which will make it possible to blacklist and arbitrary
 module from loading, see
 http://lists.debian.org/debian-boot/2007/01/msg00207.html

 If this will make it into etch, that will solve the problem.

This has now been implemented and will make Etch.
The implementation is slightly different from the original proposal. See 
this post for the details:
http://lists.debian.org/debian-boot/2007/01/msg00231.html

The new functionality should be available in daily built images within the 
next few days.


pgpD7SW48F51S.pgp
Description: PGP signature


Bug#405664: reopen

2007-01-06 Thread Christian T. Steigies
reopen 405664
thanks

sigscheme_0.7.1-3 FTBFS on m68k again with the same problem, so the bug was
not fixed. It seems you uploaded a few new versions in the last hours, 
0.7.2-1 still fails on m68k in the tests, but now you can actually see a
problem. -2 is still building somewhere, if that succeeds, you can close
this bug again.

See
http://buildd.debian.org/build.php?arch=m68kpkg=sigschemever=

Christian


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



Bug#350511: kpdf: Can't get o print multiple pages per sheet

2007-01-06 Thread Ana Guerrero
tags 350511 +moreinfo
thanks

Hi Paul,

On Mon, Jan 30, 2006 at 02:27:20AM +1100, Paul Anthony Judd wrote:
 Package: kpdf
 Version: 4:3.3.2-2sarge3
 Severity: important
 
 I have not had to print for a while but after several updates I can
 nolonger get kpdf (nor kghostview) to print multiple pages per sheet.I
 get the error:
 /usr/bin/lpr '-P' '-#1' /tmp/kde... 
 execution failed with message:
 lpr:error unable to print file client-error-not-found


Sorry nobody answered you until now.
This bug does seems to be a problem with lpr or settings problems. 
Do you still have this problem?  Could you provide more information?

Thanks,
Ana


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



Bug#405786: logcheck-database: extended DSN status missing in postfix ignore lines

2007-01-06 Thread Jefferson Cowart
Package: logcheck-database
Version: 1.2.52
Severity: normal
Tags: patch


At least one of the postfix logcheck ignore lines is missing the
extended dsn. I had to modify the following one. There may be others.

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: NOQUEUE:
reject: [[:upper:]]+ from [^[:space:]]+: 554( [0-9]\.[0-9]\.[0-9])?
[^[:space:]]+: Client host rejected: Access denied;(
from=[^[:space:]]* to=[^[:space:]]+)? proto=E?SMTP(
helo=[^[:space:]]+)?$


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

Versions of packages logcheck-database depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy

logcheck-database recommends no packages.

-- debconf information:
* logcheck-database/conffile-cleanup: true
* logcheck-database/rules-directories-note:
* logcheck-database/security_level: paranoid
* logcheck-database/standard-rename-note:


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



Bug#340333: ITA: gtksee -- GTK-based clone of ACDSee (an image viewer)

2007-01-06 Thread Matej Vela
retitle 340333 O: gtksee -- GTK-based clone of ACDSee (an image viewer)
noowner 340333
thanks

On Thu, Dec 14, 2006 at 22:31:14 +0100, Matej Vela wrote:
 On Mon, Sep 25, 2006 at 18:36:52 -0300, Eder Ruiz Maria wrote:
 retitle 340333 ITA: gtksee -- GTK-based clone of ACDSee (an image viewer)

 Do you still intend to adopt gtksee?  (This is just a ping, I'm not
 interested in adopting it myself.)

I haven't heard back from you, so I'm assuming you're no longer
interested.  If you are, feel free to retitle the bug again.

Thanks,

Matej


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



Bug#405723: Please package Asterisk-1.4.0

2007-01-06 Thread Mark Purcell
On Saturday 06 January 2007 06:32, Brooks R. Robinson wrote:
 Asterisk version 1.4.0 is out.  It seems to compile fine against frozen
 etch.  Please package.

Brooks,

We have started work, but are currently focussed on fixing the remaining 
issues with asterisk1.2 for the etch release.

However and you can find the 1.4 debian directory under the pkg-voip svn area 
at:

http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental

If you want to play with the svn area 
http://svn.debian.org/wsvn/pkg-voip/README might also be of some use.

Once etch is released then we shall move 1.4 into unstable/ testing.

Mark


pgpd16XznEnml.pgp
Description: PGP signature


Bug#405714: Fwd: [Pkg-kde-extras] Bug#405714: ksynaptics: Please add the option 'SHMConfig ''on''

2007-01-06 Thread Mark Purcell
Debian X Strike Force,

I would like to make the ksynaptics package change a setting in xorg.conf upon 
installation.

How can I best achieve this?

Thanks,
Mark

--  Forwarded Message  --

Subject: [Pkg-kde-extras] Bug#405714: ksynaptics: Please add the 
option 'SHMConfig ''on''
Date: Saturday 06 January 2007 05:53
From: Filipus Klutiero [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]

Package: ksynaptics
Version: 0.3.1-2
Severity: wishlist

When starting ksynaptics, it complains
Shared Memory is not accessible.

Please add the option 'SHMConfig ''on''' into the touch pad section of
/etc/X11/xorg.conf

Please make ksynaptics do that by itself.

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

Versions of packages ksynaptics depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for
 al ii  libart-2.0-2   2.3.17-1  Library of functions for 2D
 graphi ii  libaudio2  1.8-2 The Network Audio System
 (NAS). (s ii  libc6  2.3.6.ds1-8   GNU C Library: Shared
 libraries ii  libfontconfig1 2.4.1-2   generic font
 configuration library ii  libfreetype6   2.2.1-5   FreeType
 2 font engine, shared lib ii  libgcc11:4.1.1-19GCC
 support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange
 library ii  libidn11   0.6.5-1   GNU libidn library,
 implementation ii  libjpeg62  6b-13 The Independent
 JPEG Group's JPEG ii  libpng12-0 1.2.15~beta5-1PNG library -
 runtime
ii  libqt3-mt  3:3.3.7-2 Qt GUI Library (Threaded runtime
 v ii  libsm6 1:1.0.1-3 X11 Session Management
 library ii  libstdc++6 4.1.1-19  The GNU Standard C++
 Library v3 ii  libsynaptics0  0.14.6b-1 library to access
 the synaptics to ii  libx11-6   2:1.0.3-4 X11
 client-side library ii  libxcursor11.1.7-4   X cursor
 management library ii  libxext6   1:1.0.1-2 X11
 miscellaneous extension librar ii  libxft22.1.8.2-8
 FreeType-based font drawing librar ii  libxi6 1:1.0.1-4 
X11 Input extension library ii  libxinerama1   1:1.0.1-4.1  
 X11 Xinerama extension library ii  libxrandr2 2:1.1.0.2-5  
 X11 RandR extension library ii  libxrender11:0.9.1-3 X
 Rendering Extension client libra ii  libxt6 1:1.0.2-2   
  X11 toolkit intrinsics library ii  xserver-xorg-input-syn 0.14.6-1 
 Synaptics TouchPad driver for X.Or ii  zlib1g 1:1.2.3-13
compression library - runtime

ksynaptics recommends no packages.

-- no debconf information


___
pkg-kde-extras mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

---


pgpmpdMqKymz6.pgp
Description: PGP signature


Bug#72917: closed by Martin Michlmayr [EMAIL PROTECTED] (obsoleted by libwraster3)

2007-01-06 Thread Martin Michlmayr
reopen 72917
reassign 72917 libwraster3
thanks

* Brad Jorsch [EMAIL PROTECTED] [2007-01-05 20:50]:
 Bad news though, it looks like the bug still exists in libwraster3
 0.92.0-6.1. The patch still even half-way works (mostly the rejections

Ok, thanks for checking.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#369994: kpdf cannot open password protected pdf files

2007-01-06 Thread Ana Guerrero
tags 369994 +moreinfo
thanks


Hi,

On Sat, Jul 08, 2006 at 01:55:33PM +0530, Ritesh Raj Sarraf wrote:
 On Monday 05 June 2006 06:36, Josh Metzler wrote:
 
  Have you tried more than one password protected pdf?  Just two weeks ago I
  received the only password protected pdf I've ever come across, and KPDF
  was able to open it just fine (once I entered the password).
 
 
 I'm very sorry to have lost track of this bug and not been able to reply back.
 
 This issue is seen for the Bank Statements that I receive from Citibank 
 (India) which are in password protected PDF format. I've tried every month's 
 statement but get the same problem.
 
 xpdf opens the file fine.


To fix this problem we should forward this bug to upstream, and send one of 
the problematics pdfs. Without this, i do not think upstream will be able
to fix it. And since this bank statements are confidential information, 
i really do not know what to do here. tag wontfix?

Ana


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



Bug#369473: kpdf: Does not print documents in Landscape orientation

2007-01-06 Thread Ana Guerrero
tags 369473 +moreinfo
thanks

Hi Adriano,

On Tue, May 30, 2006 at 12:49:38AM -0300, Adriano Bonat wrote:
 Package: kpdf
 Version: 4:3.5.2-1+b2
 Severity: normal
 
 I was trying to print an one page document in the Landscape paper orientation 
 but it does'nt works.
 The same happen using KGhostView.
 

Could you provide more info in order to fix this bug?
By chance, is your bug related to one of these bugs:

http://bugs.kde.org/show_bug.cgi?id=99352
http://bugs.kde.org/show_bug.cgi?id=129249

Ana



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



Bug#405787: Wrong comment in /etc/mysql/debian-start

2007-01-06 Thread Enrico Zini
Package: mysql-server-5.0
Version: 5.0.30-1
Severity: minor
File: /etc/mysql/debian-start

Hello,

Thanks for maintaining MySQL.

I was looking for a way not to have mysql do the check for crashed
tables[1], and finally got to this:

  # The following commands should be run when the server is up but in background
  # where they do not block the server start and in one shell instance so that
  # they run sequentially. They are supposed not to echo anything to stdout.
  # If you want to disable the check for crashed tables comment mycheck out.
  # (There may be no output to stdout inside the background process!)
  echo Checking for corrupt, not cleanly closed and upgrade needing tables.
  (
check_for_crashed_tables;
upgrade_system_tables_if_necessary;
  ) 2 
  
  exit 0

Where it says 'comment mycheck out.', it probably wants to say
'comment check_for_crashed_tables out.': there is no line with
'mycheck' on it.


Ciao,

Enrico


[1] it is an incredibly annoying thing to have on a laptop at each and
every boot: at least fsck does it only when the filesystem was not
cleanly unmounted, or every 30-something boots.

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

Versions of packages mysql-server-5.0 depends on:
ii  adduser 3.101Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libdbi-perl 1.53-1   Perl5 database interface by Tim Bu
ii  libgcc1 1:4.1.1-19   GCC support library
ii  libmysqlclient15off 5.0.30-1 mysql database client library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-1GNU readline and history libraries
ii  libstdc++6  4.1.1-19 The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  lsb-base3.1-22   Linux Standard Base 3.1 init scrip
ii  mysql-client-5.05.0.30-1 mysql database client binaries
ii  mysql-common5.0.30-1 mysql database common files (e.g. 
ii  passwd  1:4.0.18.1-6 change and administer password and
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  psmisc  22.3-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/need_sarge_compat: false
  mysql-server-5.0/start_on_boot: true
  mysql-server/error_setting_password:
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/need_sarge_compat_done: true


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



Bug#405102: installation-report: Include info on which PCI device is in used by which kernel module

2007-01-06 Thread Frans Pop
On Friday 05 January 2007 20:47, Joey Hess wrote:
 Here's a patch that does the same thing, while avoiding the xargs, pwd
 -P, and awk (and also the cd). I haven't tested it in d-i yet, but /sys
 should be there, so it probably works.

Works in d-i on vmware:
modulemap: 8086:7111 piix
modulemap: 8086:7112 uhci_hcd
modulemap: 1000:0030 mptspi
modulemap: 1022:2000 pcnet32

Note: your patch still does the 'cd /sys/bus/pci/devices' at the beginning 
of list_loaded_modules, so the WD will still be different after it exits.
It does no real harm, so I'm unsure if it really needs fixing or not.


pgpld95vkn1AS.pgp
Description: PGP signature


Bug#380053: sym link

2007-01-06 Thread Matthew Carroll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The way I usually deal with this is simply to create a sym link to the
existing config file that allows the non-www. URL to work. e.g.

ln -s /etc/wordpress/config-www.example.com \
/etc/wordpress/config-example.com

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

iD8DBQFFn3IMAK4c1sM4iCURAiiRAJ9lzwylAaG8nUMMElNc64UvvbqjHACgmSHe
AmNRBKQ/Ml8Xx4Oecu1q6P0=
=jooe
-END PGP SIGNATURE-


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



Bug#405685: pdfcrop: does not work correctly for one of my pdf file

2007-01-06 Thread LI Daobing

Hi

On 1/6/07, Norbert Preining [EMAIL PROTECTED] wrote:

Hi Li!

No attachment found. Please send them again.

sorry about it, now it should be OK



--
LI Daobing


1.pdf
Description: Adobe PDF document


1-crop.pdf
Description: Adobe PDF document


Bug#405788: New upstream version 0.5.0 available.

2007-01-06 Thread Andreas Henriksson
Package: gnome-gpg
Version: 0.4.0-1
Severity: wishlist

New upstream version 0.5.0 available at
http://ftp.gnome.org/pub/GNOME/sources/gnome-gpg/0.5/

Blog post about changes in this version:
http://blogs.gnome.org/view/jamesh/2006/09/04/0
http://www.mail-archive.com/gnome-announce-list@gnome.org/msg02934.html


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



Bug#405705: [powerpc, manual] Booting of PREP machines

2007-01-06 Thread Frans Pop
On Friday 05 January 2007 18:17, Ulrich Teichert wrote:
  Currently, the only arch-title; subarchitectures that support CD-ROM
 -booting are PReP and New World PowerMacs. On PowerMacs, hold the
 +booting are PReP (with the exception of Motorola PowerStack machines)
 +and New World PowerMacs.

Does this mean that booting from CD is known to work for other PReP 
systems?


pgpcKgyvNcdlq.pgp
Description: PGP signature


Bug#373621: Bug#334104: tagging wontfix

2007-01-06 Thread maximilian attems
On Fri, Jan 05, 2007 at 10:50:26PM -0800, Jurij Smakov wrote:
 
 As I said, I don't think the solution of dropping the duplicate PCI 
 IDs in different drivers for different architectures to be optimal. 
 There is always a possibility that someone will insert an arbitrary 
 PCI card into any box with a PCI bus. If currently the user will be 
 slightly inconvenienced, if your proposed solution is implemented, 
 he/she will have to rebuild the kernel to get it to work.

well afaik my proposal is just mirroring discover1 knownledge,
so it shouldn't be far off.
also having heard of the doubtful quality of dmfe on hppa,
i doubt it does any good on sparc..
 
 Anyway, Frans Pop has recently posted a proposed patch for the 
 installer, which will make it possible to blacklist and arbitrary 
 module from loading, see
 
 http://lists.debian.org/debian-boot/2007/01/msg00207.html
 
 If this will make it into etch, that will solve the problem.

well this require an intelligent monkey booting d-i.. ;-)
 
happy weekend

-- 
maks


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



Bug#400837: (no subject)

2007-01-06 Thread Sergey Vlasov



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



Bug#405544: netenv: Doc of update-rc.d for Debian

2007-01-06 Thread Christophe TROESTLER
On Sat, 06 Jan 2007, Arnaud Fontaine [EMAIL PROTECTED] wrote:
 
  Christophe == Christophe Troestler [EMAIL PROTECTED] writes:
 
 update-rc.d netenv start 40 S .

Ah, OK.  I tried that but I forgot the final dot.  Maybe that should
be emphasised in the documentation?

Regards,
ChriS


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



Bug#404771: Same problem here

2007-01-06 Thread Julien BLACHE
Philipp Klaus Krause [EMAIL PROTECTED] wrote:

Hi,

 I think it should be easier for users to scan as non-root user.
 The permissions of the files in /dev should somehow be handled
 automatically.

Did you read /usr/share/doc/libsane/README.Debian.gz ?

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Bug#405791: gcc-defaults: Please provide gcc-locales metapackage

2007-01-06 Thread Sven Joachim
Package: gcc-defaults
Version: 1.50
Severity: wishlist

It would be nice if there were a gcc-locales metapackage depending on
the gcc-x.y-locales package for the default Debian gcc version.  It
would not only pull it automacically in, but people who only want to
have one gcc version on their system could get rid of old ones more
easily.


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



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



Bug#405784: ITP: festival-hi -- Festival text to speech sythesizer for Hindi language

2007-01-06 Thread Kartik Mistry
retitle 405784 ITP: festival-hi -- Festival text to speech synthesizer
for Hindi language

-- 
Kartik Mistry


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



Bug#404771: Same problem here

2007-01-06 Thread Philipp Klaus Krause
Julien BLACHE wrote:
 Philipp Klaus Krause [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I think it should be easier for users to scan as non-root user.
 The permissions of the files in /dev should somehow be handled
 automatically.
 
 Did you read /usr/share/doc/libsane/README.Debian.gz ?
 
 JB.
 

I hadn't. I just did. sane-find-scanner tells me (just ast scanimage -l
does, wich I had used previously) that my scanner ist at libusb:005:007
or sometimes at 005:008 or something like that.
none of those looks like a file to me, so I have no idea how to change
permissions on it. I really think there should be a way to handle them
automatically. Most desktop users will make all scanners available to
all users, so there should be a question about this at libsane installation.

Philipp


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



Bug#405789: rubygems: rubygems is too dumb to recognize debian packages

2007-01-06 Thread Jürgen Strobel
Package: rubygems
Version: 0.9.0-5
Severity: normal
Tags: patch

First, it is nice to have rubygems, thank you.

I think since Debian provides rubygems now, it should patch it to be a
bit smarter about installed debian packages which provide the same
functionality as gems.

Example: 

aptitude install rake rails
gem install mongrel

gem will insist on installing dependencies, including rake. A really
nicely patched up rubygems could autodetect the rake package.

I accept, go on, and force gem uninstall rake right afterwards. Now
mongrel doesn't want to start, because it *thinks* there is no rake
available, without even trying.

As a quick and dirty hack, I dropped the attached rubygems.rb in my
$HOME/ruby/lib, added that path to $RUBYLIB, and everything seems to
work just fine. My rubygems.rb wraps the original, and, on
Gem::LoadError, tries to continue nevertheless, which just works if
there are aequivalent files installed by debian packages. If not, it
will fail later with a less descriptive error message.

A second attached version tries to query dpkg to determine if it may
continue or not, but I am not sure this is actually an improvement. 

Now this is a very ugly solution, and I am sure this could be done
better by the rubygems package itself. As a quick fix, you could just
append my file to rubygem's rubygems.rb.

A comprehensive solution would be to have all ruby library packages
install fake geminfo metadata, and rubygems to query that additionally
when resolving dependencies. (Note: I do not want rubygems to
add/remove deb packages, just recognize them!)

Severity set to normal, as the current version of rubygems makes a
mixed Debian-packages + gems system (for libraries) impossible, if any
installed gems depend on installed debs, which is very likely.

regards,
Jürgen Strobel

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (850, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-zerberos-2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
-- no debconf information

-- 
 The box said it requires Windows 95 or better so I installed Linux
# -*- ruby -*-

#--
# Copyright 2007 by Jürgen Strobel
# Free to use without any restrictions.
#++

# This wraps rubygems.rb.
# The mission is to patch up Gem.activate, so it doesn't complain
# over non existing gems if an aequivalent debian package is installed.
# If gems are installed, they are still used in preference over debs.
# This is crude and pollutes $stderr. YMMV.


require /usr/lib/ruby/1.8/rubygems.rb

module Gem   
  class  self
alias activate_orig_debian activate
def activate(gem, autorequire, *version_requirements)
  activate_orig_debian(gem, autorequire, *version_requirements)
rescue Gem::LoadError = e
  $stderr  Debug: Gem #{gem} not found, trying to continue\n
  return true
end
  end
end
# -*- ruby -*-

#--
# Copyright 2007 by Jürgen Strobel
# Free to use without any restrictions.
#++

# This wraps rubygems.rb.
# The mission is to patch up Gem.activate, so it doesn't complain
# over non existing gems if an aequivalent debian package is installed.
# If gems are installed, they are still used in preference over debs.
# This is crude and pollutes $stderr. YMMV.


require /usr/lib/ruby/1.8/rubygems.rb

module Gem   
  class  self
alias activate_orig_debian activate
def activate(gem, autorequire, *version_requirements)
  activate_orig_debian(gem, autorequire, *version_requirements)
rescue Gem::LoadError = e
  $stderr  Debug: Gem #{gem} not found, maybe we can continue?\n
  `dpkg -l #{gem.name} 2/dev/null | grep '^ii'`
  if $?.success?
$stderr  Debug: #{gem.name}.deb is installed, trying to continue.\n
return true
  end
  f = `dpkg -l lib#{gem.name}*-ruby* 2/dev/null | grep '^ii'`
  if $?.success?
$stderr  Debug: #{f.split[1]}.deb is installed, trying to 
continue.\n
return true
  end
  raise e
end

  end
end


signature.asc
Description: Digital signature


Bug#405785: ITP: festival-mr -- Festival text to speech synthesizer for Marathi language

2007-01-06 Thread Kartik Mistry
retitle 405785 ITP: festival-mr -- Festival text to speech synthesizer
for Marathi language

-- 
Kartik Mistry


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



Bug#405572: PowerPC, prep flavor: missing root= boot option after install

2007-01-06 Thread Frans Pop
On Thursday 04 January 2007 16:54, Ulrich Teichert wrote:
 After a successful installation
 on a Motorola PowerStack II, rebooting the fresh installation failed,
 because the kernel option root=/dev/sda2 (in my case) was missing.
[...]
 ROOT=/dev/sda2 should be added to the
 /etc/initramfs-tools/initramfs.config

Can you test if creating a file /etc/initramfs-tools/conf.d/prep-root with 
such a line works too? If it does, then that is much to be preferred.

Also, the following information is required in order to fix this:
- does this need to be added for _all_ PReP systems, and if not what
  algorithm can be used?
- how can the location of the PReP partition be determined; I doubt it
  will always be /dev/sda2 (use if a regular PATA controller and
  installation to a different harddisk come to mind)

Disclaimer: I know nothing about PowerPC myself.


pgpbLBIgiqwlZ.pgp
Description: PGP signature


Bug#179647: xserver-xfree86: SIGALRM spinlock freezes X server

2007-01-06 Thread Johannes Zarl
Hi,

Since I've switched to xorg this bug doesn't really concern me anymore. If 
it's just for me, you can close it...

Cheers,
  Johannes


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



Bug#373763: xserver-xfree86-dbg: Radeon X600 Pro on ChainTech VNF4 PCIE x16 slot not recognised

2007-01-06 Thread Brice Goglin
Hi Gabriel,

About 7 month ago, you reported a bug to the Debian BTS regarding a
Radeon X600 not being supported in Debian Sarge.
I don't think a Radeon X600 board will ever be supported by
Xfree86/Sarge. But it should be very well supported by
xserver-xorg-video-ati in Etch. I don't think your specific pcie x16
slot should be a problem.

Did you by chance get to try Debian Etch on this machine? Lots of people
have a X600 working fine in Etch, while the problem will never be fixed
in Sarge. So, unless you still have this problem with Etch, I will close
this bug in the next weeks.

Thanks,
Brice



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



Bug#404771: Sorry

2007-01-06 Thread Philipp Klaus Krause
It was just my own stupidity: I forgot to log out and login again after
adding myself to the scanners group. Sorry for the noise.

Philipp


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



Bug#399843: Bug#358044: Solved RC bugs 358044 and 358044

2007-01-06 Thread Christian Bayle

Please go on with NMU

Thanks

Christian

Anibal Avelar wrote:

Hi.

I solved both bugs (#399843 and #358044).

Do you want my NMU package? or Do you want the .diff patch?

In the bug #358044, I just used the previously patch sent it.
In the bug #399843  I solved added some lines (two lines) in
debian/rules file. With this compile without  problems.


Regards.

Anibal Avelar

Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656







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



Bug#405794: thunderbird: Wrong debconf scripts - mentions as BROWSER

2007-01-06 Thread [EMAIL PROTECTED]
Package: thunderbird
Version: 1.5.0.9.dfsg1-1
Severity: normal

When installing package thunderbird debconf asks about how this BROWSER would 
be integrated into the system.
Surely enough this is not a browser and www-browser alternatives shouldn't be 
even touched or mentioned.



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages thunderbird depends on:
ii  icedove  1.5.0.9.dfsg1-1 free/unbranded thunderbird mail cl

thunderbird recommends no packages.

-- no debconf information


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



Bug#404898: [Fwd: Re: Bug#404898: dnsproxy_1.15-1(ia64/unstable): FTBFS: missing build-depends, prototypes]

2007-01-06 Thread Patrick Schoenfeld

 Original-Nachricht 
Betreff: Re: Bug#404898: dnsproxy_1.15-1(ia64/unstable): FTBFS: missing
build-depends, prototypes
Datum: Sat, 06 Jan 2007 12:18:51 +0100
Von: Patrick Schoenfeld [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Referenzen: [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]

Armin Wolfermann schrieb:
 * Patrick Schoenfeld [EMAIL PROTECTED] [31.12.2006 19:31]:
 I have received the following bug report for dnsproxy.
 
 It seems most of the build systems (except m68k) don't have nroff installed.
 Maybe you could add groff-base as a build dependency?

Well, that would fix the missing build-depends, but would not change the
missing prototypes, doesn't it? I cannot reproduce the problem, as I
don't have an IA64 machine, but according to the report these prototypes
 are dangerous for runtime of dnsproxy there.

Btw. it seems to be impossible to write mails to [EMAIL PROTECTED]
(which is your sender and reply-to address) as it always bounces with a
533. Does this have a specific reason?

 Regards,
 Armin Wolfermann

Best Regards

Patrick



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



Bug#405778: mantis: [INTL:ja] Updated Japanese po-debconf template translation (ja.po)

2007-01-06 Thread Patrick Schoenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 405778 pending
thanks

Hi,

Hideki Yamane (Debian-JP) wrote:
  Here's updated Japanese po-debconf template (ja.po) file that 
  reviewed by several Japanese Debian developers and users.

  Could you apply it, please?


Thanks for your contribution. I will include it in the next upload.

Best Regards

Patrick
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFn4d4TKIzE6LY9r8RAiG8AKCS1WuM+k4kuBIVBa7jPlefNoBfcgCfb/Qx
yFcBaC14Vx2SaMC5CTQGMSM=
=g0QH
-END PGP SIGNATURE-


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



Bug#405705: [powerpc, manual] Booting of PREP machines

2007-01-06 Thread Ulrich Teichert
Hi,

On Friday 05 January 2007 18:17, Ulrich Teichert wrote:
  Currently, the only arch-title; subarchitectures that support CD-ROM
 -booting are PReP and New World PowerMacs. On PowerMacs, hold the
 +booting are PReP (with the exception of Motorola PowerStack machines)
 +and New World PowerMacs.

Does this mean that booting from CD is known to work for other PReP
systems?

I think that Sven Luther had contact to somebody who booted a RS/6000 140p
that way. But that's only hearsay, my 140p is currently refusing to boot
*at all*, I need to take it apart :-(. Those IBM boxes are such divas,
you don't boot them for a month and pooof, they won't boot anymore for
anybody

That's why I only excluded the PowerStacks in the above paragraph - I am
sure that this class of machines does not boot from the daily installer
CDs, I've not tested other PReP boxes.

CU,
Uli
-- 
Dipl. Inf. Ulrich Teichert|e-mail: [EMAIL PROTECTED]
Stormweg 24   |listening to: Cauchemar (Opération S), Pay The Cobra
24539 Neumuenster, Germany|(The Bellrays), She's Got Standards (The Rifles)



Bug#384607: konqueror: nonreproducible crash while clicking on a link

2007-01-06 Thread Sune Vuorela
tag 384607 +moreinfo
thanks

Hi!

Did it only happen once? or can you reproduce it?

I have tried poking a bit around with pdf files on different servers, but I 
don't seem to be able to provoke a crash.

If it only happen once and is unrepreducible, I think we can close it.

/Sune

-- 
Man, how to remove from a virus?

First of all you cannot digit from the ISDN sendmail.


pgp6v1nBZHuIl.pgp
Description: PGP signature


Bug#405793: mysql-dfsg-5.0: [INTL:ja] Updated Japanese po-debconf template translation (ja.po)

2007-01-06 Thread Hideki Yamane
Package: mysql-dfsg-5.0
Version: 5.0.30
Severity: wishlist
Tags: l10n patch

Dear maintainer,

 I've updated Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

--
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp




ja.po
Description: Binary data


pgp329RgJnKLf.pgp
Description: PGP signature


Bug#203576: xserver-xfree86: [ati/atimisc] SEGV while using Mozilla on Mach64 GB rev 92

2007-01-06 Thread Brice Goglin
Hi Bradley,

3 years ago, you reported a bug to the Debian BTS regarding a segfault
of the X server while using Mozilla on the mach64 board. Have you been
able to reproduce the problem recently? If not, I will close the bug in
the next weeks.

Thanks,
Brice



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



Bug#197180: xserver-xfree86: [s3virge] SEGVs in XAAPaintWindow() and XAADestroyPixmap()

2007-01-06 Thread Brice Goglin
Hi Wouter,

About 4 years ago, you reported a bug to the Debian BTS regarding a
segfault of the X server when using xine. Have you been able to
reproduce this problem recently? If not, I will close the bug in the
next weeks.

Thanks,
Brice



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



Bug#405072: Confirmed

2007-01-06 Thread Alan Woodland
I can confirm that I'm also seeing this behavior. Now to track it  
down...


Alan


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



Bug#405299: Bug#405691: wordpress: new upstream: 2.0.6

2007-01-06 Thread Kai Hendry

Yesterday I prepared a new package quickly. I have just moved to
Berlin and I have poor access to the Internet. :(

I've asked my sponsor Fabio to upload, though everyone please test
this package as I couldn't. Also anyone know the CAN/CVE for this
security issue?

http://hendry.iki.fi/debian/unstable/wordpress_2.0.6-1_i386.changes

/me hops this silly windows machine with USB internet that can't be shared


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



Bug#405795: RFA: acx100 -- ACX100/ACX111 wireless network drivers source

2007-01-06 Thread Miguel Gea Milvaques
Package: wnpp
Severity: normal

I request an adopter for the acx100 package. 

The package is in good shape, (only an irreproducible old bug) and there
are a new version (2007/1/1) that must be uploaded to experimental, and
another one that it's based in dscape that it's trying to enter in
kernel mainline.

My wireless card was broken yesterday, so I can't test it anymore.

I'll sponsor this package if you need it.

PopCon: 132
The package description is:
 This package provides the source code of the Linux drivers for wireless
 network cards using TI ACX100/ACX111 chips. This includes DWL-[G]520+
 PCI, DWL-[G]650+ CardBus, GL-2422MP mini-PCI, DWL-120+ USB, USR5410, etc.
 See http://acx100.sourceforge.net/ for information about your wireless
 device.
 .
 In order to compile the kernel modules you need the kernel sources (or
 the kernel-headers for the kernel-image packages from Debian). For
 compile instructions look into usr/share/doc/acx100-source/README.Debian
 or simply use the module-assistant utility.
 .
 Please also note that the ACX100/111 chips need a firmware to be
 operational. You can get this firmware from the Microsoft Windows or
 from homepage.
 .
  Homepage: http://www.ilport.com.ua/linux/acx_patches/

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


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



Bug#193529: xserver-xfree86: [mga] SEGV when changing font in OpenOffice.org on MGA G400 AGP rev 4

2007-01-06 Thread Brice Goglin
Hi Andrea,

About 4 years ago, you reported a bug to the Debian BTS regarding a
segfault of the X server when changing a font in OpenOffice.org. Have
you been able to reproduce this bug recently? If not, I will close this
bug in the next weeks.

Thanks,
Brice



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



Bug#403488: mimedefang: Extra cruft characters in the Japanese debconf translation

2007-01-06 Thread Hideki Yamane
Hi,

On Sun, 17 Dec 2006 15:59:10 +0100
Christian Perrier [EMAIL PROTECTED] wrote:
 The Japanese translation of debconf templates includes extra characters at
 the very beginning of the file. These characters are very likely to make
 gettext utilities fail and the debconf templates are probably not translated
 in Japanese.

 The attached file should fix this.

 I've updated and checked it with msgfmt utility.
 Please apply it.

--
Regards,

 Hideki Yamane


ja.po
Description: Binary data


pgpHDMhetenmv.pgp
Description: PGP signature


Bug#405572: PowerPC, prep flavor: missing root= boot option after install

2007-01-06 Thread Ulrich Teichert
Hi,

On Thursday 04 January 2007 16:54, Ulrich Teichert wrote:
 After a successful installation
 on a Motorola PowerStack II, rebooting the fresh installation failed,
 because the kernel option root=/dev/sda2 (in my case) was missing.
[...]
 ROOT=/dev/sda2 should be added to the
 /etc/initramfs-tools/initramfs.config

Can you test if creating a file /etc/initramfs-tools/conf.d/prep-root with
such a line works too? If it does, then that is much to be preferred.

I just checked out the d-i trunk, I'll see what I can do.

Also, the following information is required in order to fix this:
=2D does this need to be added for _all_ PReP systems, and if not what
  algorithm can be used?

It has to be added for all PReP systems which use the mkvmlinuz boot loader,
so that would be all PRePs, if I am not mistaken.

=2D how can the location of the PReP partition be determined; I doubt it
  will always be /dev/sda2 (use if a regular PATA controller and
  installation to a different harddisk come to mind)

/dev/sda2 isn't the PReP partition. The PReP boot partition *has to be*
the first primary partition on the boot disk. /dev/sda2 is the root
partition of the fresh install in my case and of course this can and
will be different. We only need to know the boot disk, then we know
the place and the name of the PReP partition.

HTH,
Uli
-- 
Dipl. Inf. Ulrich Teichert|e-mail: [EMAIL PROTECTED]
Stormweg 24   |listening to: Cauchemar (Opération S), Pay The Cobra
24539 Neumuenster, Germany|(The Bellrays), She's Got Standards (The Rifles)



Bug#405572: PowerPC, prep flavor: missing root= boot option after install

2007-01-06 Thread Frans Pop
On Saturday 06 January 2007 12:32, Ulrich Teichert wrote:
 /dev/sda2 isn't the PReP partition. The PReP boot partition *has to be*
 the first primary partition on the boot disk. /dev/sda2 is the root
 partition of the fresh install in my case and of course this can and
 will be different. We only need to know the boot disk, then we know
 the place and the name of the PReP partition.

Of course, my mistake.
That makes it a lot easier as the root partition can just be gotten from 
the /target/etc/fstab and we probably already have several other scripts 
that contain the code for that.

Cheers,
FJP

P.S. No need to CC me.


pgpnoNpij3Y2Y.pgp
Description: PGP signature


Bug#405762: [Alpine-alpha] Maildir support

2007-01-06 Thread Anders Hellgren

On 1/6/07, Asheesh Laroia [EMAIL PROTECTED] wrote:

has anyone in the community considered writing such a patch for
Alpine?


I've ported Eduardo Chappa's maildir patch to alpine and have e-mailed
him about it, but I haven't heard anything back. Since I don't know
anything about what he has done and am a bit uncertain about its
licensing, I'm reluctant to redistribute it.

/Anders


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



Bug#245401: ocamldoc: empty lines not permitted within {[ .. ]}

2007-01-06 Thread Georg Neis
Hello!

* John Goerzen [EMAIL PROTECTED] wrote:
 Package: ocaml
 Version: 3.07.2a-2
 Severity: normal
 
 The documentation doesn't mention it, but the {[ ... ]} construct in
 ocamldoc-parsed comments in .mli files may not contain empty lines
 (though any number of lines is otherwise permissible.)

I think this has been fixed in the meantime.  From ocamldoc/Changes.txt:

  Release 3.08.0:
  [...]
  - fix: blank lines in verbatim, latex, code pre, code and ele ref
modes are now accepted

Regards, Georg


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



Bug#405796: xserver-xorg-input-wacom: missing Depends: line

2007-01-06 Thread Steinar H. Gunderson
Package: xserver-xorg-input-wacom
Version: 0.7.4.1-5
Severity: normal

xserver-xorg-input-wacom has no Depends: line. Building gives:

  dh_shlibdeps -a -L wacom-tools -l debian/wacom-tools/usr/lib
  dh_gencontrol -a
  dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}

Actually wacom_drv.so is linked with -nostdlib and static libgcc, so it
_has_ no dependencies. It should still have a dependency on the server,
though.

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

-- debconf-show failed


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



Bug#405584: Without setuid, I can't use maildrop with esmtp

2007-01-06 Thread Josip Rodin
On Sat, Jan 06, 2007 at 01:44:19AM +, Reuben Thomas wrote:
 Can you run this trivial test:
 
 echo foo  /tmp/foo
 su -c 'maildrop -V2  /tmp/foo'
 
 And paste the output?
 
 maildrop: Changing to /root
 Message start at 0 bytes, envelope sender=root
 maildrop: Attempting .mailfilter
 maildrop: Delivering to 0

Uhh. cat /root/.mailfilter ?

-- 
 2. That which causes joy or happiness.


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



Bug#405491: Not depend on module-assistant

2007-01-06 Thread Marco Túlio Gontijo e Silva
Em Sáb, 2007-01-06 às 14:29 +0900, Junichi Uekawa escreveu:
  I think it's better that it recommends module-assistant then depends,
  because it's not completely needed.
 
 Justification?

It can be used without module-assistant. This package just makes things
easier, but is not at all necessary.

Thanks.

-- 
malebria
Marco Túlio Gontijo e Silva
Correio (MSN): [EMAIL PROTECTED]
Jabber (GTalk): [EMAIL PROTECTED]
Telefone: 33346720
Celular: 98116720
Endereço:
  Rua Paula Cândido, 257/201
  Gutierrez 30430-260
  Belo Horizonte/MG Brasil




Bug#405798: wget patch for debmirror

2007-01-06 Thread Dmirty E. Oboukhov
Package: debmirror
Version: 20060907.1
Severity: normal

I added wget-transport in debmirror. This allows you to use debmirror
networks with unstable connect.

=begin diff

--- debmirror   2006-09-08 17:00:27.0 +0400
+++ debmirror.wget  2007-01-06 15:15:08.0 +0300
@@ -67,6 +67,7 @@
   [--proxy=http://user:[EMAIL PROTECTED]:port/] [--help]
   [--rsync-options=options] [--ignore-small-errors]
   [--pdiff=mirror|use|none]
+  [--use-wget] [--wget-options=options]
   mirrordir
 
 For details, see man page.
@@ -137,6 +138,15 @@
 server, you need to put ':' prefix in the root directory
 (i.e. :debian, which means host::debian).
 
+=item --use-wget
+
+Use wget for http and ftp methods.
+
+=item --wget-options=options
+
+Specify alternative wget options to be used. Default options are
+-c. See 'man wget' for more information.
+
 =item --proxy=http://user:[EMAIL PROTECTED]:port/
 
 Specifies the http proxy (like Squid) to use for http and hftp method.
@@ -403,6 +413,8 @@
 our $rsync_options=-aIL --partial;
 our $ignore_small_errors=0;
 our $pdiff_mode=use;
+our $use_wget=0;
+our $wget_options=-c;
 my @errlog;
 my $HOME;
 ($HOME = $ENV{'HOME'}) or die HOME not defined in environment!\n;
@@ -419,6 +431,8 @@
 
 my $help;
 GetOptions('debug'= \$debug,
+ 'use-wget' = \$use_wget,
+ 'wget-options=s'   = \$wget_options,
   'progress|p'   = \$progress,
   'verbose|v'= \$verbose,
   'source!'  = \$do_source,
@@ -911,7 +925,7 @@
if (($dirname) = $file =~ m:(.*)/:) {
  make_dir($dirname);
}
-   http_get($file);
+   if ($use_wget) { wget_get($file); } else { http_get($file); }
if ($max_batch  0  ++$i = $max_batch) {
  push (@errlog,Batch limit exceeded, mirror run was partial\n);
  $num_errors++;
@@ -931,7 +945,7 @@
if (($dirname) = $file =~ m:(.*)/:) {
  make_dir($dirname);
}
-   ftp_get($file);
+   if ($use_wget) { wget_get($file); } else { ftp_get($file); }
if ($max_batch  0  ++$i = $max_batch) {
  push (@errlog,Batch limit exceeded, mirror run was partial\n);
  $num_errors++;
@@ -1160,7 +1174,15 @@
 };
 
 /^http$/  do {
-  $res=http_get($file);
+  if ($use_wget) 
+  {
+$res=wget_get($file); 
+  }
+  else
+  {
+$res=http_get($file);
+  }
+
   $res=$res  check_lists($file);
   if (!$res) {
say($file failed md5sum check, removing);
@@ -1169,7 +1191,15 @@
 };
 
 /^ftp$/  do {
-  $res=ftp_get($file);
+  if ($use_wget) 
+  {
+$res=wget_get($file); 
+  }
+  else
+  {
+$res=ftp_get($file);
+  }
+
   $res=$res  check_lists($file);
   if (!$res) {
say($file failed md5sum check, removing);
@@ -1259,6 +1289,70 @@
   return $ret;
 }
 
+# WGGET a file via http or ftp
+sub wget_get 
+{
+  local $_;
+  my $file=shift;
+
+  my $proto=$download_method;
+  $proto=~/^hftp$/ and $proto='ftp';
+
+  my $url=$proto://${host}/${remoteroot}/${file};
+
+  my $wget_cmd=wget $wget_options -O $file $url 21;
+
+  my $percent=0;
+  $percent = sprintf(%3.0f,(($bytes_gotten/$bytes_to_get)*100))
+  unless($bytes_to_get == 0);
+
+  print $url =  if $debug;
+  print [$percent%] Getting: $file...  
+if ($progress || $verbose);
+
+  print '$wget_cmd'...  if $verbose;
+
+  
+  if ($dry_run)
+  {
+print ok\n if $progress || $verbose;
+return 1;
+  }
+
+  -f $file and unlink $file;
+
+  my $hwget;
+  unless (open $hwget, -|, $wget_cmd) 
+  {
+warn failed: $!\n if $progress || $verbose;
+push @errlog, Download of $file failed: $!;
+$num_errors++;
+return 0;
+  }
+ 
+  print \n if $debug;
+  while ($hwget)
+  {
+s/\s+$//g;
+print $_\n if $debug;
+  }
+  close $hwget;
+  if ($?)
+  {
+my $emsg='$wget_cmd' return code: $?;
+push @errlog, $emsg;
+$num_errors++;
+warn failed: $emsg\n;
+return 0;
+  }
+  else
+  {
+print ok\n if $progress || $verbose;
+return 1;
+  }
+}
+
+
 # Get a file via ftp, first displaying its filename if progress is on.
 # I should just be able to subclass Net::Ftp and override the get method,
 # but it's late.

=end diff 


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

Versions of packages debmirror depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  libcompress-zlib-perl 1.42-1 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-7Simple advisory file locking
ii  libnet-perl   1:1.19-3   Implementation of Internet protoco
ii  libwww-perl   

Bug#405799: python-matplotlib depends on python-numpy-ext

2007-01-06 Thread Marc Fargas
Package: python-matplotlib
Version: 0.87.5-2.2
Severity: grave
Justification: renders package unusable

If you install python-matplotlib:
In [1]: from pylab import *
---
exceptions.ImportError   Traceback (most
recent call last)
ImportError: No module named numpy

You install python-numpy then (which was not required by matplotlib!!)
and you are still missing something... you need: python-numpy-ext which
depends on python-numpy.

So python-matplotlib should depend on python-numpy-ext .

Cheers,
Marc.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages python-matplotlib depends on:
ii  dvipng1.9-1  convert PNG graphics from DVI file
ii  python2.4.4-2An interactive high-level object-o
ii  python-central0.5.12 register and build utility for Pyt
ii  python-dateutil   1.1-1  powerful extensions to the standar
ii  python-dev2.4.4-2Header files and a static library 
ii  python-gtk2   2.8.6-8Python bindings for the GTK+ widge
ii  python-matplotlib-data0.87.5-2.2 python based plotting system (data
ii  python-numeric24.2-7 Numerical (matrix-oriented) Mathem
ii  python-numeric-ext24.2-7 Extension modules for Numeric Pyth
ii  python-numpy  1:1.0rc1-1 Numerical Python adds a fast array
ii  python-qt33.16-1.2   Qt3 bindings for Python
ii  python-tz 2006g-1Python version of the Olson timezo

python-matplotlib recommends no packages.

-- no debconf information


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



Bug#405797: gnochm: can't start

2007-01-06 Thread LI Daobing
Package: gnochm
Version: 0.9.8-1
Severity: normal

$ gnochm
Traceback (most recent call last):
  File /usr/bin/gnochm, line 1928, in ?
inst = MainApp()
  File /usr/bin/gnochm, line 766, in __init__
self.prefbox = PrefDialog(self.pref)
  File /usr/bin/gnochm, line 488, in __init__
gconf.CLIENT_PRELOAD_NONE)
gobject.GError: Adding client to server's list failed, CORBA error: 
IDL:omg.org/CORBA/COMM_FAILURE:1.0

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

Versions of packages gnochm depends on:
hi  gconf2   2.16.0-3GNOME configuration database syste
hi  python   2.4.4-2 An interactive high-level object-o
hi  python-chm   0.8.3-1 Python binding for CHMLIB
hi  python-glade22.8.6-6 GTK+ bindings: Glade support
hi  python-gnome22.12.4-2Python bindings for the GNOME desk
hi  python-gnome2-extras 2.14.2-1+b1 Python bindings for the GNOME desk
hi  python-gtk2  2.8.6-6 Python bindings for the GTK+ widge
hi  scrollkeeper 0.3.14-11   A free electronic cataloging syste
hi  shared-mime-info 0.19-1  FreeDesktop.org shared MIME databa

Versions of packages gnochm recommends:
ii  python-cjkcodecs  1.1.1-2+b1 Python Unicode Codecs Collection f

-- no debconf information


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



Bug#402909: rebuilding python-qt3 for hplip

2007-01-06 Thread Wolfgang Schnitker
Dear Henrique,

I just tried to recompile the python-qt3 package, because this package is in 
my opinion the one, which does not work with hplip and holds qt.so lib.

I am always getting this error
##
[EMAIL PROTECTED]:~/tmp-deb/pythgon-qt3$ hp-sendfax
Traceback (most recent call last):
  File /usr/bin/hp-sendfax, line 38, in ?
import base.async_qt as async
  File /usr/lib/hplip/base/async_qt.py, line 81, in ?
from qt import *
ImportError: /usr/lib/python2.4/site-packages/qt.so: undefined symbol: 
Py_InitModule4
[13968 refs]
###

My point of interest is: Are you using a nvidia graphics card in your 
computer?

This is, because I have got follwing errors (libGL and Mesa conflicts with 
nvidia's drivers??). 

#
dh_python: Doing nothing since Python-Version is set; dh_pysupport or 
dh_pycentral should do the work. You can remove dh_python from your rules 
file.
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy from: /usr/lib/libGL.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy to: /usr/lib/nvidia/libGL.so.1.xlibmesa
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy from: /usr/lib/libGL.so.1.2
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy to: /usr/lib/nvidia/libGL.so.1.2.xlibmesa
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy from: /usr/lib/libGL.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy to: /usr/lib/nvidia/libGL.so.1.xlibmesa
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy from: /usr/lib/libGL.so.1.2
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by nvidia-glx-legacy to: /usr/lib/nvidia/libGL.so.1.2.xlibmesa
dh_gencontrol
dh_md5sums
dh_builddeb
Warnung, »debian/python-qt3/DEBIAN/control« enthält benutzerdefiniertes 
Feld »Python-Version«
dpkg-deb: Ignoriere 1 Warnungen wegen der control-Datei(en)
dpkg-deb: Baue Paket »python-qt3« in »../python-qt3_3.16-1.2_i386.deb«.
Warnung, »debian/python-qt3-gl/DEBIAN/control« enthält benutzerdefiniertes 
Feld »Python-Version«
dpkg-deb: Ignoriere 1 Warnungen wegen der control-Datei(en)
dpkg-deb: Baue Paket »python-qt3-gl« in »../python-qt3-gl_3.16-1.2_i386.deb«.
Warnung, »debian/python-qtext/DEBIAN/control« enthält benutzerdefiniertes 
Feld »Python-Version«
dpkg-deb: Ignoriere 1 Warnungen wegen der control-Datei(en)
dpkg-deb: Baue Paket »python-qtext« in »../python-qtext_3.16-1.2_i386.deb«.
dpkg-deb: Baue Paket »pyqt-tools« in »../pyqt-tools_3.16-1.2_i386.deb«.
make[1]: Leaving directory 
`/home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16'
dh_testdir
##

In addition during Build run I have missing destructor warnings in qxml parts 
and probably typedef warnings in sipqtpart modules.

##
make[2]: Entering directory 
`/home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16/build-2.4/qt'
g++ -c -O2 -pipe -fPIC -g -Wall -W -D_REENTRANT -DQT_THREAD_SUPPORT -I. 
-I/usr/include/python2.4 -I/usr/share/qt3/mkspecs/default 
-I/usr/share/qt3/include -I/usr/X11R6/include -o 
sipqtpart0.o sipqtpart0.cpp
sipqtpart0.cpp:12335: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
sipqtpart0.cpp:12336: warning: dereferencing type-punned pointer will break 
strict-aliasing rules

make[2]: Entering directory 
`/home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16/build-2.4/pyuic3'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DUIC -DQT_INTERNAL_XML -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -I. 
-I/home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16/pyuic3 
-I/usr/share/qt3/mkspecs/default -I/usr/share/qt3/include -I/usr/X11R6/include 
-o 
main.o /home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16/pyuic3/main.cpp
/usr/share/qt3/include/private/qwidgetinterface_p.h:74: warning: 'struct 
QWidgetFactoryInterface' has virtual functions but non-virtual destructor

and:

g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_INTERNAL_XML -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -I. 
-I/home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16/pylupdate3 
-I/usr/share/qt3/mkspecs/default -I/usr/share/qt3/include -I/usr/X11R6/include 
-o 
metatranslator.o 
/home/wolfgang/tmp-deb/pythgon-qt3/python-qt3-3.16/pylupdate3/metatranslator.cpp
/usr/share/qt3/include/qxml.h:224: warning: 'class QXmlReader' has virtual 
functions but non-virtual destructor
/usr/share/qt3/include/qxml.h:407: warning: 'class QXmlContentHandler' has 
virtual functions but non-virtual destructor
/usr/share/qt3/include/qxml.h:424: warning: 'class QXmlErrorHandler' has 
virtual functions but non-virtual destructor
/usr/share/qt3/include/qxml.h:433: warning: 'class QXmlDTDHandler' has virtual 
functions but non-virtual destructor
/usr/share/qt3/include/qxml.h:441: warning: 

Bug#403491: Most kde applications hang or are too slow in starting up

2007-01-06 Thread Ana Guerrero
tags 403491 +moreinfo
Hi,

On Sun, Dec 17, 2006 at 08:50:33PM +0530, Sudharshan S wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Package: kde
 Version: 3.5.5
 Severity: important
 
 
 Most KDE apps hang..KDE startup hangs when Initializing System
 Services
 Konsole works just fine. Heres a list of some important apps.
 The whole KDE Desktop,
 Konqueror
 Amarok
 K3b
 Kwrite
 Kdevelop and so on.
 
 Please note that the above apps either dont start or startup after a
 long time. In some cases after more than 30 minutes.
 Heres something strange with konqeror. It starts just fine but when i
 visit any folder or website it hangs. When I run the apps through
 konsole I am not getting any errors.
 Other DEs work just fine. FYI, I am using E17. I hope the info provided
 is sufficient.

AFAIK, E17 is not packaged in Debian, are you using external repositories?
This sounds like the cause of the problem.
Could you provide more information about this?  If you start direclty
KDE does it work fine?

Ana




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



Bug#405748: iceape-browser: theme selection reset to classic

2007-01-06 Thread Andreas Metzler
On 2007-01-05 Mike Hommey [EMAIL PROTECTED] wrote:
 On Fri, Jan 05, 2007 at 11:04:30PM +0200, Meelis Roos [EMAIL PROTECTED] 
 wrote:
  Package: iceape-browser
  Version: 1.0.7-2
  Severity: normal
 
  Since migrating to iceape packages, theme selection in browser does not
  work. It has reset to classic instead of moderdn. Selectin modern theme from
  the menu helps for the next browser start but the theme is reset to classic
  on the following start again.

 Obviously, you have the same problem as in #405585, which I can't
 reproduce. Could you try to read the bug log and try to find out what in
 your ~/.mozilla directory may be responsible for that ? Thank you.

Hello,
I found a way to reproduce it.
1. rm -rf .mozilla/
2. start iceape to generate a fresh .mozilla/ and exit without making
   any changes.
3. copy the attached chrome.rdf to the chrome subdirectory in your
   profile (~/.mozilla/default/e49r9dec.slt/chrome/chrome.rdf)
4. start iceape, select Modern theme, exit iceape
5. start iceape, Modern theme is used, exit iceape
6. start iceape, Classic theme is used again.

Afaict setting »user_pref(general.skins.selectedSkin,
modern/1.0);« in prefs.js normally (i.e. without a broken
chrome.rdf) is propagated to chrome.rdf at the next restart, however
this does not seem to happen, chrome.rdf stay unchanged.

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


chrome.rdf
Description: application/rdf


Bug#405800: tex4ht: oolatex generates invalid documents

2007-01-06 Thread Michael Hanke
Package: tex4ht
Version: 20060913-1
Severity: normal

Hi,

I tried to use tex4ht to convert a LaTeX file into an OpenOffice document.
The texfile contains essentially only an eps image created with R (file
is attached):

graph_test.tex (also attached):
---

\documentclass[a4paper,10pt]{scrreprt}
\usepackage{graphicx}

\begin{document}

% test.eps created with R using:
% postscript('test.eps',onefile=FALSE,horizontal=FALSE)
% hist(rnorm(100))
% dev.off()
\includegraphics[width=10cm]{test.eps}

\end{document}


I converted it into odt by invoking:

mk4ht oolatex graph_test.tex

with no visible errors (output is attached).

However, if I open the odt in OO it seems to be empty. I also tried
kword which is complaining about the file:

Could not open graph_test.odt.
Reason: Invalid document. 'fo' has the wrong namespace. The
application which produced this document is not OASIS-compliant.


The converted odt file is also attached.


Thanks,

Michael




-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages tex4ht depends on:
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libkpathsea4   3.0-28path search library for teTeX (run
ii  tex4ht-common  20060913-1LaTeX and TeX for Hypertext (HTML)
ii  texlive-base-bin   2005.dfsg.2-7 TeX Live: Essential binaries

tex4ht recommends no packages.

-- no debconf information

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


graph_test.odt
Description: application/vnd.oasis.opendocument.text
mk4ht (2006-08-28-20:45)
htlatex graph_test.tex xhtml,ooffice ooffice/! -cmozhtf -coo
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
entering extended mode
LaTeX2e 2003/12/01
Babel v3.8g and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german, ngerman, loaded.
(./graph_test.tex (/usr/share/texmf-texlive/tex/latex/koma-script/scrreprt.cls
Document Class: scrreprt 2004/09/16 v2.9t LaTeX2e KOMA document class
(/usr/share/texmf-texlive/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2004/09/16 v2.9t LaTeX2e KOMA package
  Copyright (C) Markus Kohm

) (/usr/share/texmf-texlive/tex/latex/base/size10.clo)
(/usr/share/texmf-texlive/tex/latex/koma-script/typearea.sty
Package typearea, 2004/09/16 v2.9t LaTeX2e KOMA package
  Copyright (C) Frank Neukam, 1992-1994
  Copyright (C) Markus Kohm, 1994-2002

)) (/usr/share/texmf/tex/generic/tex4ht/tex4ht.sty)
(/usr/share/texmf/tex/generic/tex4ht/usepackage.4ht)
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/usr/share/texmf-texlive/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/graphics/dvips.def)))
(/usr/share/texmf/tex/generic/tex4ht/tex4ht.4ht
::
 TeX4ht info is available in the log file 
::
) (/usr/share/texmf/tex/generic/tex4ht/tex4ht.sty
--- needs --- tex4ht graph_test ---
(./graph_test.tmp) (./graph_test.xref)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/latex.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))
(/usr/share/texmf/tex/generic/tex4ht/fontmath.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht [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]) (/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))
(/usr/share/texmf/tex/generic/tex4ht/scrreprt.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))

Bug#215355: xserver-xfree86: [ati/radeon] 1280x1024 mode wrongly rejected with DFP/LCD on Radeon Mobility M6 LY rev 0

2007-01-06 Thread Brice Goglin
Hi Vincenzo,

3 years ago, you reported a problem to the Debian BTS about 1280x1024
being rejected for your LCD with a Radeon Mobility board. Somebody told
you to try some options, but you never replied. So, unless you tell me
that you still experience the same problem even with those options, I
will close the bug in the next weeks.

Thanks,
Brice



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



Bug#405801: mpd --create-db segfaulting

2007-01-06 Thread Matviychuk Oleg
Package: mpd
Version: 0.12.1-1
Severity: grave
Justification: renders package unusable

# gdb --args mpd --create-db
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.

(gdb) run
Starting program: /usr/bin/mpd --create-db
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1213520192 (LWP 26780)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---

/* here comes a lot of strings of adding mp3 files. Because of 
$LC_ALL=uk_UA.KOI8-U,
cyrillic filenames looks a bit wierd, though 
grep ^filesystem /etc/mpd.conf
filesystem_charset KOI8-U
*/
added !.inbox/п╒п╟я─я┌п╟п╨/2003 - п║п╦я│я┌п╣п╪п╟ пҐп╣я─п╡iп╡/08-п╒п╟я─я┌п╟п╨, 
пєп╟п╨я┌п╦я┤пҐп╬ я│п╟п╪i _ п▓я─п╬пЄп╩п╦п╡п╣ п╪'я▐я│п╬.mp3

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1213184320 (LWP 27287)]
0xb7e73d06 in id3_ucs4_length () from /usr/lib/libid3tag.so.0

This is not the first file with cyrillic symbols in path and id3tags. Before it 
mpd 
already scanned dozens of it. 
There is only one tag in files in that directory - author in cyrillic (cp1251):

$ id3tool /home/mat/media/music/\!.inbox/Тартак/2003\ -\ Система\ 
нервiв/08-Тартак\,\ 
Фактично\ самi\ _\ Вродливе\ м\'ясо.mp3
Filename: /home/mat/media/music/!.inbox/Тартак/2003 - Система нервiв/08-Тартак, 
Фактично самi _ Вродливе м'ясо.mp3
Artist: рЮПРЮЙ

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=uk_UA.KOI8-U (charmap=KOI8-U)

Versions of packages mpd depends on:
ii  libao2 0.8.6-4   Cross Platform Audio Output Librar
ii  libasound2 1.0.13-1  ALSA library
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libflac7   1.1.2-5   Free Lossless Audio Codec - runtim
ii  libid3tag0 0.15.1b-8 ID3 tag reading library from the M
ii  libmad00.15.1b-2.1   MPEG audio decoder library
ii  libmikmod2 3.1.11-a-6A portable sound library
ii  libmpcdec3 1.2.2-1   Musepack (MPC) format library
ii  libogg01.1.3-2   Ogg Bitstream Library
ii  libshout3  2.2.2-1   MP3/Ogg Vorbis broadcast streaming
ii  libspeex1  1.1.12-2  The Speex Speech Codec
ii  libtheora0 0.0.0.alpha7.dfsg-1.1 The Theora Video Compression Codec
ii  libvorbis0a1.1.2.dfsg-1.2The Vorbis General Audio Compressi
ii  libvorbisenc2  1.1.2.dfsg-1.2The Vorbis General Audio Compressi
ii  libvorbisfile3 1.1.2.dfsg-1.2The Vorbis General Audio Compressi
ii  zlib1g 1:1.2.3-13compression library - runtime

mpd recommends no packages.

-- no debconf information


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



Bug#405802: /usr/share/doc/libxml2-doc/html/index.html missing

2007-01-06 Thread Peter Eisentraut
Package: libxml2-doc
Version: 2.6.27.dfsg-1
Severity: important

Starting from /usr/share/doc/libxml2-doc/index.html, click on API Menu
on the left side, it links to /usr/share/doc/libxml2-doc/html/index.html,
which does not exist.  I would expect to see a view analogous to
http://www.xmlsoft.org/html/index.html.

Maybe it would be good to run a link checker across the package to see
if some other files are missing.

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

-- no debconf information


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



Bug#227450: keyboard invents new lock key (xkbvleds says so) gets stuck, all clients go crazy

2007-01-06 Thread Brice Goglin
Hi Anthony,

3 years ago, you reported a problem to the Debian BTS regarding issues
with lock keys in the X server. Did you reproduce this problem recently?
If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#405491: Not depend on module-assistant

2007-01-06 Thread Junichi Uekawa
Hi,

   I think it's better that it recommends module-assistant then depends,
   because it's not completely needed.
  
  Justification?
 
 It can be used without module-assistant. This package just makes things
 easier, but is not at all necessary.

Can you give an example of such valid use?


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#217356: xserver-xfree86: server spins when asked to render gigantic (400-point) font

2007-01-06 Thread Brice Goglin
Hi Anthony,

3 years ago, you reported a problem to the Debian BTS regarding the X
server spinning when rendering gigantic fonts. Did you reproduce this
problem recently? If not, I will close this bug report in the next weeks.

Thanks,
Brice



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



Bug#405572: PowerPC, prep flavor: missing root= boot option after install

2007-01-06 Thread Frans Pop
tags 405572 + patch
thanks

On Saturday 06 January 2007 12:32, Ulrich Teichert wrote:
  Can you test if creating a file /etc/initramfs-tools/conf.d/prep-root
  with such a line works too? If it does, then that is much to be
  preferred.

 I just checked out the d-i trunk, I'll see what I can do.

You don't really need to build a new package for this. You can also just
create the file manually from a shell after the base system installation
is done.


I think the attached patch will do the job as the final solution. It is a
bit heavier than strictly needed because of some backwards compatibility
support (that needs to be cleaned up after Etch).

If you'd like to quickly test the principle after using the installer,
try manually adding (using nano) the following (simplified) code in:
/var/lib/dpkg/info/base-installer.postinst
It should be added just after the resume partition is configured.

@@ -767,6 +767,14 @@
echo RESUME=$resume  $resumeconf
fi
fi
+
+   # Set PReP boot partition
+   if [ $SUBARCH = prep ]  [ $rd_generator = initramfs-tools 
]; then
+   prepconf=/target/etc/initramfs-tools/conf.d/prep-boot
+   rootpart_devfs=$(mount | grep on /target  | cut -d' ' 
-f1)
+   rootpart=$(mapdevfs $rootpart_devfs)
+   echo ROOT=$rootpart  $prepconf
+   fi
else
info Not installing $package.
fi

Index: debian/postinst
===
--- debian/postinst	(revision 43901)
+++ debian/postinst	(working copy)
@@ -767,6 +767,28 @@
 echo RESUME=$resume  $resumeconf
 			fi
 		fi
+
+		# Set PReP boot partition
+		if [ $ARCH = powerpc]  [ $SUBARCH = prep ]  \
+		   [ $rd_generator = initramfs-tools ]; then
+			if [ -d /target/etc/initramfs-tools/conf.d ]; then
+prepconf=/target/etc/initramfs-tools/conf.d/prep-boot
+			elif [ -d /target/etc/mkinitramfs/conf.d ]; then
+prepconf=/target/etc/mkinitramfs/conf.d/prep-boot
+			else
+# old location
+prepconf=/target/etc/mkinitramfs/initramfs.conf
+			fi
+
+			rootpart_devfs=$(mount | grep on /target  | cut -d' ' -f1)
+			rootpart=$(mapdevfs $rootpart_devfs)
+			if [ -f $prepconf ]  grep -q ^#* *ROOT= $prepconf; then
+sed -e [EMAIL PROTECTED] [EMAIL PROTECTED]@  $prepconf  $prepconf.new 
+	mv $prepconf.new $prepconf
+			else
+echo ROOT=$rootpart  $prepconf
+			fi
+		fi
 	else
 		info Not installing $package.
 	fi


pgpHngGn79TLz.pgp
Description: PGP signature


Bug#233698: xserver-xfree86: [mga] server partially hangs when Mozilla spawns less to view C source file on MGA G400 AGP rev 4

2007-01-06 Thread Brice Goglin
Hi Vincent,

3 years ago, you reported a bug to the Debian BTS regarding a partial
hang of the X server using Mozilla. Did you reproduce this problem
recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#231205: xserver-xfree86: VT switching impossible

2007-01-06 Thread Brice Goglin
Hi,

3 years ago, you reported (a replied to) a bug in the Debian BTS because
it was impossible to switch to VT from X on your board. Did you
reproduce this problem recently? If not, I will close this bug in the
next weeks.

Thanks,
Brice



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



Bug#403431: Segmentation fault in pcsx - more information

2007-01-06 Thread JusTiCe8

Hi,

first, it's occur also in last, not yet 'debianized', release (1.7rc3).
Then, it's not related to padjoy.
A workaround to this issue is to remove HOME/.pcsx dir, and run pcsx 
again and reconfigure it, it's work !
(Maybe there is a little issue in config file parsing, cause I saw 
uninitialized/bad value in BiosDir variable, see below, but

crash occured in gtk stuffes
Perhaps pcsx don't like very much bios settings or other than the one 
provided by itself:/.


Regards.
--
gdb bt full output: (1.7-rc3)
#32 0x0806eb05 in main (argc=1, argv=0xaff846f4) at LnxMain.c:175
file = 0x0
BIOSDir = 
@Å\233§ØÇ\233§\210É[§\000`{§\000\000\000\000\bYª§ø5ø¯O€ø§Cø¯¡ìø§\001\000\000\000\000\000\000\000 
\221ø§XCø¯TCø¯XTù§ôOù§\004\000\000\000x¶\233§`5ø¯Õíø§\b\000\000\000$\000\000\000ôOù§hCø¯4\224ø§$\000\000\000$\000\000\000\000\000\000\000ôOù§Ëu\230§hCø¯\001\000\000\000\210É[§0.ø¯÷\221ø§\001, 
'\0' repeats 15 times, 
ØÇ\233§\210É[§\000`{§\000\000\000\000\200\236°§\2246ø¯O€ø§¡ìø§\000\000\000\000\001\000\000\000\000\000\000\000 
...






Bug#405803: blender: Vertical extrude crashes X

2007-01-06 Thread gerhard oettl
Package: blender
Version: 2.42a-5
Severity: normal


With a new blender file:

- NUM1AddCube
- AKEY   (unselect all elements)
- BKEY   (block selection)
- select the bottom (or top) vertices with the mouse LMB
- EKEYRegion  (extrude region)

X crashes (killing all X apps and prompt with the gdm login)

repeated several times - always reproduceable.

gerhard 

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

Versions of packages blender depends on:
ii  gettext [libgettextpo0]  0.15-3  GNU Internationalization utilities
ii  liba52-0.7.4 0.7.4-7 Library for decoding ATSC A/52 str
ii  libavcodec0d 0.cvs20060823-4 ffmpeg codec library
ii  libavformat0d0.cvs20060823-4 ffmpeg file format library
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdc1394-13 1.1.0-3+b1  high level programming interface f
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libgl1-mesa-glx [libgl1] 6.5.1-0.4   A free implementation of the OpenG
ii  libglu1-mesa [libglu1]   6.5.1-0.4   The OpenGL utility library (GLU)
ii  libgsm1  1.0.10-13   Shared libraries for GSM speech co
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libopenexr2c2a   1.2.2-4.3   runtime files for the OpenEXR imag
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libraw1394-8 1.2.1-2 library for direct access to IEEE 
ii  libsdl1.2debian  1.2.11-7Simple DirectMedia Layer
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3
ii  libvorbis0a  1.1.2.dfsg-1.2  The Vorbis General Audio Compressi
ii  libvorbisenc21.1.2.dfsg-1.2  The Vorbis General Audio Compressi
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  python-central   0.5.12  register and build utility for Pyt
ii  python2.42.4.4-1 An interactive high-level object-o
ii  zlib1g   1:1.2.3-13  compression library - runtime

blender recommends no packages.

-- no debconf information


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



Bug#405804: linux-image-2.6.18-3-686: Kernel panic on boot

2007-01-06 Thread Matthew Gretton-Dann
Package: linux-image-2.6.18-3-686
Version: 2.6.18-8
Severity: grave
Justification: renders package unusable


During booting 2.6.18-6 the kernel panics with the following message:

0 Kernel panic - not syncing.
   Attempted to kill init!

The call trace is:
  pcibios_sort + 0x9e/0x154
  pcibios_allocate_resources + 0x103/0x115
  pcibios_init + 0x67/0x6a
  init + 0x111/0x286
  ret_from_fork + 0x6/0x1c
  init + 0x0/0x286
  init + 0x0/0x286
  kernel_thread_helper + 0x5/0xb

The output of lspci is:

:00:00.0 Host bridge: Intel Corp. 915G/P/GV Processor to I/O 
Controller (rev 04)
:00:02.0 VGA compatible controller: Intel Corp. 82915G Express 
Chipset Family Graphics Controller (rev 04)
:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High 
Definition Audio Controller (rev 03)
:00:1c.0 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
PCI Express Port 1 (rev 03)
:00:1c.2 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
PCI Express Port 3 (rev 03)
:00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #1 (rev 03)
:00:1d.1 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #2 (rev 03)
:00:1d.2 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #3 (rev 03)
:00:1d.3 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #4 (rev 03)
:00:1d.7 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB2 EHCI Controller (rev 03)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev d3)
:00:1f.0 ISA bridge: Intel Corp. 82801FB/FR (ICH6/ICH6R) LPC 
Interface Bridge (rev 03)
:00:1f.1 IDE interface: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) IDE Controller (rev 03)
:00:1f.2 IDE interface: Intel Corp. 82801FR/FRW (ICH6R/ICH6RW) SATA 
Controller (rev 03)
:00:1f.3 SMBus: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
SMBus Controller (rev 03)
:02:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 46)
:02:04.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133 
RAID controller (rev 06)
:03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 
Gigabit Ethernet PCI Express (rev 01)

Searching on the web suggested adding 'pci=nosort' to the boot line 
(people had similar problems with Fedora and SuSE).  
This does indeed work for me, however, I still think something needs 
fixing within the kernel.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.18-3-686 depends on:
ii  coreutils 5.97-5 The GNU core utilities
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  module-init-tools 3.3-pre3-1 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-18  Yet Another mkInitRD

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


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



Bug#405805: libexiv2-0.12: file conflict with libexiv2-0.10

2007-01-06 Thread Ariel Garcia
Package: libexiv2-0.12
Version: 0.12-0.1

The current libexiv2-0.12 v0.12-0.1 in experimental has a file-conflict 
(libexiv2.la) with  libexiv2-0.10  but does not package-Conflict with it:

Unpacking libexiv2-0.12 (from .../libexiv2-0.12_0.12-0.1_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libexiv2-0.12_0.12-0.1_i386.deb 
(--unpack): trying to overwrite `/usr/lib/libexiv2.la', which is also in 
package libexiv2-0.10
...
Errors were encountered while processing:
 /var/cache/apt/archives/libexiv2-0.12_0.12-0.1_i386.deb
--

# apt-cache policy libexiv2-0.12 libexiv2-0.10
libexiv2-0.12:
  Installed: (none)
  Candidate: 0.12-0.1
  Version table:
 0.12-0.1 0
700 http://ftp.de.debian.org experimental/main Packages
libexiv2-0.10:
  Installed: 0.10-1.3
  Candidate: 0.10-1.3
  Version table:
 *** 0.10-1.3 0
990 http://ftp.de.debian.org testing/main Packages
800 http://ftp.de.debian.org unstable/main Packages
100 /var/lib/dpkg/status


Thanks! cheers, Ariel



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



Bug#405806: vectoroids: Missing .desktop file

2007-01-06 Thread Cliff Cunnington
Package: vectoroids
Version: 1.1.0-6
Severity: wishlist

Vectoroids is missing a .desktop file in /usr/share/applications . Using
tuxmath.desktop as template, I have crafted one for vectoroids and attached
it. When installed this will automatically add the proper entry to a desktop
environment's menu.


Cliff



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

Versions of packages vectoroids depends on:
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libsdl-image1.2 1.2.5-2+b1   image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-1.1+b2 mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-7 Simple DirectMedia Layer

vectoroids recommends no packages.

-- no debconf information
[Desktop Entry]
Name=Vectoroids
Comment=A clone of the classic arcade game Asteroids
Exec=vectoroids --fullscreen
Icon=/usr/share/pixmaps/vectoroids-icon.xpm
Terminal=false
Type=Application
Categories=Application;Game;


Bug#405807: texlive-bibtex-extra: Please install apacite language support in usable location

2007-01-06 Thread Michael Hanke
Package: texlive-bibtex-extra
Version: 2005.dfsg.2-3
Severity: normal


Hi,

currently the Debian package installs the apacite language support files into
/usr/share/doc/texlive-bibtex-extra/latex/apacite/lang/*. Therefore
apacite complains that it cannot find the respective file.

Putting all *.apc files into /usr/share/texmf-texlive/tex/latex/apacite/ 
(where apacite expects them to be) solves the problem.

Thanks,

Michael




-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages texlive-bibtex-extra depends on:
ii  texlive-common 2005.dfsg.2-4 TeX Live: Base component
ii  texlive-latex-base 2005.dfsg.2-4 TeX Live: Basic LaTeX packages

texlive-bibtex-extra recommends no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  ucf   2.0017 Update Configuration File: preserv

Versions of packages texlive-bibtex-extra is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)

-- debconf information excluded

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


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



Bug#262098: New Upstream version 1.0.3 is also available!

2007-01-06 Thread Streph Treadway
Thanks, Kartik,

I'll package it and make the change in our link to the homepage.

Yours,

Streph

On Tue, Jan 02, 2007 at 11:30:10PM +0530, Kartik Mistry wrote:
 Package: eukleides
 Severity: wishlist
 
 New Upstream version 1.0.3 is also available with new homepage:
 http://www.eukleides.org/
 
 Please consider it for packaging.
 
 -- 
 
 Regards,
 
 | Kartik Mistry | kartikmistry.org  |
 | 0xD1028C8D| kartikm.wordpress.com |
 
 
 

-- 
 _  
/_\  Moebius .sig   Math Teacher
\ \ / /  Streph TreadwayAttorney
 \_\_/   GPG KeyID: CDAF8CEFBoston Driver


signature.asc
Description: Digital signature


Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2007-01-06 Thread Micha Lenk
# Init script does not stop as directed by LSB 3.1 Chapter 20.2
# At my and some other DD's opinion this is an RC bug
severity 378382 serious

Hi,

On Fri, Nov 17, 2006 at 12:14:19AM +0100 I wrote:
 I wrote:
 As an intermediate solution (until #397977 is fixed) consider to use
 start-stop-daemon directly instead of using the broken killproc()
 function.
 
 #397977 is fixed now. The bugfix should be fairly easy now: Just call 
 killproc with argument -p $PIDFILE as argument.
 
 I'd like to see a puppet package without this bug in Etch. What do you 
 think, Jamie, Matthew?

I interpret your silence as your agreement and mark this bug serious in
order to get it out of Etch.

Bye
  Micha


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



Bug#235802: #235802: xserver-xfree86: [siliconmotion] crashes when using XVideo on SM720 Lynx3DM rev 177

2007-01-06 Thread Brice Goglin
Hi Pawel,

3 years ago, you reported a bug to the Debian BTS regarding a crash of
the X server when using XVideo on a SM720 Lynx3DM board. Did you
reproduce this problem recently? If not, I will close this bug report in
the next weeks.

Thanks,
Brice



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



Bug#405491: Not depend on module-assistant

2007-01-06 Thread Marco Túlio Gontijo e Silva
Em Sáb, 2007-01-06 às 22:00 +0900, Junichi Uekawa escreveu:
 Hi,
 
I think it's better that it recommends module-assistant then depends,
because it's not completely needed.
   
   Justification?
  
  It can be used without module-assistant. This package just makes things
  easier, but is not at all necessary.
 
 Can you give an example of such valid use?

The user may want to do it by hand.

/usr/src# tar xjf linux-uvc.tar.gz
/usr/src# cd modules/linux-uvc
/usr/src/modules/linux-uvc# make
/usr/src/modules/linux-uvc# make install

But I'm checking this in another source module packages, and it seems to
me that there's no standard. fglrx-kernel-src recommends m-a;
alsa-source doesn't even suggests it; ndiswrapper-source, ipw2200-source
and ipw3945-source depends on it. So I think that doing this by hand can
be considered not a debianized form of doing, and this possibility
doesn't need to exist. I'll never use it like this myself. For me you
can close this bug, I thought all packages recommend m-a, but I only
checked fglrx-kernel-src.

Best regards.

-- 
malebria
Marco Túlio Gontijo e Silva
Correio (MSN): [EMAIL PROTECTED]
Jabber (GTalk): [EMAIL PROTECTED]
Telefone: 33346720
Celular: 98116720
Endereço:
  Rua Paula Cândido, 257/201
  Gutierrez 30430-260
  Belo Horizonte/MG Brasil




Bug#405798: Acknowledgement (wget patch for debmirror)

2007-01-06 Thread Dmitry E. Oboukhov

Hi! I sent you this patch two months ago, but I didn't receive your
answer. I've built the package with this patch and I've also closed 
the bug #399058. Do you mind uploading this package as NMU? 

New revision is available from
http://uvw.ru/debian/debmirror


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



Bug#404744: phpMyAdmin, HTTP response splitting and PHP version

2007-01-06 Thread Marc Delisle

Hi all,

I was trying to reproduce this problem:
http://www.securityfocus.com/archive/1/453432

and I just remembered that PHP itself, since 5.1.2, has a protection for 
this:


http://www.php.net/ChangeLog-5.php
Fixed possible header injection by limiting each header to a single 
line. (Ilia)


This is probably why I can't reproduce but from now on, I'll try with an 
older PHP.


Marc


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



Bug#405808: gajim: does not allow OpenPGP out of the box

2007-01-06 Thread Michael Kallas
Package: gajim
Version: 0.11-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As gajim on debian only suggests the paket python-gnupginterface, trying
to use OpenPGP only gives the message OpenPGP is not usable in this
computer. The gajim crew probably won't change anything about this,
view http://trac.gajim.org/ticket/931#comment:8
So, please either make the paket a recommended one so that aptitude will
install it by default or (non-exclusive or) change that message so users
know how to fix that.

Thanks
Michael

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

Versions of packages gajim depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-central0.5.12 register and build utility for Pyt
ii  python-glade2 2.8.6-8GTK+ bindings: Glade support
ii  python-gtk2   2.8.6-8Python bindings for the GTK+ widge
ii  python-pysqlite2 [python2.4-p 2.3.2-1python interface to SQLite 3
ii  python2.4 2.4.4-1An interactive high-level object-o

Versions of packages gajim recommends:
ii  dbus  1.0.2-1simple interprocess messaging syst
ii  dnsutils  1:9.3.2-P1.0-1 Clients provided with BIND
ii  notification-daemon   0.3.5-1+b1 a daemon that displays passive pop
ii  python-dbus [python2.4-db 0.71-3 simple interprocess messaging syst

- -- no debconf information

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

iQCVAwUBRZ+hZoy7vAEofQELAQIxBwP+Mb/kir3lHAFXbb9a3pw/mpkVWPXTqfiR
3uTRS1sWFadenACxuQUEfCCwf6qaputIK3PANnlHtbgwfL/oGJRBqGpFHkHqYbt3
SFKr1dAXPNFBTZvxBXu9CBVD6q0t4nnozQ8aJs/8Lw4rPXD+e/QzOPeHGHDNbVWy
Jh0JatRPztI=
=rqpX
-END PGP SIGNATURE-


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



Bug#121240: Debian Bug report logs - #121240 xgdvi: Fonts broken on a random default installation

2007-01-06 Thread Lior Kaplan
Hi Peter,

Could you check the existence of this bug for you with version 1.2.4-6?

Thanks.

-- 

Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0


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



Bug#405748: iceape-browser: theme selection reset to classic

2007-01-06 Thread Mike Hommey
On Sat, Jan 06, 2007 at 01:36:36PM +0100, Andreas Metzler [EMAIL PROTECTED] 
wrote:
 On 2007-01-05 Mike Hommey [EMAIL PROTECTED] wrote:
  On Fri, Jan 05, 2007 at 11:04:30PM +0200, Meelis Roos [EMAIL PROTECTED] 
  wrote:
   Package: iceape-browser
   Version: 1.0.7-2
   Severity: normal
  
   Since migrating to iceape packages, theme selection in browser does not
   work. It has reset to classic instead of moderdn. Selectin modern theme 
   from
   the menu helps for the next browser start but the theme is reset to 
   classic
   on the following start again.
 
  Obviously, you have the same problem as in #405585, which I can't
  reproduce. Could you try to read the bug log and try to find out what in
  your ~/.mozilla directory may be responsible for that ? Thank you.
 
 Hello,
 I found a way to reproduce it.
 1. rm -rf .mozilla/
 2. start iceape to generate a fresh .mozilla/ and exit without making
any changes.
 3. copy the attached chrome.rdf to the chrome subdirectory in your
profile (~/.mozilla/default/e49r9dec.slt/chrome/chrome.rdf)
 4. start iceape, select Modern theme, exit iceape
 5. start iceape, Modern theme is used, exit iceape
 6. start iceape, Classic theme is used again.
 
 Afaict setting »user_pref(general.skins.selectedSkin,
 modern/1.0);« in prefs.js normally (i.e. without a broken
 chrome.rdf) is propagated to chrome.rdf at the next restart, however
 this does not seem to happen, chrome.rdf stay unchanged.

Meelis, could you check if there is no c:selectedSkin in your
chrome.rdf file ?
If this is the case, I wonder how this can have happened...

Mike




Bug#405809: sweep: freezes when clicking editor area or play-button

2007-01-06 Thread Ossi Viljakainen

Package: sweep
Version: 0.9.0-1ubuntu1
Severity: important



-- System Information:
Debian Release: testing/unstable
 APT prefers dapper-updates
 APT policy: (500, 'dapper-updates'), (500, 'dapper-security'), (500,
'dapper-backports'), (500, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-27-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages sweep depends on:
ii  libasound21.0.10-2ubuntu4ALSA library
ii  libatk1.0-0   1.11.4-0ubuntu1The ATK accessibility toolkit
ii  libc6 2.3.6-0ubuntu20GNU C Library: Shared libraries
an
ii  libcairo2 1.0.4-0ubuntu1 The Cairo 2D vector graphics
libra
ii  libesd-alsa0  0.2.36-3ubuntu3Enlightened Sound Daemon (ALSA)
-
ii  libfontconfig12.3.2-1.1ubuntu12  generic font configuration
library
ii  libglib2.0-0  2.10.3-0ubuntu1The GLib library of C routines
ii  libgtk2.0-0   2.8.20-0ubuntu1The GTK+ graphical user
interface
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libogg0   1.1.3-0ubuntu3 Ogg Bitstream Library
ii  libpango1.0-0 1.12.3-0ubuntu3Layout and rendering of
internatio
ii  libsamplerate00.1.2-2audio rate conversion library
ii  libsndfile1   1.0.12-3   Library for reading/writing
audio
ii  libspeex1 1.1.11.1-1 The Speex Speech Codec
ii  libvorbis0a   1.1.2-0ubuntu2 The Vorbis General Audio
Compressi
ii  libvorbisenc2 1.1.2-0ubuntu2 The Vorbis General Audio
Compressi
ii  libvorbisfile31.1.2-0ubuntu2 The Vorbis General Audio
Compressi
ii  libx11-6  2:1.0.0-0ubuntu9   X11 client-side library
ii  libxcursor1   1.1.5.2-0ubuntu4   X cursor management library
ii  libxext6  2:1.0.0-0ubuntu4   X11 miscellaneous extension
librar
ii  libxfixes31:3.0.1.2-0ubuntu3 X11 miscellaneous 'fixes'
extensio
ii  libxi62:1.0.0-0ubuntu3   X11 Input extension library
ii  libxinerama1  2:1.0.1-0ubuntu2   X11 Xinerama extension library
ii  libxrandr21:1.1.0.2-0ubuntu4 X11 RandR extension library

Versions of packages sweep recommends:
pn  cmt   none (no description available)
pn  fil-plugins   none (no description available)
pn  ladspa-plugin none (no description available)
pn  mcp-plugins   none (no description available)
pn  swh-plugins   none (no description available)
pn  tap-plugins   none (no description available)

-- no debconf information


--
-Ossi Viljakainen +358-44-510 5674 (mobile)
[EMAIL PROTECTED]


Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2007-01-06 Thread Philippe Teuwen
Package: linux-source-2.6.18
Severity: wishlist

Hello,
To use oprofile with kernel profiling enabled, we need the uncompressed version 
of the kernel image, vmlinux.
When using the debian kernel image this is not possible, it is required to take
the kernel sources and to compile a new image with make vmlinux.
I saw on 
http://bonglonglong.com/2006/12/06/oprofile-kernel-images-and-innodb-oh-my/
that this is much easier on redhat which features a package called 
kernel-debuginfo
So could we also have sth like linux-debuginfo-2.6.18-1-686_i386.deb ?

Phil

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


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



Bug#234535: #234535: xserver-xfree86: X server can be crashed by xfstt font server (DoS attack)

2007-01-06 Thread Brice Goglin
Hi Hedge,

3 years ago, you reported a bug to the Debian BTS regarding a crash of
the Xserver possibly caused by xfstt font server. Some security concerns
were raised. But, nothing happened since April 2004. Did you reproduce
the problem recently?

Thanks,
Brice



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



Bug#369994: kpdf cannot open password protected pdf files

2007-01-06 Thread Ritesh Raj Sarraf
On Saturday 06 January 2007 14:55, Ana Guerrero wrote:
 To fix this problem we should forward this bug to upstream, and send one of
 the problematics pdfs. Without this, i do not think upstream will be able
 to fix it. And since this bank statements are confidential information,
 i really do not know what to do here. tag wontfix?

Yes, bank statements are confidential.

The other approach could be, you people asking me to try something 
(re-compiling, trying a patch) which could generate more information to 
figure out what really is the bug about.

I think situations like these are also doable. It's just that they'd require 
more effort from everyone.

Thanks,
Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.
Stealing logic from one person is plagiarism, stealing from many is 
research.
The great are those who achieve the impossible, the petty are those who 
cannot - rrs


pgpmWgPTXjQ03.pgp
Description: PGP signature


Bug#405792: I think this is two problems rolled into one

2007-01-06 Thread Alan Chandler
I have just discovered that the wallpaper referenced by the kdm 
configuration file did not exist on my system (due to a screw up by 
me).  As a result, the failure to redisplay the kdm dialog when ending 
a session seems to be as a result of this missing file.  Now I have 
corrected that issue, a proper dialog is displayed when I end the 
session.

However, the other problems still partially remain.  A crtl-alt-F1 the 
first time whilst kdm is displaying the login dialog correctly gets me 
to a text console.  However, returning to VT7 shows a screen which has 
lost horizontal sync (ie is scrolling sideways rapidly) and which the 
bottom half of the screen is blank (but apparently wrapped around into 
the top half).  Once I had got into this mode, ctrl-alt-F1 no longer 
gets me back to a text console.
-- 
Alan Chandler
http://www.chandlerfamily.org.uk


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



Bug#388701: still no beryl for Debian?

2007-01-06 Thread Ludovic Rousseau
Hello,

beryl 0.1.4 is available since 2006-Dec-29.
XSF SVN still has beryl 0.1.0.

Any plan to release Debian packages for beryl? Even not in experimental
until Etch is out?

Thanks

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Bug#405763: Enable IPv6 by default

2007-01-06 Thread Daniel Baumann
Laurent Bigonville wrote:
 Could you enable IPv6 support by default?

I think so, yes.

Arnaud, any objections?

-- 
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#356756: Future of asterisk-rate-engine?? Re: Release-critical Bugreport for January 5, 2007

2007-01-06 Thread Christian Hammers
Hello

On 2007-01-06 Mark Purcell wrote:
 In the Debian GNU/LInux version of asterisk-rate-engine we have a Release 
 Critical bug as Debian is no longer supporting libmysqlclient14 and 
 rate-engine refuses to build with libmysqlclient15.
 
 http://bugs.debian.org/356756

But this does not look like a MySQL related problem at all, although the MySQL 
upgrade was
has triggered the autobuilders to try building asterisk-rate-engine again:

1. 
 In file included from rate_engine.c:28:
 /usr/include/asterisk/file.h:27:2: error: #error You must include stdio.h 
before file.h!
  
 This seems to be an easy to fix change in the asterisk API.

2. 
 rate_engine.c:70: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'poster_lock' 
 rate_engine.c:71: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'poster_cond'

 In the source this looks like a pthread issue as lines 70/71 are:
   static pthread_mutex_t poster_lock = PTHREAD_MUTEX_INITIALIZER;
   static pthread_cond_t poster_cond = PTHREAD_COND_INITIALIZER;

3.
 rate_engine.c: In function 'routecall_exec':
 rate_engine.c:259: error: 'struct ast_channel' has no member named 'callerid'
 rate_engine.c:515: error: 'struct ast_channel' has no member named 'callerid'

 This looks like a Asterisk upstream API change, too.


bye,

-christian-


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



  1   2   3   4   >