-
cedb
any tips on building stuff with LTO? i have a decent machine and gcc12 with it and browsers just nuke my cpus
-
skyenosaur
uhhh i wanted to check if it is still doing the memory leak and now i'm not sure what's going on at all. i don't feel like these numbers seem right
-
skyenosaur
-
VimDiesel
Title: View paste A4TQ
-
skyenosaur
i don't feel like vmstat should contain numbers that get progressively smaller until they wrap around to big numbers
-
skyenosaur
what kind of gremlins did i just awaken
-
skyenosaur
phryk: sorry to ping you again with this but do you have any clue what this means?
-
phryk
skyenosaur: uh, sorry, but no – that was not the behavior i've seen before or after the fix was applied… o_O
-
phryk
did you reinstall drm-515-kmod? if so, from port or from git?
-
phryk
if it's from the port, i think that's probably worth an issue on
github.com/freebsd/drm-kmod
-
VimDiesel
Title: GitHub - freebsd/drm-kmod: drm driver for FreeBSD
-
skyenosaur
phryk: what do the columns actually mean? i'm not familiar with vmstat and i can't make heads or tails of this. what is the difference between InUse and MemUse and what is Requests?
-
skyenosaur
phryk: i just did portmaster -a and i saw it do drm-515-kmod and then rebooted and this is what i got
-
phryk
skyenosaur: not sure, my assumption is that this is similar to active vs allocated memory in other places. i only really looked at the MemUse number and that has always been <10MB since the fix.
-
skyenosaur
phryk: okay so i'm not exceptionally stupid for not knowing, thank you, that's a relief. i am really starting to doubt myself a little lol
-
phryk
skyenosaur: yeah, no worries – the lower level info can get quite oblique.
-
skyenosaur
phryk: i mean i want to *understand* the lower level stuff because i want to *do* the lower level stuff but also this is my first day
-
skyenosaur
i did not want to do this on my first day
-
skyenosaur
this is fun
-
phryk
^^
-
phryk
man pages often contain the answers to questions like that, but man vmstat doesn't seem to explain its headings…
-
skyenosaur
yup, that's how far i got as well... and then internet search didn't tell me either and i'm not currently in the headspace to read the code to get my answers
-
phryk
understandable.
-
skyenosaur
so... to github we gooo :D
-
cedb
hey i think i messed up some system manpages (8 jail) while messing around with pandoc, ive been looking around but cant find how to restore those?
-
rwp
cedb, If it were me I would download the install ISO and extract replacement files from there.
bsd.to/ZT5b/raw
-
VimDiesel
Title: ZT5b
-
rwp
cedb, If you are using zfs and have made a previous snapshot then of course the files will still be in the snapshot.
-
babz
-
VimDiesel
Title: jail.8 « jail « usr.sbin - src - FreeBSD source tree
-
debdrup
cedb: grab the distribution sets (files ending in .txz from
download.freebsd.org/releases (in the <arch>/<version> directory relevant to you), extract them into a new directory, and copy the files
-
VimDiesel
Title: Index of /releases/
-
debdrup
do not get them directly from cgit or anywhere else, as then they won't match what version you have.
-
babz
oh ? so freebsd is not open-source anymore ?
-
babz
we only have binary relaseses ?
-
babz
TIL
-
debdrup
babz: Do not maliciously misinterpret what I write.
-
meena
there's literally a file in there called src.txz i wonder what that means
-
babz
there's also a readme
-
antranigv
hey crest , you around?
-
hackerman
Since p7zip deprecation what program is one suppose to use to mount/extract a Win11.iso for example?
-
Hello71
tar?
-
hackerman
it's UDF
-
hackerman
Running "tar -xf" or mounting it with type cd9600, results in the file README.txt being created with the following contents: "This disc contains a "UDF" file system and requires an operating system
-
hackerman
that supports the ISO-13346 "UDF" file system specification."
-
nimaje
mount -t udf ?
-
hackerman
"mount_udf: /dev/md0: Invalid argument"
-
hackerman
"/dev/md0" was created through means of mdconfig -f Win11_22H2_English_x64v2.iso
-
vkarlsen
hackerman: How about archivers/7-zip?
-
hackerman
vkarlsen, how did I miss that... it's working
-
antranigv
hackerman that's a dope handle.
-
debdrup
hackerman: try ggatel(8)?
-
debdrup
wait, when did mount learn udf?
-
hackerman
antranigv, :) for being such a dumbass in reality...
-
debdrup
hackerman: try mount_udf too
-
nimaje
"The mount_udf utility first appeared in FreeBSD 5.0." but no idea how well it works
-
hackerman
debdrup, same result
-
hackerman
but even before people couldn't mount the thing
-
hackerman
I always see people just extracting it instead
-
hackerman
-
VimDiesel
Title: Solved - Creating a Windows 10 bootable USB-stick using FreeBSD | The FreeBSD Forums
-
debdrup
I'm tempted to say it's because Microsoft are doing some weird ISO/UDF hybrid layout, but I'm not sure how to make FreeBSD read it.
-
tmp_
UDF version might be a factor? IIRC, the system handles up to 1.5 while the current standard is 2.60.
-
nimaje
hm, does file tell you which revision of udf that iso is?
-
debdrup
nimaje: no, it's a hybrid ISO/UDF
-
grawity
hybrid ISO/UDF is "UDF Bridge"
paste.rs/XNMRR
-
grawity
-
CrtxReavr
Okay, I need help sortind out why GD support isn't working for me with apache24 & php80.
-
CrtxReavr
I have the following installed: apache24-2.4.58, libgd-2.3.3_9,1, mod_php80-8.0.30, php80-8.0.30, php80-gd-8.0.30
-
scoobybejesus
could be worth seeing if the problems suddenly go away with nginx instead
-
CrtxReavr
-
VimDiesel
Title: PHP 8.0.30 - phpinfo()
-
debdrup
grawity: Ah, I see. FreeBSDs images have been ISO/USB hybrids since 12.0-RELEASE.
-
rwp
BSD tar definitely deals with FreeBSD ISO images okay. I use it with them routinely. It's a cool feature and the easiest way to extract files.
-
rwp
For example "tar tvf FreeBSD-13.2-RELEASE-amd64-disc1.iso" will list files and "tar xvf FreeBSD-13.2-RELEASE-amd64-disc1.iso '*/base.txz'" would extract base.txz from it.
-
rwp
hackerman ^^
-
rwp
When I heard that it was not working with MS-Windows ISO images I just assumed it was some MS thing of them being different.
-
CrtxReavr
Any ISO *SHOULD* be an ISO-9660 image.