Search results

  1. Artefact2

    No Superuser, I screwed up again.

    Can't you just boot the machine in single user mode, use the recovery shell and fix stuff from there ?
  2. Artefact2

    Mysql

    mysql -u'USER' -p'PASSWORD' CREATE DATABASE your_database; ^D mysql -u'USER' -p'PASSWORD' your_database < your_dump.sql Hope it helps ;)
  3. Artefact2

    Hardware question for new server

    Well, PCI-express NICs also exist. It's cool :)
  4. Artefact2

    ezjail vs. building jails

    That really seems cool. Too bad I can't use it... Doesn't seem to work with ZFS.
  5. Artefact2

    msk0: watchdog timeout

    I will try that. Thanks.
  6. Artefact2

    msk0: watchdog timeout

    Hello there, Sometimes (probably once a week or so), my ethernet device (msk) will stop working and flood the first tty with "msk0: watchdog timeout"... The only fix is to restart the machine, but that's kind of annoying because I can only access it via SSH... And, obviously, when the...
  7. Artefact2

    UPS'es whose USB interface works with FreeBSD

    I use the BK650EI, because the battery can be changed, and it has USB connectivity (and it works very well with Apcupsd). And it's pretty cheap too. It gives me ~8-10 minutes of battery power. Power outages never go longer than that here. It's always less than a second or a few minutes at...
  8. Artefact2

    UPS'es whose USB interface works with FreeBSD

    I'd recommend you the APC ones, there is a compatibility list on the Apcupsd page :)
  9. Artefact2

    AMD64 & nvidia updates..

    Excellent news, thanks !
  10. Artefact2

    Help me assemble cheap server

    Don't use ECC ? It's not mandatory if you don't want an absolute 100% uptime. I agree with you about the HDDs : they have a good capacity/price ratio, though I'd rather use UFS2+SoftUpdates+gmirror on it (more mature thus less risks for a production environment).
  11. Artefact2

    Help me assemble cheap server

    Yes. And motherboards supporting ECC ram are usually much more expansive. And according to this, the motherboard you choose won't support ECC ram.
  12. Artefact2

    Help me assemble cheap server

    The CPU he selected already has three cores. It's just an AMD one.
  13. Artefact2

    Help me assemble cheap server

    If you're paranoid, you might want to use GELI and encypt everything (root, swap and your other partitions). (Sorry for double post, can't edit :| )
  14. Artefact2

    Help me assemble cheap server

    Well, I'd recommend you use jails, pubkey+password ssh identifcation, gmirror and, also, invest in an UPS (with apcupsd) :) Also, what will be the (estimated) load of the machine ? You might buy cheap occasion hardware that perfectly fits a mail/ftp server.
  15. Artefact2

    FreeBSD 8.0-RELEASE !

    Awesome ! I'm definitely gonna start a fresh install using amd64 to actually use those four gigs of Ram ! (In a few weeks, though... Not the time now.)
  16. Artefact2

    RAID1 fakeraid/gmirror?

    Hello there, I am going to install FreeBSD amd64 on a machine that has a ICH7R southbridge. I want to do RAID1 (mirror) with two hard disks, is it better to use the ICH7R fakeraid or gmirror ? I want to mirror everything, including the root partition. The machine will basically be a...
  17. Artefact2

    Request: Upgrade strategy from 6.0 to 7.2

    Thank you, mate. ;) I thought the "-f" option would only set FORCE_PKG_REGISTER to yes.
  18. Artefact2

    mplayer plays videos to fast.

    What is the format of the video that you are trying to play ? I had similar issues with MPlayer, trying to play some crappy FLV. Using VLC did solve the trick, though.
  19. Artefact2

    Request: Upgrade strategy from 6.0 to 7.2

    Well thanks, I already use portupgrade to keep my ports up to date, but I read the whole manpage and I didn't read anything about a way to force the reinstall all the ports.
  20. Artefact2

    HOWTO: FreeBSD with CCACHE

    Thanks for this tip. A little precision : if you use a non-csh shell, you have to edit the rc file of your shell, not /.cshrc. The syntax might change (export instead of setenv, ...).
Back
Top