Search results

  1. A

    Firefox on arm64

    IIRC you still have to disable ASLR on aarch64
  2. A

    signalapp / Signal-Desktop

    Ask this question in 270565.
  3. A

    Problem with cross-building arm64 on amd64 using poudriere

    It's probably a qemu bug. I remember patching poudriere to not use the aarch64 pkg version to create to repository, it was so much faster...
  4. A

    FreeBSD 13.2 will not boot on PowerMac G5 Quad

    I'm pretty sure the fix was not committed (or entirely committed). It's worth sending an email to Mark Millard, he probably has a better memory than I have.
  5. A

    FreeBSD 13.2 will not boot on PowerMac G5 Quad

    I think it's related to this review https://reviews.freebsd.org/D23376
  6. A

    signalapp / Signal-Desktop

    It's blocked by électron being blacklisted 270565
  7. A

    ssh error: no matching host key type found. Their offer: ssh-rsa,ssh-dss

    Same problem on my old switch, I put these lines in my .ssh/config file: Host switch1 HostName switch1.somewhere.fr HostKeyAlgorithms ssh-rsa PubkeyAcceptedKeyTypes ssh-rsa User xxx
  8. A

    gitlab-ce symbolic link ERROR

    It's not a package.
  9. A

    gitlab-ce symbolic link ERROR

    So, the fix is not part of 14.0 and there is no EN (errata notice) issued yet for this problem. If it's really important, ask for an EN (just did that) 1 - freebsd-update will only fix your system if an EN is issued. 2 - you can clone the src tree for your version and manually apply symlink...
  10. A

    Working on observium port

    Only a FreeBSD committer can put distfiles on freebsd.org. You should create a PR first with the update and ask the committer to put the distfiles on freefall.
  11. A

    Regional Setting are in the disabled state

    Make sure you have this patch: https://cgit.freebsd.org/ports/commit/x11?id=72cf52e15e68aaf2f3fa097bc2faf052c78b1b64
  12. A

    Raspberry PI 400 and 14.0 - not amused

    Definitely aslr related
  13. A

    Raspberry PI 400 and 14.0 - not amused

    aslr has been bypassed so many times that it's no longer a security feature.
  14. A

    Raspberry PI 400 and 14.0 - not amused

    Try to disable aslr
  15. A

    lang/rust does not build, missing -lzlibstatic

    lang/rust builds just fine here with perl 5.36. Do you have a full build log somewhere?
Back
Top