View previous topic :: View next topic |
Author |
Message |
BoBoeBoe n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Feb 2004 Posts: 69
|
Posted: Thu Feb 15, 2007 4:58 am Post subject: Kernel Compil:strange Mssg make modules_install [workaround] |
|
|
I've installed a recent copy of Gentoo on my system
When I compile a new kernel and run make modules_install afterwards I get the following output which I don't trust:
Code: | if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.19-gentoo-r5; fi |
Anything to worry about? or just leave it as it is?
Last edited by BoBoeBoe on Sat Feb 17, 2007 10:44 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BoBoeBoe n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Feb 2004 Posts: 69
|
Posted: Thu Feb 15, 2007 5:22 am Post subject: |
|
|
Well I am quiet sure something is wrong. When I tried to add xfs filesystem to my kernel I get the same message but it seems that xfs isn't linked in.
This is what i did so far:
Code: | <*> XFS filesystem support
[ ] XFS Quota support
[ ] XFS Security Label support
[ ] XFS POSIX ACL support
[ ] XFS Realtime subvolume support |
Code: | make && make modules_install |
Code: | cp arch/i386/boot/bzImage /boot/kernel |
reboot
Code: | cat /proc/filesystems |
does not show xfs? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BoBoeBoe n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Feb 2004 Posts: 69
|
Posted: Sat Feb 17, 2007 10:45 pm Post subject: |
|
|
I've found several other post dealing with this issue but none of them had a resolution to this problem.
Anyway I switched to the genkernel and everything is bright and shiny again. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|