Search results

  1. J

    Solved Mount MySQL sockets directory for use by other jails ZFS environ?

    Do you have any questions on what needs to go into the /etc/fstab.<jailname>? It should look just like the mount of the basejail. If you are good to go please go ahead and mark this solved ("thread tools" at the top right, "edit thread", add "solved"). Thanks!
  2. J

    Solved Mount MySQL sockets directory for use by other jails ZFS environ?

    This is what I meant. Where the configuration is made will be different for sysutils/ezjail compared to sysutils/iocage or using native tools.
  3. J

    Solved Cannot upgrade pkg from custom repo

    A client side pkg update -f may be warranted.
  4. J

    Shared object "libc.so.4" not found, required by "java"

    FreeBSD 5.x has been unsupported since 2008 (https://www.FreeBSD.org/security/unsupported.html). All the compatability packages do have a use but for a new installation please request a supported version of software from the vendor. I feels this is ill-advised recommending installing software...
  5. J

    Port forwarding without NAT?

    The FreeBSD version does appear to be slightly behind. I don't know if the version difference is anything of consequence. I had one minor issue with net/relayd earlier in the 10.x series when some pf APIs changed and net/relayd would cause a kernel panic when interacting with PF. I switched...
  6. J

    Solved pf.conf causing slow ssh connections

    Sorry for not dropping back by sooner as I've been rather busy. I'm going to answer this backwards. Yes. This would ensure state get created for DNS requests leaving your LAN to the WAN. This would not create states from the router to the WAN. As kpa said above the 'keep state' keywords are...
  7. J

    Solved Mount MySQL sockets directory for use by other jails ZFS environ?

    nullfs can be used to create either a read-only or read-write mount shared between jails. However you will need to identify the administration needed to mount it correctly for however you are managing your jails.
  8. J

    Solved Cannot upgrade pkg from custom repo

    Hmm. Issues with the pkg-repo catalogue file creation perhaps? Do you have any errors when you trigger a rebuild of the repository? Alternately, are there any errors manually rebuilding a new catalogue (pkg repo All executed from the repository directory)?
  9. J

    When there will be an update for PHP 5.6?

    PHP 5.6.15 is just a routine update with no security fixes (http://php.net/ChangeLog-5.php#5.6.15). Please request the maintainer update the port or lend a hand with a patch per the porter's handbook...
  10. J

    Port forwarding without NAT?

    monkeyboy, I read this as you are looking for a reverse proxy. For example either net/haproxy or net/relayd could service this by relaying connections from the outside world to the backend server (B) or multiple backend servers as that is a common use case for a reverse proxy.
  11. J

    Jails, multiple interface, multiple FIBs

    Search for "fibs" (4 characters to make the forum's search happy) and you'll find a few examples out there. Context would help here. Can you show the netstat -nr and setfib 1 netstat -nr of your current setup. Additionally sysctl -a | grep fib would be helpful.
  12. J

    Solved Security Advisory question

    Also, please see https://www.FreeBSD.org/security/security.html#sup for more details along with the list of currently supported versions.
  13. J

    Solved Security Advisory question

    phoenix covered the rest but for some extra background on the topic, there was some issues with the releng/10.2 NTP update. See https://svnweb.FreeBSD.org/base?view=revision&revision=290361as it mentions the regression being fixed. Also see...
  14. J

    Anyone have video chat via Facebook or hangouts working?

    201299 was created before 10.2-RELEASE to ask for backporting it. However it's not a trivial change and is a large amount of kernel code to support 64 bit Linux and 2.6.32 system calls.
  15. J

    Solved pf.conf causing slow ssh connections

    OK, all done with the moderating for the evening. If that fixed the issue, I was going to explain what I believe is happening. 1. You don't have a rule for outbound DNS pass out on $ext_if from ($ext_if:0) to any port 53 2. You SSH in and sshd does a DNS lookup for the hostname of what is...
  16. J

    Solved Patch checking

    Hi! We appreciate it if you mark the thread "solved" when everything you have opened the thread for has been, well, solved. This makes it easier when searching or looking at the forums to see that there is a resolution to what the title states. You can do so by "thread tools" at the top...
  17. J

    Error xsl.so (lang/php53 -> lang/php56 issues)

    pkg delete -f perl5.14 (don't delete dependencies) then pkg upgrade. I don't have a system this far behind to validate that for sure but I believe without the old Perl 5.14 that no longer exists as a port, the pkg upgrade step should resolve the latest Perl 5.20 as the correct dependency for...
  18. J

    Solved pf.conf causing slow ssh connections

    Try this in /etc/ssh/sshd_config. UseDNS no
  19. J

    Solved Two network interfaces and default routes

    There are examples of how to do default routes with FIBS through /etc/rc.conf in different threads across the forum. For example: https://forums.FreeBSD.org/threads/multiple-ips-in-different-subnets-default-routing.50699/
  20. J

    Raspberry Pi 2

    Please just use svn.FreeBSD.org now. That is a geographically distributed mirror that should just work. See https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/svn.html for more info.
Back
Top