[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Bryan Stansell bryan@conserver.com
Thu, 31 Aug 2006 12:14:03 -0700 (PDT)
On Thu, Aug 31, 2006 at 09:53:15PM +0800, Paul Liong wrote: > The alternate break sequence is being enabled in the Sun Box. so, if you type <return>,~,ctrl-b you can make it break, right? if that's the case, then it's all a factor of how much delay there is between characters. i believe they added a requirement that there was some amount of delay between characters so that you could still send data over a modem, for example, and not cause a machine to break. the assumption being that a human wouldn't be able to type it quickly. i was going to say "just add the \d option to the sequence", but that doesn't feature isn't in the 7.2.7 code. i don't know if there's any way for you to upgrade to the latest version, but if so, that would fix your issue. i'm not even sure if cyclades has modified the 7.2.7 code at all to work on their boxes. if not, you could just put in a usleep() call in the DoBreakWork() subroutine of conserver/group.c (not sure where exactly...but it gets you close, at least) and rebuild the program (i think cyclades provide a development environment or something). the last thing you could do is run 8.1.14 on another host and not use the cyclades local version of conserver. quite a radical shift, and possibly not one you'd want to do - i understand, but it is an option. those are really the only things i can think of at this point. if typing the escape sequence by hand doesn't cause a break, well then, double-check your sun setup. ;-) Bryan