00:00:14 lw, exactly :) 00:00:23 lw, I went home again... :s 00:00:32 better not to type wine64 rn 00:01:17 jbo: factorio.exe is sitting right there 00:02:18 lw, ssssh! 00:02:33 i guess this means quality time in the dc with fbsd-14 and zfs 00:12:22 i'm this |-| close to abandoning opnsense and just doing it myself 00:12:51 had to keep killall pkg-static last night to get the damn thing to upgrade because it'd hang, but not a whole lot of visibility through a web UI 00:14:33 jbo: i think i should do something about the wine/wine64/wow thing before i386 actually gets removed as an arch. surely it must be possible to build the 32-bit bits as part of the 64-bit package 00:20:25 lw, I have no idea how upstream works - sorry :/ 00:22:05 apparently you have to build it twice, and tell the 32-bit build where the 64-bit build is https://wiki.winehq.org/Building_Wine#Shared_WoW64 ... this sounds annoying to do in ports 00:22:06 Title: Building Wine - WineHQ Wiki 00:23:05 mainly since ports doesn't do multilib at all, it's either 32-bit or 64-bit 00:25:43 would be nice to fix this in ports itself but... that sounds like a much larger project than i want to take on 00:28:32 fml does freecad now also depend on lang/rust ?! 00:36:19 jbo: your face depends on lang/rust 00:40:04 how do I display all insalled packages that come a particular category, like devel or lang ? 00:42:36 mns i think pkg-query will do it 00:42:37 mns: this is the best way i can find: pkg query '%C %n'|awk '$1 == "shells" {print}' 00:42:51 i thought a pkg-query expression would do this but you can't use %C in an expression 00:44:58 rtprio, lw: thanks. I was trying to do it with pkg-info and was not finding anything in the man page for it 00:46:38 jbo: btw, did you ever hear back from gerald@ about wine? 00:46:56 (just wondering in case that weird mail issue ate the reply) 00:52:40 lw, noperino 00:53:17 i could go for some cabernet sauvignon 00:54:22 there an umozillad firefox in ports like there's an ungoogled chrome? 00:57:32 alepzi: www/librewolf perhaps 00:57:52 also palemoon.org 00:57:57 but i've never used it 00:58:01 i checked palemoon but it's not in ports 00:58:18 lw, the wine+fct situation makes me want to investigate what is necessary to get rid of screen tearing (nvidia GPU). I have noticed it from the day I switched to FreeBSD as my desktop but never bothered to do anything about it. but this is now becoming a mood point 00:58:34 librewolf looks good 00:58:44 jbo: interesting, i've never had screen tearing at all with amdgpu under wayland. i wonder if i had to enable an option for that? (i don't remember doing so) 00:58:51 librewolf works well for my Youngest 00:59:04 alepzi: make sure both the ports and the upstream are up to date with security patches, sometimes these forks can lag behind 00:59:39 jbo: although if you use X, i do vaguely remember there's an xorg.conf option to enable vsync 01:07:37 jbo: check the nvidia driver docs, there's a list of X settings in there somewhere 01:07:59 might be called 'tear free' or something, unless that's the AMD name... i haven't used nvidia for years 01:08:04 lw, I'm doing X + nvidia 01:08:19 lw, yeah I don't even have a xorg.conf 01:08:27 you can create one with the power of vi :-d 01:09:04 hmmmm.... I have /etc/X11/xorg.conf and /usr/local/etc/X11/xorg.conf.d/ 01:09:20 lw, actually I do have one at /etc/X11/xorg.conf. that seems to get generated automatically when installing nvidia drivers 01:16:41 lw, I added Option "TearFree" "true" to the "Device" section of xorg.conf and restarted X. the log tells me: "Option TearFree is not used :(( 01:17:10 jbo: did you get that from the nvidia manual or from what i just said? if the latter, please bear in mind i have no idea what i'm talking about, i don't use either nvidia or X 01:17:16 Does FreeBSD have the "nvidia-settings" app? 01:17:41 In mine on Linux the screen tearing stuff is called "pipeline" something 01:17:46 lw, my knowledge is inexistent when it comes to graphical/desktop stuff and there seems to be a lot of noise turning up through google 01:18:17 SponiX, would that be ForceCompositionPipline by any chance? 01:18:46 Yeah, that is the one 01:19:03 SponiX, does that go into xorg.conf? 01:19:35 > ForceCompositionPipeline": possible values are "On" or "Off". The NVIDIA X driver can use a composition pipeline to apply X screen transformations and rotations. "ForceCompositionPipeline" can be used to force the use of this pipeline, even when no transformations or rotations are applied to the screen. 01:19:35 On *cough* Linux, I run "sudo nvidia-settings" and enable that under "advanced". Then have the settings program save it to my xorg.conf 01:19:57 SponiX, to answer your question: nvidia-settings does exist on FreeBSD. I'd just have to compile it first 01:20:06 (on linux i had to rearrange my screens with nvidia-settings every reboot) 01:20:09 doesn't it come with the driver? 01:20:18 lw, no x11/nvidia-settings 01:20:21 It will not save and be permanent unless I run it with sudo 01:20:21 ah 01:20:41 jbo: there's a package https://www.freshports.org/x11/nvidia-settings/ 01:20:42 Title: FreshPorts -- x11/nvidia-settings: Display Control Panel for X NVidia driver 01:20:47 time to figure out how to do that without the gui 01:20:53 lw, I know - did I not literally just say that? :D 01:21:02 no, you just said you'd have to compile it... 01:21:06 jbo: I can cat my xorg.conf to a pastebin if needed? 01:21:20 SponiX, that would be lovely - but only if not too much effort/time 01:21:31 I just rarely do graphics stuff so lack of knowledge on my end. 01:21:36 I'm an embedded/headless person 01:21:43 screw eyes! 01:21:49 jbo: oh when i said 'package' i meant precompiled on pkg.freebsd.org. that probably wasn't clear 01:21:54 just to save you the time compiling it 01:22:11 https://termbin.com/8cab 01:22:13 lw, aah, sorry. yeah package != port you're right. apologies. 01:22:26 > Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}" 01:22:43 Given, this is a Fedora Linux xorg.conf with Nvidia. So, a direct copy/paste into FreeBSD is likely to fail ;) 01:22:43 > Option "SLI" "Off" :D 01:22:58 SponiX, so not using the official nvidia drivers? because then they'd be the same 01:23:18 jbo: Oh, I'm using the official Nvidia drivers. Just on Linux 01:23:29 SponiX, should be good then (based on my drivers knowledge) 01:29:17 no more tearing! 01:29:21 thanks SponiX 01:29:35 Glad I could help ;) 01:30:29 back to wasting time with factorio 01:32:18 hah you did run wine64 01:39:28 heh: Approved by: portmgr (blanket, just fix it) 01:42:53 I did 01:45:28 jbo: my question is, why on earth don't they ship with that enabled be default? 01:45:36 Do some folks actually like tearing? 01:48:03 why is there no way to have poudriere testport generate a package you can install. i have to build wine-devel 8 times to test port (4x testport, 4x bulk so i can actually run it) 01:48:11 SponiX, it's not just a "turn of tearing" option. It has more implications 01:50:25 (and unlike every other ports maintainer, i don't have a 32-core CPU to run this on) 01:51:44 lw: I've been known to testport -I it, then rip the pkg out of the jail... not the cleanest thing, but functional 01:51:59 lw: I can loan you like 14 cores and 128G of ram or so - If you need ;) 01:52:04 maybe i should make my testport script do that 01:52:44 I don't even have a FreeBSD vm at this moment though. So it would take me a bit to spin one up 01:55:25 lw, it's all ancient hardware tho. 01:56:04 jbo: you might have a different definition of ancient, my ZFS/VM server is a Ryzen 2700X... 01:56:21 i do having a 12-core Haswell Xeon lying around somewhere but i'm pretty sure even my 8-core desktop is faster than those old things 01:56:38 lol 01:56:49 my 22-Core is Broadwell ;) 01:58:19 2x E5-2690v4 and 2x (something I forgot) 01:58:33 i want to buy something with a decent spec some day (maybe 32-64 cores, 128GB RAM) but i don't know whether to upgrade my desktop or the server 01:58:44 probably makes more sense to upgrade the server since i can run testport and whatever in VMs 01:58:44 lw, I have exactly the same problem right now. 01:58:56 lw, and for me it currently makes more sense to upgrade the desktop :( 01:59:11 lw, I am still thinking about it but I might go Threadripper 7960x 01:59:16 seems very decent price/value 01:59:27 i was looking at Epyc Milan, those are affordable on eBay and i could start with 1 CPU and add a second later 01:59:28 and for a desktop the comparably higher single core is nice 01:59:42 i guess epyc is bad for desktop because the individual cores are a bit slower though 02:02:50 I'm on this X99 2011-3 system until it dies 02:03:00 x99 was nice 02:03:02 Or I die, whichever comes 1st 02:07:35 Mem: 7543M Active, 10G Inact, 1291M Laundry, 9115M Wired, 1104M Buf, 3252M Free 02:07:40 what does "Inact" mean 02:07:45 inactive 02:07:49 ... 02:07:57 yes, but what does it *mean* :-P 02:08:13 i thought it meant "allocated, but on the freelist" but according to someone on the mailing list it does not 02:08:15 https://wiki.freebsd.org/Memory 02:08:16 Title: Memory - FreeBSD Wiki 02:08:53 that's a bit terse... is it like buffer cache pages which are eligible to be freed but could be reused if needed? 02:09:02 (i use ZFS though, so i shouldn't have any buffer cache) 02:09:52 or is it like when application free()s/munmap()s pages they end up as Inact until they're purged and go back to free? 02:12:16 come on tiny freebsd/i386 vm, you can build this port today, i believe in you 02:12:53 apparently giving the i386 vm 8GB of memory was pointless because ARC is limited to 4GB anyway... 02:17:42 weird to think about how we used to worry about how to run ZFS with 2GB RAM 02:22:23 lw sup mate 02:22:31 still having issue to connect in hexchat 02:22:42 same thing ssl handshake timed out 02:22:46 did you ask #hexchat? i'm sure more people there know about hexchat than here 02:23:51 you think is hexchat the problem? 02:24:08 i see in preferences ssl settings disabled 02:25:06 yes, whether to use SSL or not is an application setting 02:32:00 jbo: you have (bug)mail 02:32:54 did you just absue the CC field? :o 02:33:28 > jbo: this is ok to commit 02:33:29 bruh 02:33:30 :D 02:33:32 i believe i "used" it in the correct fashion, to make you aware of the bug! 02:33:40 jbo: i mean it's a final patch, not a wip 02:34:00 unlike the previous patch where the first one hadn't finished testing 02:35:26 also i just noticed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276398 is open... 14.0.0 is already out, but we can't update to that because our setuptools is too old, does it still make sense to update to 13.1? 02:35:28 Title: 276398 – net/py-pychromecast: update to 13.1.0 02:36:21 if 13.1.0 valid upstream realease and everything is fine with the port then sure, why not? 02:36:41 ok, do you want me to cc you on that one too? :-P 02:36:57 you're on thin ice :p 02:37:27 how many ports commits do you think factorio on freebsd is worth? 02:37:59 I have a number in mind but I'm not sure whether it's a good move to communicate that 02:38:19 is it less than zero because no you have no time to do anything except play factorio? 02:38:34 I told my buddy today that you helped me getting factorio to run under FreeBSD and he was like: "oh god no" 02:40:19 lw, in your git commit subject, can you please start with an upper-case letter after the column? Don't update/change the patches you provided. just for the future 02:40:32 emulators/wine-devel: Update to 9.3 (instead of 'update') 02:40:35 after the column? 02:40:39 colon? 02:40:39 oh, colon. ok 02:40:46 english is my third language so idk 02:40:53 i don't normally use upper case letters at all but i'll try to do that 02:41:00 je parlais francais si vous voulez 02:41:13 (but my french typing is bad so... (2nd language)) 02:41:29 lw, ports commits are not about personal preferences :p 02:41:58 [00:00:24] Building 26 packages using up to 26 builders 02:41:59 je parle kein Engels 02:42:12 that makes me think that you speak dutch 02:42:31 ? it's not a personal preference, it's just how i type, if there's a law that we have to use an uppercase letter there i'll put one there 02:43:15 (a lot of other people seem bad at this though!) 02:48:38 why tf is it building with gcc 02:48:54 does wine not build with llvm? 02:49:25 i was intending to investigate that but apparently it required gcc at least at some point, i didn't touch that 02:50:20 --without-krb5 :o 02:50:41 jbo: out of the last 10,000 ports commits, 2,895 used a colon followed by a lower-case letter, 6,718 used a colon followed by an upper case letter, 387 did not match my regexp. so 30% don't follow this rule 02:51:20 lw, I'm not going to argue about this. No matter what rule or guideline I'll mention everybody (and most definitely you) will find many examples where people did not adhere to that. 02:51:44 sure, i'm just wondering if there's even a point having such guideline when everyone ignores it 02:51:46 jbo you're doing great i believe in you 02:52:01 obviously not your fault unless you were the one who came up with it :-) 02:53:25 (i just find silly rules like this annoying, in general) 02:57:47 hm, i went through all my old portscout emails but there's nothing interesting in there 02:57:54 damn ports maintainers for keeping everything i use up to date 03:01:03 it's almost as if the freebsd ports ecosystem & community is not as bad... 03:01:17 heh, no, net-im/toot is still broken, i just can't do anything about it 03:09:30 lw whats the correct command to update/upgrade freebsd 14.0 in terminal? 03:10:11 warsoul, https://www.freebsd.org/releases/14.0R/installation/ 03:10:12 Title: FreeBSD 14.0-RELEASE Installation Instructions | The FreeBSD Project 03:12:42 jbo pkg update what is for? 03:13:02 warsoul, I do not understand the question 03:13:26 that command what is for? 03:17:19 warsoul, 'pkg update' will fetch the latest package catalogs from the configured repositories (similar to 'apt update' or 'apt-get update') 03:40:51 warsoul: if you're talking about keeping the base system updated, freebsd-update: https://man.freebsd.org/cgi/man.cgi?freebsd-update 03:40:52 Title: freebsd-update 03:41:25 if you're talking about keeping the packages installed on top of the base system updated, that's what pkg is for, pkg update will fetch the repo info, pkg upgrade will install all available updates 03:42:17 at least for now there's a pretty clear split between the base system and third-party software packages, unlike Linux where the base system is usually just managed directly through the package manager 03:43:28 pkgbase brings FreeBSD more in line with the Linux way of doing things, but it doesn't seem ready for general use yet 03:47:41 i guess that's one way to look at it 03:47:55 more like pkgbase brings it in line with the Solaris way of doing things 03:47:59 what's a 'Linux'? 03:52:44 pkgbase is more like Linux than Solaris 03:52:59 mason: i think it's more like Solaris because it's building packages from a single unified source tree 03:53:07 where Linux builds discrete packages like 'coreutils' and 'diffutils' 04:00:41 i'm poking around sysctl.c a little and I don't see where all the extra categories come from 04:01:32 like on my system I have not just the defaults like kern, hw, vfs, etc. but also ugen1,ugen2,ugen3,security,a few more i can't remember 04:02:02 one of them is... 000 i think. where do i find those definitions for what they do? 04:50:45 Is there any plan to fix the quarterly firefox vaapi error? 04:51:30 fix something? in ports? would you like a pony too 04:51:38 And some candy, yes. 04:51:57 this is the issue where someone backported firefox 123 and forgot to backport the ports it depends on, right? 04:52:00 Yes. 04:52:05 At least, pretty sure that's it. 04:52:17 yeah... good luck. 04:52:22 Mm, no, Firefox 115.8.0esr 04:53:19 That appears to be the only Firefox available to pkg(8) at the moment. 05:16:35 mason, I guess that is a good warning for me who is still running firefox-122.0.1_3,2 okay, but 123 is working through: https://www.freshports.org/search.php?query=firefox&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive 05:16:58 rwp: You're not on quarterly ports then? 05:17:10 I believe I am on quarterly. 05:17:14 hm 05:17:21 curious that I only see 115.8.0esr 05:17:59 that freshports page is weird 05:18:09 firefox has 122.0 packages but only for ppc64 and aarch64? 05:18:11 It shows 115.8.0esr as firefox-esr 05:18:33 pkg info firefox | nc termbin.com 9999 here produced https://termbin.com/yda9 05:18:36 Ah well. Will dig some more in the AM. I should set up a new local Poudriere anyway. 05:20:27 Note that I am running firefox not firefox-esr 05:20:57 But if I search for firefox at this moment there is nothing available. It's a gap now. 05:26:33 https://www.freshports.org/www/firefox/ shows that it has built firefox 123 for latest but not yet for quarterly. It must still be in the build queue somewhere. 05:26:34 Title: FreshPorts -- www/firefox: Web browser based on the browser portion of Mozilla 05:28:27 Firefox 123 has been committed to ports: https://cgit.freebsd.org/ports/commit/?id=7f5a7b0e524c8d32727681a4324905e350dc433c 05:28:28 Title: ports - FreeBSD ports tree 05:30:36 Firefox 123 is showing up as a failed port: https://pkg-status.freebsd.org/beefy14/build.html?mastername=132amd64-quarterly&build=29e7acd4bc33 05:30:37 Title: Poudriere bulk results 05:31:10 I am still struggling to understand and navigate pkg-status.freebsd.org but it's a good exercise to try to work through it. 05:33:20 I think FF 123 has been available for a while I think, pkg info reports that it was built on feb 21 05:52:25 Are you on latest or quarterly? ff 123 has not yet been built for quarterly. https://www.freshports.org/www/firefox/ 05:52:26 Title: FreshPorts -- www/firefox: Web browser based on the browser portion of Mozilla 05:57:36 Firefox 123 for quarterly is still waiting for build dependencies to build. https://pkg-status.freebsd.org/builds/default:quarterly:132amd64:29e7acd4bc33:beefy14 06:34:15 rwp: latest here 09:40:11 any idea what's the "proper" way to restart a NFS server ? I have dozen of clients with many mounts, should I unmount them first? 09:45:54 If you do not unmount, may have to do after the server starts due to "stale file handle" error appearing on clients 09:46:55 ... but then my experience is mostly with "soft-intr" mounts 12:05:57 "POSIX.1", "4BSD"... Why do Unix things sometimes use weird naming schemes like that? Why not "POSIX 1" and "BSD 4"? 12:09:21 TuxJobs: BSD prefixes its version numbers because the first one was just "Berkeley Software Distribution" and the second one was the "Second Berkeley Software Distribution" and so on. 12:09:46 They abbreviated it to 2BSD and it stuck that way. 12:56:40 I see. Makes kind of sense. 13:21:28 Before I execute "ifconfig re0 -rxcsum -rxcsum6 -txcsum -txcsum6 -lro -tso -vlanhwtso -vlanhwfilter", I had; options=602019 on my re0 interface 13:21:44 After it, I have: options=2019 and it seemx rxcsum is still there. Any clue? 13:22:10 *it seems 13:37:04 one day i wrote about nginx /robots.txt not matching and in angie it worked right away. 13.2-RELEASE-p9 - nginx version: nginx/1.24.0. deb stable distro works fine nginx version: nginx/1.22.1 14:07:08 j /#jrubberduck 14:44:21 Should one put "USE_JAVA" in a port even when I only need JRE? 14:45:36 I am installing a .jar and need the JAVAJARDIR variable 14:45:47 yet putting USE_JAVA starts installing the whole JDK 14:47:51 Makefile error: "21+" is not a valid value for JAVA_VERSION. It should be one or more of: 8 11 17 18 (with an optional "+" suffix.) Even though in the handbook it's written till 21 15:12:26 hackerman: it might be that USE_JAVA means jdk for build-time, jre for runtime 15:12:39 but, the easiest way to figure this out is to look at the makefiles 15:13:49 meena, wdym by "means" 15:14:25 is there a context in which you can define it, that changes it meaning? 15:18:38 https://github.com/freebsd/freebsd-ports/blob/main/Mk/bsd.java.mk#L264-L272 15:18:40 Title: freebsd-ports/Mk/bsd.java.mk at main · freebsd/freebsd-ports · GitHub 15:18:48 pretty sure my intuition there is correct 20:26:38 has anyone come across the issue of moving a main drive to another and having the efi /boot partition stay with the old drive? 20:27:23 i am in a situation where there is a drive that is mounted and for some reason it keeps wanting to use /boot even though the OTHER drive has an etry.. 20:28:17 i am trying to get this layout: https://dpaste.org/oALSV 20:28:19 Title: dpaste/oALSV (Plain Text) 20:28:23 UEFI? If so then you will need to update the EFI VARs. efibootmgr(8)? 20:28:24 to point the /dev/gpt/efiboot0 20:29:12 Needing to manipulate the EFI VARs is one of my biggest complaints against UEFI. 20:29:44 https://dpaste.org/fnJpy 20:29:46 Title: dpaste/fnJpy (Plain Text) 20:29:51 so some how i have to get this to work :) 20:30:45 ahh! 20:30:46 https://dpaste.org/LOh5b 20:30:47 Title: dpaste/LOh5b (Plain Text) 20:31:09 so since boot0002 is (null) at end and boot001 is not 20:31:58 voy4g3r2, Read mason's fine documentation on this topic: https://wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND 20:31:59 Title: MasonLoringBliss/ZFSandGELIbyHAND - FreeBSD Wiki 20:33:05 And with that I must afk for a bit. 20:33:10 thank you! 20:33:18 i do not recall doing the efibootmgr steps 20:33:39 voy4g3r2: FWIW, the syntax for efibootmgr is slightly more restrictive in 14.0 20:34:15 lw and I did the UEFI with fallback 20:34:22 we did not do the UEFI with boot variables 20:34:29 lw: thanks for your idea, I was able to update 14.0 into CURRENT and compile drm-61-kmod and x ports! I even got video, though apparently it instantly freezes :D 20:34:31 and i default to, they are the experts.. i was the monkey at keyboard 20:34:32 If you can use the fallback address, that should just work. 20:35:13 yeah for some reason it is going to the "old" drive now.. i want to delete the efi partition and it says it is busy 20:36:11 /boot/efi/efi/freebsd 20:36:20 i do not think that is right.. it should be /boot/efi/freebsd 20:37:04 lets try removing that second efi and see what it does 20:37:31 i should say move the content up a directory level 20:37:53 FWIW, just updated the page rwp linked to note the newer syntax change. 20:39:07 dang it, stills ays that partition is busy 20:39:07 wtf 21:27:08 mason: this is going to sound real dumb, the /dev/gpt/efi0 lines 21:27:17 if i "moved" it do i have to redo it? 21:28:34 so like i have /dev/gpt/efiboot0 21:28:43 crw-r----- 1 root operator 0x8a Feb 29 15:37 efiboot0 21:29:14 which mounts, like your instructins say.. mount -t msdosfs /dev/gpt/efiboot0 21:29:53 is that where this comes into play: https://dpaste.org/LOh5b ? 21:29:54 Title: dpaste/LOh5b (Plain Text) 21:30:39 i take it is partition on nda0p1, which then links to the efi/boot/bootx64.efi 21:31:18 voy4g3r2: looking 21:32:10 because for some unknown reason, the ada0 entry in this output, is showing as busy..i can not do a gpart delete -i 1 ada0 https://dpaste.org/Czg6W 21:32:11 Title: dpaste/Czg6W (Plain Text) 21:32:27 voy4g3r2: So, what you're doing is making a boot variable that lives in your system's UEFI firmware storage. It uses a UUID to find the device with your boot binary, and then the path shows how to get at that from the root of that device. 21:32:53 which, SHOULD be nda0p1 21:32:58 is how i read it 21:33:07 voy4g3r2: Are you trying to delete it from the running system? 21:33:29 the system is running but i am trying to delete ada3 entry NOT the nda0 entry 21:33:34 the nda0 is the new efi 21:33:56 hence the efibootmgr -v "looks" to be telling me it is getting the efi from nda0 21:34:34 voy4g3r2: The boot variables pointing anywhere in particular won't be enough make a partition busy. 21:35:00 Being mounted would make them busy. 21:35:16 Realize that the boot variables are pretty disconnected from the system. From your running system you can see them and set them. 21:35:22 But they don't do anything within FreeBSD. 21:35:54 The only time they're used is when you boot your system, and they're only used to let the UEFI firmware find your bootloader binary, and potentially give it some arguments. 21:36:32 okay, so somethign else must be "making this buys" 21:36:48 So if you're "busy" then either there's something wrong with the device or (more likely) the partition is mounted or part of something like GELI that's using it without it necessarily being mounted. 21:36:52 Yeah. 21:37:07 okay, at least one thing is down 21:37:11 the hunt continues 21:37:12 Something's laying claim to it for some reason. 21:37:31 voy4g3r2: Can you delete it from rescue media / a rescue session? 21:37:44 That's often a good way to guarantee that the running system isn't using it. 21:37:56 i think i tried that already and was having issues 21:37:58 but i am going to try again 21:39:12 this thumbdrive is geting some use these last few days 21:39:36 haha 21:39:42 go figure, the easiest solution si the best 21:39:51 Did it work? 21:40:01 yup 21:40:05 now for the big test 21:40:15 if i reboot, will it boot up using the "right" one 21:40:28 i swore that was done last night.. 21:40:36 here we go 21:40:36 voy4g3r2: As a funny little aside, remember that deleting a partition doesn't strictly make the things on the partition go away. 21:40:56 its booting!!! 21:41:00 oh crap 21:41:01 Good good. 21:41:03 Bad bad. 21:41:10 can't open /dev/gpt/efiboot0 21:41:15 so it WAS using that partition 21:41:31 voy4g3r2: Mm. Did you use the same label for the equivalent partition on both disks? 21:42:13 It found a bootloader if you thought it was booting, so the only fix now is to touch up your fstab probably, and/or adjust the labels you're using. 21:43:51 hrm. 21:44:05 i am confused, i thought the efibootmgr -v showed pointing to nda0 21:44:15 but now i have to "recreate" the boot0 21:45:42 that's easy - the basic steps are in my guide 21:46:06 yeah, okay that should be easy 21:51:02 interesting.. your notes mason 21:51:10 you have /dev/gpt/efi0 /boot/efi0 msdosfs rw,late 0 0 21:51:15 but my current fstab 21:51:31 is /dev/gpt/efiboot0 /boot/efi msdos rw 2 2 21:51:37 i guess my question is late and 0 0 21:52:17 I keep two mounts on multi-disk systems. 21:52:43 And I populate them individually. 21:52:58 ah that is the pooling stuff you have at top 21:53:08 I used to do some funny business with mirroring but it was more cute than good. 21:58:21 hrm.. i guess i got to goto rescue mode again 22:22:44 something seems off with the audio/alsa-plugins port. It seems to want to rebuild every time I re pouderire: "alsa-plugins-1.2.7.1_3.pkg: new dependency: multimedia/ffmpeg" 22:23:06 I checked all my make.conf files, I have no options for that port or anything that mentions FFMPEG 22:45:11 well this is just fun 23:28:25 mason: another question.. the steps where you are talking about adding legacy bootcode.. is that required if i do UEFI with boot variables 23:28:42 voy4g3r2: Not at all. You can ignore that. 23:29:00 okay, so somethign is off 23:29:07 i think i need to import my zpool and make the default partition 23:32:03 i just "love" breaking tings 23:32:11 i make the efi partition, move the bootloader.. reboot the machine 23:32:17 and it can not find the dang efi partition 23:34:01 okay, so it boots again.. dumb question 23:34:13 i get the efi error and it is now loaded in "read-only" mode 23:34:23 how would i make it read-write, so i can update my fstab ? 23:35:10 mount -u -w / 23:35:24 (-u ... change allready mounted fs) 23:35:34 Kalten: thank you! 23:35:41 ;-) 23:36:07 it works!!! 23:36:58 now my present getting the garbage collected 23:37:08 mason: why do you pick -t msdosfs over msdos in your instructions 23:37:17 i take it both are valid... i do msdos and not msdosfs 23:49:36 voy4g3r2: I tend to start with examples or quick perusals of the docs and use whatever I find works. 23:49:50 or source if there are no docs 23:59:07 that makes sense, this document was VERY helpful 23:59:20 it was more curiousity in my line of questioning and not like.. what is wrong with you, duh it is msdos 23:59:25 if that makes sense