Search results

  1. J

    can't ping inside of jail

    I guess it depends on what jail system you're using. I'm using the PCBSD warden system, but you're likely using the EZJail system. Check this link: http://kbeezie.com/freebsd-jail-single-ip/ The nice thing about this approach is that once you have it set up, it works for all jails...
  2. J

    Google Voice Plugin

    This thread is almost one year old, but here is more information. Here is the link to the plugin that gets used for Google Talk, and Google Hangouts: https://www.google.com/chat/video Google voice doesn't get much hype any more, but it is just a phone<->VoIP connector, that relays over the...
  3. J

    can't ping inside of jail

    This is a common networking problem in jails. From inside the host, what do you get from this: $/> netstan -rn You should get a list of all the routing rules for your system, including the IP on the jail.is there a routing rule that passes the jail net traffice to your network? A...
  4. J

    Installing Warden without QT?

    While warden is a freebsd port, you may want to ask this question over at forums.pcbsd.org.PCBSD contribute that port, which is a part of their desktop system. Check the port Makefile to see if it has a NO_GUI option.
  5. J

    Multicast works only after service start (JAIL)

    This is an old thread, but I am also trying to get avahi working inside the jail. I note that it seems to a problem during bind, where the avahi server sees itself, and thinks that it's namespace is taken: [root@wunderkraut] /# sudo /usr/local/sbin/avahi-daemon --debug Found user 'avahi'...
  6. J

    NVIDIA driver for a PowerPC

    Did you check here: http://www.freebsd.org/doc/en/articles/compiz-fusion/nvidia-setup.html ? There is a blob nvidia driver available (if you don't mind closed source drivers) The nv port is pretty ancient, and nouveau is broken due to it's depenence on KMS, which freeBSD is only getting now...
  7. J

    can ping web server but cannot connect with a web browser

    This might sound silly, but maybe the https isn't running? Try code: telnet 192.168.2.4 http Try running that from your client end, and from the web server itself.
  8. J

    Mysql PDO Driver

    The bz2 error probably means that you don't have the php bz libraries installed or enabled (in [/usr/local/etc/] php/extensions.ini. the package is php5_bz2 , and the port is in archivers/php5-bz2
  9. J

    Mysql PDO Driver

    http://forums.freebsd.org/showthread.php?t=33817 There are some preliminary findings that having 'debug' enabled in the php5 port can give this error. Rather, there are some reports that removing that flag, eliminates the problem.
  10. J

    php-pdo_mysql installation error

    the only problem with editing the Makefile is that your changes go away on the next update (portsnap/cvsup etc) I have the same problem, but I note that the make config for the php5 port includes a debug checkbox. I am now trying to compile with debug disabled.
Back
Top