-
Macer
woop
-
Macer
RELEASE released
-
mason
Hm, schedule said it'd not be until December 2nd.
-
V_PauAmma_V
It's not released until the announcement goes out to freebsd-announce@.
-
hodapp
upgrade time!
-
LxGHTNxNG
:o
-
kenrap
Welp, hope that the "sneak peek" will be the actual RELEASE release...
-
mason
I'm most curious about pkgbase, because all the docs are still referring to it as experimental.
-
kenrap
It sadly still has a fair amount of problems. I'm not jumping ship to that anytime soon.
-
mason
pkgbase being complete might have compelled me to jump sooner, but I feel like I'll be staying on 14.3 for a while yet.
-
Macer
is that something you have to use? i thought freebsd-update is still part of 15
-
Macer
V_PauAmma_V: it's available for download. i mean the builds started today according to the release schedule and the RCs were out (around) the same as the dates listed
-
Macer
they probably just don't add it to the main download page until after announcement?
-
kenrap
The period between now and until the announcement means there is on-going testing from Colin Percival for that RELEASE build. In those (perhaps rare) cases where it turns out to be problematic, a newer build may show up, leaving you in the dust with an unsupported build.
-
kenrap
So you take a risk in trying it out.
-
mason
Patience is a virtue!
-
kenrap
Yep
-
JetpackJackson
Ah I'll wait then
-
Chip1972
how to fix this?
-
Chip1972
root@Install:~ # ls /dev/ada1s1*
-
Chip1972
/dev/ada1s1 /dev/ada1s1a /dev/ada1s1b
-
Chip1972
root@Install:~ # gpart show ada1s1
-
Chip1972
=> 0 20971520 ada1s1 BSD (10G)
-
Chip1972
0 4194304 1 freebsd-ufs (2.0G)
-
Chip1972
4194304 16777216 2 freebsd-zfs (8.0G)
-
Chip1972
root@Install:~ # mount ada1s1a /mnt/
-
Chip1972
mount: ada1s1a: No such file or directory
-
mason
Chip1972: Give that ada1s1a a full path.
-
Chip1972
how to write bootloader to mbr?
-
Chip1972
how to fix this?
-
Chip1972
root@Install:~ # gpart show ada1s1
-
Chip1972
=> 0 20971520 ada1s1 BSD (10G)
-
Chip1972
0 4194304 1 freebsd-ufs (2.0G)
-
Chip1972
4194304 16777216 2 freebsd-zfs (8.0G)
-
Chip1972
root@Install:~ # gpart set -a active -i 1 ada1s1
-
Chip1972
gpart: attrib 'active': Device not configured
-
rwp
Chip1972, Seeing that device ada1s1 it looks very strange to me. That's already a slice of ada1. Is that really what you intend? How was that created? What does "gpart show ada1" and "gpart show -l ada1" say?
-
rwp
And with that I don't think it is possible to set the active flag on a slice of a slice of a device.
-
rwp
Full disclosure I am not an expert on this topic.
-
Chip1972
rwp: I want to boot my manual installation. The boot is stalled "booting from hard disk"
-
rwp
Chip1972, I'll point you to this reference as a good place to start:
wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND
-
Chip1972
rwp: I am using MBR
-
rwp
But there is no freebsd-boot slice listed in your output.
-
rwp
-
rwp
Unless you absolutely must do it otherwise I strongly suggest using BIOS+GPT+ZFS.
-
Chip1972
I have a 1TB HD with MBR data.
-
rwp
The Klara Systems article I reference includes examples of installing boot code for the MBR case.
-
rwp
But I am still skeptical that one can nest partition tables like that and boot a nested slice that resides in a device slice. Maybe it is possible. But if so it is still highly atypical.
-
rwp
Normally with MBR on an ada0 device one might "gpart bootcode -b /boot/boot0 ada0" to install the boot code there and "gpart set -a active -i 1 ada0" to set it as the active partition. But your message showed "gpart set -a active -i 1 ada1s1" trying to set it upon a partition slice of a slice of the device. I don't think that can work.
-
cpet
hernan604:
-
cpet
FreeBSD drink.unix.beer 15.0-RELEASE FreeBSD 15.0-RELEASE releng/15.0-7aedc8de6446 GENERIC amd64
-
Chip1972
rwp: yes... I tested a default unstallation. and ada0s1 is the boot partition
-
rwp
If ada0s1 is the boot partition then you don't set -i 1 ada0s1. That should be "gpart set -a active -i 1 ada1" because -i 1 already selects the first slice of it.
-
rwp
The gpart -i option is the index of the target partition so -i 1 maps to s1.
-
cpet
i had to use a usb ethernet card to update to 15, not realzing that dhclient ue0 updates resolv.conf making bastille not work
-
kerneldove_
is 15R looking good?
-
crb
what is in the "optional" set on a 15.0 install?
-
mr_sm1th
Hi! Does anyone know if there is a port of sqlite_rsync?
sqlite.org/rsync.html
-
Macer
is there a way to upgrade hard drive firmwares in fbsd?
-
zip
silly question perhaps but is there documentation yet about using pkgbase for jails?
-
angry_vincent
Macer: Yes. with nvmectl
-
angry_vincent
or nvmecontrol rather
-
Macer
I meant platters.
-
Macer
It doesn’t matter. My disks don’t have an available firmware upgrade anyways.
-
angry_vincent
i do not update nvme firmware on already working system. neither i do upgrade zfs pools. 2 goldens rules
-
Macer
i had to upgrade my pool. i want to use raidz expansion :)
-
Macer
although i do wish you could disable the upgrade message
-
Macer
or at least make it smaller.. like poolname (Upgrade) instead of the paragraph it gives
-
Macer
or maybe just a flag to show if you can do it
-
rwp
I have gotten so used to seeing the zpool status upgrade message that I mentally ignore it now. I am never in a hurry to upgrade the pools because it prevents being able to use Boot Environments to recovery boot the previous OS version. And the previous zfs features are sufficient for my use.
-
Macer
omg. i thought this barracuda wasn't SMR.. but i guess it is.. this resilver is going to take a week
-
Macer
i'll be better off just ordering a good disk.. waiting... and replacing with that
-
rwp
Friends don't let friends use SMR drives in a RAID.
-
rwp
Macer, I asked but didn't hear if this storage array you are working on is a test setup testing expansion or if this is an in use array that you are trying to expand. You said you had a previous disk failure?
-
Macer
no. i was trying to add a disk and one of the old drives broke while doing it lol
-
Macer
so the only one i had was a barracuda in a drawer but i didn't realize that an 8TB barracuda was smr so now it's stuck in the endless resilver
-
rwp
Might be best just to stop it, and remove it then, and wait for the replacement.
-
rwp
I am simply curious... What is the structural layout of the array? It's a mirror and operating on only one drive now?
-
Macer
yeah probably
-
Macer
it's raidz2
-
Macer
so i have another disk that can fail before i have to start getting nervous
-
rwp
It's raidz2 so at least 3 disks in it at one time, now with one failed and removed. 2 drives still working. State will be degraded. Gotcha.
-
Macer
SMR is such garbage.. i'm trying to think what kind of use case they'd be used. i guess maybe for capturing low bandwidth video footage from cameras where zero performance is necessary?
-
Macer
yeah. it's degraded now.
-
rwp
I would walk carefully around it so that neither of the remaining drives get bumped!
-
rwp
Most consumers buying stuff like this have no idea what they are buying. They don't know anything about CMR or SMR or anything. They just see USD$$ and a 8TB or some combination and go, that's the cheapest one, I am buying it.
-
rwp
As to what it would actually be good for, well, I guess it would be okay as a single drive in a USB that is sometimes connected and then an image dump written to it. That would start at the beginning of the drive and proceed and that is relatively efficient to do on SMR drives. It's the random access which is terrible.
-
rwp
So actually video storage could be okay with it. Maybe. I am not using one but maybe in a video storage system which is just writing huge files linearly then it might be okay on an SMR.
-
Macer
yeah at the time i didn't know that SMR was hot garbage since it was relatively new and the drives were so cheap
-
Macer
i also wasn't sure if the 8TB barracudas were SMR at all. i just figured they were cheap consumer grade disks
-
Macer
now they're a problem :/
-
rtyler
Macer: rough, I once made the same mistake. Newegg did not have the drives labeled as SMR x_x
-
rtyler
eventually one failed and I couldn't resilver the ZFS pool correctly, since drives started to throw all sorts of controller errors with higher random write load, ended having to cry and buy new drives for a totally new pool. Fortunately I was able to mount the old pool in a degraded state and save data
-
rwp
General Hint: If a drive fails in a zfs array don't immediately remove it and then replace it. Instead add in the new replacement drive. Use the zfs replace command to silver the new drive while the old one is still there and partially working. It's a "make before break" process and somewhat safer.
-
hodapp
rwp: does it still make use of a failed drive somehow?
-
rwp
Then after zfs has replaced the drive the failed drive is no longer in use then remove it from the system. Unless the drive is completely dead then it still holds some of the redundancy and can still provide data blocks for the working part of the drive if it has not completely failed.
-
hodapp
even if reads are failing?
-
rwp
hodapp, Yes.
-
rwp
If the drive has completely failed and nothing is working then might as well remove it. But mostly when spinning drives fail there is still partial ability to read sectors that are still working and zfs will read those if needed.
-
rwp
With SSDs though for me a more typical failure is that the SSD controller fails and then the entire device is completely dead.
-
rwp
At one time I had a drive that was giving read errors on some data blocks and I used GNU ddrescue to clone the failing drive onto a good drive. I did that in a different system. Let it run for more than 24 hours before it had scraped everything it could off the failing drive. Then I put the good drive with the copy of that data back into the zfs array. Then ran a scrub. That re-silvered all of the missing data blocks back onto the
-
rwp
new good drive.
-
hodapp
my most bizarre failure was on a cheap SSD that would just fall off the bus after a few weeks
-
rwp
Would it come back after a power off power on cycle? And then repeat again after a few weeks?
-
hodapp
yes, but for whatever reason this manifested as: the device getting the wrong address because DHCP was never released properly
-
rwp
That is a bizarre stream of events.
-
hodapp
it took me a long time to connect "box is on the wrong IP" with "drive fell off the bus"
-
hodapp
I think it was finally by chance I caught it happening after I plugged in a monitor and was tailing logs or something
-
Macer
rtyler: yeah. it makes me wonder if raidz expansion is even possible with this pool because of that and i have it hanging out in the background waiting on the resilver
-
Macer
and one drive just removed itself from the pool
-
Macer
which is odd because it was actually moving along quite well since i guess the writes are awkward during reflow
-
Macer
expand: expansion of raidz2-0 in progress since Thu Nov 27 22:35:46 2025
-
Macer
12.2T / 69.2T copied at 88.1M/s, 17.63% done, paused for resilver or clear
-
Macer
it hit 12 TB and then a drive just up and completely died. like died died because pulling it and putting it in another bay sure didn't help matters. freebsd wouldn't even boot until i yanked it out with nonstop controller errors
-
Macer
829G resilvered, 15.02% done, 5 days 01:24:32 to go
-
Macer
i suppose i can just grind through it for 5 days since amazon can't get me a drive here until wednesday for some reason anyways
-
Macer
hodapp: what on earth does dhcp have to do with an ssd falling off the bus? lol
-
rwp
If it were me then before I expanded an array I would have it scrubbed and re-silvered so that the array was online and not degraded. Then I would expand it.
-
Macer
i did scrub it. just recently. this seems like like catastrophic drive failure
-
Macer
it happened during the expansion
-
Macer
it is what it is. i'm down 1 disk of parity that's rebuilding so i'll just wait it out and hopefully it completes without issue.. but i think i'll definitely work on making sure i remove all the SMR drives little by little.
-
Macer
which i guess aren't bad when you're simply using them. but expanding them and restoring a pool with them is not happening.
-
cpet
after updating my desktop I noticed that install the gpu firmware kmods manually it doesnt install beige or renoir
-
cpet
do I had to remove all gpu stuff, and just let fwget install what it needs
-
cpet
after about an hr kldload amdgpu finally didint panic my system