04:36:16 Linux Side Cars no more in kubernetes, Welcome eBPF. https://www.youtube.com/watch?v=ThtRT8dhu8c Everything must go into the eBPF! 04:37:06 neovim...... nahhhhhh ebpfvim 09:48:22 richlowe yea, I figured I do not want to carry it with cw update:) 11:44:59 jclulow: I guess is hould 11:45:14 *should probably add some of the bhyve people? 11:45:46 sorry for totally off topic but merry xmas 11:46:29 Hi, the Nimbus Light and Nimbus Dark GTK3 themes, are still broken in OpenIndiana illumus: https://www.illumos.org/issues/14565 11:46:30 → BUG 14565: GTK+ themes "Dark Nimbus" and "Light Nimbus" are broken (New) 11:47:18 I have seen yesterday, somone uploaded a OI review to YouTube, his Nimbus Light and Dark themes were also broken. 11:59:55 Abhoerschutz: Oh? Well we need people to help and test. Can you have a look at the sources? Can you tell me which knowledge you are missing so I can make instruction vides/docs? 12:05:21 toasterson: I don't even know where to find the source. I am still very new to OI. 12:05:50 Abhoerschutz: It's all here https://github.com/openindiana/ 12:06:27 All out customizations are in https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/openindiana 12:08:16 Abhoerschutz: https://openindiana.github.io/ Can get you located 12:08:37 Our theme is here https://github.com/OpenIndiana/nimbus 12:10:07 toasterson: Thank you. But sadly I am not a C coder, I don't know if I can spot the error. Maybe it is a typo somewhere in the source by accident. 12:10:33 The theme is XML. And very GTK specific. 12:10:54 I am not a developer for it either. We are equally capable in this code :) 12:13:55 toasterson: The theme seems untouched since 2019. I think most probably the error is somewhere else, since error found its way into existence at a later date. 12:14:22 Or some compatibility changed and we need to update the theme. 12:14:30 Or it's a MATE bug 12:14:47 Research through the bugtrackers of all involved projects will be needed. 12:14:58 Or reporting it to MATE with reference and video 12:15:20 toasterson: The "normal" (default) Nimbus theme still works. 12:15:54 Theme switching has always been flaky 12:19:44 toasterson: Starting for example PLUMA with Nimbus Dark theme set, the application reports no errors. 12:21:39 toasterson: Also .xsession-errors reports nothing. 15:09:42 cannot label 'c1t0d1': try using fdisk(8) and then provide a specific slice ; is it possible to remove the partition table and create a new one? I'm getting Error in ioctl DKIOCGMBOOT: I/O error, according to the code is because the disk does not have a boot partition, I just destroyed this disk using dd so I wanted to use it to create a zpool but faisl 15:44:09 there's a "zpool labelclear" command, but i'm not sure that clears partitioning information, too 16:07:39 Woodstock thanks!, that failed though failed to clear label for /dev/rdsk/c1t0d1 16:14:41 If you dd that disk yoh may need to refresh the cache by offlineing and putting it online again 16:35:05 toasterson I just dd then rebooted the machine, so seems to be something else, is it possible to just force format on it? 16:36:11 Did you dd a slice or the whole disk? 16:54:43 toasterson I dd the smartos usb an image to the disk 17:05:24 Hmmmm, and then you want to make the usb image the pool? 18:22:19 toasterson I just want to be able to create a pool using that disk 18:32:17 Well a clean wipe with dd of all the disk with zeros is enough 18:32:32 But zou have to wipe it completely 18:32:38 not just the start 19:50:44 you need at least the start and the end 20:37:55 toasterson richlowe thanks!, I'm zeroing the disk now, but is really slow, dd if=/dev/zero of=/dev/rdsk/c1t0d1p0 bs=1M count=47104 ; 42991616 bytes (41 MiB) transferred in 27.025999 secs (1.5 MiB/sec) 20:38:56 Which is why labelclear was created :) 21:52:18 of course, labelclear is basically zeroing first and last 4MB of the partition;) 23:36:36 is there any way to reinstall BTX 23:37:03 i upgraded from 2021.10 to 2022.10 and now BTX crashes every single timiie 23:54:45 I think that's the bootblock, but tsoome is the one who'd know for sure 23:56:21 yeah it is 23:57:10 installboot, etc, probably necessary then, but I believe beadm etc, will proactively seek out the newest so you might not get anywhere. I'd wait and try to get hold of tsoome, or email the list and ask about what's going on