Re: Clean up /sys/obj?

2013-04-26 Thread mrkvrg
Hello Walter, Perhaps 'make cleanworld' will help. Check out comments in /usr/src/Makefile for details. Cheers ... Marek On Fri, 26 Apr 2013 12:23:37 Walter Hurry wrote: After compiling the kernel, there are a large number of files in /sys/ obj. Are these still needed after the new kernel

Re: reporting clang version?

2013-04-14 Thread mrkvrg
On Sat, 13 Apr 2013 17:59:39 Robert Huff wrote: mrkvrg writes: Is this what you are looking for? clang --version or clang -v It is. However: clang -help says -v means show commands to run and use verbose output Bug

Re: reporting clang version?

2013-04-13 Thread mrkvrg
Hello Robert, Is this what you are looking for? clang --version or clang -v My system reports the following for both parameters: FreeBSD clang version 3.0 (branches/release_30 142614) 20111021 Target: i386-unknown-freebsd9.0 Thread model: posix Cheers ... Marek On Sat, 13 Apr 2013

Re: Is there a way to run FreeBSD ports through port 80?

2012-07-15 Thread mrkvrg
Hello All, I have a similar problem with passive ftp due to a self-imposed restrictive firewall. When make fetch is run on a port and ftp data is required, the PF firewall stops the program from completing. I got around this problem by restarting the firewall with a separate set of rules

Re: Check Memory Usage, program like 'free' in Linux

2011-11-03 Thread mrkvrg
Hello Jon, Perhaps the port sysutils/freecolor. Cheers ... Mark Is there a program to check physical memory usage in FreeBSD(using 8.2 RELEASE)? In vain of 'free' in Linux. I know you can check the values with sysctl, I was just checking if anyone has a cleaner option. I was always curious.