Bug#502849: Possible fix

2008-11-27 Thread Ian Campbell
Executive summary: please try the r12453 sid snapshot once it appears.
apt repo lines are available on http://wiki.debian.org/DebianKernel

In the later report (Paul Hedderly) the erroring rip
(0x80227fe2) which corresponds to set_cpus_allowed_ptr+31 (or
0x1f out of 0xe0) is:

0x80227fda set_cpus_allowed_ptr+23:   callq  0x8022493b 
task_rq_lock
0x80227fdf set_cpus_allowed_ptr+28:   mov%rax,%r13
0x80227fe2 set_cpus_allowed_ptr+31:   mov(%rbx),%rax
0x80227fe5 set_cpus_allowed_ptr+34:   and$0x,%eax
0x80227fe8 set_cpus_allowed_ptr+37:   test   %rax,0x3e5819(%rip)  
  # 0x8060d808 cpu_online_map

The fault is on the address in %rbx (0xff5f7000).

0x80227fe2 is in set_cpus_allowed_ptr (kernel/sched.c:5628).
5623unsigned long flags;
5624struct rq *rq;
5625int ret = 0;
5626
5627rq = task_rq_lock(p, flags);
5628if (!cpus_intersects(*new_mask, cpu_online_map)) {
5629ret = -EINVAL;
5630goto out;
5631}
5632

I believe %rbx is new_mask. In the earlier two reports (both Andrea
Janna's) the erroring rip (0x80228045) doesn't precisely match
this but says it set_cpus_allowed_ptr+0x1f/0xe0 which is the same as in
Paul's report so I think it safe to say the versions we're simply linked
slightly differently and it's the same instruction.

The caller of set_cpus_allowed_ptr was
:processor:acpi_processor_get_throttling+0x45/0x6a which is
0x04fa acpi_processor_get_throttling+64:  callq  0x4ff 
acpi_processor_get_throttling+69
0x04ff acpi_processor_get_throttling+69:  mov%rbx,%rdi
(odd address since this is an unlinked .ko file)

0x4fa is in acpi_processor_get_throttling 
(drivers/acpi/processor_throttling.c:841).
836 return -ENODEV;
837 /*
838  * Migrate task to the cpu pointed by pr.
839  */
840 saved_mask = current-cpus_allowed;
841 set_cpus_allowed_ptr(current, cpumask_of_cpu(pr-id));
842 ret = pr-throttling.acpi_processor_get_throttling(pr);
843 /* restore the previous state */
844 set_cpus_allowed_ptr(current, saved_mask);
845 

So this suggests that cpumask_of_cpu(pr-id) is somehow bogus.

pr came from acpi_processor_start() via
acpi_processor_get_throttling_info(). Just before the call to
acpi_processor_get_throttling_info() in acpi_processor_start() we see:

#ifdef CONFIG_XEN
BUG_ON(pr-acpi_id = NR_ACPI_CPUS);
if (processor_device_array[pr-acpi_id] != NULL 
processor_device_array[pr-acpi_id] != device) {
#else
if (processor_device_array[pr-id] != NULL 
processor_device_array[pr-id] != device) {
#endif /* CONFIG_XEN */
printk(KERN_WARNING BIOS reported wrong ACPI id 
for the processor\n);
return -ENODEV;
}
#ifdef CONFIG_XEN
processor_device_array[pr-acpi_id] = device;
if (pr-id != -1)
processors[pr-id] = pr;
#else
processor_device_array[pr-id] = device;

processors[pr-id] = pr;
#endif /* CONFIG_XEN */

This code is fairly recent in the linux-2.6.18-xen.hg tree and comes
from a combination of two changesets (one adds the feature, the other
unbreaks native build resulting in the ifdef'ery seen above):

http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/d62d60eaba6e
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/e39cf97647af

There are bunch of changes subsequent to these but
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/de7f94bd650b looks
pretty interesting:

changeset:   713:de7f94bd650b
user:Keir Fraser [EMAIL PROTECTED]
date:Tue Oct 28 10:39:11 2008 +
files:   drivers/acpi/processor_core.c
description:
dom0: Fix for throttling while pr-id == -1

Signed-off-by: Wei Gang [EMAIL PROTECTED]

This changeset is not present in our current kernel tree. I have added
it and it will show up in the snapshot builds shortly.

Ian.

-- 
Ian Campbell

No passing.


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


Bug#406131: - Document how to do partial updates for users tight on space

2008-11-27 Thread Andrei Popescu
On Wed,26.Nov.08, 15:43:17, Javier Fernández-Sanguino Peña wrote:
 
 # Unmount the temporary space and clean the temporary location
 umount /home/temp_archives/archives 
 rm -rf /home/temp_archives/

How about clean and umount?

apt-tool clean
umount /home/temp_archives/archives

(I tend to avoid any rm -rf ;)

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


signature.asc
Description: Digital signature


Bug#357141: acl: also for file and directory names b0rked output

2008-11-27 Thread Gerfried Fuchs
Package: acl
Version: 2.2.47-2
Followup-For: Bug #357141

Hi!

 It's now two years after this bugreport, and it still exists. Where I
don't really consider the way Jan did report to be that important (well,
who really does use 8bit characters in user and group names ...), not
having proper utf8 support for filenames is much more of an issue. This
is after all something casual users do, put 8bit characters into their
filenames.

 It would be neat if this can get addressed, propably earlier than
within the next two weeks of this bug's time.

 Thanks. :)
Rhonda



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



Bug#507020: xen-utils-3.2-1: Pygrub says Error: Boot loader didn't return any data!

2008-11-27 Thread Paul van der Vlis
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal


When my domU uses this configuration:
---
root= '/dev/sda2 ro'
disk= [
  'phy:/dev/volume0/lenny.vandervlis.nl-swap,sda1,w',
  'phy:/dev/volume0/lenny.vandervlis.nl-disk,sda2,w',
  ]
---

Pygrub gives the error Error: Boot loader didn't return any data.
In the xend.log I see:

Launching bootloader as ['/usr/lib/xen-3.2-1/bin/pygrub', 
'--args=root=/dev/sda2 ro console=xvc0 xencons=xvc0',
'--output=/var/run/xend/boot/xenbl.21780', '-q',
'/dev/volume0/lenny.vandervlis.nl-swap'].


Switching the disk statements helps as a workarround, so this work:

disk= [
  'phy:/dev/volume0/lenny.vandervlis.nl-disk,sda2,w',
  'phy:/dev/volume0/lenny.vandervlis.nl-swap,sda1,w',
  ]


Ian Campbell wrote about this problem:
---
This code in /usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py
looks suspect
disks = [x for x in self.info['vbd_refs']
 if self.info['devices'][x][1]['bootable']]

if not disks:
msg = Had a bootloader specified, but no disks 
are bootable
log.error(msg)
raise VmError(msg)

devinfo = self.info['devices'][disks[0]]
It goes to the trouble of making a list of bootable devices but then
ignores it and goes back to self.info['devices']. I'd guess that the
last line here should be:
devinfo = disks[0]
Although I don't know how you make bootable be true. You may find
bringing this up on xen-devel useful.
-

With regards,
Paul van der Vlis.


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

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

Versions of packages xen-utils-3.2-1 depends on:
ii  e2fslibs   1.41.3-1  ext2 filesystem libraries
ii  iproute20080725-2networking and traffic control too
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libgnutls262.4.2-1   the GNU TLS library - runtime libr
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libxenstore3.0 3.2.1-2   Xenstore communications library fo
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-central 0.6.8 register and build utility for Pyt
ii  udev   0.125-7   /dev/ and hotplug management daemo
ii  xen-utils-common   3.2.0-2   XEN administrative tools - common 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xen-utils-3.2-1 recommends:
ii  bridge-utils  1.4-5  Utilities for configuring the Linu
ii  xen-hypervisor-3.2-1-amd64 [x 3.2.1-2The Xen Hypervisor on AMD64

Versions of packages xen-utils-3.2-1 suggests:
ii  xen-docs-3.2  3.2.1-2Documentation for Xen

-- no debconf information



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



Bug#501207: destar: The same Problem is still in 0.2.2-5.2 in testing

2008-11-27 Thread Tzafrir Cohen
Extra information on my system where the bug is found (see traces in 
previous message)

$ reportbug --template destar

 ...

Package: destar
Version: 0.2.2-5.2

 ...

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

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

Versions of packages destar depends on:
ii  asterisk   1:1.6.0.1~dfsg-0.6416 Open Source Private Branch Exchang
ii  debconf1.5.24Debian configuration management sy
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-medusa  0.5.4+clean-2 Framework for implementing asynchr
ii  python-pychart 1.39-6Python library for creating high q
ii  python-pysqlite2   2.4.1-1   Python interface to SQLite 3
ii  python-quixote11.2-4+b1  A highly Pythonic Web application
ii  sqlite33.5.9-5   A command line interface for SQLit

Versions of packages destar recommends:
pn  op-panel  none (no description available)

destar suggests no packages.

-- debconf information:
  destar/port: 8080

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir



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



Bug#507021: Fails to work on amd64

2008-11-27 Thread Michal Čihař
Package: helpdeco
Version: 2.1.3-3
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

I installed helpdeco to decompress some help files, but all I get from
it on amd64 is:

$ helpdeco bcb5tool.hlp 
./bcb5tool.hlp isn't a valid WinHelp file !

Running helpdeco of same version on i386 chroot works fine:

$ helpdeco bcb5tool.hlp
Decompiling C++Builder Tools...
252 topic offsets and hash values loaded
2770 phrases loaded
Creating bm0.bmp...
Creating bm1.bmp...
Pass 1...
Topic 249...
Creating bcb5tool.hpj...
Creating [ALIAS] section...
Creating bcb5tool.ph...
Creating bcb5tool.rtf...
4 font names, 38 font descriptors loaded
Pass 2...
Topic 249...
Help Compiler will issue Note HC1002: Using existing phrase table
Use HCRTF /a bcb5tool.hpj to recompile helpfile.

I guess used help files do not matter, but just in case it matters, my
help files come from free Borland C++ Compiler available at 
http://www.codegear.com/downloads/free/cppbuilder.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

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

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

Versions of packages helpdeco depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries

helpdeco recommends no packages.

helpdeco suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkkuW9IACgkQ3DVS6DbnVgT0AACfSyeLmDSA7JzEQvH27vn918OU
3d4AnRfOq7YBJlNzJCtymyh/qfcopWSV
=HvUf
-END PGP SIGNATURE-



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



Bug#506977: FPC: copyright infringement in pre 2.2.2 sources

2008-11-27 Thread Mazen Neifer
Hi,

Le mercredi 26 novembre 2008 à 10:42 -0600, Paul Gevers a écrit :
 Package: fpc
 Version: 2.2.0-dfsg1-9
 Version: 2.0.0-4
 Severity: serious
 Thanks
 
 As can be read in the changelog of the latest version the old source of
 fpc has a copyright infringment:
 - Possible CodeGear Copyright infringements in the source were reworked
   using cleanroom approach.
 
 Following the full discussion for the same issue in Ubuntu (discussed in
 LP bug 275688 [1]) it looks like upstream is now positive of the
 infringement. Upstream removed all old releases from their servers.
 Debian should probably seek for a similar solution or relicense
 (although the latter solution is said in [1] that it should probably
 never be mentioned)
 
 I know it is late for Lenny, but I think we should look into this ASAP.
 I will point debian-legal to this bug as well.
 
 Paul
 
 [1] https://bugs.launchpad.net/ubuntu/+source/fpc/+bug/275688
 
A request was sent to deban-relase list
http://www.mail-archive.com/[EMAIL PROTECTED]/msg27208.html but got negative 
answer.

Cheers,
Mazen,




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



Bug#506082: Crafty fails - solved

2008-11-27 Thread Anthony Campbell
I've found why the error was occurring. I had a file called
~/.craftyrc. Removing this made crafty work.

Anthony Campbell

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)




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



Bug#488555: kvm regression: Vista x86_64 fails to boot with kvm 70 and above but boots fine with 69

2008-11-27 Thread Guido Günther
Hi George,
On Wed, Nov 26, 2008 at 11:20:33PM +0200, George Kiagiadakis wrote:
[..snip..] 
 Then I installed vista x86 on kvm-79. Again, the installation works, it 
 reboots for the first time just fine and then it doesn't work. Same problem.
 
 It's strange, because with kvm-69 vista x86_64 was working perfectly... Too 
 bad I can't find the kvm-69 .deb anymore :(
Did you check archive.debian.org?

 PS: Note that I tried vista service pack 1, just in case it matters...

Upstream basically says: works for me

https://kerneltrap.org/mailarchive/linux-kvm/2008/10/13/3635814/thread

Could you try each of the magic -no-kvm, -no-kvm-irqchip and -no-kvm-pit
optins? No need to reinstall, just trying to boot the installed system
should be sufficient.
Cheers,
 -- Guido



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



Bug#505448: fails to eject MO-disk

2008-11-27 Thread Frank Lichtenheld
On Wed, Nov 12, 2008 at 02:25:02PM +0100, Peter Poeschl wrote:
 For some time now, eject fails to eject a MO-disk from my Fujitsu MCM3130AP,
 an IDE device connected to the motherboard via a SATA-IDE bridge.
 Upon the eject command the drive spins down, but instead of ejecting the disk
 it reregisteres with the system.
 eject used to work with this hardware until about July. Since then several
 updates have taken place (including kernel 2.6.25 - 2.6.26), but I cannot
 say which broke eject, as I don't use the drive very often.
 
 It does not matter if the command is issued as root or normal user.

Some things you could try:
1) run the eject command under strace, this might tell us something
more. (although it might not, since the ioctls seem to succeed according
to the verbose output)
2) use the version of eject from experimental. It doesn't seem to
change anything related though, but probably doesn't hurt to try.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#505746: xserver-xorg-input-evdev: Keys pressed under Xorg affect tty

2008-11-27 Thread Julien Cristau
On Sat, Nov 15, 2008 at 00:28:19 +0100, Lionel Le Folgoc wrote:

 Then I re-created an empty xorg.conf with only:
 Section ServerFlags
   Option  AllowEmptyInput   true
 EndSection
 
 ... which seems to fix the issue (and #505635 hasn't occurred anymore
 since then).
 
Weird.  That's supposed to be the default.  There might be a bug in the
'no xorg.conf' case, though, and there's a good chance it'll be fixed
with xserver 1.5.4 and evdev 2.1.0.

Cheers,
Julien



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



Bug#506536: Definitely critical

2008-11-27 Thread martin f krafft
# renders system unbootable without manual intervention
severity 506536 critical
thanks

I just had a lovely 12 minutes to resuscitate my laptop (iceweasel
caused it to lock up) with about 15 minutes of battery time left and
the urgent need to get at a contact's number on the train. That was
fun.

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


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


Bug#506977: bug 506977 ( ubuntu 275688)

2008-11-27 Thread Mazen Neifer
Hi,

Le mercredi 26 novembre 2008 à 15:09 -0600, Paul Gevers a écrit :
 Dear FTP-masters,
 
 Please have a look at bug 506977 (of which the last and most explaining
 comment is below this email). The issue involved is a copyright
 infringement in the source of fpc before version 2.2.2 (i.e. everything
 version except for the one in unstable). I fear that we should either
 update or remove the sources of fpc on all but unstable releases.
 
 In Ubuntu I checked that the following packages builddepend on FPC:
 lazarus
 imapcopy
 hedgewars
 libhdate
 gearhead
 m-tx
 python-soappy
 poker-network
 I assume, but have not check yet, that the same goes for Debian.
 
 With kind regards,
 Paul
 
 Marco van de Voort wrote:
  Hello,
  
  Note: I'm the FPC core developer that also features in the Ubuntu
  correspondence. Carlos (the maintainer of this port) can confirm that, or
  have a look here: http://www.freepascal.org/aboutus.var
  
  The probable infringement was brought to our attention in early 2007.
  The infringement was made amenable mostly due to trivial means (variable
  names, fairly small procedures that were the same).
  
  The other side was really cooperative, and gave us time to clean up
  massively, without having to immediately pull all sources, and we employed
  at tool to identify potential problem sources, and found a lot more. 
  
  So we cut real wide, and reengineered all potentially infringing code. (all
  in all a nontrivial amount).
  
  However because the infringement was so trivial, and relicensing
  counterproductive and confusion, it was decided to pull all releases.
  
  So in august, after 2.2.2 came out, we removed all older releases from our
  site, and assumed the mentioning of the copyright problems in our release
  manifest would be enough to warrant a swift upgrade. 
  
  I hope it need no explanation that that was a pretty painful step, removing
  10 years of history of our project.
  
  However, here we are now, 3-4 months after the release and the heads up, and
  the infringing code is still served from Debian servers. We are not happy
  with this. Note that it is also not fair to the other party who has been
  patient, and now could see the code still floating around.
  
  In short: please remove the old versions as soon as possible, or upgrade.
  
  Marco.

Please note that removing FPC 2.2.0 from Lenny should also lead to
removing Lazarus 0.9.24. Beond the package dependency, Lazarus
statically links to the infringed code. The Lazarus IDE is not an issue
as it is GPL, but the LCL not, and thus have the same issue as RTL.

In clear, either FPC + Lazarus should get out of Lenny or should be
updated.

Please not that in answer to
http://www.mail-archive.com/[EMAIL PROTECTED]/msg27208.html the backports.org 
was proposed as an alternative http://www.mail-archive.com/[EMAIL 
PROTECTED]/msg27826.html but I feels it can confuse users producing non GPL 
code.

Cheers,
Mazen,




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



Bug#507022: please show which host built a website in its footer

2008-11-27 Thread Peter Palfrader
Package: bugs.debian.org

Hi,

now that bugs.d.o's webpage lives on two hosts it would be nice if it
showed which host built a specific webpage in its footer.

Thanks,
weasel
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



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



Bug#505769: python-opengl: Python-Version should be = 2.4

2008-11-27 Thread Adeodato Simó
* Eric Sharkey [Wed, 26 Nov 2008 15:38:22 -0500]:

 How is this not an RC bug?

Because you should not have python2.3 installed anymore (note that etch
didn't ship with python2.3 already; if python2.3 was shipped with etch,
and lenny was the first release to not ship it, I would mark it as RC).

However, it's an important bug to get fixed, and if the maintainers fix
it, I'll happily let the result migrate to lenny.

Also, I'll ponder again whether I should change my opinion; I'm half-way
there.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
La música es de los que la quieren escuchar y de nadie más.
-- Andrés Calamaro




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



Bug#505769: python-opengl: Python-Version should be = 2.4

2008-11-27 Thread Adeodato Simó
 However, it's an important bug to get fixed, and if the maintainers fix
 it, I'll happily let the result migrate to lenny.

Oh, they've done that know, so the package should migrate to testing
soon.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
- You look beaten.
- I just caught Tara laughing with another man.
- Are you sure they weren't just... kissing or something?
- No, they were laughing.
-- Denny Crane and Alan Shore




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



Bug#506949: SYS_CHROOT

2008-11-27 Thread david manyé
hello,

i have the same problem. i'm running kernel  2.6.26-1-vserver-686.

possible workarounds that work for me (i've only tested openssh sshd in the
vserver) are :

* downgrade to -3 version
* rebuild the -4 version without the 60securecaps.dpatch
* adding SYS_CHROOT bcapability

hope this helps.


Bug#507023: awesome edit config menu item use nano

2008-11-27 Thread Javier Barroso
Package: awesome
Version: 3.1~rc3-1
Severity: wishlist

It would be awesome if it use sensible editor from /etc/alternatives/editor

Thanks you

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

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

Versions of packages awesome depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6.1  The Cairo 2D vector graphics libra
ii  libev33.43-1 high-performance event loop librar
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libimlib2 1.4.0-1.2  powerful image loading and renderi
ii  liblua5.1-0   5.1.3-1Simple, extensible, embeddable pro
ii  libncurses5   5.7+20081122-1 shared libraries for terminal hand
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libx11-xcb1   2:1.1.5-2  Xlib/XCB interface library
ii  libxcb-atom1  0.3.1-2utility libraries for X C Binding 
ii  libxcb-aux0   0.3.1-2utility libraries for X C Binding 
ii  libxcb-event1 0.3.1-2utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.1-2utility libraries for X C Binding 
ii  libxcb-keysyms0   0.3.1-2utility libraries for X C Binding 
ii  libxcb-property1  0.3.1-2utility libraries for X C Binding 
ii  libxcb-randr0 1.1-1.1X C Binding, randr extension
ii  libxcb-render-util0   0.2.1+git1-1   utility libraries for X C Binding 
ii  libxcb-render01.1-1.1X C Binding, render extension
ii  libxcb-xinerama0  1.1-1.1X C Binding, xinerama extension
ii  libxcb1   1.1-1.1X C Binding
ii  menu  2.1.41 generates programs menu for all me

Versions of packages awesome recommends:
ii  x11-xserver-utils 7.3+5  X server utilities

awesome suggests no packages.

-- no debconf information



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



Bug#488857: gnome-applets: keyboard indicator stopped working

2008-11-27 Thread Milan Zamazal
FWIW, I've observed exactly the same problem on a fresh Lenny
installation, except for I couldn't fix the problem.

Additional information: If I make changes in the keyboard applet
configuration, the applet starts to work and `xkbset q' starts to report
XKB information.  But after reboot it stops to work again.  So the
applet is mostly useless on Lenny.

Regards,

Milan Zamazal



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



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

2008-11-27 Thread Paul Szabo
Dear Nicolas and Moritz,

How long do you expect it will take to in fact fix this bug (which is
closed, pretend-fixed, still set to just serious severity)? Would it
cause problems if I posted the exploit on Monday 1 Dec?

Thanks, Paul

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



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



Bug#507024: Fails to create new user

2008-11-27 Thread Michal Čihař
Package: mantis
Version: 1.1.4+dfsg-1
Severity: important
Tags: patch upstream fixed-upstream

Hi

current mantis in experimental fails to create new user because of
upstream bug: http://www.mantisbt.org/bugs/view.php?id=9713

Following patch from SVN did fix the issue for me:
http://mantisbt.svn.sourceforge.net/viewvc/mantisbt/branches/BRANCH_1_1_0/mantisbt/verify.php?r1=5716r2=5699view=patch

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


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

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

Versions of packages mantis depends on:
ii  dbconfig-common   1.8.40 common framework for packaging dat
ii  debconf   1.5.24 Debian configuration management sy
ii  libphp-adodb  5.05-1 The ADOdb database abstraction lay
ii  libphp-phpmailer  2.1-1  full featured email transfer class
ii  lighttpd [httpd]  1.4.19-5   A fast webserver with minimal memo
ii  php5-cli  5.2.6-5command-line interpreter for the p
ii  ucf   3.0010 Update Configuration File: preserv

Versions of packages mantis recommends:
ii  mysql-client-5.0 [mysql-clien 5.0.67-1   MySQL database client binaries
ii  php5-mysql5.2.6-5MySQL module for php5

Versions of packages mantis suggests:
ii  mysql-server  5.0.67-1   MySQL database server (metapackage
ii  mysql-server-5.0 [mysql-serve 5.0.67-1   MySQL database server binaries
ii  php5-cli  5.2.6-5command-line interpreter for the p

-- debconf information excluded



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



Bug#482075: Remove cdfs-src from testing [SOLVED]

2008-11-27 Thread Adeodato Simó
* Eduard Bloch [Wed, 26 Nov 2008 16:23:38 +0100]:

 Version: 2.6.23-4

 #include hallo.h
 * mariodebian [Wed, Nov 26 2008, 03:45:19PM]:

  I'm very newie patching kernel stuff and he explain me some code bugs
  like a excelent teacher.

  David Howells is my personal hero for today. Many thanks David.

 Guys, you both are my personal heroes of today. Your patch needed a
 little fix to compile on 2.6.27 but I had an idea from the previous
 attempt to make it compile.

 Now it's really working! 2.6.23-4 uploaded. Would RMs consider to readd
 it now? I am almost ashamed to request that.

Ok, unblocked. Thanks all involved indeed.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
When all is summed up, a man never speaks of himself without loss; his
accusations of himself are always believed; his praises never.
-- Michel de Montaigne




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



Bug#505882: Please drop parts irrelevant for Debian in the description

2008-11-27 Thread Thorsten Glaser
tags 505882 + pending
thanks

Vincent Fourmond dixit:

  * the build environment requirements are autoconfigured
  This is completely irrelevant for Debian where users don't have to build
  the package

New text:
 It has UTF-8 support in the emacs command line editing mode;
 corresponds to OpenBSD 4.4-current ksh without GNU bash-like $PS1;
 the code has throughoutly been simplified, bugs fixed, and several
 enhancements (for extended compatibility to other modern shells,
 as well as a couple of its own) have been placed.

  * The mksh-static binary is a version of mksh, linked against dietlibc
 if possible,

New text:
 The mksh-static binary is a version of mksh, linked against dietlibc
 (if dietlibc exists for that Debian architecture), and optimised for
 small code size, for example for use on initrd or initramfs images,
 installation or rescue systems.

I hope this addresses your concerns fully. The changes will be included
in the next upload for sid (targetting lenny+1, not lenny).

bye,
//mirabilos
-- 
Solange man keine schmutzigen Tricks macht, und ich meine *wirklich*
schmutzige Tricks, wie bei einer doppelt verketteten Liste beide
Pointer XORen und in nur einem Word speichern, funktioniert Boehm ganz
hervorragend.   -- Andreas Bogk über boehm-gc in d.a.s.r



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



Bug#500166: add '-bindir /usr/bin' parameter when starting gwsetup

2008-11-27 Thread Christian Perrier
Quoting Andreas Beckmann ([EMAIL PROTECTED]):
 Package: gwsetup
 Version: 5.01-7
 Followup-For: Bug #500166
 
 Hi,
 
 the bindir problem can be easily solved by adding the
 
 -bindir /usr/bin
 
 parameter to the gwsetup invocation in /usr/lib/geneweb/gwsetup.wrapper.


Thanks for the simple hint and patch. I asked the release managers
about a possible upload (which could also fix the stupid #503849).



signature.asc
Description: Digital signature


Bug#506883: [debian] tuxguitar: hard-coded dependencies on libraries

2008-11-27 Thread Adeodato Simó
* Philippe Coval [Wed, 26 Nov 2008 19:40:58 +0100]:

 Hi,

 Thank you for reporting this, I've fixed this among other things :

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

I reviewed this because I wanted to sponsor it. However, I found a
problem with it: you cannot move the package from contrib to main
without bumping the upstream version (it's a limitation of dak).

If you want to move the package to main, you will need to upload it as
1.0.dak-1 or equivalent.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Will you just stand still?
-- Luke Danes




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



Bug#507025: xml-resume-library: Create link in PDF output

2008-11-27 Thread Andrei Emeltchenko
Package: xml-resume-library
Version: 1.5.1-10
Severity: minor


Hi, current implementation of XSL transformation renders links as plain text in 
PDF.

Best regards 
Andrei Emeltchenko 

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

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

Versions of packages xml-resume-library depends on:
ii  sgml-data 2.0.3  common SGML and XML data

Versions of packages xml-resume-library recommends:
ii  xalan 1.10-3.3   XSLT processor
ii  xmltex1.9.debian.1-1 TeX package for processing XML fil
ii  xmlto 0.0.20-3   XML-to-any converter
ii  xsltproc  1.1.24-2   XSLT command line processor

Versions of packages xml-resume-library suggests:
ii  dillo [www-browser]  0.8.6-3 Small and fast web browser
ii  evince [pdf-viewer]  2.22.2-4~lenny1 Document (postscript, pdf) viewer
ii  iceape-browser [www-brow 1.1.12-1Iceape Navigator (Internet browser
ii  iceweasel [www-browser]  3.0.3-3 lightweight web browser based on M
ii  links [www-browser]  2.1pre37-1.1Web browser running in text mode
ii  lynx-cur [www-browser]   2.8.7dev9-2.1   Text-mode WWW Browser with NLS sup
ii  sun-java5-jre [java2-run 1.5.0-16-3  Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-run 6-07-4  Sun Java(TM) Runtime Environment (
ii  w3m [www-browser]0.5.2-2+b1  WWW browsable pager with excellent
ii  xpdf-utils [pdf-viewer]  3.02-1.4Portable Document Format (PDF) sui

-- no debconf information



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



Bug#504510: colors everything as function

2008-11-27 Thread Nicolas Évrard
Hi, with this patch applied. Everything will be coloured as a 
function. This might be a bad configuration from my part but I doubt 
so (the only thing that I'm using is python-indent from vim-scripts).


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



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



Bug#499336: Really uploaded?

2008-11-27 Thread Frank Lichtenheld
On Thu, Nov 27, 2008 at 11:33:00AM +0100, Frank Lichtenheld wrote:
 You claimed in your last mail that this package was uploaded
 to the delayed queue. But I see it neither there nor in the archive.
 Please check with your sponsor whether he really uploaded it
 successfully.

Never mind. I just saw that it is in the NEW queue because of
the -dbg package.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#499760: Orphan

2008-11-27 Thread Frank Lichtenheld
reassign 499760 wnpp
severity 499760 normal
retitle 499760 O: xmovie -- a nice video player for uncompressed Quicktime, 
MPEG streams and more 
thanks

Hi,

Since the status did not improve since this bug report was sent and the 
maintainer never answered, I'm orphaning the package as originally suggested.


Thank you,
-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#505448: fails to eject MO-disk

2008-11-27 Thread Peter Pöschl
On Do November 27 2008, Frank Lichtenheld wrote:
 On Wed, Nov 12, 2008 at 02:25:02PM +0100, Peter Poeschl wrote:
  For some time now, eject fails to eject a MO-disk from my Fujitsu
  MCM3130AP, an IDE device connected to the motherboard via a SATA-IDE
  bridge. Upon the eject command the drive spins down, but instead of
  ejecting the disk it reregisteres with the system.
  eject used to work with this hardware until about July. Since then
  several updates have taken place (including kernel 2.6.25 - 2.6.26), but
  I cannot say which broke eject, as I don't use the drive very often.
 
  It does not matter if the command is issued as root or normal user.

 Some things you could try:
 1) run the eject command under strace, this might tell us something
 more. (although it might not, since the ioctls seem to succeed according
 to the verbose output)
$ LANG=C strace -o strace-v.txt eject -v /media/mo1
  See attached file.

 2) use the version of eject from experimental. It doesn't seem to
 change anything related though, but probably doesn't hurt to try.
I installed 2.1.5+deb1+cvs20081104-2 from experimental and
*it works now*.
I cannot see any significant difference in the strace-output strace-v.exp.txt, 
though.

Best regards,

  Peter Pöschl  


execve(/usr/bin/eject, [eject, -v, /media/mo1], [/* 35 vars */]) = 0
brk(0)  = 0x68b000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5f73388000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5f73386000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=60352, ...}) = 0
mmap(NULL, 60352, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5f73377000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3, 
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\300\342\1\0\0\0\0\0@..., 832) 
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1375536, ...}) = 0
mmap(NULL, 3482232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5f72e1b000
mprotect(0x7f5f72f65000, 2093056, PROT_NONE) = 0
mmap(0x7f5f73164000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x7f5f73164000
mmap(0x7f5f73169000, 17016, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5f73169000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5f73376000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5f73375000
arch_prctl(ARCH_SET_FS, 0x7f5f733756e0) = 0
mprotect(0x7f5f73164000, 12288, PROT_READ) = 0
munmap(0x7f5f73377000, 60352)   = 0
brk(0)  = 0x68b000
brk(0x6ac000)   = 0x6ac000
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5f73385000
write(1, eject: device name is `/media/mo1..., 35) = 35
access(/media/mo1, F_OK)  = 0
write(1, eject: expanded name is `/media/m..., 37) = 37
readlink(/media/mo1, 0x7fff7b388520, 4095) = -1 EINVAL (Invalid argument)
stat(/media/mo1, {st_mode=S_IFDIR|S_ISVTX|0775, st_size=104, ...}) = 0
open(/etc/mtab, O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5f73384000
read(3, /dev/sda8 / ext3 rw,noatime 0 0\nt..., 4096) = 724
stat(/dev/sda8, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 8), ...}) = 0
stat(tmpfs, 0x7fff7b388840)   = -1 ENOENT (No such file or directory)
stat(proc, 0x7fff7b388840)= -1 ENOENT (No such file or directory)
stat(sysfs, 0x7fff7b388840)   = -1 ENOENT (No such file or directory)
stat(procbususb, 0x7fff7b388840)  = -1 ENOENT (No such file or directory)
stat(udev, 0x7fff7b388840)= -1 ENOENT (No such file or directory)
stat(tmpfs, 0x7fff7b388840)   = -1 ENOENT (No such file or directory)
stat(devpts, 0x7fff7b388840)  = -1 ENOENT (No such file or directory)
stat(/dev/sda4, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 4), ...}) = 0
stat(/dev/sda6, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 6), ...}) = 0
stat(/dev/sda7, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 7), ...}) = 0
stat(/mnt/.loc/apt/lenny-amd64, {st_mode=S_IFDIR|0755, st_size=160, ...}) = 0
stat(/mnt/.loc/home, {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
stat(/mnt/.loc/srv, {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
stat(/mnt/.tmp/tmp, {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat(/mnt/.tmp/var-tmp, {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat(/dev/sdb1, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 

Bug#507032: improper window split between page list and preview pane

2008-11-27 Thread martin f krafft
Package: gscan2pdf
Version: 0.9.26-1
Severity: minor

I instructed my window manager to start gscan2pdf maximised. After
a start, the thumbnail pane takes up around 65% of the window's
width, leaving only 35% for the preview. Would it be possible to
limit the width of the thumbnail pane?

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

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

Versions of packages gscan2pdf depends on:
ii  imagemagick   7:6.4.0.1.dfsg1-1  image manipulation programs
ii  libconfig-gen 2.40-1 Generic Configuration Module
ii  libgtk2-ex-si 0.50-1.1   A simple interface to Gtk2's compl
ii  libgtk2-image 0.04-1+b1  Perl bindings for the GtkImageView
ii  liblocale-get 1.05-4 Using libc functions for internati
ii  libpdf-api2-p 0.71.001-1 create or modify PDF documents in 
ii  librsvg2-comm 2.22.2-3   SAX-based renderer library for SVG
ii  libtiff-tools 3.8.2-11   TIFF manipulation and conversion t
ii  perl-modules  5.10.0-17  Core Perl modules
ii  perlmagick7:6.3.7.9.dfsg1-2.1+lenny1 Perl interface to the libMagick gr
ii  sane-utils1.0.19-21  API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  djvulibre-bin 3.5.21-1   Utilities for the DjVu image forma
pn  gocr  none (no description available)
ii  libgtk2-ex-podviewer-perl 0.17-2 Perl Gtk2 widget for displaying Pl
ii  sane  1.0.14-7   scanner graphical frontends
ii  tesseract-ocr 2.03-2 Command line OCR tool
ii  unpaper   0.3-1  post-processing tool for scanned p
ii  xdg-utils 1.0.2-6desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information


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


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


Bug#507025: Acknowledgement (xml-resume-library: Create link in PDF output)

2008-11-27 Thread Andrei Emeltchenko
Hi,

Please check my patch also.

Regards,
Andrei

On Thu, Nov 27, 2008 at 11:51 AM, Debian Bug Tracking System
[EMAIL PROTECTED] wrote:

 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Debian QA Group [EMAIL PROTECTED]

 If you wish to submit further information on this problem, please
 send it to [EMAIL PROTECTED], as before.

 Please do not send mail to [EMAIL PROTECTED] unless you wish
 to report a problem with the Bug-tracking system.


 --
 507025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507025
 Debian Bug Tracking System
 Contact [EMAIL PROTECTED] with problems

--- xsl/format/fo.xsl-save	2008-11-12 14:15:27.0 +0200
+++ xsl/format/fo.xsl	2008-11-13 15:09:35.0 +0200
@@ -336,6 +336,7 @@
 /xsl:call-template
   /xsl:template
 
+!--
   xsl:template match=r:contact/r:email
 xsl:call-template name=contact
   xsl:with-param name=label
@@ -346,7 +347,20 @@
   /xsl:with-param
 /xsl:call-template
   /xsl:template
+--
 
+!-- Andrei Emeltchenko: @targets shall be in a form: mailto:e-mail --
+  xsl:template match=r:contact/r:email
+fo:block
+  fo:inline font-style={$header.item.font.style}xsl:value-of select=$email.word/:/fo:inline
+  xsl:text /xsl:text
+  fo:basic-link external-destination=url([EMAIL PROTECTED])
+  xsl:apply-templates/
+  /fo:basic-link
+/fo:block
+  /xsl:template
+
+!--
   xsl:template match=r:contact/r:url
 xsl:call-template name=contact
   xsl:with-param name=label
@@ -357,6 +371,14 @@
   /xsl:with-param
 /xsl:call-template
   /xsl:template
+--
+
+  xsl:template match=r:contact/r:url
+fo:inline font-style={$header.item.font.style}xsl:value-of select=$url.word/:/fo:inline
+fo:basic-link external-destination=url([EMAIL PROTECTED]) font-family=monospace
+  xsl:apply-templates/
+/fo:basic-link   
+  /xsl:template
 
   xsl:template match=r:contact/r:instantMessage
 xsl:call-template name=contact
@@ -888,6 +910,13 @@
 /fo:list-block
   /xsl:template
 
+!-- link - make link from href attribute --
+  xsl:template match=r:link
+fo:basic-link external-destination=url([EMAIL PROTECTED]) font-family=monospace
+  xsl:apply-templates/
+/fo:basic-link   
+  /xsl:template
+
   !-- Format a single security clearance. --
   xsl:template match=r:clearance
 xsl:call-template name=bulletListItem


Bug#507027: [easypg] fails to open file under load

2008-11-27 Thread Gábor Melis
Package: easypg
Version: 0.0.16-1
Severity: normal

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

With emacs 22.2+2-5 when I try to open an easypg encrypted file I get 
an File exists, but cannot be read error message and an empty buffer. 
This happens fairly reliably on a Core Duo when the load on one of the 
cpus is 100%. Eventually the file can be opened. If the load is lowered 
then it works.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: lenny/sid
  900 testing www.debian-multimedia.org 
  900 testing security.debian.org 
  900 testing ftp.hu.debian.org 
   50 unstableftp.hu.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
emacs   | 
 OR emacsen | 
gnupg(= 1.4.3) | 1.4.9-3




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



Bug#507029: cups doesn't configure allow remote printing

2008-11-27 Thread publicbug
Package: cups
Version: 1.3.8-1lenny2
Severity: normal

by default when configuring a printer via the cups web interface and 
then selecting allow remote printing (even if you tick from the 
internet) the   AuthInfoRequired  user,password is added 
/etc/cups/printers.conf . 
This leads remote clients unable to print unless they enter a user name and a 
password. Commenting out the line for the respective printer 
allows them to print. Please prompt or add a field to deselect the 
AuthInfoRequired
. Thank you. 


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

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

Versions of packages cups depends on:
ii  adduser   3.110  add and remove users and groups
ii  cups-common   1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ghostscript   8.62.dfsg.1-3.1The GPL Ghostscript PostScript/PDF
ii  libavahi-compat-libdn 0.6.22-3   Avahi Apple Bonjour compatibility 
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libcups2  1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  libcupsimage2 1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  libdbus-1-3   1.2.1-4simple interprocess messaging syst
ii  libgnutls26   2.4.2-3the GNU TLS library - runtime libr
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
ii  libpam0g  1.0.1-4Pluggable Authentication Modules l
ii  libpaper1 1.1.23+nmu1library for handling paper charact
ii  libslp1   1.2.1-7.5  OpenSLP libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  perl-modules  5.10.0-17  Core Perl modules
ii  poppler-utils [xpdf-u 0.8.7-1PDF utilitites (based on libpopple
ii  procps1:3.2.7-8  /proc file system utilities
ii  ssl-cert  1.0.23 simple debconf wrapper for OpenSSL

Versions of packages cups recommends:
ii  avahi-utils   0.6.22-3   Avahi browsing, publishing and dis
ii  cups-client   1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20080211-3.2 OpenPrinting printer support - fil
ii  smbclient 2:3.2.4-1  a LanManager-like simple client fo

Versions of packages cups suggests:
ii  cups-bsd1.3.8-1lenny2Common UNIX Printing System(tm) - 
ii  cups-driver-gutenprint  5.0.2-4  printer drivers for CUPS
ii  cups-pdf2.4.8-3  PDF printer for CUPS
ii  foomatic-db 20080211-2+nmu1  OpenPrinting printer support - dat
ii  foomatic-db-engine  3.0.2-20080211-1 OpenPrinting printer support - pro
ii  hplip   2.8.6.b-1HP Linux Printing and Imaging Syst
pn  xpdf-korean | xpdf-japa none   (no description available)

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, socket, usb



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



Bug#507034: gobby: [INTL:fr] French translation update/corrections for Gobby

2008-11-27 Thread Christian Perrier
Package: gobby
Version: 0.4.8-1
Severity: normal
Tags: patch l10n

While working on Gobby, I went on a few spelling/punctuation errors which I
fixed in the attached file. I also took that opportunity to complete the
translation.

I kept the Last-Translator field, mostly because I don't really intend to
become the main maintainer of that translation...

I also attach a diff so that changes are more obvious to readers.

CC'ing Peer, who's listed as last translator as well as Adnène (Salam!) who
reviewed the translation, according to the PO file headers.

Sending this through the Debian BTS so that the maintainer does The Right
Thing to send the translation upstream.


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

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

Versions of packages gobby depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.23-2  Avahi client library
ii  libavahi-common3   0.6.23-2  Avahi common library
ii  libavahi-glib1 0.6.23-2  Avahi glib integration library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.6.4-1   C++ wrappers for Cairo (shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.16.4-1  C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgnutls262.4.2-3   the GNU TLS library - runtime libr
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.12.7-1C++ wrappers for GTK+ 2.4 (shared 
ii  libgtksourceview2.0-0  2.4.0-2   shared libraries for the GTK+ synt
ii  libnet6-1.3-0  1:1.3.8-1 Network access framework for IPv4/
ii  libobby-0.4-1  0.4.6-1   Synced document buffers
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libxml++2.6-2  2.22.0-1  A C++ interface to the GNOME XML l
ii  libxml22.6.32.dfsg-5 GNOME XML library

gobby recommends no packages.

Versions of packages gobby suggests:
pn  avahi-daemon  none (no description available)

-- no debconf information
# Gobby l10n French Translation
# Copyright (C) 2005 0x539 dev group
# This file is distributed under the same license as the Gobby package.
#
# Peer Janssen [EMAIL PROTECTED], 2005.
# Partially reviewed by Mohammed Adnene Trojette [EMAIL PROTECTED], 2005.
# Reviewed and completed by Christian Perrier [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: Gobby 0.2.0\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2008-08-26 13:57+0200\n
PO-Revision-Date: 2008-11-27 12:16+0100\n
Last-Translator: Peer Janssen [EMAIL PROTECTED]\n
Language-Team: Peer Janssen [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=n  1;\n
X-Launchpad-Export-Date: 2007-12-31 17:48+\n
X-Generator: KBabel 1.11.4\n

#: src/chat.cpp:73
msgid Send
msgstr Envoyer

#: src/chat.cpp:227
msgid Command '%0%' not found. Type /help for a list of existing commands.
msgstr 
La commande « %0% » n'a pas été trouvée. Entrez « /help » pour obtenir la 
liste 
des commandes.

#: src/chat.cpp:238
msgid %0%: %1%
msgstr %0% : %1%

#: src/chat.cpp:252
msgid Document %0% does not exist
msgstr Le document %0% n'existe pas

#: src/chat.cpp:258
msgid Usage: /remove document
msgstr Utilisation : /remove document

#: src/documentlist.cpp:51
msgid Subscribe
msgstr Rejoindre

#: src/documentlist.cpp:107 src/header.cpp:409 src/icon.cpp:69
msgid Document list
msgstr Liste des documents

#: src/encoding.cpp:98
msgid 
Failed to convert input into UTF-8: Either the encoding is unknown or it is 
binary input.
msgstr 
Le texte n'a pas pu être converti en UTF-8 : soit le codage n'est pas connu, 
soit il s'agit de données binaires.

#: src/encoding_selector.cpp:145
msgid Character Encoding:
msgstr Encodage de caractères

#: src/finddialog.cpp:43
msgid Find what:
msgstr Trouver :

#: src/finddialog.cpp:44
msgid Replace with:
msgstr Remplacer par :

#: src/finddialog.cpp:45
msgid Match whole word only
msgstr Recherche sur le mot complet

#: src/finddialog.cpp:46
msgid Match case
msgstr Respecter la 

Bug#499333: Orphan

2008-11-27 Thread Frank Lichtenheld
reassign 499333 wnpp
retitle 499333 O: tct -- Forensics related utilities
severity 499333 normal
thanks 

Hi,

Since the status did not improve since this bug report was sent and the 
maintainer never answered, I'm orphaning the package as originally suggested.


Thank you,

-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#507035: [qtnx] qtnx does not connect where as NXclient does

2008-11-27 Thread Bastien ROUCARIES
Package: qtnx
Version: 0.9-3
Severity: important

Same symptoms that bug 482865, but here server exist and nomachine client can 
connect. 

Regards

Bastien

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


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing debian.ens-cachan.fr 
   99 unstabledebian.ens-cachan.fr 
  500 lenny   kde4.debian.net 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6   (= 2.7-1) | 2.7-16
libgcc1(= 1:4.1.1-21) | 1:4.3.2-1
libnxcl1   | 0.9-3
libqt4-gui  (= 4.4.0~rc1) | 4.4.3-1
libqt4-xml  (= 4.4.0~rc1) | 4.4.3-1
libqtcore4  (= 4.4.0~rc1) | 4.4.3-1
libstdc++6(= 4.2.1-4) | 4.3.2-1



-- 

ROUCARIES Bastien
 [EMAIL PROTECTED]
---





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



Bug#499288: Orphan

2008-11-27 Thread Frank Lichtenheld
reassign 499288 wnpp
retitle 499288 O: argouml -- modelling tool to help you do your design using UML
severity 499288 normal
thanks

Hi,

Since the status did not improve since this bug report was sent and the 
maintainer never answered, I'm orphaning the package as originally suggested.


Thank you,
-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#499268: Orphan

2008-11-27 Thread Frank Lichtenheld
reassign 499268 wnpp
severity 499268 normal
retitle 499268 O: modxslt -- XSLT processing module for Apache based on libxml2
thanks

Hi,

Since the status did not improve since this bug report was sent and the 
maintainer never answered, I'm orphaning the package as originally suggested.


Thank you,
-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#502098:

2008-11-27 Thread Resul Cetin
severity 502098 normal
thanks

It is the same with all other releases of vmware products. So this script is
broken for any new product and should get a higher severity

You can use 
 dd if=VMware-Player-2.5.1-126130.i386.bundle 
of=VMware-Player-2.5.1-126130.i386.tar.gz ibs=64 skip=193
to create a tar.gz ... but I dont know what todo with it.

Resul



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



Bug#504086: cups: workaround for bug

2008-11-27 Thread Sietse
Package: cups
Version: 1.3.8-1lenny2
Followup-For: Bug #504086


Hello,

we had the same problems here, but removing the cache before a
restart of cups as in:

  rm -rf /var/cache/cups

solves the problem here.


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

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

Versions of packages cups depends on:
ii  adduser   3.110  add and remove users and groups
ii  cups-common   1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ghostscript   8.62.dfsg.1-3.1The GPL Ghostscript PostScript/PDF
ii  libavahi-compat-libdn 0.6.22-3   Avahi Apple Bonjour compatibility 
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libcups2  1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  libcupsimage2 1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  libdbus-1-3   1.2.1-4simple interprocess messaging syst
ii  libgnutls26   2.4.2-3the GNU TLS library - runtime libr
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
ii  libpam0g  1.0.1-4Pluggable Authentication Modules l
ii  libpaper1 1.1.23+nmu1library for handling paper charact
ii  libslp1   1.2.1-7.5  OpenSLP libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  perl-modules  5.10.0-17  Core Perl modules
ii  procps1:3.2.7-8  /proc file system utilities
ii  ssl-cert  1.0.23 simple debconf wrapper for OpenSSL
ii  xpdf-utils [poppler-u 3.02-1.4   Portable Document Format (PDF) sui

Versions of packages cups recommends:
ii  avahi-utils   0.6.22-3   Avahi browsing, publishing and dis
ii  cups-client   1.3.8-1lenny2  Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20080211-3.2 OpenPrinting printer support - fil
ii  smbclient 2:3.2.4-1  a LanManager-like simple client fo

Versions of packages cups suggests:
ii  cups-bsd1.3.8-1lenny2Common UNIX Printing System(tm) - 
pn  cups-driver-gutenprint  none   (no description available)
pn  cups-pdfnone   (no description available)
ii  foomatic-db 20080211-2+nmu1  OpenPrinting printer support - dat
ii  foomatic-db-engine  3.0.2-20080211-1 OpenPrinting printer support - pro
pn  hplip   none   (no description available)
pn  xpdf-korean | xpdf-japa none   (no description available)

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, socket, usb



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



Bug#507038: [pmount] pmount.allow should work with uuids/ids

2008-11-27 Thread Matthias Heinz
Package: pmount
Version: 0.9.18-2
Severity: wishlist

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

Hi,

the pmount.allow file is in general a good idea, but it has some issues.

The first thing is that - if you use an esata drive - the kernel does not 
recognize that this drive is removable. Which why there's the allow file, i 
guess.

But there's a problem with it, you just can add real device names here, no 
links like /dev/disk/by-id/... or /dev/disk/by-uuid/ or else. But that is an 
important feature, if you use multiple plugable mass storage devices, where 
the device names change pretty often.

It took me 10 minutes to find out, why my pmount line in a script didnt work 
anymore, until I realized that I had another usb stick plugged in, which got 
the sdb device that normally uses my external hd (and which was entered in 
the pmount.allow file)


Yours sincerely,
Matthias

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.7-24.11.2008

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
  500 unstabledebian-multimedia.informatik.uni-erlangen.de 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
libblkid1  (= 1.33) | 1.41.3-1
libc6 (= 2.7-1) | 2.7-16
libdbus-1-3   (= 1.0.2) | 1.2.1-4
libhal-storage1 (= 0.5.8.1) | 0.5.11-6
libhal1 (= 0.5.8.1) | 0.5.11-6
libsysfs2| 2.1.0-5





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



Bug#507039: gxneur: Use an explicit format string for gtk_message_dialog_new

2008-11-27 Thread James Westby
Package: gxneur
Version: 0.9.1-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

Ubuntu uses a compiler that checks for instances of format not a string
literal and no format arguments and it showed that your package suffers
from this.

This issue can be a security vulnerability if an attacker can control
the value of the printed string, or can just cause crashes if not,
so it is best to correct it.

The attached patch is what I used to rectify this, please consider
applying it.

Thanks,

James
diff -urNad gxneur-0.9.1~/src/misc.c gxneur-0.9.1/src/misc.c
--- gxneur-0.9.1~/src/misc.c2008-07-23 20:52:52.0 +0100
+++ gxneur-0.9.1/src/misc.c 2008-11-27 11:39:53.0 +
@@ -79,7 +79,7 @@

GTK_DIALOG_DESTROY_WITH_PARENT,

GTK_MESSAGE_ERROR,

GTK_BUTTONS_CLOSE,
-   
buffer);
+   
%s, buffer);
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);



Bug#507042: logwatch: 'denyhosts' report doesn't wrap

2008-11-27 Thread Daniel Watkins
Package: logwatch
Version: 7.3.6.cvs20080702-1
Severity: minor


I have 'denyhosts' setup on my system, and logwatch helpfully lets me know what 
new hosts have been denied.  There's a minor glitch, in that the output doesn't 
wrap at ~80 characters.  So if I get a 
lot of denied hosts in one day, I have an exceedingly wide email.

Obviously, the line should wrap.

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

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

Versions of packages logwatch depends on:
ii  perl  5.10.0-16  Larry Wall's Practical Extraction 
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag

Versions of packages logwatch recommends:
ii  libdate-manip-perl5.54-1 a perl library for manipulating da

Versions of packages logwatch suggests:
pn  fortune-mod   none (no description available)

-- no debconf information



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



Bug#507043: ucf fails on db_x_loadtemplatefile

2008-11-27 Thread Wichert Akkerman
Package: ucf
Version: 3.0010
everity: grave
Justification: renders package unusable

I am upgrading a box from oldstable to lenny. Upgrade to stable went
flawlessly, but the upgrade to lenny reveals this problem:

Setting up libpaper1 (1.1.23+nmu1) ...
/usr/bin/ucf: line 153: db_x_loadtemplatefile: command not found

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.



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



Bug#502090: [python-setuptools] new upstream release (0.6c9)

2008-11-27 Thread Sandro Tosi
Hello Matthias,
I'm here too to ask you to kindly update setuptools to 0.6c9; I'm
packaging python-multiprocessing, and that package needs the new
version, since:

$ make doc
python2.5 setup.py build_sphinx --builder=html \
--source-dir=Doc/
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'build_sphinx'
make: *** [doc] Error 1

In case you would consider add the package to DPMT, we could help you
maintain it if you're overworked.

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



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



Bug#507045: lyx: Several standard document classes not available

2008-11-27 Thread Pedro Antonio Neves
Package: lyx
Version: 1.6.0-1
Severity: normal

When I try to create a new file from template, the system show several *.lyx 
templates available in /usr/share/lyx/templates (e.g.: aa.lyx, 
docbook_article.lyx, etc.). However when I select one 
of these files (for instance, aa.lyx) I get the following message: The layout 
file requested by this document, aa.layout, is not usable. This is probably 
because a LaTeX class or style file 
required by it is not available(..)

However, I've got several *.layout files in /usr/share/lyx/layout/

What am I missing?


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

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

Versions of packages lyx depends on:
ii  libaiksaurus-1.2-0c2a  1.2.1+dev-0.12-6  an English-language thesaurus (dev
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libboost-regex1.34.1   1.34.1-14 regular expression library for C++
ii  libboost-signals1.34.1 1.34.1-14 managed signals and slots library 
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libgcc11:4.3.2-2~exp3GCC support library
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libstdc++6 4.3.2-2~exp3  The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  lyx-common 1.6.0-1   Architecture-independent files for
ii  mime-support   3.44-1MIME files 'mime.types'  'mailcap
ii  xdg-utils  1.0.2-6   desktop integration utilities from
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages lyx recommends:
ii  dvipng1.11-1 convert DVI files to PNG graphics
ii  ghostscript [ 8.62.dfsg.1-3.1The GPL Ghostscript PostScript/PDF
ii  imagemagick   7:6.3.7.9.dfsg1-2.1+lenny1 image manipulation programs
ii  latex-xft-fon 0.1-8  Xft-compatible versions of some La
ii  okular [pdf-v 4:4.1.3-1  document viewer for KDE 4
ii  preview-latex 11.83-7.2  extraction of elements from LaTeX 
ii  psutils   1.17-26A collection of PostScript documen
ii  texlive-fonts 2007.dfsg.1-4  TeX Live: Recommended fonts
ii  texlive-latex 2007.dfsg.1-4  TeX Live: LaTeX recommended packag

Versions of packages lyx suggests:
pn  chktex none(no description available)
ii  cups-bsd [lpr] 1.3.8-1lenny3 Common UNIX Printing System(tm) - 
ii  cups-client1.3.8-1lenny3 Common UNIX Printing System(tm) - 
pn  dvipostnone(no description available)
pn  gnuhtml2latex  none(no description available)
pn  groff  none(no description available)
ii  iceweasel [www 3.0.4-1   lightweight web browser based on M
ii  konqueror [www 4:4.1.3-1 KDE 4's advanced file manager, web
pn  latex2rtf  none(no description available)
pn  libtiff-tools  none(no description available)
ii  linuxdoc-tools 0.9.56convert LinuxDoc SGML source into 
ii  menu   2.1.41generates programs menu for all me
pn  noweb  none(no description available)
pn  rcsnone(no description available)
ii  sgmltools-lite 3.0.3.0.cvs.20010909-15.1 convert DocBook SGML source into H
pn  tex4ht | hevea none(no description available)
ii  texlive-latex- 2007.dfsg.10-1TeX Live: LaTeX supplementary pack
ii  w3m [www-brows 0.5.2-2+b1WWW browsable pager with excellent
ii  writer2latex   0.5-8 OpenOffice.org Writer/Calc to LaTe
pn  wv none(no description available)

-- no debconf information



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



Bug#507047: synergy: Mouse cursor jumps to another screen when running a fullscreen application

2008-11-27 Thread Ignacio Díez Arias
Package: synergy
Version: 1.3.1-5
Severity: important


Whenever I try to run an application in fullscreen the mouse cursor
jumps to another screen, making it impossible to properly see the
application. It is useless to move the cursor back to the original
screen, as the screen continues messed up.

This happens when running the fullscreen application in the synergy
server. If it is run in a client, it works correctly.

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

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

Versions of packages synergy depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension 

synergy recommends no packages.

synergy suggests no packages.

-- no debconf information



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



Bug#506428: data files not bing downloaded

2008-11-27 Thread Dmitry E. Oboukhov
tags 506428 unreproducible
thanks

I can't model the situation no matter how I try. My installation always
goes correctly. All the downloaded archives are unpacked and work. So I
mark the tag 'unreprodicible'.

On 11:48 Fri 21 Nov , Rafał Członka wrote:
RC Package: rocksndiamonds
RC Version: 3.2.6.0+dfsg-1
RC Severity: grave

RC Hi,
RC I've installed the game some time ago and never actually played it.
RC The update reminded me of it.
RC When I try to run it however, the script claims that I don't need the level 
file.
RC They do exist in /usr/share/games/rocksndiamonds/downloads/.
RC Looking at the script I've noticed that it's looking for the levels 
directory
RC which has never been created.

RC After upgrading to the newest version, a new Legend Of Zelda II level 
apeared.
RC Being asked by the postinst script whether I'd like it to be downloaded I 
ticked
RC it in the menu, but it hasn't been downloaded - although it does appear in
RC the menu as such.

RC dpkg-reconfigure didn't help, neither did reinstalling the package.

RC BTW when trying to to run rocksndiamonds-bin directly it made the init 
process to
RC restart or switch to another level, killing everything under X in the 
process.

RC P.S. Theres a typo in /usr/share/games/rocksndiamonds/README.dir

RC Is

RC usage: 'dpkg-reconfigure rocksndiamonds' for downloading fies

RC Should be

RC usage: 'dpkg-reconfigure rocksndiamonds' for downloading files

RC Cheers,
RC rjc

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

RC Kernel: Linux 2.6.26-1-powerpc
RC Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
RC Shell: /bin/sh linked to /bin/dash

RC Versions of packages rocksndiamonds depends on:
RC ii  cdebconf [debconf- 0.137 Debian Configuration 
Management Sy
RC ii  debconf [debconf-2 1.5.24Debian configuration 
management sy
RC ii  libc6  2.7-16GNU C Library: Shared libraries
RC ii  libmikmod2 3.1.11-a-6A portable sound library
RC ii  libsdl-image1.21.2.6-3   image loading library for 
Simple D
RC ii  libsdl-mixer1.21.2.8-5   mixer library for Simple 
DirectMed
RC ii  libsdl-net1.2  1.2.7-2   network library for Simple 
DirectM
RC ii  libsdl1.2debian1.2.13-4  Simple DirectMedia Layer
RC ii  libsmpeg0  0.4.5+cvs20030824-2.2 SDL MPEG Player Library - 
shared l
RC ii  p7zip  4.58~dfsg.1-1 7zr file archiver with high 
compre
RC ii  perl-modules   5.10.0-17 Core Perl modules
RC ii  unzip  5.52-12   De-archiver for .zip files
RC ii  wget   1.11.4-2  retrieves files from the web

RC rocksndiamonds recommends no packages.

RC rocksndiamonds suggests no packages.

RC -- debconf information:
RC * rocksndiamonds/begin: false
RC rocksndiamonds/util_notfound:
RC * rocksndiamonds/select_games: Legend Of Zelda, Legend Of Zelda II, Emerald 
Mine Club, Contributions 1995 - 2006, Juergen Bonhagen game pack, Snake Bite, 
BD2K3, BD Dream, Supaplex, DX-Boulderdash
--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: [EMAIL PROTECTED] jabber://[EMAIL PROTECTED]
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#507048: Please make thunderbird conflicts versioned

2008-11-27 Thread Martin Pitt
Package: igerman98
Version: 20071211-1
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch jaunty

Hello Roland,

please make the Conficts: to thunderbird versioned, similar to the
icedove ones. In the current situation, a thunderbird package cannot
be used together with e. g. hunspell-de-de.

While I appreciate that thunderbird isn't in Debian lenny any more,
it is still a transitional package in etch (interesting for igerman98
backports), Ubuntu, or other third party sources.

Liebe Grüße,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
--- 20071211-1/debian/control	2008-11-05 02:39:26.0 +
+++ 20071211-1ubuntu1/debian/control	2008-11-05 02:39:27.0 +
@@ -119,7 +120,7 @@ Depends: dictionaries-common (= 0.10)
 Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (= 2.0.2)
 Replaces: openoffice.org-spellcheck-de-at, myspell-de-at
 Provides: hunspell-dictionary, hunspell-dictionary-de, openoffice.org-spellcheck-de-at
-Conflicts: openoffice.org (= 1.0.3-2), openoffice.org-spellcheck-de-at, myspell-de-at, mozilla-browser ( 1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird, iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), libxul0d (= 1.8.0.11-3)
+Conflicts: openoffice.org (= 1.0.3-2), openoffice.org-spellcheck-de-at, myspell-de-at, mozilla-browser ( 1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird ( 2.0.0.1+0dfsg-0), iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), libxul0d (= 1.8.0.11-3)
 Description: Austrian (German) dictionary for hunspell
  This is the German (Austria) dictionary (de-AT-1996) for use with the
  hunspell spellchecker which is currently used within OpenOffice.org2
@@ -131,7 +132,7 @@ Depends: dictionaries-common (= 0.10)
 Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (= 2.0.2)
 Replaces: openoffice.org-spellcheck-de-ch, myspell-de-ch
 Provides: hunspell-dictionary, hunspell-dictionary-de, openoffice.org-spellcheck-de-ch
-Conflicts: openoffice.org (= 1.0.3-2), openoffice.org-spellcheck-de-ch, myspell-de-ch, mozilla-browser ( 1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird, iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), libxul0d (= 1.8.0.11-3)
+Conflicts: openoffice.org (= 1.0.3-2), openoffice.org-spellcheck-de-ch, myspell-de-ch, mozilla-browser ( 1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird ( 2.0.0.1+0dfsg-0), iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), libxul0d (= 1.8.0.11-3)
 Description: Swiss (German) dictionary for hunspell
  This is the German (Switzerland, Liechtenstein) dictionary (de-CH-1996)
  for use with the hunspell spellchecker which is currently used within
@@ -143,7 +144,7 @@ Depends: dictionaries-common (= 0.10)
 Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (= 2.0.2)
 Replaces: openoffice.org-spellcheck-de-de, myspell-de-de
 Provides: hunspell-dictionary, hunspell-dictionary-de, openoffice.org-spellcheck-de-de
-Conflicts: openoffice.org (= 1.0.3-2), openoffice.org-spellcheck-de-de, myspell-de-de, mozilla-browser ( 1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird, iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), openoffice.org-core ( 2.1~m190-1), libxul0d (= 1.8.0.11-3)
+Conflicts: openoffice.org (= 1.0.3-2), openoffice.org-spellcheck-de-de, myspell-de-de, mozilla-browser ( 1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird ( 2.0.0.1+0dfsg-0), iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), openoffice.org-core ( 2.1~m190-1), libxul0d (= 1.8.0.11-3)
 Description: German dictionary for hunspell
  This is the German (Belgium, Germany, Luxemburg) dictionary (de-DE-1996)
  for use with the hunspell spellchecker which is currently used within


Bug#499336: Really uploaded?

2008-11-27 Thread Lincoln de Sousa
On Thu, Nov 27, 2008 at 11:37:46AM +0100, Frank Lichtenheld wrote:
 On Thu, Nov 27, 2008 at 11:33:00AM +0100, Frank Lichtenheld wrote:
  You claimed in your last mail that this package was uploaded
  to the delayed queue. But I see it neither there nor in the archive.
  Please check with your sponsor whether he really uploaded it
  successfully.
 
 Never mind. I just saw that it is in the NEW queue because of
 the -dbg package.
 

Yes, and I've already received an email from the [EMAIL PROTECTED]
confirming the upload. And another email from [EMAIL PROTECTED]
about the -dbg package in the NEW queue =)

 Gruesse,
 -- 
 Frank Lichtenheld [EMAIL PROTECTED]
 www: http://www.djpig.de/

Atenciosamente,
-- 
Lincoln de Sousa - AlfaiaTI/MinasLivre

xmpp:[EMAIL PROTECTED]
http://alfaiati.net
http://minaslivre.org

+55 31 9209 4987


signature.asc
Description: Digital signature


Bug#506911: claws-mail: checks for new mail in offline mode after trying to close the program

2008-11-27 Thread Ricardo Mones
tags 506911 fixed-in-experimental pending
thanks

Hi,

On Wed, Nov 26, 2008 at 7:37 PM, Philip Frei [EMAIL PROTECTED] wrote:
 Hi,

 On Wed, 26 Nov 2008 09:25:45 +0100
 Ricardo Mones [EMAIL PROTECTED] wrote:

 Could you try if this is reproducible with 3.6.1 version from
 experimental? (it's not in unstable because requires libetpan from
 experimental but otherwise it's built for sid).

 With the version from experimental it works fine - I can't reproduce
 the error.

That's what I suspected from your description, thanks for checking!

regards,
-- 
 Ricardo Mones
 http://people.debian.org/~mones
 «Your nature demands love and your happiness depends on it.»


Bug#505769: python-opengl: Python-Version should be = 2.4

2008-11-27 Thread Eric Sharkey
On Thu, 2008-11-27 at 10:06 +0100, Adeodato Simó wrote:
 Because you should not have python2.3 installed anymore (note that etch
 didn't ship with python2.3 already

Why?  I don't understand this position.  Debian has no simple automated
mechanism to remove older packages during an upgrade, so pretty much any
system updated from older releases will have python2.3 still installed
unless an administrator has specifically gone out of his way to remove
it.

For the record, I also have python2.1 and python2.2 installed.

Disk space is cheap, and I feel no need to hunt these things down and
remove them.

Eric



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



Bug#502090: [python-setuptools] new upstream release (0.6c9)

2008-11-27 Thread Sandro Tosi
On Thu, Nov 27, 2008 at 13:14, Sandro Tosi [EMAIL PROTECTED] wrote:
 Hello Matthias,
 I'm here too to ask you to kindly update setuptools to 0.6c9; I'm

While investigation to provide you an updated package to upload, I
noticed you already upgraded the package to 0.6c9 in ubuntu since late
September: could you please do the same in Debian?

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



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



Bug#507049: mysql-server-5.0: /usr/share/mysql/debian-start.inc.sh fails with 'Unknown column' when sql-mode=ansi-quotes

2008-11-27 Thread Xavier Drudis Ferran
Package: mysql-server-5.0
Version: 5.0.51a-17
Severity: normal
Tags: patch


Hi. 

I changed my mysql server config by putting a file in 
/etc/mysql/conf.d/baso.cnf like this 


[mysqld]
sql-mode=ORACLE
lower_case_table_names=1

And then on /etc/init.d/mysql restart, the check for corrupt tables complained 
like this. 

ERROR 1054 (42S22) at line 2: Unknown column 'select count(*) into @discard 
from `' in 'field list'

I believe it is because sql-mode=ORACLE includes sql-mode ansi-quotes.
Under ansi-quotes  is used for literal strings, no schema identifiers,
while with ansi-quotes off  is for field names, table names, etc. 

I fixed it for me with the attached patch (using ' instead of ) ,
 but I'm not sure this works for any server options. 

I haven't produced corrupt tables to check if the script still 
detects them. 

Thanks for your work on this package. 

Patch: 

--- /usr/share/mysql/debian-start.inc.sh.orig   2008-11-27 14:02:07.0 
+0100
+++ /usr/share/mysql/debian-start.inc.sh2008-11-27 14:03:05.0 
+0100
@@ -18,12 +18,13 @@
   tempfile=`tempfile`
   # We have to use xargs in this case, because a for loop barfs on the
   # spaces in the thing to be looped over.
-  LC_ALL=C $MYSQL --skip-column-names --batch -e  '
-  select concat(select count(*) into @discard from `,
-TABLE_SCHEMA, `.`, TABLE_NAME, `)
-  from information_schema.TABLES where ENGINE=MyISAM' | \
+
+LC_ALL=C $MYSQL --skip-column-names --batch -e  '
+  select concat('''select count(*) into @discard from `''',
+TABLE_SCHEMA, '''`.`''', TABLE_NAME, '''`''')
+  from information_schema.TABLES where ENGINE='''MyISAM'' | \
 xargs -i $MYSQL --skip-column-names --silent --batch \
---force -e {} $tempfile
+--force -e {} $tempfile
   if [ -s $tempfile ]; then
 (
   /bin/echo -e \n \

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

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

Versions of packages mysql-server-5.0 depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libdbi-perl1.605-1   Perl5 database interface by Tim Bu
ii  libgcc11:4.3.2-1 GCC support library
ii  libmysqlclient15off5.0.51a-17MySQL database client library
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  mysql-client-5.0   5.0.51a-17MySQL database client binaries
ii  mysql-common   5.0.51a-17MySQL database common files
ii  passwd 1:4.1.1-5 change and administer password and
ii  perl   5.10.0-17 Larry Wall's Practical Extraction 
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  libhtml-template-p 2.9-1 HTML::Template : A module for usin
ii  mailx  1:20071201-3  Transitional package for mailx ren

Versions of packages mysql-server-5.0 suggests:
pn  tinycanone (no description available)

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



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



Bug#491658: [epiphany] uploading a file to vimeo.com hangs the browser until upload is finished

2008-11-27 Thread Nadav Kavalerchik
flash 10 (latest)
and debian sid (updated)

2008/8/29 Josselin Mouette [EMAIL PROTECTED]

 Hi,

 which Flash plugin are you using to access the site?

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



Bug#502098: unbundle

2008-11-27 Thread Resul Cetin
Gentoo has a generic unbundler script to create a better tar.gz from it and 
extract it then:

 
http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/app-emulation/vmware-player/files/helpers/unbundler.sh?rev=1.1



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



Bug#499336: Really uploaded?

2008-11-27 Thread Frank Lichtenheld
You claimed in your last mail that this package was uploaded
to the delayed queue. But I see it neither there nor in the archive.
Please check with your sponsor whether he really uploaded it
successfully.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#507028: tiger: tigexp does not work

2008-11-27 Thread Johannes Wiedersich
Package: tiger
Version: 1:3.2.2-6
Severity: normal

tigexp does not work anymore on lenny (regression). 

e13-v15:~# tigexp boot02
/bin/grep: /usr/lib/tiger/doc/explain.idx: No such file or directory

Can not find explanation for message-id boot02

e13-v15:~# tigexp lin005f
/bin/grep: /usr/lib/tiger/doc/explain.idx: No such file or directory

Can not find explanation for message-id lin005f

Thanks! 

Best regards,

Johannes 

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

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

Versions of packages tiger depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  bsdmainutils6.1.10   collection of more utilities from 
ii  debconf [debconf-2. 1.5.24   Debian configuration management sy
ii  diff2.8.1-12 File comparison utilities
ii  libc6   2.7-16   GNU C Library: Shared libraries
ii  net-tools   1.60-21  The NET-3 networking toolkit
ii  ucf 3.0010   Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit0.48-5 rootkit detector
ii  exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon
pn  john  none (no description available)

Versions of packages tiger suggests:
ii  lsof   4.78.dfsg.1-4 List open files

-- debconf information:
* tiger/mail_rcpt: root [EMAIL PROTECTED]
  tiger/remove_mess: true
* tiger/policy_adapt:



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



Bug#507050: dvipdfmx: Looks for fontmapsx in ./ and /etc/texmf/dvidfpmx/

2008-11-27 Thread Junichi Uekawa
Package: dvipdfmx
Version: 1:20080607-1
Severity: normal


Running dvipdfmx gives: 

$ dvipdfmx debianmeetingresume2008-fuyu.dvi 

** WARNING ** Could not open config file fontmapsx.


This warning, which seems to be caused by dvipdfmx looking into other dirs.

stracing tells me:

access(./fontmapsx, R_OK) = -1 ENOENT (No such file or directory)
open(/home/dancer/.texmf-config/dvipdfmx/, 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
open(/home/dancer/.texmf-var/dvipdfmx/, 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
open(/home/dancer/texmf/dvipdfmx/, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
open(/etc/texmf/dvipdfmx/, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
write(2, \n..., 1
)= 1
write(2, ** WARNING ** ..., 14** WARNING ** )   = 14
write(2, Could not open config file \fontm..., 39Could not open config file 
fontmapsx.) = 39


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

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)
Shell: /bin/sh linked to /bin/bash

Versions of packages dvipdfmx depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libkpathsea4   2007.dfsg.2-4 TeX Live: path search library for 
ii  libpaper1  1.1.23+nmu1   library for handling paper charact
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  tetex-bin  2007.dfsg.1-4 TeX Live: teTeX transitional packa
ii  texlive-base-bin   2007.dfsg.2-4 TeX Live: Essential binaries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

dvipdfmx recommends no packages.

dvipdfmx suggests no packages.

-- no debconf information



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



Bug#507033: iceowl-l10n-de: outdated iceowl language packages

2008-11-27 Thread Noel Köthe
Package: iceowl-l10n-de
Version: 0.7+debian-1
Severity: normal

Hello,

the available 0.7 iceowl l10n packages do not work with iceowl 0.8.
iceowl 0.8 is in lenny and because of that it would be great to ship
iceowl with the available languages.
Because these are languages packages IMHO it could be possible to
still get them into lenny.

Please package iceowl-l10n- 0.8 to get a translated Sunbird/Iceowl in lenny.

Thank you.

Noèl

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

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

Versions of packages iceowl-l10n-de depends on:
ii  iceowl0.8-6  Standalone Calendar Application

Versions of packages iceowl-l10n-de recommends:
ii  myspell-de-de 20071211-1 German dictionary for myspell

iceowl-l10n-de suggests no packages.

-- no debconf information



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



Bug#507030: [linux-image-2.6.26-1-686] iwl3945 does not follow channel changes

2008-11-27 Thread Gábor Melis
Package: linux-image-2.6.26-1-686
Version: 2.6.26-8
Severity: normal

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

On a Thinkpad t60 with intel's 3945ABG connection is lost when the 
channel is changed on the wifi access point. Ifdown/ifup in itself does 
not help, the iwl3945 module must be removed and inserted.

Relevant line from lspci:

03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG 
[Golan] Network Connection (rev 02)

# lsmod | grep iwl
iwl394578772  0
firmware_class  6816  2 pcmcia,iwl3945
mac80211  139680  1 iwl3945
cfg80211   21576  2 iwl3945,mac80211
led_class   3908  2 thinkpad_acpi,iwl3945

# lsmod | grep thinkpad
thinkpad_acpi  49632  0
led_class   3908  2 thinkpad_acpi,iwl3945
nvram   7116  1 thinkpad_acpi

This is with firmware-iwlfifi 0.13.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: lenny/sid
  900 testing www.debian-multimedia.org 
  900 testing security.debian.org 
  900 testing ftp.hu.debian.org 
   50 unstableftp.hu.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
module-init-tools | 3.4-1
initramfs-tools(= 0.55)  | 0.92j
 OR yaird(= 0.0.13)  | 
 OR linux-initramfs-tool  | 




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



Bug#507040: system-config-lvm: crash at start

2008-11-27 Thread Andrew Schulman
Package: system-config-lvm
Version: 1.1.4-2
Severity: important


I start system-config-lvm, as root.  The main window appears, then
briefly the little popup window that says Reloading LVM.  Then
system-config-lvm crashes, with the following traceback:

Traceback (most recent call last):
  File /usr/share/system-config-lvm/system-config-lvm.py, line 173, in 
module
runFullGUI()
  File /usr/share/system-config-lvm/system-config-lvm.py, line 158, in 
runFullGUI
blvm = baselvm(glade_xml, app)
  File /usr/share/system-config-lvm/system-config-lvm.py, line 108, in 
__init__
self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
  File /usr/share/system-config-lvm/Volume_Tab_View.py, line 133, in __init__
self.prepare_tree()
  File /usr/share/system-config-lvm/Volume_Tab_View.py, line 214, in 
prepare_tree
self.model_factory.reload()
  File /usr/share/system-config-lvm/lvm_model.py, line 164, in reload
self.__PVs = self.__query_partitions()
  File /usr/share/system-config-lvm/lvm_model.py, line 198, in 
__query_partitions
multipath_data = multipath_obj.get_multipath_data()
  File /usr/share/system-config-lvm/Multipath.py, line 53, in 
get_multipath_data
block_devices.append(['/dev/' + words[9], words[4].rstrip(','), words[5]])
IndexError: list index out of range

Thanks,
Andrew.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages system-config-lvm depends on:
ii  gettext   0.17-4 GNU Internationalization utilities
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre
ii  lvm2  2.02.39-2  The Linux Logical Volume Manager
ii  menu  2.1.41 generates programs menu for all me
ii  python2.5.2-3An interactive high-level object-o
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-suppor 0.8.4  automated rebuilding support for P

system-config-lvm recommends no packages.

system-config-lvm suggests no packages.

-- no debconf information



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



Bug#507018: [Pkg-trac-devel] Bug#507018: trac does not include cgi-bin

2008-11-27 Thread Vincent Caron

Shu Ning Bian wrote:


cgi-bin/ directory (http://trac.edgewall.org/browser/trunk/cgi-bin) is missing
from the trac install. This makes it difficult to deploy trac using CGI or
fast CGI.


  It is not supposed to be distribued, cgi/fcgi scripts are actually 
generated as part of the trac-admin trac deploy ... command.


  I thought it was not handy, until I had troubles with my FastCGI 
setup where maintaing a per-vhost environment variable (think TRAC_ENV) 
would not work with Lenny's fcgid. Since I was using a unique, generic 
.fcgi script, it would be reused for different Trac instances without 
its environment being updated (obviously, it's only set once when the 
.fcgi instance starts, then serve thousands of requests with the same 
env). Conclusion: you really need a distinct .fcgi script per Trac 
instance. I tried hard links to re-use a generic one but adding 
trac-admin ... deploy was very easy to add in my setup scripts.


  The deployed scripts also properly set a trac-local egg cache path 
which is a good idea to avoid strange quircks with some plugins.


  All in one it's the recommended way and served me well. I think the 
Trac Apache doc is the culprit, it does not clearly mention trac-admin 
deploy and suggest that the .fcgi script simply exists.




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



Bug#507024: Upstream fix

2008-11-27 Thread Michal Čihař
Hi

the link I sent does not contain complete fix, that is a bit more
complex as stated in the bug:
http://www.mantisbt.org/bugs/view.php?id=9713#c19917

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#500646: Orphan before Removal

2008-11-27 Thread Frank Lichtenheld
clone 500646 -1
reassign -1 wnpp
severity -1 normal
retitle -1 
thanks

Hi,

Since the status of this package has not evolved, I am now orphaning it.
I still plan to request its removal in the near future, but this orphaning 
could allow someone to adopt the package if appropriate.

Please reply to this bug report either if you feel that this package should 
not be removed or you think it _should_ be removed, as this will allow to make 
the process quicker.


Thank you,
-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#500133: missing charset conversion data.

2008-11-27 Thread Junichi Uekawa
Hi,


After a bit of googling, it looks like files were removed causing this
breakage.

EUC-UCS2 CMap files are no longer there.. 

2008-05-23  Jin-Hwan Cho

* data/Makefile.am, data/Makefile.in:
  Removed the obsolete CMap files in the data directory.


What's happened to them and can we revive them?


http://oku.edu.mie-u.ac.jp/~okumura/texfaq/qa/52108.html


regards,
junichi
-- 
[EMAIL PROTECTED],debian.org}



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



Bug#507051: Please exclude libv4l from being built on non-Linux architectures

2008-11-27 Thread Gregor Jasny

Package: buildd.debian.org
Severity: normal

Hello,

libv4l is a Video4Linux specific package and thus only buildable on 
Linux architectures. Ben Hutchings mentioned in [1] to add it to the 
'wanna-build's packages-arch-specific list'. I've already contacted 
Lamont Jones but got no reply.


Currently libv4l waits for linux-libc-dev on these unsupported 
architectures [2].


Is it still useful to exclude it from being built on non-Linux 
architectures or does the unsatisfied build dependency suffice?


Thanks,
Gregor

[1] http://lists.debian.org/debian-devel/2008/11/msg00062.html
[2] http://buildd.debian-ports.org/status/package.php?p=libv4l



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



Bug#488555: kvm regression: Vista x86_64 fails to boot with kvm 70 and above but boots fine with 69

2008-11-27 Thread George Kiagiadakis
On Thursday 27 November 2008 11:01:38 you wrote:
 Hi George,
  It's strange, because with kvm-69 vista x86_64 was working perfectly...
  Too bad I can't find the kvm-69 .deb anymore :(

 Did you check archive.debian.org?

I checked both archive.debian.org and snapshots.debian.net. archive holds very 
old releases (sarge and previous) and snapshots is not updated anymore. The 
last version I can find is kvm-66. Anyway, I tried kvm-66 now and it works 
fine! 
:D

 Could you try each of the magic -no-kvm, -no-kvm-irqchip and -no-kvm-pit
 optins? No need to reinstall, just trying to boot the installed system
 should be sufficient.

-no-kvm makes it boot, but it shows a classic windows blue screen of death 
shortly after loading the kernel. Exactly the same happens in plain qemu 
0.9.1. -no-kvm-irqchip and -no-kvm-pit make no difference at all.




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



Bug#502333: grub-pc: Search uuid in LVM crashes the bootloader

2008-11-27 Thread Harald Braumann
Felix Zielcke [EMAIL PROTECTED] wrote on 25.11.2008 16:15:37:

 Re: Bug#502333: grub-pc: Search uuid in LVM crashes the bootloader
 
 Felix Zielcke 
 
 to:
 
 Harald Braumann, 502333
 
 25.11.2008 16:21
 
 Am Mittwoch, den 15.10.2008, 19:19 +0200 schrieb Harald Braumann:
  Package: grub-pc
  Version: 1.96+20080724-10
  Severity: important
  
  The stanza created by 00_header makes the bootloader crash. There is 
no 
  output by grub whatsoever,
  the machine reboots immediately.
  [...]
 
 Hello,
 
 in just one version after you reported this (i.e. 1.96+20080724-11)
 there were now some important LVM fixes.
 So could you please try again and please don't forget to rerun
 grub-install to really update /boot/grub/

Unfortunately, that wasn't successful. I've purged grub-common and 
grub-pc,
deleted /boot/grub, installed grub2 1.96+20080724-12, did update-grub, 
grub-install.
Still the same problem. Maybe it's got something to do with the 3ware RAID 
controller?

Cheers,
harry

PS: this issue is not urgent for me, because it affects only one machine 
which is not
in production use anymore. Anyway, there's a work-around (editing 
grub.cfg).



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



Bug#507045: [Pkg-lyx-devel] Bug#507045: lyx: Several standard document classes not available

2008-11-27 Thread Sven Hoexter
On Thu, Nov 27, 2008 at 12:31:18PM +, Pedro Antonio Neves wrote:

Hi,

 This is probably because a LaTeX class or style file 
 required by it is not available(..)
 
 What am I missing?

The latex classes/packages and/or other required converters.
A lot of stuff is mentioned in recommends and suggests but
there is still a chance that some rarely used latex packages
are not mentioned. Install everything you need, reconfigure LyX,
restart LyX and you should be fine.

If that helps I'd like to close this bug.

Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]



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



Bug#507046: avogadro: Graphics export does not work on most systems

2008-11-27 Thread Michael Banck
Package: avogadro
Severity: important
Version: 0.8.1-4
Tags: patch

The File-Export-Graphics Export menu item is greyed out on all
system which do not support the GL_EXT_framebuffer_object OpenGL
extension, which seems to be the case at least for intel and radeon
x.org drivers, while proprietary nvidia drivers are reported to work.

As graphics export is a major feature of a molecule viewer/builder, this
issue severly reduces functionality (there is a PovRay Export item as
well, but as povray is non-free, and the output is slightly different,
png export is still highly desirable).

Tim Vandermeersch has developped a small patch which grabs a QPixmap via
QPixmap::grabWindow() rather than a QImage via
QGLWidget::grabFrameBuffer and which seems to work fine with all
graphics cards/drivers (at last on my radeon it now works).  The patch
is here:
http://svn.debian.org/wsvn/debichem/unstable/avogadro/debian/patches/11_ExportGraphics.patch?op=filerev=0sc=0

Michael



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



Bug#496660: Patch not applied in the current unstable version and not present in lenny

2008-11-27 Thread Adeodato Simó
* Vincent Danjean [Sat, 15 Nov 2008 18:50:39 +0100]:

 reopen 500183
 found 500183 2.8.6.b-3
 forcemerge 500183 496660
 severity 500183 serious
 thanks

   Hi,

   I'm sorry to tell you that the patch proposed in 500183 in not
 applied in hplip 2.8.6.b-3 (whereas the changelog says it has been
 applied in 2.8.6.b-2)
   Manually patching /usr/bin/hp-makeuri (ie modifying the 3 lines
 with vi) with the patch provided in 500183 solves 500183 and 496660.

   I do not check at all why this patch has not been applied during
 the package building.

   Best regards
 Vincent

 PS: I've been hit again by these bugs during a etch-lenny upgrade today
 (ie the hplip 2.8.6.b-1 in lenny does not have this 3 lines patch).
 I think you should really consider asking for a freeze exception
 for this bug for lenny. The patch is simple and the bug is really
 annoying and difficult to find and workaround for someone not
 experimented (so my CC to debian-release).

 I mark this bug as serious to be sure it will be fixed for lenny
 (feel free to downgrade the severity if you really disagree)

Hello, Vincent. Seeing almost two weeks passed by, could you perhaps
prepare a NMU adding that patch to -3?

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
When all is summed up, a man never speaks of himself without loss; his
accusations of himself are always believed; his praises never.
-- Michel de Montaigne




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



Bug#507018: [Pkg-trac-devel] Bug#507018: trac does not include cgi-bin

2008-11-27 Thread Steve B


On 28/11/2008, at 12:35 AM, Vincent Caron wrote:


Shu Ning Bian wrote:


cgi-bin/ directory (http://trac.edgewall.org/browser/trunk/cgi-bin)  
is missing
from the trac install. This makes it difficult to deploy trac using  
CGI or

fast CGI.


 It is not supposed to be distribued, cgi/fcgi scripts are actually  
generated as part of the trac-admin trac deploy ... command.


 I thought it was not handy, until I had troubles with my FastCGI  
setup where maintaing a per-vhost environment variable (think  
TRAC_ENV) would not work with Lenny's fcgid. Since I was using a  
unique, generic .fcgi script, it would be reused for different Trac  
instances without its environment being updated (obviously, it's  
only set once when the .fcgi instance starts, then serve thousands  
of requests with the same env). Conclusion: you really need a  
distinct .fcgi script per Trac instance. I tried hard links to re- 
use a generic one but adding trac-admin ... deploy was very easy  
to add in my setup scripts.


 The deployed scripts also properly set a trac-local egg cache  
path which is a good idea to avoid strange quircks with some plugins.


 All in one it's the recommended way and served me well. I think the  
Trac Apache doc is the culprit, it does not clearly mention trac- 
admin deploy and suggest that the .fcgi script simply exists.
Ah, fair enough. You are correct I had thought the *cgi scripts simply  
exists due to the trac apache/fast-cgi documentation. I am happy for  
the bug to be closed.


Thank you for your time and assistance Mr. Caron,
Steve



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



Bug#507031: no resume after suspend

2008-11-27 Thread Vladimir Komendantsky
Package: acpid
Version: 1.0.6-16
Severity: important

After upgrade from acpid 1.0.6-15 to 1.0.6-16, my laptop Dell Inspiron 1525
does not wake up after suspend. When it is suspended, it reacts to a power
botton press, but the screen lit (blank) on just a few occasions; otherwise
the screen is off. In any case I have to power off the laptop to continue
working. I downgraded to version 1.0.6-15 and now suspend works fine again.

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

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

Versions of packages acpid depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init
scrip
ii  module-init-tools 3.4-1  tools for managing Linux kernel
mo

acpid recommends no packages.

acpid suggests no packages.

-- no debconf information


Bug#507041: libvcp-perl: should this package be removed?

2008-11-27 Thread Frank Lichtenheld
Package: libvcp-perl
Version: 0.9-20050110-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: proposed-removal

Dear Maintainer,

While reviewing some packages, your package came up as a possible
candidate for removal from Debian, because:

  * RC buggy (doesn't work with current Perl) without
maintainer reaction
  * No maintainer activity since 2005, no upstream activity
either
  * Very low popcon numbers

If you think that it should be orphaned instead of being removed from
Debian, please reply to this bug and tell so.

If you disagree and want to continue to maintain this package, please
just close this bug and do an upload also fixing the other issues.

If you agree that it should be removed, send the following commands to 
[EMAIL PROTECTED] (replace nn with this bug's number):

severity nn normal
reassign nn ftp.debian.org
retitle nn RM: packagename -- RoM; reasons 
thanks

For more information, see
http://wiki.debian.org/ftpmaster_Removals
http://ftp-master.debian.org/removals.txt

Thank you,
-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#499244: Orphan before removal

2008-11-27 Thread Frank Lichtenheld
clone 499244 -1
reassign -1 wnpp
severity -1 normal
retitle -1 
thanks

Hi,

Since the status of this package has not evolved, I am now orphaning it.
I still plan to request its removal in the near future, but this orphaning 
could allow someone to adopt the package if appropriate.

Please reply to this bug report either if you feel that this package should 
not be removed or you think it _should_ be removed, as this will allow to make 
the process quicker.


Thank you,
-- 
Frank Lichtenheld [EMAIL PROTECTED]   http://www.debian.org/
   http://blog.djpig.de/



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



Bug#507026: [pdfedit] Can't add arrow or line, interface freeze

2008-11-27 Thread Bastien ROUCARIES
Package: pdfedit
Version: 0.4.1-2
Severity: important

When I try to add arrow or line interface freeze. Please correct


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing debian.ens-cachan.fr 
   99 unstabledebian.ens-cachan.fr 
  500 lenny   kde4.debian.net 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6   (= 2.7-1) | 2.7-16
libfreetype6(= 2.3.5) | 2.3.7-2
libgcc1   (= 1:4.1.1) | 1:4.3.2-1
libqt3-mt(= 3:3.3.8b) | 3:3.3.8b-5
libstdc++6  (= 4.1.1) | 4.3.2-1
libx11-6   | 2:1.1.5-2
libxext6   | 2:1.0.4-1
zlib1g(= 1:1.1.4) | 1:1.2.3.3.dfsg-12



-- 

ROUCARIES Bastien
   [EMAIL PROTECTED]
---
DO NOT WRITE TO [EMAIL PROTECTED] OR BE BLACKLISTED



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



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

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

Indeed, is there an ETA for this bug? At least for the unstable (i.e. with
maintainer QA) version.

FWIW as the fix looks trivial I think it is worth keeping the package.

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

Recursion is the root of computation since it trades description for time.
-- Alan Perlis


signature.asc
Description: Digital signature


Bug#507044: ifmail: Missing mode to open() call with O_CREAT

2008-11-27 Thread James Westby
Package: ifmail
Version: 2.14tx8.10-19.4
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

In ifgate/flock.c there is a call to open() with the O_CREAT option,
but with no mode specified. open() requires that you specify a mode
when O_CREAT is given.

I propose the following patch to rectify this. Please consider applying
it.

Thanks,

James
--- ifmail-2.14tx8.10.orig/ifgate/flock.c
+++ ifmail-2.14tx8.10/ifgate/flock.c
@@ -15,7 +15,7 @@
 
if (fn)
{
-   if ((lfd=open(fn,O_RDWR | O_CREAT))  0)
+   if ((lfd=open(fn,O_RDWR | O_CREAT,0600))  0)
{
logerr($Error opening file %s,fn);
return -1;


Bug#507052: cupsys: printing on kyocera fs820 via serial is not possible

2008-11-27 Thread Torsten Wiebke
Package: cupsys
Version: 1.3.8-1lenny2
Severity: important

Hallo,
I actually do not think this is really a cups
problem but I think this is the best way to
search for the reasons.
I am after upgrading to kernel 2.25 not able to
print on the printer kyocera fs 820 via a
serial connection.
If I try to print I have to wait a long time
than the printer starts (sometimes) but print
out only parts of the page.
Thank You for Your work.
Best greetings.
Torsten

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

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

Versions of packages cupsys depends on:
ii  cups   1.3.8-1lenny3 Common UNIX Printing System(tm) - 

cupsys recommends no packages.

cupsys suggests no packages.

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd



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



Bug#503822: wammu: Reproducably locks at 99% CPU when backing up SMS

2008-11-27 Thread Michal Čihař
Hi

Dne Tue, 28 Oct 2008 12:03:56 +0100
Richard Hartmann [EMAIL PROTECTED] napsal(a):

 When downloading SMS from my phone, Wammu goes to 99% CPU and stays
 there (I let it run for about 8 hours). This is one a dual core CPU, so
 threading works, at least ;)
 I confirmed this on two different current Debian unstable systems, but
 with the same phone.
 
 
 Clickpath:
 Phone - Connect
 Retrieve - Messages
 now, it sits there, eating CPU
 
 Doing the same with _g_ammu works just fine:
 
 [EMAIL PROTECTED] ~ % gammu backupsms sms.backup
 Delete each sms after backup? (yes/no/ALL/ONLY/NONE) no
 Backup sms from folder Inbox (SIM)? (yes/no/ALL/ONLY/NONE) yes
 Backup sms from folder Outbox (SIM)? (yes/no/ALL/ONLY/NONE) yes
 Backup sms from folder Inbox? (yes/no/ALL/ONLY/NONE) yes
 Backup sms from folder Outbox? (yes/no/ALL/ONLY/NONE) yes

Does also gammu geteachsms work?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#507018: [Pkg-trac-devel] Bug#507018: Bug#507018: trac does not include cgi-bin

2008-11-27 Thread W. Martin Borgert
Quoting Vincent Caron [EMAIL PROTECTED]:
It is not supposed to be distribued, cgi/fcgi scripts are actually
 generated as part of the trac-admin trac deploy ... command.

I hope, that I will find time soon to document how to use Trac
with Apache+WSGI. It's easy and AFAIK the recommended way for
most Python web applications, incl. Trac.



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



Bug#482404: I probably faced same problem

2008-11-27 Thread Michal Čihař
Hi

I probably faced same problem this month - Exim refused to accept mail
from some Microsoft SMTP server with TLS error on connection from
(XXX) [XXX] (gnutls_handshake): A TLS packet with unexpected length was
received.. Removing some (well most of them) active certificates from
ca-certificates, make the Exim accept the connection. I hope cleaner
fix can be found for this issue.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#507056: ikiwiki: [INTL:de] German translation of PO file

2008-11-27 Thread Kai Wasserbäch
Package: ikiwiki
Version: N/A
Severity: wishlist
Tags: l10n patch

Dear maintainer,
in the attachement of this e-mail you'll find the German PO file »de.po«. Please
include this translation in your next upload.

Thank you in advance.

Kind regards,
Kai Wasserbäch



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: [EMAIL PROTECTED]
Jabber (debianforum.de): Drizzt
URL: http://wiki.debianforum.de/Drizzt_Do%27Urden
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2fingerprint=onhash=onop=vindex)



de_2.70.po.bz2
Description: Binary data


signature.asc
Description: OpenPGP digital signature


Bug#507054: file fail to recognize mpeg 2 transport files (m2t)

2008-11-27 Thread Petter Reinholdtsen

Package: file
Version: 4.17-5
Severity: wishlist

I've recently processed a lot of video files, and one of the source
formats is *.m2t.  File failed to recognize it, so I had a hard time
figuring it out, but it seem to be a mpeg transport format commonly
used by HDV-cameras.

This is how one such file is described by ffmpeg:

  Input #0, mpegts, from 'tor_21042005_start.m2t':
Duration: 00:01:14.72, start: 2.84, bitrate: 26045 kb/s
Program 100
  Stream #0.0[0x810]: Video: mpeg2video, yuv420p, 1440x1080 [PAR 4:3 DAR 
16:9], 25000 kb/s, 25.00 tb(r)
  Stream #0.1[0x814]: Audio: mp2, 48000 Hz, stereo, 384 kb/s

Running 'file tor_21042005_start.m2t' just return 'data' as the
format for the same file.

From
URL:https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/89543
see that the MIME type should be video/mpeg, and am slightly confused
by the use of .mt2 as the file ending (I believe the use is a typo in
the changelog listed in the bug report).

I'm not sure how such file could be recognized, but an example file is
currently available from
URL:http://www.nuug.no/pub/video/raw/Hdv/20050421-tor/tor_21042005_start.m2t.

I find the format discussed on
URL:http://en.wikipedia.org/wiki/MPEG_transport_stream, where the
m2t name is mentioned.  I hope it can be used to teach file to
recognize such file.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#507057: aufs-source: the modules fail to build, missing function au_security_inode_permission

2008-11-27 Thread Jiří Paleček

Package: aufs-source
Version: 0+20081023-1
Severity: normal
Tags: patch

Hello,

I the module contained in the package aufs-source FTBFS for me because of  
missing function au_security_inode_permission. I found out it is probably  
related to the security-inode-perm patch, which removes the definition in  
some cases, but doesn't remove its use. In the attachment, you'll find a  
corrected patch.


Regards
Jiri Palecek


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

Kernel: Linux 2.6.24.3-test-pcw (SMP w/1 CPU core; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages aufs-source depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting  
file co
ii  debhelper 7.0.15 helper programs for  
debian/rules
ii  make  3.81-4 The GNU version of the make  
util
ii  module-assistant  0.10.11tool to make module package  
creati


aufs-source recommends no packages.

aufs-source suggests no packages.

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

security-inode-perm.diff
Description: Binary data


Bug#507055: aspell: Please start a project for upload, controling and merging of personal wordlists

2008-11-27 Thread Torsten Wiebke
Package: aspell
Version: 0.60.6-1
Severity: wishlist

Please start a project which will enable
possibilitys for load personal wordlists of the
user. This wordlists should be controled and
merged withe the aspell wordlist.
Best greetings
Torsten

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

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

Versions of packages aspell depends on:
ii  dictionaries-common   0.98.12Common utilities for spelling dict
ii  libaspell15   0.60.6-1   GNU Aspell spell-checker runtime l
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libncursesw5  5.6+20080830-1 shared libraries for terminal hand
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3

Versions of packages aspell recommends:
ii  aspell-de [aspell-dictionary] 20071211-1 German dictionary for aspell
ii  aspell-en [aspell-dictionary] 6.0-0-5.1  English dictionary for GNU Aspell

Versions of packages aspell suggests:
ii  aspell-doc0.60.6-1   Documentation for GNU Aspell spell
ii  spellutils0.7-5  Utilities to spell-check selective

-- no debconf information



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



Bug#501959: chm2pdf: Major security (temporary dirs) problems

2008-11-27 Thread Gunnar Wolf
Chris Karakas dijo [Tue, Nov 25, 2008 at 10:39:23AM +0100]:
 Hello all,
 
 I definitely oppose the proposed patch and will NOT accept it in chm2pdf (I 
 am one of the two authors)!
 
 Reasons:
 
 1) There are easier ways to avoid the security risks.
 2) It destroys the --dontextract option which is a *very* useful one!
 
 Let me propose an alternative:
 
 It all has to do with using tmp in these 2 lines, right?
 
 CHM2PDF_TEMP_WORK_DIR='/tmp/chm2pdf/work'
 CHM2PDF_TEMP_ORIG_DIR='/tmp/chm2pdf/orig'
 
 So, what would you say if I changed tmp to $HOME in the above two
 lines? Any security concerns here? This way, we keep sane names for
 the directories, we don't touch tmp, the user and only the user has
 full control of the directories created - and we can keep the
 --dontextract option!
 
 Any objections - or suggestions :-) - before I start coding? 

Umh... I don't think that will do in many scenarios. I am not familiar
with your code (I only stumbled upon this bug report), but please keep
in mind that programs such as this one might often be called by a user
with no writable home directory - Say, web-based processes.

Most authors agree to use secure, unpredictable tempdir functions,
available basically on every language, such as the one suggested by
Raphael. I would recommend you to:

- Default to Raphael's suggestion
- Include a command line switch, so that the user can specify the
  tempdir (or PDF build dir, or whatever nomenclature you find
  suitable). 

 PS.: Before you kill me about the use of tmp, bear in mind that this
 tool was created with the normal user in mind (me! :-,
 i.e. for a system where 99% of the time only one user is using
 it. That user was assumed to (be able to) change the value of the
 CHM2PDF_TEMP_* variables to whatever fits him - that's why the
 variables were actually created. Now people start complaining about
 malicious users. Oh well...you are all so right - but notice what:
 we have already stopped talking about how to make the program do its
 actual job better - we are talking about cross-cutting concerns!
 That is, we now concentrate our energy *not* on the problem we
 originally had to solve (CHM to PDF conversion), but on things like
 where to put the working dir, in /tmp, in $HOME or
 elsewhere :roll:

Well... That's the role of a distribution's QA, isn't it? ;-) We trust
you to be the best person to implement the hard logic and little
details behind it all, but please trust us when advicing on how most
users install their software, at least in Debian settings.

Why so much insistence? First, because if the software is shipped as
part of Debian, a user cannot modify the variables (i.e. the program
will be installed in /usr/bin, owned by root, and not writable by any
system user). Second, most users (and the proportion is growing!) are
not proficient in Python, nor interested in learning how to program,
and, even if I don't like the idea, will just be scared at the idea of
opening a program source in a text editor.

Yes, I know many of those users will have a single-user system. But
still, Linux distributions _still_ have (and will continue to) large
numbers of multi-user settings (i.e. school/university labs, or
company-wide managed terminals, and a very large etcetera - Even a
household with several different users!)

As a distribution, it is our task to ensure all the user cases are
satisfiable the best way possible... even if that's not what you
originally intended. Of course, you are free not to incorporate a
patch in your sources - but that will only mean we will keep it as a
patch (and behaviour difference) in our packaging.

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



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



Bug#474033: /etc/default/cups

2008-11-27 Thread Dimitris Symeonidis
i had the same problem on ubuntu.
i found the source of the problem was /etc/default/cups, which set
LOAD_LP_MODULE to yes, which in turn caused /etc/init.d/cups to load
the modules...
can you confirm this?

Dimitris Symeonidis
If you think you're too small to make a difference, try sleeping with
a mosquito! - Amnesty International



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



Bug#499333: ITA: tct -- Forensics related utilities

2008-11-27 Thread Daniel Baumann
retitle 499333 ITA: tct -- Forensics related utilities
owner 499333 Debian Forensics [EMAIL PROTECTED]
thanks

we'll adopt this one.

-- 
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#503992: snort segfaults

2008-11-27 Thread Neil Watson

I see the same thing:

Package: snort
Priority: optional
Section: net
Installed-Size: 1036
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Architecture: i386
Version: 2.7.0-20.3
Replaces: snort-common ( 2.0.2-3)
Depends: snort-common-libraries (= 2.7.0-20.3), snort-rules-default (= 2.7.0-20.3), debconf (= 0.2.80) | 
debconf-2.0, syslogd | system-log-daemon, libc6 (= 2.7-1), libgcrypt11 (= 1.4.0), libgnutls26 (= 2.4.0-0), 
libgpg-error0 (= 1.4), libltdl3 (= 1.5.2-2), libpcap0.8 (= 0.9.3-1), libpcre3 (= 7.4), libprelude2, 
libtasn1-3 (= 0.3.4), zlib1g (= 1:1.1.4), snort-common (= 2.7.0-20.3), logrotate
Pre-Depends: adduser (= 3.11)
Recommends: iproute
Suggests: snort-doc
Conflicts: snort-mysql, snort-pgsql
Filename: pool/main/s/snort/snort_2.7.0-20.3_i386.deb
Size: 463406
MD5sum: d1c501ebb0f70bc8d3aad0cf571e4c93
SHA1: 71d70dd3bb2596c36e1a6db61af5b3aa3684306a
SHA256: 0cc58572a13a5981c55699afd52f49a1af20a126092b5ac95a79d43cdd9d886a

From dmesg:
[  165.440351] snort[3307]: segfault at 180 ip b7c64613 sp bfaebf1c error 4 in 
libc-2.7.so[b7bf3000+138000]
[16608.935893] snort[9389]: segfault at 180 ip b7c3d613 sp bfcc518c error 4 in 
libc-2.7.so[b7bcc000+138000]
[47396.391769] snort[18422]: segfault at 180 ip b7c73613 sp bfcfc9ec error 4 in 
libc-2.7.so[b7c02000+138000]

--
Neil Watson
UNIX Consultant
http://watson-wilson.ca



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



Bug#499446: tslib bug regarding 32bit BE machines is fixed upstream

2008-11-27 Thread Sebastian Andrzej Siewior
tags 499446 fixed-upstream
thanks

It seems that upstream woke up and applied a couple of patches. That
means that this bug is fixed in rev70 which I just checked.
Also, your patch 020-link-libts.dpatch is included.

Sebastian



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



Bug#507058: b43-fwcutter fails to install: input file is wrong

2008-11-27 Thread Paulo Marcel Coelho Aragão
Package: b43-fwcutter
Version: 1:011-5
Severity: grave
Justification: renders package unusable

Install of b43-fwcutter fails with these messages:

Sorry, the input file is either wrong or not supported by b43-fwcutter.
This file has an unknown MD5sum cb8d70972b885b1f8883b943c0261a3c.

This is the file it complained about:

http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2

Please let me know how I can help further debug this problem.

Regards,
Paulo

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

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

Versions of packages b43-fwcutter depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  wget  1.11.4-2   retrieves files from the web

Versions of packages b43-fwcutter recommends:
ii  bzip2 1.0.5-1high-quality block-sorting file co

b43-fwcutter suggests no packages.

-- debconf information:
* b43-fwcutter/cut_firmware: true



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



Bug#507059: initramfs-tools: Wrong check for udevadm in functions

2008-11-27 Thread Julien Danjou
Package: initramfs-tools
Version: 0.92l
Severity: grave
Tags: patch
Justification: renders package unusable

scripts/functions:
303 # Wait for queued kernel/udev events 
304 wait_for_udev() 
305 { 
306 [ -x $(command -v udevadm) ]  return 0 
307 udevadm settle ${1:+--timeout=$1} 
308 } 

That should be || return 0

Patch attached.

-- Package-specific info:
-- /proc/cmdline
root=UUID=a7350e73-c98d-497a-a49c-ff29c19eeb30 vga=791 ro quiet

-- /proc/filesystems
ext3

-- lsmod
Module  Size  Used by
binfmt_misc13580  1 
nvidia   8105072  34 
ipv6  288328  34 
nfs   251696  1 
lockd  68560  1 nfs
nfs_acl 7552  1 nfs
sunrpc197480  10 nfs,lockd,nfs_acl
acpi_cpufreq   11792  1 
cpufreq_conservative11784  0 
cpufreq_userspace   8452  0 
cpufreq_powersave   6400  0 
cpufreq_ondemand   11792  1 
cpufreq_stats   9120  0 
freq_table  9344  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
loop   19468  0 
snd_hda_intel 434776  0 
snd_pcm_oss41760  0 
snd_pcm81672  2 snd_hda_intel,snd_pcm_oss
snd_mixer_oss  18816  1 snd_pcm_oss
snd_seq_dummy   7428  0 
snd_seq_oss33152  0 
snd_seq_midi_event 11904  1 snd_seq_oss
snd_seq54304  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_timer  25744  2 snd_pcm,snd_seq
snd_seq_device 11668  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd63688  8 
snd_hda_intel,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
psmouse42268  0 
soundcore  12064  1 snd
i2c_i801   13596  0 
pcspkr  7040  0 
serio_raw   9860  0 
i2c_core   27936  2 nvidia,i2c_i801
atl1e  36116  0 
snd_page_alloc 13072  2 snd_hda_intel,snd_pcm
intel_agp  31728  0 
button 11680  0 
evdev  14208  4 
ext3  124944  5 
jbd51240  1 ext3
mbcache12804  1 ext3
dm_mirror  20608  0 
dm_log 13956  1 dm_mirror
dm_snapshot19400  0 
dm_mod 58864  15 dm_mirror,dm_log,dm_snapshot
raid10 23680  0 
raid456   125984  0 
async_xor   8448  1 raid456
async_memcpy6912  1 raid456
async_tx   11764  3 raid456,async_xor,async_memcpy
xor 9744  2 raid456,async_xor
raid1  24192  0 
raid0  10624  0 
multipath  11392  0 
linear  8960  0 
md_mod 80164  6 raid10,raid456,raid1,raid0,multipath,linear
sd_mod 29376  3 
ata_generic10116  0 
usbhid 45792  0 
hid41792  1 usbhid
ff_memless  9224  1 usbhid
ata_piix   22660  2 
libata165472  2 ata_generic,ata_piix
scsi_mod  160760  2 sd_mod,libata
dock   14112  1 libata
ohci1394   32564  0 
ide_pci_generic 9220  0 [permanent]
ieee1394   93816  1 ohci1394
ide_core  128284  1 ide_pci_generic
ehci_hcd   36108  0 
uhci_hcd   25760  0 
thermal22688  0 
processor  42304  4 acpi_cpufreq,thermal
fan 9352  0 
thermal_sys17728  3 thermal,processor,fan

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto


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

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

Versions of packages initramfs-tools depends on:
ii  cpio  2.9-14 GNU cpio -- a program to manage ar
ii  findutils 4.4.0-2utilities for finding files--find,
ii  klibc-utils   1.5.12-2   small utilities built with klibc f
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo
ii  udev  0.125-7/dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.10.2-2 Tiny utilities for small and embed

initramfs-tools suggests no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 

Bug#499446: tslib bug regarding 32bit BE machines is fixed upstream

2008-11-27 Thread Neil Williams
On Thu, 27 Nov 2008 15:42:17 +0100
Sebastian Andrzej Siewior [EMAIL PROTECTED] wrote:

 tags 499446 fixed-upstream
 thanks
 
 It seems that upstream woke up and applied a couple of patches. That
 means that this bug is fixed in rev70 which I just checked.
 Also, your patch 020-link-libts.dpatch is included.

Thanks for letting me know - I'll consider an upload to experimental
next week sometime. I'm away at the moment.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgp3tDVvbFB30.pgp
Description: PGP signature


Bug#507013: bind9: Should set relation for Build-Depends on libdb-dev

2008-11-27 Thread Florian Weimer
* Eric Pozharski:

 Accidentally attempted to build against libdb3-dev_3.2.9_dfsg-0.1 (which
 Provides: libdb-dev).  Buildlog in attach.  Build against
 libdb4.2-dev_4.2.52+dfsg-5 succeeds.

libdb3-dev is not part of lenny and onwards, so I don't think this is
worth fixing.  Sorry.



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



Bug#507058: b43-fwcutter fails to install: input file is wrong

2008-11-27 Thread Rene Engelhard
tag 507058 + unreproducible
severity 507058 important
thanks

Hi,

Paulo Marcel Coelho Aragão wrote:
 Package: b43-fwcutter
 Version: 1:011-5
 Severity: grave
 Justification: renders package unusable

Nonsense.

 Install of b43-fwcutter fails with these messages:
 
 Sorry, the input file is either wrong or not supported by b43-fwcutter.
 This file has an unknown MD5sum cb8d70972b885b1f8883b943c0261a3c.
 
 This is the file it complained about:
 
 http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
 
 Please let me know how I can help further debug this problem.

I'd debug your network connection. Or the file was at some time corrupted
on the mirror. Nothing this package can influence.

I just tried it:

[...]
Setting up b43-fwcutter (1:011-5) ...
--2008-11-27 16:06:31--  
http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
Resolving downloads.openwrt.org... 195.56.146.238
Connecting to downloads.openwrt.org|195.56.146.238|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 652866 (638K) [application/x-object]
Saving to: `wl_apsta-3.130.20.0.o'

100%[==] 652,866 3.12M/s   in 0.2s

2008-11-27 16:06:32 (3.12 MB/s) - `wl_apsta-3.130.20.0.o' saved [652866/652866]

--2008-11-27 16:06:32--  
http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Resolving mirror2.openwrt.org... 88.198.39.176
Connecting to mirror2.openwrt.org|88.198.39.176|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3888794 (3.7M) [application/x-tar]
Saving to: `broadcom-wl-4.150.10.5.tar.bz2'

100%[==] 3,888,794   4.12M/s   in 0.9s

2008-11-27 16:06:33 (4.12 MB/s) - `broadcom-wl-4.150.10.5.tar.bz2' saved 
[3888794/3888794]

This file is recognised as:
  ID :  FW10
  filename   :  wl_apsta.o
  version:  295.14
  MD5:  e08665c5c5b66beb9c3b2dd54aa80cb3
Extracting b43legacy/ucode2.fw
Extracting b43legacy/ucode4.fw
Extracting b43legacy/ucode5.fw
Extracting b43legacy/ucode11.fw
Extracting b43legacy/pcm4.fw
Extracting b43legacy/pcm5.fw
Extracting b43legacy/a0g0bsinitvals2.fw
Extracting b43legacy/b0g0bsinitvals5.fw
Extracting b43legacy/a0g0initvals5.fw
Extracting b43legacy/a0g1bsinitvals5.fw
Extracting b43legacy/a0g0initvals2.fw
Extracting b43legacy/a0g1initvals5.fw
Extracting b43legacy/b0g0bsinitvals2.fw
Extracting b43legacy/b0g0initvals5.fw
Extracting b43legacy/b0g0initvals2.fw
Extracting b43legacy/a0g0bsinitvals5.fw
broadcom-wl-4.150.10.5/
broadcom-wl-4.150.10.5/driver/
broadcom-wl-4.150.10.5/driver/config/
broadcom-wl-4.150.10.5/driver/config/wlconfig_apdef
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_ap
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_ap_1chipG
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_ap_micro
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_ap_mimo
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_apsta
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_apsta_1chipG
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_apsta_micro
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_apsta_mimo
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_sta
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_sta_1chipG
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_sta_micro
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_router_sta_mimo
broadcom-wl-4.150.10.5/driver/config/wlconfig_lx_shared
broadcom-wl-4.150.10.5/driver/config/wlconfig_micro
broadcom-wl-4.150.10.5/driver/config/wlconfig_nomimo
broadcom-wl-4.150.10.5/driver/config/wl_default
broadcom-wl-4.150.10.5/driver/config/wl_hnd
broadcom-wl-4.150.10.5/driver/wl_ap_micro.o
broadcom-wl-4.150.10.5/driver/wl_ap_mimo.o
broadcom-wl-4.150.10.5/driver/wl_ap.o
broadcom-wl-4.150.10.5/driver/wl_apsta_micro.o
broadcom-wl-4.150.10.5/driver/wl_apsta_mimo.o
broadcom-wl-4.150.10.5/driver/wl_apsta.o
broadcom-wl-4.150.10.5/driver/wl_sta_micro.o
broadcom-wl-4.150.10.5/driver/wl_sta_mimo.o
broadcom-wl-4.150.10.5/driver/wl_sta.o
broadcom-wl-4.150.10.5/nas_exe.o
broadcom-wl-4.150.10.5/wl_exe.o
broadcom-wl-4.150.10.5/include/
broadcom-wl-4.150.10.5/include/UdpLib.h
broadcom-wl-4.150.10.5/include/bcm4710.h
broadcom-wl-4.150.10.5/include/bcm947xx.h
broadcom-wl-4.150.10.5/include/bcmcrypto/
broadcom-wl-4.150.10.5/include/bcmcrypto/aes.h
broadcom-wl-4.150.10.5/include/bcmcrypto/aeskeywrap.h
broadcom-wl-4.150.10.5/include/bcmcrypto/bcmccx.h
broadcom-wl-4.150.10.5/include/bcmcrypto/bn.h
broadcom-wl-4.150.10.5/include/bcmcrypto/ccx.h
broadcom-wl-4.150.10.5/include/bcmcrypto/des.h
broadcom-wl-4.150.10.5/include/bcmcrypto/dh.h
broadcom-wl-4.150.10.5/include/bcmcrypto/hmac_sha256.h
broadcom-wl-4.150.10.5/include/bcmcrypto/md4.h
broadcom-wl-4.150.10.5/include/bcmcrypto/md5.h
broadcom-wl-4.150.10.5/include/bcmcrypto/passhash.h
broadcom-wl-4.150.10.5/include/bcmcrypto/prf.h
broadcom-wl-4.150.10.5/include/bcmcrypto/rc4.h

Bug#490884: we could check for /dev/kvm

2008-11-27 Thread Guido Guenther
tags 490884 + patch
thanks

If kvm is compiled into the kernel /dev/kvm already exists. There's also
little point in loading already loaded modules. Possible patch attached.
Jan, o.k. to apply?
 -- Guido
diff --git a/debian/kvm.init b/debian/kvm.init
index 85c1efb..a84ca19 100644
--- a/debian/kvm.init
+++ b/debian/kvm.init
@@ -29,6 +29,11 @@ case $1 in
 		log_failure_msg Your system does not have the CPU extensions required to use KVM. Not doing anything.
 		exit 0
 	fi
+	if [ -c /dev/kvm ]
+	then
+		log_failure_msg /dev/kvm already exists. Not doing anything.
+		exit 0
+	fi
 	if modprobe $module 
 	then
 		log_success_msg Loading kvm module $module


Bug#507060: dh-make: License template missing left parenthesis of (C)

2008-11-27 Thread Kanru Chen
Package: dh-make
Version: 0.47
Severity: normal

In file /usr/share/debhelper/dh_make/licenses/gpl, line 46, the
copyright sentence is missing it's left parenthesis.

Also, I am curious why this file has different copyright sentence than
others.

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

Kernel: Linux 2.6.28-rc6 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-make depends on:
ii  debhelper 7.0.17 helper programs for debian/rules
ii  dpkg-dev  1.14.23Debian package development tools
ii  make  3.81-5 The GNU version of the make util
ii  perl  5.10.0-17  Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.4   Informational list of build-essent

-- no debconf information



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



  1   2   3   >