Results 1 to 5 of 5
While booting Yoper 2 up I repeatedly get an error messages (many times during a single bootup) saying:
/etc/init.d/function: error in line 11 /proc/splash no such file or directory
I ...
- 08-19-2005 #1Linux Newbie
- Join Date
- Aug 2005
- Location
- South India, 79 E 11 N
- Posts
- 109
Getting error during bootup: /etc/init.d/functions
While booting Yoper 2 up I repeatedly get an error messages (many times during a single bootup) saying:
/etc/init.d/function: error in line 11 /proc/splash no such file or directory
I include the /etc/init.d/function file:
Please advise. Thanks.Code:#!/bin/bash # Make sure umask is sane umask 022 # First set up a default search path. source /etc/profile rc_splash() { echo "show $progress" > /proc/splash progress=$(( $progress + 15000 )) }Be happy. Life is too short to be unhappy!
- 08-19-2005 #2
Doing a google search I found that you might need to compile options into the kernel for the bootsplash to work. Since the kerner has to create /proc/splash so that it can show a progressing bar etc.
- 08-20-2005 #3Linux Newbie
- Join Date
- Aug 2005
- Location
- South India, 79 E 11 N
- Posts
- 109
Thanks for replying. So what exactly do I have to do now? (I'm a relative newbie...)
Originally Posted by dylunio Be happy. Life is too short to be unhappy!
- 08-20-2005 #4
You may want to go over to http://bootsplash.org/kernel.html and patch your kernel.
- 08-20-2005 #5Linux Newbie
- Join Date
- Aug 2005
- Location
- South India, 79 E 11 N
- Posts
- 109
Thanks.
Originally Posted by dylunio
Be happy. Life is too short to be unhappy!


Reply With Quote