Latest activity

  • Espionage724
    The question was not whether or not RDNA4 is full supported on 6.12 or even whether or not it should work (which should be true even for the newish 9070 GRE since AMD switched to IP block discovery and as long as the firmware is loaded and the...
  • Espionage724
    matt_k / mnd999 would you be interested in trying the live media of Alma Linux 10.2 ( https://repo.almalinux.org/almalinux/10/live/x86_64/ , take your pick of KDE/Gnome ) and check if your card boots on Linux 6.12 with the necessary firmware...
  • Espionage724
    I ran into adb/fastboot being PATH'd differently or something depending on the Linux distro (one had fastboot but it's not adb's fastboot), so I specified the path for adb/fastboot on FreeBSD (worked fine; last post on that thread) I did it...
  • B
    balanga reacted to blackbird9's post in the thread Solved What would the CIA do? with Like Like.
    Maybe try this View: https://www.youtube.com/watch?v=W7nkxS9LMXs
  • Zare
    Zare reacted to penguinslayer's post in the thread Solved What would the CIA do? with Thanks Thanks.
    What would Terry A. Davis do? A CIA thread wouldn't be complete without him.
  • bjs
    The maintainer has been changed to python@ by portmgr@. https://cgit.freebsd.org/ports/commit/?id=07509540073daca9c76fb1be0cec6cbda4956219
  • bjs
    I know this is an older comment, but I just noticed this thread and well... got curious. No offense, but I strongly disagree; it would become a huge hassle. Thing is... there's a lot going on within the Python source base and if you then check...
  • B
    balanga replied to the thread Solved What would the CIA do?.
    There must be some other adb on my system. I have just installled android-tools and have version 35.0.2 but can't figure out how to connect. Should I just connect a USB cable between my phone and computer and expect to see something or is some...
  • Espionage724
    Espionage724 replied to the thread The Random Thread.
    Just heard about an open-source World of Warcraft client: https://github.com/Kelsidavis/wowee A pre-build worked easy on Linux with 2 lib.so added. I had a real client and server already so extracting data was quick, and connecting just-worked...
    • Screenshot From 2026-06-06 15-23-17.png
  • B
    balanga replied to the thread Solved What would the CIA do?.
    I have never had any success using adb. This is a post of mine from about a year ago. Maybe there has been an update since. I just noticed that when I ran man adb I get something mentioning Apple Desktop Bus rather than Android Debug Bridge.
  • adriel-tech
    Heads up: version 8895 of llama.cpp has been committed to ports. This changes the location where llama.cpp stores models automatically downloaded from huggingface (as in post #1 here). Old cache: ~/.cache/llama.cpp/ New cache...
  • Zare
    Zare reacted to Jim B.'s post in the thread IPFW IPFW Primer Document Draft with Thanks Thanks.
    Hello All, I have been working on an "IPFW Primer" document for a while. The latest version of the IPFW Primer (2025-01-13T17:49-05:00) is at https://www.jimby.name/techbits/recent/folder/ipfw-primer_en.pdf This is essentially complete for...
  • tembun
    I'm trying to run a VM with FreeBSD 15.0-RELEASE as guest and FreeBSD 15.1-STABLE as host. I'm using sysutils/vm-bhyve. Here's my config for the FreeBSD guest VM: loader="bhyveload" cpu=2 memory=4G network0_type="virtio-net"...
  • Kaminar
    The issue has reappeared in VirtualBox 7.2.8. I’ve submitted a new report to the FreeBSD Bugzilla. 295894
  • bjs
    bjs reacted to CShell's post in the thread Music… with Like Like.
    Ya my favorite of Dire Straights was always: (Link Wikipedia): Sultans of Swing ZZ TOP? (Link Wikipedia): (Link Wikipedia): TV Dinners ZZ TOP (Link Wikipedia): Cheap sunglasses is pretty good too.
  • B
    balanga reacted to blackbird9's post in the thread Solved What would the CIA do? with Like Like.
    So presumably it thinks booting has never completed, so it's blocking somewhere in the boot process. I wonder if something has got inadvertently deleted and it's trying to run something that isn't there. Em... filesystem corruption? This link...
  • A
    akil reacted to MrBSD's post in the thread Will FreeBSD 15.1 support AMD 9070XT GPUs? with Thanks Thanks.
    In that case, here is the info you requested.
  • L
    lbol replied to the thread scrambled screen with nvidia driver.
    I replaced nvidia-drm by nvidia-modeset on kld_list. I also removed nvidia-drm-66-kmod-580-580.159.04.1500068 completely. # sysrc kld_list kld_list: nvidia-modeset fusefs coretemp sem cpuctl ichsmb cuse libiconv cd9660_iconv msdosfs_iconv...
  • L
    lbol replied to the thread scrambled screen with nvidia driver.
    My apologies I added the wrong Xorg.0.log file This is the correct one
  • L
    lbol replied to the thread scrambled screen with nvidia driver.
    # kldstat | grep nvidia 23 1 0xffffffff84620000 14a88 nvidia-drm.ko 29 2 0xffffffff84800000 606e418 nvidia.ko 30 1 0xffffffff8a86f000 1662f8 nvidia-modeset.ko # sysrc kld_list kld_list: nvidia-drm fusefs coretemp sem cpuctl...
  • T
    Eureka i got Comfyui working with Cuda in a Podman container You need 2 fixes 1) In the container .bashrc we export COMMANDLINE_ARGS export COMMANDLINE_ARGS="--xformers --disable-dynamic-vram --medvram" I use medvram because i only have 4gb...
  • K
    KenGordon replied to the thread Cron job error?.
    Yes. That is what I tell those I have to walk through their use of new radio equipment: RTFM. I have printed all 42 pages of that. Thanks. Ken Gordon
  • K
    KenGordon replied to the thread Cron job error?.
    Yes. I (finally) did that. Thanks. Ken Gordon
  • K
    KenGordon reacted to bakul's post in the thread Cron job error? with Thanks Thanks.
    I suspect we still have a failure to communicate. The "bad minute" is an error message from cron, when it is reading a crontab and expects a time specification (which starts with a minute spec -- a number). Your script above is a shell script...
  • K
    KenGordon reacted to Kai Burghardt's post in the thread Cron job error? with Thanks Thanks.
    Dude. Read the handbook.--- lyniscan~ 2026-06-06 00:24:38.797781607 +0000 +++ lyniscan 2026-06-06 00:24:38.797781607 +0000 @@ -1,12 +1,11 @@ - -#/bin/sh +#!/bin/sh -eu # Automated Lynis Scan Script #Define log and report paths...
  • A
    akil reacted to kirsche's post in the thread Ryzen 7 7700 iGPU support with Thanks Thanks.
    That is an issue of fwget. Maybe I forgot to mention my bug ticket 295802. :cool:
  • cracauer@
    Very little is known about how Apple schedules P and E cores, and not much more for Windows 11. Win11 interacts with Intel's thread director, whatever that thing is doing exactly. As far as I can tell it reports about a thread's use of "special"...
  • cracauer@
    How did you arrive at those odd numbers for P-cores? The way to put this into a script is: #! /bin/sh cpuset -l 0,1,10-13,22,23 -s 1 "$@" Last I checked Intel P-cores were not getting the correct speed under FreeBSD. When you run a benchmark...
  • K
    KenGordon replied to the thread Cron job error?.
    Well, in addtion to the error Maturin found, I found several others which I had to correct. I tested the cron job several times before I got them all. Now we will see if I edited the crontab correctly. I did crontab -e and added one line. Now...
  • K
    KenGordon reacted to Maturin's post in the thread Cron job error? with Thanks Thanks.
    I'm a bit confused about that line, since the syntax shall be if [ condition ] ; then expressions fi, and not if condition; then expressions fi[, right?
  • K
    KenGordon replied to the thread Cron job error?.
    So, "conditions" should be within square brackets? Like this: if [grep -q "Warning" $LOGFILE]; then mail (etc) .? Ken Gordon
  • K
    KenGordon reacted to bakul's post in the thread Cron job error? with Thanks Thanks.
    You need to specify cron jobs in crontab format. See /etc/crontab for an example.
  • T
    tingo reacted to cy@'s post in the thread Remove the rainbow flag from FreshPorts with Like Like.
    Agreed. If Dan puts a rainbow on his site, let him. Should he remove it one day, let him. Why is this even a thing? Personally I, and we collectively, have a lot better things to worry about than web site decorations.
  • S
    Well, we all learn by making mistakes, everyone here probably has an embarrassing story. I think that when 15.1-RELEASE is out, it's probably going to be that simple.
  • L
    lbol replied to the thread scrambled screen with nvidia driver.
    No success with this minimal configuration. The X Server will terminate immediately after startup
  • K
    KenGordon posted the thread Cron job error? in General.
    What is wrong with this cron job? #/bin/sh # Automated Lynis Scan Script #Define log and report paths LOGFILE="/var/log/lynis-cron.log" REPORTFILE="/var/log/lynis-report.dat" /usr/local/bin/lynis "audit system --/usr/local/bin/lynis_cron.sh...
  • freethread
    Lol, it's even more complicated than he thought and far more complicated than needed. There are easiest ways to upgrade without risk with pkgbase. But, it's better to wait for official upgrade instructions. I think that soon or late, there will...
  • S
  • S
    scottro replied to the thread Music….
    Maturin, growing up in the 60's and 70's and in my 20's during the 80's I remember a lot of them, singing some of them to various girlfriends, and the like. Thanks for the reminders.
  • S
    scottro reacted to Maturin's post in the thread Music… with Thanks Thanks.
    Friday is party time. My parties have been in the 80s in 90s. So if you like to join we do a time travel. Fourty years back. We start slowly Phil Collins - In The Air Tonigh Now a bit power with a tribute to Dusty Hill ZZ Top - Sharp Dressed Man...
  • S
    I think, without pretending I can read fjdlr's mind he's trying to make it clearer what is happening. Last time, 14-15 was a little tricky because some keys were wrong so one had to edit the pkg keys url, but I think that was just because at the...
  • A
    akil reacted to NapoleonWils0n's post in the thread ComfyUI with Cuda on Freebsd with Thanks Thanks.
    Installing ComfyUI and ComfyUI-Manager with Cuda on Freebsd using Podman with the freebsd-cuda project. ComfyUI https://github.com/comfy-org/comfyui ComfyUI-Manager https://github.com/Comfy-Org/ComfyUI-Manager Freebsd Cuda project...
  • MG
    MG replied to the thread Qemu 11 build errors.
    Still not finding the true dependencies of Qemu 11. Current compiler error in red: (I got here a few times but I don't know what's the problem) File...
  • F
    OK, hostapd + FreeRadius don't work with wlan0 integrated into vlanfilter bridge. Radiusd isn't getting any requests from hostapd on 127.0.0.1. And hostapd... I've NO idea! It usually either works or it idoesn't - no more comments. Says AP...
  • elgrande
    elgrande reacted to Emrion's post in the thread Upgrading to a new release with pkgbase with Thanks Thanks.
    Lol, it's even more complicated than he thought and far more complicated than needed. There are easiest ways to upgrade without risk with pkgbase. But, it's better to wait for official upgrade instructions. I think that soon or late, there will...
  • tembun
    It's still not that bad, you can compile some huge (or just fairly big) piece of software once and record the whole process with script. When it's done, you can playback the terminal session with script again - you will have the "really busy...
  • Jose
    Eventually I received guidance! I am almost there to submit the new set of patches. Perhaps this time it will be the good one! 🤞🤞🤞
  • Jose
    I turn off MYSQL whenever possible after bitten at "to 80" transitions. And akonadi seems to work with PGSQL, as ~/.local/share/akonadi/db_data/* were automatically re-created when I've deleted the directory on upgrading PGSQL.
  • tembun
    Just came up with even shorter version of this: tar cJvf /dev/null ~ 😁
  • Jose
    I personally disagree that it's friendly, but lets put that aside for now. The issue is explicitly tying to systemd. Systemd does not run on FreeBSD (and hopefully never will) That means porting versions that require systemd need to patch...
Back
Top