Open plato79 opened 3 years ago
What version of FreeBSD are you using? Is it by any chance in a jail with userspace that doesn't match kernel version?
it is in a jail but kernel versions are the same.
Well, I can't reproduce this problem in a jail.
Again, what version of FreeBSD are you using?
Here is uname -a
output from host and jail
FreeBSD freenas.local 12.2-RELEASE-p3 FreeBSD 12.2-RELEASE-p3 7851f4a452d(HEAD) TRUENAS amd64
FreeBSD jail 12.2-RELEASE-p3 FreeBSD 12.2-RELEASE-p3 7851f4a452d(HEAD) TRUENAS amd64
Interesting. (The one I tried was 12.2-RELEASE r366954
.)
Does fstat
work for you? Or maybe procstat -f $any_number_from_the_messages_you_encounter
?
fstat works,
procstat -f 62891
comes up empty..
Well, I'm out of ideas why libprocstat
emits these messages when used from progress
.
While progress now successfully compiles thanks to #151 I get a lot of weird error messages when I execute it. Here is the output:
It goes on like this for a few pages more.What do you think is going on?