Search results

  1. DutchDaemon

    PF Fundamentals of packet filtering with pf

    rule 0/0 is usually the default block rule, in a ruleset that starts with e.g. block log all which is then followed by exceptions to this. You can always find those rule numbers with pfctl -sr -vv and you'll be able to cross-reference those with the output in /usr/sbin/tcpdump -l -s 0 -e -n -i...
  2. DutchDaemon

    browser layout problems.

    btn-hamburger shows up in js/freebsd/freebsd-forums-mobile-layout-fixer.min.js (at the top). What to do with it? (function(a){var c={isSubmenuOpen:!1,css:function(){a("head").append('<style>div#freebsd_menu ul.first,div#freebsd_menu ul:first-of-type {border-left: 0 !important;padding-left...
  3. DutchDaemon

    compiled for FreeBSD release 12.1-RELEASE-p12; this is 12.2-RELEASE.

    I built it to test: Message from lsof-4.93.2_14,8: -- NOTE: Due to the way the FreeBSD build clusters make packages, you may see a warning similar to the following: lsof: WARNING: compiled for FreeBSD release 11.1-RELEASE-p6; this is 11.1-RELEASE-p4. This is because the poudriere jails that...
  4. DutchDaemon

    compiled for FreeBSD release 12.1-RELEASE-p12; this is 12.2-RELEASE.

    Not an answer, but why not give sockstat a try instead of fitting a square peg into a round hole? Most people use sockstat -l4 and sockstat -c4, coupled with post assignments (sockstat -l4p22, sockstat -c4p443) for most of the lsof use-cases.
  5. DutchDaemon

    Posts and edits to the forum.

    I have disabled the add-on temporarily, which gives us the basic editor for now. You will find additional tags under the 'three dots' menu (when inside the editor). It's not ideal, but should be workable for a while.
  6. DutchDaemon

    Posts and edits to the forum.

    We'll have to wait for an update to the Editor plug-in. It must have escaped the upgrader's attention.
  7. DutchDaemon

    What about a new category for Virtualization?

    There may be a case for a 'cloud' prefix (think AWS/Azure/Google and other public cloud providers, which are, of course, virtualized). I'll leave that up to developments.
  8. DutchDaemon

    What about a new category for Virtualization?

    I added vmware, proxmox, xen, hyper-v and a 'general/other' for now. Let's not further differentiate between host/guest/hypervisor stuff; the post should make that clear. Prefixes have been made mandatory in this sub-forum. Either request a new prefix if the current selection doesn't fit, and/or...
  9. DutchDaemon

    FreeBSD just destroyed my UEFI

    Right; I'll allow this to continue for a bit, but if this evolves into 'never FreeBSD again, bye' without any intent to learn or try things, it gets closed again.
  10. DutchDaemon

    An unexpected contender: NetBSD

    The gh_origin and sysctl accounts have been merged.
  11. DutchDaemon

    email addresses with '.xyz' tld banned on FreeBSD Forum

    While I appreciate the plight of the .xyz user .. as someone who runs an anti-spam operation covering thousands of domains, I can tell you that I've had to make (literally) three exceptions for bona-fide .xyz domains over the years that .xyz has been on the scene; this TLD (and quite a couple of...
  12. DutchDaemon

    FreeBSD 12.1-RELEASE Now Available on Microsoft Azure Marketplace

    The FreeBSD Azure Release Engineering Team is pleased to announce the availability of FreeBSD 12.1-RELEASE on Microsoft Azure Marketplace. https://bit.ly/FreeBSD-on-Azure Please provide feedback and report issues to the freebsd-cloud@ mailing list...
  13. DutchDaemon

    Not able to ping, "ping: host is down".

    The only other thing I can suggest is to statically configure the xl0 in /etc/rc.conf instead of only assigning an IP address to it (i.e. using autoselect), see ifconfig and xl: 10baseT/UTP Set 10Mbps operation. The mediaopt option can also be used to...
  14. DutchDaemon

    FreeBSD 2020 Community Survey

    heads up
  15. DutchDaemon

    Not able to ping, "ping: host is down".

    Run tcpdump -s0 -nli xl0 on the actual machine itself and see if it registers any activity (notably arp on the local network).
  16. DutchDaemon

    Plex Upgrade Help

    As you can see at https://www.freshports.org/multimedia/plexmediaserver, it gets plenty of updates. It may take a while for binary packages to arrive, but as a ports user, you get the update as soon as it appears.
  17. DutchDaemon

    Suggestions For FreeBSD

    Right, as said: the forums are not the place for discussing what FreeBSD isn't. Closing this.
  18. DutchDaemon

    How to get second or days expire for some date?

    https://www.epochconverter.com/#tools and https://www.epochconverter.com/timestamp-list have plenty of tips and examples.
  19. DutchDaemon

    Bind9

    The only configuration difference I could find between 911 and 916 (well, in my own set-up) was the deprecation of the dnssec-enable option. Other than that, it appears to be a drop-in replacement. No need to wait.
Back
Top