Search results

  1. F

    [8.3] panic: fatal double fault

    I had many this kind of crash. I am using FreeBSD 10.0-RC2 r259679M i386. While it is make buildworld && make buildkernel && make installkernel It hangs. I turn off the power and turn it on. Then it comes with the fatal double fault. I am trying to repeat it.
  2. F

    System boot hangs on trying to mount a zfs pool

    I got the same problem quite often. I do not know the reason. Recently, I changed a keyboard. Now it is working. Is it possible that we changed the device after the kernel is recompiled? I will confirm it to compile the kernel with ps2 keyboard then use a USB keyboard to boot to trigger the crash.
  3. F

    Solved [Solved] Unable to compile FreeBSD 10.0-RC2

    Re: Unable to compile FreeBSD 10.0-RC2 ... root@ibm2:/usr/src # svn co https://svn0.us-west.freebsd.org/base/releng/10.0 /usr/src root@ibm2:/usr/src # make buildworld && make buildkernel && make installkernel ... install -o root -g wheel -m 555 zfs.ko /boot/kernel install -o root -g wheel...
  4. F

    Solved [Solved] Unable to compile FreeBSD 10.0-RC2

    Hi, I just installed a fresh 10.0-RC2 and did a cvsup standard-superfile and cd /usr/src && make buildworld && make buildkernel && make installkernel. I got the following error: ... ... ... rmat -c /usr/src/sbin/ipf/ipf/../../../contrib/ipfilter/tools/ipf.c In file included from...
  5. F

    Is is possible to install FreeBSD on root HAST?

    I asked the owner of the HAST project. He said it is not possible now to install HAST on root of HAST because HAST needs a userland daemon to run to get it work. I think this is the same as ZFS. Before, ZFS needed the OS to run first, so it could create ZFS. Now ZFS is enabled in the bootstrap...
  6. F

    Is is possible to install FreeBSD on root HAST?

    Somewhere I saw that it is possible to transfer a FreeBSD on ZFS pool to the HAST ZFS. If that is the case, why not just install FreeBSD on HAST ZFS? Is this a silly question?
  7. F

    BIND 9.8.4 without GSSAPI, reinstall

    I've got the same problem but have not yet gotten the solution. Please help me to fix the problem. I had chosen GSSAPI and recompiled the port with REPLACE_BASE.. =yes. Still I cannot find GSSAPI.
  8. F

    Samba4 Install Guide (Problems with Kerberos)

    Hi, everybody! I posted a video on YouTube on how to install Samba 4.0.8 on FreeBSD 9.1-RELEASE. On YouTube, if you search 'Samba4 FreeBSD', you will find it. Please watch it and if you have any questions, let me know. Also I cannot get rid of the warning [2013/09/24 18:06:49, 0]...
  9. F

    FreeBSD 9.2-RELEASE Perl 5.18 won't install GD

    Hi, I am trying to install GD in CPAN and it fails: Manifying blib/man3/GD::Simple.3 LDS/GD-2.50.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/GD.t ........ 1/12 Testing...
  10. F

    Unable to install perl from ports

    I installed a fresh 9.1-RELEASE. I have no problem to install Perl 5.18. But on my old machine, it has a 9.1-STABLE kernel, I had perl5.16 installed. When I tried to install perl5.18. It always complains about a conflict with 5.16 no matter how many times I did make deinstall of Perl 5.16. I...
  11. F

    Installing the dependencies failed: Missing version info for module 'ExtUtils::MakeM'

    I fix it after update some all p5- ports portmaster `pkg_version -vIL= | awk '/^p5-/ { print $1 }'`
  12. F

    Installing the dependencies failed: Missing version info for module 'ExtUtils::MakeM'

    Hi, When I am trying to install Net::eBay, by cpanm Net::eBay I got following error: ... ... Building and testing ExtUtils-MakeMaker-6.72 ... OK Successfully installed ExtUtils-MakeMaker-6.72 ! Installing the dependencies failed: Missing version info for module 'ExtUtils::MakeMaker' ! Bailing...
  13. F

    is it possible - sybase sql 10 server on freebsd?

    Hi, I was trying to run SQLanywhere 11.0.1 on FreeBSD 9.1-STABLE, when I do dbeng11 ../demo.db it shows the following: Copyright (c) 2001-2009, iAnywhere Solutions, Inc. Portions copyright (c) 1988-2009, Sybase, Inc. All rights reserved. Use of this software is governed by the Sybase License...
  14. F

    How to create a named.conf file

    Hi, Gurus! I want to make a DNS server on my FreeBSD 9.1 64 bit. In order to make a fresh one, I delete the file in /etc/namedb/named.conf. Then I went to /usr/ports/dns/bind99. make -DBATCH install clean When I come back to /etc/namedb/, nothing is there. Whatever I do, I can never get the...
  15. F

    Did anybody try Samba4?

    I found there is a samba4 port now in.
  16. F

    Did anybody try Samba4?

    It turns out the FreeBSD 10-current has the same thing as in FreeBSD 9.1 pre-release. It has samba4-devel and samba4wins. The samba4-devel is the alpha11. It is way older than the git clone samba-master revision.
  17. F

    Did anybody try Samba4?

    I am trying to compile samba4 in FreeBSD9. I got it running. It welcomes Windows XP, but Windows XP failed to join the domain. I did not figure out LDAP and Kerberos. I heard FreeBSD 10 has samba4 port. I will try that.
  18. F

    Using samba4-devel

    samba4 is not cooked in FreeBSD. You cannot start Samba4 automatically in rc.conf by using samba_enable="YES" You can manually start samba4 by /usr/local/samba/bin/samba. I do not know how to setup ldap and kerberos with samba4. samba4 use samba-tool to add new users. Anyway...
  19. F

    Multiple WAN interfaces for incoming traffic

    I tried pfSense. It works with multiple WANs. But I cannot add php modules to run Drupal. I added CUSTOM_PKG_LIST=........ and made many CD's. No pkg's are added into the CD's. Now I was trying OpenBSD. I even could not build its kernel. Now I am coming back to FreeBSD to see if possible to make...
Back
Top