Search results

  1. X

    Solved HELP! Error when compiling www/aria2 on FreeBSD 9.3-RELEASE

    Thank you two guys. I have upgraded ports and the compiling works.
  2. X

    Solved HELP! Error when compiling www/aria2 on FreeBSD 9.3-RELEASE

    I upgraded from FreeBSD 9.1 to FreeBSD 9.3-release from src this days, when I compile the port www/aria2, it does not work and reports an error. Other ports are recompiled well on FreeBSD 9.3-release. I need help! # cd /usr/ports/www/aria2 # make install clean ............ CXX...
  3. X

    VirtualBox and bridged nic?

    Reference to http://lists.freebsd.org/pipermail/freebsd-emulation/2009-September/006746.html It has been done. the bridge network works great. I think I made a mistake. It need not be so complicated. All I need to do is load the vboxnetflt.ko kernel module and select nfe0. Thanks very much to...
  4. X

    VirtualBox and bridged nic?

    I have read the link http://wiki.freebsd.org/VirtualBox about [tap interface networking]. I follow the instruction like this: % VBoxManage modifyvm WinXP --nic1 bridged --bridgeadapter1 tap0 % su - # kldload if_tap if_bridge # sysctl net.link.tap.user_open=1 # chown root:vboxusers /dev/tap0 #...
  5. X

    virtualbox freebsd?

    I enjoy VirtualBox running under my FreeBSD 7.2 RELEASE box, I use it to run xp and plan to run gentoo and suse. It use less resouces and is much faster. But the problem i think is its network. only NAT was supported, i am not able to share network function from other machines via subnet. I am...
  6. X

    How to compile kernel modules separately and manuelly?

    Thanks anemos, the module what i mean is just the loadable modules, I have not enough c skill to be able to write my own module, what i need recently is some command to compile and install one loadable module separately and manuelly. Thanks a lot.
  7. X

    How to compile kernel modules separately and manuelly?

    I used MODULES_OVERRIDE to decide which modules be compiled with kernel compilation. But maybe sometimes I need some mudule compiled and installed by hand. Is there some method to compile and install kernel modules separately and manuelly? not rebuild the kernel and modules already installed...
  8. X

    VMWare vs VirtualBox

    I am using VBox on my FreeBSD box, it's great i enjoy it. But the key feature what i need network bridge functionality was not implemented on FreeBSD, this make me disppoint. how about bochs? does bochs support the network bridge feature ?
  9. X

    i can uninstall kde?

    try it # cd /usr/ports/ports-mgmt/pkg_cleanup # make install clean pkg_cleanup can help you to delete a dependent tree of a ports. for example: start pkg_clean, select kde, and select ok. this action will delete kde ports and all of its dependicies which was not be required by other ports or...
  10. X

    How to build and install man page manually?

    haha, sorry, i don't know
  11. X

    How to install BootManager in FreeBSD

    I have used the code "dd bs=512 count=1 if=/dev/ad0s1 of=bootsect.bsd" to backup freebsd boot code. But I do not reverse it to install boot code. I have tried the below code # boot0cfg -B ad0 It works. Thanks.
  12. X

    How to install BootManager in FreeBSD

    My original FreeBSD BootManager which was installed in the FreeBSD installation progress was erased by windows installation when i install xp. Before windows installation I made a FreeBSD boot secter backup, and FreeBSD can be loaded by windows boot loader. But FreeBSD BootManager disppeared...
  13. X

    How to build and install man page manually?

    Reference to http://forums.freebsd.org/showthread.php?t=172 ...... Then rebuild kernel and reboot to use it. This /usr/src/share/man/man4/cpufreq.4 is just a manpage so its not mandatory to apply/rebuid it. I modifed a man page src in /usr/src/share/man/man4/cpufreq.4, but i do not know how...
  14. X

    problems, how modified a file?

    try to check your kernel security_level, root user also have no enough permision in high securty_level, maybe i guess.
  15. X

    How to edit my posts in this forum?

    I find i can not edit my post in this forum, if i post something wrong, i am not able to edit my error.
  16. X

    How to compile the kernel in 1 minute

    i am using tcsh
  17. X

    How to compile the kernel in 1 minute

    it does not work.
  18. X

    How to compile the kernel in 1 minute

    sorry for my pool english. what i mean is that how to write MODULES_OVERRIDE line in /etc/make.conf, how to write the exact module name followed MODULES_OVERRIDE, where to refer the module names. for instance: MODULES_OVERRIDE=AAA,BBB,CCC how to write the AAA,BBB,CCC, there are too many...
  19. X

    VirtualBox Network

    i am waiting for "Bridge network" functions. Thank developer.
Back
Top