-
Reinhilde
is efivar --list returning ENOENT a rounding error away from meaning I've booted by way of BIOS
-
sfox
debdrup: seemingly random
-
mason
I'm curious if folks have had luck getting pytest/selenium/chrome working under FreeBSD 14. I'm getting this:
0x0.st/XsIx.png
-
mason
I'm not at all a Python or pytest or Selenium person, so I'm not sure at present the best way to figure out what's happening.
-
mason
Hitting the sack. Will see if anyone has thoughts about it in the AM.
-
» Reinhilde spectrally screams
-
debdrup
Reinhilde: kenv will have the efi-version if it's UEFI that looks like a BIOS (see: Supermicro server boards)
-
Reinhilde
salut debdrup
-
debdrup
If it was made between ~2010 and now, it's almost certainly UEFI, whatever it looks like.
-
Reinhilde
it's a virtual machine
-
debdrup
Your point being? ESXi does UEFI and has for a long time, and bhyve famously didn't do BIOS boot until some time after the initial release.
-
debdrup
I didn't expect to see new diffing algorithms, but here we are:
cgit.freebsd.org/src/commit/?id=d9a9f23d0b3
-
luser
If you run gpart list /dev/<disk> is partition #1 listed as EFI?
-
mane
Fellow FreeBSD users
-
mane
I am collecting money for a lawyer
-
mane
I am under threat to be put by a court to a care home by my family and few doctors
-
mane
I am 37
-
mane
So if you feel like you can chip in please do
-
mane
Right now I have $70/600
-
mane
The PayPal donate button is in the bottom of
wskyx.github.io
-
VimDiesel
Title: Mirosław Leśniak, abstract art and poetry
-
mane
Thank you
-
mason
mane: Did you ditch RHEL then? Anyway, that messaging might be better for #freebsd-social.
-
mane
mason: I use fedora for now
-
mason
Rehash from last night - I'm wondering if there's anyone using FreeBSD for Selenium testing with Chromium, as I'm hitting an error and I'd love to move past it, and hence would love advice.
-
mason
-
mason
A'ight, a Debian VM it will be for now. I'd still like FreeBSD to be a viable platform for automated testing with the kit mentioned.
-
Demosthenex
mason: that's really a generic error
-
mason
Demosthenex: Agreed. Mostly I'm hoping someone pipes up and says "yes, I use that kind of set-up" to confirm that it's possible.
-
Demosthenex
can you get more verbose logs?
-
mason
Unsure! That's the thing. :)
-
mason
I'm guessing I can wrap Chrome and capture some state.
-
rwp
When I have looked at chrome+selenium I have always been scared away by how /involved/ everything is to make it work. And therefore always avoided it.
-
mason
Mm, for now I'm going to spin up a VM. Need to get some stuff done.
-
rwp
Life and time is what keeps everything from happening all at once.
-
[0x1eef]
Selenium is a layer of abstraction. There is chrome-driver, and you can find libraries who interface with it directly.