-
CavalierSeulhello
-
ketasdch: i saw that you needed to use totally weird hacks because sed replaces whole line and not just specific pattern, also if you're hardcoding that much in already, isn't it easier to just put it all into one file anyway because any changes to any json parts could mean whole thing blows up anyway and needs human eye to validate it, or json syntax validator
-
mewt1/25
-
dchketas: you are probably right. this is a good idea, thanks. I got so caught up in the glorious sed-ification..
-
dchquickrr: yup, got a Ryzen 9 7950X here
-
dchmmm I want to resolve the physical path of a softlinked directory. other than `cd $PLACE && pwd -P && cd -` is there something that does it?
-
bradddch, 'readlink the_symlink'
-
dch\o/
-
dchthanks I knew there would be something like this!
-
braddnp
-
quickrrdch: kldload amdtemp, sysctl dev.amdtemp.0.ccd0 , if you are willing to do it? also dmesg | head -n 10 | tail -n 2, maybe?
-
dch
-
quickrrvery help, thanks dch
-
dch
-
dchAMA
-
dchthis is 15.0-CURRENT in case that matters
-
quickrrnice, thanks
-
quickrrdch: pciconf -lv please
-
quickrrignore that, i think its already done
-
dchquickrr: its all here gist.github.com/dch/7979b004c5cda1cd3dfd0dd9ae306f6e
-
quickrrawesome, thanks
-
dchI have a script for this, no trouble
-
quickrrzen3, zen4, zen5 sorted, anyone got zen3+
-
quickrr?
-
quickrri am think its github.com/freebsd/freebsd-src/blob…main/sys/dev/amdtemp/amdtemp.c#L885 move 876ish
-
dchquickrr try this dmesgd.nycbug.org/index.cgi?do=index&fts=ryzen
-
dchI don't think their fulltext search is very good, it didnt find zen in my list
-
quickrrreally nice, thanks
-
quickrrzen3+ 2023-05-16 15:58:47 olivier :)
-
» CrtxReavr is triggered by a gramatical error in the fortune files.
-
markmcbI noticed the new Intel Core Ultra CPUs (and 13/14 gen Core) have SR-IOV capable integrated GPUs. Anyone know if this feature is supported by FreeBSD?
-
markmcb
-
tuarisAre the Raspberry PI images optimized to reduce writes? Or do I need to do something in order to prolong the life of the SD card?
-
dchketas: I just realised that flua (lua in base) has libUCL support, which allows it to write json. Time to rip out the sed hacks and use something readable again.