Latest activity

  • R
    Well, I solved this problem. At least I got imapd to work with thunderbird on macos. I did install a new cert, but it was a bit of fiddling with the server and the client, which I find a bit of magic. In any case it now works.
  • Zare
    Zare reacted to freezr's post in the thread Happily using FreeBSD as Daily Driver ❤️ with Thanks Thanks.
    I believe that now is more than 6 months that I have been using FreeBSD (Desktop) as daily driver at $WORK but also at $HOME for my personal business, and I am extremely happy and satisfied! I still have Linux on my small laptop (mainly because...
  • B
    balanga replied to the thread UFS OpenSuse support for UFS.
    I tried mounting a UFS partition on Debian but it seemed to need all sorts of things I couldn't figure out so I went back to OpenSuse and am copying UFS partitions form my 'inaccessible' disk to my server for backup purposes. When it's all...
  • B
    Share what is missing, someone may have a suggestion for you to overcome any barriers. There are plenty of geniuses here and they all share the same enthusiasm for FreeBSD and are more than wiling to help anyone sort out any problem.
  • B
    balanga replied to the thread NFS exports.
    It's my system and I'm the only user. It sits well with my workflow.
  • Espionage724
    Espionage724 reacted to BigSneakyDuck's post in the thread Valuable News – 2026/04/27 with Like Like.
    I see one of my posts has made it into Vermaden's Valuable News. Famous at last! :-) Edited to add: I see my 2.11BSD post also made https://vermaden.wordpress.com/2026/04/13/valuable-news-2026-04-13/
  • T
    T-Daemon replied to the thread NFS exports.
    There seems to be a misunderstanding. Throughout the entire instructions above, none of the server's local root file system is exported. You’ve likely confused the NFSv4 tree root with the server’s root file system. Those are two entirely...
  • cracauer@
    cracauer@ replied to the thread kernel MINIMAL not booting.
    Minimal means minimal. You needs to add the filesystem you boot from.
  • B
    balanga reacted to T-Daemon's post in the thread NFS exports with Like Like.
    balanga and Stefan2, the following example is a simple NFSv3 and NFSv4 ZFS "sharenfs" configuration: /etc/rc.conf nfs_server_enable="YES" nfsv4_server_enable="YES" /etc/exports # Assuming /home/GRUPPE is the mount point: V4: /home/GRUPPE...
  • D
    Deleted member 85362 replied to the thread kernel MINIMAL not booting.
    Thank you! Do you know why the option is not included in the config? Does it need to be fixed?
  • D
    Unknown member reacted to Alain De Vos's post in the thread kernel MINIMAL not booting with Thanks Thanks.
    no zfs is needed for anything. UFS2 is just fine. When you format a drive as "UFS" today, you are almost certainly using UFS2 as the physical format, while the FFS code handles the reading and writing.
  • D
    Deleted member 85362 posted the thread kernel MINIMAL not booting in Installing and Upgrading FreeBSD.
    I had to add the FFS option to make the MINIMAL kernel booting. Am I missing something? Do I have to reinstall FreeBSD through ZFS to make it work? Thank you!
  • Espionage724
    Pft, Xbox One can open full-on Edge browser with keyboard and mouse support :p
  • F
    feld replied to the thread Delta.chat pkg/port?.
    Hi guys, I know this is happening but it's unclear why. I'm trying to get some assistance from the dev who created the ports framework bits for generating the offline/reproducible tarball of the npm libraries/dependencies. It's supposed to be...
  • D
    Unknown member reacted to scottro's post in the thread What's the purpose of wpa_cli? with Like Like.
    I don't use it, but I wonder if it's similar to the Linux iwd, (that's a daemon, but it includes iwctl which can be useful). https://wiki.archlinux.org/title/Iwd
  • D
    Unknown member reacted to kpedersen's post in the thread What's the purpose of wpa_cli? with Like Like.
    wpi_cli allows you to dynamically connect to the wpa_supplicant socket and control it dynamically. I.e so you don't need to terminate and restart the wpa_supplicant daemon if you want to change to a different access point. It also can modify and...
  • D
    Unknown member reacted to loveydovey's post in the thread What's the purpose of wpa_cli? with Like Like.
    wpa_cli allows you to connect to a password protected wifi network from a cli (command line interface, aka terminal). It's very useful because it outputs a lot of useful information about wpa authentication and you can choose to output a lot of...
  • D
    Unknown member reacted to Alain De Vos's post in the thread What's the purpose of wpa_cli? with Like Like.
    ifconfig will only scan, if i'm correct not assign an IP-address. wpa_cli will read wpa_supplicant and try to assign an IP-address to your wireless device & set routes.
  • Espionage724
    GitHub's website is hard to find a binary; is there one available to try now for Bun? https://github.com/oven-sh/bun/pull/29676
  • jontheil
    Hi folks, I am running FreeBSD 15.0. I had to migrate the installation to a new harddrive after the old one was beginning to fail. At the same time, I switched from an UFS based installation to one based onzroot. Most programs runs just fine...
  • cy@
    cy@ replied to the thread NFS exports.
    Mounting the server's root fs, especially mounting it read/write. What could possibly go wrong with that?!
  • cy@
    cy@ replied to the thread NFS exports.
    Oh really?!
  • X
    GGML has the ability to detect your CPU at runtime and fallback from whatever it doesn't support. I've patched the ports file to make use of it here...
  • Espionage724
    Espionage724 reacted to vermaden's post in the thread Valuable News – 2026/04/27 with Like Like.
    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  • T
    T-Daemon replied to the thread NFS exports.
    That's not true. One can use /etc/exports to define the shares by directory path (e.g. /home/GRUPPE -network 192.168.2.0/24 -alldirs). If defined in this manner, the file system is unimportend. It can be UFS standart directories, ZFS datasets...
  • S
    scottro reacted to fernandel's post in the thread Playing with mdo(1) with Thanks Thanks.
    Your link of opendoas said: "Description: This is a port of OpenDoas, which in itself is a port of OpenBSD's doas forLinux and MacOS. OpenDoas unlike OpenBSD's doas supports persist on FreeBSD(and Linux + MacOS)."
  • S
    scottro reacted to BigSneakyDuck's post in the thread Playing with mdo(1) with Thanks Thanks.
    Unfortunately persistence of opendoas is not like-for-like with persistence of doas on OpenBSD. To quote Ted Unangst, original creator of doas: https://web.archive.org/web/20250812140828/https://flak.tedunangst.com/post/doas-mastery This is why...
  • T
    T-Daemon replied to the thread NFS exports.
    If the same data is NFS shared, no seperate dataset (definitively no seperate pool) is necessary for the two protocols. To mount a share with the NFSv4 protocol is to define a NFSv4 tree root and use the "nfsv4" mount option as shown in the...
  • T
    T-Daemon replied to the thread NFS exports.
    balanga and Stefan2, the following example is a simple NFSv3 and NFSv4 ZFS "sharenfs" configuration: /etc/rc.conf nfs_server_enable="YES" nfsv4_server_enable="YES" /etc/exports # Assuming /home/GRUPPE is the mount point: V4: /home/GRUPPE...
  • T
    T-Daemon replied to the thread NFS exports.
    The red highlighted "mountd" and "rpcbind" services are unnecessary, those services are started automatically (NFSv4 even doesn't require "rpcbind"). Also, all the other red highlighted are unnecessary. The blue highlighted may or may not be set...
  • vermaden
    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  • B
    balanga replied to the thread UFS OpenSuse support for UFS.
    Does that mean that any Linux flavour should be able to support UFS, at least in RO?
  • B
    balanga reacted to Espionage724's post in the thread UFS OpenSuse support for UFS with Like Like.
    Seemingly mounted fine 4 days ago (booted oS TW LiveUSB to backup 15.1); I didn't try write, but it mounted after modprobe ufs (iirc ufs is default blacklisted)
  • Espionage724
    Seemingly mounted fine 4 days ago (booted oS TW LiveUSB to backup 15.1); I didn't try write, but it mounted after modprobe ufs (iirc ufs is default blacklisted)
  • B
    Apparently OpenSuse provides some limited support for UFS. Has anyone tried it and how well does it work?
  • B
    balanga replied to the thread NFS exports.
    If I want two shares, one for nfs3 and the other for nfs4 do I need to create two pools?
  • B
    balanga reacted to Stefan2's post in the thread NFS exports with Thanks Thanks.
    I'm not an expert but I remember I read several articles about exporting nfs shares with zfs before it worked. This is how it works in my local network: The name of my zpool is rpool I want to export the directory /home/GRUPPE with all...
  • MG
    I commented out kernel code. We now have AT style keyboard hard reset and button hard shutdown. Does this count as kernel developing? 😆 Also want to add custom sysctl vars but it's complicated...
  • Zare
    Zare reacted to drhowarddrfine's post in the thread New, Free Book: FreeBSD Device Drivers with Thanks Thanks.
    https://github.com/ebrandi/FDD-book FreeBSD Device Drivers: From First Steps to Kernel Mastery is a free, open-source book that takes you from "I've never written kernel code" to "I can write, debug, and submit production-quality FreeBSD...
  • MG
    https://github.com/ebrandi/FDD-book FreeBSD Device Drivers: From First Steps to Kernel Mastery is a free, open-source book that takes you from "I've never written kernel code" to "I can write, debug, and submit production-quality FreeBSD...
  • Espionage724
    https://github.com/ebrandi/FDD-book FreeBSD Device Drivers: From First Steps to Kernel Mastery is a free, open-source book that takes you from "I've never written kernel code" to "I can write, debug, and submit production-quality FreeBSD...
  • D
    https://github.com/ebrandi/FDD-book FreeBSD Device Drivers: From First Steps to Kernel Mastery is a free, open-source book that takes you from "I've never written kernel code" to "I can write, debug, and submit production-quality FreeBSD...
  • M
    The I would raise with poudriere on GitHub.
  • B
    balanga replied to the thread Solved Disappearing disk.
    gdisk -v tells me:- Expert command (? for help): v Problem: The secondary header's self-pointer indicates that it doesn't reside at the end of the disk. If you've added a disk to a RAID array, use the 'e' option on the experts' menu to adjust...
  • B
    balanga replied to the thread NFS exports.
    I read that but it's as clear as mud.
  • M
    Download the files manually and extract them, measure time.
  • B
    balanga replied to the thread NFS exports.
    I'm not familiar with what ZFS sharenfs does or how to invoke it. I just found https://forums.freebsd.org/threads/zfs-set-sharenfs-multiple-hosts.94811/
  • S
    scottro replied to the thread Playing with mdo(1).
    Doesn't opendoas do persistance? I think it does on Linux. (and I don't know its disadvantages).
  • S
    Just an aside, as this is about AI---I have found that it makes me lazy at times. This weekend, I had two small issues, and rather than solving them, I put them to ChatGPT which solved them right away. So, I'm trying to avoid using it, as it's...
  • S
    scottro replied to the thread What's the purpose of wpa_cli?.
    I don't use it, but I wonder if it's similar to the Linux iwd, (that's a daemon, but it includes iwctl which can be useful). https://wiki.archlinux.org/title/Iwd
Back
Top