Displaying 2 results from an estimated 2 matches for "no_profile".
2013 May 17
3
Command line not responding
Running 9.0-Stable on an i386.
Whenever I type a command at the prompt I get
the output
/usr/local/lib/libintl.so.9: Undefined symbol "_ThreadRuneLocale"
and nothing else - the command will not run. Just the
above output. Commands like "ls" and "exit" work, but not much
else. This happends whether I am logged in a user or as root.
Cannot even halt the system from
2008 May 14
1
Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl.
...0.0% interrupt, 99.9% idle
Mem: 180M Active, 1584M Inact, 467M Wired, 131M Cache, 214M Buf, 1578M Free
Swap: 8192M Total, 8548K Used, 8184M Free
I have the following in make.conf
CPUTYPE?=core2
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS+= -fconserve-space
COPTFLAGS= -O -pipe
NO_GAMES=true
NO_PROFILE=true
WITHOUT_X11=true
below is the kernel config file:
cpu HAMMER
ident WEB
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
#options...