[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#435413: marked as done (oops when Windows server sent bad domain name null terminator)



Your message dated Sun, 21 Dec 2008 01:57:30 +0100
with message-id <20081221005730.GA19982@galadriel.inutil.org>
and subject line Re: oops when Windows server sent bad domain name null terminator
has caused the Debian Bug report #435413,
regarding oops when Windows server sent bad domain name null terminator
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
435413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435413
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.18-5-686
Version: 2.6.18.dfsg.1-13
Severity: normal

We have seen the same problems that where reported here[1] and hit it
mounting, copying and unmounting from windows server several times.
Then we realise we can easily reproduce this looping on:

PASSWD="xxx" mount -t cifs -o username=xxx,iocharset=utf8
//hercules/<share> /mnt/tmp/
umount /mnt/tmp

We have only seen the oops using iocharset=utf8 and cifs

And applying this patch [2] fix it too. So please consider applying it
into the debian kernel, as it's a serious bug (causes an oops) and
easy to trigger on samba (cifs) clients (since debian default encoding
is utf8).

Thanks,
Rodrigo

[1] http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211672
[2] http://git.kernel.org/?p=linux/kernel/git/sfrench/cifs-2.6.git;a=commit;h=8e6f195af0e1f226e9b2e0256af8df46adb9d595

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-5-686 depends on:
ii  coreutils                     5.97-5.3   The GNU core utilities
ii  debconf [debconf-2.0]         1.5.11     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85h      tools for generating an initramfs
ii  module-init-tools             3.3-pre4-2 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-5-686 recommends:
ii  libc6-i686                  2.3.6.ds1-13 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.18-5-686/postinst/create-kimage-link-2.6.18-5-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-5-686/postinst/old-system-map-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/preinst/elilo-initrd-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/bootloader-test-error-2.6.18-5-686:
  linux-image-2.6.18-5-686/prerm/removing-running-kernel-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/depmod-error-initrd-2.6.18-5-686: false
  linux-image-2.6.18-5-686/postinst/depmod-error-2.6.18-5-686: false
  linux-image-2.6.18-5-686/preinst/already-running-this-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/bootloader-initrd-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/old-dir-initrd-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/old-initrd-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/preinst/failed-to-move-modules-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/initrd-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-5-686/preinst/abort-install-2.6.18-5-686:
  linux-image-2.6.18-5-686/postinst/kimage-is-a-directory:
  linux-image-2.6.18-5-686/preinst/abort-overwrite-2.6.18-5-686:
  linux-image-2.6.18-5-686/prerm/would-invalidate-boot-loader-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/bootloader-error-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/lilo-initrd-2.6.18-5-686: true
  linux-image-2.6.18-5-686/preinst/overwriting-modules-2.6.18-5-686: true


--- End Message ---
--- Begin Message ---
Version: 2.6.26-1

On Tue, Jul 31, 2007 at 11:50:19AM -0300, Rodrigo Campos wrote:
> Package: linux-image-2.6.18-5-686
> Version: 2.6.18.dfsg.1-13
> Severity: normal
> 
> We have seen the same problems that where reported here[1] and hit it
> mounting, copying and unmounting from windows server several times.
> Then we realise we can easily reproduce this looping on:
> 
> PASSWD="xxx" mount -t cifs -o username=xxx,iocharset=utf8
> //hercules/<share> /mnt/tmp/
> umount /mnt/tmp
> 
> We have only seen the oops using iocharset=utf8 and cifs
> 
> And applying this patch [2] fix it too. So please consider applying it
> into the debian kernel, as it's a serious bug (causes an oops) and
> easy to trigger on samba (cifs) clients (since debian default encoding
> is utf8).
> 
> Thanks,
> Rodrigo
> 
> [1] http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211672
> [2] http://git.kernel.org/?p=linux/kernel/git/sfrench/cifs-2.6.git;a=commit;h=8e6f195af0e1f226e9b2e0256af8df46adb9d595

Marking 2.6.20 as closed.

For Etch, you could switch to the 2.6.24 based kernel added in 4.0r4:
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
        Moritz


--- End Message ---

Reply to: