Search results

  1. J

    Solved Invalid signature using freebsd-update

    That is /usr/bin/openssl version above, correct? That is interesting. Does freebsd-update IDS show files that don't match the expected hashes for 10.2-RELEASE-p7.
  2. J

    Jail with no default route (bridge) - setfib 1

    The _fib<number> syntax works for having a service start in a different FIB by the rc framework. For routes it would be rc.conf entries like below: static_routes="dmzigb1" route_dmzigb1="default 192.168.102.1 -fib 1"
  3. J

    rm: illegal option -- x

    This is all 9.x, correct? Update to the latest revision of ports-mgmt/poudriere. See https://svnweb.FreeBSD.org/changeset/ports/402690
  4. J

    Merging files after upgrade

    I believe it saves it under /var/db/freebsd-update until you run the second freebsd-update install. My memory on this may be rusty however. Are you checking the file immediately after saving but before updating the userland?
  5. J

    Recovering a wiped hard drive via FreeBSD

    What kind of filesystem? I was going to point out sysutils/testdisk (as pkg install testdisk on FreeBSD) as a recovery tool but it looks like it only supports partition operations with UFS and not file level recovery. If it's ZFS it's a whole other story but one where snapshots could save the day.
  6. J

    Running a jail with sysvipc_allow="YES"

    The technical background is explained in quintessence's link above. The end user visible aspect of this is you will have to ensure that the pgsql user's UID in each jail is unique rather than using the default of 70. Else with SysV IPC the different PostgreSQL databases all using 70 will...
  7. J

    Solved autofs for NFS mounts - looking for help and example configurations

    That link may still be around in the years to come or it may not be. Do you mind showing your final configurations for future folks looking for the same solution?
  8. J

    Unable to run chrome!

    It could be hystercial raisens (http://www.lmgtfy.com/?q=hysterical+raisens). :)
  9. J

    Install FreeBSD on a HP-DV7-2230sf

    The best way to find out is to dive in and do it! Try out an install CD and drop to a shell and see if all the hardware shows up in dmesg. Off hand the only iffy concern I would have is the Broadcom based Wifi as they aren't as well supported as the more open vendors. However the 802.11g may...
  10. J

    Solved autofs for NFS mounts - looking for help and example configurations

    It's autofs as the service now; amd is the legacy automount daemon. That means it's sysrc autofs_enable=YES to enable and not sysrc amd_enable=YES. Here's an example to remotely mount user home directories where several users on the system have their home directory pointed to /zfs/homedirs...
  11. J

    Analyzing packets on gateway

    More specific information about "analyze incoming request" would be helpful. What do you care about? A layer 3 metric such as who the packet is destined for? A layer 4 metric such as the port it's going to? Or a layer 7 metric such as a specific application layer protocol. Performance is...
  12. J

    libc resolver not stripping trailing dot for lookup in /etc/hosts

    I'm on vacation and don't have a variety of systems to look at how they comply with standards but your description sounds worthy of a bug report. (https://bugs.FreeBSD.org/bugzilla/)
  13. J

    PF Problem in connection between mail server and Cisco router 800 series

    If I understand correctly, you have a Cisco 800 router acting as firewall that your ISP controls and is forwarding port 25 to a mail server. If this is a mail server issue, information on what FreeBSD version is in use, information on the mail server software, and any mail server related logs...
  14. J

    autofs problem

    I'm unsure what FARBAUTE is from but auto_master has examples on what should be in these files. Please double check the syntax with the man page.
  15. J

    Other How to make CSF compatible in FreeBSD?

    If I read things correctly CSF looks like an iptables front end. The right answer is to ask DirectAdmin to add official FreeBSD support using native FreeBSD firewalls. Alternately as ondra_knezour mentioned above there are other alternatives that just may not cover your entire use case.
  16. J

    gtk2/glib2: Is file alteration monitoring now disabled?

    From the log for r399544 (https://svnweb.FreeBSD.org/changeset/ports/399544) it would seem that feature was turned back on recently. Also see 202128. If you are using 10.2-RELEASE with the default quarterly branch you will not have this update via a package just yet so would have to either...
  17. J

    Solved List of connected hosts

    Check out net-mgmt/iftop as well. It's an ncurses app but sounds like what you are looking for.
  18. J

    OpenVPN never installs: see errors

    I'm a bit lost. Can you show any commands you ran prior to this that led to the message you saw? security/openvpn doesn't depend on ImageMagick so I don't see how you can get in this state.
  19. J

    Solved Why does this simple pf.conf locks me out of ssh?

    Stick to pf.conf man page on the system to ensure you get the most accurate information. There can be a mix if you look online and come across the mix of OpenBSD and FreeBSD info.
  20. J

    Solved pf.conf causing slow ssh connections

    Ok. That makes sense. Is there anything left to cover? If we've covered everything I would appreciate you marking this solved ("thread tools" at the top right, "edit thread", add "solved"). Thanks!
Back
Top