Re: jail: multiple ip's

2002-12-04 Thread Henk Wevers
Just take a look at http://garage.freebsd.pl
Works fine with 4.7RELEASE

Henk

Terry Lambert wrote:

Mike Ghunt wrote:


 Has anyone hacked the jail code to support more than one ip?



Yes.  There was a patch posted by someone about 9 months ago.



Would it be wise to hack at the code to add such a feature?



Didn't seem to hurt the person who did it any.  8-).

-- Terry


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



vfs.ufs.dirhash_docheck?

2002-02-07 Thread Henk Wevers

Hi,

Just to try the thing out i did put vfs.ufs.dirhash_docheck to 1.
My active memory use was in 30 minutes 75 MB lower, and the io is 
faster, the load is lower.
The OS is FreeBSD 4.5-REL with 1250MB ram on a PIII 733, it runs 30+ 
active jail() enviorements.

What does it exactly, this hidden sysctl value?


Henk Wevers


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



RE: ps does not work after a cvsupdate to 4.0-STABLE

2000-05-07 Thread Henk Wevers


Yes i did, i found the solution in the Dutch FreeBSD mailinglist 
[EMAIL PROTECTED]
FAQ IIRC.

libkvm is out of sync.

cd /usr/src/lib/libkvm
make cleandir
make cleandir
make obj
make depend
make all install
cd /usr/src/bin/ps
make cleandir
make cleandir
make obj
make depend
make all install

This did work fine.

Henk

Henk Wevers wrote:
 
 Hi *,
 
 After a make world  and offcourse a rebuild from the kernel, my
 ps and top command did not work anymore.
 
 If i do a ps i get the following message.
 
 ps: proc size mismatch (40872 total, 1044 chunks)
 
 Somebody has an idea?
 Is the procfilesystem changed and the ps command not?

Did you actually install the kernel you built? This is a classic
kernel/userland mismatch symptom.

Doug
-- 
"Live free or die"
- State motto of my ancestral homeland, New Hampshire

Do YOU Yahoo!?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



ps does not work after a cvsupdate to 4.0-STABLE

2000-05-05 Thread Henk Wevers

Hi *,

After a make world  and offcourse a rebuild from the kernel, my
ps and top command did not work anymore.

If i do a ps i get the following message.

ps: proc size mismatch (40872 total, 1044 chunks)

Somebody has an idea?
Is the procfilesystem changed and the ps command not?

Henk


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message