karlinhigh
Cadet
- Joined
- Dec 24, 2016
- Messages
- 4
Here's what I have:
Lenovo ThinkServer TS140, Intel Core i3-4130, 16 GB RAM.
FreeNAS 9.10.2-U4
iohyve 0.7.7
Debian 8.8 32-bit
...and a piece of software that says the RDTSCP cpu instruction is not supported by my hardware and repeatedly crashes. I tried to check why this is happening, and logged into FreeNAS via SSH.
Then I logged in to the Debian iohyve:
Also under Debian iohyve, if I run
cat /proc/cpuinfo
...I get a long list of cpu features, including lots of flags values. One of those is "tsc."
Any ideas? Would further information be helpful?
Lenovo ThinkServer TS140, Intel Core i3-4130, 16 GB RAM.
FreeNAS 9.10.2-U4
iohyve 0.7.7
Debian 8.8 32-bit
...and a piece of software that says the RDTSCP cpu instruction is not supported by my hardware and repeatedly crashes. I tried to check why this is happening, and logged into FreeNAS via SSH.
Code:
freenas~# cpuid | grep -i rdtscp RDTSCP RDTSCP and IA32_TSC_AUX are available
Then I logged in to the Debian iohyve:
Code:
debian-bhyve:~$ cpuid | grep -i rdtscp RDTSCP = false RDTSCP = false RDTSCP = false RDTSCP = false
Also under Debian iohyve, if I run
cat /proc/cpuinfo
...I get a long list of cpu features, including lots of flags values. One of those is "tsc."
Any ideas? Would further information be helpful?