You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I then attempted to connect over an SSH tunnel to VNC, but was not successful (VNC simply hung, then disconnected when I closed the tunnel), I then attempted to kill the host, first with ctrl-c, then ctrl-z, then from another terminal I tried kill, then kill -9, none appeared successful. After this however the process showed in top as using 0% CPU (Though Kernel CPU usage is pegged at 50%), but in ps it showed as using 50% CPU (ie, an entire core of my dual core machine), Below is the output of several commands as requested by richlowe, starting with a truncated copy & paste from top
I decided to take another crack at running this, I did a git pull, recompile & reinstall of this repos and illumos-kvm-cmd, then I started a host as
I then attempted to connect over an SSH tunnel to VNC, but was not successful (VNC simply hung, then disconnected when I closed the tunnel), I then attempted to kill the host, first with ctrl-c, then ctrl-z, then from another terminal I tried kill, then kill -9, none appeared successful. After this however the process showed in top as using 0% CPU (Though Kernel CPU usage is pegged at 50%), but in ps it showed as using 50% CPU (ie, an entire core of my dual core machine), Below is the output of several commands as requested by richlowe, starting with a truncated copy & paste from top
This is on a Gigabyte GA-MA78LM-S2H Motherboard (http://ca.gigabyte.com/products/product-page.aspx?pid=3373) with an AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ CPU
last pid: 7500; load avg: 0.01, 0.01, 0.00; up 63+01:23:45 01:14:01
57 processes: 54 sleeping, 1 running, 2 on cpu
CPU states: 49.8% idle, 0.0% user, 50.2% kernel, 0.0% iowait, 0.0% swap
Kernel: 238 ctxsw, 13 trap, 454 intr, 90 syscall, 12 flt
Memory: 1919M phys mem, 730M free mem, 959M total swap, 880M free swap
PID USERNAME NLWP PRI NICE SIZE RES STATE TIME CPU COMMAND
7125 root 2 0 0 293M 280M cpu/1 0:22 0.00% qemu-system-x86
root@tiphares:~# ps aux | grep qemu
root 7125 50.0 14.7299524286844 ? O 23:26:24 0:22 /smartdc/bin/qemu-
root@tiphares:~# pstack 7125
pstack: cannot examine 7125: no such process
root@tiphares:~# mdb -k
Loading modules: [ unix genunix specfs dtrace mac cpu.generic cpu_ms.AuthenticAMD.15 uppc pcplusmp scsi_vhci zfs ip hook neti sockfs arp usba stmf stmf_sbd fctl idm sata crypto random md cpc fcp fcip sd lofs ufs logindmux ptm sppp nsmb smbsrv nfs ipc ]
root@tiphares:~# mdb -k
Loading modules: [ unix genunix specfs dtrace mac cpu.generic cpu_ms.AuthenticAMD.15 uppc pcplusmp scsi_vhci zfs ip hook neti sockfs arp usba stmf stmf_sbd fctl idm sata crypto random md cpc fcp fcip sd lofs ufs logindmux ptm sppp nsmb smbsrv nfs ipc ]
root@tiphares:~# uname -a
SunOS tiphares 5.11 oi_151a i86pc i386 i86pc Solaris
root@tiphares:~# isainfo -v
64-bit amd64 applications
amd_svm tscp ahf cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx
mmx cmov amd_sysc cx8 tsc fpu
32-bit i386 applications
amd_svm tscp ahf cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx
mmx cmov amd_sysc cx8 tsc fpu
The text was updated successfully, but these errors were encountered: