Search results

  1. danger@

    Auditing apache user

    do you get logs for root user?
  2. danger@

    Requesting porting TrueCrypt to FreeBSD

    you can always backup && restore onto an encrypted partition...
  3. danger@

    kse_create

    KSE support has been removed in 8.0, reinstall your packages.
  4. danger@

    Solved How to make a minimal Kernel ?

    less /var/run/dmesg.boot
  5. danger@

    future releases of FreeBSD

    you have put it the wrong way :-) I expect 8.1 will be released 3-4 months after 7.3-RELEASE, which is scheduled for early March (check the upcomming status report); so yes, there will be 7.3 for sure, and there eventually might be also 7.4 (however I saw a little discussion about not doing that...
  6. danger@

    .shar attachments

    should work now.
  7. danger@

    Which database to learn?

    PostgreSQL 8.5alpha3 Now Available Posted on 2009-12-21 Features added in alpha3 include: * Hot Standby, allowing read-only connections during recovery, provides a built-in master-slave replication solution.
  8. danger@

    Problems with php5

    go to lang/php5 dir and type make config, check the Apache module, make deinstall clean && make reinstall. Also watch for the hints you will get from the pkg-message.
  9. danger@

    ZFS version

    this might be related? http://svn.freebsd.org/viewvc/base?view=revision&revision=202129
  10. danger@

    New Server - Use What Version?

    I'd say go for 8.0. I haven't experienced any problems with it and am running it on a few quiet loaded servers, though I am not using all of the listed services (they are mostly web/database/mail servers). As of the supported release table, yes that is currently true, because 8.0 doesn't have...
  11. danger@

    Best advice for upgrade FreeBSD 7.2-RELEASE-p4 to last FreeBSD 8.0 Release

    The 8.0 release announcement contains detailed steps required to perfrom binary upgrade using the freebsd-update tool. Please also read the apropriate Handbook section already referenced in the previous post.
  12. danger@

    Do I need multiple hard drives (or unformatted space on a single hard drive) for ZFS?

    FreeBSD is able to boot from ZFS. And yes, it is possible to have zfs on a single drive/slice/partition... A simple guide is available at http://lulf.geeknest.org/blog/freebsd/Setting_up_a_zfs-only_system/
  13. danger@

    Need workaround to port 25 blocking

    you can tunnel it through ssh - have a look here.
  14. danger@

    How to read and write ip packets

    Some pcap features might help you too...
  15. danger@

    Beginner C tutorial

    I think you should go with http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628/ref=sr_1_1?ie=UTF8&s=books&qid=1263235631&sr=1-1. Then start reading the source code to get familiar with the code. This should give you into the structure of the FreeBSD.
  16. danger@

    Code Audit

    Also, I know nothing about OpenBSD's and neither Linux code audit, however FreeBSD project uses Coverity system to do static analysis on its source code (unfortunately the system running the scans is offline :(). There is also some initiative to run a static analysis using the Clang static...
  17. danger@

    freebsd-update - p3 - strange

    indeed, it looks like it's field #4.
  18. danger@

    freebsd-update - p3 - strange

    This is, as far as I can tell, a correct guess. Unfortunately, we currently don't have a way to tell at which patch level the system currently is, if the SA didn't touch the kernel (which is a common case). We had a small talk about this at the last Developers' summit at EuroBSDCon in Cambridge...
Back
Top