Search results

  1. O

    Solved [Solved] Make World Error on FreeBSD 9.2

    I just try to compile FreeBSD 9.2 AMD64 world and kernel and I got the following error: trib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp -o Transforms.o {standard input}: Assembler messages: {standard input}:71673: Warning: end of file not at end of a line; newline inserted {standard...
  2. O

    GNU C Library Alternative Musl Libc Hits 1.0 Milestone

    This is not a very new news but it did not appear here and I am curious about your opinion regarding this project: http://linux-beta.slashdot.org/story/14/03/20/1336223/gnu-c-library-alternative-musl-libc-hits-10-milestone What would be the advantages of using it, if it will be ported (maybe...
  3. O

    OpenZFS Mac OS X

    Did somebody from here used it? Is it production ready?
  4. O

    Awesome new router

    I have a RT-N10U and I had problems with it. I had to reset it from time in order to work. And I've only used it as an access point. I wonder if I install OpenWrt if it will makes the router more stable. As a router the CPU is to weak to handle high speeds, I thing if you want a reliable...
  5. O

    I want this! (it's a 16-core ARM CPU)

    I don't thing there are royalties involved. On the other hand, why do we need 4 core CPU on a phone? This is kind of offtopic rethoric question probably asked by many people before me.
  6. O

    I want this! (it's a 16-core ARM CPU)

    anything RISC would do the job.
  7. O

    I want this! (it's a 16-core ARM CPU)

    Many of use are interested in this subject. What we would need is an ARM platform for server, desktop, laptop, small form factor board, comparable in CPU power to x86 and with less power consumption.
  8. O

    WhatsApp uses FreeBSD

    Some donation to FreeBSD Foundation would be nice, from the seller of WhatsApp. Like 1 billion for example?
  9. O

    Awesome new router

    My preferred router is an Alix running a trimmed down version of FreeBSD (nanobsd NanoBSD): http://www.pcengines.ch/alix2d13.htm. It never failed on me, for like five years at least, it is stable. They will release a new version this month: http://www.pcengines.ch/apu.htm. It's designed in Swiss...
  10. O

    I want this! (it's a 16-core ARM CPU)

    I want this on a server motherboard, on a machine running FreeBSD: http://www.youtube.com/watch?v=7xW22lflfn0. Pretty please...
  11. O

    NanoBSD created image does not properly work in Virtualbox

    Re: NanoBSD created image does not properly work in Virtualb I've used nanobsd.sh script from FreeBSD 9.2 and it seems to work. Here is a diff comparing nanobsd.sh scripts from FreeBSD 9.2 and FreeBSD 10: # diff nanobsd_92.sh nanobsd_10.sh 362,363c362 < rmdir tmp || true < rm tmp || true...
  12. O

    NanoBSD created image does not properly work in Virtualbox

    Re: Nanobsd created image does not properly work in Virtualb I've followed your instructions and it seems the problem is with nanobsd.sh script, and not with virtualbox. # ls /dev/md99* /dev/md99 /dev/md99s1 /dev/md99s1a /dev/md99s2 /dev/md99s2a /dev/md99s3 # # mount -t ufs -o ro /dev/md99s3...
  13. O

    NanoBSD created image does not properly work in Virtualbox

    Hi, I am trying to build a nanobsd.sh image on FreeBSD 10.0 i386 and then to convert it to a VirtualBox hard drive image. The converted image does not have a proper third partition which is data partition in a nanobsd image. After booting the image in a VirtualBox machine: Trying to mount...
  14. O

    “We cannot trust” Intel and Via’s chip-based crypto

    The same news is on slashdot.org now: http://it.slashdot.org/story/13/12/11/1919201/freebsd-developers-will-not-trust-chip-based-encryption
  15. O

    FreeBSD High Performance Firewall

    Please add top(1) output too.
  16. O

    10.0-BETA1 r256845 won't boot multi user

    Never thought that by not using mergemaster a kernel and world update could cause a kernel panic. Maybe this happens just because it's beta.
  17. O

    10.0-BETA1 r256845 won't boot multi user

    I have r256847: # uname -a FreeBSD dotwall 10.0-BETA1 FreeBSD 10.0-BETA1 #1 r256847: Mon Oct 21 22:31:23 EEST 2013 root@machine:/usr/obj/usr/src/sys/GENERIC i386 It works well under VirtualBox. So maybe it is something specific to your guest virtual machine or with x86 architecture (I...
  18. O

    Could not install a package using nanobsd on FreeBSD 10.x

    On FreeBSD 10.0 I've created a package from ports but the problem is I cannot add the package to a FreeBSD 10.0 nanobsd image. The package is copied into /usr/obj/nanobsd.custom/_.w/Pkg but is not installed onto the bootable NanoBSD image. I think the problem is with the function cust_pkg() from...
  19. O

    Could not install a package using nanobsd on FreeBSD 10.x

    Any idea how to install a package using a NanoBSD script in FreeBSD 10.x? I've built an image using customize_cmd cust_pkg but when I run pkg info I got the error: root@firewall:~ # pkg info pkg info The package management tool is not yet installed on your system. Do you want to fetch and...
  20. O

    pkg_info missing in FreeBSD 10.0 ?

    Thank you guys! It helps a lot just to show me the way. I was looking for the command that shows dependencies of a package. In FreeBSD 10.x the command is: pkg info -d nload-0.7.4. To see the man page for pkg info I must run: man pkg-info. There are man pages for: SBUF(9), elf(3)...
Back
Top