00:12:39 is efivar --list returning ENOENT a rounding error away from meaning I've booted by way of BIOS 00:46:49 debdrup: seemingly random 04:43:36 I'm curious if folks have had luck getting pytest/selenium/chrome working under FreeBSD 14. I'm getting this: https://0x0.st/XsIx.png 04:44:07 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. 04:59:47 Hitting the sack. Will see if anyone has thoughts about it in the AM. 05:01:15 * Reinhilde spectrally screams 08:24:08 Reinhilde: kenv will have the efi-version if it's UEFI that looks like a BIOS (see: Supermicro server boards) 08:25:40 salut debdrup 08:26:08 If it was made between ~2010 and now, it's almost certainly UEFI, whatever it looks like. 08:30:39 it's a virtual machine 08:33:19 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. 08:53:15 I didn't expect to see new diffing algorithms, but here we are: https://cgit.freebsd.org/src/commit/?id=d9a9f23d0b3 09:00:36 If you run gpart list /dev/ is partition #1 listed as EFI? 11:37:16 Fellow FreeBSD users 11:37:27 I am collecting money for a lawyer 11:38:00 I am under threat to be put by a court to a care home by my family and few doctors 11:38:10 I am 37 11:38:35 So if you feel like you can chip in please do 11:38:50 Right now I have $70/600 11:39:35 The PayPal donate button is in the bottom of https://wskyx.github.io 11:39:36 Title: Mirosław Leśniak, abstract art and poetry 11:39:48 Thank you 13:58:00 mane: Did you ditch RHEL then? Anyway, that messaging might be better for #freebsd-social. 14:00:06 mason: I use fedora for now 15:11:44 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. 15:11:55 Specifically, https://0x0.st/XsIx.png 18:33:27 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. 18:34:16 mason: that's really a generic error 18:35:02 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. 18:35:23 can you get more verbose logs? 18:35:48 Unsure! That's the thing. :) 18:36:47 I'm guessing I can wrap Chrome and capture some state. 18:45:10 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. 18:45:34 Mm, for now I'm going to spin up a VM. Need to get some stuff done. 18:47:01 Life and time is what keeps everything from happening all at once. 22:14:31 <[0x1eef]> Selenium is a layer of abstraction. There is chrome-driver, and you can find libraries who interface with it directly.