07:42:15 [illumos-gate] 17113 power: impossible condition -- Toomas Soome 07:49:06 [illumos-gate] 17116 devmgmt: impossible condition -- Toomas Soome 18:31:04 Hello, crawling back online in shame, I guess. At least, feeling sorry for what I guess is like standing up on a date, planning to join so many meetings and having time and body for so few :\ 18:37:15 But the few discussions we did have here and there were fruitful for me, so thanks to all who participated, willing or hawked upon suddentl :) 18:37:27 ...suddenly :) 18:41:34 fossdem? 20:36:24 alanc: ty for answering my question (richlowe, too) 20:36:54 ptribble: howdy sir! ever think about getting tribblix package tracking onto repology.org? 21:26:58 danmcd: a debug(?) kernel is very chatty if you operate on non-existent dlpi instances (existing driver, non-existing interface). I'm not finding where though. An example is if you do `ipadm create-addr -tT dhcp igb83/dhcp` you get dlpi-level warnings from the bogus interface: "ip: igb83: DL_BIND_REQ failed: DL_OUTSTATE". (in my case, I have an igb0, you should adjust igb to a driver you have attached, and an instance# you don't 21:26:58 have). Do you know approximately where these are, so I can mention them when I file a bug? :) 21:27:58 I don't off the top of my head. Hang on a sec. 21:28:59 FOUND IT! 21:29:36 ip_dlpi_error() (and fuck you vim and/or Terminal.app for assuming I wanna use you in mouse-click mode when I don't). 21:29:43 ip.c line 8100-ish. 21:30:07 Might wanna turn off one of those SL_* flags? 21:30:46 or maybe visit mi_strlog() itself? 21:33:07 create an empty .vimrc to disable that 21:34:57 oh, so not debug specific, probably. 21:39:26 I filed #17176 (fenix?) and copied you on it danmcd 21:39:27 BUG 17176: kernel is chatty on the console if you try to configure non-existent network interfaces (New) 21:39:27 ↳ https://www.illumos.org/issues/17176 21:58:24 richlowe: I feel like I've seen those messages on release bits after moving interfaces around, so yeah, presumably not just debug (and very silly) 22:06:19 IndyJoenz: Would love to, I've looked at repology a time or two 22:08:46 It's a little tricky in that the packages are built in a way that wasn't designed to extract the required metadata in a straightforward manner 22:18:23 danmcd: if you've got a vim that's trying to be clever with the mouse if you hold shift whilst selecting/pasting it'll do normal unix type actions 22:39:07 set mouse-=a may help you;)