Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19755 - Consolefont script crashes on boot
Summary: Consolefont script crashes on boot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-22 04:22 UTC by tuXXer
Modified: 2003-05-20 15:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tuXXer 2003-04-22 04:22:49 UTC
When I try to boot gentoo Linux, I get the error message:

/sbin/runscript.sh integer expected

The Problem is the consolefont script in init.d. In this script at the first
"if" "then" reads a line retval=$ the line must reads retval=$?.

Reproducible: Always
Steps to Reproduce:
1.Install console-utils with ACCEPT_KEYWORDS="~x86"
2.reboot
3.

Actual Results:  
Error Message /sbin/runscript.sh integer expected

Expected Results:  
No error
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-05-20 15:27:19 UTC
Was already fixed in cvs:

-----------------------------------------------------------
  12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:

    Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?').
    Thanks to  Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344).