-
jbo
cracauer, major lol @ that germany map
-
cracauer
jbo: I am from Hamburg, so... :-)
-
jbo
cracauer :D
-
johnjaye
hmm. i wonder how hard it would be to maintain different versions of gcc and clang to do regression testing
-
jbo
not at all?
-
jbo
multiple versions of gcc and llvm are available from ports
-
voy4g3r2
has anyone experience when a bhyve shows as STOPPED but when you try to start it, with vm start <bhyve image> it says it is running.. like it is locked in a loop of NOT knowing what is going on with it?
-
jbo
voy4g3r2, yes
-
jbo
voy4g3r2, althought maybe not... I ran usually into the issue that after shutting the VM down it said "locked" and never transitioned to "stopped"
-
jbo
kevans, any update on the newlib stuff?
-
voy4g3r2
jbo: is there some kind of "lockfile" that prohibited you? i do not see anything in my /stroage/bhyve/current directory even with ls -lsa
-
voy4g3r2
it baffles me.. vm poweroff current vm stop current all say it is not running.. until i do vm start current.. it is like i am running.. how is that even possible?
-
jbo
voy4g3r2, got a bhyve process running?
-
voy4g3r2
-
VimDiesel
Title: dpaste/WW45Q (Plain Text)
-
voy4g3r2
nope.. nothing
-
jbo
ps -aux | grep bhyve no?
-
voy4g3r2
nope, even ps ax | grep bhyve
-
voy4g3r2
i just see the grep command itself :)
-
jbo
voy4g3r2, what does 'vm list' report in that state?
-
voy4g3r2
-
VimDiesel
Title: dpaste/bsBL8 (Plain Text)
-
voy4g3r2
it is stopped :)
-
jbo
voy4g3r2, oh, so you are starting it and it simply doesn't seem to start?
-
voy4g3r2
yeah, sorry i may not have been very clear
-
jbo
voy4g3r2, this looks like sysutils/vm-bhyve: check the vm-bhyve.log file in the vm dir
-
voy4g3r2
status one code exit..
-
voy4g3r2
well looks like some debug options are needed, better than i was before
-
voy4g3r2
i think i am just going to try and reboot this host.. to make this easier
-
voy4g3r2
i do not get it..
-
voy4g3r2
reboot the damn host and it is now working..
-
skered
Did you try turning it off and back on?
-
voy4g3r2
i will chalk this up to .. it is just being a pain
-
voy4g3r2
skered: yup
-
voy4g3r2
IT crowd in full effect!
-
voy4g3r2
great british show! just awesomeness
-
voy4g3r2
i should put that on my rewatch list.. if i can find it on a service
-
jbo
voy4g3r2, for the past few days I started to suspect that might be something fishy going on with the nvme disk backend
-
jbo
but I have no proof yet.
-
jbo
voy4g3r2, what's your host oS?
-
voy4g3r2
freebsd 14
-
voy4g3r2
14.0-RELEASE-p3
-
voy4g3r2
FreeBSD momas.home 14.0-RELEASE-p3 FreeBSD 14.0-RELEASE-p3 #0: Mon Dec 11 05:07:37 UTC 2023 root⊙adn:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64
-
voy4g3r2
oh crap wrong box..
-
voy4g3r2
FreeBSD harley.home 14.0-RELEASE-p5 FreeBSD 14.0-RELEASE-p5 #0: Tue Feb 13 23:37:36 UTC 2024 root⊙adn:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
-
voy4g3r2
jbo: the host is 14 as above.. the image itself is current as of a few days ago
-
kevans
jbo: well, "it's complicated"
-
kevans
I can just always build newlib as nano and symlink the nano names, but newlib doesn't provide a libc++
-
kevans
I would need to also grab libstdc++ and build that against newlib
-
voy4g3r2
jbo: FreeBSD current.home 15.0-CURRENT FreeBSD 15.0-CURRENT #3 main-n268498-161984ade1fa: Fri Feb 23 08:58:24 EST 2024 chrisdavidson⊙ch:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
-
voy4g3r2
that is the image on the host
-
SponiX
wow, I want big version numbers too
-
voy4g3r2
i am going to ask the ask the weird question; is geom the utility i use to "copy" a partition table
-
jbo
kevans, was that a typo when it comes to libc++ vs. libstdc++ ?
-
jbo
voy4g3r2, you could use gpart-backup/gpart-restore
-
kevans
jbo: they're both a libc++, but libstdc++ is the GCC spelling (maybe there's other differences, I try not to know these things :-))
-
jbo
kevans, that's why I asked - because they are distinct libraries. both of them implement the standard C++ library (plus custom stuff) but they are different libraries :D
-
jbo
kevans, what I mean to say: it's not just different spelling. they are entirely different projects/libs
-
jbo
kevans, what's your current plan for addressing this "issue"? :/
-
jbo
kevans, newlib itself is fine & fun (and I would appreciate the port update if you can already make that happen) but we'd certainly want/need a libstdc++ built against newlib too for that toolchain to be useful when dealing with C++ code
-
voy4g3r2
jbo: then i could use my zfs snapshots to just then move the data?
-
voy4g3r2
i have had this dang 1tb nvm.e drive in my machine and just delaying moving it to the main drive
-
jbo
voy4g3r2, if you only need to move data and and both source and dest are zfs then use zfs send|recv
-
voy4g3r2
hrm.. why does nvm.e drives have a nvme0 and a nda0
-
voy4g3r2
errr
-
jbo
because 14.0 got a new driver
-
kevans
jbo: right, I'm guessing there's no value in a libc++ and all of the value in libstdc++
-
kevans
I don't really have a plan yet, if I'm being honest
-
jbo
kevans, exactly, that is why I wanted to clarify earlier - not to be a PITA.
-
jbo
kevans, time to make a plan :>
-
kevans
I think I'd lean towards fetching libstdc++ and building it as part of the newlib build, rather than a new port
-
jbo
kevans, I'd generally agree. because "worst case" a user/consumer of the newlib port simply ends up with a libstdc++ that they don't use.
-
kevans
I was looking around at what linux does, and some distros have a libstdc++-*-newlib package distinct from newlib
-
jbo
kevans, you can always hide it behind an option but not sure if worth the grouble
-
kevans
yeah
-
kevans
and I don't think libstdc++ would add a massive amount of build time either
-
jbo
kevans, I think both are fine. personally, I'd rather have a separate port than an option that is not default-on
-
kevans
presumably it has very few dependencies, but I'm not sure
-
kevans
honestly I probably wouldn't bother with an option, but I guess it depends on how much overhead it adds (dependencies / build time)
-
jbo
kevans, if an option becomes relevant / worth-discussion, I'd opt for a separate port tbh
-
kevans
*nod*
-
jbo
kevans, not sure how much build time matters for a port like this either. it's not a high-freq port and it's almost definitely going to be a leaf port
-
kevans
we'll see how bad it really is, I've never tried building libstdc++ and I don't know how horribly integrated into the GCC build it might be
-
jbo
luckily, you're about to find out
-
jbo
I am counting on you here :D
-
kevans
:-)
-
jbo
(not kidding)
-
jbo
:D
-
kevans
contemplating building just the nano variant of that one as well and providing it under both names
-
kevans
I don't really have a good notion of how bad -Os is vs. -O2
-
kevans
.oO (or was it -Oz in GCC land? grr)
-
jbo
oh, fair point. is that the -*- from the linux land?
-
jbo
nah it's -Os
-
jbo
which is fully because s = size or speed? :D
-
jbo
(it's size)
-
jbo
kevans, I didn't consider that... how do linux packagers handle that?
-
kevans
I think some of them symlink and just build one variant, others run the build twice (one nano, one not nano)
-
kevans
didn't feel like a clear consensus
-
kevans
the nano build is actually not bad; seemed to shave off 10-15k on average
-
jbo
alright, you go do the right thing and tell me when you want me to test :>
-
kevans
*nod*
-
jbo
kevans, I'm doing my part elsewhere:
reviews.freebsd.org/D44067
-
VimDiesel
Title: ⚙ D44067 devel/openocd: Overhaul Makefile
-
kevans
it's cycling in my free time with adding ECC support to pkg, whichever sounds more fun usually takes the slot for the night
-
jbo
kevans, definitely the libstdc++ - no question about it :p
-
kevans
see i don't know, i'd really like to escape rsa some day
-
jbo
understandable
-
jbo
but see, I'd really like to use gcc 13 for my cm4 builds .__.
-
voy4g3r2
jbo: thanks on the gpart stuff.. painful at first.. but i got the drive "cloned" now to resize and copy
-
jbo
happy to help
-
voy4g3r2
and it looks like with the partition table setup, i got my zfs layout so i can use zfs recv
-
voy4g3r2
but we shall see
-
voy4g3r2
dpaste.org/NQ1oe <--just beautiful
-
VimDiesel
Title: dpaste/NQ1oe (Plain Text)
-
cracauer
What was that sysctl that allows use of partition tables which fail the check?
-
voy4g3r2
cracauer: that directed towards me?
-
kevans
cracauer: it was some bit in kern.geom.debugflags, no?
-
cracauer
voy4g3r2: no, unrelated.
-
kevans
debugflags=0x10, maybe? (see description in geom(4))
-
jbo
cracauer, is always up to no good
-
kevans
this is true
-
voy4g3r2
cracauer: ah, i was just playing with sysctl while doing this gpart and geom stuff.. it was just "odd" it came up
-
jbo
man, I need to go re-wire some stuff in our racks tomorrow
-
jbo
I am pushing internal backups over a 1gbps connection while everything else is 10gbs
-
jbo
239.8 GB ETA 0:35:38
-
jbo
q__q
-
cracauer
kern.geom.part.check_integrity
-
cracauer
kevans: thanks.
-
cracauer
Intact partition tables are boring.
-
voy4g3r2
well tp-link jetstream omada based poe is loud
-
kevans
ah, sorry
-
voy4g3r2
err.. this network stuff.. too many options, information overload
-
jbo
kevans, is bugmeister@ somebody being smart when they choose their handle or is that a legit group?
-
jbo
never mind... the wiki helps...
-
kevans
heh, group :-)
-
jbo
indeed
-
jbo
-
VimDiesel
Title: 277241 – devel/ocaml-camlp4: Upgrade to ocaml 4.14.1
-
jbo
no idea why this is assigned to bugmeister@ tho
-
thegman
is there a way to make man search for manual pages in a specific directory
-
kevans
no idea what happened there
-
kevans
ohh
-
kevans
note the metadata change; it was created in spam
-
kevans
fixed
-
kevans
fixed for real this time, even. for some reason I thought the default assignee was ports@, but alas; no.
-
thegman
nevermind i found it its the -m flag
-
cracauer
fsck says "Journal inode removed". Nothing at all is wrong with this disk.
-
jbo
kevans, thanks!
-
jbo
cracauer, I rarely say this / this rarely happens but that line is t-shirt worthy: <cracauer> Intact partition tables are boring.
-
kevans
imo he's got a lot of good material, you just have to stalk him a little bit
-
jbo
I only stalked him on the forum so far. prime dude. saw him on irc the first time yesterday
-
kevans
admittedly i try not to venture onto the forums unless i'm linked to something specific to look at
-
s2r
Is anybody using CBSD?
-
jbo
s2r, yes - and I am dealing with the same thing right now ;)
-
jbo
kevans, it's interesting... I was quite active there the past few years but since I became a committer I notice that I am getting more and more passive there.
-
s2r
jbo, you mean moving vms?
-
jbo
s2r, dealing with "the issue" preventing me from 13.2 -> 14.0 jup.
-
kevans
jbo: ah, that's interesting
-
kevans
i only recently created an account just to necro an old thread
-
jbo
kevans, interestingly, I have made similar observations with others before me
-
s2r
jbo, Now I ran into a bigger problem. I tried exporting with bexport and after that command the VMs are not listed and can not start them. with a simple bls nothing is shown.
-
jbo
kevans, very well :D
-
kevans
every time i'd looked at the forums since i started using freebsd, it felt like the s/n ratio was quite bad
-
s2r
jbo, I ran sudo cbsd bexport jname=ubuntu2 and after that I got an error: Error in ___NCSTART_DATA=1: Unable to fetch vm data from: /usr/jails/jails-system/ubuntu2/local.sqlite and from that moment the VMs are not listed so I can't start them...
-
jbo
kevans, indeed. but I guess it's sort of operating as a "filter" if you know what I mean - so I'm not complaining about that necessarily. Imagine that kind of traffic on the MLs...
-
kevans
yeah
-
s2r
It must be something with a symlink
-
jbo
kevans, as the forum helped me when I was even less experienced than now I try to stick around to "give back".
-
jbo
s2r, that sounds like fun
-
jbo
s2r, did you mess with the paths _before_ you exported?
-
s2r
jbo, I didn't change anything. I thought that exporting would not create any problems.
-
jbo
s2r, that is a reasonable thought to have. I have not encountered that issue before.
-
jbo
s2r, I assume your VMs still exist tho?
-
jbo
s2r, I was a very happy cbsd user the past 8-ish years but I'm starting to "migrate away" slowly. nothing against cbsd or the author (great guy) - maybe it's just me having acquired enough experience to handle things manually.
-
jbo
I opened 28 issues on the CBSD GH page in the last four years :/ (and, to be fair, the author always responded very quickly and provided a decent explanation or solution)
-
jbo
it's just a weird mix between "advanced features" and "silly restrictions" that I seem to run into frequently - but again, that is almost certainly just me.
-
jbo
the author is an extremely patient & helpful guy :)
-
s2r
jbo, it's still there I tried to create a new VM and then use the disk of the troubled VM but bconstruct-tui says that the ip is already used by the old vm. So it's not found when trying to start it but it is found when I try to create a new one.
-
s2r
jbo, yes Oleg is kind.
-
jbo
s2r, does cbsd bls error out or succeed and just not list anything?
-
s2r
jbo, cbsd bls -> Unable to fetch vm data from: /usr/jails/jails-system/ubuntu2/local.sqlite
-
s2r
jbo, but that file exists and has data.
-
jbo
s2r, and the file exists at that location?
-
jbo
s2r, can you do an integrity test on the sqlite db?
-
s2r
jbo, -rw-rw---- 1 cbsd cbsd 69632 Dec 1 08:46 /usr/jails/jails-system/ubuntu2/local.sqlite
-
jbo
Dec 1 ?!?!
-
s2r
jbo, how do an integrity test, I'm afraid of running cbsd initenv
-
s2r
jbo, is it wrong december 1st? It's a production vm nothing changes in the configuration
-
jbo
s2r, cbsd initenv is generally harmless. you should be running that after every cbsd update anyway. but I was suggesting an sqlite3 test (outside of cbsd)
-
jbo
PRAGMA integrity_check or whatever it was
-
kevans
jbo: *nod* that's fair (re: 'giving back')
-
jbo
(5 points for gryffindor if you backup the sqlite file first, s2r)
-
s2r
jbo, after initenv the VM is shown in bls
-
jbo
s2r, awesome
-
s2r
jbo, I already did it.
-
s2r
jbo, but it won't start.
-
jbo
what does it say?
-
s2r
jbo, it was not listed. but it was running....
-
s2r
jbo, with a bstop it stopped, now I will try to start it...
-
s2r
jbo, it worked.... now I can go to sleep... 2am
-
jbo
s2r, glad to hear that!
-
jbo
s2r, 6am here so... lucky you.
-
s2r
jbo, thanks for your help! Goodnight for everybody
-
jbo
o/
-
jbo
happy to help
-
tm512
so regarding the noises this ThinkPad E14 is making at me, is there anything FreeBSD's Intel HD Audio driver could be doing that leaves the sound chip in a malfunctioning state that persists across reboots? I'm a bit confused about how on FreeBSD, the sounds never go away until I cold boot, but when I boot into Linux, the sounds play on that initial boot, but then they seemingly stop for the time being
-
johnjaye
tm512: that is crazy. what happens if you soft reboot in linux?
-
johnjaye
also i bought a thinkpad recently. amazing construction
-
tm512
I haven't done extensive testing with Linux. I'm honestly at the point where I'm looking at buying a different laptop, seeing if this seller will honor a return on the E14
-
johnjaye
due just to the sound issue?
-
johnjaye
i got a carbon x1. at first i thought there was a battery problem. then I realized it's actually a too-many-processors-problem.
-
johnjaye
When I did a build task which could be multi-tasked it basically heated up and all the cpus went to 100% and drain the battery by like 20% or something
-
johnjaye
but as long as i'm just using it for browsing or email the battery is fine
-
tm512
"just" over the sound issue? constantly having to work around the sound not working properly is a big problem. I've also got a strong suspicion that the same root cause is leading to the GPU driver errors I've been getting
-
tm512
like when the audio starts malfunctioning, it makes squealing or buzzing noises at me any time the sound hw gets initialized, including when resuming from suspend, but all audio breaks system-wide. I have to power down, give it a couple minutes to rest, and then do a cold boot in order to get it working again
-
tm512
doesn't seem worth the trouble
-
tm512
to me, it absolutely seems like grounds for returning the laptop for a refund. dunno what's wrong with it or how long it's going to last before its condition degrades further
-
johnjaye
oh ok, i didn't realize it was to that extent.
-
johnjaye
but to be honest i've rarely used laptops and I always immediately put freebsd or linux on them.
-
johnjaye
honestly i wanted a 17" screen but I don't think i was able to find one with the specs i wanted
-
tm512
maybe not the best financial decision but it's 3am so I just went for it. I'll figure out what to do with the ThinkPad E14 later on
-
tm512
bought a ThinkPad T495, one of the mid-tier configurations with a Ryzen 5 PRO, 16GB RAM, 256GB NVMe
-
tm512
cost $180
-
johnjaye
hmm that does sound like a good deal. did you buy it from lenovo directly or from a 3rd party?
-
tm512
johnjaye: on ebay, from a seller that has pretty good reviews, like >99% positive
-
johnjaye
same
-
johnjaye
sounds like you got unlucky then
-
tm512
I think you're misunderstanding. the ThinkPad E14 is the one with issues, the T495 is the one I just ordered, to replace the E14
-
tm512
the E14 was bought on ebay as well, for $150, also from a very reputable seller
-
johnjaye
right. but i mean I don't see what you could have done better to avoid the problem
-
tm512
one nice thing about this T495 is that it comes with an intel wireless card, supported by iwlwifi, which on FreeBSD seems to have better support than rtw88 that I had on this E14 (rtw88 was broken to the point of causing kernel panics, iirc)
-
tm512
and iwlwifi seems to be where all of the development focus is with these LinuxKPI wireless drivers
-
tm512
johnjaye: but yeah it's a case of "shit happens". I'm a bit skeptical of the refurbisher in the case of this E14 since a screw fell out of the laptop when I opened it up, seemed to just be let loose in the case
-
tm512
I'm wondering if all of this started because they didn't secure a screw well enough, or one dropped into the case unnoticed, and then while it was rattling around in there, it short-circuited something
-
johnjaye
do the specs normally get so specific you can tell the model of card?
-
tm512
I know from first-hand experience that short-circuits can make computers act in rather bizarre and seemingly inexplicable ways. I was pretty dumb when I first got a multimeter, and had the bright idea to see if I could measure the 5V coming out one of the USB ports on the back of my PC
-
tm512
that mobo was never quite the same after that point
-
johnjaye
yes i did something similar. random shorts lead to random problems
-
tm512
johnjaye: at least in this case, yes, evidently. the listing says it's a T495 type 20NK, which has an exact spec sheet available. I dunno about direct from Lenovo themselves, but I found
zayntek.com/product/20nk000vus-leno…nk-ryzen-5-pro-3500u-2-1-ghz-wi-new
-
VimDiesel
Title: 20NK000VUS -- Lenovo ThinkPad T495 20NK - Ryzen 5 Pro 3500U / 2.1 GHz - Win 10 Pro 64-bit - 16 GB RAM - - ZaynTek
-
tm512
confirms that I'm getting the 1080p IPS panel, and for wifi it has an Intel 9260
-
johnjaye
oh. ok
-
tsundoku
I'm trying to get spamassassin running on a FreeBSD server. the rc file is /usr/local/etc/rc.d/sa-spamd, I assed sa-spamd_enable="YES" to /etc/rc.conf, but if I try to run service commands against it, I get "/etc/rc.conf: sa-spamd_enable=YES: not found". did I miss something?
-
tsundoku
s/assed/added/
-
isley
run "/usr/local/etc/rc.d/sa-spamd rcvar" and see what it says you're actually supposed to put there. probably take the other thing out.
-
tsundoku
isley: thanks! according to that it needs to be spamd_enable
-
tsundoku
but the service name is still sa-spamd... that's a little confusing, but so be it
-
tsundoku
it looks like it's happy now
-
s2r
hi jbo, worse problem now.
-
s2r
jbo, I could start the vm but inside there's data from december... I'm going to have a panic attack..'
-
s2r
jbo, I remember you pointed me in the chat that a date from Dec 1 in local.sqlite. Well i don't know what the vm has old data.
-
s2r
jbo, I do a diff backup daily but the backup directory shows the last backup from 20231202
-
s2r
Is is possible that bhyve starts a VM using a .vhd disk from a snapshot ? I started a VM and the data inside is OLD, it was working fine until midnight that I tried to export the VM using CBSD bexport.
-
s2r
Or maybe the VM (linux ext4) detected errors and rolled back?
-
voy4g3r2
s2r: there is a #bhyve channel on this network, they may have better guidance than is possible here
-
jbo
s2r, did you create the vm snapshots via cbsd or manually?
-
nerozero
tsundoku, in rc.conf, i guess it should be spamd_enable="YES"
-
nerozero
oh missing a scroll ... sorry,
-
lw
jbo: around?
-
s2r
jbo, the disk file for the vm hasn't got snapshots. Don't know why it reverted to december
-
s2r
jbo, I didn't create any snapshot
-
s2r
jbo, the ones I've got are the ones created by freebsd-update
-
s2r
jbo, this are the snapshots that I have, ubuntu4 is a clone of ubuntu2 it also has old data.
dpaste.org/LXK7u
-
VimDiesel
Title: dpaste/LXK7u (Plain Text)
-
beowuff
Anyone using sssd to authenticate users in FBSD 14 and Windows AD?
-
jbo
lw, here now, but about to join meetings
-
lw
jbo: ah, just wanted to say i heard back from Factorio devs and they said they "might" consider supporting more platforms (like freebsd) after the expansion is done. also, ty for libmpeg2 commit
-
jbo
lw, that is awesome! thank you <3
-
jbo
lw, also ty for libmpeg2
-
jbo
lw, the sad (or nice) part is that last time I checked factorio was almost only depending on sdl2 so a native release seems very doable.
-
lw
i think it needs opengl which means Mesa from ports, i don't know how that works for closed-source software... static link i guess?
-
lw
iirc it only uses sdl to create the windows to run opengl in
-
jbo
lw, or just dynamically link and dlopen() ?
-
lw
yeah that might work too
-
jbo
that is how you'd typically do it afaik
-
wcarson
has anyone (cough otis cough) upgraded from net-mgmt/unifi7 to net-mgmt/unifi8? are there instructions or notes anywhere? (i checked UPDATING and the ports listing)
-
lw
oh hi wcarson
-
wcarson
hey there lw! :)
-
jbo
wcarson, I went from unifi5 to unifi6 to unif7 and never had problems
-
jbo
-
VimDiesel
Title: UniFi 7 controller on FreeBSD
-
wcarson
hm ok, i copied the backup dir just in case, but was wondering if i should do anything else
-
jbo
wcarson, I typically log into the web interface, pull a backup from there, then do the binary upgrade.
-
jbo
and if necessary, restore from backup (again, via the web interface)
-
jbo
lw, gotta run for a meeting now - thanks again for the update!
-
wcarson
yeah, that's what i'm doing. wish me luck :D
-
kevans
wcarson: I upgraded from 7 -> 8 with no issue, no additional changes required to prepare
-
wcarson
nice
-
tuaris
I'm planning on doing a unifi7 to 8 upgrade soonish too
-
wcarson
hah well, it seems to have worked, although the auto updating of all my APs at once was surprising. thankfully only a brief outage
-
s2r
jbo, I found that a snapshot is mounted on the directory of the vm. zroot/ROOT/13.2-RELEASE-p5_2023-12-04_162146/ubuntu2 /usr/jails/vm/ubuntu2. If I try to unmount it I get an error pool or dataset is busy. The VM is off,
-
tuaris
mine was still on mongodb36, so it was a bit of a procedure to update mongodb to 4.4
-
kevans
huh, I don't recall it auto-updating o_o
-
tuaris
It was a while ago when the unifi port switched from 3.6 to 4.4.
-
tuaris
MonogoDB doesn't like it when you skip versions when upgrading
-
wcarson
kevans: maybe i have an auto update option turned on somewhere
-
wcarson
hmm yep, "automate device updates at 3am"
-
kevans
but what if you're still awake at 3am? :-)
-
wcarson
an all too frequent occurrence
-
wcarson
(turned that feature off!)
-
kevans
maybe that's your sign that you should be in bed, not that updates are all that commonplace
-
wcarson
i'm unlikely to have noticed, as i tend to hard wire anything i actually care about hehe
-
kevans
ah, lucky
-
kevans
I haven't gotten up the courage or proper outfit for going into the crawlspace to try and wire stuff up
-
wcarson
i think it's ridiculous all these new wifi-only houses they keep building
-
kevans
there's definitely mice, probably lots of spiders, just lots of stuff I'd rather not deal with rubbing all around i
-
kevans
in
-
wcarson
just bring a cat with you :D
-
kevans
crawl space seems like a happy place for a brown recluse
-
wcarson
yeah that's true
-
kevans
we're in an area with lots and lots of brown recluses, so that's a legitimate concern even
-
kevans
and yeah, wifi-only kind of sucks
-
wcarson
from what i've read brown recluses (and black widows) are not aggressive spiders, and you're relatively unlikely to get bitten. i want to say they aren't even strong enough to bite you, without you exerting pressure onto them or something (of course, when you're crawling through their home...)
-
wcarson
yeah we have them here as well
-
wcarson
my dad got bit like 3 times on his calf
-
wcarson
very cavalier about it, too
-
wcarson
at first he didn't go to the doctor, not knowing what it was, but then it got pretty ripe so he went in and they gave him antibiotics. then he got bit two more times, but since he knew what it was and still had the medicine, he just followed the same procedure and those healed up just fine
-
kevans
ooof
-
otis
wcarson: yes, there are instructions in UPDATING, basically 20230310, but I might be more explicit also for unifi7 to unifi8 upgrade
-
otis
basically, backup, clean install, restore
-
wcarson
yeah, ok, that's the process i followed figuring it would be similar :)
-
wcarson
although i skipped cleaning out of curiosity, and it maintained my config
-
jbo
it's quiet tonight
-
voy4g3r2
jbo: we could change that, but it would just me "complaining" about this dang nvm.e drive and getting it mounted for moving zfs data
-
jbo
voy4g3r2, if you're mounting something you're probably already way off-track. if both are zfs just use zfs send|recv.
-
voy4g3r2
see
-
voy4g3r2
i have the drive partitioned like the main drive
-
voy4g3r2
so i got partitions but do i just do zfs send even if not mounted
-
jbo
1\ zfs doesn't know about partitions
-
jbo
2\ yes
-
jbo
sorry I thought I told you about zfs send|recv already yesterday - I must have been mistaken
-
voy4g3r2
you did.. i just assumed i needed to "mount it
-
voy4g3r2
so it was my misunderstanding
-
jbo
there shouldn't be anything to mount
-
jbo
if anything, you'd be mounting zfs datasets, but that would happen "afterwards"
-
voy4g3r2
so if i have these snapshots.. i shoudl just be able to send them to these partitions.. if i do it right
-
voy4g3r2
i think i need to lay these out
-
voy4g3r2
-
VimDiesel
Title: dpaste/D8aWO (Plain Text)
-
lw
you don't zfs send to a partition, you send to another zfs filesystem
-
voy4g3r2
i am moving the zroot ones
-
jbo
you don't send/recv partitions. you send/recv to/from zpools
-
jbo
(or technically datasets, I'm not sure about that one)
-
lw
zfs snapshot pool1/my/filesystem@copy; zfs send pool1/my/filesystem@copy | zfs recv pool2/whatever
-
voy4g3r2
so i again made this way to difficult
-
voy4g3r2
i setup syncoid and sanoid all that to do remote backups and now i just have to pull them in
-
voy4g3r2
after i create a new zpool
-
voy4g3r2
jbo: is convention to name the "main" drive zroot? and i really can name it anything i want?
-
mason
voy4g3r2: I tend towards "tank" or sometimes other Matrix characters.
-
mason
Oh, root, not pool. Sorry.
-
voy4g3r2
i just need to push through this.. i gotta make a /boot mount non-zfs
-
voy4g3r2
yeah, i am quite comfortable doing this as non-root stuff.. when i get the root, it is foreign to me
-
voy4g3r2
-
VimDiesel
Title: dpaste/c73Wm (Plain Text)
-
voy4g3r2
lets try this dd from one area to another.. can't be that hard :)
-
voy4g3r2
well i did find out my backup strategy sucks.. i do not even backup /etc
-
jbo
lw, it's time...
-
jbo
backing up /etc and /usr/local/etc is boring. I usually just read the files every couple of weeks to remember what changes I made to default configs - and more importantly: I have grown a habbit of just not changing defaults unless necessary :D
-
jbo
lw, you up?
-
lw
jbo: yes, but afk for ~10 minutes
-
jbo
lw, I might try to get factorio running under wine now
-
jbo
I decided to just leave work and go home
-
lw
always a good choice
-
jbo
lw, do I go for the .exe or the .zip from wube?
-
lw
use the zip, just extract it somewhere
-
jbo
lw, trying to figure out how to install that shader (compiler?) you mentioned but in ultra lazy mode. care to help? :D
-
lw
jbo: install winetricks, run wintricks, select default wine prefix, install windows components, d3dcompiler_47
-
jbo
If using Poudriere, please make sure your repo is setup to use FreeBSD:14:i386
-
jbo
wat
-
lw
use wine64, not wine. wine is for 32-bit
-
lw
(wine64 is what the package actually installs, wine is a wrapper script to use the 32-bit package)
-
jbo
oh sh*t there's even a handbook section on wine
-
jbo
not sure how I ignore that for so long... I have always been using a VM
-
jbo
lw, is there some magic I'm missing to get this working? just running winetricks doesn't give me the GUI, just some warnings and what I pasted here earlier.
-
jbo
-
jbo
well that was just stupid... -->
termbin.com/purs
-
lw
jbo: try running 'wine64 winecfg' to create the default wineprefix, then run winetricks
-
jbo
lw, no bueno
-
jbo
lw, 'wine64 winecfg' seems to work. I also added a C:/ drive and it created ~/.wine
-
jbo
winetricks still doing the same thing tho
-
jbo
PEBKAC?
-
lw
jbo: try deleting wine prefix and restarting... with a 64-bit wineprefix it should say this at startup: warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
-
jbo
lw, seems to work now... :/
-
jbo
lw, do I need to add a C:/ drive under winecfg or is that optional?
-
lw
shouldn't be needed, just check audio device is correct
-
lw
and increase dpi if you use a hidpi display
-
jbo
lw it's working .__.
-
lw
jbo: see you in three weeks :-d
-
jbo
sry I'm busy, ttyl
-
jbo
:p
-
jbo
I guess deathworld preset it is