Bug#604049: ***SPAM*** tested with linux-image-2.6.32-5-amd64/2.6.32-29

2010-12-14 Thread Markus Schulz
I've tried linux-image-2.6.32-5-amd64/2.6.32-29 without luck. Same file 
errors and/or broken file system.

I've tried Martin K. Petersen Patch too (applied to linus 2.6.36 git 
repo) with success. 
It works, no md5sum errors (test still running as endless loop).

regards,
msc



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



Bug#604049: linux-image-2.6.32-5-amd64: data corruption with promise stex driver and use of device-mapper layers (lvm/dm-crypt/..)

2010-12-14 Thread Markus Schulz
Am Dienstag, 14. Dezember 2010 schrieb Ben Hutchings:
> On Tue, 2010-12-14 at 09:35 +0100, Markus Schulz wrote:
> > Am Dienstag, 14. Dezember 2010 schrieb Ben Hutchings:
> > ...
> > 
> > > This sounds similar to bug #604457, which should be fixed in
> > > version 2.6.32-29 (now in testing).  Can you check whether that
> > > version fixes the bug?
> > 
> > don't think so.
> > if you follow the link posted from Ed Lin you will find a patch
> > from Martin K. Petersen (
> > http://marc.info/?l=linux-scsi&m=129114458116271&w=2)
> 
> I only see Ed Lin's patch, and I don't think it is a full solution.

it was in Martins git-repository (see above link, different branches for 
2.6.32, 2.6.35 and 2.6.36)

for example the commit for kernel 2.6.36

http://git.kernel.org/?p=linux/kernel/git/mkp/linux-2.6-
mkp.git;a=commit;h=069bd9391faf24da0c4311b4d799f8aac3986efd

> Please do try the latest version.

ok, i will do this. But it looks specific to md-raid (dm-md-fix-
merge.patch) and i don't use MD-raid (i'm use HW-Raid from promise stex 
driver).

> 
> > if i interpret the last posting from Greg Kroah-Hartman right, he
> > want to apply the patch to the stable kernel series.
> 
> It has to be accepted into Linus's tree first, and that has not yet
> happened.

i will try Martins patch too.  I don't want to wait until the patch 
arrives the mainline kernel (i need the pc and there is no workaround 
available).

regards,
msc



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



Bug#604049: linux-image-2.6.32-5-amd64: data corruption with promise stex driver and use of device-mapper layers (lvm/dm-crypt/..)

2010-12-14 Thread Markus Schulz
Am Dienstag, 14. Dezember 2010 schrieb Ben Hutchings:
...
> This sounds similar to bug #604457, which should be fixed in version
> 2.6.32-29 (now in testing).  Can you check whether that version fixes
> the bug?

don't think so.
if you follow the link posted from Ed Lin you will find a patch from 
Martin K. Petersen (http://marc.info/?l=linux-
scsi&m=129114458116271&w=2)

if i interpret the last posting from Greg Kroah-Hartman right, he want 
to apply the patch to the stable kernel series.

Regards,
msc



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



Bug#604049: new anwser from Ed Lin

2010-11-20 Thread Markus Schulz
a mail from Ed Lin reached me and it looks like he has found the cause 
of this error:

> Hello,
> 
> The cause of the error is probably found. It should be a
> bug in the scsi mid layer. The bug is always there, but
> a code change from 2.6.31 to 2.6.32 finally exposed the
> bug to the stex driver, although the code change was not
> a bug itself.
>
> I have contacted the linux kernel community for this issue.
> I will tell you the result once it is resolved.


Regards,
msc



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



Bug#604049: linux-image-2.6.32-5-amd64: data corruption with promise stex driver and use of device-mapper layers (lvm/dm-crypt/..)

2010-11-19 Thread Markus Schulz
Package: linux-2.6
Version: 2.6.32-27
Severity: critical
Tags: d-i upstream
Justification: causes serious data loss

any use of the stex.ko promise hw-raid controller driver with a device-mapper 
layer produces data corruption (or filesystem corruption like you can see in my 
dmesg).

for test i've used for instance:

# cd /mnt/raid5lvmxfs # raid5 stex.ko disk with lvm+xfs
# cp -r /usr .
# md5sum --quiet -c /usr.md5sum #generated with md5deep

usr/lib64/jvm/java-6-sun/jre/lib/plugin.jar: FAILED
usr/lib64/jvm/java-6-sun/jre/lib/rt.jar: FAILED
usr/lib64/jvm/java-6-sun/jre/lib/charsets.jar: FAILED
usr/lib64/libasound.so.2.0.0: FAILED
usr/lib64/libhd.so.16.0: FAILED
usr/lib64/libperl.so.5.10.1: FAILED
usr/lib64/libunistring.so.0.1.2: FAILED
usr/lib64/libc.a: FAILED
usr/lib64/libpthread.a: FAILED
md5sum: WARNING: 122 of 136316 computed checksums did NOT match

the number of files vary in quantity on each pass.
Using the filesystem directly onto the raid-disk it works fine.

i've asked Ed Lin (Maintainer of stex.c from promise) on lkml and got the 
following answer:

> We found similar problem during test.

> The stex driver sets sg_tablesize as 32 (for st_yel it's 38) in the probe
> entry. It seems that this value was overridden by the system if using
> dm/lvm, for unknown reason. The driver received requests with more
> sg items than registered. Sg item number could be as high as 64. This
> is completely unexpected. The firmware could not handle such
> requests, and error occurred.

> The problem can be easily reproduced using a minimum test that only
> requires copying files from system usr directory to stex dm volume
> (ext2). The stex dm volume was created using the command
> "echo 0 5120 linear /dev/sdb1 0 | dmsetup create sdb".
> The problem should exist on every kernel since 2.6.32. The problem
> did not occur on 2.6.31 using similar minimum test.

regards,
Markus Schulz

-- Package-specific info:
** Version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-27) (m...@debian.org) (gcc version 
4.3.5 (Debian 4.3.5-4) ) #1 SMP Sat Oct 30 14:18:21 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=e674b4d5-7530-4e6a-9c7e-18ed8e649c24 ro quiet

** Not tainted

** Kernel log:
[7.004930] scsi 7:0:0:0: Direct-Access Generic   6000 
PQ: 0 ANSI: 0 CCS
[7.005876] sd 7:0:0:0: Attached scsi generic sg3 type 0
[7.007124] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[7.693252] EXT4-fs (sda3): mounted filesystem with ordered data mode
[7.751743] kjournald starting.  Commit interval 5 seconds
[7.751932] EXT3 FS on dm-2, internal journal
[7.751938] EXT3-fs: mounted filesystem with ordered data mode.
[7.780957] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
[7.781685] SGI XFS Quota Management subsystem
[7.784115] XFS mounting filesystem dm-1
[   52.749497] Starting XFS recovery on filesystem: dm-1 (logdev: internal)
[   54.424250] Ending XFS recovery on filesystem: dm-1 (logdev: internal)
[   55.138260] r8169: eth0: link up
[   55.138267] r8169: eth0: link up
[   61.240646] RPC: Registered udp transport module.
[   61.240650] RPC: Registered tcp transport module.
[   61.240652] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   61.283590] Slow work thread pool: Starting up
[   61.283781] Slow work thread pool: Ready
[   61.283853] FS-Cache: Loaded
[   61.319926] FS-Cache: Netfs 'nfs' registered for caching
[   61.342520] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   61.889257] Loading iSCSI transport class v2.0-870.
[   61.914928] iscsi: registered transport (tcp)
[   61.984953] iscsi: registered transport (iser)
[   62.453489] svc: failed to register lockdv1 RPC service (errno 97).
[   62.454175] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery 
directory
[   62.464294] NFSD: starting 90-second grace period
[   65.265356] eth0: no IPv6 routers present
[  281.589476] XFS internal error XFS_WANT_CORRUPTED_GOTO at line 1629 of file 
/build/mattems-linux-2.6_2.6.32-27-amd64-IsDpkI/linux-2.6-2.6.32/debian/build/source_amd64_none/fs/xfs/xfs_alloc.c.
  Caller 0xa02cdc0f
[  281.589597] Pid: 1809, comm: rm Not tainted 2.6.32-5-amd64 #1
[  281.589599] Call Trace:
[  281.589616]  [] ? xfs_free_extent+0x9a/0xb8 [xfs]
[  281.589623]  [] ? xfs_free_ag_extent+0x18d/0x665 [xfs]
[  281.589630]  [] ? xfs_free_extent+0x9a/0xb8 [xfs]
[  281.589639]  [] ? xfs_trans_get_efd+0x21/0x29 [xfs]
[  281.589647]  [] ? xfs_bmap_finish+0xef/0x162 [xfs]
[  281.589656]  [] ? xfs_itruncate_finish+0x17d/0x295 [xfs]
[  281.589664]  [] ? xfs_inactive+0x1d4/0x3f0 [xfs]
[  281.589668]  [] ? clear_inode+0x79/0xd0
[  281.589670]  [] ? generic_delete_inode+0xf4/0x168
[  281.589672]  [] ? do_unlinkat+0xf7/0x149
[  281.589674]  [] ? sys_newfstatat+0x23/0x30
[  281.589677]  [] ? system_call_fastpath+0x16

Bug#602071: /usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.

2010-11-01 Thread Markus Schulz
Am Montag, 1. November 2010 schrieben Sie:
> > grub-probe: info: /dev/sda1 starts from 2048.
> > grub-probe: info: opening the device hd0.
> > grub-probe: info: the size of hd0 is 209715200.
> > grub-probe: info: Partition 0 starts from 256.
> > grub-probe: info: Partition 1 starts from 51456.
> > grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check
> > your device.map.
> 
> This looks like a 4K sector disk. We already have a bugreport for
> those. I tried to fix them but abandoned when I've seen that no BIOS
> I had around me even exposes such disks which means that making GRUB
> support such is pointless.

yes, i have configured the hw-raid controller to expose the raid array 
as 4k disks (Promise Supertrak EX4650).
i think all modern raid controller support 4k disks and you can expose 
your raid array as 4k disk.(no need for 64bit LBA adresses for large dm-
crypt disks).

would you fix this bug or not? are there any workarounds which i can 
use?

msc



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



Bug#602071: /usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.

2010-11-01 Thread Markus Schulz
Package: grub-pc
Version: 1.98+20100804-7
Severity: grave
Justification: renders package unusable

currently i'm boot from a 250GB sata disk (/dev/sdc). I have debootstrapped a 
32bit system to /mnt.

/dev/sda1 == /boot of new system
/dev/sda2 == dm-crypt and / for new system
/dev/sdb == data disk
/dev/sdc currently running (old) system

/dev/sd[ab] are disks from a hw-raid controller.

but now i can't install grub into sda.
# grub-install --root-directory=/mnt /dev/sda
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check 
your device.map.
Auto-detection of a filesystem module failed.
Please specify the module with the option `--modules' explicitly.


some additional informations:
# fdisk -lu

Disk /dev/sdc: 250.0 GB, 2500 bytes
255 heads, 63 sectors/track, 30394 cylinders, total 488281250 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5b6cfb68

   Device Boot  Start End  Blocks   Id  System
/dev/sdc12048   19531161597654784   83  Linux
/dev/sdc2   195311616   39062527997656832   83  Linux
Note: sector size is 4096 (not 512)

Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 1631 cylinders, total 26214400 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x3c7af5b2

   Device Boot  Start End  Blocks   Id  System
/dev/sda1 256   51455  204800   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2   5145626214399   104651776   83  Linux
Partition 2 does not end on cylinder boundary.
Note: sector size is 4096 (not 512)

Disk /dev/sdb: 3855.8 GB, 3855806889984 bytes
255 heads, 63 sectors/track, 58596 cylinders, total 941359104 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0804

Disk /dev/sdb doesn't contain a valid partition table
Note: sector size is 4096 (not 512)

Disk /dev/dm-0: 107.2 GB, 107161845760 bytes
255 heads, 63 sectors/track, 1628 cylinders, total 26162560 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x

Disk /dev/dm-0 doesn't contain a valid partition table



# cat /proc/mounts 
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
none /proc proc rw,nosuid,nodev,noexec,relatime 0 0
none /dev devtmpfs rw,relatime,size=1954524k,nr_inodes=488631,mode=755 0 0
none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
/dev/disk/by-uuid/e674b4d5-7530-4e6a-9c7e-18ed8e649c24 / ext4 
rw,relatime,barrier=1,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
/dev/mapper/cryptroot /mnt ext4 rw,relatime,barrier=1,stripe=256,data=ordered 0 0
/dev/sda1 /mnt/boot ext3 rw,relatime,errors=continue,barrier=0,data=ordered 0 0
proc /mnt/proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /mnt/sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
none /mnt/dev devtmpfs rw,relatime,size=1954524k,nr_inodes=488631,mode=755 0 0


# cat /mnt/boot/grub/device.map
(hd0)   /dev/disk/by-id/scsi-222ca000155f3122f
(hd1)   /dev/disk/by-id/scsi-222b7000155f06178
(hd2)   /dev/disk/by-id/ata-SAMSUNG_SP2504C_S0WRJ1RP459526


# grub-probe -t device /mnt/boot/
/dev/sda1

# grub-probe -t fs /mnt/boot/
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your 
device.map.
r...@niassan:~# grub-probe -v -t fs /mnt/boot/
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd1 is 7530872832.
grub-probe: info: the size of hd1 is 7530872832.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd0 is 209715200.
grub-probe: info: the size of hd1 is 7530872832.
grub-probe: info: the size of hd1 is 7530872832.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: the size of hd2 is 488281250.
grub-probe: info: changing current directory to /dev.
grub-probe: info: changing current directory to snd.
grub-probe: info: changing current directory to cpu.
grub-probe: info: changing current dir

Bug#446650: lirc-modules-source: Don't compile with 2.6.23.1

2007-10-14 Thread Markus Schulz
Package: lirc-modules-source
Version: 0.8.0-13
Severity: grave

can't compile with latest kernel.

[EMAIL PROTECTED]:~/apps/kernel/modules/lirc$ fakeroot ./debian/rules 
KSRC=/home/nias/apps/kernel/linux-2.6.23.1 KVERS=2.6.23.1-nias binary-modules
sed -e "s!\$KVERS!2.6.23.1-nias!g; 
s!\$KSRC!/home/nias/apps/kernel/linux-2.6.23.1!; s!\$KARCH!i386!; s!\$KEMAIL!!; 
s!\$KMAINT!!; s!\$KDREV!"Custom.1.00"!; s!\$DEBDATE!So, 14 Okt 2007 19:12:00 
+0200!" debian/control.in > debian/control
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make debconf
make[1]: Entering directory `/home/nias/apps/kernel/modules/lirc'
mkdir modules
/usr/bin/make -C drivers SUBDIRS="lirc_dev"
make[2]: Entering directory `/home/nias/apps/kernel/modules/lirc/drivers'
Making all in lirc_dev
make[3]: Entering directory 
`/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev'
mv Makefile Makefile.automake
cp ../Makefile.kernel Makefile
/usr/bin/make -C /home/nias/apps/kernel/linux-2.6.23.1 
SUBDIRS=/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev modules \
KBUILD_VERBOSE=1
make[4]: Entering directory `/home/nias/apps/kernel/linux-2.6.23.1'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
\
echo;   \
echo "  ERROR: Kernel configuration is invalid.";   \
echo " include/linux/autoconf.h or include/config/auto.conf are 
missing.";  \
echo " Run 'make oldconfig && make prepare' on kernel src to 
fix it.";  \
echo;   \
/bin/false)
mkdir -p /home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/.tmp_versions
rm -f /home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/.tmp_versions/*
/usr/bin/make -f scripts/Makefile.build 
obj=/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev
  gcc -m32 
-Wp,-MD,/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/.lirc_dev.o.d  
-nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.2.1/include -D__KERNEL__ 
-Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes 
-Wno-trigraphs -fno-strict-aliasing -fno-common 
-Werror-implicit-function-declaration -Os -pipe -msoft-float -mregparm=3 
-freg-struct-return -mpreferred-stack-boundary=2  -march=k8 -ffreestanding 
-maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 
-Iinclude/asm-i386/mach-default -fomit-frame-pointer  -fno-stack-protector 
-Wdeclaration-after-statement -Wno-pointer-sign  -DIRCTL_DEV_MAJOR=61 
-DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. 
-I/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/../.. 
-I/home/nias/apps/kernel/linux-2.6.23.1/include/  -DMODULE -D"KBUILD_STR(s)=#s" 
-D"KBUILD_BASENAME=KBUILD_STR(lirc_dev)"  
-D"KBUILD_MODNAME=KBUILD_STR(lirc_dev)" -c -o 
/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/.tmp_lirc_dev.o 
/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/lirc_dev.c
/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/lirc_dev.c: In function 
‘lirc_dev_init’:
/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/lirc_dev.c:872: error: 
void value not ignored as it ought to be
/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/lirc_dev.c: In function 
‘cleanup_module’:
/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/lirc_dev.c:899: error: 
void value not ignored as it ought to be
make[5]: *** [/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev/lirc_dev.o] 
Fehler 1
make[4]: *** [_module_/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev] 
Fehler 2
make[4]: Leaving directory `/home/nias/apps/kernel/linux-2.6.23.1'
make[3]: *** [lirc_dev.o] Fehler 2
make[3]: Leaving directory 
`/home/nias/apps/kernel/modules/lirc/drivers/lirc_dev'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/nias/apps/kernel/modules/lirc/drivers'
make[1]: *** [dev] Fehler 2
make[1]: Leaving directory `/home/nias/apps/kernel/modules/lirc'
make: *** [build-stamp] Fehler 2



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

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

Versions of packages lirc-modules-source depends on:
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  debhelper 5.0.57 helper programs for debian/rules
ii  debianutils   2.25.1 Miscellaneous utilities specific t
ii  ucf   3.003  Update Configuration File: preserv

Versions of packages lirc-modules-source recommends:
ii  dpkg-dev  1.14.6 package building tools for Debian
ii  gcc [c-compiler]  4:4.2.1-6  The GNU C compiler
ii  gcc-4.1 [c-compiler]  

Bug#435719: texlive-lang-german: package can't be installed.

2007-08-02 Thread Markus Schulz
Package: texlive-lang-german
Version: 2007.dfsg.1-3
Severity: grave
Justification: renders package unusable


# apt-get install texlive-lang-german #or apt-get install -f

Reading package lists... Done
Building dependency tree   
Reading state information... Done
texlive-lang-german is already the newest version.
texlive-lang-german set to manual installed.
The following packages were automatically installed and are no longer required:
  texlive-math-extra texlive-font-utils
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
1 not fully installed or removed.
Need to get 0B/347kB of archives.
After unpacking 0B of additional disk space will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously deselected package texlive-lang-german.
(Reading database ... 209962 files and directories currently installed.)
Preparing to replace texlive-lang-german 2007.dfsg.1-3 (using 
.../texlive-lang-german_2007.dfsg.1-3_all.deb) ...
Unpacking replacement texlive-lang-german ...
Setting up texlive-lang-german (2007.dfsg.1-3) ...
Running mktexlsr. This may take some time... done.
Building format(s) --byhyphen /var/lib/texmf/tex/generic/config/language.dat.
This may take some time... 
fmtutil-sys failed. Output has been stored in
/tmp/fmtutil.rDaS6909
Please include this file if you report a bug.

dpkg: error processing texlive-lang-german (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 texlive-lang-german
E: Sub-process /usr/bin/dpkg returned an error code (1)


content of /tmp/fmtutil.rDaS6909

fmtutil: running `pdftex -ini   -jobname=latex -progname=latex 
-translate-file=cp227.tcx *latex.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %&-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/latex/latexconfig/latex.ini
! I can't find file `pdftexconfig'.
l.7 \input pdftexconfig
   
Please type another input file name: 
! Emergency stop.
l.7 \input pdftexconfig
   
No pages of output.
Transcript written on latex.log.
Error: `pdftex -ini  -jobname=latex -progname=latex -translate-file=cp227.tcx 
*latex.ini' failed
fmtutil: running `pdftex -ini   -jobname=pdflatex -progname=pdflatex 
-translate-file=cp227.tcx *pdflatex.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %&-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/latex/latexconfig/pdflatex.ini
! I can't find file `pdftexconfig.tex'.
l.2 \input pdftexconfig.tex
   
Please type another input file name: 
! Emergency stop.
l.2 \input pdftexconfig.tex
   
No pages of output.
Transcript written on pdflatex.log.
Error: `pdftex -ini  -jobname=pdflatex -progname=pdflatex 
-translate-file=cp227.tcx *pdflatex.ini' failed

###
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /var/lib/texmf/web2c
for details.
###

This is a summary of all `failed' messages and warnings:
`pdftex -ini  -jobname=latex -progname=latex -translate-file=cp227.tcx 
*latex.ini' failed
`pdftex -ini  -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx 
*pdflatex.ini' failed


i hope this will help.

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

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

Versions of packages texlive-lang-german depends on:
ii  texlive-base  2007-10TeX Live: Essential programs and f
ii  texlive-common2007-10TeX Live: Base component

texlive-lang-german recommends no packages.

-- no debconf information


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



Bug#407690: kernel 2.6.19.2 incompatibel with debian libasound2-dev

2007-01-20 Thread Markus Schulz
problem was a kernel structure has changed in 2.6.19.2.

kernel structure snd_emu10k1_fx8010_control_gpr in 
include/sound/emu10k1.h was changed to the version provided 2.6.19.2.

This results in memory corruption in ld10k1 if you compile it with 
debian libasound2-dev headers.


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



Bug#407690: segfault on starting ld10k1

2007-01-20 Thread Markus Schulz
Package: ld10k1
Version: 1.0.13-1
Severity: grave
Justification: renders package unusable

segfaults at startup

if compiled source-package version and generated a backtrace.

(gdb) bt
#0  0xb7ef9410 in ?? ()
#1  0xbf92f5fc in ?? ()
#2  0x0006 in ?? ()
#3  0x6fdc in ?? ()
#4  0xb7cd69d1 in raise () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7cd8219 in abort () from /lib/tls/i686/cmov/libc.so.6
#6  0xb7d0c88a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#7  0xb7d141df in mallopt () from /lib/tls/i686/cmov/libc.so.6
#8  0xb7d14282 in free () from /lib/tls/i686/cmov/libc.so.6
#9  0x08052264 in ld10k1_init_driver (dsp_mgr=0x8056dc0, tram_size=0) at
ld10k1_driver.c:414
#10 0x0805037c in main_loop (param=0xbf9307b8, audigy=0,
card_id=0xbf9304d8 "Live",
tram_size=0, ctlp=0x8066260) at ld10k1_fnc1.c:202
#11 0x08049e6e in main (argc=1, argv=0xbf930884) at ld10k1.c:333



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

Versions of packages ld10k1 depends on:
ii  libasound2  1.0.13-1 ALSA library
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  liblo10k1-0 1.0.13-1 ALSA emu10k1/2 patch-loader librar
ii  lsb-base3.1-22   Linux Standard Base 3.1 init scrip

ld10k1 recommends no packages.

-- no debconf information


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



Bug#366243: nvidia-settings: Crashed with X Window System error

2006-05-06 Thread Markus Schulz
Package: nvidia-settings
Version: 1.0+20051122-1
Severity: grave
Justification: renders package unusable

Crash immediately after start with:

../nvidia-settings
The program 'nvidia-settings' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 93 error_code 8 request_code 146 minor_code 4)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)



Console only operations are working fine (like nvidia-settings --query
FSAA)
Currently i have no ~/.nvidia-settings-rc config file.
This happens since xorg7 system/driver update.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages nvidia-settings depends on:
ii  libatk1.0-0  1.11.4-2The ATK accessibility toolkit
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.0.4-2 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libglib2.0-0 2.10.2-2The GLib library of C routines
ii  libgtk2.0-0  2.8.17-2The GTK+ graphical user interface 
ii  libpango1.0-01.12.1-2Layout and rendering of internatio
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra

Versions of packages nvidia-settings recommends:
ii  nvidia-glx1.0.8756-4 NVIDIA binary XFree86 4.x driver

-- debconf-show failed


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