Bug#686237: libnss-sss: Cannot install libnss-sss:i386 on mulitarch amd64 system

2012-08-30 Thread Florian Wagner
Package: libnss-sss
Version: 1.8.4-1
Severity: normal

I've just added i386 as a foreign architecture on my amd64 system
and tried to install libnss-sss:i386 so that my 32-bit programs
can resolve user ids.

This does not work as libnss-sss depends on perl which resolves to
perl:i386 on multiarch, which conflichts with the already installed
perl(:amd64).

Does libnss-sss really need perl? The shared library neither links
against perl nor does it seem to do anything with it:

 $ ldd /lib/x86_64-linux-gnu/libnss_sss.so.2 | grep -i perl
 $ strings /lib/x86_64-linux-gnu/libnss_sss.so.2 | grep -i perl


Regards
Florian Wagner

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

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

Versions of packages libnss-sss depends on:
ii  libc6  2.13-35
ii  multiarch-support  2.13-35
ii  perl   5.14.2-12

Versions of packages libnss-sss recommends:
ii  sssd  1.8.4-1

libnss-sss 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#556262: argparse: FTBFS of unstable/testing sources on lenny

2011-06-19 Thread Florian Wagner
The attached patch allows backporting argparse-1.1-1 to Lenny and keeps
the package building in Squeeze. Contents of the generated packages
seem identical to me.


Regards
Florian
--

Florian Wagner
Abteilung EDV
Telefon: 0821 / 4201 - 453
Fax: 0821 / 4201 - 411
E-Mail: f_wag...@syscomp.de

Syscomp Biochemische Dienstleistungen GmbH
August-Wessels-Straße 5, 86154 Augsburg
Postfach 102506, 86015 Augsburg
Telefon: 0821 / 4201 - 0
Fax: 0821 / 417992
Web: http://www.syscomp.de
E-Mail: sysc...@syscomp.de

Geschäftsführerin:
  Gabriele Schottdorf

Registergericht Augsburg HRB 8670
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@
 	python setup.py build
 
 	# Generate the docs from the doc sources
+	[ -e html ] || mkdir html
+	[ -e doc/source/_static ] || ln -s ../_static doc/source/_static
 	[ ! -e doc/source ] || sphinx-build doc/source html
 
 	#And clean the cruft


signature.asc
Description: PGP signature


Bug#621072: linux-image-2.6.32-5-amd64: 2.6.32-33 failes to boot as PV domU on Xen

2011-04-12 Thread Florian Wagner
> On Wed, Apr 06, 2011 at 11:48:07AM +0200, Florian Wagner wrote:
> > 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:
> 
> It needs a backport of 67e87f0a1c5cbc750f81ebf6a128e8ff6f4376cc to not
> zero parts of the memory.

I've checked out svn://svn.debian.org/kernel/dists/squeeze/linux-2.6 at
revision 17202 and applied the commit you mentioned. (Had to redo the
patch since the context didn't fit anymore) and the VM boots! (It still
doesn' live mirate reliably, but that's for another bug report.)

I've attached the output of "svn diff".


Thanks and regards
Florian Wagner
Index: debian/patches/bugfix/x86/only-set-max_pfn_mapped-to-512-MiB-if-we-enter-via-head_64.S.patch
===
--- debian/patches/bugfix/x86/only-set-max_pfn_mapped-to-512-MiB-if-we-enter-via-head_64.S.patch	(revision 0)
+++ debian/patches/bugfix/x86/only-set-max_pfn_mapped-to-512-MiB-if-we-enter-via-head_64.S.patch	(revision 0)
@@ -0,0 +1,23 @@
+diff -Naur source/arch/x86/kernel/head64.c source.patched/arch/x86/kernel/head64.c
+--- source/arch/x86/kernel/head64.c	2011-04-12 10:01:03.103299697 +
 source.patched/arch/x86/kernel/head64.c	2011-04-12 10:00:32.848195748 +
+@@ -76,6 +76,8 @@
+ 	/* Make NULL pointers segfault */
+ 	zap_identity_mappings();
+ 
++	max_pfn_mapped = KERNEL_IMAGE_SIZE >> PAGE_SHIFT;
++
+ 	for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) {
+ #ifdef CONFIG_EARLY_PRINTK
+ 		set_intr_gate(i, &early_idt_handlers[i]);
+diff -Naur source/arch/x86/kernel/setup.c source.patched/arch/x86/kernel/setup.c
+--- source/arch/x86/kernel/setup.c	2011-04-12 10:01:03.103299697 +
 source.patched/arch/x86/kernel/setup.c	2011-04-12 10:00:32.848195748 +
+@@ -913,7 +913,6 @@
+ 		max_low_pfn = max_pfn;
+ 
+ 	high_memory = (void *)__va(max_pfn * PAGE_SIZE - 1) + 1;
+-	max_pfn_mapped = KERNEL_IMAGE_SIZE >> PAGE_SHIFT;
+ 	mmu_cr4_features = read_cr4();
+ #endif
+ 
Index: debian/patches/series/34
===
--- debian/patches/series/34	(revision 17218)
+++ debian/patches/series/34	(working copy)
@@ -1,2 +1,3 @@
 + bugfix/all/ALSA-usb-audio-reduce-MIDI-packet-size-to-work-aroun.patch
 + bugfix/all/ALSA-usb-audio-define-another-USB-ID-for-a-buggy-USB.patch
++ bugfix/x86/only-set-max_pfn_mapped-to-512-MiB-if-we-enter-via-head_64.S.patch


signature.asc
Description: PGP signature


Bug#621072: linux-image-2.6.32-5-amd64: 2.6.32-33 failes to boot as PV domU on Xen

2011-04-10 Thread Florian Wagner
On Fri, 8 Apr 2011 14:15:39 +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.

I'm getting those using "xe host-dmesg host=" on the host
console.


On Fri, 08 Apr 2011 14:55:21 +0100
Ben Hutchings  wrote:

> 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?

See the end of my message below the dump: 2.6.32-31 boots. 2.6.32-32
not anymore.


Regards
Florian Wagner


signature.asc
Description: PGP signature


Bug#621072: linux-image-2.6.32-5-amd64: 2.6.32-33 failes to boot as PV domU on Xen

2011-04-06 Thread Florian Wagner
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:

(XEN) d16:v0: unhandled page fault (ec=)
(XEN) Pagetable walk from 82df2000:
(XEN)  L4[0x1ff] = 00023dd49067 1003
(XEN)  L3[0x1fe] = 00023dd45067 1007
(XEN)  L2[0x016] =  
(XEN) domain_crash_sync called from entry.S
(XEN) Domain 16 (vcpu#0) crashed on cpu#1:
(XEN) [ Xen-3.4.3  x86_64  debug=n  Not tainted ]
(XEN) CPU:1
(XEN) RIP:e033:[]
(XEN) RFLAGS: 0216   EM: 1   CONTEXT: pv guest
(XEN) rax: 82df2000   rbx: 8063   rcx: 8163
(XEN) rdx: 4000   rsi:    rdi: 
(XEN) rbp:    rsp: 8142db90   r8:  01ff
(XEN) r9:  0003   r10: 00302000   r11: 0010
(XEN) r12: 8163   r13:    r14: 4000
(XEN) r15: 4000   cr0: 8005003b   cr4: 06f0
(XEN) cr3: 00023dd4b000   cr2: 82df2000
(XEN) ds:    es:    fs:    gs:    ss: e02b   cs: e033
(XEN) Guest stack trace from rsp=8142db90:
(XEN)8163 0010  8100c2af
(XEN)0001e030 00010016 8142dbd8 e02b
(XEN) 8100c2c2 8100c33c 03c0
(XEN)8100c3da 8100c1c9 0010 00302000
(XEN)0003 01ff 83c00063 
(XEN)4000 8163 812f8981 ff40
(XEN)000100302000 ff40 0001049d 0010
(XEN)0001 8100dbe3 0010 8800010060f0
(XEN)8142dd38 03c0 ff40 8800010060f0
(XEN)8163 03c0 4000 
(XEN)812f8bc7 00370009 00010008 81e3
(XEN) 2020205b 4000 880001006000
(XEN)8100dbe3 8142decc 8163 001e
(XEN)0010 0010 4000 880001002000
(XEN) 8163 4000 
(XEN)812f8d8f 00300020  
(XEN)4000 880001002000  
(XEN)0010 00302000 4000 81001880
(XEN) 8800 4000 88004000
(XEN)812f8feb ff40  88004000

Apart from addresses this is the same with domU kernel 2.6.32-32 and 2.6.32-33
as well as with either the hypervisor from XenServer or vanilla Xen.

The current release 2.6.32-31 does boot without problems.

System Information below is from a Debian lenny, where I tested this kernel
(I don't have any other VM to hand for quick testing currently) but as this
is a kernel problem this shouldn't matter.


Regards
Florian Wagner

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

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

Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92o  tools for generating an initramfs
ii  linux-base2.6.32-33  Linux image base package
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
pn  firmware-linux-free(no description available)

Versions of packages linux-image-2.6.32-5-amd64 suggests:
ii  grub   0.97-47lenny2syscomp1 GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.32   (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2  (no description available)
pn  firmware-bnx2x (no description available)
pn  firmware-ipw2x00   (no 

Bug#586071: libnss_ldap.so from ia32-libs incompatible with libnss-ldapd/nslcd setup

2010-06-16 Thread Florian Wagner
Package: ia32-libs
Version: 20090808
Severity: normal


I've recently switched from libnss-ldap to the more recent libnss-ldapd
and nslcd setup on my 64bit squeeze install. Since libnss-ldapd is
set to conflict with libnss-ldap that package and it's configuration was
removed.

Recently thereafter I noticed that acroread (from debian multimedia)
doesn't work anymore:

(acroread-en:8958): GLib-WARNING **: getpwuid_r(): failed due to unknown user 
id (3201)

3201 is the UID of my useraccount with which I'm trying to run acroread.
It is provided by LDAP.

Since acroread is a 32bit executable it uses the libnss_ldap.so from
/usr/lib32 which is the one from the older libnss-ldap project and
as such cannot work together with nslcd. And since the libnss-ldap
configuration was purge, LDAP based resolution doesn't work anymore
for 32bit apps.

A workaround is to use ncsd on the system, but I'd like to avoid that
since I've had problems with it in the past.


Regards
Florian

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (800, 'testing'), (300, 'stable'), (90, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages ia32-libs depends on:
ii  dpkg1.15.7.2 Debian package management system
ii  lib32asound21.0.23-1 shared library for ALSA applicatio
ii  lib32gcc1   1:4.4.4-1GCC support library (32 bit Versio
ii  lib32ncurses5   5.7+20100313-2   shared libraries for terminal hand
ii  lib32stdc++64.4.4-1  The GNU Standard C++ Library v3 (3
ii  lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii  libc6-i386  2.11.1-3 GNU C Library: 32-bit shared libra
ii  lsb-release 3.2-23.1 Linux Standard Base version report

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk 20090804   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