-
rwp
A sysadmin cohort is sending them to iocaine. I would block them. Instead of keeping them busy on the system that I want them off.
-
LXGHTNXNG
maybe send them a redirection to a different-system iocaine or nepenthes?
-
rwp
I have thought of that! :-) I would rather block them at the firewall.
-
bradd
can someone help me attach another disk to a zpool. -->
termbin.com/wmmj
-
ivy
skered: if you install llvmXX from ports, it'll give you a toolchain file like /usr/local/share/toolchains/llvmXX.mk which you can use with "make CROSS_TOOLCHAIN=llvmXX buildworld"
-
ivy
(XX = 19, 20, 21, etc)
-
ivy
if you'd rather use your own home-made llvm, you should be able to set XCC, XCXX, XCPP and XLD to point to your versions... i've never actually tried doing it that way though
-
ek
bradd: You can partition the disk to make it match, but if it's only for storage or something and doesn't require partitions (which it seems like it might?), you can juse use "zpool add" to add a disk to a pool (not "attach")
-
bradd
ek, I think add is to add another mirror set with the newly specified drives. as per my url, I want to add nda1 to mirror-0. (not create a new mirrored device)
-
ek
bradd: Ah. I think I misunderstood.
-
ek
You're just trying to add a 3rd disk to the mirror, it sounds like?
-
ek
In that case, "zpool attach <pool-name> <disk-to-mirror> <new-disk>" should work.
-
ek
However, I'm not sure if the partitioning will matter. It might. So, you may want to copy the disk config (say, nda0) to nda1 first using gpart.
-
bradd
ok. I did 'zpool attach zroot mirror-0 nda1' and I get -> cannot attach to mirror-0 : can only attach to mirrors and top-level disks.. isn't zpool/mirror-0 a mirror?
-
ek
Yeah. You need to attach to the pool (zroot) but not the vdev (mirror-0). You're just telling it to mirror a disk (nda0 or nda2).
-
ek
So, probably do a "gpart backup | gpart restore" from nda0 to nda1, and then a "zpool attach zroot nda0p4 nda1p4" or whatever disk you want to mirror.
-
ivy
this seems like a bug, since the manual page clearly indicates this should work
-
ek
ivy: Are you talking about bradd's issue?
-
ivy
yes
-
bradd
ek, yes that worked. thanks for the help
-
ek
Which manpage are you looking at? ZFS or FBSD?
-
ivy
the manual explictly mentions attaching to "mirror-7" as a valid option, so it should work
-
ivy
ek: zpool-attach(8)
-
ek
bradd: Excellent!
-
ek
ivy: Huh. I've never tried to add a an additional disk to a mirror without specifying the disk. Haven't checked the manpage. But, yes, something is amiss.
-
skered
ivy: I think it might just be failing with 21.
-
skered
ivy: I was reading about that var about an hour ago but I did have the full list excluing CROSS_BINUTILS_PREFIX and X_COMPILER_TYPE set from the comman line the Xvars
-
skered
I did have a couple other things set though.. Try with a clean set not trying to disable anything.
-
ivy
fwiw, i regularly build main with llvm 22 and don't have any issues. i haven't tried 21 though
-
skered
Ok. I'm going to guess it's something I was doing then.
-
skered
er no.. there it failed.
-
skered
Might as well try with 22 since it's the latest. (21 always was).
-
ivy
fwiw, if you're on a stable branch, it might be some fixes didn't get backported yet
-
skered
this is master.
-
ivy
you mean main, right? (i only ask because there's an old "master" branch on github that hasn't been updated for years)
-
skered
er yeah main.
-
ek
Yeah. I got bit by the master -> main change on github just earlier today. Took me a bit to figure out why things were... strange.
-
skered
ivy: 22 just worked. So my head banging today I guess was just 21.
-
ivy
now if only i could get the linux gcc build working...
-
nxjoseph
hi, anyone noticed that cpuset(1) cpu selection with ranges doesn't work as expected?
-
tm512
having this issue with firefox again where if I allow it to use the pulseaudio backend for audio, the output is so loud that it clips. looking in pavucontrol though, nothing is cranked up past 100%
-
tm512
setting cubeb to use the OSS backend is not a viable solution, unfortunately, since it makes FF drop about 50% of all frames when playing back 60fps video
-
tm512
has anyone else run into this?