03:46:55 regis: yeah, I don't know 03:47:12 if I drop mic=0.00, still feedback screech and no audio 03:48:02 oh, interesting. actually putting it on, mic is infact routed to the speakers on it right now 06:55:10 jbo PR#283229 seems reasonable to me. I don't bother patching jails because generally the project doesn't issue errata that require it often 06:55:19 kernel is a very different thing 08:47:13 sorry about that, folks 08:52:15 :) 14:53:01 debdrup: Meh, you're allowed to have a life outside of IRC. 16:56:32 Has there been any recent luck in 14.2/15 with getting the genet driver working on the RPI4/5? 16:57:06 I'm still running fine with wifi although curious.... 17:25:05 does the interface come up, or 17:37:09 Tenkawa: thanks! 17:38:01 sjk: no problem.. did that help on the os-release? 17:39:01 I'm trying to (via ansible) generate a zfs jail template. I unarchive base, fetch and install patches with freebsd-update -b. But then I'd like to create a snapshot of the template named the current version and patch level 17:39:25 like zfs snapshot zroot/jails/templateāŠ™12 17:39:45 but I can't seem to figure out what the patch level is unless I boot the template jail 17:40:05 Tenkawa: the rc.d script you mentioned uses freebsd-version, which requires the jail to be booted 17:41:02 can the underlying files be mounted but not "booted"? 17:41:21 if so you could chroot and run the equiv function 17:42:56 I'm still trying to figure out if the RPI image can be rewritten to use ZFS and not UFS 17:43:25 (for everything besides boot/msdos stuff of course) 17:46:12 Hmm, interesting idea 17:46:34 i would just tag them with the major version and date and move on 17:48:27 rtprio: to answer your q for my genet one.. no.. the driver isn't seen at the hardware level. It acts like the acpi/dt still isn't quite right 17:48:57 s/driver/interface 17:49:22 Its been a known issue since day 1 17:52:23 Going to try ZFS install again... its theoreticly possible... 17:52:48 (Here's where having several spare units is helpful) 17:58:16 yes, you can do it but have to install by hand 18:13:59 hit me for not doing guard partition sizes to avoid disk too small problem 18:14:42 unsure why the fuck i created this pool like this knowing it beforr 18:14:44 e 18:40:05 ketas: what are guard partition sizes anyway? 18:42:27 Ltning: not ignoring your e-mail, will respond soon-ish 18:57:06 yuripv: when you make partition smaller than whole disk on purpose. you lose 0.001% space but can replace disk with any other disk with approx the same size 18:58:31 i think i somehow forgot that after getting 4 totally different maker/model hdd's with same exact bytes capacity :p 18:59:14 or just use the same drives. this isn't a drobo or other fakeraid 19:00:45 hello, could you guys invite the bot to #freebsd-pulse again ? 19:01:18 rtprio: never heard of it 19:01:39 but i had this idea to have them aged differently 19:01:49 fits this purpose i guess 19:04:20 i get that if you add enough redundancy, that issue disappears :p 19:04:39 different ages is fine 19:04:44 but keep them the same model 19:06:19 you surely mean performance here right? 19:07:17 as i recall, 4tb drive from different vendors might be slightly different sizes 19:07:29 rather than putting as partition table and rounding them all down 19:17:28 yes, you can use drives from different vendors, but in such a setup you usually create partitions for ZFS not covering the whole space 19:19:51 yeah, i'm not doing that 19:20:46 mzar: worked perfect :) 19:21:03 what worked ? 19:21:38 my install attempt to get a ZFS root on my RPI5 19:22:21 zfs on a nvme is a nice thing 19:22:37 yes, it is 19:23:04 ufs was just too restrictive... 19:23:31 4 t = 4000787030016 b, 4 * 12 t = 12000138625024 b, 160 g = 160041885696 b, 160 g = 160000000000 b, is what i see here 19:23:49 either i repool or just have bigger ones :p 19:24:32 the stock FreeBSD installer cannot use ZFS if you not give it whole drive - that's serious drawback IMHO 19:24:55 a serious drawback is running zfs not on the whole drive 19:25:07 that could be changed maybe0 19:25:08 ? 19:25:08 but such a setup could be easily complete by hand 19:25:16 mzar: yeah I discovered that yesterday 19:25:23 i know what it does with two different size ones 19:25:46 just gives it to zfs and it becomes pool sized to smallest diak 19:26:00 atm now I have lan & wifi running great using usb adapters too 19:26:09 rtprio: if you use geom, ale FreeBSD does, it's not that importat to have ZFS on whole drive, especially that you want boot loader too 19:26:32 yes, obvously i make an expection for my boot pool 19:26:32 does solaris boot from raw? 19:26:37 sun servers did? 19:26:48 where the zfs originated anyway 19:27:19 I don't know maybe tsoome_ can answer that ^^^ 19:27:39 btw, openzfs can be eventually updated to shrnk, right? 19:27:55 ketas: you could shrink from a mirror to a single drive 19:28:02 but that's about it i think 19:28:15 i read that 19:28:22 could try 19:28:43 i mean it's a fs and volume manager, it knows exactly where all data is 19:29:02 it just needs that feature somehow implemented 20:45:48 solaris does not boot from raw (partitionless) disk. I would not recommend partitionless for boot disk (with UEFI this is not possible anyhow). 20:47:16 and with bios, you get CSM, which may be with nasty bugs -- having partition table does allow us to use partition size to determine disk [partition] end. 20:48:00 and therefore avoid reading past disk end, which may hung some systems;) 21:27:32 kevans: No worries. I'm ignoring emails for a living, according to recent news I've received. :D 21:32:18 there are worse ways to make a living :-) 21:52:03 rtprio: regarding tagging major version and date... good idea 21:52:43 yeah, it's one of those things, not ideal, but spinning up the jail to check is way worse 21:53:37 We're spinning up a Nomad cluster for "production" use this week, with any luck. Anyone else using that for anything but futzing around? 21:54:09 rtprio: yeah, I agree 21:54:36 rtprio: why is it worse? Its morse consistent and it takes about 2 commands that easily could be scripted... 21:54:44 much more reliable.. 21:55:23 "tagging" becomes invalid on a jail soon as that jail is used again 21:55:50 morse :) 21:55:59 You have no way to ensure consistency 21:56:01 Tenkawa: you'd either have to round down 21:56:31 it's an extra step. perhaps i'm just old and tired and no longer scavenge whatever hard drives i can get these days 22:00:57 not sure about anyone else but zfs sure seems a "lot" faster than ufs 22:01:23 at least on a RPI5 with NVMe 22:01:53 it could do that 22:02:04 how much ram you got on that, boss? 22:02:09 8gb 22:02:29 what's the pool size? 22:02:41 i mean what's data size 22:02:53 know the cmd to check offhand? (rusty on zfs cmds) 22:02:55 it could fit into ram entirely 22:03:08 zpool list 22:03:53 oh... this is showing my drive pool 22:04:04 zroot 460G 5.04G 455G - - 0% 1% 1.00x ONLINE - 22:04:56 that's a beautiful cap 22:05:10 if you tried read, it cached it likely 22:05:19 I did... 22:05:30 so does ufs 22:05:34 I was scoping data 22:05:53 I had ufs on here earlier and it felt much slower 22:06:38 who knows 22:06:50 zfs adds overheads 22:07:10 compression is on or off? 22:07:17 I definitely like the added flexibility though 22:07:18 off 22:07:25 I definitely set that 22:08:22 if a game runs swell through wine on linux, can i assume the game will run without any problems through wine on freebsd? 22:08:30 On an rpi5 you can safely run with lz4 compression at least. It's likely to offset the cpu usage with lower transfer volumes. That CPU is beefy enough. 22:08:48 genshin impact works through wine on linux but i'm not sure what its state is on *bsd 22:09:15 Ltning: with already offloading some cpu for my lan and wifi adapters I'll keep extra cpu overhead off.... 22:09:19 Wait, genshin works on linux? My kid is pissed he can't get it to work on his M-series mac.. 22:09:49 yup 22:09:56 silent change mihoyo made to their anticheat 22:10:03 Tenkawa: I'd be very surprised if it actually matters in a positive way. Data transfer will almost always be worse than a bit of cpu spent. 22:10:22 w00t, he'll be happy to hear. They did this to silence complaints, or what's the deal? 22:11:06 Ltning: true.. but the io scheduling "could" get fickle enough considering I have no scheduler/temp/pwm control either 22:11:20 don't want to cook it 22:11:55 i got genshin working pretty easily with lutris 22:12:25 genshin should work out of the box with no patches 23:25:55 i wonder why i get pissy zfs write speeds in just one mirror, in addition system freezes up for seconds 23:26:04 hdd went bad? 23:26:25 there are no errors anywhere 23:27:20 no dedup or anything 23:27:39 shows frag 75% cap %76 23:27:45 that's the problem? 23:28:05 s/%76/76%/ 23:29:00 one of old disks there now refuses to complete long test funnily 23:29:12 running zfs on old hw eh 23:29:45 used to run it to finish, now only short test complete 23:33:27 only has 4g ram but somehow 12t/4t pools write 10g file at stable 150mb/s and there is no slowdown or anything locking up