04:32:44 How do I get terminal-width, in characters, from the command-line? 05:35:41 echo $LINES $COLUMNS 06:24:10 what happens if i printenv COLUMNS? 06:25:33 I'm used to the COLUMNS variable being shell-dependent, which I'll avoid. 07:57:58 roarde: stty -a 07:59:10 thanks yuripv, but i'm mainly looking for something portable. stty -a output varies. 07:59:17 (or just stty, don't know of a way to print just that) 07:59:49 I see, indeed it's different for me on illumos and freebsd 07:59:52 settled on 'tput cols'. want better, but i don't think there is such. 08:00:52 netbsd's tput doesn't claim it, but i bet it's there. 08:58:18 Anybody else want to take a look at https://code.illumos.org/c/illumos-gate/+/2565 08:58:19 → CODE REVIEW 2565: 15271 want tunable to force viona to always copy tx buffers (NEW) | https://www.illumos.org/issues/15271 08:58:31 Not sure how many +1's I need 08:58:34 So far I got one from tsoome 09:13:14 ideally some 2-3, but as patch approval is also de-facto review, this one is enough;) 09:15:50 with this small developers community, the review process as an procedure can be quite ineffective. 10:36:31 i'll give it a few more days and do the rti mail later this week 10:36:58 Not had a single hang after enabling this workaround and not seen any real world 10:37:05 performance drop 10:37:11 at least doe my use case 11:31:49 s/doe/for/ 11:44:11 :) alias xs="echo get some sleep" 13:04:27 anyway oveer ipmi to refresh the screen? When our server is in the middle of writing out the dump, I believe if you hit a key to refresh the screen it cancels it and bounces 13:06:49 I'm guessing I could use the VGA oob from the browser, but not a big fan of the browser 14:18:27 if roarde comes back or checks logs, https://github.com/nshalman/cerana/blob/master/boot/bin/fixterm might be of use. 14:18:33 I 14:18:44 'm pretty sure I've used that on both Linux and illumos machines. 18:40:22 that's setting, not reading 19:44:14 the first part of it detects the current terminal dimensions. It's very useful when connecting to a VM serial console from a terminal larger than the defaults that the system assumes. 19:46:56 yeah, that's a super useful little script 20:42:08 nahamu it also does work from video console;) 22:25:06 if people want bitesize bugs, #15298 (fenix?) 22:25:08 BUG 15298: ::sigbp should accept signal names in lower case (New) 22:25:08 ↳ https://www.illumos.org/issues/15298 22:25:18 that one's driving me crazy :) 22:25:40 (do we have some easy list from the redmine settings that we can link to?)