-
jbo
lw, exactly :)
-
jbo
lw, I went home again... :s
-
jbo
better not to type wine64 rn
-
lw
jbo: factorio.exe is sitting right there
-
jbo
lw, ssssh!
-
realdeimos
i guess this means quality time in the dc with fbsd-14 and zfs
-
kevans
i'm this |-| close to abandoning opnsense and just doing it myself
-
kevans
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
-
lw
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
-
jbo
lw, I have no idea how upstream works - sorry :/
-
lw
apparently you have to build it twice, and tell the 32-bit build where the 64-bit build is
wiki.winehq.org/Building_Wine#Shared_WoW64 ... this sounds annoying to do in ports
-
VimDiesel
Title: Building Wine - WineHQ Wiki
-
lw
mainly since ports doesn't do multilib at all, it's either 32-bit or 64-bit
-
lw
would be nice to fix this in ports itself but... that sounds like a much larger project than i want to take on
-
jbo
fml does freecad now also depend on lang/rust ?!
-
lw
jbo: your face depends on lang/rust
-
mns
how do I display all insalled packages that come a particular category, like devel or lang ?
-
rtprio
mns i think pkg-query will do it
-
lw
mns: this is the best way i can find: pkg query '%C %n'|awk '$1 == "shells" {print}'
-
lw
i thought a pkg-query expression would do this but you can't use %C in an expression
-
mns
rtprio, lw: thanks. I was trying to do it with pkg-info and was not finding anything in the man page for it
-
lw
jbo: btw, did you ever hear back from gerald@ about wine?
-
lw
(just wondering in case that weird mail issue ate the reply)
-
jbo
lw, noperino
-
rtprio
i could go for some cabernet sauvignon
-
alepzi
there an umozillad firefox in ports like there's an ungoogled chrome?
-
lw
alepzi: www/librewolf perhaps
-
rtprio
also palemoon.org
-
rtprio
but i've never used it
-
lw
i checked palemoon but it's not in ports
-
jbo
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
-
alepzi
librewolf looks good
-
lw
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)
-
SponiX
librewolf works well for my Youngest
-
lw
alepzi: make sure both the ports and the upstream are up to date with security patches, sometimes these forks can lag behind
-
lw
jbo: although if you use X, i do vaguely remember there's an xorg.conf option to enable vsync
-
lw
jbo: check the nvidia driver docs, there's a list of X settings in there somewhere
-
lw
might be called 'tear free' or something, unless that's the AMD name... i haven't used nvidia for years
-
jbo
lw, I'm doing X + nvidia
-
jbo
lw, yeah I don't even have a xorg.conf
-
lw
you can create one with the power of vi :-d
-
jbo
hmmmm.... I have /etc/X11/xorg.conf and /usr/local/etc/X11/xorg.conf.d/
-
jbo
lw, actually I do have one at /etc/X11/xorg.conf. that seems to get generated automatically when installing nvidia drivers
-
jbo
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 :((
-
lw
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
-
SponiX
Does FreeBSD have the "nvidia-settings" app?
-
SponiX
In mine on Linux the screen tearing stuff is called "pipeline" something
-
jbo
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
-
jbo
SponiX, would that be ForceCompositionPipline by any chance?
-
SponiX
Yeah, that is the one
-
jbo
SponiX, does that go into xorg.conf?
-
jbo
> 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.
-
SponiX
On *cough* Linux, I run "sudo nvidia-settings" and enable that under "advanced". Then have the settings program save it to my xorg.conf
-
jbo
SponiX, to answer your question: nvidia-settings does exist on FreeBSD. I'd just have to compile it first
-
rtprio
(on linux i had to rearrange my screens with nvidia-settings every reboot)
-
lw
doesn't it come with the driver?
-
jbo
lw, no x11/nvidia-settings
-
SponiX
It will not save and be permanent unless I run it with sudo
-
lw
ah
-
lw
-
VimDiesel
Title: FreshPorts -- x11/nvidia-settings: Display Control Panel for X NVidia driver
-
jbo
time to figure out how to do that without the gui
-
jbo
lw, I know - did I not literally just say that? :D
-
lw
no, you just said you'd have to compile it...
-
SponiX
jbo: I can cat my xorg.conf to a pastebin if needed?
-
jbo
SponiX, that would be lovely - but only if not too much effort/time
-
jbo
I just rarely do graphics stuff so lack of knowledge on my end.
-
jbo
I'm an embedded/headless person
-
jbo
screw eyes!
-
lw
jbo: oh when i said 'package' i meant precompiled on pkg.freebsd.org. that probably wasn't clear
-
lw
just to save you the time compiling it
-
SponiX
-
jbo
lw, aah, sorry. yeah package != port you're right. apologies.
-
jbo
> Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
-
SponiX
Given, this is a Fedora Linux xorg.conf with Nvidia. So, a direct copy/paste into FreeBSD is likely to fail ;)
-
jbo
> Option "SLI" "Off" :D
-
jbo
SponiX, so not using the official nvidia drivers? because then they'd be the same
-
SponiX
jbo: Oh, I'm using the official Nvidia drivers. Just on Linux
-
jbo
SponiX, should be good then (based on my drivers knowledge)
-
jbo
no more tearing!
-
jbo
thanks SponiX
-
SponiX
Glad I could help ;)
-
jbo
back to wasting time with factorio
-
lw
hah you did run wine64
-
lw
heh: Approved by: portmgr (blanket, just fix it)
-
jbo
I did
-
SponiX
jbo: my question is, why on earth don't they ship with that enabled be default?
-
SponiX
Do some folks actually like tearing?
-
lw
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)
-
jbo
SponiX, it's not just a "turn of tearing" option. It has more implications
-
lw
(and unlike every other ports maintainer, i don't have a 32-core CPU to run this on)
-
kevans
lw: I've been known to testport -I it, then rip the pkg out of the jail... not the cleanest thing, but functional
-
SponiX
lw: I can loan you like 14 cores and 128G of ram or so - If you need ;)
-
lw
maybe i should make my testport script do that
-
SponiX
I don't even have a FreeBSD vm at this moment though. So it would take me a bit to spin one up
-
jbo
lw, it's all ancient hardware tho.
-
lw
jbo: you might have a different definition of ancient, my ZFS/VM server is a Ryzen 2700X...
-
lw
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
-
SponiX
lol
-
SponiX
my 22-Core is Broadwell ;)
-
jbo
2x E5-2690v4 and 2x (something I forgot)
-
lw
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
-
lw
probably makes more sense to upgrade the server since i can run testport and whatever in VMs
-
jbo
lw, I have exactly the same problem right now.
-
jbo
lw, and for me it currently makes more sense to upgrade the desktop :(
-
jbo
lw, I am still thinking about it but I might go Threadripper 7960x
-
jbo
seems very decent price/value
-
lw
i was looking at Epyc Milan, those are affordable on eBay and i could start with 1 CPU and add a second later
-
jbo
and for a desktop the comparably higher single core is nice
-
lw
i guess epyc is bad for desktop because the individual cores are a bit slower though
-
SponiX
I'm on this X99 2011-3 system until it dies
-
jbo
x99 was nice
-
SponiX
Or I die, whichever comes 1st
-
lw
Mem: 7543M Active, 10G Inact, 1291M Laundry, 9115M Wired, 1104M Buf, 3252M Free
-
lw
what does "Inact" mean
-
jbo
inactive
-
lw
...
-
lw
yes, but what does it *mean* :-P
-
lw
i thought it meant "allocated, but on the freelist" but according to someone on the mailing list it does not
-
jbo
-
VimDiesel
Title: Memory - FreeBSD Wiki
-
lw
that's a bit terse... is it like buffer cache pages which are eligible to be freed but could be reused if needed?
-
lw
(i use ZFS though, so i shouldn't have any buffer cache)
-
lw
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?
-
lw
come on tiny freebsd/i386 vm, you can build this port today, i believe in you
-
lw
apparently giving the i386 vm 8GB of memory was pointless because ARC is limited to 4GB anyway...
-
lw
weird to think about how we used to worry about how to run ZFS with 2GB RAM
-
warsoul
lw sup mate
-
warsoul
still having issue to connect in hexchat
-
warsoul
same thing ssl handshake timed out
-
lw
did you ask #hexchat? i'm sure more people there know about hexchat than here
-
warsoul
you think is hexchat the problem?
-
warsoul
i see in preferences ssl settings disabled
-
lw
yes, whether to use SSL or not is an application setting
-
lw
jbo: you have (bug)mail
-
jbo
did you just absue the CC field? :o
-
jbo
> jbo: this is ok to commit
-
jbo
bruh
-
jbo
:D
-
lw
i believe i "used" it in the correct fashion, to make you aware of the bug!
-
lw
jbo: i mean it's a final patch, not a wip
-
lw
unlike the previous patch where the first one hadn't finished testing
-
lw
also i just noticed
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?
-
VimDiesel
Title: 276398 – net/py-pychromecast: update to 13.1.0
-
jbo
if 13.1.0 valid upstream realease and everything is fine with the port then sure, why not?
-
lw
ok, do you want me to cc you on that one too? :-P
-
jbo
you're on thin ice :p
-
lw
how many ports commits do you think factorio on freebsd is worth?
-
jbo
I have a number in mind but I'm not sure whether it's a good move to communicate that
-
lw
is it less than zero because no you have no time to do anything except play factorio?
-
jbo
I told my buddy today that you helped me getting factorio to run under FreeBSD and he was like: "oh god no"
-
jbo
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
-
jbo
emulators/wine-devel: Update to 9.3 (instead of 'update')
-
lw
after the column?
-
jbo
colon?
-
lw
oh, colon. ok
-
jbo
english is my third language so idk
-
lw
i don't normally use upper case letters at all but i'll try to do that
-
jbo
je parlais francais si vous voulez
-
jbo
(but my french typing is bad so... (2nd language))
-
jbo
lw, ports commits are not about personal preferences :p
-
jbo
[00:00:24] Building 26 packages using up to 26 builders
-
lw
je parle kein Engels
-
jbo
that makes me think that you speak dutch
-
lw
? 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
-
lw
(a lot of other people seem bad at this though!)
-
jbo
why tf is it building with gcc
-
jbo
does wine not build with llvm?
-
lw
i was intending to investigate that but apparently it required gcc at least at some point, i didn't touch that
-
jbo
--without-krb5 :o
-
lw
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
-
jbo
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.
-
lw
sure, i'm just wondering if there's even a point having such guideline when everyone ignores it
-
alepzi
jbo you're doing great i believe in you
-
lw
obviously not your fault unless you were the one who came up with it :-)
-
lw
(i just find silly rules like this annoying, in general)
-
lw
hm, i went through all my old portscout emails but there's nothing interesting in there
-
lw
damn ports maintainers for keeping everything i use up to date
-
jbo
it's almost as if the freebsd ports ecosystem & community is not as bad...
-
lw
heh, no, net-im/toot is still broken, i just can't do anything about it
-
warsoul
lw whats the correct command to update/upgrade freebsd 14.0 in terminal?
-
jbo
-
VimDiesel
Title: FreeBSD 14.0-RELEASE Installation Instructions | The FreeBSD Project
-
warsoul
jbo pkg update what is for?
-
jbo
warsoul, I do not understand the question
-
warsoul
that command what is for?
-
jbo
warsoul, 'pkg update' will fetch the latest package catalogs from the configured repositories (similar to 'apt update' or 'apt-get update')
-
tm512
warsoul: if you're talking about keeping the base system updated, freebsd-update:
man.freebsd.org/cgi/man.cgi?freebsd-update
-
VimDiesel
Title: freebsd-update
-
tm512
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
-
tm512
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
-
tm512
pkgbase brings FreeBSD more in line with the Linux way of doing things, but it doesn't seem ready for general use yet
-
kevans
i guess that's one way to look at it
-
lw
more like pkgbase brings it in line with the Solaris way of doing things
-
lw
what's a 'Linux'?
-
mason
pkgbase is more like Linux than Solaris
-
lw
mason: i think it's more like Solaris because it's building packages from a single unified source tree
-
lw
where Linux builds discrete packages like 'coreutils' and 'diffutils'
-
johnjaye
i'm poking around sysctl.c a little and I don't see where all the extra categories come from
-
johnjaye
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
-
johnjaye
one of them is... 000 i think. where do i find those definitions for what they do?
-
mason
Is there any plan to fix the quarterly firefox vaapi error?
-
lw
fix something? in ports? would you like a pony too
-
mason
And some candy, yes.
-
lw
this is the issue where someone backported firefox 123 and forgot to backport the ports it depends on, right?
-
mason
Yes.
-
mason
At least, pretty sure that's it.
-
lw
yeah... good luck.
-
mason
Mm, no, Firefox 115.8.0esr
-
mason
That appears to be the only Firefox available to pkg(8) at the moment.
-
rwp
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:
freshports.org/search.php?query=fir…t=1&casesensitivity=caseinsensitive
-
mason
rwp: You're not on quarterly ports then?
-
rwp
I believe I am on quarterly.
-
mason
hm
-
mason
curious that I only see 115.8.0esr
-
lw
that freshports page is weird
-
lw
firefox has 122.0 packages but only for ppc64 and aarch64?
-
mason
It shows 115.8.0esr as firefox-esr
-
rwp
pkg info firefox | nc termbin.com 9999 here produced
termbin.com/yda9
-
mason
Ah well. Will dig some more in the AM. I should set up a new local Poudriere anyway.
-
rwp
Note that I am running firefox not firefox-esr
-
rwp
But if I search for firefox at this moment there is nothing available. It's a gap now.
-
rwp
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.
-
VimDiesel
Title: FreshPorts -- www/firefox: Web browser based on the browser portion of Mozilla
-
rwp
-
VimDiesel
Title: ports - FreeBSD ports tree
-
rwp
-
VimDiesel
Title: Poudriere bulk results
-
rwp
I am still struggling to understand and navigate pkg-status.freebsd.org but it's a good exercise to try to work through it.
-
tm512
I think FF 123 has been available for a while I think, pkg info reports that it was built on feb 21
-
rwp
Are you on latest or quarterly? ff 123 has not yet been built for quarterly.
freshports.org/www/firefox
-
VimDiesel
Title: FreshPorts -- www/firefox: Web browser based on the browser portion of Mozilla
-
rwp
Firefox 123 for quarterly is still waiting for build dependencies to build.
pkg-status.freebsd.org/builds/defau…terly:132amd64:29e7acd4bc33:beefy14
-
tm512
rwp: latest here
-
mage
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?
-
parv
If you do not unmount, may have to do after the server starts due to "stale file handle" error appearing on clients
-
parv
... but then my experience is mostly with "soft-intr" mounts
-
TuxJobs
"POSIX.1", "4BSD"... Why do Unix things sometimes use weird naming schemes like that? Why not "POSIX 1" and "BSD 4"?
-
vdamewood
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.
-
vdamewood
They abbreviated it to 2BSD and it stuck that way.
-
TuxJobs
I see. Makes kind of sense.
-
tercaL
Before I execute "ifconfig re0 -rxcsum -rxcsum6 -txcsum -txcsum6 -lro -tso -vlanhwtso -vlanhwfilter", I had; options=602019<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,WOL_MAGIC,RXCSUM_IPV6,TXCSUM_IPV6> on my re0 interface
-
tercaL
After it, I have: options=2019<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,WOL_MAGIC> and it seemx rxcsum is still there. Any clue?
-
tercaL
*it seems
-
ivaat
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
-
nerozero
j /#jrubberduck
-
hackerman
Should one put "USE_JAVA" in a port even when I only need JRE?
-
hackerman
I am installing a .jar and need the JAVAJARDIR variable
-
hackerman
yet putting USE_JAVA starts installing the whole JDK
-
hackerman
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
-
meena
hackerman: it might be that USE_JAVA means jdk for build-time, jre for runtime
-
meena
but, the easiest way to figure this out is to look at the makefiles
-
hackerman
meena, wdym by "means"
-
hackerman
is there a context in which you can define it, that changes it meaning?
-
meena
-
VimDiesel
Title: freebsd-ports/Mk/bsd.java.mk at main · freebsd/freebsd-ports · GitHub
-
meena
pretty sure my intuition there is correct
-
voy4g3r2
has anyone come across the issue of moving a main drive to another and having the efi /boot partition stay with the old drive?
-
voy4g3r2
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..
-
voy4g3r2
i am trying to get this layout:
dpaste.org/oALSV
-
VimDiesel
Title: dpaste/oALSV (Plain Text)
-
rwp
UEFI? If so then you will need to update the EFI VARs. efibootmgr(8)?
-
voy4g3r2
to point the /dev/gpt/efiboot0
-
rwp
Needing to manipulate the EFI VARs is one of my biggest complaints against UEFI.
-
voy4g3r2
-
VimDiesel
Title: dpaste/fnJpy (Plain Text)
-
voy4g3r2
so some how i have to get this to work :)
-
voy4g3r2
ahh!
-
voy4g3r2
-
VimDiesel
Title: dpaste/LOh5b (Plain Text)
-
voy4g3r2
so since boot0002 is (null) at end and boot001 is not
-
rwp
voy4g3r2, Read mason's fine documentation on this topic:
wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND
-
VimDiesel
Title: MasonLoringBliss/ZFSandGELIbyHAND - FreeBSD Wiki
-
rwp
And with that I must afk for a bit.
-
voy4g3r2
thank you!
-
voy4g3r2
i do not recall doing the efibootmgr steps
-
mason
voy4g3r2: FWIW, the syntax for efibootmgr is slightly more restrictive in 14.0
-
voy4g3r2
lw and I did the UEFI with fallback
-
voy4g3r2
we did not do the UEFI with boot variables
-
v0idpwn
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
-
voy4g3r2
and i default to, they are the experts.. i was the monkey at keyboard
-
mason
If you can use the fallback address, that should just work.
-
voy4g3r2
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
-
voy4g3r2
/boot/efi/efi/freebsd
-
voy4g3r2
i do not think that is right.. it should be /boot/efi/freebsd
-
voy4g3r2
lets try removing that second efi and see what it does
-
voy4g3r2
i should say move the content up a directory level
-
mason
FWIW, just updated the page rwp linked to note the newer syntax change.
-
voy4g3r2
dang it, stills ays that partition is busy
-
voy4g3r2
wtf
-
voy4g3r2
mason: this is going to sound real dumb, the /dev/gpt/efi0 lines
-
voy4g3r2
if i "moved" it do i have to redo it?
-
voy4g3r2
so like i have /dev/gpt/efiboot0
-
voy4g3r2
crw-r----- 1 root operator 0x8a Feb 29 15:37 efiboot0
-
voy4g3r2
which mounts, like your instructins say.. mount -t msdosfs /dev/gpt/efiboot0
-
voy4g3r2
is that where this comes into play:
dpaste.org/LOh5b ?
-
VimDiesel
Title: dpaste/LOh5b (Plain Text)
-
voy4g3r2
i take it <efi> is partition on nda0p1, which then links to the efi/boot/bootx64.efi
-
mason
voy4g3r2: looking
-
voy4g3r2
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
dpaste.org/Czg6W
-
VimDiesel
Title: dpaste/Czg6W (Plain Text)
-
mason
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.
-
voy4g3r2
which, SHOULD be nda0p1
-
voy4g3r2
is how i read it
-
mason
voy4g3r2: Are you trying to delete it from the running system?
-
voy4g3r2
the system is running but i am trying to delete ada3 entry NOT the nda0 entry
-
voy4g3r2
the nda0 is the new efi
-
voy4g3r2
hence the efibootmgr -v "looks" to be telling me it is getting the efi from nda0
-
mason
voy4g3r2: The boot variables pointing anywhere in particular won't be enough make a partition busy.
-
mason
Being mounted would make them busy.
-
mason
Realize that the boot variables are pretty disconnected from the system. From your running system you can see them and set them.
-
mason
But they don't do anything within FreeBSD.
-
mason
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.
-
voy4g3r2
okay, so somethign else must be "making this buys"
-
mason
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.
-
mason
Yeah.
-
voy4g3r2
okay, at least one thing is down
-
voy4g3r2
the hunt continues
-
mason
Something's laying claim to it for some reason.
-
mason
voy4g3r2: Can you delete it from rescue media / a rescue session?
-
mason
That's often a good way to guarantee that the running system isn't using it.
-
voy4g3r2
i think i tried that already and was having issues
-
voy4g3r2
but i am going to try again
-
voy4g3r2
this thumbdrive is geting some use these last few days
-
voy4g3r2
haha
-
voy4g3r2
go figure, the easiest solution si the best
-
mason
Did it work?
-
voy4g3r2
yup
-
voy4g3r2
now for the big test
-
voy4g3r2
if i reboot, will it boot up using the "right" one
-
voy4g3r2
i swore that was done last night..
-
voy4g3r2
here we go
-
mason
voy4g3r2: As a funny little aside, remember that deleting a partition doesn't strictly make the things on the partition go away.
-
voy4g3r2
its booting!!!
-
voy4g3r2
oh crap
-
mason
Good good.
-
mason
Bad bad.
-
voy4g3r2
can't open /dev/gpt/efiboot0
-
voy4g3r2
so it WAS using that partition
-
mason
voy4g3r2: Mm. Did you use the same label for the equivalent partition on both disks?
-
mason
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.
-
voy4g3r2
hrm.
-
voy4g3r2
i am confused, i thought the efibootmgr -v showed pointing to nda0
-
voy4g3r2
but now i have to "recreate" the boot0
-
mason
that's easy - the basic steps are in my guide
-
voy4g3r2
yeah, okay that should be easy
-
voy4g3r2
interesting.. your notes mason
-
voy4g3r2
you have /dev/gpt/efi0 /boot/efi0 msdosfs rw,late 0 0
-
voy4g3r2
but my current fstab
-
voy4g3r2
is /dev/gpt/efiboot0 /boot/efi msdos rw 2 2
-
voy4g3r2
i guess my question is late and 0 0
-
mason
I keep two mounts on multi-disk systems.
-
mason
And I populate them individually.
-
voy4g3r2
ah that is the pooling stuff you have at top
-
mason
I used to do some funny business with mirroring but it was more cute than good.
-
voy4g3r2
hrm.. i guess i got to goto rescue mode again
-
tuaris
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"
-
tuaris
I checked all my make.conf files, I have no options for that port or anything that mentions FFMPEG
-
voy4g3r2
well this is just fun
-
voy4g3r2
mason: another question.. the steps where you are talking about adding legacy bootcode.. is that required if i do UEFI with boot variables
-
mason
voy4g3r2: Not at all. You can ignore that.
-
voy4g3r2
okay, so somethign is off
-
voy4g3r2
i think i need to import my zpool and make the default partition
-
voy4g3r2
i just "love" breaking tings
-
voy4g3r2
i make the efi partition, move the bootloader.. reboot the machine
-
voy4g3r2
and it can not find the dang efi partition
-
voy4g3r2
okay, so it boots again.. dumb question
-
voy4g3r2
i get the efi error and it is now loaded in "read-only" mode
-
voy4g3r2
how would i make it read-write, so i can update my fstab ?
-
Kalten
mount -u -w /
-
Kalten
(-u ... change allready mounted fs)
-
voy4g3r2
Kalten: thank you!
-
Kalten
;-)
-
voy4g3r2
it works!!!
-
voy4g3r2
now my present getting the garbage collected
-
voy4g3r2
mason: why do you pick -t msdosfs over msdos in your instructions
-
voy4g3r2
i take it both are valid... i do msdos and not msdosfs
-
mason
voy4g3r2: I tend to start with examples or quick perusals of the docs and use whatever I find works.
-
mason
or source if there are no docs
-
voy4g3r2
that makes sense, this document was VERY helpful
-
voy4g3r2
it was more curiousity in my line of questioning and not like.. what is wrong with you, duh it is msdos
-
voy4g3r2
if that makes sense