Your message dated Mon, 03 Aug 2009 13:48:56 +0000
with message-id <[email protected]>
and subject line Bug#536426: fixed in linux-2.6 2.6.30-5
has caused the Debian Bug report #536426,
regarding linux-image: CIFS in 2.6.30 may get EEXIST on temp file create
causing file creation flood
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 [email protected]
immediately.)
--
536426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536426
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux-image
Version: 2.6.30
Severity: grave
Justification: renders package unusable
Hi,
having fun with your 2.6.30 kernel built from source and cifs. Error
became visible when kde's konqueror creates a scratch file for a new
version of it's bookmarks. In my config the bookmark file is on the
server (samba 3.3.6), qt detects this correctly. This is what happens
(strace):
lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/jpf", {st_mode=S_IFDIR|0751, st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde/share", {st_mode=S_IFDIR|0750, st_size=4096,
...}) = 0
lstat64("/home/jpf/.kde/share/apps", {st_mode=S_IFDIR|0750,
st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde/share/apps/konqueror", {st_mode=S_IFDIR|0750,
st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde/share/apps/konqueror/bookmarks.xml",
{st_mode=S_IFLNK|0777, st_size=44, ...}) = 0
readlink("/home/jpf/.kde/share/apps/konqueror/bookmarks.xml",
"/home/jpf/Roaming/Profiles/kde/bookmarks.xml"..., 4095) = 44
lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/jpf", {st_mode=S_IFDIR|0751, st_size=4096, ...}) = 0
lstat64("/home/jpf/Roaming", {st_mode=S_IFLNK|0777, st_size=22, ...}) =
0
readlink("/home/jpf/Roaming", "/data/home/jpf/Roaming"..., 4095) = 22
lstat64("/data", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/data/home", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat64("/data/home/jpf", {st_mode=S_IFDIR|0751, st_size=0, ...}) = 0
lstat64("/data/home/jpf/Roaming", {st_mode=S_IFDIR|0700, st_size=0,
...}) = 0
lstat64("/data/home/jpf/Roaming/Profiles", {st_mode=S_IFDIR|0700,
st_size=0, ...}) = 0
lstat64("/data/home/jpf/Roaming/Profiles/kde", {st_mode=S_IFDIR|0750,
st_size=0, ...}) = 0
lstat64("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xml",
{st_mode=S_IFREG|0640, st_size=22178, ...}) = 0
access("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xml", W_OK) = 0
stat64("/data/home/jpf/Roaming/Profiles/kde", {st_mode=S_IFDIR|0750,
st_size=0, ...}) = 0
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlnt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlot2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlpt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlqt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlrt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlst2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmltt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
At least 512 file get created, the problem is that ext3 seems to limit a
dir to 64k entries. This limit was reached on the server side.
The problem seems to be CIFS related only. It does not happen with a
2.6.29 kernel. It happens with a 2.6.30 kernel on lenny using kde3 and
(please forgive me) on ubuntu jaunty with kde4 (having copied the custom
kernel to jaunty).
I should mention that also the working 2.6.29 kernel was custom built
and that the 2.6.30 config was generted using 'make oldconfig'.
Any idea?
Yours Jürgen
-- System Information:
Debian Release: 5.0.2
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-a64 (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/dash
--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.30-5
We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:
linux-2.6_2.6.30-5.diff.gz
to pool/main/l/linux-2.6/linux-2.6_2.6.30-5.diff.gz
linux-2.6_2.6.30-5.dsc
to pool/main/l/linux-2.6/linux-2.6_2.6.30-5.dsc
linux-doc-2.6.30_2.6.30-5_all.deb
to pool/main/l/linux-2.6/linux-doc-2.6.30_2.6.30-5_all.deb
linux-headers-2.6.30-1-all-amd64_2.6.30-5_amd64.deb
to pool/main/l/linux-2.6/linux-headers-2.6.30-1-all-amd64_2.6.30-5_amd64.deb
linux-headers-2.6.30-1-all_2.6.30-5_amd64.deb
to pool/main/l/linux-2.6/linux-headers-2.6.30-1-all_2.6.30-5_amd64.deb
linux-headers-2.6.30-1-amd64_2.6.30-5_amd64.deb
to pool/main/l/linux-2.6/linux-headers-2.6.30-1-amd64_2.6.30-5_amd64.deb
linux-headers-2.6.30-1-common_2.6.30-5_amd64.deb
to pool/main/l/linux-2.6/linux-headers-2.6.30-1-common_2.6.30-5_amd64.deb
linux-image-2.6.30-1-amd64_2.6.30-5_amd64.deb
to pool/main/l/linux-2.6/linux-image-2.6.30-1-amd64_2.6.30-5_amd64.deb
linux-libc-dev_2.6.30-5_amd64.deb
to pool/main/l/linux-2.6/linux-libc-dev_2.6.30-5_amd64.deb
linux-manual-2.6.30_2.6.30-5_all.deb
to pool/main/l/linux-2.6/linux-manual-2.6.30_2.6.30-5_all.deb
linux-patch-debian-2.6.30_2.6.30-5_all.deb
to pool/main/l/linux-2.6/linux-patch-debian-2.6.30_2.6.30-5_all.deb
linux-source-2.6.30_2.6.30-5_all.deb
to pool/main/l/linux-2.6/linux-source-2.6.30_2.6.30-5_all.deb
linux-support-2.6.30-1_2.6.30-5_all.deb
to pool/main/l/linux-2.6/linux-support-2.6.30-1_2.6.30-5_all.deb
linux-tree-2.6.30_2.6.30-5_all.deb
to pool/main/l/linux-2.6/linux-tree-2.6.30_2.6.30-5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
maximilian attems <[email protected]> (supplier of updated linux-2.6 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 03 Aug 2009 12:08:56 +0200
Source: linux-2.6
Binary: linux-source-2.6.30 linux-doc-2.6.30 linux-manual-2.6.30
linux-patch-debian-2.6.30 linux-tree-2.6.30 linux-support-2.6.30-1
linux-libc-dev linux-headers-2.6.30-1-all linux-headers-2.6.30-1-all-alpha
linux-headers-2.6.30-1-common linux-image-2.6.30-1-alpha-generic
linux-headers-2.6.30-1-alpha-generic linux-image-2.6.30-1-alpha-smp
linux-headers-2.6.30-1-alpha-smp linux-image-2.6.30-1-alpha-legacy
linux-headers-2.6.30-1-alpha-legacy linux-headers-2.6.30-1-all-amd64
linux-image-2.6.30-1-amd64 linux-headers-2.6.30-1-amd64
linux-headers-2.6.30-1-all-arm linux-image-2.6.30-1-footbridge
linux-headers-2.6.30-1-footbridge linux-image-2.6.30-1-iop32x
linux-headers-2.6.30-1-iop32x linux-image-2.6.30-1-ixp4xx
linux-headers-2.6.30-1-ixp4xx linux-image-2.6.30-1-orion5x
linux-headers-2.6.30-1-orion5x linux-headers-2.6.30-1-all-armel
linux-image-2.6.30-1-kirkwood linux-headers-2.6.30-1-kirkwood
linux-image-2.6.30-1-versatile linux-headers-2.6.30-1-versatile
linux-headers-2.6.30-1-all
-hppa linux-image-2.6.30-1-parisc linux-headers-2.6.30-1-parisc
linux-image-2.6.30-1-parisc-smp linux-headers-2.6.30-1-parisc-smp
linux-image-2.6.30-1-parisc64 linux-headers-2.6.30-1-parisc64
linux-image-2.6.30-1-parisc64-smp linux-headers-2.6.30-1-parisc64-smp
linux-headers-2.6.30-1-all-i386 linux-image-2.6.30-1-486
linux-headers-2.6.30-1-486 linux-image-2.6.30-1-686 linux-headers-2.6.30-1-686
linux-image-2.6.30-1-686-bigmem linux-headers-2.6.30-1-686-bigmem
linux-headers-2.6.30-1-all-ia64 linux-image-2.6.30-1-itanium
linux-headers-2.6.30-1-itanium linux-image-2.6.30-1-mckinley
linux-headers-2.6.30-1-mckinley linux-headers-2.6.30-1-all-m68k
linux-image-2.6.30-1-amiga linux-headers-2.6.30-1-amiga
linux-image-2.6.30-1-atari linux-headers-2.6.30-1-atari
linux-image-2.6.30-1-bvme6000 linux-headers-2.6.30-1-bvme6000
linux-image-2.6.30-1-mac linux-headers-2.6.30-1-mac
linux-image-2.6.30-1-mvme147 linux-headers-2.6.30-1-mvme147
linux-image-2.6.30-1-mvme16x linux-headers-2.6.30-1-m
vme16x linux-headers-2.6.30-1-all-mips linux-image-2.6.30-1-r4k-ip22
linux-headers-2.6.30-1-r4k-ip22 linux-image-2.6.30-1-r5k-ip32
linux-headers-2.6.30-1-r5k-ip32 linux-image-2.6.30-1-sb1-bcm91250a
linux-headers-2.6.30-1-sb1-bcm91250a linux-image-2.6.30-1-sb1a-bcm91480b
linux-headers-2.6.30-1-sb1a-bcm91480b linux-image-2.6.30-1-4kc-malta
linux-headers-2.6.30-1-4kc-malta linux-image-2.6.30-1-5kc-malta
linux-headers-2.6.30-1-5kc-malta linux-headers-2.6.30-1-all-mipsel
linux-image-2.6.30-1-r5k-cobalt linux-headers-2.6.30-1-r5k-cobalt
linux-headers-2.6.30-1-all-powerpc linux-image-2.6.30-1-powerpc
linux-headers-2.6.30-1-powerpc linux-image-2.6.30-1-powerpc-smp
linux-headers-2.6.30-1-powerpc-smp linux-image-2.6.30-1-powerpc64
linux-headers-2.6.30-1-powerpc64 linux-headers-2.6.30-1-all-s390
linux-image-2.6.30-1-s390x linux-headers-2.6.30-1-s390x
linux-image-2.6.30-1-s390x-tape linux-headers-2.6.30-1-all-sparc
linux-image-2.6.30-1-sparc64 linux-headers-2.6.30-1-sparc64 linux-image-
2.6.30-1-sparc64-smp linux-headers-2.6.30-1-sparc64-smp
Architecture: source all amd64
Version: 2.6.30-5
Distribution: unstable
Urgency: high
Maintainer: Debian Kernel Team <[email protected]>
Changed-By: maximilian attems <[email protected]>
Description:
linux-doc-2.6.30 - Linux kernel specific documentation for version 2.6.30
linux-headers-2.6.30-1-486 - Header files for Linux 2.6.30-1-486
linux-headers-2.6.30-1-4kc-malta - Header files for Linux 2.6.30-1-4kc-malta
linux-headers-2.6.30-1-5kc-malta - Header files for Linux 2.6.30-1-5kc-malta
linux-headers-2.6.30-1-686 - Header files for Linux 2.6.30-1-686
linux-headers-2.6.30-1-686-bigmem - Header files for Linux 2.6.30-1-686-bigmem
linux-headers-2.6.30-1-all - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-alpha - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-amd64 - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-arm - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-armel - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-hppa - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-i386 - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-ia64 - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-m68k - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-mips - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-mipsel - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-powerpc - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-s390 - All header files for Linux 2.6.30
linux-headers-2.6.30-1-all-sparc - All header files for Linux 2.6.30
linux-headers-2.6.30-1-alpha-generic - Header files for Linux
2.6.30-1-alpha-generic
linux-headers-2.6.30-1-alpha-legacy - Header files for Linux
2.6.30-1-alpha-legacy
linux-headers-2.6.30-1-alpha-smp - Header files for Linux 2.6.30-1-alpha-smp
linux-headers-2.6.30-1-amd64 - Header files for Linux 2.6.30-1-amd64
linux-headers-2.6.30-1-amiga - Header files for Linux 2.6.30-1-amiga
linux-headers-2.6.30-1-atari - Header files for Linux 2.6.30-1-atari
linux-headers-2.6.30-1-bvme6000 - Header files for Linux 2.6.30-1-bvme6000
linux-headers-2.6.30-1-common - Common header files for Linux 2.6.30-1
linux-headers-2.6.30-1-footbridge - Header files for Linux 2.6.30-1-footbridge
linux-headers-2.6.30-1-iop32x - Header files for Linux 2.6.30-1-iop32x
linux-headers-2.6.30-1-itanium - Header files for Linux 2.6.30-1-itanium
linux-headers-2.6.30-1-ixp4xx - Header files for Linux 2.6.30-1-ixp4xx
linux-headers-2.6.30-1-kirkwood - Header files for Linux 2.6.30-1-kirkwood
linux-headers-2.6.30-1-mac - Header files for Linux 2.6.30-1-mac
linux-headers-2.6.30-1-mckinley - Header files for Linux 2.6.30-1-mckinley
linux-headers-2.6.30-1-mvme147 - Header files for Linux 2.6.30-1-mvme147
linux-headers-2.6.30-1-mvme16x - Header files for Linux 2.6.30-1-mvme16x
linux-headers-2.6.30-1-orion5x - Header files for Linux 2.6.30-1-orion5x
linux-headers-2.6.30-1-parisc - Header files for Linux 2.6.30-1-parisc
linux-headers-2.6.30-1-parisc-smp - Header files for Linux 2.6.30-1-parisc-smp
linux-headers-2.6.30-1-parisc64 - Header files for Linux 2.6.30-1-parisc64
linux-headers-2.6.30-1-parisc64-smp - Header files for Linux
2.6.30-1-parisc64-smp
linux-headers-2.6.30-1-powerpc - Header files for Linux 2.6.30-1-powerpc
linux-headers-2.6.30-1-powerpc-smp - Header files for Linux
2.6.30-1-powerpc-smp
linux-headers-2.6.30-1-powerpc64 - Header files for Linux 2.6.30-1-powerpc64
linux-headers-2.6.30-1-r4k-ip22 - Header files for Linux 2.6.30-1-r4k-ip22
linux-headers-2.6.30-1-r5k-cobalt - Header files for Linux 2.6.30-1-r5k-cobalt
linux-headers-2.6.30-1-r5k-ip32 - Header files for Linux 2.6.30-1-r5k-ip32
linux-headers-2.6.30-1-s390x - Header files for Linux 2.6.30-1-s390x
linux-headers-2.6.30-1-sb1-bcm91250a - Header files for Linux
2.6.30-1-sb1-bcm91250a
linux-headers-2.6.30-1-sb1a-bcm91480b - Header files for Linux
2.6.30-1-sb1a-bcm91480b
linux-headers-2.6.30-1-sparc64 - Header files for Linux 2.6.30-1-sparc64
linux-headers-2.6.30-1-sparc64-smp - Header files for Linux
2.6.30-1-sparc64-smp
linux-headers-2.6.30-1-versatile - Header files for Linux 2.6.30-1-versatile
linux-image-2.6.30-1-486 - Linux 2.6.30 image on x86
linux-image-2.6.30-1-4kc-malta - Linux 2.6.30 image on MIPS Malta
linux-image-2.6.30-1-5kc-malta - Linux 2.6.30 image on MIPS Malta (64-bit)
linux-image-2.6.30-1-686 - Linux 2.6.30 image on PPro/Celeron/PII/PIII/P4
linux-image-2.6.30-1-686-bigmem - Linux 2.6.30 image on
PPro/Celeron/PII/PIII/P4
linux-image-2.6.30-1-alpha-generic - Linux 2.6.30 image on Alpha
linux-image-2.6.30-1-alpha-legacy - Linux 2.6.30 image on Alpha Legacy
linux-image-2.6.30-1-alpha-smp - Linux 2.6.30 image on Alpha SMP
linux-image-2.6.30-1-amd64 - Linux 2.6.30 image on AMD64
linux-image-2.6.30-1-amiga - Linux 2.6.30 image on Amiga
linux-image-2.6.30-1-atari - Linux 2.6.30 image on Atari
linux-image-2.6.30-1-bvme6000 - Linux 2.6.30 image on BVM BVME4000 and BVME6000
linux-image-2.6.30-1-footbridge - Linux 2.6.30 image on Footbridge
linux-image-2.6.30-1-iop32x - Linux 2.6.30 image on IOP32x
linux-image-2.6.30-1-itanium - Linux 2.6.30 image on Itanium
linux-image-2.6.30-1-ixp4xx - Linux 2.6.30 image on IXP4xx
linux-image-2.6.30-1-kirkwood - Linux 2.6.30 image on Marvell Kirkwood
linux-image-2.6.30-1-mac - Linux 2.6.30 image on Macintosh
linux-image-2.6.30-1-mckinley - Linux 2.6.30 image on Itanium II
linux-image-2.6.30-1-mvme147 - Linux 2.6.30 image on Motorola MVME147
linux-image-2.6.30-1-mvme16x - Linux 2.6.30 image on Motorola MVME162/6/7,
MVME172/7
linux-image-2.6.30-1-orion5x - Linux 2.6.30 image on Orion
linux-image-2.6.30-1-parisc - Linux 2.6.30 image on 32-bit PA-RISC
linux-image-2.6.30-1-parisc-smp - Linux 2.6.30 image on multiprocessor 32-bit
PA-RISC
linux-image-2.6.30-1-parisc64 - Linux 2.6.30 image on 64-bit PA-RISC
linux-image-2.6.30-1-parisc64-smp - Linux 2.6.30 image on multiprocessor
64-bit PA-RISC
linux-image-2.6.30-1-powerpc - Linux 2.6.30 image on uniprocessor 32-bit
PowerPC
linux-image-2.6.30-1-powerpc-smp - Linux 2.6.30 image on multiprocessor 32-bit
PowerPC
linux-image-2.6.30-1-powerpc64 - Linux 2.6.30 image on 64-bit PowerPC
linux-image-2.6.30-1-r4k-ip22 - Linux 2.6.30 image on SGI IP22
linux-image-2.6.30-1-r5k-cobalt - Linux 2.6.30 image on Cobalt
linux-image-2.6.30-1-r5k-ip32 - Linux 2.6.30 image on SGI IP32
linux-image-2.6.30-1-s390x - Linux 2.6.30 image on IBM zSeries
linux-image-2.6.30-1-s390x-tape - Linux 2.6.30 image on IBM zSeries, IPL from
tape
linux-image-2.6.30-1-sb1-bcm91250a - Linux 2.6.30 image on BCM91250A
linux-image-2.6.30-1-sb1a-bcm91480b - Linux 2.6.30 image on BCM91480B
linux-image-2.6.30-1-sparc64 - Linux 2.6.30 image on uniprocessor 64-bit
UltraSPARC
linux-image-2.6.30-1-sparc64-smp - Linux 2.6.30 image on multiprocessor 64-bit
UltraSPARC
linux-image-2.6.30-1-versatile - Linux 2.6.30 image on Versatile
linux-libc-dev - Linux support headers for userspace development
linux-manual-2.6.30 - Linux kernel API manual pages for version 2.6.30
linux-patch-debian-2.6.30 - Debian patches to version 2.6.30 of the Linux
kernel
linux-source-2.6.30 - Linux kernel source for version 2.6.30 with Debian
patches
linux-support-2.6.30-1 - Support files for Linux 2.6.30
linux-tree-2.6.30 - Linux kernel source tree for building Debian kernel images
Closes: 536426
Changes:
linux-2.6 (2.6.30-5) unstable; urgency=high
.
[ maximilian attems ]
* Add stable release 2.6.30.4.
- cifs: fix regression with O_EXCL creates and optimize away lookup
(closes: #536426)
- ecryptfs: check tag 11 literal data buffer size (CVE-2009-2406)
- ecryptfs: check tag 3 package encrypted size (CVE-2009-2407)
* Ignore nf_conntrack ABI change.
* Revert to keep ABI:
- block: fix sg SG_DXFER_TO_FROM_DEV regression.
- sched_rt: Fix overload bug on rt group scheduling.
* [hppa]: Ignore any ABI (broke on 2.6.30.2).
Checksums-Sha1:
f0d903876d88b4d79990adc10f03dc38733e3ea6 4455 linux-2.6_2.6.30-5.dsc
5d5bfaab6bb383fa143cd82de64570d4278f3fc0 4201664 linux-2.6_2.6.30-5.diff.gz
3fb21f71cd5f66060f47d33357041099f995d310 5439050
linux-doc-2.6.30_2.6.30-5_all.deb
eaf3fe2287fda22d9ffac4b5da52b9bb1de24a82 2030862
linux-manual-2.6.30_2.6.30-5_all.deb
e50326103882b97f5c25286e0b8f7ab3c547920e 278780
linux-patch-debian-2.6.30_2.6.30-5_all.deb
807c3eb4a1d133e6073411625c43b30118014eca 58672044
linux-source-2.6.30_2.6.30-5_all.deb
8c79f81412539c2a0a6eb82ec88f14274447d0b6 127486
linux-support-2.6.30-1_2.6.30-5_all.deb
84e835f7d04285ebe812a676572a2132621329cb 111480
linux-tree-2.6.30_2.6.30-5_all.deb
abc0153cbaecdbd9cfe445fb7cf28e5847d9c8b0 25072822
linux-image-2.6.30-1-amd64_2.6.30-5_amd64.deb
a8764c2e4001b54853a50296dbc0e3597b0596d8 430650
linux-headers-2.6.30-1-amd64_2.6.30-5_amd64.deb
c6957f367694b3c7b49b3121f82ec56b9b8591ce 3592738
linux-headers-2.6.30-1-common_2.6.30-5_amd64.deb
7bfaf6b6ad96a97dfabc41d892b0c260ac78f2e2 111102
linux-headers-2.6.30-1-all_2.6.30-5_amd64.deb
e81c7b60ce79667d7c9e08d5c5072aa468f0bea2 111108
linux-headers-2.6.30-1-all-amd64_2.6.30-5_amd64.deb
3a6b9c7949f5971cc210044b87ccdaff0ca62822 826714
linux-libc-dev_2.6.30-5_amd64.deb
Checksums-Sha256:
e817b39807b07af6578d91b37bb940506d2d1f609e11c37360f6e343a9e34153 4455
linux-2.6_2.6.30-5.dsc
c983c7eddc0931f9c756bf97e8923462936b0c2c09d03cd6ae73d42d9bc251d8 4201664
linux-2.6_2.6.30-5.diff.gz
6e229cdba1bc544bcb93facb75607fa50504ceee958efbec962d3ab91cb70909 5439050
linux-doc-2.6.30_2.6.30-5_all.deb
c9ae6b7fe1c4a4d9cd6c4725590b11c19a18905d8a2b53576ccb2b34cde2b158 2030862
linux-manual-2.6.30_2.6.30-5_all.deb
d93de90d24775e5ca021ab4ee58433ead7fbc00fbf0215defa2947876292da00 278780
linux-patch-debian-2.6.30_2.6.30-5_all.deb
3558e653f25de7c1fd5ad74a9ba492cc49b110c208a3d4c17fde5b206f06d884 58672044
linux-source-2.6.30_2.6.30-5_all.deb
9d8b33a0fe34bfbaf273a4eba087e95e7144c56509d34387e62898a052145545 127486
linux-support-2.6.30-1_2.6.30-5_all.deb
2cf951ff4cb18a5707266d576f742698ba927212d427e458073e02b19038b5c8 111480
linux-tree-2.6.30_2.6.30-5_all.deb
cb041e4617f1b274fbad4d248c52ccafdec2edae2343522f5085cf9d27d17739 25072822
linux-image-2.6.30-1-amd64_2.6.30-5_amd64.deb
cf56a7fd2c8847dfc8e03cc1ec3dc84abc030e439d1ec32238dead173bbccea2 430650
linux-headers-2.6.30-1-amd64_2.6.30-5_amd64.deb
1deb68c287706734771a74686102926ad50b4782969fc851bb11c730b8acbafd 3592738
linux-headers-2.6.30-1-common_2.6.30-5_amd64.deb
eabf70d00ccac0886bd2794a9b9e8d2472ca9e295dfe21fb32a1d5781aed071e 111102
linux-headers-2.6.30-1-all_2.6.30-5_amd64.deb
ad269c44174e6ed0c2b47dcb400c4189dfc1991aabe7901e08c7bc32bff5ec41 111108
linux-headers-2.6.30-1-all-amd64_2.6.30-5_amd64.deb
f2511d95992e07a0d6112078830c7cbaef80e578bd32bbe8c16050891e6f6663 826714
linux-libc-dev_2.6.30-5_amd64.deb
Files:
5a2f2e558fa6fd081ae5eac19150de9a 4455 kernel optional linux-2.6_2.6.30-5.dsc
24856ad8598fcea793cadf350be1f674 4201664 kernel optional
linux-2.6_2.6.30-5.diff.gz
5213c5e69960a6e5a48a34f705f1e828 5439050 doc optional
linux-doc-2.6.30_2.6.30-5_all.deb
7697cea34f347c8491c2b8e907cf210b 2030862 doc optional
linux-manual-2.6.30_2.6.30-5_all.deb
1934dde2167c184d9f3fcfc241e70180 278780 kernel optional
linux-patch-debian-2.6.30_2.6.30-5_all.deb
f848724ddf0a62fb5b2f086bfc9c0491 58672044 kernel optional
linux-source-2.6.30_2.6.30-5_all.deb
bcf394378b2919af4051855e97a20c31 127486 devel optional
linux-support-2.6.30-1_2.6.30-5_all.deb
e059160c950e0120a9c2fd36b6973825 111480 devel optional
linux-tree-2.6.30_2.6.30-5_all.deb
78afa8c27041f7538b477fb355ebbd3e 25072822 kernel optional
linux-image-2.6.30-1-amd64_2.6.30-5_amd64.deb
27a8ba153a26eab4c2ce80ee4739a856 430650 kernel optional
linux-headers-2.6.30-1-amd64_2.6.30-5_amd64.deb
953e746d2ba361dc3841800c9b334ec9 3592738 kernel optional
linux-headers-2.6.30-1-common_2.6.30-5_amd64.deb
cc34ef8013a6bd12429d0fe1977eb0ad 111102 kernel optional
linux-headers-2.6.30-1-all_2.6.30-5_amd64.deb
3fcebc4d6604c8ec4d47030efa1423fd 111108 kernel optional
linux-headers-2.6.30-1-all-amd64_2.6.30-5_amd64.deb
d715b7dac559e962984a7b9f3cd7a0be 826714 devel optional
linux-libc-dev_2.6.30-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkp25zQACgkQeW7Lc5tEHqiESgCgsPiivKAM6sbDUKjikrKsX4Uc
T/YAnRsVYg3ivaf+f27h8piK7p2QHtNX
=vdIw
-----END PGP SIGNATURE-----
--- End Message ---