Re: Multiple IP Jail's patch for FreeBSD 6.2

2007-04-22 Thread Mohacsi Janos
On Fri, 20 Apr 2007, Jan Knepper wrote: Mohacsi Janos wrote: Hi Jan, The problem with your patch is the missing IPv6 support. I know... So what you are saying it does not work? No. I am saying, that worth considering IPv6 support too. The drafonfly version already supports it. I kno

Linksys wireless pcmcia card / FreeBSD 6.2-RELEASE

2007-04-22 Thread Spiros Papadopoulos
Hi, I am running FreeBSD 6.2 RELEASE and I have the above card in my DELL's latitude c810 cardbus. I followed the instructions on the page below and configure the kernel accordingly: http://www.freebsdmall.com/~loader/en_US.ISO8859-1/articles/wireless/article.html i get the message about: car

extern "C" and undefined reference

2007-04-22 Thread Andrew Pantyukhin
7zip developers converted some code from C++ to C, while leaving the main stand-alone lzma app in C++. They use 'extern "C" { }' blocks around #include's referencing C headers. Everything compiles fine, but "undefined reference" errors appear at linkage. The undefined references are to the C func

Re: extern "C" and undefined reference

2007-04-22 Thread Diomidis Spinellis
Andrew Pantyukhin wrote: 7zip developers converted some code from C++ to C, while leaving the main stand-alone lzma app in C++. They use 'extern "C" { }' blocks around #include's referencing C headers. Everything compiles fine, but "undefined reference" errors appear at linkage. The undefined re

Re: extern "C" and undefined reference

2007-04-22 Thread Andrew Pantyukhin
On 4/23/07, Diomidis Spinellis <[EMAIL PROTECTED]> wrote: You can use nm(1) on the .o files to see where the problem comes from. Thanks! Using nm(1) I saw that the object file generated from pure C code had its symbols mangled - only then did I notice that it was being compiled with c++, not cc

Re: Gaim log writing delays the system

2007-04-22 Thread Alejandro Pulver
On Sat, 14 Apr 2007 19:18:42 -0300 Alejandro Pulver <[EMAIL PROTECTED]> wrote: > Hello. > > I have enabled logging in Gaim, and when a chat message arrives and it > is logged the disk writing delays (freezes) the system for less than a > second, it can be noticed for example with XMMS which does

Re: High disk load +mount/atacontrol/NFS/SMBFS crashes the system

2007-04-22 Thread Alejandro Pulver
On Sun, 15 Apr 2007 23:33:47 -0700 Garrett Cooper <[EMAIL PROTECTED]> wrote: > Ale, > I'm not sure what's going on exactly based on the information you > provided, but I would try the following steps to isolate the issue: > > 1) See if you can upgrade the first machine to a later version o