Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 119322

Summary: System.map not found by /sbin/modules-update
Product: Gentoo Linux Reporter: R.Smith <r.smith>
Component: [OLD] UnspecifiedAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***