Your message dated Tue, 18 Jan 2005 17:02:23 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#291101: fixed in lufs 0.9.7-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Jan 2005 19:00:18 +0000
>From [EMAIL PROTECTED] Tue Jan 18 11:00:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp-out.hotpop.com [38.113.3.71]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CqyaQ-0000u6-00; Tue, 18 Jan 2005 11:00:18 -0800
Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103])
by smtp-out.hotpop.com (Postfix) with SMTP id 3272913567CD
for <[EMAIL PROTECTED]>; Tue, 18 Jan 2005 18:59:41 +0000 (UTC)
Received: from [192.168.0.85] (unknown [83.104.11.251])
by smtp-2.hotpop.com (Postfix) with ESMTP id 31EB2CF3783
for <[EMAIL PROTECTED]>; Tue, 18 Jan 2005 18:59:39 +0000 (UTC)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 18 Jan 2005 19:02:25 +0000
From: jp <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: LUFS on 2.6.10
X-Enigmail-Version: 0.89.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-HotPOP: -----------------------------------------------
Sent By HotPOP.com FREE Email
Get your FREE POP email at www.HotPOP.com
-----------------------------------------------
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: lufs-source
Version: 0.9.7-5
I had to apply this one line patch to get LUFS to compile.
The kernel interface has changed sometime between 2.6.8 and 2.6.10
this patch simply reflects that change. I enclosed the change in
an #if statement to hopefully make it backward compatible. But
I've not tested it on anything less than 2.6.10.
I am running Ubuntu Hoary, kernel 2.6.10-2-686.
diff --unified --recursive --new-file lufs-orig/kernel/Linux/2.6/inode.c
lufs/kernel/Linux/2.6/inode.c
--- lufs-orig/kernel/Linux/2.6/inode.c 2005-01-18 18:16:44.276431648 +0000
+++ lufs/kernel/Linux/2.6/inode.c 2005-01-18 18:41:08.938769128 +0000
@@ -411,7 +411,11 @@
info.si_uid = current->uid;
/* notify the daemon that we're going bye-bye */
+#if (KERNEL_VERSION_CODE >= KERNEL_VERSION(2,6,9))
+ kill_proc(GET_INFO(sb)->server_pid, SIGUSR1, (int)&info);
+#else
kill_proc_info(SIGUSR1, &info, GET_INFO(sb)->server_pid);
+#endif
lu_empty_slots(GET_INFO(sb));
kfree(GET_INFO(sb));
---------------------------------------
Received: (at 291101-close) by bugs.debian.org; 18 Jan 2005 22:05:38 +0000
>From [EMAIL PROTECTED] Tue Jan 18 14:05:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cr1Tm-0002sM-00; Tue, 18 Jan 2005 14:05:38 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Cr1Qd-0003T7-00; Tue, 18 Jan 2005 17:02:23 -0500
From: Eduard Bloch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#291101: fixed in lufs 0.9.7-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 18 Jan 2005 17:02:23 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: lufs
Source-Version: 0.9.7-6
We believe that the bug you reported is fixed in the latest version of
lufs, which is due to be installed in the Debian FTP archive:
lufs-source_0.9.7-6_all.deb
to pool/main/l/lufs/lufs-source_0.9.7-6_all.deb
lufs-utils_0.9.7-6_i386.deb
to pool/main/l/lufs/lufs-utils_0.9.7-6_i386.deb
lufs_0.9.7-6.diff.gz
to pool/main/l/lufs/lufs_0.9.7-6.diff.gz
lufs_0.9.7-6.dsc
to pool/main/l/lufs/lufs_0.9.7-6.dsc
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.
Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated lufs 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.7
Date: Tue, 18 Jan 2005 22:50:36 +0100
Source: lufs
Binary: lufs-source lufs-utils
Architecture: source i386 all
Version: 0.9.7-6
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch <[EMAIL PROTECTED]>
Changed-By: Eduard Bloch <[EMAIL PROTECTED]>
Description:
lufs-source - Linux Userland Filesystem - kernel module source
lufs-utils - Linux Userland Filesystem - utilities
Closes: 291101
Changes:
lufs (0.9.7-6) unstable; urgency=low
.
* removed scary warnings from package descriptions
* API change for kernel 2.6.10 (kill_proc), based on a patch by
[EMAIL PROTECTED] (closes: #291101)
Files:
5baae9bbc30298bfd0c91bddd9f936d7 614 misc optional lufs_0.9.7-6.dsc
fcd7e9137847149e9b86d7bb8cb77329 16360 misc optional lufs_0.9.7-6.diff.gz
de95325c1ddbd9c1ce2dd5427631f43e 126206 utils optional
lufs-utils_0.9.7-6_i386.deb
33083e9f1613bb9cad20cfc6754d5d3c 41720 misc optional
lufs-source_0.9.7-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB7YVN4QZIHu3wCMURAgjGAJ97gMPWz+1B2dPqmi2+UM/5u7CGwACfaCgp
aaWbleZVuvUBSZYsDspmgFI=
=+b3O
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]