Search results

  1. J

    mosquitto and websockets disconnect after initial packets

    I have not pursued it. There is a comment on the Github issue from August suggesting that someone might be looking at it.
  2. J

    mosquitto and websockets disconnect after initial packets

    On trying to connect to a mosquitto broker running on FreeBSD, I see the connection established, the expected GET / HTTP/1.1 request followed by the expected HTTP/1.1 101 Switching Protocols response. However after that point, the connection gets shut down. This is seen with configuration of...
  3. J

    ZFS `zfs clone` – `canmount` Not Preserved

    I recently installed 13.2-RELEASE and, perhaps for the first time after the change of upstream source for ZFS changed, ran some long-standing scripts that cloned ZFS hierarchies. After scratching my head for a while, it appears that the canmount property is not being preserved. Is this a...
  4. J

    Solved How to install Realtek driver with no internet connection

    FWIW, that port also resolved an issue with a different Realtek Ethernet not being recognized. FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC amd64 as installed from the memstick re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xf000-0xf0ff mem...
  5. J

    PF Preventing "leakage" at boot

    Great hint! I'll look more carefully at the sequencing and, if needed, setting net.inet.ip.forwarding: 1 net.inet6.ip6.forwarding: 1 outside of the common /etc/rc.conf and gateway_enable='YES'
  6. J

    PF Preventing "leakage" at boot

    I'm going through my periodic re-examination of firewalls and packet filtering rules here and am exploring pf as an option for a host that forwards packets. One issue that can occur with some systems is that the system boots and brings up interfaces with forwarding enabled before the firewall...
  7. J

    ZFS clone - Preserve properties?

    I was hoping that in the years passed and the transition from Illumos to OpenZFS that there was a utility or flag that I had somehow missed. If someone else comes by, here's some code that is sufficient for my low-volume and confined use cases. (No guarantees on code quality and I'm arguably...
  8. J

    ZFS clone - Preserve properties?

    In "playing around with" 13.1-RC4 in preparation for revamping how I manage jails, I noticed that zfs clone does not preserve ZFS properties from the origin. To some extent, this makes sense, as a non-default mountpoint may or may not be "right" to preserve. On the other hand, some are...
  9. J

    pkg update error

    I've been running into this with 12.0-RELEASE to 12.1-RELEASE and freebsd-update After a lot of frustration, I've had some success with (using the repo of your architecture and quarterly/latest choice) fetch https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/pkg-1.14.2.txz sudo pkg add -f...
  10. J

    suricata -- no MD5 calculation support built in, disabling JA3

    After setting app-layer.protocols.tls.ja3-fingerprints: yes as described at https://suricata.readthedocs.io/en/suricata-4.1.0-rc1/rules/ja3-keywords.html I still get 18/7/2019 -- 09:47:25 - <Warning> -- [ERRCODE: SC_WARN_NO_JA3_SUPPORT(308)] - no MD5 calculation support built in, disabling JA3...
  11. J

    Other Unable to ssh

    This poster is not asking about FreeBSD at all. They are asking in context of a Linux-based OS, OpenWrt. https://forum.openwrt.org/t/unable-to-update-goflex-net/34137/7?u=jeff
  12. J

    Using pkg on Host to Manage Jails' Packages

    Objectives: Manage multiple jails' packages from the host environment Doing so should not require the jail to be active Doing so should not require the jail to have Internet connectivity Strongly desired that the jail's filesystem doesn't control the settings, or contain cached packages that...
  13. J

    Determine Changes in KK.M-RELEASE-pN?

    I'm trying to determine how to see if a given MFC-ed change is present in a freebsd-update patch version, prior to installing it. This could be, for example, how to checkout the "tagged" source associated with the patch (to diff and/or examine the logs), or how to examine the patch contents...
  14. J

    Other ipf vs pf NAT

    jiml8 Please heed the advice above and upgrade. Especially as you're running a host that appears to be exposed to the open Internet. As good as FreeBSD may have been then, there have been literally dozens of security patches in the over three years since it went out of support, and, given that...
  15. J

    Solved gnop create -S 4096 # no longer required?

    In prepping for a dual-boot FreeBSD / Debian on ZFS, I was going through my old notes on manual ZFS configuration. Back then, sometime around 2014 and FreeBSD 9, many of the scripts used something along the lines of gnop create -S 4096 <disk_id> before creating the pool itself. (I'll not link...
  16. J

    NVMe controller problem

    You can mount the installer "drive" on another system and edit `/boot/loader.conf` prior to trying to install on your machine.
  17. J

    ZFS Imported Pool, cannot create snapshots : out of space

    Still a mystery on this one as I booted the old carcass with the drive, there was plenty of space (not the "hard 0" shown on the 11.1 system) and was able to make the needed snapshot. Importing it back on the 11.1 system and again, "0" for AVAIL on every filesystem in the pool. On the bad GPT...
  18. J

    ZFS Imported Pool, cannot create snapshots : out of space

    DEGRADED is "expected" as the former members of the mirror are long gone (they were USB sticks or card readers over the years). The pool was functioning "well" and passed a scrub on the new host $ zpool status port19 pool: port19 state: DEGRADED status: One or more devices could not be...
  19. J

    ZFS Imported Pool, cannot create snapshots : out of space

    In the process of rebuilding a machine off of 9.3 and onto 11.2, I imported the remaining 64-GB member of the old machine's pool onto a running 11.1-RELEASE-p11 machine $ sudo zpool import -f -R /port19-mnt port19 When I try to snapshot it for send/recv to another pool for later reference, it...
  20. J

    Solved 11.2 on Celeron N3150 fails to boot

    Interestingly, I see those same two messages on a Celeron J1900 board (ASRock Q1900[DC]-ITX, as I recall) running 11.1-RELEASE (that has similar challenges with booting an 11.2-RELEASE kernel in "BIOS" mode) ACPI APIC Table: <ALASKA A M I > WARNING: L1 data cache covers less APIC IDs than a core...
Back
Top