03:04:37 hello all, a simple question, for the repos: https://github.com/joyent/linux-live.git it requires btrfs / lvm related packages. my question is, since it is contains zfs in the live image, is it possible to not contain the packages for the image? 03:05:43 and 2nd question, is it possible to export iscsi target in smartos global zone without lost the information when the GZ reboot? 07:17:56 is the new freebsd-loader based image EFI only by any chance 07:36:25 ok recent platform images crash on boot with grub 07:41:18 i can't remember for the life of me what i did to fix it cause the last drive i used failed 09:10:36 page_upsub bad argument: pp 0, *ppp f000eef3`f000ee00 09:11:50 *vpsub 09:12:45 every single boot 09:17:42 unable to go into rescue mode either 09:36:31 https://cdn.discordapp.com/attachments/662956144616013859/1036935636046860348/IMG20221101035025.jpg 09:41:20 i turned off SR-IOV and the unused IOMMU and that seemed to help 09:41:35 since illumos has _never_ supported the AMD IOMMU 09:45:20 hmmm... i have a service to allow modifications to the system in the global zone, namely to have an ansible user in this case, and it used to work just fine and ansible could login over ssh with pubkeys.. but now it fails, and i can't even su to ansible, it says: "su: No shell" ... but i see the ansible user in /etc/passwd and the shell is correct, the user exists in /etc/shadow, what else could this be? 09:46:02 i don't know if something changed during an upgrade or if i've changed something that broke it in the mean time, but what else could it be when the user is in /etc/passwd and the shell binary has the correct (not modified) permissions? 09:46:41 "since illumos has _never_..." <- does that mean bHyve does not work on AMD CPUs in Illumos? 09:47:00 bhyve works fine, but no PCI passthrough 09:47:44 in fact 09:47:59 bhyve is the *only* option for VMs on AMD64 09:48:10 KVM was always EM64T 09:48:14 on illumos 09:49:21 also can someone paste the result of mount | grep shadow ? my service runs on boot and i'm wondering if i inverted the order of the arguments to the mount command there; i don't think it's related to the above (shell is in /etc/passwd) but int he interest of correctness.. 09:57:28 # usermod -s `which bash` dafuq; su dafuq 09:57:28 su: No shell 09:59:12 ok, n evermind. i found the error 19:48:39 @despair86 I believe PCI Passthrough works with AMD now 19:48:49 pmooney: isn't that so? 19:49:05 don't believe so 19:49:18 at least not on illumos 19:49:51 the existing IOMMU driver is (afaik) hopelessly busted, and the one from bhyve hasn't been ported 19:52:41 ahhh, good to know 19:54:21 it is admittedly not a high prio right now 19:54:26 speaking for myself