Bug#633076: perl-base: needs to Break older versions of doc-base

2011-07-08 Thread Niko Tyni
Package: perl-base
Version: 5.12.4-1

Looking at

 http://bugs.debian.org/633016
 https://launchpad.net/bugs/781076
 http://patches.ubuntu.com/p/perl/perl_5.12.4-1ubuntu2.patch
 
we should probably do the same thing as Ubuntu and make perl-base Break
doc-base ( 0.10.0) for upgrades from Squeeze.

This doc-base version switched its database format from MLDBM to YAML,
eliminating binary compatibility problems with MLDBM/Storable files.
-- 
Niko Tyni   nt...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632961: forgotten Xorg.0.log

2011-07-08 Thread Stephen Kitt
Hi Cédric,

On Thu, Jul 07, 2011 at 03:23:16PM +0200, Cédric Boutillier wrote:
 Here is the Xorg.0.log.

I take it this log file traces a test with only the wacom module, not
the wacom_w8001 - is that correct? Could you send me a log file
illustrating what happens with evdev complaining about the tablet when
you try to use wacom_w8001?

Do you have an xorg.conf file in /etc/X11? If so, could you send it to
the bug report too?

Unfortunately I don't have a device to test this with, but as I
understand it using wacom_w8001 instead of wacom provides multitouch
support. I'll ask Brian Murray or Kees Cook (who contributed the W8001
support for X201s in inputattach) for help if necessary.

Thanks in advance,

Stephen


signature.asc
Description: Digital signature


Bug#624022: Acknowledgement ('systemd' makes 'df' fail to show mounted '/home' device.)

2011-07-08 Thread Tollef Fog Heen
]] rleigh 

| 2) Currently, it's the responsibility of initscripts
|(/etc/init.d/mtab.sh) to create the initial mtab.  Presumably
|systemd does something similar to replay the mount commands
|run prior to this point to create it.

No, we just assume it's a symlink to /proc/mounts.

| 3) util-linux would be a logical place for it, given that it's
|associated with mount.  But since it needs doing at boot time and
|mtab.sh already contains the logic to create it, mtab is probably
|the best choice--it's just a couple of lines to add to an already
|existing script that's dedicated to the job.

mtab.sh is masked by systemd, but it seems like systemd needs a
«boot-time fixup» list.  (We might want to do this on shutdown rather
than bootup, not entirely sure about that.)

| Another consideration is that we probably only want to make the switch
| to a symlink if we're running a sufficiently recent kernel (2.6.26).

This isn't a concern for systemd, but otherwise, yes.

| I think this is way lower than the minimum supported kernel version,
| in squeeze, so probably safe to do it unconditionally.  However, in the
| case that we can't link to /proc/mounts, are there any situations where
| we would want to retain the old mtab.sh behaviour as a fallback?  I'm
| thinking of upgrade scenarios with old kernel versions, missing /proc
| or any other circumstance which could result in a broken system?

I can't really think of any, even chroots and such wouldn't have a
correct mtab anyway.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632929: linux-image-2.6.32-5-amd64: missing aha152x module in amd64 architecture

2011-07-08 Thread Denis Prost



Le 08/07/2011 00:47, Ben Hutchings a écrit :

On Thu, Jul 07, 2011 at 11:17:20PM +0200, Denis Prost wrote:


Le 07/07/2011 16:46, Ben Hutchings a écrit :

On Thu, 2011-07-07 at 15:41 +0200, Denis Prost wrote:

is that related to the kernel version number ?

No, this has not changed in a long time.


Mageia 1 pour x86_64 architecture has an aha152x module, but it uses a
2.6.38.7 kernel.

I think you're mistaken.  But if they do have it, then they must have
modified the kernel and not sent their changes upstream.

Ben.


It's also available on linux mint 11 :

denis@denis-portable ~ $ uname -m
x86_64
denis@denis-portable ~ $ find /lib/modules -name aha*
/lib/modules/2.6.38-8-generic/kernel/drivers/scsi/pcmcia/aha152x_cs.ko


You originally referred to the aha152x driver.  This is a different
driver.  And presumably we could enable it without needing any
patches, though it seems slightly crazy to be using a 16-bit bus on
a 64-bit system...

Ben.
Sorry, yes actually, I was mistaken, this is the aha152x_cs module that 
is used by both Mageia and Mint 64 bits.
Even if it's slightly crazy to use it on a 64-bit system, if there is no 
other way to get the Adaptec PCMCIA SCSI card working, it would be nice 
if it could be enabled on Squeeze 64 bits.


Denis



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626937: [PATCH cupt] lib: internal: worker: packages: __generate_input_for_preinstall_v2_hooks: do not skip sign when compareVersionStrings is not 1, -1, or 0

2011-07-08 Thread Jonathan Nieder
reassign 626937 cupt 2.0.2
found 626937 cupt/2.1.1
tags 626937 = patch
quit

Hi Eugene and Francesco,

Francesco Poli wrote:

 I think you mean a line like

  packagename -   **CONFIGURE**

 which apt-listbugs would see as four fields instead of five.
 Anyway, it's possible that this is what happened, but, why?
 Did you manage to understand whether and *why* Cupt sent something
 wrong in the Version 2 APT hook protocol on your qemu-emulated system?

Well, the above guess was close.  At last I reproduced it again (and
was able to capture the output this time); fix follows.  Will attach
the output in a separate message for the curious.

Presumably the triggering condition is for the difference returned by
memcmp to be at least 2, which is why I was able to run into this on a
VM I hadn't upgraded for a while but not with everyday upgrades.

Thanks again for your help.

-- 8 --
In some cases compareVersionStrings passes on the return value from
memcmp, which is not guaranteed to be 1, -1, or 0. Most callers don't
mind, but one does: the value gets used in a switch statement to set
the comparison symbol for use in VERSION 2 apt pre-installation hook
output, and since no case label matches, the comparison symbol string
is left empty, resulting in hook output with lines like

libgnutls26 2.12.5-1  2.12.7-1 **CONFIGURE**

where there should be

libgnutls26 2.12.5-1  2.12.7-1 **CONFIGURE**

and apt-listbugs crashing with the message

E: private method `chomp!' called for nil:NilClass

because it sees 4 fields where there should be 5. Fix it by only
checking the sign of the return value from compareVersionStrings
instead of switching on its value.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 cpp/lib/src/internal/worker/packages.cpp |   14 ++
 debian/changelog |9 +++--
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/cpp/lib/src/internal/worker/packages.cpp 
b/cpp/lib/src/internal/worker/packages.cpp
index 730e7f5f..7b2351d2 100644
--- a/cpp/lib/src/internal/worker/packages.cpp
+++ b/cpp/lib/src/internal/worker/packages.cpp
@@ -1621,11 +1621,17 @@ string 
PackagesWorker::__generate_input_for_preinstall_v2_hooks(
else
{
auto comparisonResult = 
compareVersionStrings(oldVersionString, newVersionString);
-   switch (comparisonResult)
+   if (comparisonResult  0)
{
-   case -1: compareVersionStringsSign = 
; break;
-   case  0: compareVersionStringsSign = 
=; break;
-   case  1: compareVersionStringsSign = 
; break;
+   compareVersionStringsSign = ;
+   }
+   else if (comparisonResult == 0)
+   {
+   compareVersionStringsSign = =;
+   }
+   else
+   {
+   compareVersionStringsSign = ;
}
}
 
diff --git a/debian/changelog b/debian/changelog
index 6c438bc3..bb557eb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,13 @@ cupt (2.1.2~) UNRELEASED; urgency=low
   used within the 'shell' subcommand. Thanks to Karol Kozłowski for the
   report.
   * lib:
-- Fixed a double use of va_list. Thanks to Julian Andres Klode for the
-  report and the patch. (Closes: #630824)
+- common:
+  - Fixed a double use of va_list. Thanks to Julian Andres Klode for the
+report and the patch. (Closes: #630824)
+- system/worker:
+  - [Jonathan Nieder] Do not assume the return value from memcmp is -1, 0,
+or 1. Fixes a bug in which cupt would sometimes leave out the , =,
+or  symbol in VERSION 2 input for preinstall hooks. (Closes: #626937)
 
  -- Eugene V. Lyubimkin jac...@debian.org  Mon, 20 Jun 2011 19:07:35 +0300
 
-- 
1.7.6




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626937: apt-listbugs: E: private method `chomp!' called for nil:NilClass

2011-07-08 Thread Jonathan Nieder
Jonathan Nieder wrote:

 Well, the above guess was close.  At last I reproduced it again (and
 was able to capture the output this time); fix follows.  Will attach
 the output in a separate message for the curious.

Attached for reference.
VERSION 2
acquire::file::timeout=20
acquire::ftp::timeout=120
acquire::http::allow-redirects=yes
acquire::http::timeout=120
acquire::https::timeout=120
acquire::pdiffs=yes
acquire::retries=0
apt::acquire::max-default-age::debian-security=7
apt::acquire::translation=environment
apt::architecture=armel
apt::authentication::trustcdrom=true
apt::cache-limit=0
apt::cache::allversions=no
apt::cache::important=no
apt::cache::namesonly=no
apt::cache::recursedepends=no
apt::default-release=experimental
apt::get::allowunauthenticated=no
apt::get::build-dep-automatic=yes
apt::get::list-cleanup=yes
apt::get::show-upgraded=no
apt::install-recommends=yes
apt::install-suggests=no
aptitude::get-root-command=sudo:/usr/bin/sudo
cupt::cache::pin::addendums::downgrade=-1
cupt::cache::pin::addendums::hold=100
cupt::cache::pin::addendums::not-automatic=-4000
cupt::console::allow-untrusted=no
cupt::console::assume-yes=no
cupt::directory=/
cupt::directory::state=var/lib/cupt
cupt::directory::state::snapshots=snapshots
cupt::downloader::max-simultaneous-downloads=2
cupt::downloader::protocols::copy::methods::file::priority=100
cupt::downloader::protocols::copy::priority=250
cupt::downloader::protocols::debdelta::methods::debdelta::priority=100
cupt::downloader::protocols::debdelta::priority=150
cupt::downloader::protocols::file::methods::file::priority=100
cupt::downloader::protocols::file::priority=300
cupt::downloader::protocols::ftp::methods::curl::priority=100
cupt::downloader::protocols::ftp::methods::wget::priority=80
cupt::downloader::protocols::ftp::priority=80
cupt::downloader::protocols::http::methods::curl::priority=100
cupt::downloader::protocols::http::methods::wget::priority=80
cupt::downloader::protocols::http::priority=100
cupt::downloader::protocols::https::methods::curl::priority=100
cupt::downloader::protocols::https::methods::wget::priority=80
cupt::downloader::protocols::https::priority=125
cupt::resolver::auto-remove=yes
cupt::resolver::keep-recommends=yes
cupt::resolver::keep-suggests=no
cupt::resolver::max-solution-count=512
cupt::resolver::no-remove=no
cupt::resolver::score::downgrade=-800
cupt::resolver::score::failed-synchronization=-80
cupt::resolver::score::new=-300
cupt::resolver::score::position-penalty=-20
cupt::resolver::score::quality-adjustment=0
cupt::resolver::score::removal=-500
cupt::resolver::score::unsatisfied-recommends=-240
cupt::resolver::score::unsatisfied-suggests=-60
cupt::resolver::score::upgrade=100
cupt::resolver::synchronize-by-source-versions=none
cupt::resolver::track-reasons=no
cupt::resolver::type=fair
cupt::update::compression-types::bz2::priority=100
cupt::update::compression-types::gz::priority=100
cupt::update::compression-types::lzma::priority=100
cupt::update::compression-types::uncompressed::priority=100
cupt::update::keep-bad-signatures=no
cupt::worker::archives-space-limit=0
cupt::worker::defer-triggers=1
cupt::worker::download-only=no
cupt::worker::purge=no
cupt::worker::simulate=no
debug::downloader=no
debug::gpgv=no
debug::resolver=no
debug::worker=no
dir=/
dir::bin::dpkg=/usr/bin/dpkg
dir::cache=var/cache/apt
dir::cache::archives=archives
dir::etc=etc/apt
dir::etc::main=apt.conf
dir::etc::parts=apt.conf.d
dir::etc::preferences=preferences
dir::etc::preferencesparts=preferences.d
dir::etc::sourcelist=sources.list
dir::etc::sourceparts=sources.list.d
dir::state=var/lib/apt
dir::state::extendedstates=extended_states
dir::state::lists=lists
dir::state::status=/var/lib/dpkg/status
dpkg::tools::options::/usr/bin/tee::version=2
dpkg::tools::options::/usr/sbin/apt-listbugs::version=2
gpgv::trustedkeyring=/var/lib/cupt/trusted.gpg
quiet=0
apt::never-markauto-sections::=metapackages
apt::never-markauto-sections::=restricted/metapackages
apt::never-markauto-sections::=universe/metapackages
apt::never-markauto-sections::=multiverse/metapackages
apt::never-markauto-sections::=oldlibs
apt::never-markauto-sections::=restricted/oldlibs
apt::never-markauto-sections::=universe/oldlibs
apt::never-markauto-sections::=multiverse/oldlibs
apt::neverautoremove::=^firmware-linux.*
apt::neverautoremove::=^linux-firmware$
apt::neverautoremove::=^linux-image.*
apt::neverautoremove::=^kfreebsd-image.*
apt::neverautoremove::=^linux-restricted-modules.*
apt::neverautoremove::=^linux-ubuntu-modules-.*
apt::neverautoremove::=^gnumach$
apt::neverautoremove::=^gnumach-image.*
cupt::downloader::protocols::copy::methods::=file
cupt::downloader::protocols::debdelta::methods::=debdelta
cupt::downloader::protocols::file::methods::=file
cupt::downloader::protocols::ftp::methods::=curl
cupt::downloader::protocols::ftp::methods::=wget
cupt::downloader::protocols::http::methods::=curl
cupt::downloader::protocols::http::methods::=wget

Bug#633019: libtirpc1: boot fails when /usr is an NFS mount

2011-07-08 Thread Bruce Sass
On July 7, 2011 05:41:57 PM Steinar H. Gunderson wrote:
 found 633019 0.2.0-2
 thanks
 
 On Thu, Jul 07, 2011 at 03:27:25PM -0600, Bruce Sass wrote:
  Since the lib resides under /usr/lib, and /usr on this box is an NFS
  mount, mount.nfs fails during boot up and I am left without a /usr
  partition.
  
  I have worked around the problem by booting with a rescue CD, mounting
  the NFS /usr and local / partitions, then copying libtirpc.so.1 and
  libtirpc.so.1.0.10 to /lib on the local HDD.
 
 We'll need to see if /usr on NFS is really still supported; I'm not
 honestly sure it should be RC, at least. In any case, this is true of
 every libtirpc version that has been released, so I'm marking it as found
 in stable for BTS, in order not to hinder the multiarch transition to
 testing.

Sorry about that--I usually keep the box reasonably up to date with unstable 
but got distracted with other stuff and stopped upgrading it prior to the most 
recent pre-release freeze and changes to the NFS infrastructure. [On the 
bright side, aside from a couple NFS related lib problems, upgrading from a 
pre-squeeze unstable to the current unstable was painless. :) ]

I don't think /usr via NFS is really/properly supported, but since minimal 
support only requires that NFS infrastructure reside on the local HDD (i.e., 
/etc, /lib, /bin, /sbin, /var) it doesn't seem like something too onerous to 
ask for.

- Bruce



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633077: rinse: please fill /etc/rpm/platform after bootstrapping distributions

2011-07-08 Thread Sebastian Harl
Package: rinse
Version: 1.8.1-1
Severity: wishlist

Hi,

when bootstrapping an x86_32 distribution on x86_64 hardware, yum will
later install 64bit packages. Obviously, information provided by uname
are used to determine the architecture for installing packages. Imho,
that's not what should be expected in that case (I've explicitly stated
32bit when calling rinse).

This behavior can be changed by adding 'i686-redhat-linux' to (a newly
created) /etc/rpm/platform. Imho, this should be taken care of by rinse.

TIA,
Sebastian

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#633078: initramfs-tools: lsinitramfs doesn't understand xy-compression

2011-07-08 Thread Reinhard Karcher
Package: initramfs-tools
Version: 0.99
Severity: normal


lsinitramfs can only list initrds compressed by gzip, but mkinitramfs
can use an other compression option. From initramfs.conf:
# COMPRESS: [ gzip | bzip2 | lzma | lzop | xz ]
If I use e.g. xy-compression lsinitramfs can't list the initrd.

Reinhard

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 6.9M Jul  5 13:11 /boot/initrd.img-2.6.39-2-amd64
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.0.0-rc6+ 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory

-- resume
# RESUME=/dev/sda5
RESUME='UUID=9fc8a3c1-5d84-4eee-9164-ba0f639fcea2'
-- /proc/filesystems
ext3
fuseblk

-- lsmod
Module  Size  Used by
cpufreq_stats   2730  0 
cpufreq_conservative 4275  0 
acpi_cpufreq4971  1 
cpufreq_userspace   1816  0 
mperf   1133  1 acpi_cpufreq
cpufreq_powersave870  0 
bluetooth  64479  2 
snd_hrtimer 1452  1 
nfsd  245435  13 
exportfs3080  1 nfsd
nfs   294725  0 
lockd  60455  2 nfsd,nfs
fscache25270  1 nfs
auth_rpcgss33623  2 nfsd,nfs
nfs_acl 1951  2 nfsd,nfs
sunrpc164630  19 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
microcode   6638  0 
uinput  6516  1 
fuse   54985  1 
ipt_MASQUERADE  1490  1 
iptable_nat 3424  1 
nf_nat 12714  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4   9798  3 iptable_nat,nf_nat
nf_conntrack   46020  4 
ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4
nf_defrag_ipv4  1219  1 nf_conntrack_ipv4
ip_tables  14003  1 iptable_nat
x_tables   14028  3 ipt_MASQUERADE,iptable_nat,ip_tables
bridge 60008  0 
stp 1392  1 bridge
llc 3262  2 bridge,stp
vhost_net  15302  0 
macvtap 6522  1 vhost_net
macvlan 6740  1 macvtap
tun12270  3 vhost_net
dm_mod 54655  0 
loop   13085  0 
kvm_intel  39134  0 
kvm   188076  1 kvm_intel
arc41242  2 
snd_hda_codec_realtek   272980  1 
snd_hda_intel  19281  3 
snd_hda_codec  55196  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep   4906  1 snd_hda_codec
snd_pcm54125  2 snd_hda_intel,snd_hda_codec
snd_seq41643  1 
snd_timer  15939  3 snd_hrtimer,snd_pcm,snd_seq
snd_seq_device  4425  1 snd_seq
snd40837  15 
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore872  1 snd
snd_page_alloc  5931  2 snd_hda_intel,snd_pcm
iwl496578997  0 
iwl_legacy 43163  1 iwl4965
pcmcia 28284  0 
mac80211  172223  2 iwl4965,iwl_legacy
uvcvideo   51990  0 
processor  23253  3 acpi_cpufreq
yenta_socket   17734  0 
pcmcia_rsrc 7198  1 yenta_socket
cfg80211  124288  3 iwl4965,iwl_legacy,mac80211
psmouse33182  0 
pcmcia_core10198  3 pcmcia,yenta_socket,pcmcia_rsrc
videodev   58104  1 uvcvideo
v4l2_compat_ioctl32 6695  1 videodev
i2c_i8017278  0 
battery 5893  0 
ac  2144  0 
serio_raw   3674  0 
pcspkr  1667  0 
fujitsu_laptop 10371  0 
rfkill 12964  3 bluetooth,cfg80211
evdev   8254  20 
sg 18356  0 
sr_mod 12596  0 
sd_mod 29729  3 
crc_t10dif  1244  1 sd_mod
cdrom  30041  1 sr_mod
i915  300652  2 
drm_kms_helper 20782  1 i915
drm   151615  3 i915,drm_kms_helper
i2c_algo_bit4209  1 i915
sdhci_pci   7465  0 
sdhci  18049  1 sdhci_pci
uhci_hcd   18396  0 
thermal 7359  0 
ehci_hcd   31593  0 
mmc_core   57282  1 sdhci
ata_piix   20947  0 
sky2   38218  0 
ahci   19689  2 
libahci15716  1 ahci
libata140905  3 ata_piix,ahci,libahci
scsi_mod  120684  4 sg,sr_mod,sd_mod,libata
cfbcopyarea 3022  1 i915
button  4177  1 i915
i2c_core   16300  6 
videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video  10597  1 i915
thermal_sys12059  3 processor,thermal,video
cfbimgblt   1897  1 i915
cfbfillrect 2970  1 i915
usbcore   112731  3 uvcvideo,uhci_hcd,ehci_hcd

-- /etc/initramfs-tools/modules
intel_agp
i915

-- 

Bug#633079: rinse: missing /etc/hosts after bootstrap

2011-07-08 Thread Sebastian Harl
Package: rinse
Version: 1.8.1-1
Severity: normal

Hi,

after bootstrapping CentOS 5 with rinse (rinse --directory
/srv/chroot/centos5-i386 --distribution centos-5 --arch i386), the new
system does not have an /etc/hosts file, thus, it's unable to resolve
localhost. Imho, rinse should take care of that.

TIA,
Sebastian

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#633016: post-inst problem: Byte order is not compatible at ../../lib/Storable.pm

2011-07-08 Thread Niko Tyni
On Fri, Jul 08, 2011 at 12:22:35AM +0300, Andrew O. Shadoura wrote:
 Package: doc-base
 Version: 0.9.2
 Severity: important
 
 After Perl upgrade, I got this error:
 
 Processing triggers for doc-base ...
 Byte order is not compatible at ../../lib/Storable.pm (autosplit into
 .../../lib/auto/Storable/thaw.al) line 415, at
 /usr/share/perl5/MLDBM/Serializer/Storable.pm line 27

This doesn't occur anymore with doc-base = 0.10.0, which switched from
MLDB to YAML according to the changelog.

However, I think there has to be a mechanism ensuring that partial
upgrades from squeeze aren't affected. I think that needs to go in
perl-base, which should declare a Breaks: doc-base ( 0.10.0).

We're tracking this as http://bugs.debian.org/633076 and it will probably
go into the next perl upload.
-- 
Niko Tyni   nt...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632078: one week of test

2011-07-08 Thread ludovic mercier

Hi,

after one week of intensive use of qwt there is no problem with your packages 
(http://gudjon.org/debian/squeeze/)
But with another computer with standard squeeze package (amd64) the python script pyqwt_issue_test.py (see 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632078#5) failed.


Regards.

Ludovic



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633011: (fwd) Bug#633011: /usr/bin/tex crashes on every *.tex file

2011-07-08 Thread Norbert Preining
Hi everyone here,

here at Debian we got an interesting bug report, and I can 
confirm it. tex binary (I know, it is the one form 2009)
crashes with seg fault on an empty file. That seems to have
been introduced with a new compiler or linker.

THe OP (big thanks) also proposes a patch.

I checked current TL development sources and the respective code is
still present in
enctex.ch
where at line 14 it is 
mubyte_cswrite: array [0..127] of pointer;
and then in line 45
for i:=0 to 128 do mubyte_cswrite[i]:=null;

Is there an opinion on that?

Thanks a lot and all the best

Norbert



- Forwarded message from Roderich Schupp roderich.sch...@googlemail.com 
-

 From: Roderich Schupp roderich.sch...@googlemail.com
 Subject: Bug#633011: /usr/bin/tex crashes on every *.tex file
 To: Debian Bug Tracking System sub...@bugs.debian.org
 
 Package: texlive-binaries
 Version: 2009-8+b1
 Severity: normal
 Tags: sid
 
 To reproduce
 
 $  foo.tex # but any other .tex file will do
 $ tex foo.tex
 This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
 Segmentation fault
 
 This is due to an longstanding off-by-one error during initialization (even
 before loading a .fmt file):
 
 In Web (Pascal) source we have
 
   mubyte_cswrite: array [0..127] of pointer;
 
 and later this array is initialized with
 
   for i:=0 to 128 do mubyte_cswrite[i]:=null;
 
 Why hasn't this caused any problems before the latest (2009-8+b1) bin-NMU?
 My guess is that the GNU linker now produces another memory layout.
 Note that in the generated C source global variables like the above array are
 only declared extern halfword mubytecswrite[128], but are never defined.
 Hence their linkage is common and the linker is free to use any layout.
 For me mubytecswrite [128] is at the same address as extramembot (C variable
 names)
 and the later the has the value -268435455L (that's what's used for Pascal's
 null).
 This is very unfortunate because extramembot is supposed to be positive and
 this leads to totally bogus pointer calculations resulting in a segfault.
 
 Suggested patch attached.
 
 Cheers, Roderich
 

 --- a/texk/web2c/tex.ch   2011-07-07 21:26:55.779344956 +0200
 +++ b/texk/web2c/tex.ch   2009-08-12 23:40:14.0 +0200
 @@ -371,7 +371,7 @@
  {Initialize enc\TeX\ data.}
  for i:=0 to 255 do mubyte_read[i]:=null;
  for i:=0 to 255 do mubyte_write[i]:=0;
 -for i:=0 to 128 do mubyte_cswrite[i]:=null;
 +for i:=0 to 127 do mubyte_cswrite[i]:=null;
  mubyte_keep := 0; mubyte_start := false; 
  write_noexpanding := false; cs_converting := false;
  special_printing := false; message_printing := false;
 --- a/texk/web2c/xetexdir/xetex.ch2011-07-07 21:26:55.779344956 +0200
 +++ b/texk/web2c/xetexdir/xetex.ch2011-07-07 21:26:55.779344956 +0200
 @@ -335,7 +335,7 @@
  {Initialize enc\TeX\ data.}
  for i:=0 to 255 do mubyte_read[i]:=null;
  for i:=0 to 255 do mubyte_write[i]:=0;
 -for i:=0 to 128 do mubyte_cswrite[i]:=null;
 +for i:=0 to 127 do mubyte_cswrite[i]:=null;
  mubyte_keep := 0; mubyte_start := false;
  write_noexpanding := false; cs_converting := false;
  special_printing := false; message_printing := false;


- End forwarded message -


Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

SLOGARIE (n.)
Hillwalking dialect for the seven miles of concealed rough moorland
which lie between what you though was the top of the hill and what
actually is.
--- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633080: cups: TLS encryption not working

2011-07-08 Thread Ian Zimmerman
Package: cups
Version: 1.4.6-9
Severity: normal

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

Trying to print with the lp command line client from a remote host
over SSL, I get this on the client:

 lp: Error - scheduler not responding!

and this in the server error log:

E [07/Jul/2011:23:08:18 -0700] Unable to encrypt connection from 192.168.1.101 
- A record packet with illegal version was received.
E [07/Jul/2011:23:08:18 -0700] Unable to encrypt connection from 192.168.1.101 
- A record packet with illegal version was received.

(there seem to be 2 such logs for each of my connection attempts).

my cupsd.conf should be attached.

P.S. I tried regenerating the keys (after removing them) with

 make-ssl-cert generate-default-snakeoil

no effect on the problem.

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

Kernel: Linux 2.6.39-2-686-pae (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/dash

Versions of packages cups depends on:
ii  adduser 3.113add and remove users and groups
ii  bc  1.06.95-2The GNU bc arbitrary precision cal
ii  cups-client 1.4.6-9  Common UNIX Printing System(tm) - 
ii  cups-common 1.4.6-9  Common UNIX Printing System(tm) - 
ii  cups-ppdc   1.4.6-9  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]   1.5.40   Debian configuration management sy
ii  ghostscript 9.02~dfsg-2  interpreter for the PostScript lan
ii  libavahi-client30.6.30-3 Avahi client library
ii  libavahi-common30.6.30-3 Avahi common library
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libcups21.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupscgi1 1.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsdriver1  1.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsimage2   1.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsmime11.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsppdc11.4.6-9  Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.4.12-2 simple interprocess messaging syst
ii  libgcc1 1:4.6.1-1GCC support library
ii  libgnutls26 2.10.5-2 the GNU TLS library - runtime libr
ii  libgssapi-krb5-21.9.1+dfsg-1 MIT Kerberos runtime libraries - k
ii  libijs-0.35 0.35-7   IJS raster image transport protoco
ii  libkrb5-3   1.9.1+dfsg-1 MIT Kerberos runtime libraries
ii  liblcms11.18.dfsg-1.2+b4 Color management library
ii  libldap-2.4-2   2.4.25-1+b1  OpenLDAP libraries
ii  libpam0g1.1.3-2  Pluggable Authentication Modules l
ii  libpaper1   1.1.24+nmu1  library for handling paper charact
ii  libpoppler5 0.12.4-1.2   PDF rendering library
ii  libslp1 1.2.1-7.8OpenSLP libraries
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-17  userspace USB programming library
ii  lsb-base3.2-27   Linux Standard Base 3.2 init scrip
ii  poppler-utils   0.12.4-1.2   PDF utilitites (based on libpopple
ii  procps  1:3.2.8-10   /proc file system utilities
ii  ssl-cert1.0.28   simple debconf wrapper for OpenSSL
ii  ttf-freefont20100919-1   Freefont Serif, Sans and Mono True
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages cups recommends:
pn  avahi-daemon none  (no description available)
pn  cups-driver-gutenprint   none  (no description available)
pn  foomatic-filters none  (no description available)
ii  ghostscript-cups 9.02~dfsg-2 interpreter for the PostScript lan

Versions of packages cups suggests:
pn  cups-bsd  none (no description available)
pn  cups-pdf  none (no description available)
pn  foomatic-db-compressed-ppds | none (no description available)
pn  hplip none (no description available)
pn  smbclient none (no description available)
ii  udev  171-1  /dev/ and hotplug management daemo

-- Configuration Files:
/etc/cups/cupsd.conf changed:
LogLevel warn
MaxLogSize 0
SystemGroup lpadmin
ServerKey /etc/cups/ssl/server.key
ServerCertificate /etc/cups/ssl/server.crt
Listen /var/run/cups/cups.sock
SSLListen 0.0.0.0:631 
Browsing Off
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
DefaultAuthType 

Bug#624784: geoip-database-contrib: Please provide a way to disble updating of specific databases

2011-07-08 Thread Ludovico Cavedon
On Mon, Jun 27, 2011 at 6:10 AM, Gerardo Esteban Malazdrewicz
gera...@malazdrewicz.com.ar wrote:
 It is possible you want to mix propietary files provided by MaxMind and the 
 free ones.
 At this point, the files provided by this packages would overwrite propietary 
 files.

 Please provide an option to decide which free database(s) to update, and 
 which ones to be left alone.

I also agree that we should not rename the .dat file.
Patrick, what about using update-alternatives instead of renaming it?

Thanks,
Ludovico



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633011: /usr/bin/tex crashes on every *.tex file

2011-07-08 Thread Norbert Preining
severity 633011 important
thanks

 $ tex foo.tex
 This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
 Segmentation fault

Frank, there are a lot of changes in texlive-bin. What is the status?
I can either upload what is there now plus a patch for this problem,
or tr to make an intermediate release not including your patches
(but this is a bit a pain)?

WDYT?

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

VOBSTER (n.)
A strain of perfectly healthy rodent which develops cancer the moment
it enter a laboratory.
--- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633080: Keep me in the loop.

2011-07-08 Thread Ian Zimmerman
I mistakenly mailed this from an address that will bounce.  Me bad; please keep 
the real me i...@buug.org subscribed.

-- 
Ian Zimmerman
gpg public key: 1024D/C6FF61AD
fingerprint: 66DC D68F 5C1B 4D71 2EE5  BD03 8A00 786C C6FF 61AD
Rule 420: All persons more than eight miles high to leave the court.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633081: python-apt: apt.progress.text does not work if output is not a terminal

2011-07-08 Thread Hamish Moffatt
Package: python-apt
Version: 0.7.100.1
Severity: normal

apt.progress.text makes a termio ioctl against its output even if it's
not a terminal.

buf = fcntl.ioctl(self._file, termios.TIOCGWINSZ, 8 * ' ')

Hamish


-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39.1-linode34 (SMP w/4 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 python-apt depends on:
ii  apt [libapt-pkg4.10]0.8.10.3 Advanced front-end for dpkg
ii  apt-utils [libapt-inst1 0.8.10.3 APT utility programs
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-apt-common   0.7.100.1Python interface to libapt-pkg (lo
ii  python2.5   2.5.5-11 An interactive high-level object-o
ii  python2.6   2.6.6-8+b1   An interactive high-level object-o

Versions of packages python-apt recommends:
ii  iso-codes   3.23-1   ISO language, territory, currency,
ii  lsb-release 3.2-23.2squeeze1 Linux Standard Base version report
ii  python2.6   2.6.6-8+b1   An interactive high-level object-o

Versions of packages python-apt suggests:
pn  python-apt-dbgnone (no description available)
pn  python-apt-docnone (no description available)
pn  python-gtk2   none (no description available)
pn  python-vtenone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#614712: moodle: an other quick fix for lib/yui/selector/selector-min.js

2011-07-08 Thread Yves Agostini
Package: moodle
Version: 1.9.9.dfsg2-2.1+squeeze1
Severity: normal


this is an other quick fix for 
require_js: ...lib/yui/selector/selector-min.js - file not found

after an upgrade from lenny to squeeze

/usr/share/moodle/lib/yui was linked to /var/www/yui/ 

I removed this link and create a new link to /usr/share/javascript/yui/
provided by libsjs-yui

ln -s /usr/share/javascript/yui/ /usr/share/moodle/lib/yui


Thanks

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages moodle depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze1 Apache HTTP Server - traditional n
ii  dbconfig-common1.8.46+squeeze.0  common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  libapache2-mod-php55.3.3-7+squeeze3  server-side, HTML-embedded scripti
ii  libdbd-mysql-perl  4.016-1   Perl5 database interface to the My
ii  libdbi-perl1.612-1   Perl Database Interface (DBI)
ii  libjs-yui  2.8.2r1~squeeze-1 Yahoo User Interface Library
ii  libphp-magpierss   0.72-8+squeeze1   provides an XML-based RSS parser i
ii  libphp-pclzip  2.8.2-2   zip archive manager class for PHP
ii  mysql-client-5.1 [mysq 5.1.49-3  MySQL database client binaries
ii  php-fpdf   3:1.6.dfsg-1  PHP class to generate PDF files
ii  php5-cli   5.3.3-7+squeeze3  command-line interpreter for the p
ii  php5-curl  5.3.3-7+squeeze3  CURL module for php5
ii  php5-gd5.3.3-7+squeeze3  GD module for php5
ii  php5-mysql 5.3.3-7+squeeze3  MySQL module for php5
ii  php5-pgsql 5.3.3-7+squeeze3  PostgreSQL module for php5
ii  smarty 2.6.26-0.2Template engine for PHP
ii  ucf3.0025+nmu1   Update Configuration File: preserv
ii  unzip  6.0-4 De-archiver for .zip files
ii  zip3.0-3 Archiver for .zip files

Versions of packages moodle recommends:
ii  aspell  0.60.6-4 GNU Aspell spell-checker
ii  mimetex 1.50-1.1 LaTeX math expressions to anti-ali
ii  mysql-server5.1.49-3 MySQL database server (metapackage
ii  mysql-server-5.1 [mysql 5.1.49-3 MySQL database server binaries and
ii  php5-ldap   5.3.3-7+squeeze3 LDAP module for php5
ii  php5-xmlrpc 5.3.3-7+squeeze3 XML-RPC module for php5

Versions of packages moodle suggests:
ii  clamav  0.97+dfsg-2~squeeze1 anti-virus utility for Unix - comm

-- Configuration Files:
/etc/cron.d/moodle changed [not included]
/etc/moodle/apache.conf changed [not included]

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633082: Bugs in adjtimex affect precision of calculated frequency error (PPM)

2011-07-08 Thread Christopher Alexander Tobias Schulze
Package: adjtimex
Version: 1.29-2.1

There are two (minor) problems that cause reduced precision when calculating 
the frequency error of the system clock by comparing the system clock with an 
external reference clock (NTP) and the CMOS clock (the first problem is more 
important):

Problem 1) Integer arithmetics truncate the value of the frequency kernel 
variable to full PPMs.

Source code fragments from adjtimex_1.29-2.1, file adjtimex.c:

  92   int freq; /* freq system parameter */
...
1249 #define SHIFT (116)
...
1980   hacks[i]-relative_rate =
1981 diff_ppm = 1.e6*(sys_time - cmos_time)/sys_time
1982 - 100*(hacks[i]-tick - tick_mid) - hacks[i]-freq/SHIFT;
...
2047   hacks[i]-sys_rate =
2048 diff_ppm = 1.e6*(sys_time - ref_time)/sys_time
2049 - 100*(hacks[i]-tick - tick_mid) - hacks[i]-freq/SHIFT;

SHIFT (=65536) and hacks[i]-freq are integer values; therefore, 
hacks[i]-freq/SHIFT is computed using integer arithmetics, causing the 
current frequency correction in the kernel to be truncated to full PPMs when 
adding it to the frequency error calculated from clock comparisons.

Required correction: Convert SHIFT or hacks[i]-freq to double by casting, 
e.g. replace hacks[i]-freq/SHIFT with ((double)hacks[i]-freq)/SHIFT.

Problem 2) In the code that compares the system clock with a timeserver, the 
system clock is only used with a precision of seconds instead of (readily 
available) microseconds.

Source code fragment from adjtimex_1.29-2.1, file adjtimex.c:

1459   ftime_sys = tv_sys.tv_sec;

However, in the branch with label /* no absolute time reference */ the full 
precision is used:

1506   ftime_sys = tv_sys.tv_sec + tv_sys.tv_usec*.01;

When comparing the NTP reference clock with the system clock in intervals of 
15 minutes, the error might be as large as 1/900, or just below 0.1%, so this 
effect is rather minor. As fetching the time offset from NTP by calling 
ntpdate (or even polling the RTC!) also takes some time (which, if I am not 
mistaken, is not taken into account currently), there are already other 
sources that degrade precision. However, the fix is really trivial (copy line 
1506 to line 1459), so I recommend to fix this, too.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632970: cannot set keyboard layout for vserver

2011-07-08 Thread Harald Dunkel
The Linux Vserver server in the computer room is running
Squeeze with kernel 2.6.32-5-vserver-amd64. It provides
5 identical versers.

The vservers are running squeeze. Using xdmcp and kdm
they are supposed to provide virtual desktops to one or
more users each.

The clients (e.g. my desktop PC) is running Squeeze,
too. To access a vserver I use a command line like

Xephyr :3 -screen 1280x1024 -query vserver1 -terminate

As written before, all hosts involved have been configured
to provide a German keyboard layout:

# egrep -v ^#\|^\$ /etc/default/keyboard
XKBMODEL=pc105
XKBLAYOUT=de
XKBVARIANT=
XKBOPTIONS=terminate:ctrl_alt_bksp


Regards

Harri



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633052: live-build: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Roger Leigh
reopen 633052
retitle 633052 live-build: Please add support for /run
thanks

On Fri, Jul 08, 2011 at 06:52:17AM +0200, Daniel Baumann wrote:
 On 07/08/2011 01:10 AM, Roger Leigh wrote:
  Your package is currently using /lib/init/rw/
 
 must be a false positive due the unmount call in lb_clean, closing.

Partially.  While /lib/init/rw was possibly a false positive,
you also need to umount /run there as well.  Please could you
add that?


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#616066: Fix for bug 616066

2011-07-08 Thread Anders Kaseorg
tags 616066 patch
thanks

How about just using $pack.md5sums if $pack.list exists, or 
$pack:$arch.md5sums if $pack:$arch.list?
  http://andersk.mit.edu/gitweb/debsums.git/commitdiff/efa322f

I have a branch on top of that to stop reading /var/lib/dpkg/status 
directly, and add multiarch support:
  http://andersk.mit.edu/gitweb/debsums.git/log/refs/heads/multiarch
  git://andersk.mit.edu/debsums.git multiarch
I’ve attached the full debdiff.

Andersdiff -Nru debsums-2.0.48+nmu3/debian/changelog 
debsums-2.0.48+nmu4/debian/changelog
--- debsums-2.0.48+nmu3/debian/changelog2010-11-17 16:47:01.0 
-0500
+++ debsums-2.0.48+nmu4/debian/changelog2011-07-08 03:24:25.0 
-0400
@@ -1,3 +1,14 @@
+debsums (2.0.48+nmu4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use dpkg-query instead of reading /var/lib/dpkg/status directly.  We
+still use /var/lib/dpkg/info directly to find the paths to .md5sums
+files, but now at least we try to verify our guess by checking that
+the corresponding .lists file exist.  (Closes: #616066)
+  * Add multiarch support.
+
+ -- Anders Kaseorg ande...@mit.edu  Fri, 08 Jul 2011 02:55:29 -0400
+
 debsums (2.0.48+nmu3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru debsums-2.0.48+nmu3/debian/control debsums-2.0.48+nmu4/debian/control
--- debsums-2.0.48+nmu3/debian/control  2010-05-11 17:45:14.0 -0400
+++ debsums-2.0.48+nmu4/debian/control  2011-07-08 03:24:25.0 -0400
@@ -9,7 +9,7 @@
 
 Package: debsums
 Architecture: all
-Depends: perl (= 5.8.0-3), ucf (= 0.28), ${misc:Depends}
+Depends: perl (= 5.8.0-3), ucf (= 0.28), dpkg (= 1.16.0~), ${misc:Depends}
 Description: tool for verification of installed package files against MD5 
checksums
  debsums can verify the integrity of installed package files against
  MD5 checksums installed by the package, or generated from a .deb
diff -Nru debsums-2.0.48+nmu3/debsums debsums-2.0.48+nmu4/debsums
--- debsums-2.0.48+nmu3/debsums 2010-11-17 16:18:37.0 -0500
+++ debsums-2.0.48+nmu4/debsums 2011-07-08 03:24:25.0 -0400
@@ -151,6 +151,8 @@
 @debpath = map +(length) ? $_ : '.', split /:/, $debpath, -1 if $debpath;
 
 my $arch;
+chomp ($arch = `/usr/bin/dpkg --print-architecture`);
+
 my %generate;
 if ($gen_opt)
 {
@@ -172,8 +174,6 @@
 $generate{missing}++ unless $generate{all} or $generate{missing};
 $generate{keep}++if $generate{nocheck};
 
-chomp ($arch = `/usr/bin/dpkg --print-architecture`);
-
 # ensure generated files are world readable
 umask 022;
 }
@@ -181,38 +181,42 @@
 my %installed;
 my %replaced;
 {
-open STATUS, $DPKG/status or die $self: can't open $DPKG/status ($!)\n;
-local $/ = '';
+my @field_names = qw(PackageSpec Version Status Conffiles Replaces);
+local $/ = \n\n;
+open DPKG, '-|', 'dpkg-query', --admindir=$DPKG,
+  '--showformat=' . (join '', map {\${$_}$/} @field_names),
+  '--show'
+   or die $self: can't run dpkg-query ($!)\n;
 
-while (STATUS)
+while (!eof DPKG)
 {
-   chomp;
-   my %field = map /^(\S+):\s+(.*)/ms, split /\n(?!\s)/;
-   next unless exists $field{Package}
-   and exists $field{Version}
-   and exists $field{Status}
+   my %field = map {$_, scalar DPKG} @field_names;
+   chomp @field{@field_names};
+   next unless $field{PackageSpec} ne ''
+   and $field{Version} ne ''
and $field{Status} =~ /\sinstalled$/;
 
-   $installed{$field{Package}}{Version} = $field{Version};
-   $installed{$field{Package}}{Conffiles} = {
+   $installed{$field{PackageSpec}}{Version} = $field{Version};
+   $installed{$field{PackageSpec}}{Conffiles} = {
map m!^\s*/(\S+)\s+([\da-f]+)!, split /\n/, $field{Conffiles}
} if $field{Conffiles};
 
-   next unless exists $field{Replaces};
for (split /,\s*/, $field{Replaces})
{
my ($pack, $ver) = /^(\S+)(?:\s+\(([^)]+)\))?$/;
unless ($pack)
{
-   warn $self: invalid Replaces for $field{Package} '$_'\n;
+   warn $self: invalid Replaces for $field{PackageSpec} '$_'\n;
next;
}
 
-   push @{$replaced{$pack}{$ver || 'all'}}, $field{Package};
+   push @{$replaced{$pack}{$ver || 'all'}}, $field{PackageSpec};
}
 }
 
-close STATUS;
+close DPKG or die $self: dpkg-query failed (,
+  $! ? $! : $?  8 ? exit status  . ($?  8) : signal  . ($?  127),
+  )\n;
 }
 
 my %diversion;
@@ -254,15 +258,27 @@
 !system '/usr/bin/dpkg', '--compare-versions', $ver, $op, $testver;
 }
 
+sub md5sums_path
+{
+# Calling dpkg-query --control-path for every package is too slow,
+# so we cheat a little bit.
+
+my ($path) = @_;
+return $DPKG/info/$path.md5sums if -e $DPKG/info/$path.list;
+return $DPKG/info/$path:$arch.md5sums if $path !~ /:/ and -e 
$DPKG/info/$path:$arch.list;
+die 

Bug#629442: [Pkg-iscsi-maintainers] Bug#629442: iscsitarget: ietd gives iscsi_trgt: Abort Task errors on high disk load and iscsi connections are dropped

2011-07-08 Thread Ritesh Raj Sarraf
severity 629442 important
thanks

On 06/14/2011 07:21 PM, Ritesh Raj Sarraf wrote:
 Yes, that's what my suspicion is also. The per bdi writeback mechanism
 improves this situation to a great extent but I'm not sure if that is
 part of the Squeeze kernel.
 http://lwn.net/Articles/326552/

Any update on this issue ? I am lowering its severity to Important as it
is a corner case.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System




signature.asc
Description: OpenPGP digital signature


Bug#633083: [liblircclient-dev] Send pkg-config to upstream

2011-07-08 Thread Emil Langrock
Package: liblircclient-dev
Severity: normal

It is nice to have pkg-config for the lirc development packages

$ pkg-config --cflags --libs liblircclient0

But it makes it useless to have it only in Debian. When I program against them 
in Debian, I will make my programs unportable. So it is completely against the 
idea of pkg-config.

So either remove those things or force upstream to include them.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.39-2-686-pae

Debian Release: wheezy/sid
  500 unstableeeepc.debian.net 
  500 testing www.debian-multimedia.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
liblircclient0 (= 0.9.0~pre1-1) | 0.9.0~pre1-1
libc6-dev   | 2.13-7


Package's Recommends field is empty.

Package's Suggests field is empty.







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633084: sympa: missing suid for queue, bouncequeue and famillyqueue

2011-07-08 Thread Yves Agostini
Package: sympa
Version: 6.0.1+dfsg-4
Severity: important


after an upgrade from lenny to squeeze
and used with sendmail

message can not be delivred with 
DSN: unknown mailer error 255

the quick fix is :

chown sympa /usr/lib/sympa/lib/sympa/*
chmod +s /usr/lib/sympa/lib/sympa/*

maybe a link with bug #275012

Thanks

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages sympa depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  dbconfig-common1.8.46+squeeze.0  common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  libarchive-zip-perl1.30-3Perl module for manipulation of ZI
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcgi-fast-perl   5.10.1-17squeeze2 CGI::Fast Perl module
ii  libcgi-pm-perl 3.49-1squeeze1module for Common Gateway Interfac
ii  libcrypt-ciphersaber-p 0.61-4Perl module implementing CipherSab
ii  libdbd-mysql-perl  4.016-1   Perl5 database interface to the My
ii  libdbd-pg-perl 2.17.1-2  Perl DBI driver for the PostgreSQL
ii  libdbd-sqlite3-perl1.29-3Perl DBI driver with a self-contai
ii  libdbi-perl1.612-1   Perl Database Interface (DBI)
ii  libfile-copy-recursive 0.38-1Perl extension for recursively cop
ii  libhtml-format-perl2.04-2format HTML syntax trees into text
ii  libhtml-stripscripts-p 1.03-1module to filter scripts out of HT
ii  libhtml-tree-perl  3.23-2Perl module to represent and creat
ii  libintl-perl   1.20-1Uniforum message translations syst
ii  libio-stringy-perl 2.110-4   Perl modules for IO from scalars a
ii  libmailtools-perl  2.06-1Manipulate email in perl programs
ii  libmime-charset-perl   1.008-1   Perl module for MIME character set
ii  libmime-encwords-perl  1.012-1   Perl interface to deal with RFC 20
ii  libmime-lite-html-perl 1.23-1Transform HTML page into MIME emai
ii  libmime-perl   5.427-2   transitional dummy package
ii  libmime-tools-perl [li 5.428-1   Perl5 modules for MIME-compliant m
ii  libmsgcat-perl 1.03-5Locale::Msgcat perl module
ii  libnet-ldap-perl   1:0.4001-2client interface to LDAP servers
ii  libnet-netmask-perl1.9015-4  parse, manipulate and lookup IP ne
ii  libregexp-common-perl  2010010201-1  module with common regular express
ii  libtemplate-perl   2.22-0.1  template processing system written
ii  libterm-progressbar-pe 2.09-6Perl module to print a progress ba
ii  libxml-libxml-perl 1.70.ds-1 Perl interface to the libxml2 libr
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  mhonarc2.6.16-1  Mail to HTML converter
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 
ii  perl-modules [libcgi-p 5.10.1-17squeeze2 Core Perl modules
ii  perl-suid  5.10.1-17squeeze2 runs setuid Perl scripts
ii  sendmail   8.14.3-9.4powerful, efficient, and scalable 
ii  sendmail-bin [mail-tra 8.14.3-9.4powerful, efficient, and scalable 
ii  sqlite33.7.3-1   A command line interface for SQLit
ii  sysklogd [system-log-d 1.5-6 System Logging Daemon

Versions of packages sympa recommends:
ii  ca-certificates20090814+nmu2 Common CA certificates
pn  doc-base   none(no description available)
ii  locales2.11.2-10 Embedded GNU C Library: National L
ii  logrotate  3.7.8-6   Log rotation utility
ii  mysql-server   5.1.49-3  MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-se 5.1.49-3  MySQL database server binaries and

Versions of packages sympa suggests:
ii  apache22.2.16-6+squeeze1 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze1 Apache HTTP Server - traditional n
pn  libapache2-mod-fcgid   none(no description available)
ii  libsoap-lite-perl  0.712-2   Perl implementation of a SOAP clie
ii  openssl0.9.8o-4squeeze1  Secure Socket Layer (SSL) binary a

-- Configuration Files:
/etc/apache/conf.d/sympa changed [not included]
/etc/sympa/auth.conf changed [not included]
/etc/sympa/httpd.conf-fcgi changed [not included]
/etc/sympa/topics.conf changed [not included]

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to 

Bug#633085: x2vnc: Doesn't seem to support ipv6

2011-07-08 Thread Roland Mas
Package: x2vnc
Version: 1.7.2-3
Severity: normal

I'm trying to connect to a computer over IPv6 (v4 being firewalled off),
but x2vnc doesn't like it, either plain or inside an SSH tunnel:

roland@mirexpress ~ $ host elastomir.placard.fr.eu.org
elastomir.placard.fr.eu.org has IPv6 address 2002:587f:a85e:0:240:d0ff:fe45:7670
roland@mirexpress ~ $ ping6 -c 1 elastomir.placard.fr.eu.org
PING elastomir.placard.fr.eu.org(elastomir.placard.fr.eu.org) 56 data bytes
64 bytes from elastomir.placard.fr.eu.org: icmp_seq=1 ttl=64 time=0.323 ms

--- elastomir.placard.fr.eu.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.323/0.323/0.323/0.000 ms
roland@mirexpress ~ $ ssh elastomir.placard.fr.eu.org hostname
elastomir
roland@mirexpress ~ $ x2vnc -noreconnect -tunnel elastomir.placard.fr.eu.org:0
x2vnc: couldn't convert 'elastomir.placard.fr.eu.org' to host address
roland@mirexpress ~ $ x2vnc -noreconnect elastomir.placard.fr.eu.org:0
x2vnc: couldn't convert 'elastomir.placard.fr.eu.org' to host address
roland@mirexpress ~ $

I'm especially troubled by the -tunnel option not working; x2vnc should
pass the hostname to SSH as-is, rather than doing DNS resolution itself,
so that SSH configuration (host aliases, SSH keys, etc.) could be used.

Roland.

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

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

Versions of packages x2vnc depends on:
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libice6   2:1.0.7-2  X11 Inter-Client Exchange library
ii  libsm62:1.2.0-2  X11 Session Management library
ii  libx11-6  2:1.4.3-2  X11 client-side library
ii  libxext6  2:1.3.0-3  X11 miscellaneous extension librar
ii  libxinerama1  2:1.1.1-3  X11 Xinerama extension library
ii  libxss1   1:1.2.1-1  X11 Screen Saver extension library

x2vnc recommends no packages.

Versions of packages x2vnc suggests:
pn  tightvncservernone (no description available)
pn  vnc4servernone (no description available)
ii  xtightvncviewer   1.3.9-6.2  virtual network computing client s
pn  xvnc4viewer   none (no description available)

-- no debconf information

-- 
Roland Mas

Certains disent que les vrais hommes ne font pas de backups.
Mais ils disent aussi que même les vrais hommes pleurent parfois.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633086: postgresql-9.1: gcc 4.6.0 optimization bug breaks wal replay

2011-07-08 Thread David Hartveld
Package: postgresql-9.1
Version: 9.1~beta1-4
Severity: important
Tags: patch upstream


A GCC 4.6.0 optimization bug breaks the WAL replay functionality in 
postgresql-9.1. Current experimental packages are built with GCC 4.6.0, and 
should be rebuilt with GCC 4.6.1, or the referenced post-beta2 patch should be 
applied.

PGSQL patch: 
http://git.postgresql.org/gitweb/?p=postgresql.gita=commitdiffh=c2ba0121c73b7461331104a46d140156e847572a
GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49390

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (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/dash

Versions of packages postgresql-9.1 depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.12-4stable1  common error description library
ii  libgssapi-krb5-2   1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries - k
ii  libkrb5-3  1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  libpam0g   1.1.1-6.1 Pluggable Authentication Modules l
ii  libpq5 9.1~beta1-4   PostgreSQL C client library
ii  libssl1.0.01.0.0d-2  SSL shared libraries
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  locales2.11.2-10 Embedded GNU C Library: National L
ii  postgresql-client- 9.1~beta1-4   front-end programs for PostgreSQL 
ii  postgresql-common  118~bpo60+1   PostgreSQL database-cluster manage
ii  ssl-cert   1.0.28simple debconf wrapper for OpenSSL
ii  tzdata 2011d-0squeeze1   time zone and daylight-saving time
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

postgresql-9.1 recommends no packages.

Versions of packages postgresql-9.1 suggests:
pn  oidentd | ident-servernone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633087: pbzip2 output files created under umask before being chmodded to proper permissions

2011-07-08 Thread Andy Isaacson
Package: pbzip2
Version: 1.1.1-1
Severity: important


while pbzip2 is writing compressed data to a file, the output file is
world-readable because my umask is 022.  After completing compression
pbzip chmods the output file to the permissions of the input file.

% time pbzip2 -v big
...
 Input Size: 104857600 bytes
Compressing data...
^Z
% ls -l
...
-rw--- 1 adi adi 104857600 Jul  8 01:11 big
-rw-r--r-- 1 adi adi  8273 Jul  8 01:11 big.bz2

This can expose private data to other users of the computer if they read
the output file while it's being compressed.

The stock bzip2 program does not show this behavior (testing with bzip2
1.0.5-6).

% time bzip2 -v big
  big: ^Z
% ls -l
...
-rw--- 1 adi adi 104857600 Jul  8 01:12 big
-rw--- 1 adi adi 0 Jul  8 01:13 big.bz2


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

Kernel: Linux 3.0.0-rc4-00185-g947d5e7 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pbzip2 depends on:
ii  libbz2-1.01.0.5-6high-quality block-sorting file co
ii  libc6 2.13-6 Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-12 GCC support library
ii  libstdc++64.6.0-12   GNU Standard C++ Library v3

pbzip2 recommends no packages.

pbzip2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#294327: [PATCH] doc: note that cp -l creates _hard_ links

2011-07-08 Thread Benoît Knecht
This fact was already noted in the Texinfo manual, but not in the output
of --help.

* src/cp.c (usage): As above, for --help.
Reported by Jari Aalto in http://bugs.debian.org/294327.
---
 THANKS.in |1 +
 src/cp.c  |2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/THANKS.in b/THANKS.in
index 87c5b19..4bbee80 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -261,6 +261,7 @@ Jan Moringen
jan.morin...@uni-bielefeld.de
 Jan Nieuwenhuizen   jann...@gnu.org
 Jan-Pawel Wrozstinski   jpw...@gmail.com
 Janos Farkasche...@shadow.banki.hu
+Jari Aalto  jari.aa...@cante.net
 Jarkko Hietaniemi   j...@epsilon.hut.fi
 Jarod Wilsonjwil...@redhat.com
 Jean Charles Delepine   delep...@u-picardie.fr
diff --git a/src/cp.c b/src/cp.c
index 859f21b..15f3aa9 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -187,7 +187,7 @@ Mandatory arguments to long options are mandatory for short 
options too.\n\
   -H   follow command-line symbolic links in SOURCE\n\
 ), stdout);
   fputs (_(\
-  -l, --link   link files instead of copying\n\
+  -l, --link   hard link files instead of copying\n\
   -L, --dereferencealways follow symbolic links in SOURCE\n\
 ), stdout);
   fputs (_(\
-- 
1.7.5.4




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#616066: Fix for bug 616066

2011-07-08 Thread Raphael Hertzog
On Fri, 08 Jul 2011, Anders Kaseorg wrote:
 +chomp ($arch = `/usr/bin/dpkg --print-architecture`);
 +
[...]
 +sub md5sums_path
 +{
 +# Calling dpkg-query --control-path for every package is too slow,
 +# so we cheat a little bit.
 +
 +my ($path) = @_;
 +return $DPKG/info/$path.md5sums if -e $DPKG/info/$path.list;
 +return $DPKG/info/$path:$arch.md5sums if $path !~ /:/ and -e 
 $DPKG/info/$path:$arch.list;
 +die Cannot find md5sums path for $path\n;
 +}

That's wrong. $arch might be different from dpkg --print-architecture, the
precise point of multiarch is to be able to install package of other
architectures...

You should really extract the arch from the corresponding package entry
that you're treating and passing it as a parameter to this function.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#616066: Fix for bug 616066

2011-07-08 Thread Anders Kaseorg
On Fri, 8 Jul 2011, Raphael Hertzog wrote:
 That's wrong. $arch might be different from dpkg --print-architecture, the
 precise point of multiarch is to be able to install package of other
 architectures...

That gets fixed by the rest of my branch.  For packages of other 
architectures, the architecture will be part of the PackageSpec itself, so 
the first case will find the correct .md5sums file.

Anders



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633049: debootstrap: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Roger Leigh
On Thu, Jul 07, 2011 at 09:48:20PM -0400, Joey Hess wrote:
 Roger Leigh wrote:
  Your package is currently using /lib/init/rw/ which is now deprecated
  and pending removal.  Please update your package to use /run/ with a
  versioned dependency on initscripts, as detailed below.
 
 debootstrap's entire use of /lib/init/rw is to umount it if the
 directory exists. AFAICS the only impact could be a warning message
 if the directory is not found or mounted. I don't know if /run would
 get mounted during a debootstapping and also need to be unmounted.

We do take care to only mount /run at boot time, so it should never
be mounted in a chroot.  When migrating from /var/run in a chroot,
we also take care to not do any bind mounting.  In consequence, it
should never be mounted during a debootstrap, but it certainly
wouldn't hurt for debootstrap to attempt to umount it just in case
something else does mount it.

 And, debootstrap needs to keep umounting the directory if it exists,
 since it supports debootstapping old versions of debian.

ACK.

 I already discussed this, and other stuff in d-i that will probably
 actually be broken by /run in 20110514180201.ga28...@gnu.kitenet.net.
 Has anything been done about that stuff? Not that I can see from what's
 in git for eg, grub-installer.

This is regarding making /etc/mtab a symlink?  This is still a work in
progress; I haven't yet got around to looking at what needs fixing.
It's also blocked on libmount support being added to nfs-utils.  Thanks
for the list of packages though--I'll look at them in more detail and
file bugs when I have time.

Sorry about the sendsigs bit, that was not relevant for debootstrap.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#633052: live-build: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Daniel Baumann
On 07/08/2011 09:42 AM, Roger Leigh wrote:
 you also need to umount /run there as well.

not sure; while it apparently was (not checked with =squeeze yet,
probably we can completely remove it anyway) the case that older
releases (or older releases of derivatives) mounted /lib/init/rw during
package installation, i guess this will not be the case anymore with
/run. right?

oiow: in order to install packages in a chroot, /run does not need to be
anything but an empty directory.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633052: live-build: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Roger Leigh
On Fri, Jul 08, 2011 at 10:05:38AM +0200, Daniel Baumann wrote:
 On 07/08/2011 09:42 AM, Roger Leigh wrote:
  you also need to umount /run there as well.
 
 not sure; while it apparently was (not checked with =squeeze yet,
 probably we can completely remove it anyway) the case that older
 releases (or older releases of derivatives) mounted /lib/init/rw during
 package installation, i guess this will not be the case anymore with
 /run. right?
 
 oiow: in order to install packages in a chroot, /run does not need to be
 anything but an empty directory.

I think this should be safe.  We certainly never intentionally
mount /run in a chroot (it's only done at boot time).  We also
don't do a bind mount on upgrade when in a chroot.  However, it
certainly wouldn't hurt to do the umount just in case someone
else does mount it (but whether this is worth doing, I can't say).


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#632846: gnome-terminal: window opens in background and doesn't get focus when --geometry= is specified

2011-07-08 Thread L'Enchanteur merlin
I just noticed that I have the same behaviour with gedit, epiphany and
iceape.

PS: Please move this bug to the appropriate place (or tell me how to
proceed), I don't know how to do this (since it's my first bug report).
Thanks.


Bug#633011: [tex-k] (fwd) Bug#633011: /usr/bin/tex crashes on every *.tex file

2011-07-08 Thread Peter Breitenlohner

On Fri, 8 Jul 2011, Norbert Preining wrote:


Hi everyone here,

here at Debian we got an interesting bug report, and I can
confirm it. tex binary (I know, it is the one form 2009)
crashes with seg fault on an empty file. That seems to have
been introduced with a new compiler or linker.

THe OP (big thanks) also proposes a patch.

I checked current TL development sources and the respective code is
still present in
enctex.ch
where at line 14 it is
mubyte_cswrite: array [0..127] of pointer;
and then in line 45
for i:=0 to 128 do mubyte_cswrite[i]:=null;


Hi Karl, Norbert,

this is definitely a bug and the patches below should be applied.  The
effect depends on the arrangement of the various arrays in memory, and it is
quite possible that this has been changed by a new compiler/linker.

The relevant code in xetex.ch was introduced in TL SVN r5537 (2007-11-21)
and I am sure the corresponding code in enctex.ch is at least that old.  So
should this be fixed right now for the DVD or only after the freeze?

It is a pity, such long standing bugs are detected this late stage in the
release process.


- Forwarded message from Roderich Schupp roderich.sch...@googlemail.com 
-


--- a/texk/web2c/tex.ch 2011-07-07 21:26:55.779344956 +0200
+++ b/texk/web2c/tex.ch 2009-08-12 23:40:14.0 +0200
@@ -371,7 +371,7 @@
 {Initialize enc\TeX\ data.}
 for i:=0 to 255 do mubyte_read[i]:=null;
 for i:=0 to 255 do mubyte_write[i]:=0;
-for i:=0 to 128 do mubyte_cswrite[i]:=null;
+for i:=0 to 127 do mubyte_cswrite[i]:=null;
 mubyte_keep := 0; mubyte_start := false;
 write_noexpanding := false; cs_converting := false;
 special_printing := false; message_printing := false;
--- a/texk/web2c/xetexdir/xetex.ch  2011-07-07 21:26:55.779344956 +0200
+++ b/texk/web2c/xetexdir/xetex.ch  2011-07-07 21:26:55.779344956 +0200
@@ -335,7 +335,7 @@
 {Initialize enc\TeX\ data.}
 for i:=0 to 255 do mubyte_read[i]:=null;
 for i:=0 to 255 do mubyte_write[i]:=0;
-for i:=0 to 128 do mubyte_cswrite[i]:=null;
+for i:=0 to 127 do mubyte_cswrite[i]:=null;
 mubyte_keep := 0; mubyte_start := false;
 write_noexpanding := false; cs_converting := false;
 special_printing := false; message_printing := false;



- End forwarded message -


Regards
Peter



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#578387: log4cplus API for Bind10

2011-07-08 Thread Eric Kom
Hi all,

I'm ready to adopt this library as a Debian Package start from now,

It's just to solve Bind10 dependency for Debian users!

My PGP key are already signed by an existent Debian Developer,

The goal is that, bind 10 need also to be tested on Debian System.


-- 
Your Truly

Eric Kom

2 Hennie Van Till, White River, 1240
eric...@kom.za.net | eric...@namekom.co.za | eric...@erickom.co.za
www.kom.za.net | www.kom.za.org | www.erickom.co.za

Key fingerprint: 513E E91A C243 3020 8735 09BB 2DBC 5AD7 A9DA 1EF5


0xA9DA1EF5.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#632968: (linux-image-2.6.32-5-686-bigmem: Kernel log fill with repeated network driver errors)

2011-07-08 Thread Touko Korpela
On Fri, Jul 08, 2011 at 02:19:21AM +0100, Ben Hutchings wrote:
 On Thu, 2011-07-07 at 17:17 +0300, Touko Korpela wrote:
  I noticed that firmware-nonfree (0.30) has updated brcm80211 firmware that
  contains unspecified stability fixes.
  Maybe updated firmware-nonfree should go to stable updates too?
 
 Yes, possibly.
 
 Have you tested that version, and does it fix this problem?

I think it makes these errors more rare, with new fw only one error has been
logged.
I'm going to try newer kernel next, with updated drivers and other fixes.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633027: bup: /run transition: Please switch to /run/sendsigs.omit.d

2011-07-08 Thread Jon Dowland
Hello Roger,

Thanks for the report.

 bup only uses sendsigs.omit.d in its examples, so just updating them
 should be sufficient

I cannot find reference to sendsigs (or /lib/init/rw, or /rw) in bup's source.
Can you point me in the right direction?

-- 
Jon Dowland



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633011: /usr/bin/tex crashes on every *.tex file

2011-07-08 Thread Hilmar Preusse
forwarded 633011 te...@mail.tug.org
stop

On 08.07.11 Norbert Preining (prein...@logic.at) wrote:

 severity 633011 important
 thanks
 
Mark as forwarded.

H.
-- 
sigmentation fault



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633080: Info received (Keep me in the loop.)

2011-07-08 Thread Ian Zimmerman
It turns out adding Encryption Always to my client.conf file fixes it.
That seems strange, as the documentation says Encryption IfRequested is
the default.  Does running _only_ a SSL encrypted server not count as
requesting encryption?

I now suspect my problem is caused by misunderstanding the
documentation, which (at least wrt the Encryption settings) is
inadequate.  Basically it lists the possible settings without at all
explaining what they do.

-- 
Ian Zimmerman
gpg public key: 1024D/C6FF61AD
fingerprint: 66DC D68F 5C1B 4D71 2EE5  BD03 8A00 786C C6FF 61AD
Rule 420: All persons more than eight miles high to leave the court.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633088: revelation: silently truncates passphrase

2011-07-08 Thread Tollef Fog Heen
Package: revelation
Version: 0.4.11-8
Severity: grave
Tags: security

I accidentially discovered revelation only pays attention to the first
36 characters of my passphrase and does not notify me in any way that
it's not caring about the rest.  It should either not limit the length
of the passphrase or it should tell me that I'm exceeding the length it
cares about.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632991: Orphaning some packages...

2011-07-08 Thread Xavier Oswald
On 23:51 07/07/11, Holger Levsen wrote:

Hi Holger,

 Hi Xavier,
 
 On Donnerstag, 7. Juli 2011, Xavier Oswald wrote:
  Im thus about to orphan some of my packages I no longer have any interest,
  and willl ask from being removed from some Uploaders fields.
 [...]
  - moodle-debian-edu-theme
 
 Actually I wonder whether this package should go, it has not been used much 
 in 
 Debian Edu TTBOMK, cc:ing the list for more input.

This package is working since years and doesn't need any update.
Maybe it could be included as a moodle skin upstream..
Or maitained by the moodle maintainers. (CCing them)

  Take this announce as a come back with new motivation :)
  Im incrementaly managing my time for getting back to a normal debian
  activity.
 
 \o/ Enjoy your new focus!
Thanks.

Greetings,
-- 
Xavier Oswald xosw...@debian.org
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#586375: Deprecated Python-code

2011-07-08 Thread Sven Hartge

Carl Chenet cha...@ohmytux.com wrote:

 This message is only a warning, so I'm decreasing the severity to
 minor.

This deprecation output unfortunately breaks spamassassin, so IMHO this 
is not so minor.


Grüße,
Sven.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633011: [tex-k] (fwd) Bug#633011: /usr/bin/tex crashes on every *.tex file

2011-07-08 Thread Norbert Preining
Hi Peter,

 this is definitely a bug and the patches below should be applied.  

Thanks.


 The
 effect depends on the arrangement of the various arrays in memory, and it is
 quite possible that this has been changed by a new compiler/linker.

Yeah, as said, in Debian we recently got whatever new version and the binaries 
were rebuild. Since then tex breaks.

 The relevant code in xetex.ch was introduced in TL SVN r5537 (2007-11-21)
 and I am sure the corresponding code in enctex.ch is at least that old.  So
 should this be fixed right now for the DVD or only after the freeze?

After freeze. We cannot get builds from each and everyone.

Furthermore, it seems that with older compilers that is not a problem, and most 
binaries are built on old distributions.

But of course I leave Karl the last word.

 It is a pity, such long standing bugs are detected this late stage in the
 release process.

Yeah, got the bug report today, bad coincidence!

And thanks to Roderich for the analysis!!!


Norbert


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632530: Additional information

2011-07-08 Thread Matt Kraai
Hi,

grub2 is already built on mipsel and grub-installer is required to
allow the Debian installer to automatically set up GNU GRUB on Lemote
Yeeloongs.

-- 
Matt Kraai
https://ftbfs.org/kraai



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633027: bup: /run transition: Please switch to /run/sendsigs.omit.d

2011-07-08 Thread Roger Leigh
On Fri, Jul 08, 2011 at 10:00:56AM +0100, Jon Dowland wrote:
  bup only uses sendsigs.omit.d in its examples, so just updating them
  should be sufficient
 
 I cannot find reference to sendsigs (or /lib/init/rw, or /rw) in bup's source.
 Can you point me in the right direction?

It was flagged up here:
http://people.debian.org/~biebl/lib-init-rw/archive-scan.2011-07-08.log

bup-0.22a/t/sampledata/etc/rc3.d/S17rsyslog:sendsigs_omit() {
bup-0.22a/t/sampledata/etc/rc3.d/S17rsyslog:
OMITDIR=/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/rc3.d/S17rsyslog:0) sendsigs_omit
bup-0.22a/t/sampledata/etc/rc3.d/S14portmap:mkdir -p 
/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/rc3.d/S14portmap:rm -f 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/rc3.d/S14portmap:ln -s /var/run/portmap.pid 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/rc4.d/S17rsyslog:sendsigs_omit() {
bup-0.22a/t/sampledata/etc/rc4.d/S17rsyslog:
OMITDIR=/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/rc4.d/S17rsyslog:0) sendsigs_omit
bup-0.22a/t/sampledata/etc/rc4.d/S14portmap:mkdir -p 
/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/rc4.d/S14portmap:rm -f 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/rc4.d/S14portmap:ln -s /var/run/portmap.pid 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/init.d/rsyslog:sendsigs_omit() {
bup-0.22a/t/sampledata/etc/init.d/rsyslog:  
OMITDIR=/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/init.d/rsyslog:  0) sendsigs_omit
bup-0.22a/t/sampledata/etc/init.d/mtab.sh:  domtab tmpfs /lib/init/rw tmpfs 
-omode=0755,nosuid$RW_OPT
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: # fails we create a temporary 
node in /lib/init/rw.
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: 
rm -f /lib/init/rw/rootdev \
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: 
 mknod -m 600 /lib/init/rw/rootdev b ${rdev%:*} ${rdev#*:} \
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: 
 [ -e /lib/init/rw/rootdev ]
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: 
rootdev=/lib/init/rw/rootdev
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh:The system is also unable to 
create a temporary node in /lib/init/rw. 
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: 
PROGRESS_FILE=`mktemp -p /lib/init/rw` || 
PROGRESS_FILE=/lib/init/rw/checkroot_fsck
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: # Remove /lib/init/rw/rootdev 
if we created it.
bup-0.22a/t/sampledata/etc/init.d/checkroot.sh: rm -f /lib/init/rw/rootdev
bup-0.22a/t/sampledata/etc/init.d/umountfs:   
/|/proc|/dev|/.dev|/dev/pts|/dev/shm|/dev/.static/dev|/proc/*|/sys|/sys/*|/lib/init/rw)
bup-0.22a/t/sampledata/etc/init.d/umountnfs.sh:   
/|/proc|/dev|/dev/pts|/dev/shm|/proc/*|/sys|/lib/init/rw)
bup-0.22a/t/sampledata/etc/init.d/mountkernfs.sh:   domount tmpfs  
/lib/init/rw tmpfs -omode=0755,nosuid$RW_OPT
bup-0.22a/t/sampledata/etc/init.d/mountkernfs.sh:   touch 
/lib/init/rw/.ramfs
bup-0.22a/t/sampledata/etc/init.d/mountkernfs.sh:   mkdir 
/lib/init/rw/sendsigs.omit.d/
bup-0.22a/t/sampledata/etc/init.d/portmap:  mkdir -p 
/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/init.d/portmap:  rm -f 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/init.d/portmap:  ln -s /var/run/portmap.pid 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/init.d/keymap.sh:   mkdir -p /lib/init/rw/splashy/ 
bup-0.22a/t/sampledata/etc/init.d/keymap.sh:   touch 
/lib/init/rw/splashy/splashy-stopped-keymap 
bup-0.22a/t/sampledata/etc/init.d/sendsigs: # The /var/run/sendsigs.omit 
file is used to be compatible
bup-0.22a/t/sampledata/etc/init.d/sendsigs: for omitfile in 
/var/run/sendsigs.omit /lib/init/rw/sendsigs.omit; do
bup-0.22a/t/sampledata/etc/init.d/sendsigs: # Load 
sendsigs.omit.d/packagename files too, to make it
bup-0.22a/t/sampledata/etc/init.d/sendsigs: if [ -d 
/lib/init/rw/sendsigs.omit.d/ ]; then
bup-0.22a/t/sampledata/etc/init.d/sendsigs: for pidfile in 
/lib/init/rw/sendsigs.omit.d/*; do
bup-0.22a/t/sampledata/etc/rc1.d/K05portmap:mkdir -p 
/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/rc1.d/K05portmap:rm -f 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/rc1.d/K05portmap:ln -s /var/run/portmap.pid 
/lib/init/rw/sendsigs.omit.d/portmap
bup-0.22a/t/sampledata/etc/rc1.d/K03rsyslog:sendsigs_omit() {
bup-0.22a/t/sampledata/etc/rc1.d/K03rsyslog:
OMITDIR=/lib/init/rw/sendsigs.omit.d
bup-0.22a/t/sampledata/etc/rc1.d/K03rsyslog:0) sendsigs_omit
bup-0.22a/t/sampledata/etc/rc2.d/S17rsyslog:sendsigs_omit() {
bup-0.22a/t/sampledata/etc/rc2.d/S17rsyslog:
OMITDIR=/lib/init/rw/sendsigs.omit.d

Bug#633089: doesn't read ~/.Xresources anymore etc. etc.

2011-07-08 Thread jidanni
Package: nodm
Version: 0.8-1

Starting today you no longer read the user's .Xresources .

Also we now see several flashes of an empty screen with an X in the
middle, whereas in the past we were spared of such a display.

I am working on finding out what else is now broken.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633090: And add a order by bug number options, descending and ascending.

2011-07-08 Thread jidanni
Severity: wishlist
Package: bugs.debian.org

The Order by selector:

trtdh2Order by/h2/td
tdselect name=orderingoption value=normalnormal/option
option value=oldviewoldview/option
option value=raw selectedraw/option
option value=ageage/option

has problems.

You need to say what each of them do. The only one clear is age, and
it turns out it you need a pair, age descending, and ascending.

And add a order by bug number options, descending and ascending.
Also a way to forget about severity level barriers... pure bug number
ordering from head to toe.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633070: pybootchartgui: Undeclared dependency on python-cairo

2011-07-08 Thread Riccardo Magliocchetti

Il 08/07/2011 05:14, Brendon Green ha scritto:


The pybootchartgui program requires the cairo python module to operate.  
However, its package does not declare a dependency on python-cairo.
After manually installing python-cairo (on a console-based system that didn't 
already have it installed), the program works fine.


It also requires python-gtk2, which i'm wondering we can make optional 
upstream.


riccardo



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632949: libjpeg6b: libjpeg-turbo

2011-07-08 Thread David Morgado
 I am not sure how many bug report you are planning to report,
Just the one.

  but we are moving to libjpeg8,
Fair enough

 libjpeg-turbo is a technological dead-end.
Could you elaborate on that? Just curious.

Thanks

David

On Thu, Jul 7, 2011 at 12:38 PM, Bill Allombert
bill.allomb...@math.u-bordeaux1.fr wrote:
 On Thu, Jul 07, 2011 at 11:33:22AM +0100, David Morgado wrote:
 Package: libjpeg6b
 Severity: wishlist

 Hello, could you please provide libjpeg-turbo. It is much faster than
 libjpeg on x86 and x64 arch at least.

   http://libjpeg-turbo.virtualgl.org/
   http://sourceforge.net/projects/libjpeg-turbo/

 On Fedora it has replaced libjpeg.

   http://fedoraproject.org/wiki/Features/libjpeg-turbo

 Hello David,

 I am not sure how many bug report you are planning to report, but we are 
 moving
 to libjpeg8, not libjpeg-turbo. libjpeg-turbo is a technological dead-end.

 Cheers,
 --
 Bill. ballo...@debian.org

 Imagine a large red swirl here.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632954: make fakechroot multiarch

2011-07-08 Thread Geert Stappers
On Thu, Jul 07, 2011 at 05:51:11PM +0200, Johannes Schauer wrote:
 On Thu, Jul 07, 2011 at 02:28:04PM +0200, Geert Stappers wrote:
 bigsnip/
  At least is it hard to see what the actual multiarch enabling is.
 The enabling is in increasing the compatibility level to 9, build
 depending on debhelper (= 8.1.3), and setting Multi-Arch: same for the
 shared library.

Now I do understand why the patch did look so intrusive.

Thanks for elaborating.


Groeten
Geert Stappers
-- 
 And is there a policy on top-posting vs. bottom-posting?
Yes.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633092: ftbs with ld --as-needed

2011-07-08 Thread Julian Taylor
Package: gnubik
Version: 2.3-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

when building with ld --as-needed libraries must be placed after object
files needing them on the command line so the symbols of the libraries
are registered as needed.
If they are placed before the symbols are dropped.
So automake uses the right ordering the libraries must be added to LDADD
or LIBS and not to LDFLAGS

See the log in the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/gnubik/+bug/771114

Attached patch fixes this issue by patching the Makefile.in
If the packaging changes to regenerate the autotools files the patch
should be applied in the same way to src/automake.mk
Description: fix build with ld --as-needed
 when building with ld --as-needed libraries must be placed
 after object files needing them on the command line so the symbols
 of the libraries are registered as needed.
 To get automake to emit the right order the libraries must be placed in
 LDADD and not LDFLAGS.
Author: Julian Taylor jtaylor.deb...@googlemail.com
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gnubik/+bug/771114
diff -Nur -x '*.orig' -x '*~' gnubik-2.3//Makefile.in gnubik-2.3.new//Makefile.in
--- gnubik-2.3//Makefile.in	2009-01-06 04:02:34.0 +0100
+++ gnubik-2.3.new//Makefile.in	2011-07-08 11:52:12.745774746 +0200
@@ -278,7 +278,7 @@
 AM_CFLAGS = $(am__append_1)
 src_gnubik_CPPFLAGS = $(AM_CPPFLAGS)
 src_gnubik_CFLAGS = $(AM_CFLAGS) $(GTK_CFLAGS) $(GDK_GL_EXT_CFLAGS) $(GTK_GL_EXT_CFLAGS)
-src_gnubik_LDFLAGS = $(GTK_LIBS) $(GDK_GL_EXT_LIBS) $(GTK_GL_EXT_LIBS)
+src_gnubik_LDADD = $(GTK_LIBS) $(GDK_GL_EXT_LIBS) $(GTK_GL_EXT_LIBS)
 src_gnubik_SOURCES = \
 	src/colour-sel.c  \
 	src/colour-sel.h \


signature.asc
Description: OpenPGP digital signature


Bug#590986: Bug #590986: Fixed upstream in version 8.7

2011-07-08 Thread Benoît Knecht
tag 590986 fixed-upstream
severity 590986 wishlist
thanks

The fix has now been released upstream in version 8.7 (not in Debian
yet).

-- 
Benoît Knecht



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633089: more than just .Xresources not being read problems

2011-07-08 Thread jidanni
severity 633089 important
thanks
Well I loaded .Xresources by hand. At least new xterms are coming up
sized right, but their colors are wrong. I'll go back to using the
previous nodm until the mess gets fixed!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#206536: phpDocumentor takes forever to get in Debian

2011-07-08 Thread Jonas Genannt
Hello,

is there any progress to get phpdoc into debian finally?

Greets,
Jonas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633092: seems fixed in 2.4

2011-07-08 Thread Julian Taylor
tags 633092 + fixed-upstream
user debian-...@lists.debian.org
usertags 633092 + ld-as-needed
thanks

this issue seems to be fixed in the new upstream 2.4














signature.asc
Description: OpenPGP digital signature


Bug#633093: hg: cannot clone https urls (abort: error: _ssl.c:340: error:00000000:lib(0):func(0):reason(0))

2011-07-08 Thread Jonathan Nieder
Package: mercurial
Version: 1.8.3-1

Hi,

Whenever I try to clone an HTTPS url, I get this error:

| $ hg clone https://bitbucket.org/anders/xnu
| abort: error: _ssl.c:340: error::lib(0):func(0):reason(0)

What does that mean?  Known problem?

Jonathan
$ dpkg-query -W libssl1.0.0
libssl1.0.0 1.0.0d-3

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

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 mercurial depends on:
ii  libc62.13-10 Embedded GNU C Library: Shared lib
ii  mercurial-common 1.8.3-1 scalable distributed version contr
ii  python   2.7.2-2 interactive high-level object-orie
ii  python-support   1.0.14  automated rebuilding support for P
ii  ucf  3.0025+nmu2 Update Configuration File: preserv

mercurial recommends no packages.

Versions of packages mercurial suggests:
ii  emacs 23.3+1-1   The GNU Emacs editor (metapackage)
pn  kdiff3 |  none (no description available)
pn  qct   none (no description available)
ii  tk8.5 [wi 8.5.10-1   Tk toolkit for Tcl and X11, v8.5 -
ii  tk8.6 [wi 8.6.0~b1-3 Tk toolkit for Tcl and X11, v8.6 -
ii  vim   2:7.3.154+hg~74503f6ee649-2+b1 Vi IMproved - enhanced vi editor
ii  vim-gtk [ 2:7.3.154+hg~74503f6ee649-2+b1 Vi IMproved - enhanced vi editor -

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633089: didn't even start

2011-07-08 Thread jidanni
P.S., sometimes the new nodm doesn't even start, and with no trace of
what the problem was in any log file.

P.S., the new nodm, if it does start, takes three times longer, and show
us those ugly X screens.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#618010: Disabling WLAN Card in BIOS

2011-07-08 Thread Edgar Riegger

Hello,

on a T42 I ran into the described problem using 
debian-6.0.2.1-i386-netinst.iso.


After disabling the WLAN card in BIOS installation did not hang at 
network detection - currently erasing data on sda.





Bug#294327: [PATCH] doc: note that cp -l creates _hard_ links

2011-07-08 Thread Jim Meyering
Benoît Knecht wrote:
 This fact was already noted in the Texinfo manual, but not in the output
 of --help.

 * src/cp.c (usage): As above, for --help.
 Reported by Jari Aalto in http://bugs.debian.org/294327.

Thank you.
Applied with the one-line summary edited to start with doc:
rather than Bug#294327: [PATCH] doc:

BTW, please Cc coreutils@ (not bug-coreutils@) next time.
Messages sent to the latter usually end up automatically creating or
being associated with a bug ID (see http://debbugs.gnu.org/coreutils).



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633094: [valgrind] valgrind FTBFS: Linux 3.0-rc6 unsupported (3.0.0-rc6)

2011-07-08 Thread Török Edwin
Package: valgrind
Version: 1:3.6.1-5
Severity: normal

--- Please enter the report below this line. ---
Valgrind fails to build when running on a 3.0-rcX kernel:

checking for a supported OS... ok (linux-gnu)
checking for the kernel version... unsupported (3.0.0-rc6)
configure: error: Valgrind works on kernels 2.4, 2.6

My uname -a:
Linux debian 3.0.0-rc6 #156 SMP PREEMPT Tue Jul 5 10:44:12 EEST 2011 x86_64 
GNU/Linux

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-rc6

Debian Release: wheezy/sid
  500 unstableftp.lug.ro
  500 testing security.debian.org
  500 testing ftp.ro.debian.org
  500 stable  ftp.ro.debian.org
1 experimentalftp.lug.ro

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6   (= 2.3) | 2.13-10
libc6-dbg| 2.13-10


Recommends  (Version) | Installed
=-+-===
gdb   | 7.2-1


Suggests (Version) | Installed
==-+-===
kcachegrind| 4:4.6.3-1
alleyoop   |
valkyrie( 1.3.0) |







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612668: evince-gtk: crashes with Segfault

2011-07-08 Thread Jonathan Wiltshire
tag 612668 + confirmed lenny
usertag 612668 + prsc-target-lenny
thanks

On Wed, Feb 09, 2011 at 09:49:43PM +0100, Mike Dornberger wrote:
 Package: evince-gtk
 Version: 2.22.2-4~lenny1
 
 Lenny's evince segfaults on
 http://content.karger.com/ProdukteDB/produkte.asp?Aktion=ShowPDFArtikelNr=289587Ausgabe=253989ProduktNr=224242filename=289587.pdf.
 (I haven't tested the version Squeeze.)

I've tested for this bug on fresh installations of lenny, squeeze and
testing and reproduced it only on Lenny (with the supplied PDF). Tagging
accordingly.

Security team, please advise:
 1. if this needs a proper CVE number assigning, and if you or I should do
so;
 2. if you want me to update the tracker with this information.

Maintainers, please liase with upstream about this problem and try for a
patch.

Thanks,

with his seurity hat on:
-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature


Bug#622622: closed by Steve McIntyre 93...@debian.org (Bug#622622: fixed in debian-cd 3.1.7)

2011-07-08 Thread Steve McIntyre
On Fri, Jul 08, 2011 at 04:57:05AM +0100, Ben Hutchings wrote:
You wrote:
* Add linux-image-2.6-686-bigmem to tasks/release/interesting-fromcd23
  to try and put that on i386 image sets before linux-image-amd64.
  Closes: #622622

This is not correct for wheezy, though - 686-bigmem is gone and 686-pae
belongs on CD 1 in place of 686.

I can open a separate bug for required changes for wheezy, if you
prefer.

No need. I've just committed changes to do the following:

+ Removed all mention of 686-bigmem as it's now gone
+ Moved 686 to interesting-fromcd23
+ Added 686-pae onto CD#1 in place of 686
+ Leave the 486 kernel on CD#1 still, for people who can't use
686-pae


-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You can't barbecue lettuce! -- Ellie Crane




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596383: broken support for LTSP shutdown/reboot

2011-07-08 Thread 李健秋
Package: lxsession
Followup-For: Bug #596383

Hi vagrant,

Thanks for you patch. 

I've commited it, you may debcheckout and test it. 
If no problem, I'd a upload shortly.

Cheers,

-Andrew

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

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

Versions of packages lxsession depends on:
ii  libatk1.0-0   2.0.1-2ATK accessibility toolkit
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.12-4   simple interprocess messaging syst
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libx11-6  2:1.4.3-2  X11 client-side library

Versions of packages lxsession recommends:
ii  openbox [x-window-manager]3.4.11.2-2 standards compliant, fast, light-w
ii  openssh-client [ssh-client]   1:5.8p1-4  secure shell (SSH) client, for sec

Versions of packages lxsession suggests:
ii  gpicview  0.2.1-1+b1 lightweight image viewer
ii  lxde-common   0.5.0-4the Lightweight X11 Desktop Enviro
ii  lxpanel   0.5.6-1a lightweight desktop panel for X
ii  pcmanfm   0.9.8-1an extremely fast and lightweight 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612077: RO Debian Mirror - mirrors.serverhost.ro/debian

2011-07-08 Thread Victor Nitu

Hi there,
I have read the preceding emails and I have a question for the Debian 
mirroring team.
If we are going to change the source from the actual one to 
ftp.ro.debian.org, are we going to be listed in the official mirror 
list? Or in the installer's list of mirrors?
I understand the script is to be updated as well, at the time when the 
change may happen. Is this a mandatory upgrade?


I am looking forward to your reply,
--
Victor NIT,U
vic...@debian-linux.ro


Bug#206536: Bug#519267: phpDocumentor takes forever to get in Debian

2011-07-08 Thread Dario Minnucci

retitle 206536 RFP: php-phpdocumentor -- phpDocumentor provides automatic 
documenting of php api
owner 206536 !

thanks,


 
 is there any progress to get phpdoc into debian finally?
 


No progress at all, sorry.

I have no time in the past for new packaging and I think now I'm not longer 
interested in this
software, please feel free to take over the ITP.

Contact me if you need assistance.

Regards,


-- 
 Dario Minnucci mid...@debian.org
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554863: patch

2011-07-08 Thread Julian Taylor
tags 554863 + patch
thanks

following patch fixes this issue


Description: fix build with ld --no-add-needed
 with --no-add-needed/--no-copy-dt-needed one must directly
 link with the libraries one needs.
Author: Julian Taylor jtaylor.deb...@googlemail.com
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554863
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/idzebra/+bug/749096
Index: idzebra-2.0.44/index/Makefile.am
===
--- idzebra-2.0.44.orig/index/Makefile.am   2011-07-08 13:07:56.0
+0200
+++ idzebra-2.0.44/index/Makefile.am2011-07-08 13:08:12.855777590 +0200
@@ -114,8 +114,9 @@
 LDADD = $(zebralib)
 AM_LDFLAGS = -Wl,--as-needed

-zebrasrv_LDADD = $(LDADD) -lyaz_server
-zebrash_LDADD= $(LDADD) $(READLINE_LIBS)
+zebrasrv_LDADD = $(LDADD) -lyaz_server $(YAZLIB)
+zebrash_LDADD= $(LDADD) $(READLINE_LIBS) $(YAZLIB)
+zebraidx_LDADD = $(LDADD) $(YAZLIB)

 install-exec-hook:
cd $(DESTDIR)$(bindir); for p in $(bin_PROGRAMS); do \



signature.asc
Description: OpenPGP digital signature


Bug#627692: closed by Modestas Vainius mo...@debian.org (Re: Bug#627692: Solved in 4.6.3)

2011-07-08 Thread newbeewan

Version: 4:4.6.3-1

Hi,

I've got that issue again, it is happening less regularly but i manage to 
reproduce it !

To reproduce it :
create a folder and put several zip archives and/or jar,
browse it with dolphin,
mouse over archives and after between 5 and 15 archives, dolphin crash !

Regards

C. Mourad Jaber

Le 30/05/2011 00:18, Debian Bug Tracking System a écrit :

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

#627692: dolphin: Dolphin crash on directory browsing when using mouse scroll 
button

It has been closed by Modestas Vainiusmo...@debian.org.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Modestas 
Vainiusmo...@debian.org  by
replying to this email.







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633089: doesn't read ~/.Xresources anymore etc. etc.

2011-07-08 Thread Enrico Zini
On Fri, Jul 08, 2011 at 05:48:07PM +0800, jida...@jidanni.org wrote:

 Starting today you no longer read the user's .Xresources .

Did you set NODM_XSESSION to something different than /etc/X11/Xsession?

nodm just runs /etc/X11/Xsession after starting X, and the standard
/etc/X11/Xsession, at least in my system, loads X resources and does all
the other things found in /etc/X11/Xsession.d


Ciao,

Enrico


P.S.
Would you mind keeping your emotions to yourself and sticking to what is
useful for the bug report?
-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#633024: initramfs-tools: Race condition when root filesystem is on a LV and mdadm array

2011-07-08 Thread maximilian attems
On Fri, 08 Jul 2011, Roel Brook wrote:

 When booting the system, it seems there is a race condition between assembling
 a mdadm array, and scanning and / or activating VGs which have it's PV on this
 array.
 
 I have a mdadm array (ICH9R fakeraid BIOS array), where one of the partitions
 is a PV. On this PV, there is a LV for the root filesystem.
 
 Since ~ 2.6.37, the initramfs does not find the VG all the time. This means, I
 have to boot the system a couple of times, before the VG is found, and the 
 root
 filesystem is mounted.
 
 There is no real logic in how often initramfs succesfully finds the VG. It's
 about a 1 in 3 chance of it booting succesfull. However, sometimes I have to
 reboot the system about 10 times before the VG is finally found. Sometimes it
 finds it immediatly.
 
 When in the shell for the initramfs, the RAID array seems to be assembled fine
 (this is also reported in the console output). Also, when executing a lvm
 vgdisplay, the VG is there. Once the VG is activated, the LV's can be mounted
 fine.
 
 Attached are the dmesg output, the contents of /proc/mdstat and the output of
 lvm vgdisplay after running a lvm vgchange -ay

tried to use rootdelay=X with a small value?
see http://wiki.debian.org/InitramfsDebug

--
maks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633095: sssd: fails to authenticate against AD and produces a system error

2011-07-08 Thread Wolfgang Schulze-Zachau
Package: sssd
Version: 1.2.1-4+squeeze1
Severity: normal
Tags: squeeze

I am trying to configure sssd to authenticate users against Active Directory.
The AD system is mixed W2k3 and W2k8 servers, currently using W2k3 functional
level. The config files are set up to connect to a W2k8 server, both on LDAP
and KRB5.

I have used pam-auth-update to generate the relevant pam.d files, with some 
minor manual modifications (lowered the uid number for mklocaluser from
1000 to 500 due to existing user accounts with numbers in that range).

The sssd.conf file should be attached to this report (if not I will add it
manually later). 

When a user logs in at a console, he is asked twice for the password. I put 
sssd into debug mode (level 10 for both nss and pam) and the auth.log
shows the following:

Jul  8 12:12:13 it-000115 login[10853]: pam_sss(login:auth): system info: [KDC 
has no support for encryption type]
Jul  8 12:12:13 it-000115 login[10853]: pam_sss(login:auth): authentication 
failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty3 ruser= rhost= user=wszachau
Jul  8 12:12:13 it-000115 login[10853]: pam_sss(login:auth): received for user 
wszachau: 4 (System error)
Jul  8 12:12:16 it-000115 login[10853]: pam_unix(login:auth): authentication 
failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty3 ruser= rhost=  user=wszachau
Jul  8 12:12:16 it-000115 login[10853]: pam_unix(login:session): session opened 
for user wszachau by LOGIN(uid=0)

I have tried changing the password for the user, but the error does not go away.
The login succeeds because there is a cached entry. However, as soon as the 
cache is disabled, login fails.
I have tried all sorts of combinations in the sssd.conf file, but to no avail.
When I change from KRB5 authentication to LDAP authentication (and in addition
use a system wide special user for the bind) then authentication succeeds, but
I suspect that password changes will fail, since this will not retrieve a 
kerberos ticket.

Centralized user accounts and authentication are very important to us and I 
would 
prefer to use sssd for this (instead of a complicated LDAP/KRB5 config using 
seprate providers). However in the current condition I cannot roll this out into
the company. Any help would be appreciated. If this is a configuration error, 
any
pointers towards  my error would be appreciated.


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
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 sssd depends on:
ii  libc-ares2 1.7.3-1   library for asyncronous name resol
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.12-4stable1  common error description library
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libk5crypto3   1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  libldb01:0.9.10~git20100203-1+b1 LDAP-like embedded database - shar
ii  libnspr4-0d4.8.6-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.8-1+squeeze1 Network Security Service libraries
ii  libpam0g   1.1.1-6.1 Pluggable Authentication Modules l
ii  libpcre3   8.02-1.1  Perl 5 Compatible Regular Expressi
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libselinux12.0.96-1  SELinux runtime shared libraries
ii  libsemanage1   2.0.45-1  SELinux policy management library.
ii  libtalloc2 2.0.1-1   hierarchical pool based memory all
ii  libtdb11.2.1-2+b1Trivial Database - shared library
ii  libtevent0 0.9.8-1+b1talloc-based event loop library - 
ii  python 2.6.6-3+squeeze6  interactive high-level object-orie
ii  python-sss 1.2.1-4+squeeze1  Pam module for the System Security

Versions of packages sssd recommends:
ii  bind9-host   1:9.7.3.dfsg-1~squeeze3 Version of 'host' bundled with BIN
ii  ldap-utils   2.4.23-7.2  OpenLDAP utilities

Versions of packages sssd suggests:
ii  libnss-sss  1.2.1-4+squeeze1 Nss library for the System Securit
ii  libpam-sss  1.2.1-4+squeeze1 Pam module for the System Security

-- Configuration Files:
/etc/init.d/sssd changed:
DESCRIPTION=System Security Services Daemon
PATH=/bin:/usr/bin:/sbin:/usr/sbin
NAME=sssd
OPTIONS=-D -f
DAEMON_OPTS=
DAEMON=/usr/sbin/$NAME
PIDFILE=/var/run/$NAME.pid
. /lib/init/vars.sh
. /lib/lsb/init-functions
if [ -x /etc/default/sssd ] ; then
. /etc/default/sssd
fi
initdmain() {
case $1 in
start)
[ 

Bug#633097: gstreamer0.10-plugins-bad should depends/recommends frei0r-plugins

2011-07-08 Thread Laurent Bigonville
Package: gstreamer0.10-plugins-bad
Version: 0.10.22-2
Severity: normal

Hi,


gstreamer0.10-plugins-bad provides frei0r which requires
frei0r-plugins to work properly.

If frei0r-plugins is not installe gst-inspect-0.10 doesn't show any
elements. I'm not too sure if this should be a hard depends or not.

Cheers

Laurent Bigonville



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632878: ITA: nullidentd -- small, fast identd daemon

2011-07-08 Thread Jeroen Schot
retitle 632878 ITA: nullidentd -- small, fast identd daemon
thanks

Hi,

I use nulidentd and intent to maintain it in Debian.

Regards,
-- 
Jeroen Schot



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611611: bind to multiple sockets incl. ipv6

2011-07-08 Thread Guillaume Delacour
forwarded 611611
http://rutschle.net/pipermail/sslh/2011-June/77.html
thanks

Hello,

Le lundi 31 janvier 2011 à 09:55 +0100, martin f krafft a écrit :
 Package: sslh
 Version: 1.6i-4
 Severity: wishlist
 Tags: ipv6
 
 Right now, I can only bind sslh to one single socket. It would be
 nice if I could bind it to multiple sockets, including IPv6 sockets.

I've proposed a patch with IPv6 support and forwarded the multiple
socket binding request to the upstream mailing list.

 
 Thanks,
 
 -- System Information:
 Debian Release: 6.0
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.36-trunk-amd64 (SMP w/8 CPU cores)
 Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 

-- 
Guillaume Delacour g...@iroqwa.org


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


Bug#633098: rt-extension-assettracker: [INTL:nl] Dutch translation of debconf templates

2011-07-08 Thread Jeroen Schot
Package: rt-extension-assettracker
Severity: wishlist
Tags: patch l10n

Hello,

Attached is the Dutch translation of the rt-extension-assettracker
debconf templates. Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of rt-extension-assettracker debconf templates.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the 
rt-extension-assettracker package.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: rt-extension-assettracker 2.0.0~b2-2\n
Report-Msgid-Bugs-To: rt-extension-assettrac...@packages.debian.org\n
POT-Creation-Date: 2011-06-26 07:31+0200\n
PO-Revision-Date: 2011-07-08 13:51+0200\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
Language: nl\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:2001
msgid allow
msgstr toestaan

#. Type: select
#. Choices
#: ../templates:2001
msgid prompt
msgstr vragen

#. Type: select
#. Choices
#: ../templates:2001
msgid deny
msgstr weigeren

#. Type: select
#. Description
#: ../templates:2002
msgid Permission to modify the Request Tracker database:
msgstr Toestemming om de database van de Request Tracker te wijzigen:

#. Type: select
#. Description
#: ../templates:2002
msgid 
Asset Tracker needs some modifications in the Request Tracker database to be 
functional. These modifications can be made automatically (choose \allow\) 
or you may be prompted when they are needed (choose \prompt\). 
Alternatively, you can run the necessary commands manually (choose \deny\).
msgstr 
Asset Tracker moet wijzigingen aanbrengen in de database van de Request 
Tracker om te kunnen werken. Deze wijzigingen kunnen automatische worden 
aangebracht (kies \toestaan\) of dit kan gevraagd worden wanneer het nodig 
is (kies \vragen\). Daarnaast is het ook mogelijk dat u de benodigde 
commando's handmatig uitvoert (kies \weigeren\).

#. Type: select
#. Description
#: ../templates:2002
msgid Please check the README.Debian file for more details.
msgstr Lees het README.Debian-bestand voor meer details.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Set up the Request Tracker database?
msgstr De database van de Request Tracker instellen?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
New tables must be created in the Request Tracker database for Asset Tracker 
to be functional.
msgstr 
Er moeten nieuwe tabellen worden aangemaakt in de database van de Request 
Tracker om Asset Tracker te kunnen gebruiken.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Upgrade the Request Tracker database?
msgstr De database van de Request Tracker opwaarderen?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
The Request Tracker database schema and contents must be upgraded for this 
version of Asset Tracker.
msgstr 
Het schema en de inhoud van de database van de Request Tracker moeten worden 
opgewaardeerd voor deze versie van Asset Tracker.

#. Type: select
#. Choices
#: ../templates:5001
msgid abort
msgstr afbreken

#. Type: select
#. Choices
#: ../templates:5001
msgid retry
msgstr opnieuw proberen

#. Type: select
#. Choices
#: ../templates:5001
msgid ignore
msgstr negeren

#. Type: select
#. Description
#: ../templates:5002
msgid Action after database modification error:
msgstr Actie na fout bij databasewijziging:

#. Type: select
#. Description
#: ../templates:5002
msgid An error occurred while modifying the database:
msgstr Er is een fout opgetreden tijdens het wijzigen van de database:

#. Type: select
#. Description
#: ../templates:5002
msgid 
The full output should be available in Request Tracker log, most probably 
syslog.
msgstr 
De volledige uitvoer hoort u te kunnen vinden in het logbestand van Request 
Tracker, dit is waarschijnlijk syslog.

#. Type: select
#. Description
#: ../templates:5002
msgid 
You can retry the modification, abort the installation or ignore the error. 
If you abort the installation, the operation will fail and you will need to 
manually intervene (for instance by purging and reinstalling). If you choose 
to ignore the error, the upgrade process will continue.
msgstr 
U kunt de wijziging nogmaals proberen, de installatie afbreken of de fout 
negeren. Als u de installatie afbreekt zal de operatie mislukken en moet u 
handmatig ingrijpen (bijvoorbeeld door het pakket te wissen (purge) en 
herinstalleren). Als u ervoor kiest om de fout te negeren zal het 
opwaarderen verdergaan.


Bug#633099: auto-complete-el: can't find required file

2011-07-08 Thread Frank DeMarco
Package: auto-complete-el
Version: 1.3-1
Severity: important


After installation, if I call auto-complete-mode from emacs, the response is:
Cannot open load file: auto-complete-mode

For me, this is fixed by renaming auto-complete.* to auto-complete-mode.* in
/usr/share/emacs22/site-lisp/auto-complete

Afterward, auto-complete-mode loads and can be used

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-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 auto-complete-el depends on:
ii  emacs22-nox [emacs22] 22.2+2-5   The GNU Emacs editor (without X su

auto-complete-el recommends no packages.

auto-complete-el suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#594833: (Maintainer-supplied?) 03_screenlock.patch locks screen unconditionally after wakeup from suspend

2011-07-08 Thread 李健秋
Package: lxsession
Followup-For: Bug #594833

Hi Klaus,

Thanks for your report. I didn't notice this would block kiosk systems.

However, the patch is not a debian derivate as it was backport from 
upstream's git which means it would included in next new release.

If you already have a work around or patch that add configuration option
or something else without break this feature. I'd love to add that to
this package for you.

PS. I'd suggest to forward this to upstream.

-Andrew

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

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

Versions of packages lxsession depends on:
ii  libatk1.0-0   2.0.1-2ATK accessibility toolkit
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.12-4   simple interprocess messaging syst
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libx11-6  2:1.4.3-2  X11 client-side library

Versions of packages lxsession recommends:
ii  openbox [x-window-manager]3.4.11.2-2 standards compliant, fast, light-w
ii  openssh-client [ssh-client]   1:5.8p1-4  secure shell (SSH) client, for sec

Versions of packages lxsession suggests:
ii  gpicview  0.2.1-1+b1 lightweight image viewer
ii  lxde-common   0.5.0-4the Lightweight X11 Desktop Enviro
ii  lxpanel   0.5.6-1a lightweight desktop panel for X
ii  pcmanfm   0.9.8-1an extremely fast and lightweight 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633100: php5-common: /etc/cron.d/php5 script runs find with fuser process which spawns too much process eats up the system

2011-07-08 Thread ile
Package: php5-common
Version: 5.3.6-13
Severity: important
Tags: wheezy sid



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

Kernel: Linux 2.6.39-2-686-pae (SMP w/8 CPU cores)
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 php5-common depends on:
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  sed   4.2.1-9The GNU sed stream editor

Versions of packages php5-common recommends:
ii  php5-suhosin  0.9.32.1-1 advanced protection module for php

php5-common suggests no packages.

-- no debconf information

from ps axjf:

 8994 25989 25989  8994 pts/625989 S+   0   0:00  | 
  \_ find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +24 ! 
-execdir fuser -s {} ; -delete
25989  6542 25989  8994 pts/625989 R+   0   0:00  | 
  \_ fuser -s ./sess_vo7t73r9tk8fdop15o9isud9j1osvpus
 6542  6543 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6544 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6545 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6546 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6547 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6548 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6549 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6550 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6551 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6552 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6553 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6554 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6555 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6556 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6557 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6558 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6559 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6560 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6561 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6562 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6563 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6564 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6565 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6566 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6567 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6568 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6569 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct
 6542  6570 25989  8994 pts/625989 Z+   0   0:00  | 
  \_ [fuser] defunct


fuser can spawn 2 or more processes making the system unstable



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576248: Mutt NEW and OLD treatment and Gmail

2011-07-08 Thread Sebastian Spaeth
Hello Trent,

I am not sure what we can do about this Debian bug. Mutt is, ahem, special in 
how
it treats OLD vs NEW mail combined with Gmail abusing IMAP folders to
implement tags. Others have been bitten by this as well.

See e.g. notmuch: 

http://notmuchmail.org/pipermail/notmuch/2011/004833.html
 Unfortunately, mutt's interpretation of maildir doesn't agree with the
 rest of the world.  I don't know of any other MUA that exposes the
 distinction between mail in the new directory and mail in the old
 directory (at least Dovecot, Evolution, Gnus, Kmail, and of course
 notmuch don't).  In other MUA's, any mail in the new directory is
 immediately moved to cur and new mail is simply anything without
 the seen flag.  mutt, on the other hand, only considers mail in the
 new directory to be new.

And also weird interactions with Gmail had been reported, which is quite
but not really IMAP...:
http://does-not-exist.org/mail-archives/mutt-users/msg14838.html


Are you sure that mutt distinguishes OLD and NEW mail by the IMAP flag
Old? AFAIK, it uses OLD for mails that are in the Maildir subdirectory
/cur while it marks those as NEW that are in /new. As the quote above
mentions, most MUAs move mail into /cur unconditionally, and OfflineImap
decides if it should put mails into /new or /cur depending on the \Seen
flag (which should work fine with normal IMAP servers, but I don't know
how Gmail treats /cur vs /new directories, especially as a single mail
can show up in various folders at the same time.

To be honest, I don't know how offlineimap could or should behave
differently, to achieve the synchronization between Gmail and mutt that
you want to achieve. (AFAIK, unread means mail in Gmail's INBOX, and
read when it is 'deleted' from Gmails INBOX).

Can you suggest specific ways in which offlineimap could improve
interoperability between that special MUA and that quasi-IMAP?

The one thing that offlineimap currently can not do is to synchronize
IMAP flags beyond the standard set (\Seen \Draft \Deleted \Replied
\Flagged). It would be nice to sync the full range of arbitrary IMAP
flags, but we are not there yet (and that will also still take quite
some time).

Sebastian


pgpHlhCo3s2l6.pgp
Description: PGP signature


Bug#583838: Bug #583838: localized date in ls -l is wrong for Romanian

2011-07-08 Thread Benoît Knecht
Hi Andrei,

What are the values of your LC_ALL and LC_TIME environement variables?
Does this issue only manifest itself with ls -l, or in other commands
that output a date too? Can you paste the output of

  $ date
  $ LC_TIME=ro_RO.UTF-8 date

please?

Cheers,

-- 
Benoît Knecht



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633095: Acknowledgement (sssd: fails to authenticate against AD and produces a system error)

2011-07-08 Thread Wolfgang Schulze-Zachau
Attached is the sssd.conf file

best regards

Wolfgang

*Amino |* Mob: +44 7554 457 455 *|* Desk: +44 1954 234 190 *|* skype:
wszachauamino

On 08/07/11 12:45, Debian Bug Tracking System 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):
  Petter Reinholdtsen p...@debian.org

 If you wish to submit further information on this problem, please
 send it to 633...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

   
# SSSD configuration generated using /usr/lib/sssd/generate-config
[sssd]
config_file_version = 2
reconnection_retries = 3
sbus_timeout = 30
services = nss, pam
domains = aminocom.com

[nss]
filter_groups = root
filter_users = root
reconnection_retries = 3
debug_level = 10

[pam]
reconnection_retries = 3
debug_level = 10

[domain/aminocom.com]
; Using enumerate = true leads to high load and slow response
enumerate = false
cache_credentials = true

id_provider = ldap
auth_provider = krb5
#auth_provider = ldap
chpass_provider = krb5

ldap_uri = ldap://uk-swa-dc01.aminocom.com
ldap_search_base = CN=Users,DC=aminocom,DC=com
ldap_tls_reqcert = demand
ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt

krb5_kdcip = uk-swa-dc01.aminocom.com
krb5_realm = AMINOCOM.COM
krb5_changepw_principle = kadmin/changepw
krb5_auth_timeout = 15

; From here values added to make sssd work with AD at Amino
ldap_default_bind_dn = cn=LDAPsearch,cn=Users,dc=aminocom,dc=com
ldap_default_authtok_type = password
ldap_default_authtok = Aminocom101
ldap_user_object_class = user
ldap_user_name = sAMAccountName
ldap_user_home_directory = unixHomeDirectory
ldap_user_principal = userPrincipalName
ldap_group_object_class = group
ldap_group_member = memberUid



Bug#633089: doesn't read ~/.Xresources anymore etc. etc.

2011-07-08 Thread jidanni
 EZ == Enrico Zini enr...@enricozini.org writes:
EZ Did you set NODM_XSESSION to something different than /etc/X11/Xsession?
No I never touched that stuff. I assume there is some kind of race
condition going on. Well have to wait for other users reports. For now
it's aptitude forbid-version for me.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633101: O: archfs -- rdiff-backup virtual filesystem (hijacked)

2011-07-08 Thread Jon Dowland
Package: wnpp
Severity: normal

archfs has been renamed to rdiff-backup-fs by upstream.
Another Debian developer has uploaded an rdiff-backup-fs
package independent from this one.  I will therefore take
the opportunity to shed my responsibility for the package.

I'll hold off uploading a new version to change Maintainer:
a transitional package should be uploaded to facilitate
smooth upgrades, that might as well be handled by the new
package and the new maintainer.


-- 
Jon Dowland



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604476: libimage-exiftool-perl: Now we already have version 8.60

2011-07-08 Thread Alexander Holupirek
Package: libimage-exiftool-perl
Followup-For: Bug #604476

Since June 25, 2011 exiftool is available in version 8.60
Would really be cool to get the package updated.

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

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libimage-exiftool-perl depends on:
ii  perl  5.12.4-1   Larry Wall's Practical Extraction 

Versions of packages libimage-exiftool-perl recommends:
ii  perl [libcompress-zlib-perl]  5.12.4-1   Larry Wall's Practical Extraction 

libimage-exiftool-perl suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633100: [php-maint] Bug#633100: php5-common: /etc/cron.d/php5 script runs find with fuser process which spawns too much process eats up the system

2011-07-08 Thread Ondřej Surý
severity 633100 minor
thank you

Hi,

I am sorry, but no size fits all, if you have a busy system you ought to tweak 
the default settings. Data integrity is more important than performance.

I will make this more clear in the documentation, but the fuser stays as it is 
unless somebody can come up with smarter solution.

Ondřej Surý

On 8.7.2011, at 14:12, ile kanisys...@gmail.com wrote:

 Package: php5-common
 Version: 5.3.6-13
 Severity: important
 Tags: wheezy sid
 
 
 
 -- System Information:
 Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.39-2-686-pae (SMP w/8 CPU cores)
 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 php5-common depends on:
 ii  libc6 2.13-10Embedded GNU C Library: Shared 
 lib
 ii  sed   4.2.1-9The GNU sed stream editor
 
 Versions of packages php5-common recommends:
 ii  php5-suhosin  0.9.32.1-1 advanced protection module for 
 php
 
 php5-common suggests no packages.
 
 -- no debconf information
 
 from ps axjf:
 
 8994 25989 25989  8994 pts/625989 S+   0   0:00  |
\_ find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin 
 +24 ! -execdir fuser -s {} ; -delete
 25989  6542 25989  8994 pts/625989 R+   0   0:00  |   
 \_ fuser -s ./sess_vo7t73r9tk8fdop15o9isud9j1osvpus
 6542  6543 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6544 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6545 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6546 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6547 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6548 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6549 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6550 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6551 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6552 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6553 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6554 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6555 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6556 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6557 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6558 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6559 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6560 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6561 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6562 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6563 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6564 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6565 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6566 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6567 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6568 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6569 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 6542  6570 25989  8994 pts/625989 Z+   0   0:00  |
\_ [fuser] defunct
 
 
 fuser can spawn 2 or more processes making the system unstable
 
 
 
 ___
 pkg-php-maint mailing list
 

Bug#466542: Any update on task-spooler? I would sponsor it

2011-07-08 Thread Jan Ivar Beddari
Hi,

any update? Just wanted to say I'm interested, is there anything
holding this back?

-- 
Jan Ivar Beddari



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633102: kmail: Auto spell check disabled after upgrade

2011-07-08 Thread Raj Mathur
Package: kmail
Version: 4:4.4.11.1+l10n-1
Severity: normal

After upgrade, auto spell checking is not working in the mail composer.
On-the-fly spell-checking gets enabled if I select Settings/Spell Checker
and change anything (that's right: anything), but after a few moments
it gets disabled again.  It's off by default and I cannot find any way to
keep it permanently on.

Further, I keep setting my spell check language to English (United
Kingdom) but it keeps getting reset to English.

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

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

Versions of packages kmail depends on:
ii  kdebase-runtime 4:4.6.3-1runtime components from the offici
ii  kdepim-runtime  4:4.4.11.1-2 Runtime components for akonadi-kde
ii  kdepimlibs-kio-plug 4:4.6.3-1kio slaves used by KDE PIM applica
ii  libakonadi-contact4 4:4.6.3-1library for using the Akonadi PIM 
ii  libakonadi-kde4 4:4.6.3-1library for using the Akonadi PIM 
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.1-1GCC support library
ii  libgpgme++2 4:4.6.3-1c++ wrapper library for gpgme
ii  libkabc44:4.6.3-1library for handling address book 
ii  libkcal44:4.6.3-1library for handling calendar data
ii  libkcmutils44:4.6.3-3utility classes for using KCM modu
ii  libkde3support4 4:4.6.3-3KDE 3 Support Library for the KDE 
ii  libkdecore5 4:4.6.3-3KDE Platform Core Library
ii  libkdepim4  4:4.4.11.1+l10n-1KDE PIM library
ii  libkdeui5   4:4.6.3-3KDE Platform User Interface Librar
ii  libkhtml5   4:4.6.3-3KHTML Web Content Rendering Engine
ii  libkimap4   4:4.6.3-1library for handling IMAP data
ii  libkio5 4:4.6.3-3Network-enabled File Management Li
ii  libkldap4   4:4.6.3-1library for accessing LDAP
ii  libkleo44:4.4.11.1+l10n-1certificate based crypto library
ii  libkmime4   4:4.6.3-1library for handling MIME data
ii  libknotifyconfig4   4:4.6.3-3library for configuring KDE Notifi
ii  libkontactinterface 4:4.6.3-1Kontact interface library
ii  libkparts4  4:4.6.3-3Framework for the KDE Platform Gra
ii  libkpgp44:4.4.11.1+l10n-1gpg based crypto library
ii  libkpimidentities4  4:4.6.3-1library for managing user identiti
ii  libkpimtextedit44:4.6.3-1library that provides a textedit w
ii  libkpimutils4   4:4.6.3-1library for dealing with email add
ii  libkresources4  4:4.6.3-1KDE Resource framework library
ii  libksieve4  4:4.4.11.1+l10n-1mail/news message filtering librar
ii  libktnef4   4:4.6.3-1library for handling TNEF data
ii  libmailtransport4   4:4.6.3-1mail transport service library
ii  libmessagecore4 4:4.4.11.1+l10n-1message core library
ii  libmessagelist4 4:4.4.11.1+l10n-1message list library
ii  libmimelib4 4:4.4.11.1+l10n-1MIME library
ii  libnepomuk4 4:4.6.3-3Nepomuk Meta Data Library
ii  libphonon4  4:4.6.0really4.5.0-3 multimedia framework from KDE - co
ii  libqt4-dbus 4:4.7.3-1Qt 4 D-Bus module
ii  libqt4-network  4:4.7.3-1Qt 4 network module
ii  libqt4-qt3support   4:4.7.3-1Qt 3 compatibility library for Qt 
ii  libqt4-xml  4:4.7.3-1Qt 4 XML module
ii  libqtcore4  4:4.7.3-1Qt 4 core module
ii  libqtgui4   4:4.7.3-1Qt 4 GUI module
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libthreadweaver44:4.6.3-3ThreadWeaver Library for the KDE P
ii  perl5.12.3-7+b1  Larry Wall's Practical Extraction 
ii  phonon  4:4.6.0really4.5.0-3 multimedia framework from KDE - me

Versions of packages kmail recommends:
ii  gnupg-agent   2.0.17-2   GNU privacy guard - password agent
ii  gnupg22.0.17-2   GNU privacy guard - a free PGP rep
ii  pinentry-qt [pinentry-x11]0.8.0-1Qt-3-based PIN or pass-phrase entr

Versions of packages kmail suggests:
pn  clamav | f-prot-instal none(no description available)
ii  kaddressbook   4:4.4.11.1+l10n-1 address book and contact data mana
ii  kleopatra  4:4.4.11.1+l10n-1 certificate Manager
ii  procmail   3.22-19   Versatile e-mail processor
ii  spamassassin   3.3.1-2   Perl-based spam filter 

Bug#587736: frei0r-plugins: Missing dependency on libcv-dev

2011-07-08 Thread Laurent Bigonville
Hi,

What's the status of this bug? I'm still getting this error.

Cheers

Laurent Bigonville



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633103: libgdk-pixbuf2.0-dev: Static library missing

2011-07-08 Thread Reuben Thomas
Package: libgdk-pixbuf2.0-dev
Version: 2.23.3-0ubuntu1
Severity: normal

I cannot find the static library for libgdk-pixbuf in maverick or
natty. In lucid it is present in libgtk2-dev, which seems to be before
libgdk-pixbuf was split out separately. I cannot find anything in the
documentation suggesting that this omission is intentional.

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-0-generic (SMP w/4 CPU cores)
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 libgdk-pixbuf2.0-dev depends on:
ii  libc6   2.13-0ubuntu13   Embedded GNU C Library: Shared lib
ii  libgdk-pixbuf2.0-0  2.23.3-0ubuntu1  GDK Pixbuf library
ii  libglib2.0-02.28.6-0ubuntu1  The GLib library of C routines
ii  libglib2.0-dev  2.28.6-0ubuntu1  Development files for the GLib lib
ii  libpng12-dev1.2.44-1ubuntu3  PNG library - development
ii  libx11-dev  2:1.4.2-1ubuntu3 X11 client-side library (developme

libgdk-pixbuf2.0-dev recommends no packages.

libgdk-pixbuf2.0-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#190262: OfflineImap and Maxmessagesize

2011-07-08 Thread Steve McIntyre
On Fri, Jul 08, 2011 at 02:52:36PM +0200, Sebastian Spaeth wrote:
tags 190262 fixed

Cleaning up old OfflineIMap bugs. maxmessagesize has been implemented
since ages therefore closing this bug. Are you still using OfflineImap
BTW and if not why not? :-)

I am, yes. And advertising it to other people too! :-)

Which version did that feature go into? I don't see any mention of it
in the changelog or docs...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
When C++ is your hammer, everything looks like a thumb. -- Steven M. Haflich




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633104: [l10n:cs] Initial Czech translation of PO debconf template for package rt-extension-assettracker 2.0.0~b2-2

2011-07-08 Thread Michal Simunek
Package: rt-extension-assettracker
Version: 2.0.0~b2-2
Severity: wishlist
Tags: l10n, patch

In attachment there is initial Czech translation of PO debconf template
(cs.po) for package rt-extension-assettracker, please include it.

-- 
Michal Šimůnek
# Czech PO debconf template translation of rt-extension-assettracker.
# Copyright (C) 2011 Michal Simunek michal.simu...@gmail.com
# This file is distributed under the same license as the rt-extension-assettracker package.
# Michal Simunek michal.simu...@gmail.com, 2011.
#
msgid 
msgstr 
Project-Id-Version: rt-extension-assettracker 2.0.0~b2-2\n
Report-Msgid-Bugs-To: rt-extension-assettrac...@packages.debian.org\n
POT-Creation-Date: 2011-06-26 07:31+0200\n
PO-Revision-Date: 2011-07-08 14:31+0200\n
Last-Translator: Michal Simunek michal.simu...@gmail.com\n
Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
Language: cs\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:2001
msgid allow
msgstr povolit

#. Type: select
#. Choices
#: ../templates:2001
msgid prompt
msgstr potvrdit

#. Type: select
#. Choices
#: ../templates:2001
msgid deny
msgstr zakázat

#. Type: select
#. Description
#: ../templates:2002
msgid Permission to modify the Request Tracker database:
msgstr Oprávnění upravit databázi pro Request Tracker:

#. Type: select
#. Description
#: ../templates:2002
msgid 
Asset Tracker needs some modifications in the Request Tracker database to be 
functional. These modifications can be made automatically (choose \allow\) 
or you may be prompted when they are needed (choose \prompt\). 
Alternatively, you can run the necessary commands manually (choose \deny\).
msgstr 
Aby byl Asset Tracker funkční, je třeba provést určité úpravy v databázi pro 
Request Tracker. Úpravy lze provést automaticky (zvolte \povolit\), nebo 
když je bude třeba provést, můžete být požádáni o jejich potvrzení (zvolte 
\potvrdit\). Potřebné příkazy můžete případně zadat ručně (zvolte \zakázat\).

#. Type: select
#. Description
#: ../templates:2002
msgid Please check the README.Debian file for more details.
msgstr Pro více informací se prosím podívaejte do souboru README.Debian.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Set up the Request Tracker database?
msgstr Nastavit databázi pro Request Tracker?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
New tables must be created in the Request Tracker database for Asset Tracker 
to be functional.
msgstr 
Aby byl Asset Tracker funkční, musí se v databázi pro Request Tracker 
vytvořit nové tabulky.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Upgrade the Request Tracker database?
msgstr Aktualizovat databázi pro Request Tracker?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
The Request Tracker database schema and contents must be upgraded for this 
version of Asset Tracker.
msgstr 
Pro tuto verzi Asset Trackeru se musí aktualizovat struktura a obsah 
databáze pro Request Tracker.

#. Type: select
#. Choices
#: ../templates:5001
msgid abort
msgstr přerušit

#. Type: select
#. Choices
#: ../templates:5001
msgid retry
msgstr opakovat

#. Type: select
#. Choices
#: ../templates:5001
msgid ignore
msgstr ignorovat

#. Type: select
#. Description
#: ../templates:5002
msgid Action after database modification error:
msgstr Akce po neúspěšné aktualizaci databáze:

#. Type: select
#. Description
#: ../templates:5002
msgid An error occurred while modifying the database:
msgstr Při úpravě databáze došlo k chybě:

#. Type: select
#. Description
#: ../templates:5002
msgid 
The full output should be available in Request Tracker log, most probably 
syslog.
msgstr 
Úplný výpis by měl být dostupný v rejstříku Request Trackeru, ten se 
s největší pravděpodobností bude nacházet v systémovém rejstříku.

#. Type: select
#. Description
#: ../templates:5002
msgid 
You can retry the modification, abort the installation or ignore the error. 
If you abort the installation, the operation will fail and you will need to 
manually intervene (for instance by purging and reinstalling). If you choose 
to ignore the error, the upgrade process will continue.
msgstr 
Můžete opakovat úpravu, přerušit instalaci, nebo ignorovat chybu. Přerušíte-li 
instalaci, operace se nezdaří a budete muset ručně zasáhnout (například 
balíček úplně odstranit a pak jej znovu nainstalovat). Zvolíte-li ignorovat 
chybu, proces aktualizace bude pokračovat.


Bug#633105: cryptsetup: French debconf templates translation

2011-07-08 Thread Julien Patriarca
Package: cryptsetup
Version: N/A
Severity: wishlist
Tags: patch l10n

 

*** /home/julien/traductions/po-debconf/patch-translate.txt


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.0.0-rc4 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# debconf template for cryptsetup package.
# Copyright (C) 2011 Jonas meurer
# This file is distributed under the same license as the cryptsetup package.
# Jonas Meurer m...@debian.org, 2011.
#
msgid 
msgstr 
Project-Id-Version: cryptsetup VERSION\n
Report-Msgid-Bugs-To: cryptse...@packages.debian.org\n
POT-Creation-Date: 2011-05-17 14:46+0200\n
PO-Revision-Date: 2011-06-30 14:41+0100\n
Last-Translator: Julien Patriarca patriar...@gmail.com\n
Language-Team: FRENCH debian-l10n-fre...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid Continue with cryptsetup removal?
msgstr Poursuivre la suppression de cryptsetup ?

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid You have unlocked dm-crypt devices: ${cryptmap}
msgstr Des disques dm-crypt sont actuellement déverrouillés : ${cryptmap}

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid 
If you used to manage these devices with cryptsetup, you might be unable to 
lock the devices after the package removal. There are other tools for 
managing dm-crypt devices though. In any case, system shutdown/reboot will 
lock the devices.
msgstr 
Si ces disques étaient gérés avec cryptsetup, il pourrait devenir impossible 
de les verrouiller après la suppression du paquet. Cependant, d'autres 
outils existent pour gérer des disques dm-crypt. Dans tous les cas, un arrêt 
ou redémarrage du système verrouillera les disques.

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid 
In case you want to lock the dm-crypt devices before package removal, say no 
here, and continue with removal after all dm-crypt devices have been locked.
msgstr 
Refusez la suppression du paquet si vous souhaitez préalablement verrouiller 
les disques dm-crypt et poursuivez-la après que tous les disques dm-crypt 
ont été déverrouillés.


Bug#633106: ITP: libgooglepinyin - A fork from google pinyin on android

2011-07-08 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: fritzing
  Version : 0.1.0
  Upstream Author : CSSlayer wen...@gmail.com
* URL : http://code.google.com/p/libgooglepinyin/
* License : Apache License 2.0
  Programming Lang: C++
  Description : A fork from google pinyin on android


-- 
Regards,
Aron Xu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632970: cannot set keyboard layout for vserver

2011-07-08 Thread Harald Dunkel
On 07/08/11 10:05, Cyril Brulebois wrote:
 
 Xephyr is not X, and uses us by default. AFAICT you need to run
 setxkbmap yourself, so there's no bug in keyboard-configuration.
 Closing this bug report accordingly.
 

Sorry to say, but this is not reasonable. setxkbmap wouldn't
work if Xephyr wouldn't be a XWindow server. Not to mention
that I get the same problem using xorg's Xnest.

About running setxkbmap: This is not an option, since
it requires to login first, but user authentication
requires a (correctly configured) keyboard. The remote
kdm doesn't know the user's keyboard, either.

I understand that you didn't take this into account on
designing keyboard-configuration, but I cannot help it.
Personally I am using a qwerty keyboard to avoid this
kind of problem. But fact is, there are pretty many
national keyboards out there.

My suggestion would be to open this bug report again
and to try a more constructive approach.


Many thanx

Harri



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633107: adonthell: FTBFS: mv: cannot stat `./adonthell.py': No such file or directory

2011-07-08 Thread Christoph Egger
Package: src:adonthell
Version: 0.3.5-6.1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

no -python -modern -shadow -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I. 
-I.. -c++ -makedefault -o ./py_adonthell_wrap.cc ./py_adonthell.i
/bin/bash: line 2: no: command not found
mv: cannot stat `./adonthell.py': No such file or directory
make[4]: *** [py_adonthell_wrap.cc] Error 1
make[4]: Leaving directory 
`/build/buildd-adonthell_0.3.5-6.1-kfreebsd-i386-_mDm5K/adonthell-0.3.5/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/buildd-adonthell_0.3.5-6.1-kfreebsd-i386-_mDm5K/adonthell-0.3.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/buildd-adonthell_0.3.5-6.1-kfreebsd-i386-_mDm5K/adonthell-0.3.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/buildd-adonthell_0.3.5-6.1-kfreebsd-i386-_mDm5K/adonthell-0.3.5'
make: *** [build-stamp] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=adonthellarch=kfreebsd-i386ver=0.3.5-6.1stamp=1310080547

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633108: ITP: fcitx-googlepinyin - googlepinyin wrapper for fcitx

2011-07-08 Thread Aron Xu
Package: wnpp
Severity: wishlist

* Package name: fcitx-googlepinyin
  Version : 0.1.0
  Upstream Author : CSSlayer wen...@gmail.com
* URL : hhttp://code.google.com/p/fcitx/
* License : GPL-2
  Programming Lang: C++
  Description : googlepinyin wrapper for fcitx

-- 
Regards,
Aron Xu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633109: dar: new upstream version available

2011-07-08 Thread random . numbers
Package: dar
Version: 2.3.10-2
Severity: wishlist

Please update to the latest release:
http://dar.linux.free.fr/

2.4.0
June 2nd, 2011 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632772: Wheezy: KDE hangs on logout

2011-07-08 Thread Michel Dänzer
On Don, 2011-07-07 at 10:00 -0700, T Elcor wrote: 
 --- On Thu, 7/7/11, Michel Dänzer daen...@debian.org wrote:
 
   [12.864] (II) RADEON(0): GPU accel
  disabled or not working, using shadowfb for KMS
  
  Looks like there's a problem in the kernel. Please provide
  the relevant (at least agp/drm/radeon related) dmesg output.

[...]

 [4.596941] [drm] Loading RS780 Microcode
 [4.899306] r600_cp: Failed to load firmware radeon/RS780_pfp.bin
 [4.899338] [drm:r600_startup] *ERROR* Failed to load firmware!
 [4.899369] radeon :01:05.0: disabling GPU acceleration

Is the firmware-linux-nonfree package installed?


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   >