Latest activity

  • S
    I said, to me it makes sense to have a (sub)forum for AI of its own. I wanted to get all the general pro & con AI stuff and above all the garbage out of the rest. I reconsidered it in the last days, and to me it makes no difference if we had a...
  • B
    balanga replied to the thread drm-kmod.
    I wish I understood what I was supposed to do with this instruction. Do I need to install ports to get my graphics working properly?
  • D
    drhowarddrfine replied to the thread drm-kmod.
    .
  • D
    drhowarddrfine replied to the thread Installing Xorg.
    MG That's not his problem. The problem is that when he enters "xorg" he doesn't get any results.
  • MG
    MG replied to the thread Installing Xorg.
    xorg and x11 aren't really good search words because they aren't in the text, apparently. The search seems only about the index. "graphics" works.
  • cracauer@
    Just for the record, ZFS is supposed to be safe against this. It carefully orders writes so that a termination of the queue writes at any point in time doesn't lead to inconsistencies. The usual explanation/excuse for this happening anyway is...
  • MG
    MG replied to the thread Installing Xorg.
    Chapter 5: The X window system?
  • S
    scottro replied to the thread Installing Xorg.
    I'm sorry, I misunderstood. Somehow I thought you meant a web search. However, going to the FreeBSD handbook front page, https://docs.freebsd.org/en/books/handbook/ and typing xorg in the search box shows me...
  • MG
    MG replied to the thread Solved Carriage Return.
    What does stty cbreak? Or: system("stty cbreak"); for the stdout of a C program.
  • B
    balanga replied to the thread mfsBSD with high res.
    I have made a change to add drm-66-kmod instead of drm-kmode but still get maxsize error. I did have this working before, God knows how....
  • K
    From the 50s to the 90s DIY was a big growth industry (at least in the UK) and a huge number of hardware supermarkets sprang up to supply the market. Then the government brought in certification requirements on building work, and with that the...
  • cracauer@
    Dropping here
  • S
    scottro replied to the thread Installing Xorg.
    I type xorg freebsd into firefox (I use start page rather than google) and the Handbook chapter was the first thing that came up. Second thing seems to be this thread. :)
  • H
    Are you aware that tkinter is tk with the whole tcl inside python? Why python with the whole tcl inside if you can do the same with tcl? And I do not think installing is a problem, more interesting would be a short introduction to python, or...
  • R
    rrsum replied to the thread Updating to 15.0 with source.
    I had. forgotten that this stoppage also occurred on the first machine and I had simply gone on anyway.
  • T
    For NFS or other networked filesystems you're probably better off with autofs/automount.
  • T
    T-Daemon replied to the thread drm-kmod.
    Then you need besides graphics/drm-66-kmod to identify (using kldstat) which firmware the gpu needs and install only that firmware. There are those listed below: % cd /usr/ports/graphics/gpu-firmware-intel-kmod % make flavors-package-names...
  • fr0xk
    Dropping here
    • 1000290697.jpg
  • B
    balanga replied to the thread drm-kmod.
    I only have i915kms and drm.
  • B
    balanga reacted to T-Daemon's post in the thread drm-kmod with Like Like.
    Don't install graphics/drm-kmod, install graphics/drm-66-kmod.
  • B
    Thanks, I'll try installing hdparm.
  • B
    I have done this on the X61, although I tested it with linux using hdparm to test performance, it definitely worked. And I remember also dmesg reports the 3 Gb/s interface when the drive is initialised, although that's not really a test. It's...
  • SirDice
    For NFS or other networked filesystems you're probably better off with autofs/automount.
  • T
    To avoid such a failure in the future, specify for filesystems not vital to boot the root system with the fstab mount option "failok". If a filesystem marked as "failok" cannot be mounted, it will not make the system drop into single-user mode...
  • T
    T-Daemon replied to the thread drm-kmod.
    Don't install graphics/drm-kmod, install graphics/drm-66-kmod.
  • R
    rrsum replied to the thread Updating to 15.0 with source.
    A further update: I restarted the make and it completed with: -------------------------------------------------------------- >>> World build completed on Thu Apr 23 11:55:21 EDT 2026 >>> World built in 711 seconds, ncpu: 12, make -j4...
  • adriel-tech
    I saw this on the r/freebsd. Nice write up! BTW, I've recently found some trouble with epairs not applying checksums, but advertising they do so packets are dropped when they're received on the physical network by other machines and those...
  • adriel-tech
    With version 15's new VLAN aware bridges, we only need one bridge at the host level and one epair per jail to handle networking for every jail's needs. Prior to version 15, when I was trying to build a vnet jailed gateway with a handful of VLANs...
  • T
    T-Daemon replied to the thread drm-kmod.
    If you don't want all the gpu firmware installed, check in kldstat which one is loaded, delete all the others. On a system that does not yet have any GPU firmware installed, now that the required firmware has been identified, proceed to install...
  • T
    T-Daemon reacted to nxjoseph@'s post in the thread drm-kmod with Like Like.
    My internal GPU's codename is Renoir, so I install the package firmware made for my exact model graphics/gpu-firmware-amd-kmod-renoir (@renoir flavor). graphics/drm-kmod pulls in graphics/gpu-firmware-kmod and this meta-port pulls in all the GPU...
  • SirDice
    SirDice replied to the thread Installing Xorg.
    Legacy BIOS boots (CSM, or really old systems) use vt too (it has a 'vbefb' backend). Ever since they made the switch I've never seen it "automatically" fallback to sc, this was always a deliberate switch (setting kern.vty=sc). I deliberately...
  • T
    Please show us: cat /dev/sndstat as root: sysctl dev.hdac.0.pindump=1. Look for the pindump in dmesg.
  • R
    rrsum replied to the thread Updating to 15.0 with source.
    I started the install on a second machine, but it failed on 'make -j4 buildworld'. A few details: I have a separate machine which holds the source and exports the src via NFS. On the machine holding the src, I cloned the src with git and...
  • B
    Beastie replied to the thread drm-kmod.
    fahrenheit, balanga, you may not even need any firmware at all, depending on your CPU/GPU's age. Up to 3rd gen they were not programmable.
  • M
    Mayhem30 reacted to loveydovey's post in the thread jails Jails: Do I need them? with Thanks Thanks.
    I'm just a baby beastie, but jails are so easy to set up and provide a significant security layer - the cost-benefit analysis says use jails. Why would you want an internet connected program to have access to everything on your server if things...
  • M
    Mayhem30 reacted to hedwards's post in the thread jails Jails: Do I need them? with Thanks Thanks.
    Whether you need them or not is a matter of personal circumstances. I've personally had decent luck with both Podman containers and actual FreeBSD jails. I haven't personally found either to be particularly hard to set up on the whole. I've...
  • M
    Mayhem30 reacted to Maturin's post in the thread jails Jails: Do I need them? with Like Like.
    Don't confuse snapshots with backups. Both are very recommendable to do, that's right. But they are not the same. If snapshots are stored on the same pool (physical drive) they provide quick and easy restorage when something was messed up (#1...
  • M
    Mayhem30 reacted to rootbert's post in the thread jails Jails: Do I need them? with Thanks Thanks.
    no, but I highly recommend it. The more packages you install the higher the likelihood something breaks with an update. So, my advice: every application in a secure, contained environment. So when you update a certain software stack and it...
  • M
    Mayhem30 reacted to epower53's post in the thread jails Jails: Do I need them? with Thanks Thanks.
    Big newb chiming in to say that jails are the way to go. I've been using them to get all my homelab services up, sticking with a "one service gets one jail" approach. Only for the super tightly integrated LDAP+Kerberos setup did I opt for a...
  • M
    Mayhem30 reacted to cracauer@'s post in the thread jails Jails: Do I need them? with Like Like.
    Mail setups are commonly put into jails. Depends on how you read the mail I suppose. On the other hand you have to consider the increased risk from increased complexity. And you'd have multiple OSes to keep up-to-date.
  • M
    Mayhem30 reacted to victort's post in the thread jails Jails: Do I need them? with Like Like.
    I use a “1 application = 1 jail” approach. Meaning that something like Nextcloud goes into a single jail, database and all. And I use mount points to ensure that my data stays if I need to rebuild the jail.
  • M
    Mayhem30 reacted to SirDice's post in the thread jails Jails: Do I need them? with Like Like.
    Biggest, and most important, benefit, compartmentalization.
  • MG
    MG replied to the thread The Random Thread.
    I know that a long time. Interesting would be to change the size of those menus. These keyboard shortcuts are the same as the small/medium/large sizes of the right button menu. I can't read it on 1920x1080, unfortunately, and it doesn't change...
  • dvl@
    In case it's relevant, here are the other updates from yesterday. The host was rebooted at Tue Apr 21 17:39 - shortly after those pkg updates. Interesting: the first Nagios alert was: [04-21-2026 17:51:52] HOST ALERT: ha;DOWN;HARD;10;CRITICAL -...
  • dvl@
    I see recent updates: Apr 21 17:29:03 r730-01 pkg[74249]: grub2-bhyve upgraded: 0.40_11 -> 0.40_12 Apr 21 17:29:14 r730-01 pkg[74249]: vm-bhyve upgraded: 1.7.0_1 -> 1.7.3 Let's try reverting some of those. Nope... running with this has the...
  • cracauer@
    cracauer@ replied to the thread jails Jails: Do I need them?.
    Mail setups are commonly put into jails. Depends on how you read the mail I suppose. On the other hand you have to consider the increased risk from increased complexity. And you'd have multiple OSes to keep up-to-date.
  • dvl@
    EDIT: my solution was to load the nmdm kernel module. I've managed to get this vm running via vm start -f hass on FreeBSD 15 with vm-bhyve-1.7.3 Recently, I was moving /usr/local/vm to a new ZFS dataset. This problem occurred there, so I went...
  • D
    drhowarddrfine replied to the thread Installing Xorg.
    Then this is something that needs investigating. I was using Chromium but also have Firefox installed. So I tried it with Firefox and had no issues searching for xorg.
  • H
    hedwards reacted to SirDice's post in the thread jails Jails: Do I need them? with Like Like.
    Biggest, and most important, benefit, compartmentalization.
  • S
    I am usingnet/dante inside a jail on FreeBSD 13.5. I am seeing the following errors in the log: Jan 16 08:44:21 (1768571061.307113) sockd[79475]: info: pass(1): tcp/accept [: 192.168.1.195.49933 192.168.0.210.1080 Jan 16 08:44:21...
Back
Top