Search results

  1. J

    Solved dependency of pecl-imagick-3.4.1

    Hi. PHP 5.6 has been the default PHP version since https://svnweb.FreeBSD.org/changeset/ports/379433 last year. The version is hard-coded at buildtime so if you wish to use an older version for dependencies you would have to use the /etc/make.conf override and compile the port locally...
  2. J

    Solved Loopback interfaces for jails not being created automatically on system startup

    It's just a shell script so normal shell script rules apply. This would work as well. cloned_interfaces="lo1" #... cloned_interfaces="$cloned_interfaces lo2" #... cloned_interfaces="$cloned_interfaces lo3"
  3. J

    bhyve graphics in 10.3

    Hmm. usdmatt any ideas?
  4. J

    VirtualBox-ose 5.0.26 fails to complile on 11-BETA2

    It looks like the PR was closed. Are all your issues resolved?
  5. J

    Xorg and port 6000 ?

    The listening on port 6000 by default went away in Xorg 1.17. See 203826 for some other folks that were impacted.
  6. J

    zfs send | zfs receive - receiving and automounting ?

    Thanks. And if you have a suggestion for clearer Handbook text that suggestion is a good starting point. You can get some assistance from the committer involved be it allanjude@ or another committer to get it into a commit ready shape.
  7. J

    Solved The update metadata is correctly signed, but failed an integrity check

    The PR was closed with reference to https://docs.freebsd.org/cgi/getmsg.cgi?fetch=79566+0+current/freebsd-security and I can confirm with 10.3-RELEASE-p2 it's working properly.
  8. J

    Other LSBLK(8) Command for FreeBSD

    Are you going to add this to ports when things get cleaned up?
  9. J

    Shared object "libssl.so.8" not found, required by "libcurl.so.7"

    This is from the security/openssl (which is the same OpenSSL 1.0.2 as used in CURRENT as alluded to by SirDice) What does file /usr/local/lib/libssl.so.8 say? What does ldd /usr/local/lib/libcurl.so.7 say?
  10. J

    Install PBI on FreeBSD

    sysutils/pbi-manager was updated a few months ago so it doesn't appear to be obsolete. However, this question is probably in the realm where PCBSD expertise is needed and the PCBSD forums would be the best venue to ask.
  11. J

    Minecraft Server 1.8.8 and FreeBSD 10.1

    You probably should install the actual games/minecraft-server port instead of untarring it from some random website and grabbing a startup script from some random DynDNS link (whois says it's broadband -- is that someone's house?)
  12. J

    Sharing a dataset with multiple jails

    It's a bit harder to find because of the UUIDs compared to ezjail in SirDice's mention above but I just copy/paste something like this so I don't have to figure it out. echo "/path/to/folder /iocage/jails/`iocage get host_hostuuid <my_tag_here>`/root/path/to/folder nullfs ro 0 0" >>...
  13. J

    netmap pipe vs netgraph

    I'm not sure what you are trying to do but more details would help and those details on the freebsd-net mailing list would probably be the best avenue for Netmap support.
  14. J

    Solved DHCP overwrites local_unbound config

    You can also do a /etc/dhclient.conf with something along the lines of the below: interface "em0" { supersede domain-name-servers 127.0.0.1; }
  15. J

    Solved The update metadata is correctly signed, but failed an integrity check

    Now that you mention this I believe it did. I've been doing source updates more often than anything and would have to double check it. If it still looks off after today's upstream OpenSSL updates hit freebsd-update then it would be worth asking.
  16. J

    Docker for FreeBSD 10.2

    sysctl compat.linux.osrelease compat.linux.osrelease: 2.6.32 Fairly old in Linux-land.
  17. J

    Solved The update metadata is correctly signed, but failed an integrity check

    The conclusion of the mailing list thread was there was an issue with the metadata. See https://lists.FreeBSD.org/pipermail/freebsd-security/2016-May/008923.html
  18. J

    Upgrading to 10.2-RELEASE (PHP 5.3)

    I brought up the concern with FreeRADIUS issue you saw in the past. I don't recall the resolution but I suspect that an API change in the underlying OpenSSL was at fault. Regarding PHP, PHP 5.3 is end of life as of 14 Aug 2014 (http://php.net/eol.php). The update shouldn't break anything but...
  19. J

    lib32 missing again?

    All the releng/10.2 source is available at https://svnweb.FreeBSD.org/base/releng/10.2/ and can be pulled via the command line svnlite via the svn.FreeBSD.org URL.
  20. J

    EE - base system text editor and UTF-8

    Have you gotten in touch with the ee upstream yet? It looks like the last version bump for ee was to version 1.5.2 in https://svnweb.FreeBSD.org/base?view=revision&revision=213567 and that was 6 years ago.
Back
Top