Search results

  1. DutchDaemon

    devfs_ruleset is broken

    You do not do it by posting the word 'bump'. You do it by adding additional information, additional log files, or an additional description of what you tried in the meantime.
  2. DutchDaemon

    The forums and the adblocker - a love story

    It's all externally loaded content from posts and links, like Gravatars, externally loaded images, etc. The forums have no ads or trackers.
  3. DutchDaemon

    Forum RSS feed

    On their forums, XF has shown no interest in handling this yet; there are some requests for it there. We're not going to locally patch XF and maintain that patch against upgrades, if that's what you mean.
  4. DutchDaemon

    Forum RSS feed

    There appear to be no options for that.
  5. DutchDaemon

    How do I mark a thread "[Solved ]"?

    I have tweaked it a little. Verified members ( >= 10 days && >= 10 posts) can edit their own posts/threads indefinitely. Registered members ( < 10 days || < 10 posts) can do so for 24 hours; until they clear the hurdle, at least. I have had to disable deletion of own posts for now (deletion of...
  6. DutchDaemon

    What?

    Let's leave it here, gents.
  7. DutchDaemon

    sendmail STARTTLS doesnt work with Let'sEncrypt

    You can also keep the defaults and symlink from there: define(`CERT_DIR', `/etc/mail/certs')dnl define(`confCACERT_PATH', `CERT_DIR')dnl define(`confCACERT', `CERT_DIR/cacert.pem')dnl define(`confSERVER_CERT', `CERT_DIR/host.crt')dnl define(`confSERVER_KEY', `CERT_DIR/host.key')dnl...
  8. DutchDaemon

    How to install mysql80-server v 8.0.29 ?

    Maybe nine if you decide to download the source code and offer help. https://docs.freebsd.org/en/articles/contributing/#ports-contributing
  9. DutchDaemon

    sendmail STARTTLS doesnt work with Let'sEncrypt

    Just link to the live environment of LetsEncrypt from your .mc file: (`CERT_DIR', `/usr/local/etc/letsencrypt/live/your.site.name')dnl define(`confCACERT_PATH', `CERT_DIR')dnl define(`confCACERT', `CERT_DIR/chain.pem')dnl define(`confSERVER_CERT', `CERT_DIR/cert.pem')dnl...
  10. DutchDaemon

    Local Unbound Config - not working.

    Or else you're looking at a possible jail issue, if you're using those (like https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220550).
  11. DutchDaemon

    Local Unbound Config - not working.

    Try dig @127.0.0.1 A www.freebsd.org (or, drill if you don't have dig). To me it still looks like nothing is actually picking up DNS requests at localhost.
  12. DutchDaemon

    Local Unbound Config - not working.

    Run (in a separate session), tcpdump -s 0 -pnli re0 dst port 53 and dst net 208.67.216.0/21 and see whether any DNS requests actually make it out at all. If so, drop the dst port 53 and dst portion of it and see whether it's a two-way street By the way, your dnsmasq process was bound to *:53...
  13. DutchDaemon

    Local Unbound Config - not working.

    options edns0 is a standard part of the automated setup of the local unbound process. It basically allows resolving to use more modern/advanced options (because unbound supports them).
  14. DutchDaemon

    Local Unbound Config - not working.

    Either unbound or dnsmasq (indeed, why is that running?) should have complained about port 53 already being bound to.
  15. DutchDaemon

    Local Unbound Config - not working.

    Sounds like Unbound isn't running, check with sockstat -l4p53 and service local_unbound status.
  16. DutchDaemon

    PF tcpdump of pflog0 doesn't show anything useful

    Apparently your PF captures interesting traffic: https://en.wikipedia.org/wiki/List_of_IP_protocol_numbers (you can find out details by Googling for "EMCON IP Protocol" or "ARGUS IP Protocol", etc.). Other than that, you don't seem to be logging any TCP (IP6) or UDP (IP17). Of course, it all...
  17. DutchDaemon

    MariaDB filling all my CPU cores up to 100%

    https://mariadb.com/kb/en/memory-storage-engine/ maybe?
  18. DutchDaemon

    Optional birthday at registration, instead of required

    It's just another anti-bot step, fill in whatever you like and stop overthinking everything.
Back
Top