00:10:45 * danmcd grouses at datacenter speculators... 01:02:51 We're apparently entering an era of subprime AI. 03:13:45 "entering"? That implies we weren't already there. 03:19:30 I mean yes. 03:54:00 [illumos-gate] 17966 NCA & NL7S retirements forgot about AF_NCA and residual sockfs debris -- Dan McDonald 09:58:53 [illumos-gate] 12237 zpool coredump, vdev_open() returns EDOM with disk image file (but not zvol) from bhyve -- Hans Rosenfeld 14:05:09 [illumos-gate] 17435 fm: potential null pointer dereference -- Toomas Soome 15:06:51 dd a iso to a usb device, do you if=$iso of=/dev/rdsk/c8t0d0? 15:45:12 looks like my usb drive isn't working? https://gist.github.com/Smithx10/11b45b953cd00e2068f0966b5c0b05fc 16:04:31 Smithx10: c8t0d0p0 16:05:07 @denk whats with that iostat output? 16:06:46 do usb not have a device like disks? /dev/rdsk/c2t8CE38EE2119F3101d0 exists for example 16:07:19 iostat should print actual media size 16:07:51 if it prints 0 it means some errors 16:57:42 *d0 is only there if your disk has GPT partition table (assuming the symlink will actually resolve). Which also means, using it to write down new image is risky and therefore it is better to use *p0 node. 23:38:14 tsoome: which man page / where can I read in more in detail about how this works? 23:44:43 Smithx10: disk device naming schemes are listed in sd(4d), cmdk(4d), nvme(4d), and blkdev(4d) man pages (and possibly elsewhere) 23:46:16 oh, and scsa2usb for USB