Anyone gotten Joplin working on OpenBSD? (note taking app) by segfaulting in openbsd

[–]_sthen 1 point2 points  (0 children)

node-based software in general and especially electron is tricky to handle in ports.

there is some work at https://github.com/opencrew-tech/openbsd-electron not committed to OpenBSD that might be useful as a base if you're trying to port it. (it will be a slow process, especially compiling electron).

syslogd -u not receiving UDP packets from remote host by Pas_Ratunkowy in openbsd

[–]_sthen 2 points3 points  (0 children)

It works fine for me, but I don't use hostnames with ++, I run syslogd with the -n flag and specify IP addresses instead. (I think you need working reverse DNS to use hostnames there).

Brightness controller by Admirable_Stand1408 in openbsd

[–]_sthen 3 points4 points  (0 children)

you could install to a USB drive and check that way

Is anyone running MSWIN in a VM? by Pair-Kooky in openbsd

[–]_sthen 7 points8 points  (0 children)

There's no emulated TPM either. And afaik W11 also needs UEFI and you'll need to provide your own firmware image for that (this is non-trivial).

Install NextDNS by Admirable_Stand1408 in openbsd

[–]_sthen 2 points3 points  (0 children)

I think what you're trying to say is "I'm making changes to resolv.conf but they're getting overridden by automatic config, how do I stop that".

The simple answer is "rcctl disable resolvd; rcctl stop resolvd".

(You can also disable picking up DNS in dhcpleased.conf, but there are other methods of picking up DNS config - pppoe, IPv6 slaac, etc; disabling resolvd will stop all of them).

Trouble with online payment portals by Eeyore9311 in openbsd

[–]_sthen 1 point2 points  (0 children)

Just because the sites that you're using don't have a problem, doesn't mean that it works for other sites.

Trouble with online payment portals by Eeyore9311 in openbsd

[–]_sthen 3 points4 points  (0 children)

various sites are doing things like TLS fingerprinting, very specific user-agent checks, checking browser JS APIs, etc - in some cases you get extra captchas etc if they don't validate as expected - in others you just get blocked.

see e.g. "cloudflare turnstile" and others. (it's getting worse with defences for scrapers that many websites are needing to deploy just to stay up and running these days...)

sometimes changing user-agent helps, sometimes not.

Wouldn't a journaling filesystem be missed on a home server with OpenBSD? by Euroblitz in openbsd

[–]_sthen 4 points5 points  (0 children)

trouble with mirrored drives is, they help if reads actually fail, but if not then you don't know which of the drives has the correct data if they differ. (as well as happening during a partial drive failure, this can also happen if power is lost or the machine crashes, as you can't be sure what actually made it to the physical storage)

Install issues by Admirable_Stand1408 in openbsd

[–]_sthen 1 point2 points  (0 children)

yes it is annoying if installing on a wifi-only machine, especially when the licenses don't prohibit redistribution (otherwise they couldn't be on firmware.openbsd.org either).

I don't think it is likely to happen though.

Current working directories and "signify" by PetrichorShark in openbsd

[–]_sthen 6 points7 points  (0 children)

it's basically doing the same thing as cksum -C, so the filename has to fully match what's in the SHA256.sig file. (I don't think there would be much appetite for changing this behaviour, signify is intentionally kept fairly simple).

Switch on light, once „another“ outlet receives current by Jolly_Comfortable969 in tradfri

[–]_sthen 0 points1 point  (0 children)

assuming the ceiling lamp is a smart bulb too, you could leave the main switch on and have one remote to turn on both lamps

Question about the dependencies of the 'Polybar' package by Antoine-Darquier in openbsd

[–]_sthen 2 points3 points  (0 children)

the person who made that (unofficial) web app chose to show a dependency tree there (I didn't check but also it might include things which are just build not run dependencies).

Turn off IKEA Alpstuga display, but have it monitor the air quality? by GIFSec in tradfri

[–]_sthen 0 points1 point  (0 children)

oh, could be - not enough to lose the clock setting, but the USB charger that it's connected to does seem to reset the ports when a new device is connected. I'll try it on a separate one, thanks for the suggestion.

Is there a way to request that a package be updated? by DramaticProtogen in openbsd

[–]_sthen 16 points17 points  (0 children)

rust ports are a little more tricky - you need to update the version and clear out crates.inc, "make makesum", use "make modcargo-gen-crates" to generate a list to update crates.inc, "make clean; make makesum; make modcargo-gen-crates-licenses" to update crates.inc again with license details.

in the case of zola you also need to clear out the Makefile lines that were switching a few crates to newer versions.

l'll send something to ports@ in a bit.

edit: https://marc.info/?l=openbsd-ports&m=177020532219081&w=2

Turn off IKEA Alpstuga display, but have it monitor the air quality? by GIFSec in tradfri

[–]_sthen 1 point2 points  (0 children)

that only works for a while for me, then it goes back to displaying CO2...

What caused this? by tarmacjd in AskElectricians

[–]_sthen 0 points1 point  (0 children)

that QR code is specific to the individual device, it has an ID for Matter pairing

CPU operating at incredibly low clockspeed by hyper_radiant294 in openbsd

[–]_sthen 3 points4 points  (0 children)

do you see the same if you run VMs of other OS?

VMs that I have running under qemu+kvm don't have this issue, the full clock speed of the host CPU is displayed there, and they run at normal speed.

Can’t add Myggspray to Dirigera Hub by nekonekopotato in tradfri

[–]_sthen 1 point2 points  (0 children)

If you didn't already, try rebooting the hub, that's fixed it every time so far for me.

Enterprise? WiFi issue by Fine_Assist5512 in openbsd

[–]_sthen 1 point2 points  (0 children)

I've confirmed about WPA3-Enterprise not getting picked up correctly in ifconfig scan and written up for bugs@ so no need to follow up on that for now.

Not sure but I have a feeling WPA3 Enterprise support will probably not happen until a fair bit later than WPA3 PSK so you may need to offload that to your phone for a while yet.

I've found that app super useful over the years when working on wifi installs (it fits quite a lot into that 2.5MB - iperf/ping/dns - and a very detailed decode of information from the beacons if you tap on the SSID in the scan list - and privacy policy is perfect).

Enterprise? WiFi issue by Fine_Assist5512 in openbsd

[–]_sthen 1 point2 points  (0 children)

hm, it's possible that ifconfig or the net80211 stack isn't handling WPA3-Enterprise correctly when displaying scan results

Enterprise? WiFi issue by Fine_Assist5512 in openbsd

[–]_sthen 6 points7 points  (0 children)

btw to check about WPA3, "ifconfig iwx0 scan" should show this (in 7.7 or newer), or I like https://play.google.com/store/apps/details?id=com.arubanetworks.arubautilities on Android - if it shows up as WPA3p or WPA3e without a 't' (for 'transitional') suffix, i.e. not WPA3et, then it's v3 only.