How does one get the power to go off on the machine when executing the halt command? Currently I get a message saying press any key to reboot. The only way to power down at this point is to hold the power button down for 4 seconds; simply pressing it once doesn't do anything.
Delete works like backspace and deletes the character before the one that the cursor is on. I've used FreeBSD on several servers before and have just ignored this quirk - relatively easy to do since I don't have to operate on the console much. With this new machine being my primary system, I want to fix it because I can see it'll be a continual annoyance. I have an old standard 101-key IBM clicky-style keyboard that works 100% otherwise. How would one go about making the delete key behave like it does in every other OS and delete the character the cursor is on?
When I boot, I have the following lines:
How do I identify which bus is which physical port of the box? I obviously want to use the 480 megabit port, but have no idea how to tell which is which. (I have an active USB extension cable to extend one port from the computer to my desk, so only need to plug it in once and should be good.) I'd thought of plugging in a flash drive into each port and run a benchmark copying a big file over each, but figure there's a simpler way that I just don't know about.
Some other boot messages:
After the system is done booting, vfs.zfs.prefetch_disable is set to 1. Am I correct in thinking that this means prefetching is disabled? If so, is it due to the small amount of RAM reserved for the onboard video? Is it something that I should be concerned about or address to obtain better performance/more stable operation? Should I override it in /boot/loader.conf and force prefetching? Would getting a standalone video card or bumping the RAM to 6 or 8 gig be a better option? The system has regular PCI slots, one PCI-X slot, and a PCI-e x4 port. I can find PCI video cards for sale, but no PCI-X or PCIe x4 video cards.
I believe I'm ready to start building the software I need to use this system as my desktop - X, KDE, etc. I remember reading many years ago when I initially built our mail server that there are config files you can put flags into that will automatically tell the compiler to optimize the binaries produced for your specific system. However, I did not bookmark the pages and don't remember specifics. Does anybody know what I'm talking about? If so, could you recommend any sites with more information on the subject? It's not critical, but if there's something simple on a software-level that I can do to squeeze more performance out of the system, I'm more than happy to do it.
Delete works like backspace and deletes the character before the one that the cursor is on. I've used FreeBSD on several servers before and have just ignored this quirk - relatively easy to do since I don't have to operate on the console much. With this new machine being my primary system, I want to fix it because I can see it'll be a continual annoyance. I have an old standard 101-key IBM clicky-style keyboard that works 100% otherwise. How would one go about making the delete key behave like it does in every other OS and delete the character the cursor is on?
When I boot, I have the following lines:
Code:
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 480Mbps Full Speed USB v2.0
How do I identify which bus is which physical port of the box? I obviously want to use the 480 megabit port, but have no idea how to tell which is which. (I have an active USB extension cable to extend one port from the computer to my desk, so only need to plug it in once and should be good.) I'd thought of plugging in a flash drive into each port and run a benchmark copying a big file over each, but figure there's a simpler way that I just don't know about.
Some other boot messages:
Code:
real memory: 4294967296 (4096 MB)
avail memory: 4113428480 (3922 MB)
...
ZFS NOTICE: Prefetch is diabled by default if less than 4GB of RAM is present.
to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf
ZFS filesystem version 3
ZFS storage pool version 14
...
After the system is done booting, vfs.zfs.prefetch_disable is set to 1. Am I correct in thinking that this means prefetching is disabled? If so, is it due to the small amount of RAM reserved for the onboard video? Is it something that I should be concerned about or address to obtain better performance/more stable operation? Should I override it in /boot/loader.conf and force prefetching? Would getting a standalone video card or bumping the RAM to 6 or 8 gig be a better option? The system has regular PCI slots, one PCI-X slot, and a PCI-e x4 port. I can find PCI video cards for sale, but no PCI-X or PCIe x4 video cards.
I believe I'm ready to start building the software I need to use this system as my desktop - X, KDE, etc. I remember reading many years ago when I initially built our mail server that there are config files you can put flags into that will automatically tell the compiler to optimize the binaries produced for your specific system. However, I did not bookmark the pages and don't remember specifics. Does anybody know what I'm talking about? If so, could you recommend any sites with more information on the subject? It's not critical, but if there's something simple on a software-level that I can do to squeeze more performance out of the system, I'm more than happy to do it.
