First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 177197
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Avuton Olrich <avuton@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
kv.patch Work with funky kernel versions patch Roy Marples (RETIRED) 2007-05-05 19:27 0000 559 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 177197 depends on: Show dependency tree
Bug 177197 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-05 16:13 0000
I get an error when init.sh starts, which pretty much makes everything bomb out
due to not loading the modules. I've needed this fix in alpha1, but never sent
it in due to thinking it was probably a known issue. To fix it I crowbar'd in
the following:

diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh
index fc19bdd..665dcd7 100755
--- a/sh.Linux/init.sh
+++ b/sh.Linux/init.sh
@@ -130,7 +130,7 @@ if [ -r /sbin/livecd-functions.sh ] ; then
        livecd_read_commandline
 fi

-[ "$(KV_to_int "$(uname -r)")" -ge "$(KV_to_int "2.6.0")" ]
+[[ "$(KV_to_int "$(uname -r)")" -ge "$(KV_to_int "2.6.0")" ]]
 K26=$?

 if [ "${RC_UNAME}" != "GNU/kFreeBSD" -a "${RC_NAME}" != "VPS" -a "${K26}" =
"0" ] ; then

------- Comment #1 From Roy Marples (RETIRED) 2007-05-05 19:08:05 0000 -------
That looks like it does nothing.

What's the ouput of `uname -r`?

------- Comment #2 From Avuton Olrich 2007-05-05 19:14:34 0000 -------
2.6.20.11-sd48, believe the first time it happened it was actually 2.6.20.4-ck1

------- Comment #3 From Roy Marples (RETIRED) 2007-05-05 19:27:16 0000 -------
Created an attachment (id=118282) [details]
Work with funky kernel versions

Try this patch :)

------- Comment #4 From Avuton Olrich 2007-05-05 20:21:29 0000 -------
OK, that fixed this bug, and #177175, I believe. Way to hit two birds with one
stone. Thanks!

------- Comment #5 From Roy Marples (RETIRED) 2007-05-05 20:25:55 0000 -------
*** Bug 177175 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug