Xcpustate, asmem etc and kvm

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
PelleB
Posts: 18
Joined: Sun Aug 14, 2016 4:57 pm

Xcpustate, asmem etc and kvm

Post by PelleB »

A few small apps, all installed with Octopkg, that will not run. The output of the terminal is:

Code: Select all

xcpustate
nlist failed
kvm_read,1: Bad address
kvm_read returns -1
kvm error, kvm_read: Bad address
kvm_read,2: Bad address
kvm_read returns -1
kvm error, kvm_read: Bad address
kvm_read,2: Bad address
kvm_read returns -1
kvm error, kvm_read: Bad address


wmbluecpu
kvm_open: kvm_nlist: No such file or directory

 wmmemfree
kvm_open: kvm_nlist: No such file or directory

asmem
kvm_open: kvm_nlist: No such file or directory

ascpu
kvm_open: kvm_nlist: No such file or directory

Some at least seem to be actively maintained, so I expected them to work (GhostBSD 11, alpha).

Comments?

Per B.
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Xcpustate, asmem etc and kvm

Post by ASX »

PelleB wrote:A few small apps, all installed with Octopkg, that will not run. The output of the terminal is:

Code: Select all

xcpustate
,,,

Some at least seem to be actively maintained, so I expected them to work (GhostBSD 11, alpha).

Comments?

Per B.[/quote]

Well, xcpustate apparently was released in 2006:
ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate
http://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=xcpustate&wildcard=

Not sure it fit the definition of "actively maintained", personally I would be inclined to define it "museumware"  ;)
PelleB
Posts: 18
Joined: Sun Aug 14, 2016 4:57 pm

Re: Xcpustate, asmem etc and kvm

Post by PelleB »

Not sure it fit the definition of "actively maintained", personally I would be inclined to define it "museumware"
By "actively maintained" I meant, that someone has been doing something with it recently.
Post Reply