Re: phkmalloc pam_ssh xdm

2000-08-01 Thread Jeroen Ruigrok/Asmodai

-On [2731 15:24], Alexander Leidinger ([EMAIL PROTECTED]) wrote:
I rebuilded libssh.a and pam_ssh.so with this patch and I didn't get the
error anymore.

I haven't rebuilded the world or anything openssh related, but I think
this should work (and because of the readability of pam_ssh.c and
authfd.c it was easy to trace only by looking at the source... it seems
using FreeBSD is the "Right Thing[TM]" :) ).

It survived at least a make world here.

Committed.  Thanks.

-- 
Jeroen Ruigrok vd Werven/Asmodaiasmodai@[wxs.nl|bart.nl|freebsd.org]
Documentation nutter/C-rated Coder BSD: Technical excellence at its best  
The BSD Programmer's Documentation Project http://home.wxs.nl/~asmodai
Abandon hope, all ye who enter here...


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



Re: panic at shutdown

2000-08-01 Thread Alexander Leidinger

On  1 Aug, Bill Fumerola wrote:

 #0  boot (howto=256) at ../../kern/kern_shutdown.c:303
 303  dumppcb.pcb_cr3 = rcr3();
 
 type 'bt', this tells us just about as much as if you said
 "it crashed".
 
 though, by the panic message, this seems to be a known bug..

If I see the same bug everybody complains about: add "sync; sleep 1;
sync; sleep 1; sync" to rc.shutdown to work round it (I'm using kernel
sources from yesterday).

Bye,
Alexander.

-- 
  To boldly go where I surely don't belong.

http://www.Leidinger.net   Alexander @ Leidinger.net
  GPG fingerprint = 7423 F3E6 3A7E B334 A9CC  B10A 1F5F 130A A638 6E7E



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



netinet compile broken

2000-08-01 Thread James Johnson

sys/netinet/ip_fil.c appears to be busted. Trying to recompile kernel
modules breaks as follows:

=== ipfilter
SNIP

cc -O -pipe -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG  -D_KERNEL -Wall -Wre
dundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp
ointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -n
ostdinc -I-  -I. -I@ -I@/../include  -mpreferred-stack-boundary=2 -c
/usr/src/sys/modules/ipfilter/../../netinet/ip_fil.c
/usr/src/sys/modules/ipfilter/../../netinet/ip_fil.c: In function
`iplattach':
/usr/src/sys/modules/ipfilter/../../netinet/ip_fil.c:272: too few arguments
to function `pfil_add_hook'
/usr/src/sys/modules/ipfilter/../../netinet/ip_fil.c: In function
`ipldetach':
/usr/src/sys/modules/ipfilter/../../netinet/ip_fil.c:384: too few arguments
to function `pfil_remove_hook'
*** Error code 1

Looks like two else statements were commented out. This simple diff fixes it

--- ip_fil.cTue Aug  1 00:04:24 2000
+++ ip_fil.bak  Tue Aug  1 03:18:08 2000
@@ -268,7 +268,7 @@
return error;
 #   endif
}
-#  else
+  else
pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT);
 #  endif
 #  ifdef USE_INET6
@@ -380,7 +380,7 @@
 inetsw[ip_protox[IPPROTO_IP]].pr_pfh);
if (error)
return error;
-#  else
+ else
pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT);
 #  endif
 #  ifdef USE_INET6





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



tail is ubreakable by ^C and cause system hang

2000-08-01 Thread Andrey A. Chernov

Just build fresh kernel and see that it is impossible to interrupt tail
with ^C - it cause hang (with tty driver and screens switching still
alive, but not other things).

-- 
Andrey A. Chernov
[EMAIL PROTECTED]
http://ache.pp.ru/


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



Re: tail is ubreakable by ^C and cause system hang

2000-08-01 Thread Andrey A. Chernov

On Tue, Aug 01, 2000 at 05:39:23AM +0400, Andrey A. Chernov wrote:
 Just build fresh kernel and see that it is impossible to interrupt tail
 with ^C - it cause hang (with tty driver and screens switching still
 alive, but not other things).

Seems to be fixed in new kern_event.c v1.14

-- 
Andrey A. Chernov
[EMAIL PROTECTED]
http://ache.pp.ru/


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



ssh -2 -v displays debug messages when typed

2000-08-01 Thread Jun Kuriyama


On my -current environment, ssh -2 -v (Version 2 protocol with DSA,
verbose mode) displays debug message to tty whenever I typed.

If I use version 1 protocol, debug messages are not displayed after
logged in to another system.  Is this expected behaviour?


-
% ssh -2 -v localhost
SSH Version OpenSSH-2.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
... (debug messages)
Welcome to FreeBSD!

% debug: channel 0: send data len 1 (typed 'd')
ddebug: channel 0: send data len 1  (typed 'a')
adebug: channel 0: send data len 1  (typed 't')
tdebug: channel 0: send data len 1  (typed 'e')
edebug: channel 0: send data len 1  (typed [Enter])

Tue Aug  1 20:17:00 JST 2000
%
-


-- 
Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc.
 [EMAIL PROTECTED] // FreeBSD Project


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



Moused behaving funny in 4.1-STABLE

2000-08-01 Thread Paul Herman

Hi,

(Posting to current, because of similar problems to the "Mouse
behaving funny since 5.0-CURRENT upgrade" thread)

My moused is also behaving funny (no X).  Sometimes other charaters on
the screen get messed up where the pointer never was (I can't seem to
reliably reproduce it), but one thing I am able to reproduce is the
20% interrupt thing:

When both the prompt and the mouse are at the bottom of the screen,
then it starts eating up interrupt CPU.

I'm running 4.1-STABLE from 3 days ago.  Ideas?

-Paul.



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



Moused and Yarrow (Re: Moused behaving funny in 4.1-STABLE)

2000-08-01 Thread Donn Miller

On Tue, 1 Aug 2000, Paul Herman wrote:

 My moused is also behaving funny (no X).  Sometimes other charaters on
 the screen get messed up where the pointer never was (I can't seem to
 reliably reproduce it), but one thing I am able to reproduce is the
 20% interrupt thing:
 
 When both the prompt and the mouse are at the bottom of the screen,
 then it starts eating up interrupt CPU.

It has something to do with this whole Yarrow thing.  I suppose Yarrow
(and dev/urandom) are eating up tty interrupts that otherwise would have
gone to moused and syscons.  Someone on this list suggested implementing
some sort of kernel threads, with Yarrow and syscons split up on different
kernel threads.

AFAIK, this hasn't been implemented yet.  So, do we have some sort of
kernel threads we could use for this?  Or, do we have to compile in
Linuxthreads, or something?

- Donn



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



Re: Moused and Yarrow (Re: Moused behaving funny in 4.1-STABLE)

2000-08-01 Thread Paul Herman

On Tue, 1 Aug 2000, Donn Miller wrote:

 On Tue, 1 Aug 2000, Paul Herman wrote:
 
  When both the prompt and the mouse are at the bottom of the screen,
  then moused starts eating up interrupt CPU.
 
 It has something to do with this whole Yarrow thing.  I suppose Yarrow
 (and dev/urandom) are eating up tty interrupts that otherwise would have
 gone to moused and syscons.

Yeah, I caught that thread, but the problems I'm seeing are in
4.1-STABLE and AFAIK Yarrow hasn't made it to my tree yet (yes, I
deserve it, that's what I get for posting to -current).

I just thought I'd give -current a holler, because people were
noticing a similar thing on this list... I guess I'll try -stable if
nobody has any ideas here.

-Paul.



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



Re: panic at shutdown

2000-08-01 Thread Luoqi Chen

 #7  0xc017a726 in vput (vp=0xc8710840) at vnode_if.h:794
 #8  0xc01aee87 in ffs_sync (mp=0xc0ade800, waitfor=2, cred=0xc0721700, 
 p=0xc026d5e0) at ../../ufs/ffs/ffs_vfsops.c:955

Change the vput(vp) call at line 955 of ffs_vfsops.c back to two separate
calls (see previous revision):

VOP_UNLOCK(vp, 0, p);
vrele(vp);

vput assumes curproc is the lock holder, but it's not true in this case.

-lq


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



VM flakiness since Thursday

2000-08-01 Thread Steve Hocking

I've been noticing some crashes (the previously reported by others lock stuff) 
and some random sig 11s - any one else seeing this?


Stephen
-- 
  The views expressed above are not those of PGS Tensor.

"We've heard that a million monkeys at a million keyboards could produce
 the Complete Works of Shakespeare; now, thanks to the Internet, we know
 this is not true."Robert Wilensky, University of California




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



Re: VM flakiness since Thursday

2000-08-01 Thread Sheldon Hearn



On Tue, 01 Aug 2000 09:23:57 EST, Steve Hocking wrote:

 I've been noticing some crashes (the previously reported by others
 lock stuff) and some random sig 11s - any one else seeing this?

As a datapoint, I'm running this kernel:

5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Jul 28 11:12:17 SAST 2000

Although the recently fixed panic on shutdown exists, I've noticed no
other problems.  I'm working my machine quite hard.

Ciao,
Sheldon.


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



Re: VM flakiness since Thursday

2000-08-01 Thread Kenneth Wayne Culver

Just the lock stuff here, nothing else. 


=
| Kenneth Culver  | FreeBSD: The best NT upgrade|
| Unix Systems Administrator  | ICQ #: 24767726 |
| and student at The  | AIM: muythaibxr |
| The University of Maryland, | Website: (Under Construction)   |
| College Park.   | http://www.wam.umd.edu/~culverk/|
=

On Tue, 1 Aug 2000, Steve Hocking wrote:

 I've been noticing some crashes (the previously reported by others lock stuff) 
 and some random sig 11s - any one else seeing this?
 
 
   Stephen
 -- 
   The views expressed above are not those of PGS Tensor.
 
 "We've heard that a million monkeys at a million keyboards could produce
  the Complete Works of Shakespeare; now, thanks to the Internet, we know
  this is not true."Robert Wilensky, University of California
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



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



Re: VM flakiness since Thursday

2000-08-01 Thread Kenneth Wayne Culver

I'm in the process of tracing it out (in my small amount of spare time) to
see where the problem is, and seeing if I can fix it, although I think
this is over my head :-) I just wanna see if I can do it.


=
| Kenneth Culver  | FreeBSD: The best NT upgrade|
| Unix Systems Administrator  | ICQ #: 24767726 |
| and student at The  | AIM: muythaibxr |
| The University of Maryland, | Website: (Under Construction)   |
| College Park.   | http://www.wam.umd.edu/~culverk/|
=

On Tue, 1 Aug 2000, Steve Hocking wrote:

 I've been noticing some crashes (the previously reported by others lock stuff) 
 and some random sig 11s - any one else seeing this?
 
 
   Stephen
 -- 
   The views expressed above are not those of PGS Tensor.
 
 "We've heard that a million monkeys at a million keyboards could produce
  the Complete Works of Shakespeare; now, thanks to the Internet, we know
  this is not true."Robert Wilensky, University of California
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



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



Re: VM flakiness since Thursday

2000-08-01 Thread Soren Schmidt

It seems Steve Hocking wrote:
 I've been noticing some crashes (the previously reported by others lock stuff) 
 and some random sig 11s - any one else seeing this?

Hmm, I've been having a hell of a time on one of my machines, but I had
written it off to bad HW, but this might make me change my mind :)

-Søren


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



Re: VM flakiness since Thursday

2000-08-01 Thread Steve Hocking

 Hmm, I've been having a hell of a time on one of my machines, but I had
 written it off to bad HW, but this might make me change my mind :)
 

My machine's a K6-2 500 which up until that time had been fine - what's yours? 
The crashes (usually partway through a make world or on shutdown) were of the 
type other people had seen.


Stephen


-- 
  The views expressed above are not those of PGS Tensor.

"We've heard that a million monkeys at a million keyboards could produce
 the Complete Works of Shakespeare; now, thanks to the Internet, we know
 this is not true."Robert Wilensky, University of California



-- 
  The views expressed above are not those of PGS Tensor.

"We've heard that a million monkeys at a million keyboards could produce
 the Complete Works of Shakespeare; now, thanks to the Internet, we know
 this is not true."Robert Wilensky, University of California




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



Re: VM flakiness since Thursday

2000-08-01 Thread Soren Schmidt

It seems Steve Hocking wrote:
  Hmm, I've been having a hell of a time on one of my machines, but I had
  written it off to bad HW, but this might make me change my mind :)
  
 
 My machine's a K6-2 500 which up until that time had been fine - what's yours? 
Mine's a K7-750

 The crashes (usually partway through a make world or on shutdown) were of the 
 type other people had seen.

Uhm, if its only the lockmgr thing, thats now solved, what I've been seeing
is random sig11's etc etc...

-Søren


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



HEADS UP: Updating our CVSweb

2000-08-01 Thread Akinori -Aki- MUSHA

Hello,

I have been hacking on CVSweb for a while and now I think it is the
time we update our CVSweb to the full-featured version, which is based
on Henner Zeller and other people's work.  The ready-to-commit demo is
available at this page:

http://people.FreeBSD.org/~knu/cgi-bin/cvsweb.cgi/


Now, to get the updating process right, I'd like the administrators of
the WWW mirror sites (and freefall of course :) to do the following
things on their Web servers:

1) Fetch the following tarball and install the CVSweb
configuration files under /usr/local/etc.

http://people.FreeBSD.org/~knu/misc/cvsweb_confs.tar.gz

This will not overwrite the current configuration files of
CVSweb. (cvsweb* vs. cvsweb.conf*)

2) For 2.2-STABLE machines, install Perl5 (from the port) and
create a symlink to /usr/local/bin/perl5 in /usr/bin.

ln -s /usr/local/bin/perl5 /usr/bin

For 3-STABLE or upper machines, you don't need to do this because
they already have /usr/bin/perl5 by nature. (That's the trick :)

I will commit the update in a couple days or so, as soon as freefall
is ready.  So please do the above soon.


Okay, that's all, and this is my attempt to shut up those impatient
who always yell at me for not updating our CVSweb. :

-- 
   /
  /__  __   
 / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


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



Re: HEADS UP: Updating our CVSweb

2000-08-01 Thread Max Khon

hi, there!

On Wed, 2 Aug 2000, Akinori -Aki- MUSHA wrote:

 I have been hacking on CVSweb for a while and now I think it is the
 time we update our CVSweb to the full-featured version, which is based
 on Henner Zeller and other people's work.  The ready-to-commit demo is
 available at this page:
 
   http://people.FreeBSD.org/~knu/cgi-bin/cvsweb.cgi/

maybe it is worth moving form that allows request diffs between any two
revision to the top?

/fjoe



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



Re: VM flakiness since Thursday

2000-08-01 Thread David Malone

On Tue, Aug 01, 2000 at 05:30:03PM +0200, Soren Schmidt wrote:

 Uhm, if its only the lockmgr thing, thats now solved, what I've been seeing
 is random sig11's etc etc...

I've been seeing odd signal 11's duing make world too, but I'd
put it down to unusually warm weather.

David.


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



DOS emulation

2000-08-01 Thread Piotr WoŸniak

Hi,
I have to run programs in Clipper/DOS under FreeBSD.
Does exist a good DOS-emulator or other solving of this problem?
(for example compiling source code in Clipper under FreeBSD..)
Piotr Wozniak



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



Re: HEADS UP: Updating our CVSweb

2000-08-01 Thread Akinori -Aki- MUSHA

Hi,

At Tue, 1 Aug 2000 23:03:21 +0700 (NSS),
Max Khon [EMAIL PROTECTED] wrote:
 On Wed, 2 Aug 2000, Akinori -Aki- MUSHA wrote:
 
  I have been hacking on CVSweb for a while and now I think it is the
  time we update our CVSweb to the full-featured version, which is based
  on Henner Zeller and other people's work.  The ready-to-commit demo is
  available at this page:
  
  http://people.FreeBSD.org/~knu/cgi-bin/cvsweb.cgi/
 
 maybe it is worth moving form that allows request diffs between any two
 revision to the top?

Well, following the hyperlink "Request diff between arbitrary
revisions" will take you to the form.

It's as easy as a single click. :)

-- 
   /
  /__  __   
 / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


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



Serious people for a serious proposition about FREEDOM qtzgx

2000-08-01 Thread don
93% WHO RESPOND TO MY AD DON'T MAKE THE CUT!
(Only highly motivated people should call)

I'm dead serious! Now let me tell you why...

Most people don't have drive! They sit around waiting for something to happen.
They see that other people have nice homes, new cars, and MONEY, but why can't they?
They basically feel sorry for themselves, and I can't help these people!

Another reason people are not qualified...

They are skeptical. BUT, the truth is, they are skeptical of themselves!
They don't have the courage to break their routine.
They are comfortable with their set hours, their set pay, and their set future.
I was not comfortable with someone controlling my future,
and I'm not comfortable working with people who are!

STOP
If you are anything like the above, we won't be able to work together!

WHAT DO THE 7% WHO DO MAKE THE CUT DISCOVER?!

People I select through an "interview like" process are forever changed!
They are opened to a world around them that they didn't know existed.
In fact, it's a world that has existed around them their whole lives,
but was purposely hidden from them!


How would you like to...

- Drastically reduce personal, business and capital gains taxes?
- Protect all assets from any form of seizure, liens, or judgments?
- Create a six figure income every 4 months?

 How about...

Restoring and preserving complete personal and financial privacy?
Amassing personal wealth, multiplying it and protecting it?
Realizing a 3 to 6 times greater return on your money?
Legally making yourself and your assets completely judgment-proof,
lien-proof, divorce-proof, attorney-proof, IRS-proof?
I could go on...

TAKE A SERIOUS LOOK AT YOUR LIFE

Do you think you are paid what you are worth?
Will you be set to retire in the next few years?
Do you control the course of your day? ...your life?

The fact is we have many people in our enterprise that earn over 50K per month
from the privacy of their own homes, and are retiring in 2 to 3 years (wealthy)
and have total freedom - both personal and financial!

Many have been conditioned to believe it must be illegal, immoral or unethical
to ever earn any real profits from our efforts.

The sad truth is, it's been designed that way by the ultra-rich
and ultra-powerful since before any of us were born!

Who am I?

I'm a BIG thinker, a BIG dreamer, and I believe that I deserve the best that life has to offer.
I answered an ad much like the one you are reading now,
and was eager to hear what it was about.

I knew that I couldn't invest only a few bucks and spend an hour or two
per week to achieve the results I was looking for.  I found the right information
and now I control my own destiny!

If you are interested in radically changing your thoughts and your financial future,
I invite you to call TOLL FREE:

1 800 707 4817

My name is Krystina, and I look forward to working with some of you!

* REMEMBER *

I can't do it for you, but I can show you exactly how I do it.
It's as simple as that!



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


Sometimes the truth hurts! inhgt

2000-08-01 Thread alpha
93% WHO RESPOND TO MY AD DON'T MAKE THE CUT!
(Only highly motivated people should call)

I'm dead serious! Now let me tell you why...

Most people don't have drive! They sit around waiting for something to happen.
They see that other people have nice homes, new cars, and MONEY, but why can't they?
They basically feel sorry for themselves, and I can't help these people!

Another reason people are not qualified...

They are skeptical. BUT, the truth is, they are skeptical of themselves!
They don't have the courage to break their routine.
They are comfortable with their set hours, their set pay, and their set future.
I was not comfortable with someone controlling my future,
and I'm not comfortable working with people who are!

STOP
If you are anything like the above, we won't be able to work together!

WHAT DO THE 7% WHO DO MAKE THE CUT DISCOVER?!

People I select through an "interview like" process are forever changed!
They are opened to a world around them that they didn't know existed.
In fact, it's a world that has existed around them their whole lives,
but was purposely hidden from them!


How would you like to...

- Drastically reduce personal, business and capital gains taxes?
- Protect all assets from any form of seizure, liens, or judgments?
- Create a six figure income every 4 months?

 How about...

Restoring and preserving complete personal and financial privacy?
Amassing personal wealth, multiplying it and protecting it?
Realizing a 3 to 6 times greater return on your money?
Legally making yourself and your assets completely judgment-proof,
lien-proof, divorce-proof, attorney-proof, IRS-proof?
I could go on...

TAKE A SERIOUS LOOK AT YOUR LIFE

Do you think you are paid what you are worth?
Will you be set to retire in the next few years?
Do you control the course of your day? ...your life?

The fact is we have many people in our enterprise that earn over 50K per month
from the privacy of their own homes, and are retiring in 2 to 3 years (wealthy)
and have total freedom - both personal and financial!

Many have been conditioned to believe it must be illegal, immoral or unethical
to ever earn any real profits from our efforts.

The sad truth is, it's been designed that way by the ultra-rich
and ultra-powerful since before any of us were born!

Who am I?

I'm a BIG thinker, a BIG dreamer, and I believe that I deserve the best that life has to offer.
I answered an ad much like the one you are reading now,
and was eager to hear what it was about.

I knew that I couldn't invest only a few bucks and spend an hour or two
per week to achieve the results I was looking for.  I found the right information
and now I control my own destiny!

If you are interested in radically changing your thoughts and your financial future,
I invite you to call TOLL FREE:

1 800 707 4817

My name is Krystina, and I look forward to working with some of you!

* REMEMBER *

I can't do it for you, but I can show you exactly how I do it.
It's as simple as that!



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


Re: HEADS UP: Updating our CVSweb

2000-08-01 Thread Marc van Woerkom

Hi!

   http://people.FreeBSD.org/~knu/cgi-bin/cvsweb.cgi/

Looks nice. I like the comments displayed.

Just a question - we obviously have a huge number of cvs tags - is
their rationale documented in any place? 


 1) Fetch the following tarball and install the CVSweb
 configuration files under /usr/local/etc.
 
   http://people.FreeBSD.org/~knu/misc/cvsweb_confs.tar.gz
 
 This will not overwrite the current configuration files of
 CVSweb. (cvsweb* vs. cvsweb.conf*)

Another stupid question.
Is cvsweb and its configuration files something that will be put too 
in our cvs tree (collection www)?

Regards,
Marc



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



Re: DOS emulation

2000-08-01 Thread Alfred Perlstein

* Piotr Wo?niak [EMAIL PROTECTED] [000801 08:21] wrote:
 Hi,
 I have to run programs in Clipper/DOS under FreeBSD.
 Does exist a good DOS-emulator or other solving of this problem?
 (for example compiling source code in Clipper under FreeBSD..)

Maybe 'doscmd'?  Let us know. :)

-Alfred


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



Re: DOS emulation

2000-08-01 Thread Marc van Woerkom

 I have to run programs in Clipper/DOS under FreeBSD.
 Does exist a good DOS-emulator or other solving of this problem?

Bochs and Wine both do a good job.
Check your /usr/ports/emulators or the FreeBSD web site.

There are a couple of strange uses for both programs.
Today we needed a DOS boot disk for some BIOS update in our shop 
which couldn't be created under Windows 2000.
My colleague did it with Bochs. :)

A bizarre use for Wine is this

http://people.freebsd.org/~3d/wine 

Regards,
Marc



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



Re: HEADS UP: Updating our CVSweb

2000-08-01 Thread Max Khon

hi, there!

On Wed, 2 Aug 2000, Akinori -Aki- MUSHA wrote:

  maybe it is worth moving form that allows request diffs between any two
  revision to the top?
 
 Well, following the hyperlink "Request diff between arbitrary
 revisions" will take you to the form.
 
 It's as easy as a single click. :)

when you are loading file with a lot of revisions over slow link
you can always stop transfer and use the form. that's the point.

/fjoe



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



Re: sendmail 8.11.0 trouble

2000-08-01 Thread Ollivier Robert

According to Leif Neland:
 /etc/pwd.db: Berkeley DB Hash file (Version 2, Little Endian, Bucket Size

 I had db 2.something installed from the ports. I uninstalled it, it made
 no difference.

/etc/pwd.db should NOT be in DB 2.x format. Recompile pwd_mkdb to be sure to
use DB 1.85 and use it to regenerate /etc/*pwd.db.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000



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



Re: HEADS UP: Updating our CVSweb

2000-08-01 Thread Akinori -Aki- MUSHA

[ Woot, sorry for including [EMAIL PROTECTED] in Cc.  I should have
specified it in Bcc.  People, please remove it from the recipients
list on reply.  Thank you. ]

At Tue,  1 Aug 2000 18:28:32 +0200 (CEST),
Marc van Woerkom [EMAIL PROTECTED] wrote:
 Another stupid question.
 Is cvsweb and its configuration files something that will be put too 
 in our cvs tree (collection www)?

Yes, I was thinking of that too.  I suppose putting the configuration
files in our www tree and letting /usr/local/etc/cvsweb.conf* override
them would work, as each site could have its own configuration: mainly
for its local repositories.

-- 
   /
  /__  __   
 / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


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



Re: DOS emulation

2000-08-01 Thread David O'Brien

On Tue, Aug 01, 2000 at 06:13:30PM +0200, Piotr Wo?niak wrote:
 I have to run programs in Clipper/DOS under FreeBSD.

If this is character based, I have the best luck running Quicken for
MS-DOS using the ``pcemu'' port.  Bochs is way much slower, and doscmd
also would work for me with this application.

-- 
-- David  ([EMAIL PROTECTED])


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



Re: sendmail 8.11.0 trouble

2000-08-01 Thread Garrett Wollman

On Tue, 1 Aug 2000 07:54:34 +0200, Ollivier Robert [EMAIL PROTECTED] said:

 According to Leif Neland:
 /etc/pwd.db: Berkeley DB Hash file (Version 2, Little Endian, Bucket Size

 /etc/pwd.db should NOT be in DB 2.x format. Recompile pwd_mkdb to be sure to
 use DB 1.85 and use it to regenerate /etc/*pwd.db.

DB 1.85's file format *is* ``Version 2''.

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
[EMAIL PROTECTED]  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick


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



SCSI breakage

2000-08-01 Thread Slawek Zak

I'm having SCSI parity errors on Tekram 390F controller (CURRENT for
Aug 1, the sym driver). During some heavier disk activity the kernel
reports "Weird command received" and resets the controller after short
period of time. Now I'm running CURRENT for Jul 31 without any
problems...
-- 
hundred-and-one symptoms of being an internet addict:
144. You eagerly await the update of the "Cool Site of the Day."
* Suavek Zak / PGP: finger:[EMAIL PROTECTED]


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



Re: DOS emulation

2000-08-01 Thread Robert Watson


I've been using vmware with great success under -STABLE.  Take a look at
/usr/ports/emulators/vmware2.  It's commercial, but works a lot better
than all the alternatives.  I've had decent success with pcemu for
DOS-based programs, although there are a few quirks.  I found bochs also
worked pretty well (fewer quirks, more features) but much slower.

On Tue, 1 Aug 2000, Piotr WoŸniak wrote:

 Hi,
 I have to run programs in Clipper/DOS under FreeBSD.
 Does exist a good DOS-emulator or other solving of this problem?
 (for example compiling source code in Clipper under FreeBSD..)
 Piotr Wozniak
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 


  Robert N M Watson 

[EMAIL PROTECTED]  http://www.watson.org/~robert/
PGP key fingerprint: AF B5 5F FF A6 4A 79 37  ED 5F 55 E9 58 04 6A B1
TIS Labs at Network Associates, Safeport Network Services



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



Re: ssh -2 -v displays debug messages when typed

2000-08-01 Thread Kris Kennaway

On Tue, 1 Aug 2000, Jun Kuriyama wrote:

 On my -current environment, ssh -2 -v (Version 2 protocol with DSA,
 verbose mode) displays debug message to tty whenever I typed.
 
 If I use version 1 protocol, debug messages are not displayed after
 logged in to another system.  Is this expected behaviour?

Yes, this is just how OpenSSH is in debug mode for SSH2. It might be fixed
in the newer version, which I'll probably get around to importing soon.

Kris

--
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe [EMAIL PROTECTED]



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



Possible bug in current?

2000-08-01 Thread Damon Hammis

Has anyone else stumbled across this bug in 5.0-CURRENT?  Whenever I try
to do a tail -f on a text file the system locks up and requires a hard
reboot.

Anyone else see anything similar?

--Damon

   _ _
|__/|  .~~.
/o=o'`./  .'
   {o__,   \{
 / .  . )\  
 `-` '-' \} 
.(   _(   )_.' 
   '---.~_ _ _| 



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



Re: Possible bug in current?

2000-08-01 Thread Damon M. Conway

 Damon Hammis wrote:
Has anyone else stumbled across this bug in 5.0-CURRENT?  Whenever I try
to do a tail -f on a text file the system locks up and requires a hard
reboot.

Anyone else see anything similar?

yes, there is a long discussion on -current about it right now.

damon


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



Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-08-01 Thread Nick Hibma


The word is that there is a problem but it is a software problem. For
some reason the virtual hub gives an IOERROR, but I haven't had the time
or seen the need to figure that one out.

It seems to be harmless though.

nick

 And what is the word on thise IOERROR's given by my kernel when its init'ing
 its usb stack.
 
 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhub0: port 1 power on failed, IOERROR
 uhub0: port 2 power on failed, IOERROR
 
 ?
 
 -Steve
 
 -- 
 Stephan van Beerschoten[EMAIL PROTECTED]
   PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
"This email was brought to you by your local pop server"
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 

--
[EMAIL PROTECTED]
[EMAIL PROTECTED]  USB project
http://www.etla.net/~n_hibma/



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



Re: Panic in xpt_setup_ccb (cam_xpt.c)

2000-08-01 Thread Nick Hibma


Hm, I had a look at the source code, and to be honest I can't find a
single reason why the path would be unset.

Did the CD reader detached itself from the bus in the meantime, or did
something like a bus error occur? Check your messages log around the
time the panic occurred to see if something like that happened.

At that point in the code it was using the path variable stored in the
periph and that one is available from when the peripheral was allocated
up to the point where the refcount for the peripheral reaches zero (that
could be wrong) or the device is invalidated.

Nick

On Sat, 29 Jul 2000, Alexander Leidinger wrote:

 Hi,
 
 while trying to read (dd if=/dev/cd0c) from a damaged cd (the surface is
 a little bit damaged), I've got a panic:
 ---snip---
 #0  boot (howto=260) at ../../kern/kern_shutdown.c:303
 #1  0xc01a0f19 in panic (fmt=0xc029aa60 "lockmgr: pid %d, not %s %d unlocking")
 at ../../kern/kern_shutdown.c:553
 #2  0xc019b194 in lockmgr (lkp=0xc14f4a00, flags=65542, interlkp=0xd0e2e22c, 
 p=0xd0313ba0) at ../../kern/kern_lock.c:382
 #3  0xc01cf2af in vop_stdunlock (ap=0xd0d2ecc8) at ../../kern/vfs_default.c:255
 #4  0xc022b641 in ufs_vnoperate (ap=0xd0d2ecc8)
 at ../../ufs/ufs/ufs_vnops.c:2301
 #5  0xc01d22aa in vput (vp=0xd0e2e1c0) at vnode_if.h:794
 #6  0xc0222ea7 in ffs_sync (mp=0xc1046a00, waitfor=2, cred=0xc0b3f980, 
 p=0xc037f0a0) at ../../ufs/ffs/ffs_vfsops.c:955
 #7  0xc01d4295 in sync (p=0xc037f0a0, uap=0x0) at ../../kern/vfs_syscalls.c:551
 #8  0xc01a094f in boot (howto=256) at ../../kern/kern_shutdown.c:225
 #9  0xc01a0f19 in panic (fmt=0xc02babef "page fault")
 at ../../kern/kern_shutdown.c:553
 #10 0xc0265846 in trap_fatal (frame=0xd0d2ee10, eva=68)
 at ../../i386/i386/trap.c:929
 #11 0xc02654f9 in trap_pfault (frame=0xd0d2ee10, usermode=0, eva=68)
 at ../../i386/i386/trap.c:822
 #12 0xc02650bf in trap (frame={tf_fs = 16, tf_es = -791543792, 
   tf_ds = -1072562160, tf_edi = 1, tf_esi = -1056803840, 
   tf_ebp = -791482800, tf_isp = -791482820, tf_ebx = 0, tf_edx = 64, 
   tf_ecx = -791482776, tf_eax = 1, tf_trapno = 12, tf_err = 0, 
   tf_eip = -1072541595, tf_cs = 8, tf_eflags = 2163330, 
   tf_esp = -791482664, tf_ss = -107284}) at ../../i386/i386/trap.c:427
 #13 0xc0125065 in xpt_setup_ccb (ccb_h=0xd0d2ee68, path=0x40, priority=1)
 at ../../cam/cam_xpt.c:3734
 #14 0xc01219c0 in cam_release_devq (path=0x40, relsim_flags=0, openings=0, 
 timeout=0, getcount_only=0) at ../../cam/cam_periph.c:855
 ---Type return to continue, or q return to quit---
 #15 0xc0121b37 in camperiphdone (periph=0xc1021480, done_ccb=0xc1027400)
 at ../../cam/cam_periph.c:1021
 #16 0xc0127997 in camisr (queue=0xc03189b0) at ../../cam/cam_xpt.c:6328
 #17 0xc01277a9 in swi_cambio () at ../../cam/cam_xpt.c:6231
 #18 0xc025b900 in splz_swi ()
 #19 0xc01a7451 in softclock () at ../../kern/kern_timeout.c:131
 #20 0xc025b85f in doreti_swi ()
 Cannot access memory at address 0x91992874.
 (kgdb) up 13
 #13 0xc0125065 in xpt_setup_ccb (ccb_h=0xd0d2ee68, path=0x40, priority=1)
 at ../../cam/cam_xpt.c:3734
 3734ccb_h-path = path;
 (kgdb) 
 (kgdb) print path
 $1 = (struct cam_path *) 0x0
 (kgdb) print ccb_h
 $2 = (struct ccb_hdr *) 0x0
 (kgdb) up  
 #14 0xc01219c0 in cam_release_devq (path=0x40, relsim_flags=0, openings=0, 
 timeout=0, getcount_only=0) at ../../cam/cam_periph.c:855
 855 xpt_setup_ccb(crs.ccb_h, path,
 (kgdb) print path
 $5 = (struct cam_path *) 0x40
 (kgdb) print *path
 Cannot access memory at address 0x40.
 ---snip---
 
 It's a kernel from yesterday.
 
 Bye,
 Alexander.
 
 -- 
If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh, wait a minute, he already does.
 
 http://www.Leidinger.net   Alexander @ Leidinger.net
   GPG fingerprint = 7423 F3E6 3A7E B334 A9CC  B10A 1F5F 130A A638 6E7E
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 

--
[EMAIL PROTECTED]
[EMAIL PROTECTED]  USB project
http://www.etla.net/~n_hibma/



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



Re: DOS emulation

2000-08-01 Thread Warner Losh

In message [EMAIL PROTECTED] Piotr =?iso-8859-1?Q?Wo=9Fniak?= writes:
: I have to run programs in Clipper/DOS under FreeBSD.
: Does exist a good DOS-emulator or other solving of this problem?
: (for example compiling source code in Clipper under FreeBSD..)

dosemu works OK.

Warner


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



Re: Possible bug in current?

2000-08-01 Thread Jim Bloom

Fixed with revision 1.14 sys/kern/kern_event.c.  Update your kernel sources and
the problem should go away.

Jim Bloom
[EMAIL PROTECTED]

"Damon M. Conway" wrote:
 
  Damon Hammis wrote:
 Has anyone else stumbled across this bug in 5.0-CURRENT?  Whenever I try
 to do a tail -f on a text file the system locks up and requires a hard
 reboot.
 
 Anyone else see anything similar?
 
 yes, there is a long discussion on -current about it right now.
 
 damon


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



Re: Possible bug in current?

2000-08-01 Thread Kenneth Wayne Culver

Yeah, it's supposedly fixed now.


=
| Kenneth Culver  | FreeBSD: The best NT upgrade|
| Unix Systems Administrator  | ICQ #: 24767726 |
| and student at The  | AIM: muythaibxr |
| The University of Maryland, | Website: (Under Construction)   |
| College Park.   | http://www.wam.umd.edu/~culverk/|
=

On Tue, 1 Aug 2000, Damon Hammis wrote:

 Has anyone else stumbled across this bug in 5.0-CURRENT?  Whenever I try
 to do a tail -f on a text file the system locks up and requires a hard
 reboot.
 
 Anyone else see anything similar?
 
 --Damon
 
_ _
 |__/|  .~~.
 /o=o'`./  .'
{o__,   \{
  / .  . )\  
  `-` '-' \} 
 .(   _(   )_.' 
'---.~_ _ _| 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-questions" in the body of the message
 



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



Re: sendmail 8.11.0 trouble

2000-08-01 Thread Ollivier Robert

According to Garrett Wollman:
 DB 1.85's file format *is* ``Version 2''.

Oh?  Forget my message then :)
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000



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



Re: cvs commit: src/usr.bin/kdump mkioctls

2000-08-01 Thread Nickolay Dudorov

In article [EMAIL PROTECTED] you wrote:
 
 ru  2000/08/01 01:15:06 PDT
 
   Modified files:
 usr.bin/kdumpmkioctls 
   Log:
   Fix an off-by-nine error when building a list of includes.
   
   Revision  ChangesPath
   1.17  +2 -2  src/usr.bin/kdump/mkioctls

After this commit newly generated 'ioctl.c'
includes net/if_ieee80211.h which used 'ETHER_ADDR_LEN'
defined in net/ethernet.h which is not included in 'ioctl.c'.

With the next patch I can make "usr.bin/kdump" and
"usr.bin/truss".

Index: src/usr.bin/kdump/mkioctls
===
RCS file: /store/CVS/src/usr.bin/kdump/mkioctls,v
retrieving revision 1.17
diff -b -u -r1.17 mkioctls
--- src/usr.bin/kdump/mkioctls  2000/08/01 08:15:06 1.17
+++ src/usr.bin/kdump/mkioctls  2000/08/02 05:28:33
@@ -41,6 +41,7 @@
print "#include net/if.h"
print "#include net/if_var.h"
print "#include net/route.h"
+   print "#include net/ethernet.h"
print "#include netatm/atm.h"
print "#include netatm/atm_if.h"
print "#include netatm/atm_sap.h"


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



Re: ssh -2 -v displays debug messages when typed

2000-08-01 Thread Hasan Diwan

It is not fixed in the newer version. Personally, I think the SSH1 way
is optimal, and we should remove the every-character output in ssh2
debug mode. 

* Kris Kennaway [EMAIL PROTECTED] [000801 13:49]:
 Yes, this is just how OpenSSH is in debug mode for SSH2. It might be fixed
 in the newer version, which I'll probably get around to importing soon.

-- 
Take care,
Hasan Diwan


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