01:10:53 now if we could only make lldp work with aggrs :P 01:12:06 (actually there's several things that end up needing the same thing -- the ability to send/recv frames on specific links of an aggr.. though thankfully none of them need high-performance, so we could at least chuck them onto a 'slow path') 10:10:10 Umm.. I built R 4.5.2 from source, but the Korean localized messages were not displayed. 10:10:10 I found that moving the .mo files resolved the problem. 10:10:11 from: /usr/lib/amd64/R/library/translations/ko_KR/LC_MESSAGES/ 10:10:11 to : /usr/lib/amd64/R/library/translations/ko_KR.UTF-8/LC_MESSAGES/ 10:10:12 It seems to be a known problem, yeah.... 10:10:12 https://www.illumos.org/issues/13423 10:10:14 → BUG 13423: gettext does not find the message catalogs of programs installed by the user (New) 10:12:55 Also, unlike other OSes(including solaris 11) , iconv does not support empty encodings, but I’m not sure whether this should be considered a bug. (non-standard behavior). 10:30:55 iconv_open("","UTF-8"); 14:14:43 hi, i'm looking for information about gre tunnels in illumos, actually i use ip tunnels but the network provider is providing me only gre tunnels 14:15:10 is it supported actually ? 15:27:45 [illumos-gate] 17568 remove -Wno-unknown-pragmas -- Toomas Soome 19:55:24 [illumos-gate] 17750 zfs_fuid_is_cruser is not quite right -- Gordon Ross