Bug#621719: globus-gssapi-gsi: library/import_sec_context.c:204: undefined reference to `ssl3_setup_buffers'

2011-04-08 Thread Mattias Ellert
forwarded 621719 http://bugzilla.globus.org/globus/show_bug.cgi?id=7159
thanks

fre 2011-04-08 klockan 14:02 +0900 skrev Nobuhiro Iwamatsu:
 Source: globus-gssapi-gsi
 Version: 7.6-1
 Severity: serious
 Justification: FTBFS
 
 Hi,
 
 globus-gssapi-gsi  FTBFS with the following error,presumably for the
 openssl transition:

The problem is that the code uses some symbols from the openssl library
that are not part of the API published in the headers. The new openssl
library no longer exports symbols that are not part of the published
API, so the compilation now fails.

This problem has already been reported upstream:

http://bugzilla.globus.org/globus/show_bug.cgi?id=7159

Mattias



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


Bug#621689: multitail: segfault when trying to scroll back a truncated file

2011-04-08 Thread folkert
Ok. I accept patches that fix this problem.

On Fri, Apr 08, 2011 at 12:47:32AM +0400, Krylov Ivan wrote:
 Package: multitail
 Version: 5.2.7-2
 Severity: normal
 
 Steps to reproduce:
 1) run multitail /var/log/some-log-file (e.g. syslog)
 2) wait for it to be truncated (you'll receive the message: file got 
 truncated)
 3) press 'b' and select the truncated file
 
 What happens:
 [ 6685.028218] multitail[3495]: segfault at b9 ip 0805e368 sp bfa055a0 error 
 4 in multitail[8048000+39000]
 
 What should happen:
 multitail should show the contents of log file (at least the new ones)
 
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers testing
   APT policy: (500, 'testing'), (450, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages multitail depends on:
 ii  libc6 2.11.2-11  Embedded GNU C Library: Shared 
 lib
 ii  libncurses5   5.7+20100313-5 shared libraries for terminal 
 hand
 
 multitail recommends no packages.
 
 multitail suggests no packages.
 
 -- no debconf information
 
 


Folkert van Heusden

-- 
To MultiTail einai ena polymorfiko ergaleio gia ta logfiles kai tin
eksodo twn entolwn. Prosferei: filtrarisma, xrwmatismo, sygxwneysi,
diaforetikes provoles. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



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



Bug#620059: mountd tries ipv6 only

2011-04-08 Thread Joerg Dorchain
Hi,

I ran into he problem described here, too.

Some debugging shows that mountd tries to connect via IPv6 only,
despite the content of /etc/netconfig, which marks both ipv4 and
ipv6 as visible.

My portmap is listening on IPv4 localhost only, so all four IPv6
connectin attempts are futile.

Bye,

Joerg

#
# The network configuration file. This file is currently only
# used in
# conjunction with the TI-RPC code in the libtirpc library.
#
# Entries consist of:
#
#   network_id semantics flags protofamily
#   protoname \
#   device nametoaddr_libs
#
# The device and nametoaddr_libs fields are always empty in
# this
# implementation.
#
udptpi_clts  v inet udp -   -
tcptpi_cots_ord  v inet tcp -   -
udp6   tpi_clts  v inet6udp -   -
tcp6   tpi_cots_ord  v inet6tcp -   -
rawip  tpi_raw   - inet  -  -   -
local  tpi_cots_ord  - loopback  -  -   -
unix   tpi_cots_ord  - loopback  -  -   -




signature.asc
Description: Digital signature


Bug#619403: [Pkg-haskell-maintainers] Bug#619403: hPutChar: resource vanished during installation

2011-04-08 Thread Joachim Breitner
Hi,

Am Mittwoch, den 23.03.2011, 08:47 -0700 schrieb Josh Triplett:
 Setting up ghc (7.0.2-4) ...
 stdout: hPutChar: resource vanished (Broken pipe)
 update-alternatives: using /usr/bin/runghc to provide /usr/bin/runhaskell 
 (runhaskell) in auto mode.
 update-alternatives: using /usr/bin/ghc to provide /usr/bin/haskell-compiler 
 (haskell-compiler) in auto mode.
 [...]

the cause of this is this line in ghc’s postinst:

if $libdir/bin/ghc --info | grep -q 'Have interpreter,YES' ; then

The reason is that grep -q will quit after the match, so for subsequent
lines, ghc’s stout is closed. hPutChar on a closed file descriptor gives
SIGPIPE.

I guess this is an upstream bug, which should handle SIGPIPE more
gracefully. I recall some discussion about this on haskell-cafe, but am
offline at the moment, so I cannot investigate.

A quick fix might be writing 

if $libdir/bin/ghc --info | grep 'Have interpreter,YES' /dev/null ; then

instead.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-08 Thread Michael Tokarev
First of all, big, LARGE Thank you Loïc, for the great work
you've done about this bug.

Somehow I haven't received earlier messages for #621137 even
when I'm subscribed, or else I'd reply sooner.

I wanted to get rid of that patch completely, together with
CONFIG_STANDALONE_SHELL busybox config option (which makes
its shell to search for commands internally first and in
$PATH second), but unfortunately initramfs-tools relies on
this hack still (I submitted a patch for that to initramfs-
tools a while back) hence it stays for now.

I very much hope this all will be sorted out for good for
wheezy, whithout applets-fallback.patch and other hackery.

But so far, since the thing is still needed, and since gcc
isn't yet in good state, your patch is necessary, and it
looks good too - excellent spot.  This code (in applets-
fallback.patch) has bit-rotted for a bit.  Quite interesting
effect on gcc too ;)

08.04.2011 04:06, Loïc Minier wrote:
[]
  Ah I should have submitted the changes in a branch of busybox.git;
  didn't spot the git repo -- my bad.
 
  Indeed the layout isn't too conventional: no pristine-tar branch, no
  upstream files in the repo, no upstream branch with e.g. imported
  tarballs or upstream history.  Putting busybox_1.18.4-1.dsc from the

Yes the proper conversion into gbp hasn't been done in the
git.debian.org busybox repository, -- only debian branch is
there, no upstream etc.  The reason - in addition to the
usual not yet done - is actually a bit deeper - I wanted
to clone upstream git repository into debian busybox.git,
instead of using git-import-orig, which is, at my opinion,
a step backwards compared with how git can work.  But I
can't figure out how to have a tree of upstreams, since
upstream itself has not just single branch but many stable
subbranches which gbo does not handle well either.  So the
conversion process stalled somewhat, I did lots of experiments
locally but am not satisfied with results.

So, thank you again, thank you very much for your great work
with all this stuff - both the original problem and packaging
issues.  Busybox needs quite some love ;)

/mjt



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



Bug#260948: alien: allow architecture to be specified on command line

2011-04-08 Thread Sam Brightman
I believe this issue was triggered by a change in the meaning of the
flags, so that -a no longer means all. I looked at it briefly and
considered this a silly regression; the previous options covered all
use-cases including that of the person requesting the change. Maybe I
misunderstood. The bug closed was 572077, in version 7.4.16. My
understanding was that the default of building all architectures could
fail if there was an unbuildable architecture (naturally). There was a
flag to smart-select only those that were compatible that solved this
problem. The result was removing the possibility to build all - such as
building an i386 package on 64-bit. There have been several changes to
architecture handling since then though. 

I don't know if the tar case can be handled correctly, but possibly
dpkg-architecture can be used as a workaround in the other cases
mentioned - it worked 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#621720: if I attempt to remove apache2.2-common apt wants to install apache2-mpm-prefork

2011-04-08 Thread Faheem Mitha
Package: apache2.2-common
Version: 2.2.16-6+squeeze1
Severity: normal


I don't know if this is an apt bug. I thought it might be a packaging
issue. If it is an apt bug, please reassign it. Thanks.

I have the following apache related packages newly installed by doing

orwell:/home/faheem# sudo apt-get install apache2
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common 
libaprutil1-dbd-sqlite3 libaprutil1-ldap
Suggested packages:
  apache2-doc apache2-suexec apache2-suexec-custom
The following NEW packages will be installed:
  apache2 apache2-mpm-worker apache2-utils apache2.2-bin
apache2.2-common libaprutil1-dbd-sqlite3 libaprutil1-ldap
0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
Need to get 1,873 kB of archives.
After this operation, 6,312 kB of additional disk space will be used.
Do you want to continue [Y/n]? 

orwell:/home/faheem# dpkg -l | grep apache2
ii  apache2 2.2.16-6+squeeze1   Apache HTTP Server 
metapackage
ii  apache2-mpm-worker  2.2.16-6+squeeze1   Apache HTTP Server 
- high speed threaded model
ii  apache2-utils   2.2.16-6+squeeze1   utility programs 
for webservers
ii  apache2.2-bin   2.2.16-6+squeeze1   Apache HTTP Server 
common binary files
ii  apache2.2-common2.2.16-6+squeeze1   Apache HTTP Server 
common files
   
Then if I try to remove apache2.2-common I get

orwell:/home/faheem# sudo apt-get purge -s apache2.2-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  apache2-mpm-prefork
The following packages will be REMOVED:
  apache2-mpm-worker*
The following NEW packages will be installed:
  apache2-mpm-prefork
0 upgraded, 1 newly installed, 1 to remove and 1 not upgraded.
Purg apache2-mpm-worker [2.2.16-6+squeeze1] [apache2:i386 ]
Inst apache2-mpm-prefork (2.2.16-6+squeeze1 Debian-Security:6.0/stable [i386])
Conf apache2-mpm-prefork (2.2.16-6+squeeze1 Debian-Security:6.0/stable [i386])

Why is apt trying to install apache2-mpm-prefork?

 Regards, Faheem

-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgid deflate dir env mime
  negotiation reqtimeout setenvif status

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

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

Versions of packages apache2 depends on:
ii  apache2-mpm-worker 2.2.16-6+squeeze1 Apache HTTP Server - high speed th
ii  apache2.2-common   2.2.16-6+squeeze1 Apache HTTP Server common files

apache2 recommends no packages.

apache2 suggests no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.16-6+squeeze1 utility programs for webservers
ii  apache2.2-bin  2.2.16-6+squeeze1 Apache HTTP Server common binary f
ii  libmagic1  5.04-5File type determination library us
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  mime-support   3.48-1MIME files 'mime.types'  'mailcap
ii  perl   5.10.1-17 Larry Wall's Practical Extraction 
ii  procps 1:3.2.8-9 /proc file system utilities

-- 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#621702: libxres1: pixmap size bytes_overflow multiplier on 64-bit system

2011-04-08 Thread Cyril Brulebois
Hi Kevin,

Kevin Ryde use...@zip.com.au (08/04/2011):
 While nosing around the sources of libxres I saw in src/XRes.c
 XResQueryClientPixmapBytes()

[…]

 But I don't have 64-bits and 4Gb memory to try it out, and I
 couldn't find a protocol spec to check ...

I'd suggest asking this question on xorg@ or xorg-devel@:
  http://lists.freedesktop.org/mailman/listinfo/xorg
  http://lists.x.org/mailman/listinfo/xorg-devel

KiBi.


signature.asc
Description: Digital signature


Bug#621676: gmobilemedia: fixes ftbfs

2011-04-08 Thread Michal Čihař
Hi

Dne Thu, 07 Apr 2011 14:01:04 -0400
Barry Warsaw ba...@ubuntu.com napsal(a):

 Package: gmobilemedia
 Version: 0.4+dfsg-10
 Severity: normal
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu natty ubuntu-patch
 
 
 The distutils.patch is incorrect because it references the distutils.sysconfig
 module, but that module is never explicitly imported.  Thus the distutils
 module will not have a sysconfig attribute.  Fixed by explicitly importing the
 submodule.

This has been already fixed in package SVN, upload is pending for now.

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


signature.asc
Description: PGP signature


Bug#621721: intel-gpu-tools: please package more recent version

2011-04-08 Thread Uwe Kleine-König
Package: intel-gpu-tools
Version: 1.0.2-1
Severity: wishlist

Hello,

after reporting

https://bugs.freedesktop.org/show_bug.cgi?id=36061

I was asked to provide the output of intel_reg_dumper which is only
available in intel-gpu-tools new than the Debian packaged version. There
is no release yet available containing intel_reg_dumper, still it would
be usefull.

Best regards
Uwe

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (900, 'stable-updates'), (900, 'proposed-updates'), (900, 
'stable'), (800, 'testing-proposed-updates'), (800, 'testing'), (700, 
'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages intel-gpu-tools depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libdrm-intel1  2.4.21-1~squeeze3 Userspace interface to intel-speci
ii  libdrm22.4.21-1~squeeze3 Userspace interface to kernel DRM 
ii  libpciaccess0  0.12.0-1  Generic PCI access library for X

intel-gpu-tools recommends no packages.

intel-gpu-tools 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#620569: usbkey install wheezy i386 doesn't work

2011-04-08 Thread Lorenzo Bernardi

On 04/07/2011 01:36 PM, Michael Gilbert wrote:
   

There is no guarantee that the testing installer will work at any given
time.  You can try the testing snapshot release, which has certain known
problems already, has been tested, and is known to work:
 


That should say certain known problems already *fixed*.



   
I have tried to is the iso image on the page you gave me  and when I 
tried to install using the USB key I have the following message in the log:
Apr 08 09:08:01 iso-scan:./debian-testing-snapshot-2011.04-i386-mini.iso 
not a Debian iso


I have looked at the image by mounting them:
mount -o loop ./debian-testing-snapshot-2011.04-i386-mini.iso /tmp/dd
ls /tmp/dd/
adtxt.cfg  dtmenu.cfg f10.txt  f2.txt  f4.txt  f6.txt  f8.txt  
g2ldr  initrd.gz   isolinux.cfg  linuxmenu.cfgrqtxt.cfg  
splash.png   txt.cfg  win32-loader.ini
boot.cat   exithelp.cfg  f1.txt   f3.txt  f5.txt  f7.txt  f9.txt  
g2ldr.mbr  isolinux.bin  kde lxdeprompt.cfg  setup.exe  
stdmenu.cfg  vesamenu.c32  xfce


and the daily build iso image gives something different.

mount -o loop ~/OLD/debian-testing-i386-netinst.iso /tmp/dd
ls /tmp/dd/
autorun.inf  debian  doc   g2ldr  install  isolinuxpics  
README.html  README.mirrors.txt  README.txt  tools
css dists   firmware  g2ldr.mbr  install.386  md5sum.txt  pool  
README.mirrors.html  README.source  setup.exe   win32-loader.ini


I should say that using the daily build image burn on a CD works 
perfectly it is only the usb key installation setup that causes me 
problems.


When I try to do the installation with the daily build I have these two 
lines in the log


Apr  3 09:08:35 anna[1914]: grep: /cdrom/dists/stable/Release: No such 
file or directory
Apr  3 09:08:35 cdrom-retriever: error: No components listed in 
/cdrom/dists/stable/Release.


It looks to me that the installer (anna?) is looking for a stable 
release not a testing one. And in fact in the daily build the 
dists/stable/Release directory doesn't exist.


If I put a squeeze iso image it loads the CD but complains that there is 
a kernel mismatch between the installer (2.6.37-2-486) and the modules 
found in the iso image.


sincerely

L.




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



Bug#621383: Still uses libdb4.7

2011-04-08 Thread Niko Tyni
On Thu, Apr 07, 2011 at 11:11:58AM +0100, Dominic Hargreaves wrote:
 On Wed, Apr 06, 2011 at 10:44:42PM +0200, Ondřej Surý wrote:
  Package: perl
  Version: 5.10.1-19
  Severity: normal
  User: pkg-db-de...@lists.alioth.debian.org
  Usertags: db5.1
  
  Your package currently still uses Berkeley DB version 4.7 (libdb4.7).
  
  However, there is a newer Berkeley DB version in the archive (libdb5.1),
  with a compatible API.  Berkeley DB version 4.7 will be eventually
  removed from unstable in favor of version 5.1.
  
  Please port your package to libdb5.1 as soon as possible.  In most cases
  only change required is to update build depends from libdb4.7-dev
  to libdb-dev, or just recompile the package.
 
 I propose that we tackle this in 5.12/experimental first; I imagine
 that there is a potential for some breakage when updating the version
 of libdb in use by perl, and if we are able to proceed with the perl-5.12
 transition[1] in the next few months then hopefully this won't be too much
 of a burden on the libdb maintainers, and will avoid too many separate
 rounds of breakage.

IMO, it should absolutely go in 5.12/experimental straight away to
spot any arch-specific test failures. After that, a new round of manual
rebuilds of the lib*-perl packages against 5.12 could be done to find any
obvious breakage.

However, if the 5.12 (or 5.14?) transition is still going to take months,
it might be good to decouple the db transition in order to not waste
those months. They could just as well be used for finding and fixing
any db related bugs in testing/unstable.

I'm a bit concerned about user databases breaking on upgrades, but IIUC
the transactional mode needs to be enabled with a DB_INIT_TXN flag [1]
(among other things), and the Perl sources don't use that anywhere.
Therefore, it seems possible that transactions can't be used through
DB_File anyway and we're safe from the incompatibility. This probably
needs further investigation.

Dominic: all that said, feel free to decide the best approach if you're
going to do the work :)

[1] http://download.oracle.com/docs/cd/E17076_02/html/gsg_txn/C/enabletxn.html
-- 
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#621496: libpam-afs-session: AFS token is lost on sudo

2011-04-08 Thread Erik Dalén
On Thu, Apr 7, 2011 at 19:00, Russ Allbery r...@debian.org wrote:
 Erik Dalén erik.da...@jadestone.se writes:

 After running sudo I don't have my AFS token anymore. This can be
 fixed by changing line 4 in
 /usr/share/pam-configs/afs-session to:

 Auth-Type: Primary

 and then run pam-auth-update again.

 That sounds wrong given that pam-afs-session is not a primary
 authentication mechanism and always returns success to authentication
 attempts.  I'm concerned that such a change could lead to opening your
 system to allow logging in without a password or with any password in some
 cases.

To prevent that from being a problem it could be specified as
[default=ignore]' instead of 'optional', that way a success from it
doesn't contribute in any way even if it is the only auth module. With
optional it shouldn't be a problem unless you disable all other
modules.


 The additional section should always run.  Why didn't it in your case with
 sudo?  Could you show me a copy of /etc/pam.d/sudo,
 /etc/pam.d/common-auth, and /etc/pam.d/common-session from your system
 when this is not working properly?


Most of the files are the defaults from debian squeeze with krb5  afs
pam modules enabled. With the addition of the passwordless sudo for
members of the wheel group.

/etc/pam.d/common-auth:
# here are the per-package modules (the Primary block)
auth[success=2 default=ignore]  pam_krb5.so minimum_uid=1000
auth[success=1 default=ignore]  pam_unix.so nullok_secure try_first_pass
# here's the fallback if no module succeeds
authrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
authrequiredpam_permit.so
# and here are more per-package modules (the Additional block)
authoptionalpam_afs_session.so
# end of pam-auth-update config

/etc/pam.d/sudo:
#%PAM-1.0

@include common-auth
@include common-account

session required pam_permit.so
session required pam_limits.so

/etc/pam.d/common-session
# here are the per-package modules (the Primary block)
session [default=1] pam_permit.so
# here's the fallback if no module succeeds
session requisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
session requiredpam_permit.so
# and here are more per-package modules (the Additional block)
session optionalpam_krb5.so minimum_uid=1000
session requiredpam_unix.so
session optionalpam_afs_session.so
# end of pam-auth-update config


And in /etc/sudoers.d I have a file that specifies:
%wheel  ALL=(ALL)   NOPASSWD: ALL

and I am a member of group 'wheel'.

-- 
Erik Dalén
System Administrator
Jadestone



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



Bug#621657: debootstrap: Doesn't recognize Release file

2011-04-08 Thread Roland Stigge
On 04/08/2011 01:06 AM, Joey Hess wrote:
 Roland Stigge wrote:
 trying to build a clean squeeze or sid chroot, I get the following:

 # debootstrap squeeze squeeze
 I: Retrieving Release
 E: Invalid Release file, no entry for main/binary-arm/Packages
 # debootstrap sid sid
 I: Retrieving Release
 E: Invalid Release file, no entry for main/binary-arm/Packages
 
 There is no arm architecture in unstable, testing, or stable anymore.
 To debootstrap armel from an arm architecture system, you'll need to
 use --arch=armel.

Sorry, my fault, it was an ARCH=arm in my (unclean) environment.

bye,
  Roland



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



Bug#621721: intel-gpu-tools: please package more recent version

2011-04-08 Thread Tormod Volden
Thanks for your report. Yes, I have been begging upstream about a new
release for a while now. I guess we should just make a git snapshot
instead, since they don't seem to care.



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



Bug#621491: apt dont download the reposity-information during the installation

2011-04-08 Thread David Kalnischkies
On Thu, Apr 7, 2011 at 14:23, Stefan Krueger shado...@gmx.net wrote:
 when i install Debian he dont get contact to the debianserver (look at the 
 syslog at 11:49).
 But after the installation i add the lines manually in the sources.list and 
 its work fine.
 The network/internet-connections work already in the installation.

In the syslog messages you send in other stuff fails, too, because wget
can't get a connection to the internet. So its not just APT who isn't able
to connect.

Do you have a proxy configured?
Or do you remember setting something else which might be important?

(I assume that the bug is here in the wrong place, but i don't really
know where it should be handled instead, so lets try to work it out)


 Sorry for my bad english but i hope you understand me ;-)

No problem. Being a german citizen myself might help through. ;)


Best regards / Mit freundlichen Grüßen

David Kalnischkies


For reference: Part of syslog mesage with APT and wget fail:
[…]
 Apr  7 11:12:13 apt-setup: Schreiben der neuen Quellliste
 Apr  7 11:12:13 apt-setup: Quelllisteneinträge für dieses Medium sind:
 Apr  7 11:12:13 apt-setup: deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - 
 Official i386 NETINST Binary-1 20110320-15:03]/ squeeze main
 Apr  7 11:12:13 apt-setup: Wiederholen Sie dieses Prozedere für die 
 restlichen Disks Ihres Satzes.
 Apr  7 11:12:13 kernel: [  463.530089] ISO 9660 Extensions: Microsoft Joliet 
 Level 3
 Apr  7 11:12:13 kernel: [  463.530517] ISO 9660 Extensions: RRIP_1991A
 Apr  7 11:49:38 choose-mirror[31949]: DEBUG: command: wget -q 
 http://ftp2.de.debian.org/debian//dists/squeeze/Release -O - | grep -E 
 '^(Suite|Codename):'
 Apr  7 11:49:38 choose-mirror[31949]: WARNING **: mirror does not support the 
 specified release (squeeze)
 Apr  7 11:49:51 choose-mirror[31953]: DEBUG: command: wget -q 
 http://ftp.de.debian.org/debian//dists/squeeze/Release -O - | grep -E 
 '^(Suite|Codename):'
 Apr  7 11:49:52 choose-mirror[31953]: WARNING **: mirror does not support the 
 specified release (squeeze)
 Apr  7 11:50:09 init: starting pid 245, tty '/dev/tty2': '-/bin/sh'
 Apr  7 11:50:49 choose-mirror[31953]: DEBUG: command: wget -q 
 http://ftp.de.debian.org/debian//dists/squeeze/Release -O - | grep -E 
 '^(Suite|Codename):'
 Apr  7 11:50:49 choose-mirror[31953]: WARNING **: mirror does not support the 
 specified release (squeeze)
 Apr  7 11:52:53 choose-mirror[31953]: DEBUG: command: wget -q 
 http://ftp.de.debian.org/debian//dists/squeeze/Release -O - | grep -E 
 '^(Suite|Codename):'
 Apr  7 11:52:53 choose-mirror[31953]: WARNING **: mirror does not support the 
 specified release (squeeze)
 Apr  7 11:52:57 apt-setup: warning: /usr/lib/apt-setup/generators/50mirror 
 returned error code 1; discarding output
 Apr  7 11:52:58 in-target: Fehl http://security.debian.org squeeze/updates 
 Release.gpg
 Apr  7 11:52:58 in-target:   Verbindung mit security.debian.org:80 kann nicht 
 aufgebaut werden (212.211.132.250). - connect (101: Das Netzwerk ist nicht 
 erreichbar) [IP: 212.211.132.250 80]
 Apr  7 11:52:58 in-target: Fehl http://security.debian.org/ 
 squeeze/updates/main Translation-de
 Apr  7 11:52:58 in-target:   Verbindung mit security.debian.org:80 kann nicht 
 aufgebaut werden (212.211.132.250). - connect (101: Das Netzwerk ist nicht 
 erreichbar) [IP: 212.211.132.250 80]
 Apr  7 11:52:58 in-target: Fehl http://security.debian.org/ 
 squeeze/updates/main Translation-en
 Apr  7 11:52:58 in-target:   Verbindung mit security.debian.org:80 kann nicht 
 aufgebaut werden (212.211.132.250). - connect (101: Das Netzwerk ist nicht 
 erreichbar) [IP: 212.211.132.250 80]
 Apr  7 11:52:58 in-target: Ign http://security.debian.org squeeze/updates 
 Release
 Apr  7 11:52:58 in-target: Fehl http://security.debian.org 
 squeeze/updates/main i386 Packages
 Apr  7 11:52:58 in-target:   Verbindung mit security.debian.org:80 kann nicht 
 aufgebaut werden (212.211.132.250). - connect (101: Das Netzwerk ist nicht 
 erreichbar) [IP: 212.211.132.250 80]
 Apr  7 11:52:58 in-target: W: Fehlschlag beim Holen von 
 http://security.debian.org/dists/squeeze/updates/Release.gpg  Verbindung mit 
 security.debian.org:80 kann nicht aufgebaut werden (212.211.132.250). - 
 connect (101: Das Netzwerk ist nicht erreichba
 Apr  7 11:52:58 in-target:
 Apr  7 11:52:58 in-target: W: Fehlschlag beim Holen von 
 http://security.debian.org/dists/squeeze/updates/main/i18n/Translation-de.gz  
 Verbindung mit security.debian.org:80 kann nicht aufgebaut werden 
 (212.211.132.250). - connect (101: Das Netzwerk ist
 Apr  7 11:52:58 in-target:
 Apr  7 11:52:58 in-target: W: Fehlschlag beim Holen von 
 http://security.debian.org/dists/squeeze/updates/main/i18n/Translation-en.gz  
 Verbindung mit security.debian.org:80 kann nicht aufgebaut werden 
 (212.211.132.250). - connect (101: Das Netzwerk ist
 Apr  7 11:52:58 in-target:
 Apr  7 11:52:58 in-target: W: Fehlschlag beim Holen von 
 

Bug#621722: parley: Parley fails to activate Google images script in German locale

2011-04-08 Thread Ronny Standtke
Package: parley
Version: 4:4.4.5-2
Severity: normal

*** Please type your report below this line ***
When using Debian with a German locale, Parley fails to activate the Google 
images script. The error message is:

-
Ein Skript kann nicht aktiviert werden und ist deaktiviert worden. Dies 
bedeutet wahrscheinlich, dass das Skript Fehler enthält oder, dass die 
benötigten Pakete nicht installiert sind.
/usr/share/kde4/apps/parley/plugins/google_images.py

Details

Fehler in Datei /usr/share/kde4/apps/parley/plugins/google_images.py bei Zeile 
250:
'ascii' codec can't encode character u'\xe4' in position 1: ordinal not in 
range(128)
Rückverfolgung:
File /usr/share/kde4/apps/parley/plugins/google_images.py, line 250, in 
module
action1.statusTip = str(i18n(Fetches an image for the selected translation))
-


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

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

Versions of packages parley depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  kdeedu-kvtml-data   4:4.4.5-2kvtml files for kdeedu programs
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.5-2+squeeze1   the KDE Platform Core Library
ii  libkdeedu4  4:4.4.5-2libraries for KDE educational appl
ii  libkdeui5   4:4.4.5-2+squeeze1   the KDE Platform User Interface Li
ii  libkhtml5   4:4.4.5-2+squeeze1   the KHTML Web Content Rendering En
ii  libkio5 4:4.4.5-2+squeeze1   the Network-enabled File Managemen
ii  libknewstuff3-4 4:4.4.5-2+squeeze1   the Get Hot New Stuff v3 Library
ii  libkrosscore4   4:4.4.5-2+squeeze1   the Kross Core Library
ii  libkutils4  4:4.4.5-2+squeeze1   various utility classes for the KD
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-2+squeeze1   the Plasma Library for the KDE Pla
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libwww-perl 5.836-1  Perl HTTP/WWW client/server librar
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt
ii  parley-data 4:4.4.5-2data files for the Parley vocabula
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

Versions of packages parley recommends:
ii  krosspython   4:4.4.5-3  Python module for Kross

Versions of packages parley suggests:
ii  khelpcenter4  4:4.4.5-1  help center

-- 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#621720: apt-get purge apache2-utils fails

2011-04-08 Thread Faheem Mitha


In a similar vein, on the same machine, everything the same as before, I 
get


orwell:/home/faheem# sudo apt-get purge apache2-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 apache2.2-common : Depends: apache2-utils but it is not going to be installed
E: Broken packages

This smells like an apache packaging bug, not an apt bug. I'm wondering 
whether to set this bug to important. If I figure out what is going on, 
I'll follow up to this bug report.


Regards, Faheem



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



Bug#584896: Problem not solved yet

2011-04-08 Thread Knut Esztermann
Hi,

Unfortunately, the problem is still the same. Immediately after the 
verification, a red exclamation mark appears at the reconnect-step though the 
remote is still rebooting.

Here's the error message:

Unknown error
(libconcord function reset_remote error -19)

Traceback (most recent call last):
  File /usr/bin/congruity, line 702, in _WorkerFunction
  self._WorkerFunctionBody()
File /usr/bin/congruity, line 862, in _WorkerFunctionBody
libconcord.reset_remote()
  File /usr/lib/python2.6/dist-packages/libconcord.py, line 97, in __call__
  raise LibConcordException(self.func_name, result)
  LibConcordException: libconcord function 'reset_remote' failed with error 
code -19 ('Unknown error')


/ Knut Esztermann

-- 
You can't be late until you show up.

text/html  /dev/null


smime.p7s
Description: S/MIME cryptographic signature


Bug#621723: nfs-common: rpc.idmapd has stopped working

2011-04-08 Thread Anders Boström
Package: nfs-common
Version: 1:1.2.3-1
Severity: grave

After upgrade to 1:1.2.3-1, from 1:1.2.2-5, rpc.idmapd fail to
start.

This is logged:

2011-04-08T09:54:06+02:00 sid rpc.statd[6985]: Version 1.2.3 starting
2011-04-08T09:54:06+02:00 sid sm-notify[6986]: Version 1.2.3 starting
2011-04-08T09:54:06+02:00 sid sm-notify[6986]: Already notifying clients; 
Exiting!
2011-04-08T09:54:06+02:00 sid rpc.statd[6985]: failed to create RPC listeners, 
exiting


sid:~# /usr/sbin/rpc.idmapd -f -v 
rpc.idmapd: libnfsidmap: using domain: localdomain

rpc.idmapd: libnfsidmap: loaded plugin /usr/lib/libnfsidmap/nsswitch.so for 
method nsswitch

rpc.idmapd: Expiration time is 600 seconds.
rpc.idmapd: nfsdopenone: Opening /proc/net/rpc/nfs4.nametoid/channel failed: 
errno 2 (No such file or directory)
rpc.idmapd: main: open(/var/lib/nfs/rpc_pipefs/nfs): No such file or directory
#

This makes my NFS-client unusable as it depend on NFSv4 for home-account.

Downgrade to 1:1.2.2-4 from stable solves the problem.

/ Anders

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (70, 'testing-proposed-updates'), (60, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.33 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to sv_SE.UTF8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nfs-common depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  initscripts  2.88dsf-13.1scripts for initializing and shutt
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcap2  1:2.20-1support for getting/setting POSIX.
ii  libcomerr2   1.41.12-2   common error description library
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libgssapi-krb5-2 1.9+dfsg-1  MIT Kerberos runtime libraries - k
ii  libgssglue1  0.1-4   mechanism-switch gssapi library
ii  libk5crypto3 1.9+dfsg-1  MIT Kerberos runtime libraries - C
ii  libkrb5-31.9+dfsg-1  MIT Kerberos runtime libraries
ii  libnfsidmap2 0.24-1  An nfs idmapping library
ii  librpcsecgss30.19-2  allows secure rpc communication us
ii  libwrap0 7.6.q-19Wietse Venema's TCP wrappers libra
ii  lsb-base 3.2-27  Linux Standard Base 3.2 init scrip
ii  netbase  4.45Basic TCP/IP networking system
ii  portmap  6.0.0-3 RPC port mapper
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

nfs-common recommends no packages.

nfs-common suggests no packages.

-- Configuration Files:
/etc/default/nfs-common changed:
NEED_STATD=
STATDOPTS=
NEED_IDMAPD=yes
NEED_GSSD=


-- 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#621716: hello: README-dev is missing

2011-04-08 Thread Santiago Vila
On Fri, 8 Apr 2011, Wang Xiaolin wrote:

 Package: hello
 Version: 2.7-1
 Severity: normal
 
 
 The file named 'README-dev' mentioned in README is missing.

You are right. There is not even a README-dev in the original tarball,
so this is definitely an upstream bug.

Thanks.



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



Bug#575232: [Pkg-xfce-devel] Bug#575232: Xfce4-xkb-plugin 0.4.3-1 does not switch the keyboard into others languages besides the defaults (US) !

2011-04-08 Thread Yves-Alexis Perez
On mer., 2010-03-24 at 14:50 +0200, Uriy Zenkov wrote:
 
 Xfce4-xkb-plugin 0.4.3-1 does not switch the keyboard into
 others
 languages besides the defaults (US). Once installed, it worked, but
 after turning off the Xorg (via Exit in Xfce) it stopped working.
 When you switch to other languages (RUS, UA), it shows (null).
 What would he again began to work, I removed him from the panel and
 re-added to the panel, but the error remains. 

Can you try to remove the xorg configuration and add the layouts in the
keyboard settings in Xfce?

Regards,
-- 
Yves-Alexis




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



Bug#590166: [Pkg-xfce-devel] Bug#590166: thunar-data: missing sendto action for blueman-sendto

2011-04-08 Thread Yves-Alexis Perez
On dim., 2010-07-25 at 11:34 +0100, Darren Salt wrote:
 I demand that Yves-Alexis Perez may or may not have written...
 
  On sam., 2010-07-24 at 12:27 +0100, Darren Salt wrote:
  thunar-data has a sento action for bluetooth-sendto, which isn't provided
  by blueman. However, there is an equivalent which is provided:
  blueman-sendto.
 
  Essentially, this needs no more than a copy of bluetooth-sendto.desktop
  with s/bluetooth/blueman/g (or a symlink from bluetooth-sendto to
  blueman-sendto, which would be best done in blueman but would require the
  addition of Conflicts headers).
 
  What do you mean? That the sendto file should be added in Thunar or in
  blueman?
 
 Whichever's more practical. I mention it here because of
 bluetooth-sendto.desktop.
 
  I'm not strongly opposed to add one (though that should be done
  upstream, ideally), but at one point it's hard to say if thunar should ship
  sendto files for each and every application, or if each and every
  application should ship sendto files for each and every file manager (the
  best would be a common spec for sendto files, imho)
 
 The apps should, because there are more of them; but, either way, it becomes
 a little silly if both blueman-sendo and bluetooth-sendto are available
 (which, I suppose, could happen if you have different users who prefer
 different desktop environments). It doesn't seem avoidable without extending
 the specification or telling them to hide entries.
 
Could you craft such a blueman-sendto.desktop?

Regards,
-- 
Yves-Alexis




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



Bug#621724: pdns_control manpage misses 'list' command and cli-options

2011-04-08 Thread Sandro Tosi
Package: pdns-server
Version: 2.9.22-8
Severity: minor

Hello,
manpage for pdns_control misses the 'list' command (used by init.d script when
calling with 'dump' option). Also, pdns_control accepts several cli options:

pdns_control --help
syntax:

  --chroot=...

  --config-dir=...
Location of configuration directory (pdns.conf)
  --config-name=...
Name of this virtual configuration - will rename the binary image
  --help
Provide a helpful message
  --remote-address=...
Remote address to query
  --remote-port=...
Remote port to query
  --secret=...
Secret needed to connect to remote PowerDNS
  --socket-dir=...
Where the controlsocket will live

None of them are in the manpage.

Regards,
Sandro

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

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



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



Bug#620059: mountd tries ipv6 only

2011-04-08 Thread Uwe Kleine-König
Hello,

On Fri, Apr 08, 2011 at 08:33:00AM +0200, Joerg Dorchain wrote:
 Hi,
 
 I ran into he problem described here, too.
 
 Some debugging shows that mountd tries to connect via IPv6 only,
 despite the content of /etc/netconfig, which marks both ipv4 and
 ipv6 as visible.
 
 My portmap is listening on IPv4 localhost only, so all four IPv6
 connectin attempts are futile.
Is this another duplicate of 620088?

Best regards
Uwe

-- 
Pengutronix e.K.   | Uwe Kleine-König|
Industrial Linux Solutions | http://www.pengutronix.de/  |



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



Bug#601435: [Pkg-xfce-devel] Bug#601435: abiword: 100% cpu usage after exporting to LaTeX

2011-04-08 Thread Yves-Alexis Perez
retitle 601435 thunar thumbnailers should have a timeout
severity 601435 wishlist
thanks
On mar., 2010-10-26 at 16:49 -0200, Teresa e Junior wrote:
 Hello, Yves!
 
 The problem is in the file generated by AbiWord or in pdflatex. Please
 have a look at the attached hello.txt. It has a line saying:
 %% Please revise the following command, if your babel
 %% package does not support Português (Brasil)
 \usepackage[português]{babel}

I have to admit I'm not really interested in debugging latex/abiword
issues.

Your particular bug seems to like outside of Thunar thumbnailer so I
guess I should close it or reassign it, but thinking about this twice,
thumbnailers should have something like a timeout (either in the
thumbnailer itself or in Thunar). So I'm keeping the bug open for now,
just retitling it.

It'll be interesting seeing how tumbler behaves on this but I seem to
recall the same kind of issues was present.

Regards,
-- 
Yves-Alexis




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



Bug#621725: rtgui: Undefined variable: diff

2011-04-08 Thread Dario Minnucci
Package: rtgui
Version: 0.2.81-2
Severity: minor
Tags: upstream

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

If you use error_reporting = E_ALL  ~E_STRICT in your php.ini, you'll get:

Notice: Undefined variable: diff in /usr/share/rtgui/www/functions.php on line 
316
Notice: Undefined variable: diff in /usr/share/rtgui/www/functions.php on line 
319

Thanks,

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

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

Versions of packages rtgui depends on:
ii  apache2   2.2.17-2   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]   2.2.17-2   Apache HTTP Server - traditional n
ii  libapache2-mod-scgi   1.13-1+b1  Apache module implementing the SCG
ii  php5  5.3.6-7server-side, HTML-embedded scripti
ii  php5-xmlrpc   5.3.6-7XML-RPC module for php5
ii  rtorrent  0.8.7-6ncurses BitTorrent client based on

rtgui recommends no packages.

rtgui suggests no packages.

- -- Configuration Files:
/etc/rtgui/config.php changed [not included]

- -- no debconf information

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

iQIcBAEBCAAGBQJNnsz6AAoJEKgvu4Pz1XAzvK0P/3G0iGbq27d+p092FlU3qs93
wT1yhn+e8aiuvHLTBBvs29onzkMLquH13fPjKXi69dZC5mEvuaY5wVDhcL/MVLPK
9k9BOgJunggji1my+tXyOuEkW6mHh7tfGZxY+OKS3G88db3AD4uhvzlSMHVj1cMC
AF+E3UDQIFqvCrUClTOogtt54OHhF1z/DlKiT5Jn/+HsPFHOcqS1QuezIHfQEzfx
4M4qhdg/YmImigkGb0w3TfiKlo7QnbRC4seww8ge54wn0pzTwlRmVRzutbZy2qX6
g+L8qsEBUh2bWUy81CfzEErwOuOr/BaeO52IcvGvd2CySKUGKSLdNliqrLG5AXuC
pR4+JySQo+IQkT4fXiUhDgy619MI14NOorIZqxKepSSsI+uKaw0WA4YsXgfLGy1W
YATtRv/reaokcQ2iOA6IFHp3CgBWNfuAVyYfq9iBqLm6hJbijF+FzBIzLyK9+cXg
rXXWMV0STE7q6A6Y5tdmKjcJ6O72tYwiXYWQkpgvu2Xrw7izi5axGw7otkDADIOk
IiRQSPUsaSINcLurrKicGl6AdlsVx8np24A7TZr/f+ScjqYRo/TTGu/B9xkz0jXu
MKgxfPx0mmVuYz0phiGWd/DB78oXQzbiN6BXHHGDsB/KnkhSxeo5KEII7qe0xZxQ
GERAUhixEKo6McUEW8Fz
=fn6e
-END PGP SIGNATURE-



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



Bug#584881: Also in backported squeeze kernel 2.6.32-bpo.5-xen-amd64

2011-04-08 Thread Thomas Aeby
Potentially the same effect with

  Kernel 2.6.32-bpo.5-xen-amd64
  DRBD on top of LVM on top of a RAID1-Volume
  2 SATA-Disks
  Fujitsu Hardware
  one machine with 4, the other with 8 cores
  running XEN

This makes me fear that upgrading to Squeeze would not solve
the problem.

Removing one of the mirrors, thus radically avoiding check/resync
worked around (or at least soothed) the problem.

Interestingly enough, the hung has never occured on the respective
DRBD peers, only on the machines where the heavy loaded VM is
actually running on.

Best regards,
Tom



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



Bug#614280: [Pkg-xfce-devel] Bug#614280: xfce4-battery-plugin: Does not show time estimate with recent kernels

2011-04-08 Thread Yves-Alexis Perez
On dim., 2011-02-20 at 20:56 +0100, Thomas Prokosch wrote:
 fce4-battery-plugin has a problem with recent (2.6.36) kernels: It
 does no longer show time estimates of the remaining run time/charging
 time. The charging state (given in percent) is fine, however.

That just mean kernel broke interface _again_. As battery plugin isn't
really maintained nowadays and we still ship the sysfs patch, I really
can't see this fixed anytime soon. We might have some chance if/when the
plugin is ported to xfpm/upower framework, but for now I don't think
there's a fix.
 
 IMHO would also be reasonable to upload this change to the
 stable-updates archive. 

If you can provide such a patch, I guess that could be done.

Regards,
-- 
Yves-Alexis




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



Bug#621006: lintian: Variable substitution in Maintainer field in causes warnings and no-maintainer-field error

2011-04-08 Thread Dmitry Katsubo
Hi Niels,

On 07.04.2011 18:52, Niels Thykier wrote:
 Hi
 
 I have the feeling you have not read #615132, which is basically asking
 for a check against this particular usage of substvars.

To my opinion, emitting a warning is fine.

Jakub says that use substitution variables in the source is always a
packaging bug, however the documentation concerning debian/control
file keeps silence concerning the fields which are not allowed to be
substituted:

http://www.debian.org/doc/debian-policy/ch-source.html#s-substvars

 This most likely happens because dpkg command (exact name eludes me at
 the moment, possibly dpkg-source or dpkg-genchanges) building the dsc
 does not include the Maintainer field.

You are right here: the generated .dsc file does not contain
Maintainer field at all, and dpkg-genchanges generated the .changes
file with Maintainer not substituted:
=== cut ===
Maintainer: ${common:Maintainer}
=== cut ===

I have explicitly passed the substvars file to use for dpkg-source /
dpkg-genchanges like that:
debuild -sa -us -uc --changes-option=-Tdebian/substvars
but it does not help:

=== console ===
   debian/rules override_dh_gencontrol
make[1]: Entering directory `/root/tmp/build/osra-1.3.8'
dh_gencontrol -- -Tdebian/substvars
...
 dpkg-genchanges -sa -Tdebian/substvars ../osra_1.3.8-1_i386.changes
dpkg-genchanges: including full source code in upload
 dpkg-source -Tdebian/substvars --after-build osra-1.3.8
dpkg-buildpackage: full upload (original source is included)
Now running lintian...
E: osra source: no-maintainer-field
...
=== console ===

As from the logs I also override dh_gencontrol, which by default is
passing package-specific substvars file:
dh_gencontrol -Tdebian/osra.substvars
while I want to use one substvars for all packages.

As I mentioned, all DEBIAN/control files in the .deb packages look OK.

Does it look like a bug for dpkg-source / dpkg-genchanges? I have found
this bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589609
saying that it's only dpkg-gencontrol (and not dpkg-source /
dpkg-genchanges) that performs the substitution. But still -T option
is there... I've got a bad feeling :)

 I assume it does this if the Maintainer field is empty, which is very
 likely as the debian/substvars file is usually removed by the clean
 target (e.g. by dh_clean) and is therefore not present when the source
 package is created.

No, debian/substvars is not removed (at least explicitly by me) at
dh_clean step and it stays in debian/ after the build.

 Note we also have a tag for keeping the debian/substvars file in the
 source package because doing so may lead to complications/weird results.

Could you provide more information on that (which lintian option / tag?)

 Obviously we cannot satisfy this and #615132 at the same time.
 Personally I am more inclined to satisfy #615132, since these
 substitutions can be rather non-trivial and (as you experienced) lead to
 some interesting issues when done in source fields.

I can agree with you. Does it mean, that it is only Maintainer field
which is problematic? What if I want to substitute Homepage or
Vcs-Browser or Version field?

Thanks.

-- 
With best regards,
Dmitry



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



Bug#621720: apt-get purge apache2-utils fails

2011-04-08 Thread Faheem Mitha



On Fri, 8 Apr 2011, Faheem Mitha wrote:



In a similar vein, on the same machine, everything the same as before, I get

orwell:/home/faheem# sudo apt-get purge apache2-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
apache2.2-common : Depends: apache2-utils but it is not going to be 
installed

E: Broken packages

This smells like an apache packaging bug, not an apt bug. I'm wondering 
whether to set this bug to important. If I figure out what is going on, I'll 
follow up to this bug report.


Maybe this is an apt-get bug. aptitude seems to be able to cope

I still don't get the

The following packages have unmet dependencies:
  apache2.2-common: Depends: apache2-utils but it is not going to be
installed.

It doesn't make any sense here.

**

orwell:/home/faheem# aptitude purge apache2-utils
The following packages will be REMOVED:
  apache2-utils{p}
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 381 kB will be freed.
The following packages have unmet dependencies:
  apache2.2-common: Depends: apache2-utils but it is not going to be 
installed.

The following actions will resolve these dependencies:

 Remove the following packages:
1) apache2
2) apache2-mpm-worker
3) apache2.2-common

Accept this solution? [Y/n/q/?]
The following packages will be REMOVED:
  apache2{a} apache2-mpm-worker{a} apache2-utils{p} apache2.2-bin{u} 
apache2.2-common{a} libaprutil1-dbd-sqlite3{u} libaprutil1-ldap{u}

0 packages upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 6,312 kB will be freed.
Do you want to continue? [Y/n/?]
(Reading database ... 289348 files and directories currently installed.)
Removing apache2 ...
Removing apache2-mpm-worker ...
Stopping web server: apache2apache2: Could not reliably determine the 
server's fully qualified domain name, using 127.0.0.1 for ServerName

.
Removing apache2.2-common ...
Processing triggers for man-db ...
(Reading database ... 289020 files and directories currently installed.)
Removing apache2-utils ...
Processing triggers for man-db ...
(Reading database ... 288994 files and directories currently installed.)
Removing apache2.2-bin ...
Removing libaprutil1-dbd-sqlite3 ...
Removing libaprutil1-ldap ...
Processing triggers for man-db ...



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



Bug#621726: krb5-admin-server: kadmind dies after nmap -sV

2011-04-08 Thread Felipe Ortega
Package: krb5-admin-server
Version: 1.8.3+dfsg-4
Severity: important


After executing a command like this:

# nmap -n -sV krb01

where krb01 is the main kerberos server (krb5kdc and kadmind running), kadmind 
dies silently.

I suppose nmap sends some string when trying to guess the version of the 
program running, and
kadmind can't parse it.

Someone could use such a tool, or inject the malformed string directly, causing 
a DoS.

Attached is an strace output of the kadmind process while runing nmap against 
the server.

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

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

Versions of packages krb5-admin-server depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  krb5-kdc1.8.3+dfsg-4 MIT Kerberos key server (KDC)
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-2common error description library
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  libgssrpc4  1.8.3+dfsg-4 MIT Kerberos runtime libraries - G
ii  libk5crypto31.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii  libkadm5srv-mit71.8.3+dfsg-4 MIT Kerberos runtime libraries - K
ii  libkdb5-4   1.8.3+dfsg-4 MIT Kerberos runtime libraries - K
ii  libkeyutils11.4-1Linux Key Management Utilities (li
ii  libkrb5-3   1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii  libkrb5support0 1.8.3+dfsg-4 MIT Kerberos runtime libraries - S
ii  libss2  1.41.12-2command-line interface parsing lib
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

krb5-admin-server recommends no packages.

krb5-admin-server suggests no packages.

-- debconf information:
  krb5-admin-server/kadmind: true
* krb5-admin-server/newrealm:
Process 10839 attached - interrupt to quit
select(9, [6 7 8], [], [], NULL)= 2 (in [7 8])
accept(7, {sa_family=AF_INET, sin_port=htons(60400), 
sin_addr=inet_addr(172.31.1.1)}, [16]) = 11
fcntl(11, F_SETFD, FD_CLOEXEC)  = 0
ioctl(11, FIONBIO, [1]) = 0
setsockopt(11, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
setsockopt(11, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f8f5b78c000
accept(8, {sa_family=AF_INET, sin_port=htons(53524), 
sin_addr=inet_addr(172.31.1.1)}, [16]) = 12
fcntl(12, F_SETFD, FD_CLOEXEC)  = 0
getsockname(12, {sa_family=AF_INET, sin_port=htons(749), 
sin_addr=inet_addr(172.31.1.2)}, [16]) = 0
fcntl(12, F_SETFD, FD_CLOEXEC)  = 0
getpeername(12, {sa_family=AF_INET, sin_port=htons(53524), 
sin_addr=inet_addr(172.31.1.1)}, [16]) = 0
select(13, [6 7 8 11 12], [], [], NULL) = 2 (in [11 12])
read(11, \r\n\r\n, 4) = 4
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2593, ...}) = 0
sendto(3, 35Apr  8 10:59:55 kadmind[1083..., 101, MSG_NOSIGNAL, NULL, 0) = 
101
select(13, [12], NULL, NULL, {35, 0})   = 1 (in [12], left {34, 98})
read(12, \r\n\r\n, 4000)  = 4
select(13, [12], NULL, NULL, {35, 0})   = 1 (in [12], left {29, 995774})
read(12, , 4000)  = 0
close(12)   = 0
select(12, [6 7 8], [11], [], NULL) = 3 (in [7 8], out [11])
accept(7, {sa_family=AF_INET, sin_port=htons(35026), 
sin_addr=inet_addr(172.31.1.1)}, [16]) = 12
fcntl(12, F_SETFD, FD_CLOEXEC)  = 0
ioctl(12, FIONBIO, [1]) = 0
setsockopt(12, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
setsockopt(12, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f8f5964d000
accept(8, {sa_family=AF_INET, sin_port=htons(34206), 
sin_addr=inet_addr(172.31.1.1)}, [16]) = 13
fcntl(13, F_SETFD, FD_CLOEXEC)  = 0
getsockname(13, {sa_family=AF_INET, sin_port=htons(749), 
sin_addr=inet_addr(172.31.1.2)}, [16]) = 0
fcntl(13, F_SETFD, FD_CLOEXEC)  = 0
getpeername(13, {sa_family=AF_INET, sin_port=htons(34206), 
sin_addr=inet_addr(172.31.1.1)}, [16]) = 0
writev(11, [{\0\0\0_, 4}, 
{~]0[\240\3\2\1\5\241\3\2\1\36\244\21\30\01720110408085955..., 95}], 2) = 99
munmap(0x7f8f5b78c000, 1052672) = 0
close(11)   = 0
select(14, [6 7 8 12 13], [], [], NULL) = 2 (in [12 13])
select(14, [13], NULL, NULL, {35, 0})   = 1 (in [13], left {34, 98})
read(13, GET / HTTP/1.0\r\n\r\n, 4000) = 18
select(14, [13], NULL, NULL, {35, 0})   = 1 (in [13], left {29, 998283})
read(13, , 3998)  = 0
read(12, GET , 4) = 4
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2593, ...}) = 0
sendto(3, 

Bug#619728: RM: kdelibs -- ROM; obsolete

2011-04-08 Thread Ana Guerrero
tags 619728 -moreinfo
thanks


On Tue, Mar 29, 2011 at 11:33:13AM +0200, Alexander Reichle-Schmehl wrote:
 As far as I can see, the last remaining peaces preventing removal are
 kst (tracked via #604335) and knutclient (tracked in #604299).  So I set
 the moreinfo tag for now, as dak doesn't know about blocked bugs ;)


kst and knutclient are removed now and the 3rd blocker, celestia, got
an upload dropping the kde3 package and the kdelibs depend. Although
it still appears when i try dak rm in ries, do you know why?

Ana
 
 



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



Bug#621725: rtgui: Undefined variable: diff

2011-04-08 Thread Dario Minnucci
tag 621725 +pending
tag 621725 +patch
thanks



Hi,


This is already fixed in the git repository and will be included in rtgui 
(0.2.81-3)


Repo: http://git.debian.org/?p=collab-maint/rtgui.git;a=summary

Patch attached.


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

#
# Description: Fix for outpu notice: Undefined variable: diff (Closes:#621725)
# Author: Dario Minnucci mid...@debian.org
# Bug-Debian: http://bugs.debian.org/621725
# Forwarded: http://code.google.com/p/rtgui/issues/detail?id=113 
#
Index: rtgui/functions.php
===
--- rtgui.orig/functions.php	2011-04-08 10:58:13.889279350 +0200
+++ rtgui/functions.php	2011-04-08 10:58:31.369020786 +0200
@@ -310,6 +310,7 @@
 $lengths=array(60,60,24,7,4.35,12);
 $now=time();
 // is it future date or past date
+$diff=0;
 if($now  $date) {
 $diff=$now-$date;
 } 


Bug#621727: ia32-libs: Please add libmyodbc.so

2011-04-08 Thread Tim Ruehsen
Package: ia32-libs
Version: 20110310
Severity: wishlist

Running 32-bit ODBC windows program with wine fails due to 
32/64-bit struggles with ODBC/libmyodbc.so.
A 32-bit version of libmyodbc.so would really help.

At the moment I have to extract an i386 version of libmyodbc.so and
do some hacks.

There is a discussion/workaround-hack here:
http://forum.winehq.org/viewtopic.php?t=8223sid=c95b2aa6003a22e30e9445925aded5b4

Thanks.

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

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

Versions of packages ia32-libs depends on:
ii  dpkg1.16.0.1 Debian package management system
ii  lib32asound21.0.23-2.1   shared library for ALSA applicatio
ii  lib32bz2-1.01.0.5-6  high-quality block-sorting file co
ii  lib32gcc1   1:4.6.0-2GCC support library (32 bit Versio
ii  lib32ncurses5   5.8+20110307-1   shared libraries for terminal hand
ii  lib32stdc++64.6.0-2  The GNU Standard C++ Library v3 (3
ii  lib32v4l-0  0.8.3-1  Collection of video4linux support 
ii  lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii  libc6-i386  2.11.2-13Embedded GNU C Library: 32-bit sha

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk 20110310   GTK+ ia32 shared libraries

-- 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#620191: initscripts: [patch] Please support top-level /run

2011-04-08 Thread Roger Leigh
On Thu, Apr 07, 2011 at 03:46:20PM +0100, Roger Leigh wrote:
 On Tue, Apr 05, 2011 at 06:55:18PM +0100, Roger Leigh wrote:
  On Sat, Apr 02, 2011 at 02:26:55PM +0100, Roger Leigh wrote:
   Sorry for the patch flood.  Final (hopefully) patch attached following
   some further discussion on #debian-devel.
   
   Note: versioned base-files dependency may require tweaking; waiting
   on base-files upload.
  
  Just to let you know, base-files 6.2 was uploaded today, with
  /run as a new top-level directory.  This is the base-files
  version we depend upon in debian/control, so the latest patch
  provided should be good to go (initscripts-run-transition9.patch).
  
  It would be great if this could be done soon, so that we can
  start transitioning packages to use /run in place of /dev/.xxx
  and /dev/shm/.xxx.  This means upstreams can implement the changes
  now as other distributions are also doing the same transition.
 
 Following the issues with udev using /run incorrectly, which caused
 breakage when base-files introduced /run, I've adjusted the patch
 to:
 
 - provide /run directly
 - remove the base-files dependency

I've attached an updated patch; exactly the same as before, but with
a couple of typos in comments fixed (thanks to Michael Biebl for
reviewing it).

-- 
  .''`.  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.
diff --git a/debian/changelog b/debian/changelog
index a59f4e7..bcb0152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,81 @@
+sysvinit (2.88dsf-13.1run0) UNRELEASED; urgency=low
+
+  * Support for new top-level directory /run to replace /var/run,
+/var/lock and /lib/init/rw as a place to store transient
+writable data which should not be preserved across a system
+reboot.  Summary:
+  /var/run → /run
+  /var/lock → /run/lock
+  /lib/init/rw → /run (not transitioned automatically)
+  /dev/.* → /run (not transitioned automatically)
+These changes do not take effect until the system is rebooted as
+is currently done for /lib/init/rw setup.  Following a reboot, the
+old paths will continue to be available via bind mounts, which will
+permit programs using the old paths to transition to use the new paths
+for wheezy.
+- debian/initscripts.postinst:
+  Take chroot detection logic from udev postinst (existing logic was
+  broken).
+  Trigger reboot to complete transition.
+  If the system has not yet transitioned to a tmpfs-based /run, set up
+  bind mounts as follows:
+/var/run → /run
+/var/lock → /run/lock
+  On reboot, the system will complete the migration to a tmpfs-based
+  /run; this creates the directory heierachy from the old paths to
+  enable the use of the new /run paths prior to a restart.  This means
+  packages may transition to using /run with a versioned dependency
+  upon initscripts.
+  Remove special handling for RAMRUN and RAMLOCK, which is now taken
+  care of by /run.
+  If in a chroot environment, directly move the directories to the new
+  locations rather than bind mount; since chroots don't run rcS
+  scripts, the changes would otherwise be lost.
+- debian/src/initscripts/Makefile:
+  Provide top-level /run.
+- debian/src/initscripts/doc/README.Debian:
+  Document new use of RUN_SIZE and LOCK_SIZE.
+  Document use of /run rather than /lib/init/rw.
+- debian/src/initscripts/etc/init.d/checkroot.sh:
+  Use /run in place of /lib/init/rw.
+- debian/src/initscripts/etc/init.d/mountkernfs.sh:
+  Create /run, /run/sendsigs.omit.d and /run/lock.
+  Mount /run/lock as a separate tmpfs if RAMLOCK=yes.
+  /run/lock has 01777 permissions to match /var/lock.
+  Drop mounting of /var/run and /var/lock.
+- debian/src/initscripts/etc/init.d/mtab.sh:
+  domtab mirrors behaviour of domount in mount-functions exactly, to
+  prevent duplicate mounts (required for bind mount support).
+  Bind mount /run/init and drop mounting of /var/run.  Mount /run/lock
+  in place of /var/lock.
+- debian/src/initscripts/etc/init.d/sendsigs:
+  Use new paths:
+files: /run/sendsigs.omit /lib/init/rw/sendsigs.omit
+dirs: /run/sendsigs.omit.d/ /lib/init/rw/sendsigs.omit.d/
+- debian/src/initscripts/etc/init.d/umountfs:
+  Ignore /run.  Continue to ignore /lib/init/rw in order to handle
+  clean shutdown.  Also continue to ignore /var/run and /var/lock
+  Check for presence of .ramfs than configuration variable when
+  skipping /var/run and /var/lock.
+- debian/src/initscripts/etc/init.d/umountnfs.sh:
+  Check for presence of .ramfs than configuration variable when
+  skipping /var/run and /var/lock.
+  Ignore /run.  Continue to ignore /lib/init/rw in order to 

Bug#549673: Same problem with Samhain

2011-04-08 Thread Toni Mueller

Hi,

I get a Samhain warning every day and found that CUPS (!@!IO@#*@#!!!)
likes to update some timestamps in /etc/cups/*. I also read about the
(imho) broken idea of the upstream maintainers to keep it that way.

But maybe one can take a peek at how HylaFax attacks a similar problem
by copying /etc/hylafax to and fro, and adapt that to the CUPS problem?


Kind regards,
--Toni++




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



Bug#621728: axel: doesn't honor multiple URLs

2011-04-08 Thread Ritesh Raj Sarraf
Package: axel
Version: 2.4-1
Severity: normal

The manpage talks about providing multiple URLs, but axel does not seem
to be honoring anything apart from the first one.

15:26:30 root@IBMx3650-200-164:~/khanAcademy # axel -n 10
http://www.archive.org/download/KhanAcademy/Algebra.7z
http://www.archive.org/download/KhanAcademy/AlgebraIWorkedExamples.7z
http://www.archive.org/download/KhanAcademy/Arithmetic.7z
http://www.archive.org/download/KhanAcademy/BankingAndMoney.7z
http://www.archive.org/download/KhanAcademy/Biology.7z
http://www.archive.org/download/KhanAcademy/BrainTeasers.7z
http://www.archive.org/download/KhanAcademy/CahseeExampleProblems.7z
http://www.archive.org/download/KhanAcademy/Calculus.7z
http://www.archive.org/download/KhanAcademy/CaliforniaStandardsTestAlgebraI.7z
http://www.archive.org/download/KhanAcademy/CaliforniaStandardsTestAlgebraIi.7z
http://www.archive.org/download/KhanAcademy/CaliforniaStandardsTestGeometry.7z
http://www.archive.org/download/KhanAcademy/Chemistry.7z
http://www.archive.org/download/KhanAcademy/CreditCrisis.7z
http://www.archive.org/download/KhanAcademy/Currency.7z
http://www.archive.org/download/KhanAcademy/CurrentEconomics.7z
http://www.archive.org/download/KhanAcademy/DifferentialEquations.7z
http://www.archive.org/download/KhanAcademy/Finance.7z
http://www.archive.org/download/KhanAcademy/GeithnerPlan.7z
http://www.archive.org/download/KhanAcademy/Geometry.7z
http://www.archive.org/download/KhanAcademy/GmatDataSufficiency.7z
http://www.archive.org/download/KhanAcademy/GmatProblemSolving.7z
http://www.archive.org/download/KhanAcademy/LinearAlgebra.7z
http://www.archive.org/download/KhanAcademy/MaTestsForEducationLicensuremtel-pre-alg.7z
http://www.archive.org/download/KhanAcademy/OrganicChemistry.7z
http://www.archive.org/download/KhanAcademy/PaulsonBailout.7z
http://www.archive.org/download/KhanAcademy/Physics.7z
http://www.archive.org/download/KhanAcademy/Pre-algebra.7z
http://www.archive.org/download/KhanAcademy/Precalculus.7z
http://www.archive.org/download/KhanAcademy/Probability.7z
http://www.archive.org/download/KhanAcademy/SatPreparation.7z
http://www.archive.org/download/KhanAcademy/SingaporeMath.7z
http://www.archive.org/download/KhanAcademy/Statistics.7z
http://www.archive.org/download/KhanAcademy/Trigonometry.7z
http://www.archive.org/download/KhanAcademy/ValuationAndInvesting.7z
http://www.archive.org/download/KhanAcademy/VentureCapitalAndCapitalMarkets.7z
http://www.archive.org/download/KhanAcademy/history.7z


[ 99%]  .. .. .. .. ..  [
189.2KB/s]
[ 99%]  .. .. .. .. ..  [
189.2KB/s]
[ 99%]  ...
Connection 3 finished
,,,... .. .. .. ..  [
189.0KB/s]
[100%]  .. .. .. .. ...

Downloaded 420.3 megabytes in 37:58 seconds. (188.88 KB/s)
14:38:14 root@IBMx3650-200-164:~/khanAcademy # ls
Algebra.7z  



axel should have continued further with other downloads.


Ritesh


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

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

Versions of packages axel depends on:
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib

axel recommends no packages.

axel 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#621729: ITP: pgmemcache -- libmemcached interface for PostgreSQL

2011-04-08 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: pgmemcache
  Version : 2.0.4
  Upstream Author : Hannu Valtonen hannu.valto...@hut.fi
* URL : http://pgfoundry.org/projects/pgmemcache/
* License : MIT/X
  Programming Lang: C, PL/pgSQL, SQL
  Description : libmemcached interface for PostgreSQL

pgmemcache is a set of PostgreSQL user-defined functions that provide
an interface to memcached.



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



Bug#621730: apticron: NUM_PACKAGES not in MAILX_SUBJECT

2011-04-08 Thread Sylvain Ferriol
Package: apticron
Version: 1.1.45
Severity: minor

hi
this patch avoids NUM_PACKAGES to be displayed at the beginning of the custom 
subject 

sylvain

-- System Information:
Debian Release: 5.0.8
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff --git a/apticron b/apticron
index fdb9e5a..6313ba6 100755
--- a/apticron
+++ b/apticron
@@ -94,12 +94,6 @@ DISTRIB_ID=Debian# Default to Debian
 # Source the config file
 [ -e /etc/apticron/apticron.conf ]  . /etc/apticron/apticron.conf
 
-if [ -n $CUSTOM_SUBJECT ] ; then
-	MAILX_SUBJECT=$CUSTOM_SUBJECT
-else
-	MAILX_SUBJECT=$DISTRIB_ID package update(s) for $SYSTEM
-fi
-
 if [ -z $IPADDRESSES ]  [ -x /sbin/ip ]; then
 	# Set the IPv4 addresses
 	IPADDRESSES=`(echo $( /bin/hostname -i ) ;
@@ -170,6 +164,13 @@ fi
 
 NUM_PACKAGES=`echo $PKGNAMES |wc -w`
 
+if [ -n $CUSTOM_SUBJECT ] ; then
+	MAILX_SUBJECT=$CUSTOM_SUBJECT
+else
+	MAILX_SUBJECT=$NUM_PACKAGES $DISTRIB_ID package update(s) for $SYSTEM
+fi
+
+
 # packages already reported won't be reported again if DIFF_ONLY option is marked
 LAST_RUN_FILE=/var/lib/apticron/last_run
 if [ $DIFF_ONLY = 1 ]  [ -e $LAST_RUN_FILE ]; then
@@ -279,7 +280,7 @@ EOF
 apticron
 EOF
 
-   ) 21 | Mailx -s $NUM_PACKAGES $MAILX_SUBJECT $EMAIL
+   ) 21 | Mailx -s $MAILX_SUBJECT $EMAIL
 
 fi
 


Bug#621731: chemical-structures [INTL:de] updated German debconf translation

2011-04-08 Thread Martin Eberhard Schauer

Package: chemical-structures
Version: 2.2.dfsg.0-1
Severity: wishlist
Tags: patch l10n

Dear Maintainer,
I have attached the updated German debconf translation.

Kind regards
  Martin

# German translation of debconf templates for the chemical-structures package.
# Copyright (C) 2006 Georges Khaznadar georg...@ofset.org
# This file is distributed under the same license as the chemical-structures
# package.
# Martin E. Schauer martin.e.scha...@gmx.de, 2010, 2011.
#
msgid 
msgstr 
Project-Id-Version: chemical-structures 2.2.dfsg.0-1\n
Report-Msgid-Bugs-To: chemical-structu...@packages.debian.org\n
POT-Creation-Date: 2011-03-26 12:36+0100\n
PO-Revision-Date: 2011-04-08 12:34+0200\n
Last-Translator: Martin Eberhard Schauer martin.e.scha...@gmx.de\n
Language-Team: German debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../chemical-structures.templates:1001
msgid Should apache2 be restarted?
msgstr Soll apache2 jetzt neu gestartet werden?

#. Type: boolean
#. Description
#: ../chemical-structures.templates:1001
msgid 
In order to activate the new configuration, apache2 has to be restarted. You 
can also restart apache2 by manually executing 'invoke-rc.d apache2 restart'.
msgstr 
Damit die neue Konfiguration aktiviert wird, muss apache2 neu gestartet 
werden. Sie können apache2 auch manuell mit dem Befehl »/etc/init.d/
apache2 restart« neu starten.



Bug#612296: bacula and bacula-doc

2011-04-08 Thread Luca Capello
Hi there!

On Fri, 11 Feb 2011 19:29:15 +0100, José Luis Tallón wrote:
 Chuck, would you be happy to co-maintain bacula together with
 José Luis?
 
 Sure not a problem.
 

 Thanks many, Anibal. As usual.

 Chuck: when do you want to start? Just e-mail me directly and we'll
 coordinate it.

I am interested as well and given that I am a DD there will be needed no
help from Anibal for uploads (obviously, Anibal, you are more than
welcome if you were interested in actual maintenance).

There is no Alioth project and I was thinking about creating one named
'pkg-bacula'.  I thought about a general 'pkg-backup' project, but then
given the different backup solution I am not sure it would be a good
idea.  Maybe I will ask on debian-devel@ and then decide about that.
Anyway, if no one will complain in three days, I will ask for such a new
Alioth project.

Thx, bye,
Gismo / Luca


pgpvql49UiqDm.pgp
Description: PGP signature


Bug#621083: gcc-4.4 backport fix for new armhf triplet

2011-04-08 Thread Konstantinos Margaritis
This patch is a backport from 4.5/4.6 and fixes the build on armhf for 4.4.
Please consider including it in the next 4.4 version.

Thanks

Konstantinos
diff -ruN gcc-4.4-4.4.5/debian/patches/armhf-triplet-backport.diff gcc-4.4-4.4.5.armhf//debian/patches/armhf-triplet-backport.diff
--- gcc-4.4-4.4.5/debian/patches/armhf-triplet-backport.diff	1970-01-01 00:00:00.0 +
+++ gcc-4.4-4.4.5.armhf//debian/patches/armhf-triplet-backport.diff	2011-04-07 15:32:24.167298482 +
@@ -0,0 +1,121 @@
+# DP: add support for arm-linux-*eabi* triplets; useful for armhf
+
+Index: gcc-4.5-4.5.2/src/configure.ac
+===
+--- gcc-4.5-4.5.2.orig/src/configure.ac	2011-03-18 19:10:48.804622758 +
 gcc-4.5-4.5.2/src/configure.ac	2011-03-18 19:11:18.324622793 +
+@@ -592,7 +592,7 @@
+ noconfigdirs=$noconfigdirs target-libffi target-qthreads
+ libgloss_dir=arm
+ ;;
+-  arm*-*-linux-gnueabi)
++  arm*-*-linux-*eabi*)
+ noconfigdirs=$noconfigdirs target-qthreads
+ case ${with_newlib} in
+   no) noconfigdirs=$noconfigdirs target-newlib target-libgloss
+Index: gcc-4.5-4.5.2/src/gcc/ada/gcc-interface/Makefile.in
+===
+--- gcc-4.5-4.5.2.orig/src/gcc/ada/gcc-interface/Makefile.in	2011-03-18 19:11:37.296622753 +
 gcc-4.5-4.5.2/src/gcc/ada/gcc-interface/Makefile.in	2011-03-18 19:11:52.964621827 +
+@@ -1857,7 +1857,7 @@
+   LIBRARY_VERSION := $(LIB_VERSION)
+ endif
+ 
+-ifeq ($(strip $(filter-out arm% linux-gnueabi,$(arch) $(osys)-$(word 4,$(targ,)
++ifeq ($(strip $(filter-out arm%-linux,$(arch)-$(osys)) $(if $(findstring eabi,$(word 4,$(targ))),,$(word 4,$(targ,)
+   LIBGNAT_TARGET_PAIRS = \
+   a-intnam.adsa-intnam-linux.ads \
+   s-inmaop.adbs-inmaop-posix.adb \
+Index: gcc-4.5-4.5.2/src/gcc/config.gcc
+===
+--- gcc-4.5-4.5.2.orig/src/gcc/config.gcc	2011-03-18 19:12:05.128622749 +
 gcc-4.5-4.5.2/src/gcc/config.gcc	2011-03-18 19:12:52.960622752 +
+@@ -736,7 +736,7 @@
+ 	esac
+ 	tmake_file=${tmake_file} t-linux arm/t-arm
+ 	case ${target} in
+-	arm*-*-linux-*eabi)
++	arm*-*-linux-*eabi*)
+ 	tm_file=$tm_file arm/bpabi.h arm/linux-eabi.h
+ 	tmake_file=$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc
+   	# The BPABI long long divmod functions return a 128-bit value in
+@@ -757,7 +757,7 @@
+ 	tm_file=dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h
+ 	tmake_file=arm/t-arm arm/t-arm-elf
+ 	case ${target} in
+-	arm*-*-uclinux*eabi)
++	arm*-*-uclinux*eabi*)
+ 	tm_file=$tm_file arm/bpabi.h arm/uclinux-eabi.h
+ 	tmake_file=$tmake_file arm/t-bpabi
+   	# The BPABI long long divmod functions return a 128-bit value in
+Index: gcc-4.5-4.5.2/src/gcc/testsuite/lib/target-supports.exp
+===
+--- gcc-4.5-4.5.2.orig/src/gcc/testsuite/lib/target-supports.exp	2011-03-18 19:13:48.604622749 +
 gcc-4.5-4.5.2/src/gcc/testsuite/lib/target-supports.exp	2011-03-18 19:14:24.132622629 +
+@@ -2593,7 +2593,7 @@
+ 	 || [istarget i?86-*-*]
+ 	 || [istarget x86_64-*-*]
+ 	 || [istarget alpha*-*-*] 
+-	 || [istarget arm*-*-linux-gnueabi] 
++	 || [istarget arm*-*-linux-*eabi*] 
+ 	 || [istarget s390*-*-*] 
+ 	 || [istarget powerpc*-*-*]
+ 	 || [istarget sparc64-*-*]
+@@ -2622,7 +2622,7 @@
+ 	 || [istarget i?86-*-*]
+ 	 || [istarget x86_64-*-*]
+ 	 || [istarget alpha*-*-*] 
+-	 || [istarget arm*-*-linux-gnueabi] 
++	 || [istarget arm*-*-linux-*eabi*] 
+ 	 || [istarget s390*-*-*] 
+ 	 || [istarget powerpc*-*-*]
+ 	 || [istarget sparc64-*-*]
+Index: gcc-4.5-4.5.2/src/libjava/configure.ac
+===
+--- gcc-4.5-4.5.2.orig/src/libjava/configure.ac	2011-03-18 19:14:37.464622750 +
 gcc-4.5-4.5.2/src/libjava/configure.ac	2011-03-18 19:15:00.780622755 +
+@@ -920,7 +920,7 @@
+ # on Darwin -single_module speeds up loading of the dynamic libraries.
+ extra_ldflags_libjava=-Wl,-single_module
+ ;;
+-arm*linux*eabi)
++arm*-*-linux-*eabi*)
+ # Some of the ARM unwinder code is actually in libstdc++.  We
+ # could in principle replicate it in libgcj, but it's better to
+ # have a dependency on libstdc++.
+Index: gcc-4.5-4.5.2/src/libstdc++-v3/configure.host
+===
+--- gcc-4.5-4.5.2.orig/src/libstdc++-v3/configure.host	2011-03-18 19:15:16.288622758 +
 gcc-4.5-4.5.2/src/libstdc++-v3/configure.host	2011-03-18 19:15:30.932622217 +
+@@ -325,7 +325,7 @@
+ fi
+ esac
+ case ${host} in
+-  arm*-*-linux-*eabi)
++  arm*-*-linux-*eabi*)
+ 	port_specific_symbol_files=\$(srcdir)/../config/os/gnu-linux/arm-eabi-extra.ver
+ 	;;
+

Bug#621006: lintian: Variable substitution in Maintainer field in causes warnings and no-maintainer-field error

2011-04-08 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-04-08 11:10, Dmitry Katsubo wrote:
 Hi Niels,
 
 On 07.04.2011 18:52, Niels Thykier wrote:
 Hi

 I have the feeling you have not read #615132, which is basically asking
 for a check against this particular usage of substvars.
 
 To my opinion, emitting a warning is fine.
 
 Jakub says that use substitution variables in the source is always a
 packaging bug, however the documentation concerning debian/control
 file keeps silence concerning the fields which are not allowed to be
 substituted:
 
 http://www.debian.org/doc/debian-policy/ch-source.html#s-substvars
 

True, however Lintian does emit quite a few tags based on best
practice or things that may lead to issues.

 This most likely happens because dpkg command (exact name eludes me at
 the moment, possibly dpkg-source or dpkg-genchanges) building the dsc
 does not include the Maintainer field.
 
 You are right here: the generated .dsc file does not contain
 Maintainer field at all, and dpkg-genchanges generated the .changes
 file with Maintainer not substituted:
 [...]
 
 As from the logs I also override dh_gencontrol, which by default is
 passing package-specific substvars file:
 dh_gencontrol -Tdebian/osra.substvars
 while I want to use one substvars for all packages.
 

Generally that is a bad idea to only use one for all packages.  Some of
the substitutions are package specific, which is why there are package
specific files for it.  Plus these substitutions are auto-generated, so
you would need to clean up the auto-generated subst variables from the
file.

 As I mentioned, all DEBIAN/control files in the .deb packages look OK.
 
 Does it look like a bug for dpkg-source / dpkg-genchanges? I have found
 this bug report:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589609
 saying that it's only dpkg-gencontrol (and not dpkg-source /
 dpkg-genchanges) that performs the substitution. But still -T option
 is there... I've got a bad feeling :)
 

It might be a bug in dpkg-source/dpkg-genchanges - not to sure, but I
suggest you ask/contact the dpkg maintainers about it.

 I assume it does this if the Maintainer field is empty, which is very
 likely as the debian/substvars file is usually removed by the clean
 target (e.g. by dh_clean) and is therefore not present when the source
 package is created.
 
 No, debian/substvars is not removed (at least explicitly by me) at
 dh_clean step and it stays in debian/ after the build.
 

Looks like dh_clean only checks for debian/pkg.substvars - oh well.

 Note we also have a tag for keeping the debian/substvars file in the
 source package because doing so may lead to complications/weird results.
 
 Could you provide more information on that (which lintian option / tag?)
 

The tag is called diff-contains-substvars and only applies to the
Debian packaging (so if you are making a native package, it would not
notice it... fun).
  The actual check is based on whether the filename matches these
anchored regexes.

  ^(?:.+\.)?substvars$
  ^debian/(?:.+\.)?substvars$

The difference is caused by whether or not it is a 3.0 (quilt) or an 1.0
source (respectively) and differ only with a prefix.  The relevant code
is in checks/cruft if you are interested in seeing it.

 Obviously we cannot satisfy this and #615132 at the same time.
 Personally I am more inclined to satisfy #615132, since these
 substitutions can be rather non-trivial and (as you experienced) lead to
 some interesting issues when done in source fields.
 
 I can agree with you. Does it mean, that it is only Maintainer field
 which is problematic? What if I want to substitute Homepage or
 Vcs-Browser or Version field?
 
 Thanks.
 

The issue applies to all fields there are in debian/control.  We do not
substitute these variables because so far all substitutions are created
during build so we do not have their value.
  Admittedly, in some cases we conclude that a substitution variable is
missing based on which helper tools are in use (e.g. debhelper +
${misc:Depends}).  However that is an entirely different (and much
simpler) problem to solve.

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNnut5AAoJEAVLu599gGRCF/oP/RlUnc7A60XR4SkuDEtdIigs
qzujCpEiezP4bW4RUFWNIQDvKAJScxO4mwdJa3O56Jo2h4ggEcooBWkJPfsuY4UV
GwE40fMjAzTCWqHn0f0TIKh+d6Q9GQPZUGburLkG/bwLs5SOAIthxzbVmwIg7TDk
Swwq0nLh/+cxlEWqh5JcrXcB+XcfketXsUnIrHGsQuQ3jT7WSmv6HGBb74yDI4bI
Uj9zWIXOkdAqpYZwvInrhB3qS5JAfjUX2xAn/SivZo9W+7eZhPJ5dJvp8k9UMttt
N7ohxfR8qgJZDMKQ5G/tA2jQRz1c12NINLuFUB6axfD4lSIWT68pGzSPEgUxVrRy
0wCtjjRHF9G77ZJsC85+EvEoZUE5blYqCUl8VZgXDl84qrwZApfdWehQwSS8yjpb
5x1uSn6CANLOdNTBvGXeJqZGacXHjir/10p0PhCsItLW0EP6lDnhvM2fzwkSLB6P
1cfqk+Rk8tgQqIRVnUuJtNCpslgYgkFsgqK0+Lx+6LFA/2uf2vPAfHFd1fRG/MaZ
Ae4+Fdm0hOjugJiSR2RcG4kNS+cd1pT9X1wGP8gHejJhgqe6Hm20DvIf8QUnArDV
m6Mth/JmGlqqxqiga6sp6zutwVhf5R2X8HaSubm44shNdzt6ch922TRB7/zv1Wys
BiNnMGAchfbn+FLz0UNE

Bug#621732: update the zh_CN translation for fts debconf

2011-04-08 Thread YunQiang Su
Package: fts
Version: zh_CN translation for fts debconf
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



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

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQEcBAEBCAAGBQJNnusYAAoJEGqO9vovZQkSFlQH/jQRmJdacGgUYwIm0tqixvki
sW5NBP9zH1Pp+gMmSqc4VjJDbpb/MVLOSLMLH/5qZlYVunMcpUYtUd7VnTWPquI7
Bv0BQKXfBv/MdUZ0U66R2DTa/nh3ChalNlmJwNW8F6KxHdGDPEp8Xp0+BQhSLi+a
F9inDG9wjqq8sicpI3+bJWWNrKZ6EsmSwcY7FJspIQCLln/XNr/fG8JeB7dPhBzZ
dQmMLBFKKLVZy8dJweAFIw5h2cHemvVhyJRPK0MYeE223w3Eo38oi/mTcqwP6buh
uS/EozBq3kA+8UpGlQNoFejK16noboEXPPihJxls/Yk836vu7T5wT2Xwsu6hL1k=
=AIdP
-END PGP SIGNATURE-
# Chinese translations for PACKAGE package
# PACKAGE 软件包的简体中文翻译.
# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# YunQiang Su wzss...@gmail.com, 2010, 2011.
#
msgid 
msgstr 
Project-Id-Version: fts VERSION\n
Report-Msgid-Bugs-To: f...@packages.debian.org\n
POT-Creation-Date: 2010-01-28 10:20+0100\n
PO-Revision-Date: 2011-04-08 18:58+0800\n
Last-Translator: YunQiang Su wzss...@gmail.com\n
Language-Team: Chinese (simplified) i18n...@googlegroups.com\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=1; plural=0;\n

#. Type: string
#. Description
#: ../fts.templates:1001
#| msgid Base directory for the tftp-daemon:
msgid Base directory for the tftp files:
msgstr tftp 文件的基目录:

#. Type: string
#. Description
#: ../fts.templates:1001
msgid 
The config directory for tftp is where the pxelinux.0 image lies. This must 
be in sync with your TFTP Server
msgstr 
tftp 的配置目录就是 pxelinux.0 镜像文件所在的目录,其必须要与 TFTP 服务器保持
同步。

#~ msgid 
#~ The base directory for TFTP is the root dir for served files. The default 
#~ should be good for everyone.
#~ msgstr TFTP 的基目录是服务文件的根目录。默认的应该适合于所有人。


Bug#621477: fixed in convirt 2.0.1-4

2011-04-08 Thread Holger Levsen
reopen 621477
found 621477 2.0.1-4
thanks

On Donnerstag, 7. April 2011, Roland Stigge wrote:
  convirt (2.0.1-4) unstable; urgency=low
  .
* Fixed user interaction on install (Closes: #621477)

no:

I got a mail telling me piuparts-slave is hanging with the following log:

[...]
04:27 Testing package sid/kmidimon 0.7.4-2
04:28 Testing package sid/libpetsc3.1 3.1.dfsg-11
04:28 Testing package sid/convirt 2.0.1-4
Enter passphrase (empty for no passphrase):


ps fax:

27824 pts/0S+ 0:00  
\_ /usr/bin/dpkg --status-fd 12 --configure convirt
27825 pts/0S+ 0:00  
\_ /usr/bin/perl -w /usr/share/debconf/frontend 
/var/lib/dpkg/info/convirt.postinst 
configure 
27867 pts/0S+ 0:00  
\_ /bin/sh /var/lib/dpkg/info/convirt.postinst configure 
27905 pts/0S+ 0:00  \_ bash -c 
source /usr/share/convirt/install/cms/common/functions; generate_cms_id
27909 pts/0S+ 0:00  \_ 
ssh-keygen -t rsa -f /var/lib/convirt/identity/cms_id_rsa

installation log:

  Unpacking convirt (from .../convirt_2.0.1-4_amd64.deb) ...
  Setting up convirt (2.0.1-4) ...
  install common functions sourced.
  /usr/share/convirt/install/cms/common/functions: line 178: 27909 Terminated   
   
ssh-keygen -t rsa -f ${ID_FILE}
  chmod: cannot access `/var/lib/convirt/identity/cms_id_rsa*': No such file 
or directory
  dpkg: error processing convirt (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   convirt
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-04-08 04:28:58 UTC

Package: convirt
Priority: optional
Section: admin
Installed-Size: 11468
Maintainer: Roland Stigge sti...@antcom.de
Architecture: all
Version: 2.0.1-4
Depends: debconf (= 0.5) | debconf-2.0, python-paramiko, ssh, libxenstore3.0, socat, uml-utilities, dnsmasq, wget, libmysqlclient-dev, expect, python-paste, python-turbogears2, python-mysqldb, python-setuptools, python, python-support (= 0.90.0), dbconfig-common, libjs-jquery, libjs-mochikit
Recommends: mysql-server, mysql-client
Filename: pool/main/c/convirt/convirt_2.0.1-4_all.deb
Size: 2218596
MD5sum: 494584a81ce1dd82b2eaa7f3939ddbcb
SHA1: f7a5688ed101078706a00ff7f41b21054812a33f
SHA256: 582c5c99b717cc92433da1aaa71bebde83fa940c5956e24b880fc6586839d9b3
Description: management system for open source hypervisors and cloud platforms
 Convirt is a management system for open source hypervisors and cloud platforms
 aimed at rapid provisioning, lifecycle automation and private cloud
 management.
 .
 With ConVirt, you configure, monitor and automate your Xen and KVM deployments
 and private clouds from a single at-a-glance dashboard.
Homepage: http://www.convirture.com
Tag: admin::virtualization, role::program

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  convirt
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201104021225 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ convirt
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpt00Dbh
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpt00Dbh
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpt00Dbh', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpt00Dbh', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Created policy-rc.d and chmodded it.
0m2.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpt00Dbh', 'apt-get', 'update']
0m12.6s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [186 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib TranslationIndex
  Ign http://piatti.debian.org sid/main 

Bug#619480: magit: Fails to configure for xemacs21

2011-04-08 Thread Timo Juhani Lindfors
Sven Joachim svenj...@gmx.de writes:
 -Depends: ${misc:Depends}, emacs23, git-core, dpkg (= 1.15.4) | install-info
 +Depends: ${misc:Depends}, emacs (= 23) | emacs23 | emacs-snapshot, 
 git-core, dpkg (= 1.15.4) | install-info

 +emacs19|emacs2[012]|xemacs*)

 -(if (member debian-emacs-flavor '(emacs23))
 +(if (and (= emacs-major-version 23)
 +  (not (featurep 'xemacs)))

I'm ok with the idea of both blacklisting old versions and only
supporting = 23.

However, this week I went through all the
emacsen-{startup,remove,install} scripts that are in the archive. Almost
every single script does something in a unique (and buggy?) way. For
example:

emacsen-startup
===

1) Some packages ship /etc/emacs/site-start.d/NNfoo and detect emacs
version using elisp. Some packages ship /etc/flavor/site-start.d/NNfoo
and do not need elisp check.

2) Some packages do the elisp check against debian-emacs-flavor, others
use plain flavor (that's a bug, right?).

3) Some packages handle removed but not purged packages in
/etc/emacs/sites-start.d/NNfoo and other don't. Some handle it by using
file-exists-p against an *.el file and some against an *.elc file.

4) Some packages call debian-pkg-add-load-path-item or setq load-path
(bug?) in /etc/emacs/site-start.d/NNfoo and others rely on subdirs.el to
do the work automatically. Is this perhaps a relic of some old emacs
version that did not have subdirs.el?

emacsen-install
===

1) Some packages generate a byte-compilation log and save it in
/usr. Some put it to /tmp. Some remove it after installation, some
don't. Some even compress and log rotate byte-compilation logs...

2) Some packages create absolute symlinks to *.el files (against policy)
and only some use relative symlinks.

(The above list might contain errors since I didn't write proper notes
when I went through the packages, sorry about that in advance.

Do we really want to continue on this path?

With dh_pysupport there's debian/pyversions that lists the python
versions that a package supports. Would something like
debian/emacsversions make sense?

-Timo

P.S. If you wonder why I had

(if (member debian-emacs-flavor '(emacs23))

the reason was that I was subconsciously planning to replace it with

(if (member debian-emacs-flavor '(#EMACSVERSIONS#))

that dh would then fill out :-)



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



Bug#558551: [Pkg-xfce-devel] Bug#558551: Missing autoreconf to fix 554821 or similar bugs in the future

2011-04-08 Thread Yves-Alexis Perez
On dim., 2009-11-29 at 01:57 +0100, Peter Fritzsche wrote:
 
 I did a rebuild of all packages which are affected by bug #554821. As it seems
 your package doesnt do the needed autoreconf needed for libtool. When doing
 autoreconf or the needed sequence of different autotools/libtool utilities the
 package should be able to fix the problem automatically.
 /usr/share/doc/autotools-dev/README.Debian.gz explains it in section Basic
 summary of packaging source that uses autotools. 

Sorry for missing all of this, but are you saying that all packages
using autotools should run autoreconf before build, just in case?

Regards,
-- 
Yves-Alexis




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



Bug#557320: [Pkg-xfce-devel] Bug#557320: Bug#557320: thunar: goes up 2 dirs when deleting the one I'm in

2011-04-08 Thread Yves-Alexis Perez
On jeu., 2009-11-26 at 23:56 +0100, Sandro Tosi wrote:
 As discussed a bit on IRC, no it doesn't happen all the time. With the
 above thread, I was able to reproduce (at least on 2 different
 partitions, both XFS) that behavior with these actions:
 
 - deleting c5, than c4, c3, c2, c1, b
 
 at this point, the focus is set on the parent of a.
 

What is the status on this? Can you still reproduce “from time to time”?

Regards,
-- 
Yves-Alexis




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



Bug#598441: grub-pc: Grub doesn't cope with Root on LVM and LVM Mirrored disk for /home

2011-04-08 Thread Tim Bray

The patch works great.

Thanks

--
Tim Bray
t...@kooky.org | http://www.kooky.org
Huddersfield, UK




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



Bug#621734: kde-window-manager: K menu is separated from the taksbar by a space

2011-04-08 Thread Marcos Raul Carot Collins
Package: kde-window-manager
Version: 4:4.4.5-8
Severity: minor


There is a separation from the menu that apears when you clik K and the taskbar.

This happens sometimes, and in the past it has dissapared itself and now has 
appeared again.

Sometimes applying another theme solves it, but not this time.

This is a new blank profile .kde profile in my home directory.

I'try to attach a screenshot.

Cheers,

Marcos


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

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

Versions of packages kde-window-manager depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]  7.7.1-4A free implementation of the OpenG
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libkdecorations4  4:4.4.5-8  library used by decorations for th
ii  libkdecore5   4:4.4.5-3  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-3  the KDE Platform User Interface Li
ii  libkephal44:4.4.5-8  API for easier handling of multihe
ii  libkio5   4:4.4.5-3  the Network-enabled File Managemen
ii  libknewstuff3-4   4:4.4.5-3  the Get Hot New Stuff v3 Library
ii  libkutils44:4.4.5-3  various utility classes for the KD
ii  libkwineffects1a  4:4.4.5-8  library used by effects for the KD
ii  libkworkspace44:4.4.5-8  library for the kdebase workspace
ii  libplasma34:4.4.5-3  the Plasma Library for the KDE Pla
ii  libqt4-dbus   4:4.7.2-3  Qt 4 D-Bus module
ii  libqt4-xml4:4.7.2-3  Qt 4 XML module
ii  libqtcore44:4.7.2-3  Qt 4 core module
ii  libqtgui4 4:4.7.2-3  Qt 4 GUI module
ii  libsm62:1.2.0-1  X11 Session Management library
ii  libstdc++64.5.2-4The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.2-1  X11 client-side library
ii  libxcomposite11:0.4.3-1  X11 Composite extension library
ii  libxdamage1   1:1.1.3-1  X11 damaged region extension libra
ii  libxext6  2:1.2.0-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  libxrandr22:1.3.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  perl  5.10.1-18  Larry Wall's Practical Extraction 

kde-window-manager recommends no packages.

kde-window-manager 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#621735: Chart grid feature is missing

2011-04-08 Thread Ben Hutchings
Package: gnumeric
Version: 1.10.13-1
Severity: normal

I'm trying to work out how to add grid lines to a chart background.
The manual section 10.4.1 is entitled 'Background Panels: Graphs,
Charts, Grids' but no documentation of grids is to be found.  Has this
feature been removed?

Ben.

-- System Information:
Debian Release: wheezy/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages gnumeric depends on:
ii  debconf [de 1.5.38   Debian configuration management sy
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  gnumeric-co 1.10.13-1spreadsheet application for GNOME 
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre
ii  libatk1.0-0 1.32.0-1+sid1The ATK accessibility toolkit
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-4 The Cairo 2D vector graphics libra
ii  libglib2.0- 2.28.2-1 The GLib library of C routines
ii  libgoffice- 0.8.13-1 Document centric objects library -
ii  libgsf-1-11 1.14.19-3Structured File Library - runtime 
ii  libgtk2.0-0 2.24.3-1~sid1The GTK+ graphical user interface 
ii  libpango1.0 1.28.3-2~sid1Layout and rendering of internatio
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  procps  1:3.2.8-10.1 /proc file system utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnumeric recommends:
ii  evince2.30.3-3   Document (PostScript, PDF) viewer
ii  lp-solve  5.5.0.13-7 Solve (mixed integer) linear progr

Versions of packages gnumeric suggests:
pn  epiphany-browser   none(no description available)
ii  gnumeric-doc   1.10.14-1 spreadsheet application for GNOME 
pn  gnumeric-plugins-extra none(no description available)
ii  ttf-liberation 1.06.0.20100721-1 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.3   Installer for Microsoft TrueType c

-- debconf information:
  gnumeric/existing-process: false
  gnumeric/existing-process-title:



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



Bug#374643: ITA attempt for htdig

2011-04-08 Thread Mats Erik Andersson
package wnpp
owner 374643 !
retitle 374643 ITA: htdig -- web search and indexing system
thanks

I have finally decided to have a go here, incorporating the
errors and improvements I have gathered over time. I am now
in contact with the Qt/KDE team, via Sune Vourela, in order
to coordinate the implications for the khelpcenter.

Best regards,
  Mats Erik Andersson, DM



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



Bug#465900: perlsgml: requesting removal

2011-04-08 Thread Alexander Reichle-Schmehl
Hi!

* Yann Dirson ydir...@free.fr [110319 23:57]:

  $ dak rm -Rn  alcovebook-sgml
  Working... done.
  Will remove the following packages from unstable:
  [...]
  Checking reverse dependencies...
  # Broken Build-Depends:
  dh-kpatches: alcovebook-sgml
 
 If dh-kpatches is the only problem, it's easily fixed.

From our point of view, that's the only problem, and if it's easy to
fix, than please do so.


  That appears to have a bunch of reverse dependencies.
 dh-kpatches should IMHO be removed too (since make-kpkg has dropped
 support for patching some time ago), but it looks like some people
 still find it useful for some reason...

I have no idea, about that, but as that's a different thing, we can
discuss that in a different bug report.

The current state would be:

$ dak rm -Rn   dh-kpatches
[..]
Checking reverse dependencies...
# Broken Build-Depends:
atoppatch: dh-kpatches
blcr: dh-kpatches
ccspatch: dh-kpatches
kernel-patch-badram: dh-kpatches (= 0.99.15)
kernel-patch-nfs-ngroups: dh-kpatches (= 0.99.15)
kernel-patch-viewos: dh-kpatches
linux-patch-debianlogo: dh-kpatches
linux-patch-grsecurity2: dh-kpatches
linux-patch-tuxonice: dh-kpatches
lustre: dh-kpatches (= 0.99.3)
rtai: dh-kpatches (= 0.99.3)
wrr: dh-kpatches (= 0.99.3)
xenomai: dh-kpatches


That should be solved, before dh-kpatches can be removed.  IIRC some of
these packages are orphaned, so maybe it's a good idea to remove them,
too.


Best Regards,
  Alexander



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



Bug#578554: Bug in libogg-vorbis-decoder-perl fixed in revision 72367

2011-04-08 Thread pkg-perl-maintainers
tag 578554 + pending
thanks

Some bugs are closed in revision 72367
by Gregor Herrmann (gregoa)

Commit message:

* This release contains a different fix for RT#56823 (closes: #578554).
* Set Standards-Version to 3.9.2 (no further changes).
* Email change: Rene Mayorga - rmayo...@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#621393: debian-installer: checksum cmdline alias

2011-04-08 Thread Otavio Salvador
On Thu, Apr 7, 2011 at 13:38, Christian PERRIER bubu...@debian.org wrote:
 Quoting Otavio Salvador (ota...@ossystems.com.br):
 On Thu, Apr 7, 2011 at 02:19, Christian PERRIER bubu...@debian.org wrote:
  Without objections, I'll add this ASAP.

 I'd say to use preseed-checksum since checksum mens nothing and might
 be confusing.

 Doesn't this defeat the purpose of having a shorter kernel command line?

maybe; the problem of using checksum is the many possibilities it has as:

 - preseed file checksum;
 - initrd checksum;
 - iso checksum;
 - ??? checksum?


-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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



Bug#621736: Should Depends against ${gir:Depends}

2011-04-08 Thread Laurent Bigonville
Package: gir1.0-desktopagnostic-1.0
Severity: Serious
Version: 0.3.90-2
Justification: missing some deps, broken without them

Hi,

gir1.0-desktopagnostic-1.0 is missing some dependencies, the package is
unusable without them.

gir* packages MUST Depends against ${gir:Depends} and call
dh_girepository to expand it during build.

Could you please make the necessary changes.

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#620663: grub-pc hangs after upgrading lenny to squeezy

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 620663 fixed-upstream
thanks

Patch applied upstream

On 04.04.2011 22:31, Dio Brando wrote:
 Ok, it works like a charm. Many thanks.

 # time strace -S time -tt
 /usr/src/grub2-1.98+20100804/debian/grub-common/usr/sbin/grub-probe
 --device /dev/sda1 --target=fs_uuid -v  /tmp/probe_strace 21

 real0m0.970s
 user0m0.080s
 sys 0m0.012s

 Installed fixed grub packages and updated linux kernel image whitout
 problems.


 On 04/04/2011 21:11, Vladimir 'φ-coder/phcoder' Serbinenko wrote:



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#619728: RM: kdelibs -- ROM; obsolete

2011-04-08 Thread Alexander Reichle-Schmehl
Hi!

Am 08.04.2011 11:30, schrieb Ana Guerrero:

 kst and knutclient are removed now and the 3rd blocker, celestia, got
 an upload dropping the kde3 package and the kdelibs depend. Although
 it still appears when i try dak rm in ries, do you know why?

Looking at dak ls -S celestia it seems, that the celestia NMU hasn't
been built on alpha, hppa and ia64.  Ignoring alpha and hppa still
leaves ia64

Ah, it seems it has already been built on ia64, but not yet uploaded:
https://buildd.debian.org/pkg.cgi?pkg=celestia

Don't worry, seems we can close this issue very soon.


Best regards,
  Alexander



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



Bug#620290: ITP: check-mk -- A new general purpose Nagios-plugin for, retrieving data

2011-04-08 Thread Max Kosmach

Hello Raoul!

Do You plan also package mk_livestatus?

I think that mk_livestatus approach is much better than NDO for NagVis 
and some other frontends/backends




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



Bug#621666: xserver-xorg-video-radeon: video playback only displays/updates on one monitor when both are enabled with xrandr

2011-04-08 Thread Michel Dänzer
On Don, 2011-04-07 at 11:49 -0400, Daniel Kahn Gillmor wrote: 
 Package: xserver-xorg-video-radeon
 Version: 1:6.13.1-2+squeeze1
 Severity: normal
 
 I'm using stock squeeze on this powerbook.  When i enable the DVI
 output concurrently with the LVDS (using xrandr --output DVI-0
 --same-as LVDS), everything works fine except for video playback.
 
 i've tried video playback with both VLC and Totem, and the video
 itself only updates on one of the screens (it seems to prefer to show
 up on LVDS, not on the external monitor).  The other monitor sees
 either a black rectangle where the video should be, or a static frame
 of the video (i haven't been able to figure out a pattern for one or
 the other).

[...]

 (II) RADEON(0): Set up overlay video

[...]

 Changing OV0_BASE_ADDR from 0xb800 to 0xbb80

This is probably due to using the XVideo overlay adaptor. The display
hardware can only display the video overlay on one CRTC at a time. You
can choose which CRTC to display it on via the XV_CRTC XVideo attribute,
or at least some applications allow using the textured video adaptor
(which doesn't have this restriction) via the adaptor/port number as
shown by xvinfo.


-- 
Earthling Michel Dänzer   |http://www.vmware.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



Bug#474528: mffm-timecode: requesting removal

2011-04-08 Thread Alexander Reichle-Schmehl
Hi Matt,

* flatmax flat...@ieee.org [110225 15:26]:

  Then, one of its dependencies, which was maintained by you in the past,
  is still orphaned. Could you adopt mffm-timecode?
 slight problem, I need to sign my new key and am busy for the next
 month. I should put in a vacation notice.
 
 I am currently overseas as well. will tend to this asap.

What is the status of this?  If you are still interested in adopting
mffm-timecode, but just need some more time, would you mind updating
(and retitling) #474523, too?


Best Regards,
  Alexander, FTP Assistant



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



Bug#595071: grub2: doesn't reckognize partioned mdraid disks

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 595071 fixed-upstream
thanks

Cleaned up version of patches applied upstream.
On 31.08.2010 22:20, Miquel van Smoorenburg wrote:
 Package: grub2
 Version: 1.98+20100804-4
 Severity: important

 Currently grub2 doesn't reckognize a system that boots from
 a partitionable mdraid disk, as I have. So the upgrade I did
 from lenny/grub-legacy to squeeze/grub2 failed.

 The main block device is called /dev/md_d0 and the partitions
 are md_d0p1, md_d0p2 etc.

 It turns out that grub2 does have all the code to make this work,
 but it looks like it hasn't been tested much and so regressed.

 It needs 2 fixes for it to work, attached as patches.

 1. grub2-md_d0-osdev.patch
A problem description and this patch (for a slightly earlier
grub version) can be found at http://savannah.gnu.org/bugs/?29903
(Original author as in the bugreport)

 2. grub2-md_d0-grubdev.patch
When grub gets the real mdraid name from mdadm, the partition
information is lost. This patch adds it back.
(Author is me)

 With these fixes applied I can grub-install /dev/md_d0 and
 have a booting system.

 Mike.


 ___
 Pkg-grub-devel mailing list
 pkg-grub-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#619601: nvidia-glx: Slowiness after suspend/resume

2011-04-08 Thread Colomban Wendling
I've tested the nouveau driver and it doesn't suffer of the problem, so
it's definitely a nvidia driver bug for me.

Regards,
Colomban



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



Bug#620566: dpkg: version number does not start with digit is in contrast to policy

2011-04-08 Thread Thorsten Glaser
On Mon, 4 Apr 2011, Carsten Hey wrote:

 upstream_version git1234 could be prefixed with epoch 0 and thus lead to
 the version number 0:git1234-debian_revision.  Maybe this could be

Nah. Just drop the leading 'git'.


On Mon, 4 Apr 2011, Raphael Hertzog wrote:

 We have no upstream with such versions currently in Debian. I don't really

We have, mksh version numbers are mangled (see its watch file)
in a defined way. It uses a repacked source as .orig.tar.gz,
but since dpkg’s extraction mechanism doesn’t really care, for
a package with a normal tar.gz upstream this wouldn’t even matter.

bye,
//mirabilos
-- 
«MyISAM tables -will- get corrupted eventually. This is a fact of life. »
“mysql is about as much database as ms access” – “MSSQL at least descends
from a database” “it's a rebranded SyBase” “MySQL however was born from a
flatfile and went downhill from there” – “at least jetDB doesn’t claim to
be a database”  (#nosec)‣‣‣ Please let MySQL and MariaDB finally die!



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



Bug#621726: krb5-admin-server: kadmind dies after nmap -sV

2011-04-08 Thread Sam Hartman
tags 621726 confirmed security upstream
thanks

I guess it's good that I'm in the middle of a patch release for krb5
denial of service issues or something.
Thanks for the report and sorry about the embarrassment.
Reported upstream



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



Bug#621689: backtrace with debugging information

2011-04-08 Thread Иван Крылов

tail: ../../testfile: �~Dайл �~C�~Aе�~Gен
-- file got 
truncated ../../testfile 2011/04/08 
17:13:28---


Program received signal SIGSEGV, Segmentation fault.
0x0805e583 in scrollback_do (window_nr=0, pbuf=0x82798e0, winnrs=0x0, 
header=0x828da40 00] ../../testfil) at scrollback.c:236
236 if ((pbuf - be)[loop].pi != NULL  (pbuf - 
be)[loop].pi - cdef.term_emul != TERM_IGNORE)

(gdb) bt
#0  0x0805e583 in scrollback_do (window_nr=0, pbuf=0x82798e0, 
winnrs=0x0, header=0x828da40 00] ../../testfil) at scrollback.c:236

#1  0x0805f87b in scrollback () at scrollback.c:724
#2  0x0805b2a9 in main_loop () at mt.c:2535
#3  0x0805b802 in main (argc=Cannot access memory at address 0xfffd
) at mt.c:2768
(gdb)




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



Bug#621737: linux-image-2.6.32-5-powerpc: ath ignores regulatory domain setting

2011-04-08 Thread Anton Ivanov
Package: linux-2.6
Version: 2.6.32-30
Severity: minor


ath driver ignores reg domain setting passed via cfg80211 and uses one 
from EEPROM instead. This setting a lot of cheap cards is CN. As a result
the reg domain is set incorrectly (and for some countries illegally).

dmesg selfexplanatory.


-- Package-specific info:
** Version:
Linux version 2.6.32-5-powerpc (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 Wed Jan 12 04:47:03 UTC 2011

** Command line:
root=/dev/hda4 ro 

** Tainted: W (512)
 * Taint on warning.

** Kernel log:
[37906.170686] PHY ID: 2060e1, addr: 0
[37908.211322] eth1: Airport waking up
[37908.659045] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[37908.659178] adb: starting probe task...
[37908.660207] hda: UDMA/66 mode selected
[37908.664146] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[37908.664517] hdc: MWDMA2 mode selected
[37908.907906] adb devices: [2]: 2 c4 [3]: 3 1 [7]: 7 1f
[37908.913808] ADB keyboard at 2, handler 1
[37908.928828] ADB mouse at 3, handler set to 4 (trackpad)
[37908.987527] adb: finished probe task...
[37909.512236] PM: Finishing wakeup.
[37909.512244] Restarting tasks ... done.
[37909.986288] ath5k 0001:11:00.0: enabling device ( - 0002)
[37909.986396] ath5k 0001:11:00.0: registered as 'phy1'
[37910.772036] ath: EEPROM regdomain: 0x809c
[37910.772046] ath: EEPROM indicates we should expect a country code
[37910.772054] ath: doing EEPROM country-regdmn map search
[37910.772061] ath: country maps to regdmn code: 0x52
[37910.772069] ath: Country alpha2 being used: CN
[37910.772075] ath: Regpair used: 0x52
[37910.847157] agpgart-uninorth :00:0b.0: putting AGP V2 device into 4x mode
[37910.847179] radeonfb :00:10.0: putting AGP V2 device into 4x mode
[37910.874578] phy1: Selected rate control algorithm 'minstrel'
[37910.878605] ath5k phy1: Atheros AR2417 chip found (MAC: 0xf0, PHY: 0x70)
[37910.878634] cfg80211: Calling CRDA for country: CN
[37912.612186] ondemand governor failed, too long transition latency of HW, 
fallback to performance governor
[37988.110403] ondemand governor failed, too long transition latency of HW, 
fallback to performance governor
[37988.359273] hda: host max PIO4 wanted PIO0 selected PIO0
[38096.963649] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[38102.988503] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[38103.192041] ADDRCONF(NETDEV_UP): eth0: link is not ready
[38103.454283] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[38106.938822] wlan0: direct probe to AP 00:90:4c:91:00:03 (try 1)
[38106.940456] wlan0: direct probe responded
[38106.940465] wlan0: authenticate with AP 00:90:4c:91:00:03 (try 1)
[38106.942155] wlan0: authenticated
[38106.942187] wlan0: associate with AP 00:90:4c:91:00:03 (try 1)
[38106.98] wlan0: RX AssocResp from 00:90:4c:91:00:03 (capab=0x411 status=0 
aid=5)
[38106.944457] wlan0: associated
[38106.945747] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[38153.913695] tun0: Disabled Privacy Extensions
[38513.727694] pcmcia_socket pcmcia_socket0: pccard: card ejected from slot 0
[38513.763178] wlan0: deauthenticating from 00:90:4c:91:00:03 by local choice 
(reason=3)
[38513.808570] ath5k phy1: failed to wakeup the MAC Chip
[38514.658638] ADDRCONF(NETDEV_UP): eth0: link is not ready
[38582.438927] cfg80211: Using static regulatory domain info
[38582.438937] cfg80211: Regulatory domain: EU
[38582.438941]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, 
max_eirp)
[38582.438949]  (2402000 KHz - 2482000 KHz @ 4 KHz), (600 mBi, 2000 mBm)
[38582.438956]  (517 KHz - 519 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[38582.438964]  (519 KHz - 521 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[38582.438971]  (521 KHz - 523 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[38582.438978]  (523 KHz - 533 KHz @ 4 KHz), (600 mBi, 2000 mBm)
[38582.438985]  (549 KHz - 571 KHz @ 4 KHz), (600 mBi, 3000 mBm)
[38582.442195] cfg80211: Calling CRDA for country: EU
[38582.442360] cfg80211: Calling CRDA for country: EU
[38590.296292] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into 
slot 0
[38590.296354] pci 0001:11:00.0: reg 10 32bit mmio: [0x00-0x00]
[38590.366503] ath5k 0001:11:00.0: enabling device ( - 0002)
[38590.366594] ath5k 0001:11:00.0: registered as 'phy0'
[38590.869302] ath: EEPROM regdomain: 0x809c
[38590.869309] ath: EEPROM indicates we should expect a country code
[38590.869315] ath: doing EEPROM country-regdmn map search
[38590.869321] ath: country maps to regdmn code: 0x52
[38590.869326] ath: Country alpha2 being used: CN
[38590.869331] ath: Regpair used: 0x52
[38590.870149] phy0: Selected rate control algorithm 'minstrel'
[38590.902742] ath5k phy0: Atheros AR2417 chip found (MAC: 0xf0, PHY: 0x70)
[38590.902765] cfg80211: Calling CRDA for country: CN
[38591.064341] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[38593.360236] wlan0: direct probe to AP 00:90:4c:91:00:03 (try 1)

Bug#621072:

2011-04-08 Thread Lars Maes
I am also experiencing this issue with my XenServer 5.6 FP1 hosts when
upgrading to the -33 kernel.

Alas i can not give you any dumps, since I get no console from XenCenter and
i do not know how to get this elsewhere.

The -33 renders our Debian Squeeze guests unusable!

Regards Lars Maes


Bug#574133: Import of Google Calendar ICAL file fails with year is out of range parse error

2011-04-08 Thread Dave Holland
Hi,

this bug is a show-stopper for me using the ics_diff.py utility.

Do you mind if I NMU a version with the supplied patch applied?

thanks,
Dave



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



Bug#621529: add support for multiboot2

2011-04-08 Thread Goswin von Brederlow
Package: qemu-kvm
Version: 0.14.0+dfsg-1~tls
Severity: normal
File: /usr/bin/kvm

Attached is a first draft for a patch to add multiboot2 support. It is
far from complete but it is functional. Also attached is the example
kernel from the specs that just prints the multiboot infos and halts
so the patch can be tested.

MfG
Goswin


multiboot2-kernel.tar.gz
Description: GNU Zip compressed data
Description: multiboot2 support
 This patch adds rudimentary support for the new multiboot2 format.
 It supports a single kernel (no initrd yet) and sets the cmdline,
 basic_meminfo and mmap tags in the boot info. This is sufficient to
 boot the example kernel for multiboot2.
Author: Goswin von Brederlow goswin-...@web.de
Bug-Debian: http://bugs.debian.org/621529
Last-Update: 2011-04-08

---

Index: qemu-kvm-0.14.0+dfsg/Makefile.target
===
--- qemu-kvm-0.14.0+dfsg.orig/Makefile.target   2011-04-08 14:18:18.0 
+0200
+++ qemu-kvm-0.14.0+dfsg/Makefile.target2011-04-08 14:18:18.0 
+0200
@@ -228,7 +228,7 @@
 obj-i386-y += vmmouse.o vmport.o hpet.o applesmc.o
 obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o
 obj-i386-y += extboot.o
-obj-i386-y += debugcon.o multiboot.o
+obj-i386-y += debugcon.o multiboot.o multiboot2.o
 obj-i386-y += pc_piix.o
 obj-i386-$(CONFIG_SPICE) += qxl.o qxl-logger.o qxl-render.o
 obj-i386-y += testdev.o
Index: qemu-kvm-0.14.0+dfsg/pc-bios/optionrom/Makefile
===
--- qemu-kvm-0.14.0+dfsg.orig/pc-bios/optionrom/Makefile2011-04-08 
14:18:18.0 +0200
+++ qemu-kvm-0.14.0+dfsg/pc-bios/optionrom/Makefile 2011-04-08 
14:18:18.0 +0200
@@ -14,7 +14,7 @@
 CFLAGS += $(call cc-option, $(CFLAGS), -fno-stack-protector)
 QEMU_CFLAGS = $(CFLAGS)
 
-build-all: multiboot.bin linuxboot.bin
+build-all: multiboot.bin multiboot2.bin linuxboot.bin
 
 build-all: extboot.bin vapic.bin
 
Index: qemu-kvm-0.14.0+dfsg/pc-bios/optionrom/multiboot2.S
===
--- /dev/null   1970-01-01 00:00:00.0 +
+++ qemu-kvm-0.14.0+dfsg/pc-bios/optionrom/multiboot2.S 2011-04-08 
14:54:35.0 +0200
@@ -0,0 +1,200 @@
+/*
+ * Multiboot2 Option ROM
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see http://www.gnu.org/licenses/.
+ *
+ * Original Multiboot Option ROM:
+ * Copyright Novell Inc, 2009
+ *   Authors: Alexander Graf ag...@suse.de
+ *
+ * Adaption to Multiboot2 specs:
+ * Copyright Goswin von Brederlow, 2011
+ *   Authors: Goswin von Brederlow goswin-...@web.de
+ *
+ */
+
+#include optionrom.h
+
+#define MULTIBOOT_MAGIC0x36d76289
+
+#define GS_PROT_JUMP   0
+#define GS_GDT_DESC6
+
+
+BOOT_ROM_START
+
+run_multiboot:
+
+   cli
+   cld
+
+   mov %cs, %eax
+   shl $0x4, %eax
+
+   /* set up a long jump descriptor that is PC relative */
+
+   /* move stack memory to %gs */
+   mov %ss, %ecx
+   shl $0x4, %ecx
+   mov %esp, %ebx
+   add %ebx, %ecx
+   sub $0x20, %ecx
+   sub $0x30, %esp
+   shr $0x4, %ecx
+   mov %cx, %gs
+
+   /* now push the indirect jump decriptor there */
+   mov (prot_jump), %ebx
+   add %eax, %ebx
+   movl%ebx, %gs:GS_PROT_JUMP
+   mov $8, %bx
+   movw%bx, %gs:GS_PROT_JUMP + 4
+
+   /* fix the gdt descriptor to be PC relative */
+   movw(gdt_desc), %bx
+   movw%bx, %gs:GS_GDT_DESC
+   movl(gdt_desc+2), %ebx
+   add %eax, %ebx
+   movl%ebx, %gs:GS_GDT_DESC + 2
+
+   xor %eax, %eax
+   mov %eax, %es
+
+   /* Read the bootinfo struct into RAM */
+   read_fw_blob(FW_CFG_INITRD)
+
+   /* FS = bootinfo_struct */
+   read_fw FW_CFG_INITRD_ADDR
+   shr $4, %eax
+   mov %ax, %fs
+   mov %ax, %es/* for int 0x15 */
+
+   /* %fs:%edi = bootinfo size = offset of mmap tag */
+   movl%fs:0, %edi
+
+#define MULTIBOOT_TAG_TYPE_MMAP  6
+   /* Create mmap tag */
+   movl

Bug#621738: udev doesn't create /dev/root symlink

2011-04-08 Thread Anthony Bourguignon
Package: udev
Version: 167-1
Severity: important

I'm running a custom vanilla kernel without initrd support. So my root 
partition is /dev/root in /proc/partitions (or mount command) .
The problem is udev should create a /dev/root symlink pointing to my current 
root partition and it is not.

This issue is causing grub-probe to fail for example. I have to create the link 
manually in order to grub-install to work.

Thanks in advance.

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

Kernel: Linux 2.6.38-jen
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udev depends on:
ii  debconf [debconf-2.0]1.5.38  Debian configuration management sy
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libselinux1  2.0.98-1SELinux runtime shared libraries
ii  libudev0 167-1   libudev shared library
ii  libusb-0.1-4 2:0.1.12-17 userspace USB programming library
ii  lsb-base 3.2-27  Linux Standard Base 3.2 init scrip
ii  util-linux   2.17.2-9.1  Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-8  Linux PCI Utilities
ii  usbutils  1:001-1Linux USB utilities

udev suggests no packages.

-- 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#621739: buildd.debian.org: /status/fetch.php doesn't escape special characters

2011-04-08 Thread Jakub Wilk

Package: buildd.debian.org
Severity: normal

Please take a look at the bottom of this build log:
https://buildd.debian.org/status/fetch.php?pkg=libvigraimpexarch=i386ver=1.7.1%2Bdfsg-4%2Bb1stamp=1301937574

--
Jakub Wilk



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



Bug#620234: installation-reports: AMD64 does not boot on Opteron 170

2011-04-08 Thread Ben Hutchings
 Forwarded Message 
From: Alexander Abt alexander@t-online.de
To: Ben Hutchings b...@decadent.org.uk
Subject: Re: Bug#620234: installation-reports: AMD64 does not boot on Opteron 
170
Date: Thu, 07 Apr 2011 08:49:03 +0200

Am Dienstag, den 05.04.2011, 11:51 +0100 schrieb Ben Hutchings:
 lspci runs under the FreeBSD kernel, at least if you run it as root.
 
 Ben.
 

hello,

I have the information from the AMD64 System you need. Can it be that
the graphics card is not supported? The System is not brand new
hardware, so i do not understand why Debian does not run.

The information from lspci is in the attachment a *txt file.

I hope that this will help you to find the error.

Alex

00:00.0 Host bridge [0600]: VIA Technologies, Inc. K8T800Pro Host Bridge 
[1106:0282]
Subsystem: VIA Technologies, Inc. K8T800Pro Host Bridge [1106:0282]
Kernel driver in use: agpgart-amd64
Kernel modules: amd64-agp
00:00.1 Host bridge [0600]: VIA Technologies, Inc. K8T800Pro Host Bridge 
[1106:1282]
00:00.2 Host bridge [0600]: VIA Technologies, Inc. K8T800Pro Host Bridge 
[1106:2282]
00:00.3 Host bridge [0600]: VIA Technologies, Inc. K8T800Pro Host Bridge 
[1106:3282]
00:00.4 Host bridge [0600]: VIA Technologies, Inc. K8T800Pro Host Bridge 
[1106:4282]
00:00.7 Host bridge [0600]: VIA Technologies, Inc. K8T800Pro Host Bridge 
[1106:7282]
00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8237 PCI bridge 
[K8T800/K8T890 South] [1106:b188]
Kernel modules: shpchp
00:0d.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 
Gigabit Ethernet [10ec:8169] (rev 10)
Subsystem: Micro-Star International Co., Ltd. Device [1462:094c]
Kernel driver in use: r8169
Kernel modules: r8169
00:0f.0 IDE interface [0101]: VIA Technologies, Inc. VIA VT6420 SATA RAID 
Controller [1106:3149] (rev 80)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: sata_via
00:0f.1 IDE interface [0101]: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: pata_via
00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller [1106:3038] (rev 81)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: uhci_hcd
00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller [1106:3038] (rev 81)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: uhci_hcd
00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller [1106:3038] (rev 81)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: uhci_hcd
00:10.3 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller [1106:3038] (rev 81)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: uhci_hcd
00:10.4 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 
86)
Subsystem: Micro-Star International Co., Ltd. K8T Neo2-F V2.0 
[1462:7094]
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8237 ISA bridge 
[KT600/K8T800/K8T890 South] [1106:3227]
Subsystem: VIA Technologies, Inc. DFI KT600-AL / Soltek SL-B9D-FGR 
Motherboard [1106:3227]
Kernel modules: i2c-viapro
00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 60)
Subsystem: Micro-Star International Co., Ltd. Device [1462:b010]
Kernel driver in use: VIA 82xx Audio
Kernel modules: snd-via82xx
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration [1022:1100]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map [1022:1101]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
DRAM Controller [1022:1102]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control [1022:1103]
Kernel driver in use: k8temp
Kernel modules: k8temp
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV730 Pro AGP 
[Radeon HD 4600 Series] [1002:9495]
Subsystem: PC Partner Limited Device [174b:0028]


Bug#621689: backtrace

2011-04-08 Thread Иван Крылов

Program received signal SIGSEGV, Segmentation fault.
0x0805e368 in scrollback_do ()
(gdb) bt
#0  0x0805e368 in scrollback_do ()
#1  0x0805f3fb in scrollback ()
#2  0x0805b1f4 in main_loop ()
#3  0x0805b752 in main ()
(gdb)




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



Bug#621740: sweethome3d: improve L10n and icon of desktop file

2011-04-08 Thread Ronny Standtke
Package: sweethome3d
Version: 2.5+dfsg-1
Tags: patch

The desktop file of sweethome3d is missing a German translation and the
correct StartupWMClass. In addition to that, the icon for the desktop
file is very blurry.

I fixed both the desktop file and the icons (see attachments).

-- 
Ronny Standtke Fachhochschule Nordwestschweiz
Dozent Medienpädagogik / ICT   Pädagogische Hochschule
Telefon: +41 32 628 67 08  Obere Sternengasse 7
Mobil  : +41 79 786 81 82  4502 Solothurn
--- sweethome3d.desktop.orig	2010-12-30 04:35:24.0 +
+++ sweethome3d.desktop	2010-12-30 12:20:19.0 +
@@ -2,11 +2,12 @@
 Version=1.0
 Name=Sweet Home 3D
 GenericName=Interior 2D design application with 3D preview
+GenericName[de]=Innenraumplaner
 Comment=Interior 2D design application with 3D preview
 Exec=sweethome3d
 Icon=sweethome3d
 StartupNotify=true
+StartupWMClass=com-eteks-sweethome3d-SweetHome3D
 Terminal=false
 Type=Application
 Categories=Graphics;2DGraphics;3DGraphics
-


sweethome3d_icons.tgz
Description: application/compressed-tar


Bug#577760: new packages

2011-04-08 Thread Toni Mueller

Hi Marv,

I have created and uploaded packages for 0.16 and 0.12, respectively,
which you can find on p.d.o/~toni. Enjoy, and please consider updating
these packages via volatile. See also

#619734


I've used git-buildpackage to create these, so if you want, I can send
the git repos to you (or somewhere), too.



Kind regards,
--Toni++




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



Bug#620528: netrek-client-cow: FTBFS on kfreebsd-*: mkkey.c:81:16: fatal error: mp.h: No such file or directory

2011-04-08 Thread Peter Pentchev
package netrek-client-cow
tag 620528 + confirmed
thanks

On Sat, Apr 02, 2011 at 03:17:52PM +0200, Cyril Brulebois wrote:
 Source: netrek-client-cow
 Version: 3.3.0-1
 Severity: serious
 Justification: FTBFS
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 Hi,
 
 your package fails to build for its +b1 binNMU round on kfreebsd-*:
 | make[2]: Entering directory 
 `/build/buildd-netrek-client-cow_3.3.0-1+b1-kfreebsd-amd64-Khlk9K/netrek-client-cow-3.3.0'
 | gcc -g -Wall  -DRSA -o mkkey mkkey.c  -lgmp -lX11 -lnsl -lm   
 -L/usr/lib -lSDL -lSDL_mixer -lXxf86vm -L/usr/lib -lImlib2 -lfreetype -lz 
 -L/usr/X11R6/lib -lX11 -lXext -ldl -lm
 | mkkey.c:81:16: fatal error: mp.h: No such file or directory
 | compilation terminated.
 | make[2]: *** [mkkey] Error 1
 
 Full build logs:
   https://buildd.debian.org/status/package.php?p=netrek-client-cow

Hi,

Yes, netrek-client-cow really fails to build, and not only on kfreebsd,
either after the recent libgmp update or even earlier.  I've found the
cause and I'm working on a patch, along with a couple of other package
updates.

Thanks for catching and reporting that!

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org pe...@packetscale.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
No language can express every thought unambiguously, least of all this one.


signature.asc
Description: Digital signature


Bug#619601: nvidia-glx: Slowiness after suspend/resume

2011-04-08 Thread Andreas Beckmann
On 2011-04-08 14:58, Colomban Wendling wrote:
 I've tested the nouveau driver and it doesn't suffer of the problem, so
 it's definitely a nvidia driver bug for me.

Did you search the nvidia forums, eventually someone has already
reported this problem. Otherwise you should report it directly to
nvidia, following their bug reporting instructions:
http://www.nvnews.net/vbulletin/showthread.php?t=46678


Andreas



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



Bug#621741: minicom: ~ (tilde) gets expanded to users home in dial commands

2011-04-08 Thread Florian Lohoff
Package: minicom
Version: 2.4-3
Severity: normal

Hi,
when entering a single ~ in the Modem and Dialing commands
e.g. Init String or Reset String the ~ gets expanded to
the users homedir on pressing return.

For obvious reasons this is broken as the ~ is the delay character
and no shell globbing should happen.

Flo

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

Kernel: Linux 2.6.38-dsdt1-amd64 (SMP w/2 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 minicom depends on:
ii  libc6 2.11.2-9   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand

Versions of packages minicom recommends:
ii  lrzsz 0.12.21-5  Tools for zmodem/xmodem/ymodem fil

minicom 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#621742: Allow loading elf64 binaries in multiboot format

2011-04-08 Thread Goswin von Brederlow
Package: qemu-kvm
Version: 0.14.0+dfsg-1~tls
Severity: wishlist
File: /usr/bin/kvm

Hi,

thanks to multiboot specs and many examples on the internet building
your own toy kernel is quite simple. In 32bit that is. Building a
64bit kernel suddenly becomes quite complicated as one can't compile
64bit C code into a 32bit elf format as required by kvm. One can't
link 64bit object files together with a 32bit object containing
startup code either. So one needs to mangle stuff around to fit
loosing symbol information and debug functionality. Overall not a
satisfactory thing.

Luckily kvm allready knows all about loading a elf64 binary and it is
simple to create a little 32bit asm startup code in elf64 format as
entry point for the bootloader. All that is required for kvm to
support this is not to reject the elf64 format. Patch attached.

MfG
Goswin

-- Package-specific info:


/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU  330   @ 1.60GHz
stepping: 2
cpu MHz : 1599.996
cache size  : 512 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc 
arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 
cx16 xtpr pdcm movbe lahf_lm
bogomips: 3199.76
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU  330   @ 1.60GHz
stepping: 2
cpu MHz : 1599.996
cache size  : 512 KB
physical id : 0
siblings: 4
core id : 1
cpu cores   : 2
apicid  : 2
initial apicid  : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc 
arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 
cx16 xtpr pdcm movbe lahf_lm
bogomips: 3199.96
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU  330   @ 1.60GHz
stepping: 2
cpu MHz : 1599.996
cache size  : 512 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc 
arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 
cx16 xtpr pdcm movbe lahf_lm
bogomips: 3199.97
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU  330   @ 1.60GHz
stepping: 2
cpu MHz : 1599.996
cache size  : 512 KB
physical id : 0
siblings: 4
core id : 1
cpu cores   : 2
apicid  : 3
initial apicid  : 3
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc 
arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 
cx16 xtpr pdcm movbe lahf_lm
bogomips: 3199.94
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:




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

Kernel: Linux 2.6.32-debian-xen-1 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages qemu-kvm depends on:
ii  adduser 3.112add and remove users and groups
ii  etherboot-qemu  5.4.4-7  Bootstrapping for various network 
ii  libaio1 0.3.107-7Linux kernel AIO access library - 
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  

Bug#591589: isc-dhcp-client: Version 3 dhclient-script (no ipv6 support) installed instead of version 4

2011-04-08 Thread Vinicius Tinti
Hi,

For me it is not working completely. I am not receiving the DNS, it appears
as a black field in the script. The rest is ok. Thanks Rémy.
Tested on Debian Squeeze.

-- 
Vinícius Tinti


Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-04-08 Thread Thomas Goirand
On 04/08/2011 08:14 AM, Ansgar Burchardt wrote:
 Hi Thomas,
 
 I noticed you prepared a patch[1] using MySQL's PASSWORD() function.
 Please note that this function should *not* be used by applications
 besides MySQL itself[2] in addition to not salting the hash.  The crypt
 function included in PHP itself[3] with salting and a modern hash like
 SHA-512 seems to be a better choice.
 
 Regards,
 Ansgar
 
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614304#56
 [2] 
 http://dev.mysql.com/doc/refman/5.5/en/encryption-functions.html#function_password
 [3] http://php.net/manual/en/function.crypt.php

Hi,

Thanks for letting me know before it's too late. Indeed, I didn't know.

Now, the issue is that in few places, I will need to use the encryption
from the command line. In such a case, using the crypt() function of PHP
is not really convenient (even though I can use a php cli, I'd rather
avoid if possible). So, do you think it's acceptable to use the SHA2()
function of MySQL instead, which would be a lot more strait forward to
use for me?

Somebody else suggested the haval160 algo of PHP. Do you as well think
it's a good idea? That would also force me to use PHP all the time...

Please let me know,

Thomas Goirand (zigo)



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



Bug#620309: installation-reports: fakeroot make rebuild_netboot has unmet dependencies

2011-04-08 Thread Bernhard Kuemel
On 04/01/2011 06:38 AM, Christian PERRIER wrote:
 You're apparently trying to build the squeeze installer, but are doing
 this on an unstable machine (sources.list pointing to unstable). Am I right?
 
 That won't work. For this, you need to try building the version from
 git.

Is the git version good for installing squeeze?



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



Bug#621503: Transition to /run

2011-04-08 Thread Roger Leigh
block 621503 by 620191
thanks

On Thu, Apr 07, 2011 at 04:16:23PM +0200, Thomas Hood wrote:
 Package: resolvconf
 Version: 1.48
 
 A new filesystem, /run/, is being added for the purpose of holding
 run-time data; unlike /tmp and /var/run it will be available early in the
 boot process.
 
 Resolvconf should transition from using /lib/init/rw/ to using /run/.
 
 Resolvconf releases that use /run/ should depend on the soon-to-be-released
 version of initscripts.[0]
 
 This issue can be addressed simultaneously with #551999/#563386 which also
 require changes to the maintainer scripts.
 
 [0]http://lists.debian.org/debian-devel/2011/04/msg00353.html

Just attaching the patch I sent you here for the record.


Regards,
Roger
diff -urN resolvconf-1.48.original/debian/changelog resolvconf-1.48/debian/changelog
--- resolvconf-1.48.original/debian/changelog	2011-04-07 14:50:02.492490457 +0100
+++ resolvconf-1.48/debian/changelog	2011-04-07 14:59:36.118145126 +0100
@@ -1,3 +1,17 @@
+resolvconf (1.48run0) UNRELEASED; urgency=low
+
+  [ Roger Leigh ]
+  * README:
++ Migrate /lib/init/rw to /run
+  * debian/control:
++ Depend upon initscripts (= xxx) to guarantee presence of functional
+  /run.
+  * debian/postinst:
++ Migrate from /lib/init/rw to /run, using the same logic used for the
+  old /dev/shm to /lib/init/rw migration.
+
+ -- Roger Leigh rle...@debian.org  Thu, 07 Apr 2011 14:59:33 +0100
+
 resolvconf (1.48) unstable; urgency=low
 
   [ Thomas Hood ]
diff -urN resolvconf-1.48.original/debian/control resolvconf-1.48/debian/control
--- resolvconf-1.48.original/debian/control	2011-04-07 14:50:02.480489644 +0100
+++ resolvconf-1.48/debian/control	2011-04-07 14:56:11.674143552 +0100
@@ -13,7 +13,7 @@
 Package: resolvconf
 Architecture: all
 Enhances: isc-dhcp-client, dhcpcd, pump, udhcpc, ppp, ifupdown, network-manager, bind9, dnsmasq, pdnsd, totd, libc6, nscd
-Depends: lsb-base, ${misc:Depends}
+Depends: lsb-base, initscripts (= xxx), ${misc:Depends}
 Breaks: dnscache-run
 Description: name server information handler
  Resolvconf is a framework for keeping up to date the system's
diff -urN resolvconf-1.48.original/debian/postinst resolvconf-1.48/debian/postinst
--- resolvconf-1.48.original/debian/postinst	2011-04-07 14:50:02.492490457 +0100
+++ resolvconf-1.48/debian/postinst	2011-04-07 14:53:46.850147379 +0100
@@ -11,10 +11,10 @@
 
 ### Create /etc/resolvconf/run ###
 #
-# Unfortunately we can't keep state files in /var/run/ because 
-# resolvconf, as it must, initializes before networking does and
-# /var/ can be on the network.  In the past we used /dev/shm/
-# but now we use /lib/init/rw/.
+# Unfortunately we can't keep state files in /var/run/ because
+# resolvconf, as it must, initializes before networking does and /var/
+# can be on the network.  In the past we used /dev/shm and
+# /lib/init/rw/, but now we use the newly adopted /run/.
 #
 case $1 in
   configure|reconfigure)
@@ -25,20 +25,20 @@
 			report_err Deleting /etc/resolvconf/run symlink whose canonical path could not be determined
 			rm -f /etc/resolvconf/run
 		elif \
-			[ $RUN_CANONICALPATH = /dev/shm/resolvconf ] \
-			 [ -d /lib/init/rw ] \
-			 [ -w /lib/init/rw ] \
+			[ $RUN_CANONICALPATH = /lib/init/rw/resolvconf ] \
+			 [ -d /run ] \
+			 [ -w /run ] \
 			 [ -r /proc/mounts ] \
-			 grep -qs ^tmpfs[[:space:]]\+/lib/init/rw[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw /proc/mounts \
-			 { [ -d /lib/init/rw/resolvconf ] || mkdir -v /lib/init/rw/resolvconf ; } \
-			 { [ -d /lib/init/rw/resolvconf/interface ] || mkdir -v /lib/init/rw/resolvconf/interface ; } \
-			 F=$(echo /dev/shm/resolvconf/*) \
+			 grep -qs ^tmpfs[[:space:]]\+/run[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw /proc/mounts \
+			 { [ -d /run/resolvconf ] || mkdir -v /run/resolvconf ; } \
+			 { [ -d /run/resolvconf/interface ] || mkdir -v /run/resolvconf/interface ; } \
+			 F=$(echo /lib/init/rw/resolvconf/*) \
 			 [ $F ] \
-			 [ $F != '/dev/shm/resolvconf/*' ] \
-			 cp -a /dev/shm/resolvconf/* /lib/init/rw/resolvconf
+			 [ $F != '/lib/init/rw/resolvconf/*' ] \
+			 cp -a /lib/init/rw/resolvconf/* /run/resolvconf
 		then
-			report_info Migrating run-time database from /dev/shm/resolvconf to /lib/init/rw/resolvconf
-			ln -nsf /lib/init/rw/resolvconf /etc/resolvconf/run
+			report_info Migrating run-time database from /lib/init/rw/resolvconf to /run/resolvconf
+			ln -nsf /run/resolvconf /etc/resolvconf/run
 		fi
 	fi
 	# Delete it if it isn't a directory or a link to one
@@ -64,14 +64,14 @@
 		#   put it into a function
 		#
 		if \
-			[ -d /lib/init/rw ] \
-			 [ -w /lib/init/rw ] \
+			[ -d /run ] \
+			 [ -w /run ] \
 			 [ -r /proc/mounts ] \
-			 grep -qs ^tmpfs[[:space:]]\+/lib/init/rw[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw /proc/mounts \
-			 { [ -d /lib/init/rw/resolvconf ] || mkdir -v /lib/init/rw/resolvconf ; } \
-			 { [ -d /lib/init/rw/resolvconf/interface ] || mkdir -v 

Bug#620309: installation-reports: fakeroot make rebuild_netboot has unmet dependencies

2011-04-08 Thread Bernhard Kuemel
On 04/01/2011 06:38 AM, Christian PERRIER wrote:
 When I do fakeroot make rebuild_netboot it doesn't find a
 bunch of packages - see the end of the shell log. Some 
 editing was done with the mc editor and so is invisible in 
 the log.
 
 
 You're apparently trying to build the squeeze installer, but are doing
 this on an unstable machine (sources.list pointing to unstable). Am I right?
 
 That won't work. For this, you need to try building the version from
 git.
 
 Or you need to build on a machine where sources.list has entries for squeeze.

Now I tried this on a newly installed squeeze. I had an unstable entry
in sources.list because of some xorg problems, but removed that. Same
problem. It does, too, inform me about the git repository when I
'apt-get source debian-installer'. Does it work for you?

- shell log --
sebastian@sebi:~/debian-installer/debian-installer-20110106+squeeze1/build$
LANG=C fakeroot make rebuild_netboot
rm -f ./stamps/tree-unpack-netboot-stamp ./stamps/tree-netboot-stamp
./stamps/extra-netboot-stamp ./stamps/get_udebs-netboot-stamp
rm -f ./tmp/netboot/diskusage.txt
rm -f ./tmp/netboot/all.utf
rm -f ./tmp/netboot/unifont.bdf ./tmp/netboot/tree/lib/unifont.bgf
rm -f pkg-lists/standard-udebs pkg-lists/kernel-module-udebs
rm -rf ./dest/netboot/debian-installer ./dest/netboot/netboot.tar.gz
./dest/netboot/mini.iso
rm -rf ./tmp/netboot
update-manifest
make[3]: `sources.list.udeb' is up to date.
Ign copy: localudebs/ Release.gpg
Ign
copy:/home/sebastian/debian-installer/debian-installer-20110106+squeeze1/build/
localudebs/ Translation-en
Ign copy: localudebs/ Release
Ign copy: localudebs/ Packages/DiffIndex
Ign copy: localudebs/ Packages
Get:1 copy: localudebs/ Packages [20 B]
Hit http://ftp.at.debian.org unstable Release.gpg
Ign http://ftp.at.debian.org/debian/ unstable/main/debian-installer
Translation-en
Hit http://ftp.at.debian.org unstable Release
Hit http://ftp.at.debian.org unstable/main/debian-installer i386 Packages
Fetched 20 B in 0s (64 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
dh_testroot
get-packages udeb acpi-modules-2.6.32-5-486-di anna archdetect
bogl-bterm-udeb brltty-udeb busybox-udeb cdebconf-newt-terminal
cdebconf-newt-udeb cdebconf-priority cdebconf-text-udeb cdebconf-udeb
choose-mirror choose-mirror-bin console-keymaps-at
debian-archive-keyring-udeb di-utils di-utils-reboot di-utils-shell
di-utils-terminfo download-installer env-preseed ethdetect
fat-modules-2.6.32-5-486-di fb-modules-2.6.32-5-486-di
floppy-modules-2.6.32-5-486-di gpgv-udeb hw-detect initrd-preseed
input-modules-2.6.32-5-486-di installation-locale kbd-chooser
kernel-image-2.6.32-5-486-di libblkid1-udeb libcrypto1.0.0-udeb
libdebconfclient0-udeb libdebian-installer4-udeb libfribidi0-udeb
libiw30-udeb libnss-dns-udeb libnss-files-udeb libsysfs2-udeb
libtextwrap1-udeb libuuid1-udeb localechooser lowmemcheck main-menu
media-retriever module-init-tools-udeb mountmedia nano-udeb
net-retriever netcfg network-console network-preseed
nic-extra-modules-2.6.32-5-486-di nic-modules-2.6.32-5-486-di
nic-pcmcia-modules-2.6.32-5-486-di nic-usb-modules-2.6.32-5-486-di
nic-wireless-modules-2.6.32-5-486-di openssh-server-udeb pciutils-udeb
pcmcia-modules-2.6.32-5-486-di pcmciautils-udeb preseed-common
rescue-check rootskel save-logs serial-modules-2.6.32-5-486-di udev-udeb
udpkg usb-modules-2.6.32-5-486-di usb-storage-modules-2.6.32-5-486-di
util-linux-udeb virtio-modules-2.6.32-5-486-di zlib1g-udeb
make[4]: `sources.list.udeb' is up to date.

Ign copy: localudebs/ Release.gpg

Ign
copy:/home/sebastian/debian-installer/debian-installer-20110106+squeeze1/build/
localudebs/ Translation-en

Ign copy: localudebs/ Release

Ign copy: localudebs/ Packages/DiffIndex

Ign copy: localudebs/ Packages

Get:1 copy: localudebs/ Packages [20 B]
Hit http://ftp.at.debian.org unstable Release.gpg
Ign http://ftp.at.debian.org/debian/ unstable/main/debian-installer
Translation-en
Hit http://ftp.at.debian.org unstable Release
Hit http://ftp.at.debian.org unstable/main/debian-installer i386 Packages
Fetched 20 B in 0s (61 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Need to download: acpi-modules-2.6.32-5-486-di anna archdetect
bogl-bterm-udeb brltty-udeb busybox-udeb cdebconf-newt-terminal
cdebconf-newt-udeb cdebconf-priority cdebconf-text-udeb cdebconf-udeb
choose-mirror choose-mirror-bin console-keymaps-at
debian-archive-keyring-udeb di-utils di-utils-reboot di-utils-shell
di-utils-terminfo download-installer env-preseed ethdetect
fat-modules-2.6.32-5-486-di fb-modules-2.6.32-5-486-di
floppy-modules-2.6.32-5-486-di gpgv-udeb hw-detect initrd-preseed
input-modules-2.6.32-5-486-di installation-locale kbd-chooser
kernel-image-2.6.32-5-486-di libblkid1-udeb libcrypto1.0.0-udeb
libdebconfclient0-udeb libdebian-installer4-udeb libfribidi0-udeb
libiw30-udeb libnss-dns-udeb libnss-files-udeb 

Bug#620309: installation-reports: fakeroot make rebuild_netboot has unmet dependencies

2011-04-08 Thread Bernhard Kuemel
On 04/01/2011 06:38 AM, Christian PERRIER wrote:

 You're apparently trying to build the squeeze installer, but are doing
 this on an unstable machine (sources.list pointing to unstable). Am I right?

I used to run the machine with testing but changed that to squeeze
before it became stable. I currently have:

s:/etc/apt# grep -v ^# sources.list
deb  ftp://debian.sil.at/debian/ lenny main non-free contrib
deb  ftp://debian.sil.at/debian/ squeeze main non-free contrib
deb-src  ftp://debian.sil.at/debian/ squeeze main non-free contrib
deb  ftp://debian.sil.at/debian/ unstable main non-free contrib
deb http://security.debian.org/ testing/updates main contrib non-free

s:/etc/apt# cat apt.conf
APT::Default-Release squeeze;

aptitude dist-upgrade produces an error with package emacsen-common.

 That won't work. For this, you need to try building the version from
 git.
 
 Or you need to build on a machine where sources.list has entries for squeeze.

I have. There is no deb-src entry for unstable. Do I need to remove the
deb unstable entry or is APT::Default-Release squeeze; enough?

Bernhard



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



Bug#611561: grub-pc: Superflous errors when md devices have spare drives.

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 611561 fixed-upstream
thanks

On 03.04.2011 22:33, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
 On 30.01.2011 18:42, Boyd Stephen Smith Jr. wrote:
 error: superfluous RAID member (2 found).
 error: superfluous RAID member (5 found).
 error: superfluous RAID member (2 found).
 error: superfluous RAID member (2 found
 Please try the attached patch



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#620420: grub-yeeloong: grub-mkimage looks in /usr/lib/grub/mipsel-yeeloong/ but files in /usr/lib/grub/mips-yeeloong/

2011-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 620420 fixed-upstream
thanks

On 01.04.2011 22:09, Michael Dorrington wrote:
 Package: grub-yeeloong
 Version: 1.98+20100804-14
 Severity: normal
 User: debian-yeeloong-proj...@lists.alioth.debian.org
 Usertags: yeeloong
 X-Debbugs-CC: debian-yeeloong-proj...@lists.alioth.debian.org

 The program grub-mkimage in the grub-yeeloong package is looking in
 /usr/lib/grub/mipsel-yeeloong/ for the modules by default which does not
 exist. The modules are in /usr/lib/grub/mips-yeeloong/ . The
 Architecture is mipsel so perhaps that means the correct location for
 the modules should be /usr/lib/grub/mipsel-yeeloong/ .

 # grub-mkimage --output=/dev/null --format=mipsel-yeeloong-elf
 grub-mkimage: error: cannot open /usr/lib/grub/mipsel-yeeloong/moddep.lst.
 # grub-mkimage --output=/dev/null --format=mipsel-yeeloong-flash
 grub-mkimage: error: cannot open /usr/lib/grub/mipsel-yeeloong/moddep.lst.
 # ls /usr/lib/grub/
 grub-mkconfig_lib  mips-yeeloong  update-grub_lib
 # ls -d /usr/lib/grub/mips-yeeloong/
 /usr/lib/grub/mips-yeeloong/
 # grub-mkimage --output=/dev/null --format=mipsel-yeeloong-elf 
 --directory=/usr/lib/grub/mips-yeeloong/
 # grub-mkimage --output=/dev/null --format=mipsel-yeeloong-flash 
 --directory=/usr/lib/grub/mips-yeeloong/
 # 

 Regards,
 Mike.

 -- System Information:
 Debian Release: 6.0.1
   APT prefers squeeze-updates
   APT policy: (500, 'squeeze-updates'), (500, 'stable')
 Architecture: mipsel (mips64)

 Kernel: Linux 2.6.38-libre-lemote (PREEMPT)
 Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages grub-yeeloong depends on:
 ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management 
 sy
 ii  grub-common 1.98+20100804-14 GRand Unified Bootloader, 
 version 
 ii  ucf 3.0025+nmu1  Update Configuration File: 
 preserv

 grub-yeeloong recommends no packages.

 Versions of packages grub-yeeloong suggests:
 ii  os-prober 1.42   utility to detect other OSes on 
 a 

 -- debconf information:
   grub2/kfreebsd_cmdline:
   grub2/device_map_regenerated:
 * grub2/linux_cmdline: tty no_auto_cmd machtype=8.9
   grub2/kfreebsd_cmdline_default: quiet
   grub2/linux_cmdline_default: quiet





 ___
 Pkg-grub-devel mailing list
 pkg-grub-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#621477: fixed in convirt 2.0.1-4

2011-04-08 Thread Roland Stigge
Hi Holger,

hoffe, Dir geht's wieder besser - habe Deine Geschichte auf -private
gelesen.

Außerdem haben wir uns wohl irgendwie auf dem 27C3 in meiner alten
Heimatstadt verpasst. War nur kurz da und hab's nicht mal bis in's
Hackcenter geschafft... :-(

On 04/08/2011 01:01 PM, Holger Levsen wrote:
 I got a mail telling me piuparts-slave is hanging with the following log:
 
 [...]
 04:27 Testing package sid/kmidimon 0.7.4-2
 04:28 Testing package sid/libpetsc3.1 3.1.dfsg-11
 04:28 Testing package sid/convirt 2.0.1-4
 Enter passphrase (empty for no passphrase):

Wenn ich piuparts per Hand starte, tritt das gar nicht auf. Wie kann ich
das am besten reproduzieren (habe schon eine neue Version :-)

Gute Besserung und Grüße aus München,

Roland



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



Bug#621743: libtool: Failed to build package openldap with base_compile+= error. (shell == dash)

2011-04-08 Thread Matthijs Möhlmann
Package: libtool
Version: 2.4-2
Severity: important

After I updated libtool this morning I couldn't compile openldap
anymore.

The code can easily be checked out from svn:
svn://svn.debian.org/pkg-openldap/openldap/trunk/

I got the following error:

  Entering subdirectory liblber
make[3]: Entering directory 
`/home/matthijs/debpkg/openldap/t/openldap-2.4.25/debian/build/libraries/liblber'
rm -f version.c
/home/matthijs/debpkg/openldap/t/openldap-2.4.25/build/mkversion -v 2.4.25 
liblber.la  version.c
/bin/sh ../../libtool  --mode=compile cc -Wall -g -D_FILE_OFFSET_BITS=64 
-D_GNU_SOURCE -O2 -I../../include 
-I/home/matthijs/debpkg/openldap/t/openldap-2.4.25/include -DLBER_LIBRARY 
-c /home/matthijs/debpkg/openldap/t/openldap-2.4.25/libraries/liblber/assert.c
eval: 1: base_compile+= cc: not found
eval: 1: base_compile+= -Wall: not found
eval: 1: base_compile+= -g: not found
eval: 1: base_compile+= -D_FILE_OFFSET_BITS=64: not found
eval: 1: base_compile+= -D_GNU_SOURCE: not found
eval: 1: base_compile+= -O2: not found
eval: 1: base_compile+= -I../../include: not found
eval: 1: base_compile+= 
-I/home/matthijs/debpkg/openldap/t/openldap-2.4.25/include: not found
eval: 1: base_compile+= -DLBER_LIBRARY: not found
eval: 1: base_compile+= -c: not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
make[3]: *** [assert.lo] Error 1
make[3]: Leaving directory 
`/home/matthijs/debpkg/openldap/t/openldap-2.4.25/debian/build/libraries/liblber'
make[2]: *** [all-common] Error 1
make[2]: Leaving directory 
`/home/matthijs/debpkg/openldap/t/openldap-2.4.25/debian/build/libraries'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory 
`/home/matthijs/debpkg/openldap/t/openldap-2.4.25/debian/build'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

This can be reproduced when setting the sh shell to dash, when I set it
to /bin/bash everything is fine and the build goes well.

I'm not sure if this is an error on my part and that I have to fix it.

Some additional information:
Before building openldap I run libtoolize:
/usr/bin/libtoolize --copy --force

If more information is needed, don't hesitate to ask.

Regards,

Matthijs Möhlmann

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

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

Versions of packages libtool depends on:
ii  autotools-dev 20100122.1 Update infrastructure for config.{
ii  cpp   4:4.5.2-5  The GNU C preprocessor (cpp)
ii  file  5.04-5 Determines file type using magic
ii  gcc [c-compiler]  4:4.5.2-5  The GNU C compiler
ii  gcc-4.4 [c-compiler]  4.4.5-15   The GNU C compiler
ii  gcc-4.5 [c-compiler]  4.5.2-8The GNU C compiler
ii  libc6-dev [libc-dev]  2.11.2-13  Embedded GNU C Library: Developmen

Versions of packages libtool recommends:
ii  libltdl-dev   2.4-2  A system independent dlopen wrappe

Versions of packages libtool suggests:
ii  autoconf  2.67-2 automatic configure script builder
ii  automake [automaken]  1:1.11.1-1 A tool for generating GNU Standard
pn  gcj   none (no description available)
pn  gfortran | fortran95-compiler none (no description available)
pn  libtool-doc   none (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#620157: base-files 6.3 removes /run

2011-04-08 Thread Anthony Campbell
Package: base-files
Version: 6.3
Followup-For: Bug #620157


I installed base-files 6.3 today and /run disappeared. Kernel 2.6.38
then failed to boot, stopping at the  nouveau driver. 2.6.37 booted normally. 
Imade/run myself and kernel 2.6.38 booted again.

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

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

Versions of packages base-files depends on:
ii  gawk [awk]1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  mawk [awk]1.3.3-15   a pattern scanning and text proces

base-files recommends no packages.

base-files 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#621072: linux-image-2.6.32-5-amd64: 2.6.32-33 failes to boot as PV domU on Xen

2011-04-08 Thread Ben Hutchings
On Wed, 2011-04-06 at 11:48 +0200, Florian Wagner wrote:
 Package: linux-2.6
 Version: 2.6.32-33
 Severity: critical
 Justification: breaks the whole system
 
 I'm currently investigation why my Debian squeeze systems don't live migrate 
 on
 an XenSever pool. By chance I stumbled upon the (as it seems to me) soon to be
 released 2.6.32-33 kernel version and as my live migration issues are kernel
 related I decided to try that kernel.
 
 But this kernel doesn't boot as a PV domU neither on my Citrix XenServer 5.6 
 FP1
 nor on a Debian system with Xen 3.4.3 at all. It doesn't even get so far as to
 provide a hvc console but crashes with a page fault on domain creation:
[...]

Which was the last version that worked for you?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#621072:

2011-04-08 Thread Ben Hutchings
On Fri, 2011-04-08 at 14:15 +0200, Lars Maes wrote:
 I am also experiencing this issue with my XenServer 5.6 FP1 hosts when
 upgrading to the -33 kernel.
 
 Alas i can not give you any dumps, since I get no console from
 XenCenter and i do not know how to get this elsewhere.
 
 The -33 renders our Debian Squeeze guests unusable!

Which was the last version that worked for you?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#621744: mirror submission for ftp.cs.pu.edu.tw

2011-04-08 Thread ftpadm
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: ftp.cs.pu.edu.tw
Type: leaf
Archive-architecture: amd64 i386 
Archive-ftp: /debian/
Archive-http: /debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
IPv6: no
Archive-upstream: debian.nctu.edu.tw
CDImage-upstream: debian.nctu.edu.tw
Updates: once
Maintainer: ftpadm ftp...@cs.pu.edu.tw
Country: TW Taiwan



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



Bug#621745: mirror submission for ftp.cs.pu.edu.tw

2011-04-08 Thread ftpadm
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: ftp.cs.pu.edu.tw
Type: leaf
Archive-architecture: amd64 i386 
Archive-ftp: /debian/
Archive-http: /debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
IPv6: no
Archive-upstream: debian.nctu.edu.tw
CDImage-upstream: debian.nctu.edu.tw
Updates: once
Maintainer: ftpadm ftp...@cs.pu.edu.tw
Country: TW Taiwan



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



Bug#621746: override: gucharmap:gnome/optional

2011-04-08 Thread Jordi Mallach
Package: ftp.debian.org
Severity: normal

x11 is probably a leftover of the time when the gnome section did not
exist.



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



Bug#621747: Package description has a paragraph probably belonging only to cipux-rpcd and not cipux-rpc-tools

2011-04-08 Thread Beatrice Torracca
Package: cipux-rpc-tools
Severity: minor

Hi!

The package description of cipux-rpc-tools has a paragraph that reads

  This package contains the CipUX XML-RPC daemon, serving the CipUX::Task
  API for network-based appplications. Any XML-RPC application can access
  the CipUX::Task API and perform tasks, like creating users and other
  objects, inside the CipUX framework.

I think that paragraph doesn't belong here but only to the cipux-rpcd
package (where it is already present).

thanks,
beatrice.


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

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



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



Bug#621748: newbiedoc: Package short description truncated and wrapped up in package long description

2011-04-08 Thread Beatrice Torracca
Package: newbiedoc
Severity: minor


Hi!

Starting from squeeze (at least from what I see in packages.debian.org)
the sinopsis (short description) of the package is truncated as
Debian documentation FOR newbies BY newbies (and 

and then the long description starts with

not-so-newbies). This is a snapshot of the documentation currently [...]

Thanks,
beatrice

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

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



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



Bug#621749: python3-sleekxmpp: configure error

2011-04-08 Thread Tanguy Ortolo
Package: python3-sleekxmpp
Version: 1.0~beta4-3
Severity: grave
Justification: renders package unusable

Hello,

First, thank you for packaging SleekXMPP. It will be useful, as I am planning
to package Poezio http://poezio.eu/ wich depends on it.

I tried installing python3-sleekxmpp. It fails at configure:
 Setting up python3-sleekxmpp (1.0~beta4-3) ...
   File 
 /usr/lib/python3/dist-packages/sleekxmpp/xmlstream/tostring/tostring26.py, 
 line 43
 tag_xmlns = u''
   ^
 SyntaxError: invalid syntax
 
 dpkg: error processing python3-sleekxmpp (--configure):
  subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
  python3-sleekxmpp

I had a look at
/usr/lib/python3/dist-packages/sleekxmpp/xmlstream/tostring/tostring26.py: it
is full of u'' strings, which is not Python 3 syntax. In Python 3, strings are
Unicode by default, and it is byte strings that have to be explicitely declared
with b''.

I wonder if you did not put files from SleekXMPP for Python 2.6 instead of
Python 3 in python3-sleekxmpp.

Regards,

-- 
 ,--.
: /` )   Tanguy Ortolo xmpp:tan...@ortolo.eu irc://irc.oftc.net/Elessar
| `-'Debian Maintainer
 \_

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

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

Versions of packages python3-sleekxmpp depends on:
ii  python3   3.1.3-13   interactive high-level object-orie
ii  python3-dns   3.0.0-1DNS client module for Python 3

python3-sleekxmpp recommends no packages.

python3-sleekxmpp suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


  1   2   3   >