Re: Idea about modules build

2001-04-16 Thread David O'Brien
On Mon, Apr 16, 2001 at 09:51:20AM +0400, Vladimir B. Grebenschikov wrote: I have idea about modules build/install process: Warner (imp) was to commit this fuctionality to 5-current (and back port to releng_4 after 4.3-RELEASE). -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to

Re: freebsd in dos extended ?

2001-04-16 Thread Mike Makonnen
Why do you want to install it on a DOS extended partition? Just remove that extended patition and install FreeBSD in the unused portion of the disk. Install the FreeBSD boot manager so you can boot into whichever OS you want to. Mike.

Sysctl question (again)

2001-04-16 Thread Oscar-Ivan Lepe-Aldama
Hi! the technical question follows the next commentary. This is the second (third) time I post this question. I'm wondering why I haven't got any answers. Is it because this isn't the right forum? Is it because I haven't been clear enough? Is it because my bad english? Any clue on why the people

Re: Sysctl question (again)

2001-04-16 Thread Alfred Perlstein
* Oscar-Ivan Lepe-Aldama [EMAIL PROTECTED] [010416 02:34] wrote: Hi! the technical question follows the next commentary. This is the second (third) time I post this question. I'm wondering why I haven't got any answers. Is it because this isn't the right forum? Is it because I haven't been

Re: vm balance

2001-04-16 Thread Seigo Tanimura
On Fri, 13 Apr 2001 20:08:57 +0900, Seigo Tanimura tanimura said: Alfred Are these changes planned for integration? Seigo Yes, but not very soon as there are a few kinds of works that should Seigo be done. Seigo One is that a directory vnode may be held as the working directory of Seigo a

Re: vm balance

2001-04-16 Thread Alfred Perlstein
* Seigo Tanimura [EMAIL PROTECTED] [010416 03:25] wrote: On Fri, 13 Apr 2001 20:08:57 +0900, Seigo Tanimura tanimura said: Alfred Are these changes planned for integration? Seigo Yes, but not very soon as there are a few kinds of works that should Seigo be done. Seigo One is that a

Re: Idea about modules build

2001-04-16 Thread Peter Pentchev
On Sat, Apr 14, 2001 at 07:51:31PM +0400, Vladimir B. Grebenschikov wrote: I have idea about modules build/install process: May be it need to create some makefile variable like KERNEL_MODULES, that can be defined in /etc/make.conf to limit list of modules to build/install, it is not

Re: vm balance

2001-04-16 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Seigo Tanim ura writes: Those pieces of work were done in the last weekend, and the patch at Seigo http://people.FreeBSD.org/~tanimura/patches/vnrecycle.diff has been updated and now ready to commit. I'm a bit worried about the amount of work done in the

Re: vm balance

2001-04-16 Thread Alfred Perlstein
* Seigo Tanimura [EMAIL PROTECTED] [010416 03:25] wrote: On Fri, 13 Apr 2001 20:08:57 +0900, Seigo Tanimura tanimura said: Alfred Are these changes planned for integration? Seigo Yes, but not very soon as there are a few kinds of works that should Seigo be done. Seigo One is that a

Re: vm balance

2001-04-16 Thread Seigo Tanimura
On Mon, 16 Apr 2001 12:36:03 +0200, Poul-Henning Kamp [EMAIL PROTECTED] said: Poul-Henning In message [EMAIL PROTECTED], Seigo Tanim Poul-Henning ura writes: Those pieces of work were done in the last weekend, and the patch at Seigo

Re: vm balance

2001-04-16 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Seigo Tanim ura writes: Poul-Henning I'm a bit worried about the amount of work done in the Poul-Henning cache_purgeleafdirs(), considering how often it is called, Poul-Henning Do you have measured the performance impact of this to be an Poul-Henning insignificant

Is it ok to compile a device driver as a module though no load_function is declared in DRIVER_MODULE()?

2001-04-16 Thread Alex
Hi, i've got a little question about device drivers for FreeBSD. I'm testing my device driver by compiling it as a module and kldloading it. But as I don't want to use it as a module in the future I declared DRIVER_MODULE(..) as follows: DRIVER_MODULE( ir, isa, ir_isa_driver, ir_devclass, 0,

Re: Interesting article.

2001-04-16 Thread Wes Peters
Bakul Shah wrote: Though, a lack of good Unicode support on FreeBSD seems like a legitimate enough reason for the move. Yes, it would, if it were true, see /usr/ports/devel/libunicode. One port does not make good support. For that FreeBDS has to have native unicode support. Why?

Re: freebsd in dos extended ?

2001-04-16 Thread faisal
I have exceded my partitions limit cannot delete my extended windoze is on it .. it seems that i am out of luck no problem i think its time to buy a new harddrive :-) i wish they didnt have this limit of 4 primary partition on a disk ... :-( - Original Message - From: "Mike

Re: vm balance

2001-04-16 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Seigo Tanim ura writes: Seigo http://people.FreeBSD.org/~tanimura/patches/vnrecycle.diff has been updated and now ready to commit. Ok, I ran a "cvs update ; make buildworld" here with and without your patch. without: 2049.846u 1077.358s 41:29.65 125.6%

User-defined bit in sysctl flags ?

2001-04-16 Thread Darren Reed
What do people think about having a range of bits in oid_kind that are not used by FreeBSD but are only to be used by ``private'' sysctl handlers? e.g. #define CTLFLAG_PRIVATE 0x0000 Do I need elaborate any further ? Darren To Unsubscribe: send mail to [EMAIL PROTECTED] with

still more ypserv woes

2001-04-16 Thread David E. Cross
Ok... I am coming to the conclusion that there is some sort of kernel issue that is causing this problem. Here is what I have done and discovered to date (this is all with 4.3-RC2 FWIW): At some point the 'qhead' CIRCLEQ structure in yp_dblookup.c gets corrupted. This is declared as a static,

Re: Idea about modules build

2001-04-16 Thread Coleman Kane
It would also be nice to be able to update third-party modules (like those in ports, x11, etc...) after a kernel recompile. Perhaps some way of setting these up into /usr/local? Peter Pentchev had the audacity to say: On Sat, Apr 14, 2001 at 07:51:31PM +0400, Vladimir B. Grebenschikov wrote:

ypserv: a resolution (i think)

2001-04-16 Thread David E. Cross
After some more intensive debugging, and a leap of faith, I _think_ I have the problem licked, but I would appreciate some more brains to examine the logic. The original cause of ypserv's problems was the sharing of DBPs between the parent and child. The resolution to this was to close all of

Re: User-defined bit in sysctl flags ?

2001-04-16 Thread Alfred Perlstein
* Darren Reed [EMAIL PROTECTED] [010416 13:37] wrote: What do people think about having a range of bits in oid_kind that are not used by FreeBSD but are only to be used by ``private'' sysctl handlers? e.g. #define CTLFLAG_PRIVATE 0x0000 Do I need elaborate any further ? I

Re: ypserv: a resolution (i think)

2001-04-16 Thread Jordan Hubbard
I'm open to the idea of fixing it, but I wouldn't mind just another day or two of testing first, hopefully with other folks involved. I didn't see a diff attached? - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Shoutcast, high cpu, threads

2001-04-16 Thread Charles Sprickman
Hi, I'm running shoutcast on a 4.2R machine, and I'm finding that the shoutcast server, when idle climbs up to around 90% cpu usage. Included is a bit of back-and-forth with a shoutcast support person. I'm not too clear on what he's talking about, is there any information I can pass on to him

Re: vm balance

2001-04-16 Thread Kirk McKusick
Date: Tue, 10 Apr 2001 22:14:28 -0700 From: Julian Elischer [EMAIL PROTECTED] To: Rik van Riel [EMAIL PROTECTED] CC: Matt Dillon [EMAIL PROTECTED], David Xu [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: vm balance Rik van Riel wrote: