Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (759722deec599181ff5a08392950d0ba8a60a651)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (759722deec599181ff5a08392950d0ba8a60a651)
  • Date: Mon, 23 Mar 2009 01:35:15 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kernels/module-init-tools/DETAILS | 2 +-
kernels/module-init-tools/FINAL | 2 +-
kernels/module-init-tools/HISTORY | 11 ++++++++---
kernels/module-init-tools/POST_RESURRECT | 5 +++++
kernels/module-init-tools/REPAIR^none^POST_RESURRECT | 5 +++++
5 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 759722deec599181ff5a08392950d0ba8a60a651
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

module-init-tools: We need to regenerate the depmod indeces
when we resurrect (e.g. resurrecting 3.5 with 3.6 installed)

commit 6710140f1c4d84c6a34217da264774c2c5ee6f1d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

module-init-tools: Need to call the newly installed (current) depmod to
generate the depmod index for the installed version, otherwise we get
issues as seen in Bug #15084 (downgrading to 3.5 from 3.6, but the
indeces are regenerated using old.binaries/depmod, which is 3.6)

commit 084b4e240f4f38838d2c658c0b2d884acbb591d2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "module-init-tools-3.6"

This reverts commit 5cab93a27d750dc68a6e7fa51e89b6ed85e7b786.

Causes parallel init boot to fail and many modprobe warnings, depending
on what modules you have enabled in (but not built-in to) the
kernel.
See Bug #15084

Conflicts:

kernels/module-init-tools/HISTORY

diff --git a/kernels/module-init-tools/DETAILS
b/kernels/module-init-tools/DETAILS
index f4c5e54..ca7e063 100755
--- a/kernels/module-init-tools/DETAILS
+++ b/kernels/module-init-tools/DETAILS
@@ -15,7 +15,7 @@ fi
# new module-init-tools data

SPELL=module-init-tools
- VERSION=3.6
+ VERSION=3.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.kerneltools.org/
diff --git a/kernels/module-init-tools/FINAL b/kernels/module-init-tools/FINAL
index 043a73b..ee18dc6 100755
--- a/kernels/module-init-tools/FINAL
+++ b/kernels/module-init-tools/FINAL
@@ -1,5 +1,5 @@
#run depmod on all current kernel trees
for i in `ls ${INSTALL_ROOT}/lib/modules/`; do
message "${MESSAGE_COLOR}Rebuilding module dependencies for
$i...${DEFAULT_COLOR}"
- depmod -ae $i -b /$INSTALL_ROOT
+ $INSTALL_ROOT/sbin/depmod -ae $i -b /$INSTALL_ROOT
done 2> /dev/null
diff --git a/kernels/module-init-tools/HISTORY
b/kernels/module-init-tools/HISTORY
index e0efcf0..342618c 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,10 +1,15 @@
+2009-03-22 Eric Sandall <sandalle AT sourcemage.og>
+ * FINAL: Need to call the newly installed (current) depmod to generate
+ the depmod index for the installed version, otherwise we get issues
+ as seen in Bug #15084 (downgrading to 3.5 from 3.6, but the indeces
+ are regenerated using old.binaries/depmod, which is still 3.6)
+ * {REPAIR^none^,}POST_RESURRECT: We need to regenerate the depmod
indeces
+ when we resurrect (e.g. resurrecting 3.5 with 3.6 installed)
+
2009-02-07 Eric Sandall <sandalle AT sourcemage.org>
* FINAL: Print out kernels we're rebuilding module dependencies on
Only redirect errors

-2009-02-04 Treeve Jelbert <treeve AT pi.be>
- * DETAILS: version 3.6
-
2008-11-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.5

diff --git a/kernels/module-init-tools/POST_RESURRECT
b/kernels/module-init-tools/POST_RESURRECT
new file mode 100755
index 0000000..ee18dc6
--- /dev/null
+++ b/kernels/module-init-tools/POST_RESURRECT
@@ -0,0 +1,5 @@
+#run depmod on all current kernel trees
+for i in `ls ${INSTALL_ROOT}/lib/modules/`; do
+ message "${MESSAGE_COLOR}Rebuilding module dependencies for
$i...${DEFAULT_COLOR}"
+ $INSTALL_ROOT/sbin/depmod -ae $i -b /$INSTALL_ROOT
+done 2> /dev/null
diff --git a/kernels/module-init-tools/REPAIR^none^POST_RESURRECT
b/kernels/module-init-tools/REPAIR^none^POST_RESURRECT
new file mode 100755
index 0000000..ee18dc6
--- /dev/null
+++ b/kernels/module-init-tools/REPAIR^none^POST_RESURRECT
@@ -0,0 +1,5 @@
+#run depmod on all current kernel trees
+for i in `ls ${INSTALL_ROOT}/lib/modules/`; do
+ message "${MESSAGE_COLOR}Rebuilding module dependencies for
$i...${DEFAULT_COLOR}"
+ $INSTALL_ROOT/sbin/depmod -ae $i -b /$INSTALL_ROOT
+done 2> /dev/null



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (759722deec599181ff5a08392950d0ba8a60a651), Eric Sandall, 03/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page