Search results

  1. A

    XFCE wont start due to missing libz.so.5

    You probably should, but in the mean time you can try remap the old libraries to the new ones with /etc/libmap.conf. eg: libz.so.5 libz.so.6 I'm assuming libz.so.6 is the file name of the new library in 9.0.
  2. A

    Map 100's of internal subnets...

    Apart from reducing your NAT rules to one line, it's probably faster too... :)
  3. A

    volman: an experimental FreeBSD volume manager

    Great! Welcome. For it to work that way would violate volman's design, and probably break things. The same can be achieved by writing a client daemon that does all that with the help of volman's API, which I'll hopefully get around to documenting soon. :P I'll try hoof that into the API in...
  4. A

    Map 100's of internal subnets...

    Did you compare it while using a bitmask pool option in your PF NAT ruleset?
  5. A

    volman: an experimental FreeBSD volume manager

    Usermount not needed. Type vmount. It should show you a list of devices that have been detected, and their mount status. Once you see the one you want to mount: vmount da1s1 And the same when you want to umount it. See what happens, and let us know. :)
  6. A

    Gnome automount madness on FreeBSD 9-RC1

    I authored it before they modded it for PCBSD. See here for the latest development. I still need to make documentation for it. Happy hacking in the mean time. :)
  7. A

    Expand gmirror on BSD 7.2

    I don't see that being possible. Closest would be to create another gmirror instance with the 2 new drives, and mount it to a new location in the file system, perhaps even below the directory hierarchy of your existing gmirror instance.
  8. A

    It's all about jokes, funny pics...

    This one too: http://www.youtube.com/watch?v=Wp-OtbZEuEc
  9. A

    Emailing script in FreeBSD

    I'm curious why your script needs to run so often? The way I monitor disk space is to run a script once a day which tracks the trends of utilisation over time. If it predicts a disk will become full in less than 14 days, it sends an alert.
  10. A

    powerd on a server

    I use it in addition to C3 CPU states on my home server. I would not advise messing with CPU states on most servers though; powerd alone should be fine.
  11. A

    Automatically mount some network devices

    Appreciate the plug, but I don't see the relevance? My work is oriented at hot plugged devices...
  12. A

    AOC-USAS2-L8i zfs panics and SCSI errors in messages

    FWIW, the chksetuid periodic was causing one of my ZFS systems to lock up too, but the real cause ended up being a failing SATA controller (to which our ZIL and L2ARC was attached).
  13. A

    Automatically mount some network devices

    It must be as fluca said. The error "Network is unreachable" is a bit of a giveaway. Enabling RC debugging might help you troubleshoot. Add to /etc/rc.conf: rc_debug=YES However, have you considered using amd instead of fstab?
  14. A

    AOC-USAS2-L8i zfs panics and SCSI errors in messages

    It's probably one of the periodics that searches the file system: /etc/periodic/weekly/310.locate /etc/periodic/security/100.chksetuid Although if they're causing a panic, the real problem is something else...
  15. A

    auto mounting in Openbox

    latest developments
  16. A

    volman: an experimental FreeBSD volume manager

    [reserved for documentation]
  17. A

    volman: an experimental FreeBSD volume manager

    Hi, A while ago I wrote an elaborate shell script to provide HAL-style disk mounting in Openbox (still my favourite WM btw). Personally it's been really successful for my own use, and I get the impression others have liked it too. Well I've been tweaking it here and there, and it's now an...
  18. A

    Help building proper Xorg.conf

    Are you sure you need that ZAxisMapping directive? Try remove it, and if scrolling still doesn't work, use x11/xev to troubleshoot what button events your wheel is triggering, and remap them appropriately (scrolling uses buttons 4 and 5).
  19. A

    Strange keyboard behavior, long delay

    I've seen this a handful of times. It was always a BIOS setting, or a dodgy BIOS... Sorry to not be more specific.
  20. A

    Future of ZFS

    ZFS v28 will remain in FreeBSD for as long as it's relevant and maintainable. If Oracle make higher versions open source, they'll presumably be ported to FreeBSD in time. If they don't, ZFS may become an official fork like OpenSolaris became, or it'll just evolve independently within FreeBSD...
Back
Top