Announcement

Collapse
No announcement yet.

[BUG] System Info for nas4free (FreeBSD derivative) is incorrect

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [BUG] System Info for nas4free (FreeBSD derivative) is incorrect

    I have installed nas4free directly on the bare metal of my HP MicroServer Proliant (AMD Turion II Neo N40L, dual core, 1.5GHz), here is what pts reports for system information:

    Code:
    # ./phoronix-test-suite system-info
    PHP 5.4.7 (cli) (built: Oct 13 2012 13:11:20) 
    Copyright (c) 1997-2012 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
    
    Phoronix Test Suite v4.4.0m2
    System Information
    
    Hardware:
    Processor: [B]Intel Core i7-3720QM @ 1.50GHz (2 Cores)[/B], Motherboard: [B]innotek VirtualBox 1.2[/B], Memory: [B]2048MB[/B], Disk: [B]VBOX CD-ROM 1.0 + VBOX HDD 1.0[/B]
    
    Software:
    OS: FreeBSD, Kernel: 9.1-RELEASE (x86_64), Compiler: GCC 4.6.3 + LLVM 3.1, File-System: ufs, System Layer: VirtualBox
    There are several bugs.

    First, my CPU is not an Intel Core i7 @ 1.5GHz (2 Cores) but an AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.54-MHz K8-class CPU) (as reported by dmesg).

    Second, I have installed nas4free with 2 GB RAM but since I have upgraded the server to 8 GB RAM. dmesg reports "real memory = 8589934592 (8192 MB)"

    Finally, the system is bare metal and is not within a VirtualBox VM. Again dmesg reports "acpi0: <HP ProLiant> on motherboard"

    This is a completely minor and cosmetic bug, but it would be nice if it could be solve.
    Anyway, pts rocks!

    Perhaps you want to use sysctl -a for verifying the hardware:
    Code:
    hw.machine: amd64
    hw.model: AMD Turion(tm) II Neo N40L Dual-Core Processor
    hw.ncpu: 2
    hw.byteorder: 1234
    hw.physmem: 8429223936
    hw.usermem: 8044617728
Working...
X