-
tozhu
is there anyone run illumos on ARMv8/Aarch64 ?
-
andyf
tozhu - yes, there is an experimental aarch64 OmniOS distribution, and a few people are running that on Raspberry Pi 4s, and under qemu
-
tozhu
andyf: Thanks for the information, is there installation os available? or had the source ?
-
andyf
-
andyf
-
andyf
-
tozhu
so, is the zfs available right now
-
tozhu
there any docs guide it from source ?
-
tozhu
andyf, Thank you very much
-
andyf
ZFS is working, yes, but this is still all a work in progress with lots to do.
-
andyf
If you want to build it from source, you should look at
github.com/richlowe/arm64-gate
-
andyf
There is also a really easy way to get an image running under qemu on OmniOS bloody, using `zadm` - I hope to write some kind of blog post on that next week.
-
tozhu
cool, I’m waiting for you blog post, Thank you Andyf
-
sjorge
andyf: only rpi4 atm? i got a spare rpi3 laying around but no 4s
-
andyf
-
andyf
I don't know off the top of my head how hard it would be to make an rpi3 one of those
-
sjorge
not even sure how different trhy are aside from the cpu cores
-
sjorge
ok A72 vs A52 Cortex core, DDR4 vs DDR 2 memory, ... lots of changes
-
sjorge
i though it was way less difference
-
andyf
When others wake up they might have a better idea of how much work it would be, and if there's anything that makes it impractical.
-
andyf
there's not a vast amount of code in that directory
-
Guest69
Hello, Is there a way to check/enable disk write cache in onpenindiana ? I have a 4TB disk that speeds at 155MB/s on reads and crowls below 8MB/s on write.
-
jbk
i think running 'format -e' (ignore the omnious sounding name of the utility)
-
jbk
somewhere in there after you select the disk i believe is an option to show or set the write cache
-
jbk
normally though zfs will do that as long as it thinks it is using the entire disk
-
jbk
what type of disk is it?
-
jbk
like I think some of the WD SMR disks that try to pretend they're not SMR can have pretty bad write performance
-
richlowe
rpi3 is probably a new mmc etc.
-
richlowe
but I never looked
-
jbk
is it using the sdcard driver?
-
» tomww mentions that there is still the idea to record an episode of "friends of illumos" with stories about raspi-illumos
-
richlowe
well, I'm not going to nominate anyone 'cos that'd be rude.
-
jbk
has anyone tried to run the arm stuff under ESX (apparently there's an ARM version)?
-
papertigers
andyf: does the nic work on the rpi4 yet?
-
andyf
Yes
-
andyf
It's pretty nice, even though we're running DEBUG bits (although not all kmem flags are set, although they probably could be on the pi)
-
gitomat
[illumos-gate] 15771 loader: remove traces of firewire -- Toomas Soome <tsoome⊙mc>
-
richlowe
andyf: yeah, probably should let them default in general now it's actually useful
-
andyf
I got a heap corruption panic just a few minutes ago, so they're doing their job.
-
richlowe
Yes, it's defaulting to 0x6 which is everything useful at runtime, but no logging etc.
-
richlowe
but now we have an mdb that logging is invaluable, rather than useless.
-
papertigers
I guess I know what I am doing this weekend with my rpi4
-
richlowe
andyf: and if you want to file github issues for panics and stuff, that's fine
-
richlowe
if other people start doing stuff I'm going to have to finally get stuff moved into proper homes though.
-
andyf
papertigers - for quick start there are omnios images you can just dd onto a card. To boot the GPT partitioned one you need to have up-to-date firmware on there (on the pi 4 that's in SPI flash rather than read from the FAT partition on the card)
-
andyf
It's serial console only though, so you need some kind of uart
-
gitomat
[illumos-gate] 15775 ps: 'lwpsinfo' may be used uninitialized -- Toomas Soome <tsoome⊙mc>
-
gitomat
[illumos-gate] 15738 SMB Sharing Violation with zombie open -- Gordon Ross <gwr⊙rc>
-
papertigers
andyf: I grabbed the omnios zst image for the rpi4.
-
papertigers
I will have to look up the other bits about booting
-
papertigers
and I think I have a uart serial thing I can connect to the gpio headers
-
papertigers
andyf: I also think I have instructions for using the emu brand from you saved. May try that first
-
gitomat
[illumos-gate] 15783 loader: add stdint.h -- Toomas Soome <tsoome⊙mc>
-
andyf
papertigers - if you have omnios bloody, it's really easy to boot an image under the emu brand -
asciinema.org/a/595580
-
andyf
I suspect the "emu" brand will get backported to r46 at some point too.
-
richlowe
when you find a million things wrong, a good thing to do is to tell me about it, or file bugs.
-
richlowe
but file bugs in the arm64 illumos gate, not redmine (yet)
-
gitomat
[illumos-gate] 15779 libuuid can produce invalid V4 UUIDs -- Robert Mustacchi <rm⊙fo>