Search results

  1. edogawaconan

    Upgrade 8.0 snapshots

    it won't work. If you're planning to follow -current here's the scenario: - buildworld every months (or so) - jump to 8-beta or 8-rc when available (using standard-supfile to fetch the source) - use freebsd-update for next updates CMIIW
  2. edogawaconan

    What with Blu-ray support on FreeBSD

    FYI, video decoding (especially in case of MPEG-4 Part 10) is mostly irrelevant with VGA card unless you're using some kind of decoding acceleration (that supports the format and have correctly patched player - f.e. VDPAU (also here) - still beta on FreeBSD).
  3. edogawaconan

    ZFS failed drive recovery

    It ever happens to me, and by deleting error'd files I get working pool again (sans deleted files) :)
  4. edogawaconan

    Stable and Release

    How about -f? Also shouldn't there will be problem if required package(s) not available in binary form with -PP option?
  5. edogawaconan

    ftp server

    what's in your /usr/local/etc/pure-ftpd.conf ?
  6. edogawaconan

    Can't get local script to start at boot time

    oh don't forget to add sabnzbd_enable="YES" at rc.conf
  7. edogawaconan

    Can't get local script to start at boot time

    try this #!/bin/sh . /etc/rc.subr name="sabnzbd" rcvar=${name}_enable : ${sabnzbd_enable="NO"} command=/usr/local/bin/SABnzbd.py command_args="-d -f /usr/sabnzbd/sabnzbd.ini" run_rc_command "$1"
  8. edogawaconan

    Which FTP server software do you use?

    change the 'like' with 'hate' for me. :) too bad it's alive with bunch of FIXME (like this one) in the docs :(
  9. edogawaconan

    build php5-5.2.8 on FreeBSD7.1RC2

    # rm -rf /usr/ports # portsnap fetch extract # cd /usr/ports/ports-mgmt/portupgrade && make install # rehash # portinstall php5 that's how I did it.
  10. edogawaconan

    Remove components post-installation

    doesn't seem to cleanly remove the component (namely freebsd-update upgrade still recognizes these components: world/dict world/info) which I want to remove.
  11. edogawaconan

    Remove components post-installation

    A long time ago I installed freebsd with all distribution sets. Now I want to remove some of the sets (notably catman, info and proflibs). Is it possible? (or I missed something, somewhere?)
Back
Top