From 7e3cb50630d467c82b37499a7c3f5bf42f82b531 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 15 Apr 2003 18:54:44 +0000 Subject: [PATCH] Require new kernel modules --- RELNOTES-1.2.9 | 8 ++++++++ debian/changelog | 3 ++- debian/control | 4 ++-- debian/control.module | 4 ++-- debian/control.module-image | 4 ++-- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/RELNOTES-1.2.9 b/RELNOTES-1.2.9 index 645b3cc0b..c3f5987bc 100644 --- a/RELNOTES-1.2.9 +++ b/RELNOTES-1.2.9 @@ -34,6 +34,12 @@ All systems: across reboots. This also allows clients to have an empty CellServDB as long as AFSDB support is enabled and ThisCell has AFSDB records. + A consequence of this is that an OpenAFS 1.2.9 afsd will not work + with kernel modules from OpenAFS releases prior to 1.2.9. In general, + using mismatched afsd/kernel module pairs are considered unsupported; + it is not recommended that you use such a configuration on a regular + basis. + - Corrected integer overflow in xdrmem_getbytes() routine in our xdr implementation, even thought it's unused. @@ -49,6 +55,8 @@ Solaris: Linux: +- On machines using 2.2 series kernels, 2.2.19 or higher is now required. + - Notice NETUNREACH errors and timeout attempts to access AFS quickly when we're not on the network. diff --git a/debian/changelog b/debian/changelog index 2f19585d0..93f9450df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ openafs (1.2.9-1) unstable; urgency=low * Literal newline fixes, Closes: #175627 - * New upstream version + * Require new kernel modules per upstream change. + * New upstream version * Fix section of libopenafs-dev to libdevel * openafs-client stop should shut down afsd if it is running even if afs not mounted, Closes: #188000 diff --git a/debian/control b/debian/control index 4e22ba053..44fd2b7a1 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 3.5.0 Package: openafs-client Architecture: i386 powerpc sparc alpha s390 ia64 hppa -Depends: ${shlibs:Depends}, debconf, openafs-modules-source|openafs-modules1 -Conflicts: arla, openafs-modules +Depends: ${shlibs:Depends}, debconf, openafs-modules-source|openafs-modules2 +Conflicts: arla, openafs-modules1 Description: The AFS distributed filesystem- client support AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access diff --git a/debian/control.module b/debian/control.module index 7ceb277b4..c72c5a6ed 100644 --- a/debian/control.module +++ b/debian/control.module @@ -5,8 +5,8 @@ Maintainer: Sam Hartman Standards-Version: 3.1.1 Package: openafs-modules-=KVERS -Conflicts: openafs-client (<< 1.2.2-0) -Provides: openafs-modules1 +Conflicts: openafs-client (<< 1.2.9) +Provides: openafs-modules2 Architecture: any Description: The AFS distributed filesystem- Kernel Module AFS is a distributed filesystem allowing cross-platform sharing of diff --git a/debian/control.module-image b/debian/control.module-image index 7d38b409b..f1aaf3392 100644 --- a/debian/control.module-image +++ b/debian/control.module-image @@ -5,8 +5,8 @@ Maintainer: Sam Hartman Standards-Version: 3.1.1 Package: openafs-modules-=KVERS -Conflicts: openafs-client (<< 1.2.2-0) -Provides: openafs-modules1 +Conflicts: openafs-client (<< 1.2.9) +Provides: openafs-modules2 Architecture: any Recommends: kernel-image-=KVERS (= =KREVS) Description: The AFS distributed filesystem- Kernel Module -- 2.39.5