>From: jwessel@uiuc.edu (Jason Wessel) >Newsgroups: comp.unix.solaris >Subject: How to disable serial or keyboard break >Date: 9 Oct 1997 17:12:24 GMT >Organization: University of Illinois at Urbana-Champaign >Message-ID: <61j39o$pp2$1@vixen.cso.uiuc.edu> >Keywords: break console disable I added some functionality to stop-a.pl so that it could disable the break sequence on the serial port as well. stop-a.pl has been tested with numerous Sun workstations running Solaris 2.5.x and Solaris 2.6. Goto the following url to get it. http://www.uiuc.edu/ph/www/jwessel/projects/stop-a.pl Here is some info from the page: Usage: stop-a.pl [-q] <-serial and/or -keyboard> -keyboard will enable or disable the L1-A sequence on a sun console. -serial will enable or disable the break sequence on the serial port. -q will suppress the output of adb You are running this program at your own risk. It modifies the runtime kernel, and was designed for Solaris 2.5.x and Solaris 2.6. It may work for other releases, but as with any kernel modification you run the risk of crashing or causing serious damage to your machine. Designed by Jason Wessel >From: Casper.Dik@Holland.Sun.Com (Casper H.S. Dik - Network Security Engineer) >Newsgroups: comp.unix.solaris >Subject: Re: How to disable serial or keyboard break >Date: 9 Oct 1997 18:19:13 GMT >Organization: Sun Microsystems, Netherlands >Message-ID: >Keywords: break console disable In Solaris 2.6 you can edit /etc/default/kbd and add: KEYBOARD_ABORT=disable and then run "kbd -i" Are just run: kbd -a enable or kbd -a disable Casper -- Expressed in this posting are my opinions. They are in no way related to opinions held by my employer, Sun Microsystems. Statements on Sun products included here are not gospel and may be fiction rather than truth.