Search results

  1. D

    need some help with git

    I think the first one fails because you're not really supposed to copy Git repos with cp. git clone should be good enough. Try this combo and see if it works: # Setup main repo (bare) $ mkdir /git/repo.git && cd /git/repo.git && git init --bare # Local repo $ mkdir ~/repo && cd ~/repo && git...
  2. D

    need some help with git

    Can you list the commands you used (to reproduce the problem)?
  3. D

    Updating Apache, MySql and PHP

    Apache 1.3.42 is the last release for the 1.3 branch, so it's probably time to upgrade ;).
  4. D

    Updating Apache, MySql and PHP

    I've never used anything older than MySQL 5.0, so I have no idea how the upgrade will go. With Apache, most of the configuration settings should be similar. However, the best thing to do is probably rewrite the configuration instead of using the old one. Keep a copy of the 1.3 config, and...
  5. D

    Updating Apache, MySql and PHP

    What versions are you using right now, and which versions do you plan to upgrade to?
  6. D

    Intel 82567 NIC how to drive in FreeBSD8?

    Grab the sources on a computer with access to the Internet. Then burn it to a CD/DVD or copy it into a USB stick.
  7. D

    mkisofs can't generate valid joliet for utf-8 filenames

    Have you tried sysutils/cdrtools-cjk? UTF-8 seems to be supported:
  8. D

    what is your recommendation?

    I have to agree... There's also x11/gnome2-lite. It's much lighter than the full GNOME port.
  9. D

    [pfSense 1.2.3] How compile the picoLCD driver for nanoBSD

    make install clean should download the files automatically.
  10. D

    ZFS snapshot name length limit? (File name too long)

    Have you tried asking on the freebsd-fs@ mailing list? It's quite likely that pjd@ will answer your question there.
  11. D

    Features in FreeBSD 12

    Hope this happens soon ;).
  12. D

    Which firewall is running

    It's never too late to start learning. Take a look at one of the firewalls and start using it :). The chances of being hacked aren't very high though, unless you haven't been upgrading your machine or your configuration files have holes in them.
  13. D

    Done

    Would you like to describe your problems a bit? Perhaps someone might be able to help.
  14. D

    RAID1 degraded mode

    Take a look at RAID1 - Mirroring.
  15. D

    dovecot: how to enable THREAD and SORT extensions?

    SORT, THREAD, and IDLE should work out of the box. No configuration is necessary. See Dovecot Features/Protocols.
  16. D

    ftp server passive ports

    Try ftp/pure-ftpd. It's easy to use and has lots of features. To set the passive port range, use: PassivePortRange 60000 65000
  17. D

    Which distro should I use?

    For firewalls and routers, pfSense is great, but it doesn't seem to work that well for file and web servers. FreeBSD should be able to do everything you need :e.
  18. D

    Squid Error

    Might be a bit of use (from the Handbook):
  19. D

    Help needed freebsd firewall

    Can you post any details of the errors? Check the logs and output. I don't understand Indonesian, but the tutorial compiles and installs Squid manually. This isn't what most FreeBSD users do. Try using the ports tree instead.
  20. D

    NVidia tesla c1060 and few other Hight Performance Computing issues

    I only know the answer to these two questions, but I guess it's better than nothing. It is the default now (starting from 7.1). Yes, it should be. ZFS is no longer experimental. It should run well enough on amd64, but some tuning might be required.
Back
Top