Latest activity

  • Aknot
    Set mysql_dbdir to the correct directory in rc.conf. # mysql_(instance_)?dbdir (str): Default to "/var/db/mysql" # Base database directory. The rc script launches mysqld with the --datadir command line option...
  • vermaden
    Add yourself to the operator group - then You will have read permission for disk devices in /dev and will be able to use lsblk(8) as regular user. % ls -l /dev/nda* crw-r----- root operator 0 B 2026/07/20 22:02  /dev/nda0 crw-r----- root...
  • K
    kpedersen reacted to baaz's post in the thread Yet another new Xserver with Thanks Thanks.
    I really wish FBSD had a /dev/fb interface available similar that of Linux. Having a plain FB that just maps to the best available output driver + mode makes userland's programs jobs much more easier and more secure. IMO low-level things like...
  • K
    kpedersen replied to the thread Yet another new Xserver.
    Indeed. Though (as most good things in Linux) it looks like it has become deprecated and isn't guaranteed to be in a number of default kernels. I tried to break down the Xorg vesa driver into a standalone library I could tap into but it became...
  • D
    I'm not using any social media of any kind at all. I prefer to meet people in real life, keep training my social skills as a social being and not become quixotic. This forums is the only exception for me, since I want and need to keep in touch...
  • elgrande
    elgrande reacted to baaz's post in the thread Xfce XFCE features not working with Thanks Thanks.
    So with drm-612-kmod's i915kms + XLibre you get a startup freeze, While Wayland works with the same DRM configuration, but cluade-code causes Wayland to crash, SCFB + XLibre works, but there is no DPMS (Which is expected), And you just use the...
  • D
    I was going to start a thread about this but I'll post it here instead. Far too often I read a blog and, at the end, the owner has a list of all their social contact places. And there are a lot of them! Mastadon, Bluesky, X, Facebook and more...
  • A
    amtrakuk replied to the thread Rslsync.
    Reading the website again https://www.freshports.org/net-p2p/rslsync It mentions the the package is marked as: We doubt a package is available for this port because we see it marked as as: Package not available Packages are normally not...
  • Aknot
    Aknot replied to the thread ZFS ZFS RAID10 or RSYNC?.
    Thanks everyone! This is what I have right now, both mirrors (pairs) are empty: # zfs list NAME USED AVAIL REFER MOUNTPOINT mirr_master 936K 225G 96K /www_master mirr_slave 888K 899G 96K...
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    That xorg.conf.d snipped is exactly what I tried and it resulted in "No screens found". :(
  • Aknot
    Aknot reacted to Maturin's post in the thread ZFS ZFS RAID10 or RSYNC? with Like Like.
    If you're using a two pools mirror consisting of two mirrored drives each, you can also just use the 4 drives in a single mirror. Same redundancy, but less complicated. No rsync is needed to synchronize data within a mirror. That's what ZFS does...
  • Aknot
    Aknot reacted to gpw928's post in the thread ZFS ZFS RAID10 or RSYNC? with Like Like.
    I think you are saying you have striped two mirrors (RAID10 requires 4 disks), and you want to be able to replace failed disks easily. My instincts tell me that triple mirrors, or hot spares, are likely to be operationally superior to using...
  • Aknot
    Aknot reacted to mer's post in the thread ZFS ZFS RAID10 or RSYNC? with Like Like.
    So two mirror pairs, mirrored? Not trying to get any extra space out of the four disks? You could lose 3 of the 4 drives and still have the data. But there may be better configurations for the 4 drives for data integrity. That is why setting...
  • Aknot
    Aknot reacted to cracauer@'s post in the thread ZFS ZFS RAID10 or RSYNC? with Like Like.
    In the rsync situation the second disk would not take over for the first one automatically when the first one breaks. rsync can be pretty intense from a disk traffic standpoint.
  • tembun
    cut -w -f 1 .bash_history |sort |uniq -c |sort -n|tail
  • A
    amtrakuk replied to the thread Rslsync.
    Well after running make install from /use/ports/net-p2p/rsylsync/ it's downloading 43% fetch: resilio-sync_freebsd_x64.tar.gz appears to be truncated: 5810139/13407677 bytes => Attempting to fetch...
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    So Plasma Wayland crashed again while Claude Code was running. It has not crashed in months without Claude Code though. Very peculiar indeed. For now I disabled animations by setting the animation speed to "immediately" since behavior pointed in...
  • A
    amtrakuk replied to the thread Rslsync.
    I've tried a fresh DVD, after install and updates to BSD and running pkg update, rslsync is no longer available under pkg. Am trying via ports
  • A
    amtrakuk replied to the thread Rslsync.
    Ah, I have the ReadyNAS104
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    Yeah the scfb driver works but I have the problems with display power management and the wallpaper. This laptop is 10 years old but I never managed to get the Nvidia graphics to work under FreeBSD - there is no switch in UEFI setup to only use...
  • K
    kpedersen replied to the thread For "knowledgeable people".
    So that is what is typically referred to as a 'junior'. And that's fine. If you do have enough interest in FreeBSD and decide to progress your experience in all those things and one day be senior enough to contribute to and inherit FreeBSD, you...
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    It is 15.1-RELEASE and I am already using graphics/drm-612-kmod without success. It loads fine but xlibre freezes on start. CPU is i7-6820HK.
  • B
    balanga reacted to SirDice's post in the thread Solved IOCAGE on a VPS with Thanks Thanks.
    That looks good. Doesn't do much besides creating the bridge interface, but it's a good start.
  • B
    balanga replied to the thread Solved IOCAGE on a VPS.
    At least it comes up after a reboot. Originally when starting my TEST IOCAGE jail it failed immediately, this time it seems to start but fails with # iocage start TEST No default gateway found for ipv6. * Starting TEST + Started OK + Using...
  • SirDice
    It's going to try to build all its (missing) dependencies first. You can circumvent this with make install-missing-packages. That will install all its dependencies as packages, saving you some build time. install-missing-packages...
  • SirDice
    SirDice replied to the thread Solved IOCAGE on a VPS.
    That looks good. Doesn't do much besides creating the bridge interface, but it's a good start.
  • B
    balanga replied to the thread Solved IOCAGE on a VPS.
    More GROK speak:- FreeBSD VNET + NAT setup (private network for jails + NAT to the public interface). This is the most common and practical configuration on a VPS (one public IP). 1. Host preparation Bash# Load required modules sysrc...
  • Aknot
    As I said, currently, everyone is free to use this or that, or to not care at all about this concern. The main issue is the zpool upgrade, because once done, if you don't update the loader, you won't boot anymore. If you are on UFS-on-root, you...
  • tuaris
    I'm having a tough time trying to figure this out. I currently have a workaround in place with post-extract, but maybe there is a better way to handle it? When a port's source archive extracts to a directory named ${PORTNAME} and the port also...
  • B
    balanga replied to the thread Solved IOCAGE on a VPS.
    SirDice noted that infomation from GROK was incorrect. See above.
  • B
    balanga reacted to drhowarddrfine's post in the thread Solved IOCAGE on a VPS with Thanks Thanks.
    What you should do is ask Grok to explain things to you piece by piece. Start at the top and just say you don't understand or know how something works. Then work your way down. I like Grok but tend to use Claude for computer stuff.
  • the3ajm
    I'm using OSS native on freebsd and disabled pulseaudio from starting so I can start with the basics for audio playback.
  • D
    drhowarddrfine replied to the thread Solved IOCAGE on a VPS.
    What you should do is ask Grok to explain things to you piece by piece. Start at the top and just say you don't understand or know how something works. Then work your way down. I like Grok but tend to use Claude for computer stuff.
  • Espionage724
    What FreeBSD version? On 16.0-CURRENT a few days ago all drm-kmod (61, 66, 612/latest) KP'd on load on Intel UHD 630 with Xorg/Xfce (never had that happen before but I guess par for latest :p)
  • Espionage724
    Espionage724 replied to the thread The Random Thread.
    I tried downgrading my laptop's BIOS even further and bricked it 😅 (turns out USB BIOS recovery on Dell is bs and ironically let me flash something incompatible) CoD MW2 (2009) runs on 15.1 with Wine 11.0 :D but seems unstable with WineD3D...
    • Screenshot_2026-07-25_20-08-14.png
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    The vesa driver refuses to work. I always get "No screens found". It might make sense to say this is a pretty old laptop with "Nvidia Optimus" dual GPU, which always has been a hassle.
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    Well, the system froze completely and after reboot in /var/log/messagesthe drm driver complained about hanging. So I did not bother further and switched from Wayland to xlibre/xfce - and there it works.
  • MG
    MG replied to the thread For "knowledgeable people".
    So, what was the point of this thread? Nothing technical but knowledgeable... There's something with the bootloader file versions that involved arguments? I think in case of bootloader problems, everybody will pull the fixed version from a...
  • freethread
    freethread reacted to Emrion's post in the thread For "knowledgeable people" with Thanks Thanks.
    So, I have to point out to this thread for all technical questions: https://forums.freebsd.org/threads/utility-that-tries-to-figure-how-to-update-the-freebsd-loaders.94237/ I will very pleased to answer in the limit of my own knowledge, of...
  • freethread
    freethread reacted to Emrion's post in the thread For "knowledgeable people" with Like Like.
    Well, as many threads here, it turns into nothing. Few have answered to the main and only question. So, continue to discuss about anything. Continue to argue in the void. In the meantime, fortunately, some people, will solve - or try to solve -...
  • freethread
    freethread reacted to fjdlr's post in the thread For "knowledgeable people" with Like Like.
    Hi Reading certain comments makes you realize why humans are in such a bad state. A tool made available to the community that provides a service when needed (which isn't often) remains a valuable tool. I will never understand such pettiness...
  • freethread
    freethread reacted to Emrion's post in the thread For "knowledgeable people" with Like Like.
    It sounds like you speak for all of us. Junior members, as you said, are the future of all projects, including this one. Without them, FreeBSD will die. The port I mention is well used and outside the pure FreeBSD usage. I think it will don't...
  • freethread
    freethread reacted to Emrion's post in the thread For "knowledgeable people" with Like Like.
    I get your point. No one is obliged to use loaders-update and when - because it will happen - the FreeBSD upgrade will update the loaders, I hope it will ask confirmation for this task. The admin user will make the final choice. The point of...
  • freethread
    freethread reacted to Nandor's post in the thread For "knowledgeable people" with Like Like.
    Ha! Finally, a chance to thank you for that handy tool. You've completely won me over with it. Plus, it's saved me a lot of time and hassle. And much more... :) Thank you! Nandor
  • freethread
    freethread reacted to mer's post in the thread For "knowledgeable people" with Like Like.
    Updating loaders is one of those tasks that in theory should be simple, just "follow the instructions/handbook". But it's also a simple task that if you get it wrong you wind up with an unbootable system. So what does a competent sys admin...
  • freethread
    freethread reacted to Emrion's post in the thread For "knowledgeable people" with Like Like.
    I was thinking about sysutils/loaders-update these days. And precisely how very knowledgeable people explaining why such a thing isn't wanted. Reference: https://forums.freebsd.org/threads/updating-bootcode.88875/ I read again all the thread...
  • B
    balanga replied to the thread Solved IOCAGE on a VPS.
    Not knowing anything about VNET, I thought I would look up some info via GROK:- FreeBSD VNET refers to the Virtual Network Stack (also called VIMAGE). It gives each jail its own complete, isolated network stack — its own interfaces, routing...
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    P.S.: baaz xset q says: DPMS (Display Power Management Signaling): Server does not have the DPMS Extension
  • elgrande
    elgrande replied to the thread Xfce XFCE features not working.
    jwillia3 xfce4-power-manager is running. fahrenheit oh that might be a point, I have no drm driver running (playing with claude code and drm breaks it for me which is strange). baaz xwallpaper also fails silently at it's task.
  • freethread
    I read the FreeBSD announcements message about ports-reset.sh. Maybe I'm just too tired, but it doesn't seem clear to me. Nor do the comments in the script itself, nor the help message put out by its "-h" parameter. Generally speaking, all of...
Back
Top