看板 DFBSD_bugs 關於我們 聯絡資訊
:Hi, suddenly my sockstat binary stopped working. : :Example: :root@oxylon# sockstat :sockstat: kinfo_get_files: Cannot allocate memory : :joerg suggested me to try rebuilding both libkinfo and sockstat, but :this didnt help. Now I've tried to cvsup to the latest Dragonfly_Stable :sources, and rebuild world and kernel, but it still doesnt work. : :Was there perhaps some sort of fix for this in HEAD that didnt make it :to Stable? : :- Erik You have to rebuild the world. If you just rebuild a few programs and libraries it will use the obsolete include files in /usr/include rather then the ones related to the actual kernel that is running. -Matt Matthew Dillon <dillon@backplane.com>