Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
ibmrtpkgs
config-redirect-setterm-errors-to-dev-null.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config-redirect-setterm-errors-to-dev-null.diff of Package ibmrtpkgs
Subject: redirect setterm errors to /dev/null From: Mike Galbraith <mgalbraith@suse.de> References: bnc#966818 setterm -blank is only valid for virtual terminals, ignore gripage. Signed-off-by: Mike Galbraith <mgalbraith@suse.de> --- config/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/config/config.sh +++ b/config/config.sh @@ -109,7 +109,7 @@ fi # Prevent blanking and set sysrq for the current running kernel # #-----------------------------------------------------------------------# -setterm -blank 0 < /dev/tty1 > /dev/tty1 +setterm -blank 0 < /dev/tty1 > /dev/tty1 2>/dev/null # Add the line kernel.sysrq = 1 to /etc/sysctl.conf check_sysctl_setting kernel.sysrq 1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor