Results 1 to 7 of 7
here are the warnings:
Code:
* /etc/init.d/serial missing; skipping
* System.map not found
the errors might not be complete, but that's what i remember out of them....that's definately the important ...
- 08-22-2005 #1Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
some random start-up warnings that i'd like to fix
here are the warnings:
the errors might not be complete, but that's what i remember out of them....that's definately the important partCode:* /etc/init.d/serial missing; skipping * System.map not found

how would i go about fixing them? the /etc/init.d/serial one hasn't shown any noticeable problems on my system (what does it do anyways?), but the System.map one has shown up in a couple of compiles and has given me some problems.
please help...
Thanks in advance!
- 08-22-2005 #2
To remove the '* /etc/init.d/serial missing; skipping' run:
or:Code:# rc-update del serial boot
If you have not compiled a new kernel since you compled the one you're using now, run:Code:# rm /etc/runlevels/boot/serial
Code:# mv /usr/src/linux/System.map /boot/System.map-$(uname -r)
- 08-23-2005 #3Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
ok..the first one worked fine, but the one regarding "System.map" gave me an error (i guess compiling kernels using emerge count as a compiled kernel...).
Originally Posted by nalg0rath
this is the error:
so, the only way to fix this warning is to compile (and use) a new kernel? could i safely tell portage not to install new kernels? it seems like a newly emerged kernel is often a dependency for some other things, this is why i asked if i could prevent portage from installing/emerging new kernels. i also like using the vanilla kernels set up on my ownCode:localhost josh # mv /usr/src/linux/System.map /boot/System.map-$(uname -r) mv: cannot stat `/usr/src/linux/System.map': No such file or directory
- 08-23-2005 #4Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
he inadvertantly included part of annother command in the command you should run. the propper command is:
mv /usr/src/linux/System.map /boot/System.map
make sure /boot is mounted "mount /boot" before running that command or nothing will happenProud to be a GNU/Gentoo Linux user!
- 08-24-2005 #5Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
that gave me the exact same error. i'm starting to notice a trend though...look for "System.map" and put it in the right directory...so i did:
Originally Posted by variant
to see if it even exists...and to my dismay there is no System.map on my computer (atleast that the above command could find). what do i do now?Code:find / System.map
thanks a lot for your help!
- 08-24-2005 #6Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
recompile your kernel or ignore the error, it is harmless.
Proud to be a GNU/Gentoo Linux user!
- 08-24-2005 #7Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
ok...sounds good. i might upgrade my kernel when i recompile it
Originally Posted by variant
(if i decide to even bother)
thanks a lot


Reply With Quote
