Latest activity

  • SirDice
    Outdated and deprecated are two entirely different things. The ports aren't deprecated. emulators/fs-uae is maintained by me, the launcher is maintained by someone else. Not entirely sure how that came about as they're both from the same...
  • Espionage724
    https://certbot.eff.org/
  • D
    https://certbot.eff.org/
  • T
    As far as I know, running Wayland exclusively requires a drm-kmod graphics video driver on FreeBSD, which is not available for virtual machines (at least not for VirtualBox, or bhyve, I don't know of other virtualizer support). It's possible to...
    • VBox-wayland-labwc-in-xorg.png
    • VBox-wayland-sway-in-xorg.png
  • B
    Did you add all the appropriate entries to /etc/rc.conf? What's the output of cat /etc/rc.conf?
  • SirDice
    It can, but the VM must be off. And the interface is going to complain about "invalid" settings, just ignore those. Not sure what you searched for but the driver is included with the emulators/virtualbox-ose-additions-72. Don't know if it...
  • SirDice
    Easiest, and cheapest, is probably to use one of the many tools and get a Letsencrypt certificate. I'm using it on my VPS and home connection for various websites I run on them. Set up once, and let it automagically refresh the certificates...
  • T
    T-Daemon replied to the thread Configuring RTW880 wifi card.
    The basic procedure, after the system installation (preferable 15.0-RELEASE), is to install net/wifi-firmware-rtw88-kmod, making sure ifconfig_rtw880= in /etc/rc.conf is set and /etc/wpa_supplicant.conf is configured accordingly (see handbook...
  • B
    How do I get a server certificate? I've only ever used Apache in the past and always got 'It works!' as soon as I started it up.
  • SirDice
    SirDice replied to the thread Delta.chat pkg/port?.
    It depends on devel/electron40 (or devel/electron39 in quarterly), they're often blacklisted. Causing everything that depends on them to get skipped.
    • Screenshot 2026-03-18 114911.png
  • SirDice
    Yeah, those are annoying to be honest. They're caused by that filter they've put up. I'm a little fuzzy on how exactly this "unfurling" works, but I'm almost positive certain parts are done client-side. Maybe we can have the forums whitelisted...
  • S
    Alain De Vos, I had the same issue. I remember giving up for awhile after asking and getting your response, that it wasn't working. However, with the later drivers, it's been trouble free for me. (580.142 for a GT1030 card).
  • SirDice
    SirDice replied to the thread FreeBSD vs Debian.
    We won't know either. We're not clairvoyant and cannot see what's on your screen. I also don't understand what you mean by "initiate the boot again".
  • S
    scottro replied to the thread Playing with mdo(1).
    elephant my results (this was on the first page of the thread.) For your earlier question. mdo -i root@scott2 scottro $ whoami root root@scott2 scottro $ id -p login scottro uid root groups wheel video vboxusers scottro
  • SirDice
    Alright, these instructions are ~17 years old and don't apply any more. HAL was deprecated ages ago. If you're looking for ways to configure X on FreeBSD consult the handbook, it should have up to date instructions...
  • SirDice
    You can't have HTTPS without a server certificate. Regular, self-signed or letsencrypt doesn't matter. But you have to have one that applies. And your browser needs to be able to verify it. Though you could ignore that verification check (not...
  • B
    I'm using caddy for the first time and getting the above response when trying to connect by IP address. I guess I need to set up some certificate to get past this problem, but can I specify that I don't want certificates initially?
  • SirDice
    I checked the IPs against our user database. They belong to regular users, some of which you've interacted with. I'm not going to tell you which IP address belongs to which user though, for obvious reasons. This is probably caused by the...
  • zsolt
    zsolt reacted to Maxnix's post in the thread Trying to run KDE 6 Plasma with Wayland.... with Thanks Thanks.
    Ok, just solved it! :) As FreshPorts' page for plasma6-plasma-workspace reports for version 6.6.0, there is a bug (293368) that causes this loop. The workaround is to set the Clock widget to never show seconds. More infos on the commit...
  • B
    balanga replied to the thread Installing Nextcloud.
    I'm trying again following suggestion by victort. This seems to work at the moment. I'll see if anything is missing. echo -n 'pkg install -y '> nextcloud-install.sh cat << EOF | tr '\n' ' ' >> nextcloud-install.sh nextcloud-php84 caddy redis...
  • B
    balanga replied to the thread Installing Nextcloud.
    I'm not sure, I'll see. I was just going by what I had read from various sources.
  • B
    balanga reacted to victort's post in the thread Installing Nextcloud with Like Like.
    Apologies, but shouldn’t you be able to just do `pkg install nextcloud-php84` to also install all dependencies?
  • B
    balanga replied to the thread PAGER=most.
    Very interesting.... Release 4.0 ! Quite a while ago. Strange to see Last modified on: February 21, 2021 by Danilo G. Baio at the bottom.
  • B
    balanga replied to the thread Installing Nextcloud.
    I tried explain that the nextcloud-install.sh runs and installs all the pkgs bar one, ie postrgresql18-server. This makes no sense to me and I'm trying to find some explanation.
  • B
    balanga replied to the thread Installing Nextcloud.
    21 of the 22 pkgs get installed without this.
  • cy@
    It's hard to tell what happened without seeing your pkg upgrade output. But db5 is still a package. What is likely is an upgraded package depended on a package that conflicted with db5 resulting in db5's removal. Without looking at your pkg...
  • Jose
    Jose reacted to cracauer@'s post in the thread C jemalloc improvements with Thanks Thanks.
    Fakebook is putting some steam behind jemalloc(3). In case you don't know, FreeBSD's default malloc at this time is jemalloc. So FreeBSD should benefit from any improvements as long as they are not some Linux-only nonsense. That reminds me that...
  • cracauer@
    cracauer@ replied to the thread Installing Nextcloud.
    You need to execute the nextcloud-install.sh that it builds.
  • cracauer@
    cracauer@ reacted to elephant's post in the thread C jemalloc improvements with Thanks Thanks.
    This post is something of the prequel to the Meta blog post above. https://jasone.github.io/2025/06/12/jemalloc-postmortem/ It's great to see a turn-around.
  • cracauer@
    Surely it does a return somewhere?
  • S
    scottro replied to the thread Playing with mdo(1).
    elephant my rules are security.mac.do.rules='gid=0>uid=0
  • Espionage724
    I used a 10TB drive in USB NAS since late 2024 (WAVLINK USB-C 2-bay) The 2 cords it came with deteriorated enough to cause random errors after about a year (relatively stationary so real portable use would have probably worn em sooner); a...
  • B
    balanga replied to the thread Installing Nextcloud.
    I have the following script to install all the packages I need for nextcloud, but for some reason it runs without any errors although postgresql18-server does not get installed. Can anyone explain what the problem could be? Installing it...
  • cracauer@
    fork(2) is legal to call from a signal handler. malloc(3) most certainly is not. Are you saying the malloc is inside the signal handler?
  • B
    balanga replied to the thread Installing Nextcloud.
    There is no such pkg as php**-fpm but php-fpm does get installed in /usr/local/sbin as part of some other php pkg.
  • B
    I think that trying to do this is basically proof of concept rather than being of any real world practical value. A few years ago I tried to set up a Seagate GoFlex Net as a NAS and it would probably have been usable but never succeeded in...
    • 1773785984934.png
  • B
    back many years ago (when USB/SATA converters became commonplace) I investigated using USB for NAS/RAID in lieu of buying dedicated disk controllers. When you begin to understand the architecture and bandwidth sharing that goes on in USB, not to...
  • B
    Original article here. Consider this when replying. FreeBSD runs on this… FreeBSD runs on this… and FreeBSD runs on this…! It’s easy to get FreeBSD running on a Raspberry Pi. It’s easy to manage multiple hard drives with ZFS. So we were...
  • SirDice
    Yes, custom ports. In a separate ports tree (only contains my custom ports). Same repository where everything else comes from. Building a custom port takes a bit of effort at first (getting things correct), but in the long run it's easier to...
  • Espionage724
    I get about 210MBps (using dd) under FreeBSD. IIRC it was 340MBps or so under linux on the same pi4 & same SDD when I last measured it. Also note that USB 3.0-3.1 raw speed is 5Gbps, while USB 3.2 gen 2 can go to 10Gbps. BOT has much more...
  • Espionage724
    Probably not a great idea to build a NAS connecting over USB.... Not to mention FreeBSD doesn't support the faster UASP (USB Attached SCSI Protocol). I do have a SSD connected via USB3 to a Pi4 and it works fine but I don't stress the system or...
  • cracauer@
    The major problem I see here is the external USB connections which could be or become unreliable. A rebuild or a mirror on a large disk is probably taking many days on here, and you would have to do it after every USB hickup.
  • Espionage724
    Espionage724 reacted to MG's post in the thread The Random Thread with Like Like.
    Show me that AI becoming constructive and productive. I haven't seen anything yet. It can only be a knowledge-trap. If you create something with an AI service tthat has a market value, the AI provider will be the owner. What's happening is...
  • Espionage724
    What speeds might that be needed? Iirc I was doing 200MB/s from a USB 3 drive with NTFS yesterday (seemed just as-fast if not faster than Windows)
  • MG
    MG replied to the thread The Random Thread.
    Show me that AI becoming constructive and productive. I haven't seen anything yet. It can only be a knowledge-trap. If you create something with an AI service tthat has a market value, the AI provider will be the owner. What's happening is...
  • M
    Original article here. Consider this when replying. FreeBSD runs on this… FreeBSD runs on this… and FreeBSD runs on this…! It’s easy to get FreeBSD running on a Raspberry Pi. It’s easy to manage multiple hard drives with ZFS. So we were...
  • cracauer@
    cracauer@ reacted to Espionage724's post in the thread The Random Thread with Thanks Thanks.
    Accidentally found machdep.idle=hlt that looks like idle=halt I was doing on Linux :D machdep.idle_mwait was 1 prior, but I wonder how that would work if mwait was disabled in BIOS? I have machdep.idle_available: spin, mwait, hlt, acpi (default...
  • Espionage724
    Espionage724 replied to the thread The Random Thread.
    Accidentally found machdep.idle=hlt that looks like idle=halt I was doing on Linux :D machdep.idle_mwait was 1 prior, but I wonder how that would work if mwait was disabled in BIOS? I have machdep.idle_available: spin, mwait, hlt, acpi (default...
  • Espionage724
    Espionage724 reacted to cracauer@'s post in the thread C jemalloc improvements with Like Like.
    Fakebook is putting some steam behind jemalloc(3). In case you don't know, FreeBSD's default malloc at this time is jemalloc. So FreeBSD should benefit from any improvements as long as they are not some Linux-only nonsense. That reminds me that...
  • SirDice
    Yes. And a pkg-autoremove would also remove the build dependencies that were installed with the make install-missing-packages (they're flagged as "automatic").
Back
Top