Re: telnetd broken in -CURRENT

2002-01-30 Thread Mark Murray
On Wed, Jan 30, 2002 at 01:47:24PM +, Mark Murray wrote: No. We dont. But if Kerberos5 is asked for, then BSD telnet is linked against Heimdal. I'm testing the fix, and will commit in a day or two. OK, great. I assume you'll import it on the vendor branch? Yup! M -- o

Re: Step5, pam_opie OPIE auth fix for review

2002-01-21 Thread Mark Murray
@@ .\ Copyright (c) 2001 Mark R V Murray .\ All rights reserved. +.\ Copyright (c) 2002 Networks Associates Technologies, Inc. +.\ All rights reserved. +.\ +.\ Portions of this software were developed for the FreeBSD Project by +.\ ThinkSec AS and NAI Labs, the Security Research Division

Re: Step5, pam_opie OPIE auth fix for review

2002-01-21 Thread Mark Murray
and not in contrib/opie. If you care about machine independance, better use opielookup() directly. No, that is OK. :-) The FreeBSD PAM modules are all written from scratch as BSD PAM modules. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn

Re: pam_opie(8) prompt

2002-01-21 Thread Mark Murray
Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Step6, corresponding /etc/pam.d/* fixes for review

2002-01-21 Thread Mark Murray
automated scripts processing. I have idea to solve it adding no_fake_prompts option to pam_opie to control that per admin choice. Yes. That would be a good move. :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail

Re: pam_opie(8) prompt

2002-01-21 Thread Mark Murray
. I believe pam_get_pass() should set PAM_AUTHTOK. Any objections? Not from me :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Step6, corresponding /etc/pam.d/* fixes for review

2002-01-21 Thread Mark Murray
Here are the (hopefully) final patches. Any final objections before I commit the lot? According to EyeBall Mk1, this is fine! :-) I haven't extensively tested the code, but the methods used and the design are very sound, I believe. M -- o Mark Murray \_ FreeBSD Services Limited

Re: Step2, pam_unix just expired pass fix for review

2002-01-20 Thread Mark Murray
) = pwd-pw_expire) + retval = PAM_AUTH_ERR; } else { -- Andrey A. Chernov http://ache.pp.ru/ -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Step1, pam_unix srandomdev fix for review

2002-01-20 Thread Mark Murray
'; if (suser_override) -- Andrey A. Chernov http://ache.pp.ru/ -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Step3, pam_opie snprintf bloat fix for review

2002-01-20 Thread Mark Murray
, response, sizeof resp); /* * Opieverify is supposed to return -1 only if an error occurs. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ FreeBSD

Re: Step2, pam_unix just expired pass fix for review

2002-01-20 Thread Mark Murray
On Sun, Jan 20, 2002 at 19:47:55 +, Mark Murray wrote: Do you mean that at at the very edge of password expiry, the user may still be able log in (maybe some seconds later)? If so this is not a credible threat. Yes. Few seconds can be few hours or more in case network is down

Re: Step1, pam_unix srandomdev fix for review

2002-01-20 Thread Mark Murray
On Sun, Jan 20, 2002 at 19:55:31 +, Mark Murray wrote: This works, but strikes me as overkill. This is salt, not cryptographic randomness, so 'srandom(junk)' is most likely better as a replacement for srandomdev() (where 'junk' can be time(), pid or anything similar). You can't

Re: Step1, pam_unix srandomdev fix for review

2002-01-20 Thread Mark Murray
code that cares about the state should do the same. True but not trivial. I'd be happy to commit working patches :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Step5, pam_opie OPIE auth fix for review

2002-01-20 Thread Mark Murray
/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Step5, pam_opie OPIE auth fix for review

2002-01-20 Thread Mark Murray
On Sun, Jan 20, 2002 at 23:14:13 +, Mark Murray wrote: The PAM OPIE may only do OPIE authentication. It is entirely up to the PAM stack to decide what the login policy is. (Well, the PAM stack as specified by the pam configs in /etc/pam*) Yes. And to allow PAM stack to make

Re: Step5, pam_opie OPIE auth fix for review

2002-01-20 Thread Mark Murray
On Sun, Jan 20, 2002 at 23:44:44 +, Mark Murray wrote: Yes. And to allow PAM stack to make right decision, pam_opie pass special information to PAM stack. Look at the patch, pam_opie not breaks from the stack by yourself, it is /etc/pam* do that using information from pam_opie

Re: Step5, pam_opie OPIE auth fix for review

2002-01-20 Thread Mark Murray
for modules which have no authentication (like say, pam_motd, which prints /etc/motd during the pam_session_open() phase). IGNORE may have other uses, but I can't remember them offhand. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn

Re: Step5, pam_opie OPIE auth fix for review

2002-01-20 Thread Mark Murray
Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Question to PAM hackers

2002-01-06 Thread Mark Murray
-- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: *HEADS UP!* This means you!

2001-12-10 Thread Mark Murray
will not change _at_all_. There will be no SRA unless you install secure/ telnet. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

*HEADS UP!* This means you!

2001-12-09 Thread Mark Murray
! This will make src/crypto mandatory if you want telnet(d). This will _not_ make crypto _use_ mandatory. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: cu(8) completely broken

2001-12-06 Thread Mark Murray
Well, it would seem that the cu upgrade has totally hosed cu now: # cu -l /dev/cuaa1 -s 9600 usage: tip [-v] [-speed] [system-name] Can we get this fixed please? Yes. Import coming. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn

Re: building cvsup from ports

2001-11-20 Thread Mark Murray
There is already a patch in PR ports/30899. It is OK to commit it IF you can test it first on a FreeBSD 4.x system (any architecture) and also a -current Alpha system. Cool! Thank you! M John Mark Murray wrote: John I have a patch (courtesy of Brian Somers) that fixes M3. I

Re: make installworld failure in usr.bin/tip

2001-11-18 Thread Mark Murray
Erm, it _is_ fixed in the makefile. If you have a better method, lets hear it. :-) Back out the entire tip commit? This would also restore all the FreeBSD changes clobbered by it. It doesn't even compile cleanly: Entirely different problem. M -- o Mark Murray \_ FreeBSD

Re: make installworld failure in usr.bin/tip

2001-11-17 Thread Mark Murray
] Sunbay Software AG, [EMAIL PROTECTED]FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.orgThe Power To Serve http://www.oracle.com Enabling The Information Age -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig

Re: building cvsup from ports

2001-11-17 Thread Mark Murray
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Un-install upgrade application software

2001-10-29 Thread Mark Murray
I have installed application software from port collection . How do I make un-install ? If I want to upgrade the existing application , how do I upgrade them ? Please advise Please ask this question on [EMAIL PROTECTED] M -- o Mark Murray \_ FreeBSD Services Limited O

Re: Change Prompt

2001-10-26 Thread Mark Murray
cp='cp -i' alias mv='mv -i' alias rm='rm -i Another question , what is the function of PS2 and when to use it ? Please advise To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ FreeBSD

Re: It's baaack... -- (make: don't know how to make copies. Stop)

2001-10-24 Thread Mark Murray
Mark, please back your 1.32 revision from share/examples/Makefile out, Done. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: It's baaack... -- (make: don't know how to make copies. Stop)

2001-10-23 Thread Mark Murray
:-). Actually, it is possible for there to be no copies: target in src/share/examples/something. The copies: (actually copies::) target is built up in a .for loop that may be empty. The fix is a dummy copies:: target. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig

Re: Fix for pam_nologin.so runtime error

2001-10-19 Thread Mark Murray
Forgot to mention, I had to make kcheckpass setuid root to make kcheckpass itself work (just verified this on -stable). Yes - this is documented. :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: kerberos5/libexec/telnetd build fails in -current

2001-10-18 Thread Mark Murray
in /usr/src/kerberos5/libexec. *** Error code 1 Stop in /usr/src/kerberos5. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn

Re: Fix for pam_nologin.so runtime error

2001-10-18 Thread Mark Murray
Should I file a PR? No. I have this :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: rshd broken on -CURRENT

2001-09-26 Thread Mark Murray
It seems that we dont have a /usr/lib/pam_rhosts_auth.so. Yes - I need to write one. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: panic on mount

2001-09-23 Thread Mark Murray
-v_interlock); I get exactly the same thing. Manual bactrace is: panic witness_unlock _mtx_unlock_flags vop_nolock vop_defaultop vn_lock ffs_mountfs ffs_mount vfs_mountroot_try vfs_mountroot mi_startup begin M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap

Re: rexecd broken(?) on -current

2001-09-13 Thread Mark Murray
if opiechallenge() is failed. I don't know how it should work with OPIE. Could you please fixing this, Mark? Sure! I've never used rexecd, su could you please suggest a minimalist test/command that I could use, and I'll get right to it. :-) M -- o Mark Murray \_ FreeBSD Services

Re: ACPI breakage on Libretto 110CT with CURRENT

2001-09-04 Thread Mark Murray
Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

ACPI breakage on Libretto 110CT with CURRENT

2001-09-02 Thread Mark Murray
the correct root FS)) If I undef acpi_load at boot, the system boots fine. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: libss termination

2001-08-19 Thread Mark Murray
As far as I can tell, there's nothing in the tree which uses libss any longer, and hasnt been for quite some time. Is there any reason to keep it? Nope. Right. Kill it. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: help! su(1) is still broken

2001-08-18 Thread Mark Murray
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Big telnet commit coming!

2001-08-15 Thread Mark Murray
at a later stage. I have already asked for reviews on -audit. Those who are looking at my patches should download again, because I have done some further fixes and improvements. I'll commit in three days from the date of this email if nothing comes up. M -- Mark Murray Warning: this .sig is umop ap

Re: rlogin terminal settings messed up

2001-08-06 Thread Mark Murray
Does anyone know what changed? (someone has suggested the change came about when PAM's session model was changed) Following up on my previous message; I've asked re@ for permission to MFC the fix. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: rlogin terminal settings messed up

2001-08-06 Thread Mark Murray
I need to MFC login(1) some more. Please try that, and if it works, lets get it committed. STABLE's PAM modules and support are quite a bit behind CURRENT's. What are your /etc/pam.conf entries for login? See if borrowing any CURRENT entries helps you. M -- Mark Murray Warning: this .sig

Re: ntpd 4.1

2001-08-05 Thread Mark Murray
According to Mark Murray: Can you make it so that if NO_OPENSSL is not defined, then openssl is used? I could of course but I don't think that having PUBKEYS by defaults (X.509 based, not the PGP ones) is probably not very useful yet as it is a fairly recent option. AUTOKEY should

Re: ntpd 4.1

2001-08-03 Thread Mark Murray
an optional component. I'm a bit reluctant to force openssl for just ntpd. Can you make it so that if NO_OPENSSL is not defined, then openssl is used? M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: su root broken in -CURRENT

2001-07-31 Thread Mark Murray
hope, before PAM use in su is MFC'd. I have just entered a PR on this. cc'd to: markm Joshua -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/lib/libpam Makefile.inc

2001-07-12 Thread Mark Murray
. Xwrapper I'm not sure I follow you here... M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: HEADS UP!! S/Key is ancient, OPIE is new

2001-06-22 Thread Mark Murray
Why? Better way will be rewritting ports to use good-new OPIE. wi-ftpd already have OPIE hooks, but I not sure they works. Popper needs modifications. Doesn't know, if other ports using Skey exists. I can do base software, but I haven't time to fill all ports. M -- Mark Murray Warning

Re: convert libgmp to a port?

2001-06-18 Thread Mark Murray
no water - the BSD books that I have point to MH and Emacs in the same way. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: PAM causes segfault in login(1)

2001-06-12 Thread Mark Murray
I've noticed that new PAM segfaults when I'm typing non-existing login at console login prompt. Please fix. This current, right? I'll sort it out. Thanks for the debug-sleuthing! M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: PAM forgets to unblock signals [was Terminal line discipline is broken [sorta]]

2001-06-07 Thread Mark Murray
: 7bit Content-Disposition: inline; filename=misc_conv.c.diff -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: nss_ldap and pam_ldap ?

2001-06-06 Thread Mark Murray
Is there any plan to port pam_ldap ( and nss_ldap ) to FreeBSD-CURRENT ? No plans, but if you submit something, I would be interested. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

HEADS UP! Breakage in Perl/BSDPAN

2001-05-02 Thread Mark Murray
Hi Those who made a buildworld without NO_PERL=true with sources newer than Tue, 1 May 2001 02:25:25 -0700 (PDT), but older than 2001/05/02 14:18:33 PDT, must apply the following patch as root in /usr/libdata/perl/BSDPAN directory. (If you are tracking CURRENT, then CVSup and/or cvs update

Re: PAMmed su still broken for passwordless accounts

2001-04-28 Thread Mark Murray
was one). Those patches of yours look reasonable. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: PAMmed su still broken for passwordless accounts

2001-04-28 Thread Mark Murray
. For one, KERBEROS is no longer needed. (fixed locally). WHEELSU needs to be properly documented. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: broken sshd or libssl ?

2001-04-16 Thread Mark Murray
I update 4.3 RC to 5.0-CURRENT and have some troubles. Why make buildworld build system without RSA support ? And how i can correct this problem ? System cvsuped today. Go to /dev and remake all your devices. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail

i586 FP optimizations hosed.

2001-03-29 Thread Mark Murray
stuff was disabled? M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: random woes (no RSA support in libssl and libcrypto)

2001-03-27 Thread Mark Murray
itself moan at you. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

HEADS UP!! New PAM functionaity in CURRENT!

2001-03-27 Thread Mark Murray
pam_unix.so try_first_pass sshdaccount requiredpam_unix.so sshdpassword required pam_permit.so sshdsession requiredpam_permit.so M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: Whatever happened to CTM?

2001-03-24 Thread Mark Murray
in the ports. They may just work for you. It shouldn't be too difficult to set up the other side - after all, there is a need :-) M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Whatever happened to CTM?

2001-03-21 Thread Mark Murray
be able to do it with SSH (assuming that you can get out with ssh!) $ ssh -v -l yourname otherhost.example.com -L5559:cvsup.example.com:5559 Then doing a cvsup with the server set to 127.0.0.1 will work. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: cvsup/cvsupfile question

2001-03-21 Thread Mark Murray
; with a tag on it to indicate that it is going through the release engineering process to become 4.3-RELEASE (and then 4.3-STABLE). You have something that is stable, and is just close to the next release. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTEC

Re: random woes (no RSA support in libssl and libcrypto)

2001-03-19 Thread Mark Murray
It seems the compatibility with the previous minor of urandom has been silently removed (I assume this happened with the last update/cleanup of the random device). It took me two hours to figure it out. See src/UPDATING 2624 M -- Mark Murray Warning: this .sig is umop ap!sdn

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Mark Murray
-- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Mark Murray
.sys.burst is still available for those very slow, very high interrupt cases. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Mark Murray
R, "rndslp", hz/10); + if (harvestring.tail != harvestring.head) { /* Suck the harvested entropy out of the queue and hash * it into the appropriate pool. */ -- Mark Murray Warning: this .sig is umop ap

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Mark Murray
. Matt, At it is very obvious to me that you have not even looked at the new code, let alone run it, I suggest that you do both before further engaging in this conversation. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Mark Murray
they can get, and this method gives them that while allowing others to throttle the harvester back. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Mark Murray
code does that. Do a "cat /dev/zero /dev/random" to see it in action. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: New improved panic!

2001-03-09 Thread Mark Murray
if 97 98 for (pl = 0; pl 2; pl++) 99 yarrow_hash_init(random_state.pool[pl].hash, NULL, 0); 100 101 for (;;) { Is DEBUG defined? M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Mark Murray
to tie down where this is happening. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: harvest_interrupt=YES slows down machine

2001-03-07 Thread Mark Murray
maxusers to 128, and time a make world with interrupt harvesting on, and again with it off. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: harvest_interrupt=YES slows down machine

2001-03-07 Thread Mark Murray
e not been keeping records, but an overnight build has not yet progressed into my breakfast). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: harvest_interrupt=YES slows down machine

2001-03-07 Thread Mark Murray
tweaking the "Computational intensity factor" ;-) by dropping the kern.random.yarrow.bins: # sysctl -w kern.random.yarrow.bins=2 And let me know how well that works. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: harvest_interrupt=YES slows down machine

2001-03-07 Thread Mark Murray
, and any overflows are discarded. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: harvest_interrupt=YES slows down machine

2001-03-07 Thread Mark Murray
320 seeds per second. Still overkill, but at least not the massive overkill that its doing now. Event != seed. I'll juggle numbers and see if I can come up with any tweakables (sysctl's) that could give users more control here. Thanks! M -- Mark Murray Warning: this .sig is umop ap!sdn

Re: Can't build 5-current world on 4-stable box (perl doesn't bootstrap properly)

2001-03-06 Thread Mark Murray
I reported it about a month ago, but the problem still persists. 5-current buildworld can't be performed on reasonably recent 4-stable system, hence source upgrade path from -stable to -current is broken. Please fix. I just did this on 4-STABLE with no problems at all. M -- Mark Murray

Re: Major bumping of libFOO

2001-02-14 Thread Mark Murray
Please review this patch as I'd like to commit it soon. Also, I'm not 100% sure what to do about libdes.so.3, so if you have commments on that please let me know. Other than that, the patches should be close to commitable. Now is the time to toss that into compat/ M -- Mark Murray

Re: Kernel Panic from Yesterday's CVSup

2001-02-05 Thread Mark Murray
of a kernel dating to sun 4th feb. The PPro is rock-stable. The PentiumMMX is very fragile, and will panic easily (often in vm_fault) with a sig9 (IIRC). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Kernel hackers, please review.

2001-02-03 Thread Mark Murray
Hi Please review the patch at http://people.freebsd.org/~markm/no_lock_h.diff. the idea is to remove sys/*/include/lock.h. I tested it with the usual i386 stuff, and it is known to break the cy driver because of the COM_(UN)LOCK macros (which is another issue). M -- Mark Murray Warning

Re: kernel threading: the first steps [patch]

2001-01-28 Thread Mark Murray
known about this for a good couple of months. I can't remember specifically _how_ I know; suffice to say there has been a fair bit of dialogue on the lists and Jason's progress-page has a good overview. http://people.freebsd.org/~jasone/smp/ M -- Mark Murray Warning: this .sig is umop ap!sdn

Re: buildworld failed and PERL_THREADED=true dead...

2001-01-25 Thread Mark Murray
EMAIL PROTECTED]X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send

Re: syslogd(8) does not update hostname

2001-01-20 Thread Mark Murray
(LocalHostName, '.')) != NULL) { + *p++ = '\0'; + LocalDomain = p; + } else + LocalDomain = ""; /* * Close all open log files. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

Re: syslogd(8) does not update hostname

2001-01-20 Thread Mark Murray
On Sat, Jan 20, 2001 at 11:24:16AM +0200, Mark Murray wrote: I don't agree with this change. hostname != name-that-IP-address-resolves-to. Dunno what you are talking about. That has nothing directly to do with this. No one is talking about forcing you to change your hostname

Re: current hangs...

2001-01-20 Thread Mark Murray
on a 2xPII/350, 256M, two scsi disks on ahc, and ccd I have three times now hung the machine so that only reset got any attention simply by make -j 128 world Do you have an easy way to narrow it down to CCD by doing the same thing but without ccd involvement? M -- Mark Murray

Re: pcm status

2001-01-20 Thread Mark Murray
kern.random.yarrow.bins=2 makes a difference for you. Thanks! M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pcm status

2001-01-20 Thread Mark Murray
Murray wrote: This is directly traceable to entropy harvesting by /dev/*random. I know it's not an option if you need to use ssh, but not loading random.ko will fix the sound problems when moving the mouse or typing. It doesn't fix the 'hwptr went backwards' messages, though. Please

Atomic breakage?

2001-01-14 Thread Mark Murray
Hi John There seems to be same breakage in the atomic stuff: link_elf: symbol atomic_load_acq_int undefined KLD file random.ko - could not finalize loading I back out the latest commit to sys/i386/include/atomic.h, and things work a bit better (on my laptop). M -- Mark Murray Warning

Re: entropy bikesheds

2001-01-12 Thread Mark Murray
device's readable oscillator, set to generate a noise waveform). Slight overkill, when the TSC register is already used and deliberately underestimated to improve randomness quality. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: entropy bikesheds

2001-01-11 Thread Mark Murray
I'm happy to accomodate folks, but the constant lack of concensus combined with extreme positions is wearing a bit thin. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: YES! laptop installing

2001-01-09 Thread Mark Murray
with a crazy MAC address, and then doesn't work. It doesn't even go UP. MAC=00:00:80:00:00:80, FWIW. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: buildworld Problems at NTP

2001-01-05 Thread Mark Murray
was recently added to -current and maybe it's had a strange effect on makedepend or something There was a make(1) problem a couple of weeks back. Resup, make-and-install make(1), and you should be OK. Dunno why, but ntp(d) tickled the bug. M -- Mark Murray Warning: this .sig is umop ap!sdn

Re: buildworld Problems at NTP

2001-01-05 Thread Mark Murray
to ensure a clean start there and started a buildworld. Six hours later, === usr.sbin/ntp/ntpd Killed Read what I said!! Make-and-install _make_ (not anything else) first. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: NFS/VM panic in current with INVARIANTS

2000-12-27 Thread Mark Murray
ot; in the body of the message : To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Mark Murray
PROTECTED] | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +--+ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-audit" in the body of the message -- Mark Murray War

NFS/VM panic in current with INVARIANTS

2000-12-26 Thread Mark Murray
s) is: panic zerror zfreei NDFREE nfsrv_lookup nfs_nfsd nfssvc syscall(2f, 2f, 2f, 1, 0) xint0x80 NFS activity (not mounting) triggers it. The panic happens on the server box, which is a dual-cpu i386 class running an SMP kernel. What else do you need? M -- Mark Murray Warning: this

Re: NFS/VM panic in current with INVARIANTS

2000-12-26 Thread Mark Murray
On Tue, Dec 26, 2000 at 02:00:54PM +0200, Mark Murray wrote: I'm getting a reliable panic on CURRENT (2000/12/26) with INVARIANTS set. I suppose I could "fix" this by taking out INVARIANTS, but it seems to make more sense to try to get it fixed. Do you have NF

Re: No cable modems??

2000-12-19 Thread Mark Murray
to receive mail from all three of those user-classes, because of the "direct-to-MX" spam issue. The solution is to use your ISP's SMTP "smarthost" for your mail. See http://mail-abuse.org/dul/ /OFFTOPIC M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe:

Re: usr.sbin/ntp/ntpd make: Cannot allocate memory

2000-12-15 Thread Mark Murray
? Thanks, Pete... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ACPI and Sony laptop

2000-12-03 Thread Mark Murray
et written at shutdown. Are you fully up to date with your mergemaster(1)ing? Now I use "init 0" for shutdown and "init 6" for reboot. That is a bug if you are up to date. However, it is beyond my ken to fix. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.o

<    1   2   3   4   5   6   7   8   >