Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
System.map not found - unable to check symbols
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
MeanDean
n00b
n00b


Joined: 19 Apr 2006
Posts: 3

PostPosted: Sun Jul 16, 2006 1:58 pm    Post subject: Reply with quote

I've copied the file to / and did this with the modules-update file:
Code:
if [ -d "`depdir`" -a -f /proc/modules ]
then
   if [ -f /usr/src/linux/System.map ]; then
      depmod -a -F /usr/src/linux/System.map ${KV}
      elif [ -f /System.map ]; then
      depmod -a -F /System.map ${KV}
   else
      ewarn "System.map not found - unable to check symbols"
   fi
fi

I found another thread earlier today with people reporting success by unmasking unstable baselayout and bash. I'de rather not run into other problems that could pop up from unmasking, however I'm not really sure if what I did is sufficient either or if it's just looks fixed.
Anyone willing to throw their input out about this?
Back to top
View user's profile Send private message
ZmjbS
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 136
Location: Reykjavík, Ísland

PostPosted: Sun Jul 16, 2006 7:02 pm    Post subject: Reply with quote

MeanDean wrote:
Anyone willing to throw their input out about this?


I'd suggest you don't bother with it. The issue is causes no harm to your system and the fix was committed a good while ago (see my last post on this topic) so I'd say that you are best off just waiting for it to enter stable.

If you really want to patch your modules-update, you might want to have a look at:
http://sources.gentoo.org/viewcvs.py/baselayout/trunk/sbin/modules-update?rev=2123
_________________
Signatures are, like, so cool...
Back to top
View user's profile Send private message
MeanDean
n00b
n00b


Joined: 19 Apr 2006
Posts: 3

PostPosted: Mon Jul 17, 2006 2:46 am    Post subject: Reply with quote

Thanks ZmjbS
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum