00:58:39 i got 2 nvme drives in external usb enclosures. if i plug 1 in and run gpart show i see it, but if i plug the other in gpart show doesn't show it. any idea how i can debug that and see why not? 01:00:06 it does show up in /var/log/messages when i connect/disconnect it fwiw 01:04:07 demido: Is the second one formatted at all? You say you see in /var/log/messages when you plug it in, does it show up a device just list the first one? 01:04:24 If so, you likely just need to wipe that second one's formatting out and reformat. 01:05:38 ya it's probably that 1 is formated ty 01:05:49 and hey ek you ever figure out that bhyve issue from 6 months ago? 01:06:59 demido: That would be my first guess. Yep. 01:07:35 And, to answer your question, no. :( I was never able to reproduce that same error again. I thought I was close just recently, but no dice. 01:08:04 So, I guess the "issue" is fixed since I cannot for the life of me figure out how I produced it in the first place. 01:12:44 ah dang. runner up to fixing shit is upgrade to new OS version lol. i'm on 14.1 still so when i reinstall come 14.3 i hope it has some nice improvements, especially to bhyve, zfs, and the mem mgmt system 01:46:53 well.. thank god for me using the rails on that isilon. i was actually able to slide it out far enough to put a new battery in. 01:50:31 https://social.macer.life/@elite/114548970109577972 01:50:38 It was eat or be eaten. 01:58:17 polarian: I have used Solaris and Illumos before, but apart from ZFS and being Unix-like, both have nothing in common with FreeBSD. 03:51:32 tinkering with cbsd and wondering if jail on local is something i was meant to set somewhere or if cbsd simply says local because the jails are local 03:51:37 like you don't name your local node? 04:38:04 Anyone know why this might be happening? https://dpaste.org/sVAOC - it says address is already in use but I've confirmed there is nothing listening on that port... 04:42:45 Never mind, my IP was assigned to lo0 for some reason... that was odd, removing it fixed it. 08:24:04 for a freebsd14 node where is the correct place to place SSL certificates/keys for use, eg: on a RHEL box it would be /etc/pki/tls/[certs,private] on an Debian box it would be /etc/ssl/[certs,private] what's the BSD location for these functions ? 08:30:01 Don't quote me on this but I think local additions would be in the /usr/local/etc/ssl/ directory. 08:41:14 quick question: As far as I know, bhyve doesn't support nested virtualization: this is, run for example KVM inside a Linux guest in Bhyve. I don'¡t know if I can enable this somehow, but i want to use this to run a kubernetes testing thing in a Linux VM 08:55:52 rwp: gives me something to research and short cut to the right query, thanks 12:58:32 psycorama weirdly enough echo "thecorrectpassword" |geli attach -C -j /dev/stdin /dev/ada0p3 still results in a "wrong key for ada0p3", but when I tested it with a zfs-encrypted disk (via the setup; on a vm) - it doesn't say wrong key. The UFS FDE was done from 12:58:32 https://forums.freebsd.org/threads/an-encrypted-system-with-multiple-partitions-using-ufs-filesystems.96248/  -- the example of "VladiBG" 12:59:17 ¯\_(ツ)_/¯ 12:59:23 yeah, weird.. 12:59:43 weird, indeed 13:50:29 appjail has awesome documentation 14:56:38 ok. i had to turn this thing off for a while. cbsd isn't half bad. clonos wasn't that good of an interface and things were broken in it. 14:56:51 i'm trying appjail now but that learning curve is like pulling teeth 15:44:57 remiliascarlet: twas a joke :P 16:10:24 Guys, does 13.5 support KTLS with tls 1.3 and ChaCha20 or that's reserved for 14.x 16:15:00 Onepamopa: please check, issue command "sysctl kern.ipc.tls.stats.ocf" 16:15:53 I see tls13_chacha20_encrypts / decrypts (so far 0's, haven't yet installed nginx) 16:20:40 can we bring native xfs support to freebsd or there's some licensing stuff? :O 16:37:09 unwrapped_monad: very old topic, there was one approach in the past but it didn't become mature 16:37:25 there is no licensing issue, you can start right now if you want :) 16:38:18 https://forums.freebsd.org/threads/freebsd-xfs.18311/#post-104453 16:48:15 ooh noice (⁠・⁠o⁠・⁠) 16:48:35 would be really cool to have root on xfs 16:49:06 why? :) 16:49:46 XFS is roughly 30y old nowadays, though the Linux impl was advancing a lot 16:49:52 though I doubt it's that interesting today 16:53:27 megaTherion: i find it vewy simple and has been my default since my first gentoo install ^_^ 16:54:50 well its not optimized for flash either, spinning rust is the past ;) 16:54:55 I dont even have HDDs anymore 17:02:26 megaTherion: There's still valid uses for mechanical hard drives, particularly for applications with heavy I/O that can really burn through an SSD's write cycles 17:03:05 Archival is another thing worth considering, since the data in SSDs can fade if they're unpowered for a long time 17:03:42 DaliborFox: why would data fade away in an SSD? 17:03:58 dont have such use cases 17:06:15 megaTherion: Simply due to their mode of operation, the data is stored as a charge stuffed into a place on a special transistor that is hard for it to escape, but it does eventually escape. The controller on an SSD periodically refreshes old data so that it remains valid, but if you leave an SSD drive unplugged for a year or two, you can expect some data loss 17:06:19 megaTherion: well its not optimized for flash either | it feels kinda fast tho (⁠´⁠-⁠﹏⁠-⁠`⁠;⁠) 17:06:57 DaliborFox: well there is bitrot in HDDs.. do you have any technical papers for evidence? 17:09:13 megaTherion: The manufacturers themselves warn of it, e.g. here's IBM telling customers to not keep their drives unpowered for more than 3 months: https://www.ibm.com/support/pages/potential-ssd-data-loss-after-extended-shutdown 17:09:20 unwrapped_monad: feel free to start porting XFS :) maybe one can get the original r/o impl running again 17:16:23 megaTherion: aye, i'll give it a shot soon after my gsoc ^⁠_⁠^ 17:17:15 gsoc? 17:18:08 google summer of code :) 17:19:18 i'll be working on building a wifi utility like iwctl for freebsd ^_^ 17:19:27 oh 17:19:31 SSDs and all NAND Flash storage such as SD cards are not rated for long term un-powered storage. Those require periodic reading and writing of the data to keep it refreshed. 17:20:35 Half life depends upon the implementation but probably 3 years I would guess. 17:21:11 but as long as they are powered they are fine? 17:21:27 The first symptom being that old laptops slow down and boot slowly. The SSD firmware is using more and more internal ECC and retries to read the data. 17:22:16 Powered up depends upon the use and the firmware because lots of cheap crap will never rewrite cells that are already written. Those will still slow down even if powered. Those will still require a full rewrite at some point and then they will go fast again. 17:23:26 btw is it possible to recover data from a failed ssd? (⁠・⁠o⁠・⁠;) 17:23:59 Depends upon how it is failed. And there are a lot of possible ways for something to fail. 17:24:10 unwrapped_monad: sure, depends on the failure... there are people replacing failed controllers etc. 17:24:29 ooh 17:28:50 like ssds that reach end of life 17:31:36 I have had many cheap SSDs (OCZ, I am looking at you) but I have never been able to wear out a good quality Intel or Samsung SSD due to wear. I am sure it can happen. But the failures that have gotten to me have been the controller dying or other on cheaper Kingston and similar SSDs where the controller is no longer talking to the SATA. 17:32:21 all SSDs I have are running and in use (I dont archive on SSDs), the only SSDs which failed to me were early OCZ ones :D 17:32:22 I have a failed stack of those really cheap OCZ that failed from a school that bought a hundred of them because they were cheap and within the first year about 10% of the OCZ drives had failed. 17:32:36 (they were not cheap, back then OCZ was doing enterprise stuff) 17:36:01 In that particular school environment all of the machines were effectively medium weight thin clients, no local data, we had a PXE boot and install process where in about 10 minutes we could reset any client workstation. But for most of us here it will either be servers or personal systems with important local data and configuration. Everyone please use RAID and the Backup Rule of 3-2-1 to protect it. 17:37:40 sure SSD without Backup would be pretty stupid... but same with HDDs 17:38:36 however you can get really good monitoring out of SMART 17:54:24 I don't see spinning drives as villains like many people do today. They are well understood and work well. But for a mobile laptop I only ever use SSDs. SSDs and spinning are both good at different things and bad at different things. 17:56:19 rwp: power consumption is a big issue 17:59:49 power consumption and shock durability. 17:59:50 Have you seen how much power a data center consumes and where it is consumed? The difference between spinning drives and SSDs is not that large of a difference in the total number. 18:01:00 the difference is HUGE, believe me :) 18:01:01 Also SMART has not lived up to the promise of being a predictor of future failure. It is good for diagnosing actual failure though and that is useful. 18:01:47 Data center power is one of the reasons those are most often located next to hydro electric where electricity is least expensive. 18:01:47 SMART is a totally fine standard, which is working and being fine for years 18:01:51 spinning drives in constant use versus ssds in constant use -- ssds end up using much less power. 18:02:16 hydro is also good for open-flow water cooling. 2-in-1 18:02:17 wavefunction: hence I migrated for my small home office setup... but I live in germany and we've to pay *a lot* for electricity 18:03:03 megaTherion: Made me sad to see y'all weren't following up with nuclear. 18:04:05 megaTherion: What's your rate-per-kwhr? 18:06:41 I'm at $0.10263 USD/kwhr 18:07:38 I think its 0.36 EUR / kWh 18:07:44 Wow. 18:07:45 some pay less, others pay more 18:07:50 and this is not all we pay sadly 18:07:59 I'm sure there are base-rate charges, etc. 18:08:00 ya I'd like to go nuclear but we're ruled by complete morons 18:10:37 ya we have some CO2 taxes and other crap we have to pay on top of that 18:55:17 bruh the installer TUI went unresponsive at the select a country step :') 18:58:58 unwrapped_monad: you're on current? 19:00:02 nyo im on release 14.2 19:02:29 eh try current, you're gonna be developing the system 19:04:55 ooh ohkie 19:05:27 maybe i messed up with the manual partitioning (⁠╥⁠﹏⁠╥⁠) 19:06:12 you chose zfs right? boot environments are gonna be really useful for you 19:08:01 are they like btrfs snapshots? (⁠・⁠o⁠・⁠) 19:08:39 any chance of getting ufs encryption via the installer? ;) 19:11:29 Sure. Choose GELI encryption. I am pretty sure it Just Works. But I always choose ZFS instead of UFS these days. 19:12:29 unwrapped_monad, You should read this: https://wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND 19:15:39 rwp: thx <3, i'll go through 22:25:06 anyone recommend a strategy to kee 22:25:10 woops 22:25:56 Does anyone recommend a strategy to keep changes to base src tree across multiple git branches? 22:26:08 I messed with the Makefiles and wa t to 22:26:18 Wow, something is wrong with this keyboard... 22:27:13 I messed with the Makefiles and want to preserve them, even against base, but don't want to commit them (ideally) 22:32:53 farhan: stash the changes, or better - commit to main branch and cherry-pick to other branches 23:56:42 Definitely commit your changes. Commit them to a local branch. Then you can fetch the upstream branch routinely. Rebase your commits against the upstream. 23:57:05 There are lots of articles written describing how to work with upstreams. 23:57:38 https://freebsdfoundation.org/?s=git