New entropy harvesting sysctl's enabled in rc

2001-03-01 Thread Doug Barton
Gang, Here is the promised next phase in the /dev/random saga. Now that Mark has committed the entropy harvesters, it's time to make use of them. I've had the sysctl's that enable the harvesting turned on basically since they were committed with no noticable negative effects on my

PAM(?) breaks r* and ftpd

2001-03-01 Thread Dmitry Valdov
Hi! Try to make an .rhosts file and rlogin to fresh RELENG_4 or -CURRENT branch. rlogin -l dv xxx.xxx.xxx.xxx No output until Ctrl-C is pressed ftpd is also broken: ftp xxx.xxx.xxx.xxx Connected to xxx.xxx.xxx.xxx also no output. ftpd works only when connecting to localhost: ftp

Re: unknown: PNP0303 can't assign resources

2001-03-01 Thread Dag-Erling Smorgrav
Julian Elischer [EMAIL PROTECTED] writes: Msmith mailed me a PNP device list. I include it here for your assistance in identifying these. That list is from Microsoft's web site and only lists generic devices. A better list can be found at the following URL:

Re: PAM(?) breaks r* and ftpd

2001-03-01 Thread Dmitry Valdov
Hi! This commit fixes the problem in -stable kris2001/02/17 21:31:16 PST Modified files:(Branch: RELENG_4) lib/libc/net res_init.c Log: My previous commit was overenthusiastic - it does not apply to RELENG_4. Pointy hat to:kris Revision

Re: DNS kqread (kq in general)

2001-03-01 Thread Andre Albsmeier
On Wed, 28-Feb-2001 at 09:54:39 -0600, Jonathan Lemon wrote: I"ve committed a fix for the problem where DNS hangs or takes a long time to resolve (the process gets stuck in kqread). In the last kqueue update, I added a new filter-specific flag to the read/write filters, which allows the

Problem with telnet and slow network response.

2001-03-01 Thread Edwin Culp
I am in the process of trying to get all my current machines on the same page and I am finding a very strange problem. In theory, the machines were/are configured almost exactly the same with the same applications and versions. Now as I finish updating them about half (2 and 2 right  ow)

undefined reference _mtx_assert

2001-03-01 Thread Alexander Leidinger
Hi, since 2 or 3 days I can't build a new kernel: ---snip--- linking kernel.debug cam_periph.o: In function `cam_periph_mapmem': /big/usr/src/sys/cam/cam_periph.c(.text+0xa1a): undefined reference to `_mtx_assert' cam_periph.o: In function `cam_periph_unmapmem':

RE: New entropy harvesting sysctl's enabled in rc

2001-03-01 Thread John Baldwin
On 01-Mar-01 Doug Barton wrote: I was unable to test the ppp bits, but I've every reason to believe that this will work. Comments and suggestions are welcome. The goal is to turn on the appropriate harvesters for ethernet, and/or ppp/slip/tun based on the presence of a configured

RE: undefined reference _mtx_assert

2001-03-01 Thread John Baldwin
On 01-Mar-01 Alexander Leidinger wrote: Hi, since 2 or 3 days I can't build a new kernel: Add INVARIANT_SUPPORT to your kernel config, and you should be reading your cvs-all and -current mail. :) -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key:

RE: System hangs with -current ...

2001-03-01 Thread The Hermit Hacker
any comments on this? any way of doing this without a serial console? thanks ... On Wed, 28 Feb 2001, The Hermit Hacker wrote: Yup, definitely doesn't like me using the console ... just tried it again, and its as if it can't scroll up the screen to send more data or something? I just

RE: System hangs with -current ...

2001-03-01 Thread John Baldwin
On 01-Mar-01 The Hermit Hacker wrote: any comments on this? any way of doing this without a serial console? thanks ... The data is too much to make a normal console feasible, although you could try cranking up the console to hte highest res (80x60 or 132x60, etc.) you can and let it

Re: New entropy harvesting sysctl's enabled in rc

2001-03-01 Thread Brandon D. Valentine
On Thu, 1 Mar 2001, Doug Barton wrote: Appropriate rc.conf(5) entries will be coming in a seperate commit. I am working on a general cleanup/update of that file, but I plan to wait till the reality in rc.conf is closer to what we want it to be. This is only tangentially related but while

Re: linux_connect patch

2001-03-01 Thread Martin Blapp
Hi Jonathan, I tested yout patch with CURRENT and STABLE, and it does fix the Staroffice Network-Problem too. I tested: Linux SO5.2 Linux Netscape 4.7 Linux linux-jdk1.3.0, green threads (digichat) and everythings works. So please commit this, and it should also go into STABLE before 4.3 is

Re: New entropy harvesting sysctl's enabled in rc

2001-03-01 Thread Tony Finch
Doug Barton [EMAIL PROTECTED] wrote: The goal is to turn on the appropriate harvesters for ethernet, and/or ppp/slip/tun based on the presence of a configured device of that nature. So, the ethernet bits check to see if there is an ethernet card configured, and turns on that harvester if so.

Re: undefined reference _mtx_assert

2001-03-01 Thread Warner Losh
In message [EMAIL PROTECTED] John Baldwin writes: : Add INVARIANT_SUPPORT to your kernel config, and you should be reading your : cvs-all and -current mail. :) Is there a reason to not have INVARIANT_SUPPORT be default for a while in -current? Warner To Unsubscribe: send mail to [EMAIL

Re: Scheduler panic

2001-03-01 Thread Jake Burkholder
On Sun, Feb 25, 2001 at 10:29:42PM -0800, Kris Kennaway wrote: This is on a UP system. Had another one of these, under the same conditions. Both times I was running more(1) on a stdin stream which was generated by a "find | grep | more" operation, and I suspended the process with

Re: undefined reference _mtx_assert

2001-03-01 Thread John Baldwin
On 02-Mar-01 Warner Losh wrote: In message [EMAIL PROTECTED] John Baldwin writes: : Add INVARIANT_SUPPORT to your kernel config, and you should be reading your : cvs-all and -current mail. :) Is there a reason to not have INVARIANT_SUPPORT be default for a while in -current? I'm already

Re: Scheduler panic

2001-03-01 Thread John Baldwin
On 02-Mar-01 Jake Burkholder wrote: On Sun, Feb 25, 2001 at 10:29:42PM -0800, Kris Kennaway wrote: This is on a UP system. Had another one of these, under the same conditions. Both times I was running more(1) on a stdin stream which was generated by a "find | grep | more"

Re: Scheduler panic

2001-03-01 Thread Jake Burkholder
replying to myself again This is the best workaround I can think of: Index: kern/kern_intr.c === RCS file: /home/ncvs/src/sys/kern/kern_intr.c,v retrieving revision 1.47 diff -u -r1.47 kern_intr.c --- kern/kern_intr.c

Re: New entropy harvesting sysctl's enabled in rc

2001-03-01 Thread Neil Blakey-Milner
On Thu 2001-03-01 (15:57), Brandon D. Valentine wrote: Appropriate rc.conf(5) entries will be coming in a seperate commit. I am working on a general cleanup/update of that file, but I plan to wait till the reality in rc.conf is closer to what we want it to be. This is only tangentially