08:38:48 have 2 virtual and 1 physical hosts running on gcc-14 [primary] built illumos:) 09:19:47 tsoome_ - nice :) - I'm opening a gcc14 lgrp cleanup change now, which is the last one I know of. Looks like we can shortly start using 14 as a shadow. Thanks for all of your work on getting us to here. 09:21:00 yw. we should get those os_tests fixed tho:D 09:22:13 ah and the smatch fix is still waiting in RTI queue - but it is biting only if tools are built with gcc14:) 09:24:10 and 8 epic fails 12:24:45 is a pseudo-terminal a valid uart backend for bhyve ? I'm getting this Unable to initialize backend '/dev/pts/3' for pci uart trying to pass -s 7,uart,/dev/pts/3 to a bhyve vm. According to the message seems so. I'm doing tcp to serial so I created a pseudo-terminal to receive data from the tcp connection and write to that port so I could share with the vm. 12:51:50 man is telling: /dev/xxx Use the host TTY device for serial port I/O. 12:52:51 also it has some examples 13:04:12 illumos could have freebsd-style nmdm (i've tried to make it but my kernel-fu is too low) 13:04:34 tsoome so that means I did not need to use the uart backend?, the section of the manpage you are refering to is -l lpcdev ? I tried -l com4./dev/pts/3 but it still the vm does not boots 13:12:45 is it in zone config? 13:13:04 that is, bhyve in zone? 13:13:31 tsoome yes, I'm using bhyve_extra_opts in smartos to add that line 13:13:57 if so, it will complicate things because the device files are from zone;) 13:14:17 tsoome thanks!, I understood now 13:14:25 but you can use pipe/socket instead and socat 15:45:13 [illumos-gate] 16585 ping ignores ipv6 scope id in target address -- Bill Sommerfeld 15:55:14 can someone take a look at my RTI for https://www.illumos.org/issues/16370 ? (Dan did the code review so he can't approve) 15:55:15 → BUG 16370: ipclassifier should pay more attention to sin6_scope_id (Pending RTI) | https://code.illumos.org/c/illumos-gate/+/3355 16:57:20 [illumos-gate] 16370 ipclassifier should pay more attention to sin6_scope_id -- Bill Sommerfeld 19:58:25 [illumos-gate] 16868 Typos in pthread_rwlock_timedwrlock(3C) -- Andy Fiddaman 19:58:26 [illumos-gate] 16869 auditreduce: dangling pointer error -- Andy Fiddaman 20:38:38 that auditreduce one was wild 20:46:30 yeah, if it mattered, that whole program would benefit from a rewrite. 20:56:22 we have had moderately informal chats about a new binary audit format that was less troublesome, too. 20:57:16 it would benefit from being someone who uses audit heavily who did these things, probably, though. 20:58:42 It's been a while, but we used auditing and did quite a bit of analysis of the records 21:00:35 The first thing we did though was use praudit and awk to get the records into a form suitable for ingestion 21:03:22 From that point of view we didn't care what the file format or tools looked like, because all the smarts was done elsewhere 21:04:21 ptribble: you'd presumably have cared about ingestion performance 21:06:31 Yeah, so there were a couple of fixes I put in for praudit - #9106 and #9830 21:07:25 richlowe: my take these days is that the best answer for a lot of things like that is "a thin layer over sqlite3". 21:08:20 The slow part was praudit translating things it stored as numbers into the relevant names 21:46:24 any kind core member to check my RTI of 16866 ?:) 22:04:34 thanks! 22:04:53 [illumos-gate] 16866 smatch: passing argument from incompatible pointer type -- Toomas Soome 22:26:29 I hate how much of a wrench that processing with GPUs has thrown into virtualization