Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119322 - System.map not found by /sbin/modules-update
Summary: System.map not found by /sbin/modules-update
Status: RESOLVED DUPLICATE of bug 104288
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 11:30 UTC by R.Smith
Modified: 2006-01-17 11:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R.Smith 2006-01-17 11:30:29 UTC
/sbin/modules-update appears to not be able to see System.map during boot after having updated to (stable):

sys-apps/sysvinit-2.86-r3
sys-apps/baselayout-1.11.14

When booting, the message "System.map not found - unable to check symbols" appears despite System.map being present at /usr/src/linux. However, if you execute the following (borrowed from modules-update):


if [ -f /usr/src/linux/System.map ]; then
  echo "/usr/src/linux/System.map exists and is a regular file"
else
  echo "System.map not found - unable to check symbols"
fi 

... as root after the system has booted, System.map is successfully located.

There's more info in the following (short) thread: http://forums.gentoo.org/viewtopic-t-423888.html
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-17 11:35:34 UTC
*** This bug has been marked as a duplicate of 104288 ***

*** This bug has been marked as a duplicate of 104288 ***