Your message dated Wed, 15 Nov 2006 17:58:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#397862: openafs doesn't work with 2.6.18 kernel
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)
--- Begin Message ---
Package: openafs-modules-source
Version: 1.4.2-2
Severity: grave
Tags: patch
i think the first bug report got mangled, so i am trying again.
using the lates openafs-module i get:
openafs: module license 'http://www.openafs.org/dl/license10.html' taints kernel
.
openafs: Unknown symbol tasklist_lock
somehow the patch below didn't make it into the final version (even
though it was in fc4). with it afs works again for me.
--- openafs/src/afs/afs_osi.c 2006-10-20 03:39:22.000000000 -0700
+++ openafs-keep/src/afs/afs_osi.c 2006-11-09 16:56:22.000000000
-0800
@@ -805,6 +805,7 @@
#endif
#if defined(AFS_LINUX22_ENV)
+extern rwlock_t tasklist_lock __attribute__((weak));
void
afs_osi_TraverseProcTable()
{
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-rc5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages openafs-modules-source depends on:
ii bison 1:2.3.dfsg-4 A parser generator that is compati
ii debhelper 5.0.41 helper programs for debian/rules
ii flex 2.5.33-10 A fast lexical analyzer generator.
ii kernel-package 10.065 A utility for building Linux kerne
openafs-modules-source recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Alex Romosan <[EMAIL PROTECTED]> writes:
> Russ Allbery <[EMAIL PROTECTED]> writes:
>> I'm starting to suspect that there's something wrong with your
>> openafs-modules-source package or the untarring thereof that's causing
>> you to not get the latest source. I have no idea what that might be,
>> but your original bug report included the patch:
> indeed. i think the culprit is gcc-3.2 or some old binutils (for some
> strange reasons we need to run an obsolete compiler and/or binutils on
> that machine). i've just compiled the latest openafs-modules-source on
> another computer with the latest gcc and it worked just fine. sorry for
> the noise, you can close the bug.
No problem -- I'm really glad that you were able to get it to work!
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
--- End Message ---