00:00:18 +1 ek, I avoid them for home use too. 00:02:20 One thing that I find surprising and quite annoying about freebsd-update is that it uses install with the sync option. I disagree that it is needed. And it is definitely going to slow the upgrade down. It will be a huge source of synchronous write activity. 00:02:50 I think a better result would be to reduce the need for synchronous write activity therefore no need for a fast ZIL either. 00:03:00 rwp: Likewise. In fact, if I can find standard HBA's that aren't RAID controllers (flashable between) I prefer those. With software RAID being being so good and flexible these days, I really don't see much of a need for a RAID controller at all. 00:03:23 Of course, that depends on what you're doing with it. For me, there's no need. 00:13:12 I agree totally. The HBA cards I have are all flashed with IT mode firmware. The disks are all individual disks to ZFS. 00:13:17 I mean when I worked at HP we had racks of Compaq cciss raid controllers. Every day a tech would walk the aisles looking for disks with red lights. They would pull those failed disks and replace them with a fresh disk. 00:13:22 The cciss smart array controller would automatically sync it back into the hardware raid. In the rare cases that the raid controller failed then we would swap it with another one from the many available. That's a good system for a large enterprise. Simple. Easy to maintain. Expensive! Reliable. 00:13:59 But for the SOHO environment having an infinite supply of spare identical hardware raid controllers is a luxury that most do not have. 00:14:36 Much better to have software raid and handle everything at the OS level. It's just simpler. More available. Reliable. 01:54:34 running a freebsd15-current host under bhyve. have two vtnet interfaces, seem to work okay, but 01:55:03 i see many cksum 0xxxxx (incorrect -> 0xyyyyy) on lots of packets. 01:55:30 saw something about a known bug - just wondering if there is a bhyve or fbsd known fix for this 01:55:38 or if I am just doing it wrong. 01:56:34 saw a post on pf routing about disabling rxcsum and txcsum on the fbsd interfaces but will do more research first I guess. thanks if you have any pointers. 02:05:06 think i found some bugs on the freebsd bugzilla, sorry for the noise 02:20:27 aquamo4k, No idea but maybe someone in the #bhyve channel might know something? 06:46:15 aquamo4k: that's about tcpdump? 09:43:36 i have the weirdest problem with /usr/sbin/daemon and syslog: the stdout of the child process will be logged ONLY if it exits with 1, not if it runs normally. what's going on there? 09:49:38 wait, that's not it. syslog WILL log the stdoutput, but only AFTER the child process exits by itself, NOT when killing it (which is usually how it's exited, because it's in a serving loop) 12:09:52 there are options to capture stdout, i thought 13:07:45 how to install netbird.io on free bsd (OPNsense)? 13:14:36 tokam: that will probably need a proper port, you'll need to ask in opnsense forums directly about that. 13:15:04 should I download go from https://go.dev/dl/go1.17.7.freebsd-amd64.tar.gz and compile netbird with it? 13:15:27 #opnsense is very active but silent on this issue 13:16:13 tokam if its written in go, try installing lang/go (freebsd port) and go from there. 13:16:29 I'm not familiar with opnsense ports, so again see how you get on. 13:16:40 OPNsense does not have go in pkgs, chat-gpt suggests me to load a go binary? 13:17:05 tokam: sorry, you'll need to ask on an opnsense forum 13:18:48 ffs is it possible *at all* to get twitch.tv going on freebsd 13:19:01 I know somebody has it working, but I have no luck at all 13:19:28 dch: I think this helps? https://github.com/moserpjm/opnsense-ports 13:19:28 dch: that's like, a website you access via a browser, what's the question? 13:19:32 how do I proceed from that? 13:20:15 armin: I have a twitch acct on my iphone, which has a screen so small its unreadable for coder streamers 13:20:40 when I login from my (15.0-CURRENT amd64) desktop, whether firefox, chromium, twitch tells me I am using an unsupported browser 13:23:53 dch: Well I have it running in Firefox here, I can watch streams and go to the sign-up page to create an account. Firefox on 14.1-RELEASE 13:23:56 how to work with ports? I fetch from git and compile? https://github.com/moserpjm/opnsense-ports/tree/24.7-netbird-develop/net/netbird 13:23:59 or something else? 13:24:16 armin: maybe it knows I'm running current then? 13:24:23 * dch scrabbles to find a proper release 13:25:41 rwp: thanks for the pointer, didn't know about that channel 13:30:20 armin: thanks for checking. which chromium port are you using? plain www/chromium 13:30:31 got a 14.1 laptop now, lets see how I get on 13:34:13 armin: this is *very* weird, using a vanilla firefox (fresh profile), it still fails to allow me 13:39:17 armin: does the cookie banner disappear for you? for me it doesn't 13:40:14 also, nix for chromium, ungoogled-chromium, firefox as well... maybe this is some network thing locally 13:40:17 dch: I don't use Chromium myself on FreeBSD (mostly at least), that was just Firefox, actually inside of a FreeBSD jail which I access via VNC through a web browser via noVNC, tunneled through a VPN and SSH, yada yada yada, but it worked. 13:41:03 dch: If the cookie banner doesn't disappear you *could* try the "I don't care about cookies" extension and see if that helps. 13:41:47 dch: I just did a real quick check on that thing because the machine I'm in front of here currently is some old thinclient that runs Alpine. 13:41:58 dch: (reasons!) 13:42:36 dch: I need to get something to eat like RIGHT NOW but if I can check something further for you later don't hesitate to ping. 13:42:57 armin: no worries, thanks for the tips. I'm installing linux-chromium, and seeing how that works out 13:43:19 dch: feel free to report when you succeed, interests me, too. :) 13:47:16 linux-chromium doesn't work either 13:47:38 128.0.6613.137 14:05:39 dch: for what it's worth, i heard from a friend that as of a few years ago, twitch locks anyone out if they detect that their browser is having trouble (or blocking) their spyware. an unusual user agent, or some discrepancies running some canvas simulations, might factor into that 14:06:30 you might even have trouble logging in on linux virtual machine 14:07:31 (of course, they don't tell you this, they prefer to waste everyone's time - one reason why i don't patronise companies like this) 14:34:48 I was thinking it was a user agent thing, perhaps 14:46:26 jmnbtslsQE: yes, i think its some clownflare thing blocking it 14:47:15 I tried to execute make makesum on the /net/netbird folder in the ports but I get this error: 14:47:20 Couldn't fetch http://distcache.FreeBSD.org/ports-distfiles/bash/v0.29.1.mod: Not Found 14:48:15 what I notice, is that on browsers/systems where it works, I can accept & clear the cookie choices 14:48:41 and on ones where it doesn't (every FreeBSD system :-( ) this is not possible 14:50:23 looking at the HAR file (trace of all HTTP calls) I can see a POST https://passport.twitch.tv/protected_login with an integrity_token, returning 14:50:39 {"error_code": 5025, "error_description": "integrity failed", ...} 14:50:47 and that's what fails compared to a working one. 14:51:50 whats very frustrating is that other FBSD users report that this combo works 14:51:59 its just on my very snowflakey machine :-( 14:59:09 dch: not sure if cloudflare is involved. from what i read, the integrity check is performed by one of their spyware service providers, and its exact decision process is unknown. a few other things that might factor into it are if you are connecting to their website from a VPN or filtering any DNS such as for ad blocking. but i would think it also runs statistical analysis on html canvas and other dom 14:59:15 computations to fingerprint the device. maybe that could have some relation with your hardware or graphics card 14:59:25 mmm 14:59:43 its a "normal" network here, no vpn etc atm, and I'm doing DNS direct for testing 14:59:53 but the h/w and gpu are not your ordinary "desktops" 15:00:10 a little too many cores and ram probably looks like a cloud botfarm 15:00:16 but my laptop is much more ordinary 15:00:54 heh, interesting. i honestly don't know how much the browser can detect from hardware and graphics card, but i think it's something, so that could be part of the cause 15:43:01 I found a half-solution 15:44:09 installed chatterino in ports, and running the stream on ipad 16:50:52 rwp: RAID controllers have battery backups because they tell the OS that they've written data to disk before the action is complete - which can lead to inconsistencies. 16:54:18 Also, please be careful with terminology. The ZFS Intent Log is a zpool feature that exists on all pools, whereas the Separate Intent Log is what can optionally be added to a pool. 16:55:36 It's called the 'log' device, and the terminology 'cache' is used for the L2ARC. 16:57:42 dch: you can still connect to Twitch via a regular IRC client. 17:00:34 irc.chat.twitch.tv:6697 (ie. TLS) with the password "oauth:" where can be had via https://twitchapps.com/tmi/ 17:03:35 For watching streams, I'm using streamlink via pipx (unfortunately the port is out-of-date, and I don't have the bandwidth to pick it up and maintain it) 17:04:33 Oh, I was skimming the log and I thought you were talking about watching Twitch, but maybe not. 22:54:00 debdrup, My caution really was because I have seen a lot of orange lights on raid controllers indicating a dead battery. As long as they are still powered up on AC mains then everything functions okay. But of course with the battery dead if there is a power failure then the data in the controller is lost which can cause corruption on disk.