[Bug 422005] New: kbd initscripts print escape characters unconditionally
https://bugzilla.novell.com/show_bug.cgi?id=422005 Summary: kbd initscripts print escape characters unconditionally Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pzb@novell.com QAContact: qa@suse.de Blocks: 422003 Found By: --- Some terminals do not support escape sequences. rc.status does a test and sets $esc if the terminal supports them. The following initscripts do not test the terminal and blindly print escape sequences. This causes issues for machines with terminals that do not support escape sequences. kbd-1.12-187.1.x86_64/etc/init.d/kbd: echo -n -e '\033%G' > $tty kbd-1.12-187.1.x86_64/etc/init.d/kbd: echo -n -e '\033%@' > $tty kbd-1.12-187.1.x86_64/etc/init.d/kbd: CONSOLE_MAGIC="\033$CONSOLE_MAGIC" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=422005 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mmarek@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=422005 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=422005#c1 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |pzb@novell.com --- Comment #1 from Michal Marek <mmarek@novell.com> 2008-09-04 06:10:46 MDT --- The escape sequences are sent to /dev/tty[1-6] to start/stop unicode mode. On which machine does it cause problems? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=422005 User pzb@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=422005#c2 Peter Bowen <pzb@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|pzb@novell.com | Resolution| |INVALID --- Comment #2 from Peter Bowen <pzb@novell.com> 2008-09-04 06:48:36 MDT --- I am very sorry. I did not read the script closely enough. This is only an issue for scripts that try to send escape characters to the system console. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com