-
tozhu
hello, does illumos support INTEL i810 network chipset?
-
ptribble
Onwards with loader versus the serial port
-
ptribble
So, setting the boot timeout to 0 sometimes works, but not always
-
ptribble
Disconnecting the serial connection entirely and the system autoboots as it should
-
ptribble
But that's not ideal (can't go crawling round the back of the lab every time I want to boot my main machine)
-
ptribble
So forcing console="text" in a conf.d file seems to work
-
ptribble
But this encourages me that it's just something odd about my setup and not a bug that's going to hit the rest of my machines
-
tsoome_
bad serial cable maybe?
-
tsoome_
since we do flush on port setup, any appearing input bytes must happen between port setup and menu loop. Of course, we could try to flush input right before we enter menu loop, but there is still chance of getting random reads during the menu loop itself...
-
Woodstock
ptribble: is there ipmi involved?
-
ptribble
Woodstock: No, this is serial via rj45 to the console port on a SPARC T4 - powered off (no input power at all)
-
ptribble
I presume there's some sort of reflective signal as the PC comes up
-
Woodstock
ptribble: uh oh. checked the grounding between those two?
-
ptribble
Disabling the serial in loader would also presumably solve the problem of loader getting confused when the SPARC box is actually running
-
tsoome_
hm. are you using ethernet patch cable for serial connection or something else?
-
tsoome_
curious case anyhow:) and why it appeared not and not before...
-
tsoome_
s/not/now/
-
tsoome_
hm, is it me or is
illumos.org/issues very slow?
-
teutat3s
Looks normal to me after clicking around a bit 🤷♂️
-
tsoome_
then its my router acting up:( oh my
-
tsoome_
or browser:) time to restart the browser:)
-
Woodstock
tsoome_: do we have uefi http boot yet?
-
tsoome_
I have number of patches to add http storage mechanism (from fbsd), but havent got anywhere with them.
-
yuripv
do you have the lua loader patches? :D
-
tsoome_
no.
-
yuripv
too bad, last time I had to merge the 4th changes, it made my head explode.
-
tsoome_
to be really honest, I do not think it will be significantly easier with lua
-
yuripv
lua I *can* read at least
-
yuripv
and anyway, j/k here, sorry
-
richlowe
yeah, I think the number of people who understand lua is orders of magnitude higher
-
richlowe
but also that that would be true if there were only 10 of those people
-
jbk
way that why you do? :)
-
jbk
err say
-
andyf
There's at least tsoome_ and me here. I don't think a switch to lua would suddenly increase contributions to those bits of loader.
-
richlowe
andyf: I wasn't thinking at all of contributions, but debugging
-
richlowe
and fwiw, I understand what I like to think of as "enough" forth too
-
tsoome_
:) actual problem with using lua is that it till consume more space and with BIOS version, space is precious resource.