03:55:49 hello all, does illumos supports MegaRAID 9560-8i ? 09:38:17 hello all, may I know which one could help to take a look for 9560-8i driver issue? https://pastebin.com/uUr3qp9g ; I have post this question in smartos and illumos channel, thanks in advance 12:03:17 Got ipv6 working in both zones, lx and kvm(thanks bahamat!) like a charm which is great. However, global and non-global zones now all share the same IPv6-address. Is there a way to assign each vm/zone its own static IPv6-address in the delegated prefix instead of sharing one for all? Tried changing "addrconf" to a "2a02-address" in the ips-array but it keeps complaining its not right. 12:04:27 Did the same in "allowed_ips", same result. 12:06:09 Also tried "ipadm create-addr -T static -a
" but got "permission denied" or "from-gz"-error 12:38:12 I just tried netbooting the latest smartos image, I have the same results fetches the files then is stuck and then again back to the efi shell 12:44:49 tozhu what's the output of prtconf -vp ? 13:13:08 I think the url is not valid anymore as it points to joyent on the pxe menu https://pasteboard.co/sood7AYmlBhZ.png 13:18:25 This is the last that I see on netboot after this is back to the efi shell https://pasteboard.co/rN3gYbYWrYWh.png 13:19:50 how big is the boot archive? 13:23:19 tsoome_ it seems it downloaded ok according to the messages, the size of the boot archive is around 60mb 13:23:43 if you can get unix, boot_archive and boot_archive.hash loaded into memory, but the actual boot fails, there can be only few reasons, one is that switching off EFI boot services fails (I assume ipxe will exit on that), or relocating loaded files fail (not enough memory below 4GB or not large enough chunk to store either unix or boot_archive). 13:24:37 60MB is probably compressed, it will be uncompressed during the read, but still not too huge. 13:25:28 with loader you could just load them and use lsmod -v to see the sizes 13:26:44 also you could check memory map. I do not know ipxe to suggest diag/debug commands. 13:27:45 but the fact that you end up on EFI shell prompt hints that there was an error and ipxe did exit 13:36:47 tsoome_ thanks I'll check that 14:07:23 Hi, is there is a Triton CNAPI call I make to list all the different traits on all CNS? 14:09:31 Disregard. This worked: `sdc-cnapi /servers | json -Ha hostname traits` 14:25:39 tsoome_ There is no much debug options in pxe, I just tried chain --autofree but same result could be something related to oracle cloud but the linux pxe boot work 14:30:33 well, sure it will. so should ours, but first we would need to understand, why it is failing:) 14:32:38 unfortunately I failed to create my "free" account there, will try a bit later... 14:37:53 tsoome_ what I did to get to the efi shell was just create an ubuntu free instance, then rename the EFI folder to something else , but first you will need to download a patched bin https://netboot.smartos.org/ipxe.efi 14:38:45 That one could boot smartos os as netboot upstream broke multiboot2 implementation bahamat has more details 14:59:30 we have one issue with our mb2, see https://code.illumos.org/c/illumos-gate/+/2292 15:01:54 that is, we assume we can use memmap, but UEFI boot loader may not provide it. 15:26:45 The thing is that seems everybody is using netboot for smartos on triton I think, so this issue maybe is just isolated to oracle cloud 15:29:01 very likely 15:29:26 it would still be nice to have it fixed 15:33:37 neirac: The boot archive is 317MB. If you're only getting 60, then something is disrupting your session. 15:34:12 Bahamat oh, I just tried a browser to download it to check the size maybe I cut it early 15:34:37 Even compressed, it's >180MB. 15:35:57 And the joyent URLs in the netboot server are still valid. They're cnamed to the real domain. 15:36:11 bahamat that should be a problem I see that the hash if checked https://pasteboard.co/rN3gYbYWrYWh.png seems an isolated issue if it's working on your side, but I don't know how to debug this on my side, maybe build the patched pxe with debug message? 15:36:33 Maybe. 15:37:02 where is the source for ipxe.efi?, is on the tritondatacenter repo? 15:37:29 Yes 15:38:22 this one right ? https://github.com/TritonDataCenter/ipxe 22:39:56 I'm not sure I would call this a bug, but if you dd zeros to a drive that is not in use but for which the kernel is aware of the disk label, you get endless messages about the primary disk label corrupted so using secondary, and the box stops responding on the console and network all together 22:41:46 (I ended up hard resetting it) 22:43:42 I'm googling how to make illumos ignore the disk labels, in case I need to zero a drive in illumos 22:44:03 More specifically - learning the subsystem 23:02:46 bahamat which image uuid are you using to build ipxe? running make expects a certain platform and image to run the build 23:08:25 I'm using e6539349-b85c-4401-92ef-ea4dad86c2bc but should be fine is just for testing where it fails