00:10:43 ScrewDriver1337: It would be really nice if you would fix your client and/or network so that your client would not disconnect-connect endlessly. So much noise from it! 01:12:07 rwp: i ignored those ages ago for this very reason 01:12:16 the only downside is i reply to people who peace out 01:35:58 Looking for unmaintained ports that use USES=cargo — is there a quick way to list them, or is grep through the ports tree the best option? 04:36:59 rtprio, I keep contemplating ignoring them too but they are useful to know if people are in the channel or not. 05:06:46 i thought he meant for them to fix their issue? 05:07:21 is screwdriver under attack how can we help lol 05:59:11 Someone K-Lined ScrewDriver1337 though so globally the endless connect-disconnect cycle tripped some circuit breaker for it. 07:33:00 FWIW, your client might have a smartfilter plugin, which only shows joins/parts for users that have been active recently. 07:34:02 Some clients, like weechat, can also alter the user's name if they've since left the channel e.g. if you're using coloured nicks, you can set it to dark grey or something. Both things complement one another nicely. 10:41:27 i don’t suppose theres a utility on freebsd that can make mac compatible .dmg disk images? 10:44:52 <[tj]> https://stackoverflow.com/questions/286419/how-to-build-a-dmg-mac-os-x-file-on-a-non-mac-platform 10:45:06 <[tj]> that kind of suggests they are just a hfs file system in a file 10:45:29 <[tj]> `pkg search hfs` has results 10:54:16 13 11:17:02 is freebsd adding age verification? 11:17:30 seems like it was added to systemd recently heh 12:33:02 age verification can be implemented for GUI programs on FreeBSD by the same means as has happened onsystemd 12:33:16 but I think the actual method will be different if done 12:37:48 what are you guys talking about? 12:38:08 age verification implemented in operating systems? 12:38:12 that's outrageous 12:39:27 systemd added some optional birthday field to some user info object, no verification 12:43:41 For now. 12:49:17 I don't suppose anybody here uses amazon-ssm-agent on fbsd in aws? I'm wondering if you had to do any special configuration to make it work. we have it fully working on linux, so the account/perms/etc are correct. 12:52:17 sniffing traffic shows SSM agent trying to reach slightly different metadata URLs than on linux, which makes me wonder if it's something specific to how the agent is set up. neither linux nor freebsd have any pre-set configurations 15:11:52 scottpedia - there was some discussion of that over on #freebsd-social a while ago 17:30:53 hello, im trying to dual boot freebsd, using a reclaimed space of 100G in my nvme disk. but when i use gpart add -t freebsd-zfs nda0 , it returns no free space 17:31:53 u0_a216, does `gpart show nda0` show free space? fe: - free - (100g) 17:32:44 that nvme block i had earlier wiped is being shown as linux-data 17:33:10 free is 328k 17:33:25 then probably you don't have free space 17:33:56 so should i destroy that block 17:34:12 i think so - if you don't have any data on this partition. 17:36:28 im not quite confident with the approach, as i havent used gpart before, i guess i can boot and use fdisk to clear that 17:37:12 yeah better do with a tool you are confident with 17:46:51 kind of dumb question tho, is there any way to utilise the existing linux swap with freebsd 17:48:30 i heard partition names don't matter and underlying filesystem type can be anything no matter what. i don't know if we have anything like "mkswap" but probably you can use it i guess 17:50:19 thanks will look abt it after boot 17:52:25 the issue being im not able to get past the partition, either by manual or by shell 17:52:50 it return culd not create /mnt/usr/freebsd-dist 18:11:06 In theory the swap partition can be dynamically created each boot on each OS. But using it on each normally will have conflicting on disk formats for swap header and such. 18:12:08 On linux there is the dphys-swap package which can dynamically create it on boot. On FreeBSD something simple could be constructed to do the same thing. (There might already be something.) 18:13:16 On FreeBSD I always use a dedicated swap partition (not a file located on zfs, deadlock potential there) and always ephemeral encryption because why not. 18:19:24 Swap should be a parition, and not a file for performance reasons. . . takes the fileystem code out of the swap access equation. 18:20:00 Though, interestingly. . . Windows has a unique way to do that. 18:26:07 as far as i know, FreeBSD doesn't require any particular header on a swap partition, does it? 18:26:23 if Linux requires that and also has supports for dynamically writing the header, that should be all you need 18:29:52 Linux requires a swap header created with mkswap. 18:30:13 Which was the reason I was saying something that dynamically created swap at boot time could switch between partition types. 18:32:39 CrtxReavr, It depends. In the long ago when RAM was in short supply and swap was required for almost anything to run then we wanted swap devices to be fast. 18:32:44 Then we had a golden age when RAM was cheap and plentiful and we only ever used swap for hibernate-resume and for holding never to be used again parts of the system and swap devices could be glacially slow and it just would not matter. 18:32:50 Now we enter into the new age when RAM is simply unobtainable (due to AI consumption of it) and we are once again managing RAM. 18:34:16 hm, I could understand needing the partition marked as swap partition in the partition table to protect from accidentally using a wrong partition and destroying data, but why would you require some header on the partition? 18:35:17 Now that goverments are springing for "AI" hardware & power consumption, I think most of those "AI" datacenters, are actually mining crypto, while the goverment pays for the power. 18:41:58 nimaje, It's to prevent blasting a partition containing "my most important work" with swap. It requires an explicit header to say, it's okay to blast over this partition data with encrypted swap. 18:43:04 It normally includes a UUID and that allows multiple systems to select a particular associated swap partition by UUID rather than by device name. 22:18:25 Hello to all XigmaNAS users! Does anyone have a Terramaster F2 or similar (F4)? I have a F2-423 and could need hints about the hardware. 22:25:21 E.g. it runs smooth & silent, but I see no additional freq levels: dev.cpu.0.freq_levels: 1996/-1. But the monitor that I enabled shows that the CPU freq varies between 2.2 GHz and 2.6 GHz. 22:26:04 Sorry wrong channel ;)