Re: Jail-Aware Scheduling

2006-06-12 Thread Roberto Lima

Hi all, i have a patch from freebsd 4.x not developed for me, but this
is very good for appreciate and or upgrade the patch for versions 5.x
6.x or current. This use sysctl oids to limit memory ram and cpu use.

Regards and sorry for my bad english,
Roberto Lima.


jail_seperation.v7.patch
Description: Binary data
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: D-Link DSL210 USB in FreeBSD 6.x ?

2006-06-05 Thread Roberto Lima

Mmm, Im sorry.. my problem is with D-Link DSL210 USB ADSL. its not
wireless device.

Thanks,
Roberto.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


D-Link DSL210 USB in FreeBSD 6.x ?

2006-06-04 Thread Roberto Lima

Hi all,
How do I make to runs the DLINK DSL210 USB in my freebsd? I tried this
with Linux, and I not have success ..

Anyone can help me?

Thanks and sorry for my bad english.

Roberto.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with jails after upgrading to 6.1-STABLE

2006-05-19 Thread Roberto Lima

Hi,
your problem is simple, if jid shows in jls yet, just try: pkill -j JID

ps: -j flag works only RELENG_6

thanks and sorry for my bad english.

Roberto.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with jails after upgrading to 6.1-STABLE

2006-05-19 Thread Roberto Lima

I mean that pkill -j only works in freebsd 6.x, man 8 jail says:

To show and then kill processes in jail number 3 use the following commands:

  pgrep -lfj 3
  pkill -j 3
or:

  killall -j 3
but i don't know why killall -j doesn't work..

Thanks,
Roberto.

2006/5/19, Bartosz Giza [EMAIL PROTECTED]:

 Hi,
  your problem is simple, if jid shows in jls yet, just try:
 pkill -j JID

 ps: -j flag works only RELENG_6

 thanks and sorry for my bad english.

Thanks for hint. pkill works good but why killall doesn't work ?
And what do you mean that -j flag works only RELENG_6
I have that RELENG. And RELENG_6 is a tag for STABLE branch.
So i dont understand what do you mean.



___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]