00:21:35 how are the images being created which can be found with `zadm list-images`? Can I create an own linux image? 02:17:35 * m1ari really doesn't understand some of the IPv6 hate (i.e. the people that insist on it being off for no good reason) 02:20:39 It's not like its really new and buggy (my first experience with IPv6 was ~ 25 years ago) 02:32:09 same here, it works quite well to me 02:32:30 people still saying its unsecure, but no clue why they say this 10:28:09 megaTherion thats because they have IPv4 based firewalls, intrusion detections etc + all this NAT business and whatnot. 12:08:29 tsoome: IPv6 is just another protocol, it doesn't undo NAT.. you can have NATv6 if you want 12:08:55 of course you can;) 12:09:02 most people dont even know that there is a IPv6 LAN range you can use if you explicitly don't want global-link 12:11:09 fc00::/7 12:40:49 Hi! I tried to build omnios-r151052 but it failed with "Job 0 (library/python-3/attrs-312) terminated with status 1" 12:41:55 In /build/omnios-build/build/python312/attrs/build.log 12:42:02 ModuleNotFoundError: No module named 'packaging.licenses' 12:42:15 What can be wrong ?) 12:42:43 Installed OS = r151052 14:56:42 someone experienced the issue that I cannot type if using novnc with zadm? 14:56:56 screen works, mouse works.. I just cant type 18:41:07 bhyve works as it does on FreeBSD :) 18:41:20 really good choice that OmniOS implemented it 18:41:37 kvm on the other hand is too deprecated for my taste 18:42:37 I had issues with e1000 network driver in bhyve, virtio-net-viona works - with e1000 the VM crashed after a couple of minutes 23:40:55 redmine3 # ruby -rrbconfig -e 'puts RbConfig::CONFIG["CXXFLAGS"]' 23:40:57 -O2 -fno-omit-frame-pointer -fno-aggressive-loop-optimizations -fstack-protector-strong -U_XOPEN_SOURCE 23:41:03 why do you suppose that -U_XOPEN_SOURCE is there :/ 23:45:49 -U is undef? 23:47:24 Yes