Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Brandon D. Valentine
On Tue, 19 Sep 2000, Matthew Jacob wrote: > >Oh- don't get me wrong. Valuable info. Thanks. What would be very cool is to feed this into another script which strips these unnecesary includes out. Then do a test build of LINT in your local tree and if it succeeds commit a mass removal of them.

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew J acob writes: > >How did you manage to generate this list. You're smoking >crack on this one > >> dev/isp/isp_target.c >> >> > >as the isp_OS_PLATFORM.h includes is the only include this file has. Well, According to src/tools/tools/kernincl

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Kris Kennaway
On Wed, 20 Sep 2000, Brandon D. Valentine wrote: > On Tue, 19 Sep 2000, Matthew Jacob wrote: > > > > >Oh- don't get me wrong. Valuable info. Thanks. > > What would be very cool is to feed this into another script which strips > these unnecesary includes out. Then do a test build of LINT in you

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew J acob writes: > >How did you manage to generate this list. You're smoking >crack on this one > >> dev/isp/isp_target.c >> >> > >as the isp_OS_PLATFORM.h includes is the only include this file has. Oh, forgot to say: it could also be indicati

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Matthew Jacob
Yes, but no. Let the MAINTAINERS shoot their own lines. A script with nag mail is good though. On Wed, 20 Sep 2000, Brandon D. Valentine wrote: > On Tue, 19 Sep 2000, Matthew Jacob wrote: > > > > >Oh- don't get me wrong. Valuable info. Thanks. > > What would be very cool is to feed this int

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Br andon D. Valentine" writes: >On Tue, 19 Sep 2000, Matthew Jacob wrote: > >> >>Oh- don't get me wrong. Valuable info. Thanks. > >What would be very cool is to feed this into another script which strips >these unnecesary includes out. Then do a test build of LINT

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Matthew Jacob
On Wed, 20 Sep 2000, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Matthew J > acob writes: > > > >How did you manage to generate this list. You're smoking > >crack on this one > > > >> dev/isp/isp_target.c > >> > >> > > > >as the isp_OS_PLATFORM.h includes is the only

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Matthew Jacob
On Wed, 20 Sep 2000, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Matthew J > acob writes: > > > >How did you manage to generate this list. You're smoking > >crack on this one > > > >> dev/isp/isp_target.c > >> > >> > > > >as the isp_OS_PLATFORM.h includes is the only

RE: 1131 unneeded includes in the kernel...

2000-09-20 Thread John Baldwin
On 20-Sep-00 Poul-Henning Kamp wrote: > > UNNEEDED #includes in the FreeBSD kernel Err, how exactly are you generating these? > i386/i386/db_interface.c > If you compile a kernel with KTR and DDB. *bewm* If you are using LINT for these tests, then it probably means that the KTR

Re: ssh and scp fail connecting to a root account

2000-09-20 Thread Udo Schweigert
On Wed, Sep 20, 2000 at 04:06:24 +0100, Brian Somers wrote: > > On 17 Sep 2000, Jason Evans wrote: > > > > > On Fri, Sep 15, 2000 at 03:40:12PM +0100, Konstantin Chuguev wrote: > > > > Udo Schweigert wrote: > > > > > > > > > after a fresh build of -current openssh does not work if connecting to

Re: recent kernel, microuptime went backwards

2000-09-20 Thread Sheldon Hearn
On Tue, 19 Sep 2000 18:40:43 +0400, "Andrey A. Chernov" wrote: > With very latest kernel I got lots of > > microuptime() went backwards (1.3624050 -> 1.998840) > > messages just before I've also seen them for the first time with today's kernel. Interestingly, today's kernel also seems to att

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Alfred Perlstein
* Poul-Henning Kamp <[EMAIL PROTECTED]> [000919 23:51] wrote: > > UNNEEDED #includes in the FreeBSD kernel > > agp_if.c > > [snip] These reports would be a lot more useful if you included the last person to touch these files along with the first line of the Copyright. -Alfred

Current periodic change

2000-09-20 Thread Manfred Antar
periodic is broken in current # /usr/sbin/periodic daily /usr/sbin/periodic: 43: Syntax error: ")" unexpected (expecting ";;") == || [EMAIL PROTECTED] || || Ph. (415) 681-6235 || == To Unsubscribe: send m

5.0-20000917 Snapshot and Gericom Notebook -> bad crash

2000-09-20 Thread Oliver Schonefeld
Hello freebsd-current! The loader or the kernel crashed badly on my Gericom Overdose II notebook. I was trying to boot from the bootdisk-set. The mfsroot image is successfuly loaded and the "bootcountdown" ist displayed. After that it looks like there are some cpu-registers dumped. unfortunalty

Re: recent kernel, microuptime went backwards

2000-09-20 Thread Bruce Evans
On Wed, 20 Sep 2000, John Baldwin wrote: > On 19-Sep-00 Bruce Evans wrote: > > It really does go backwards. This is caused by the giant lock preventing > > the clock interrupt task from running soon enough. The giant lock can > > also prevent the clock interrupt task from running often enough e

Re: recent kernel, microuptime went backwards

2000-09-20 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, John Baldwin writes: >As for the micruptime() >messages on boot, they only occur here on a UP kernel. On an SMP kernel I >don't get them. Also, they always occur during mi_switch() when an interrupt >thread is finishing and going back to sleep. The first such th

Floppy does not work now

2000-09-20 Thread Szilveszter Adam
Hello everybody! I have upgraded to this morning's (CEST) -CURRENT (must have been around 07:00 UTC). Build and installworld went fine, kernel built succesfully. I did not change anything in the kernel config from the previous run (which was on 15th September) but when I rebooted with the new ke

Re: recent kernel, microuptime went backwards

2000-09-20 Thread Siobhan Patricia Lynch
John, I get these on an SMP kernel, which locks up the box, I can't even figure out where exactly its happening. Maybe I'm just missing something in my kernel config file? I assumed (from UPDATING) that no real change was needed to the SMP options? The hardware is an Intel N440BX motherbo

Re: recent kernel, microuptime went backwards

2000-09-20 Thread Siobhan Patricia Lynch
more info, the N440BX has a symbios scsi card on board and an fxp card onboard. I'm using relatively old scsi drives (4500 RPM seagates and HP drives) I have softupdates on, and I'm now using COMPAT_OLDPCI for now, although I only turned it back on after seeing that was the only real change I made

Breakage in SYSV emulation?

2000-09-20 Thread bofh
Hi, since this morning, the SysVR4 modules appear to be broken: [...] ===> streams make: don't know how to make @/svr4/svr4_types.h. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/BOFH. Anyone know how to fix this? TIA, s. To Unsubscri

Re: Floppy does not work now

2000-09-20 Thread Visigoth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 20 Sep 2000, Szilveszter Adam wrote: > floppy drive was not probed, and the fdc simply said: > > fdc0: cannot reserve I/O port range You don't happen to have a DPT raid card in that do you? Just wondering if on the off chance it is

Re: Floppy does not work now

2000-09-20 Thread Adam Szilveszter
On Wed, Sep 20, 2000 at 10:34:31AM -0500, Visigoth wrote: > On Wed, 20 Sep 2000, Szilveszter Adam wrote: > > floppy drive was not probed, and the fdc simply said: > > > > fdc0: cannot reserve I/O port range > > You don't happen to have a DPT raid card in that do you? Just > wondering if o

Re: Floppy does not work now

2000-09-20 Thread Visigoth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 20 Sep 2000, Adam Szilveszter wrote: > > Uhm, no:-) Oh well... *sigh* no end in sight... It was worth a try ;) Visigoth Damieon Stark Sr. Unix Systems Administrator [EMAIL PROTECTED] PGP Public Key: www.telemere.net/~visigoth/vi

Re: ssh and scp fail connecting to a root account

2000-09-20 Thread Nate Williams
[ OpenSSH failure with particular malloc.conf flags ] > Got it ! > > See version 1.6 of src/lib/libc/stdlib/setenv.c. This took me all > night - Up for work in two hours !!! :-( Good catch! Nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

Congrats on the SMPng work!

2000-09-20 Thread Matt Dillon
Sniff! I feel so left out, I have so little time to play these days. You guys are all doing really exciting work, congratulations! -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of t

Re: recent kernel, microuptime went backwards

2000-09-20 Thread John Baldwin
On 20-Sep-00 Siobhan Patricia Lynch wrote: > John, > I get these on an SMP kernel, which locks up the box, I can't even > figure out where exactly its happening. Maybe I'm just missing something > in my kernel config file? I assumed (from UPDATING) that no real change > was > needed to the

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Warner Losh
In message <94952.969433843@critter> Poul-Henning Kamp writes: : Oh, forgot to say: it could also be indicative of options not : excercised by NOTES/LINT... There are a few NEWCARD/OLDCARD issues that you catch here I'll fix the rest. Thanks! Warner To Unsubscribe: send mail to [EMAIL PR

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Warner Losh writes: >In message <94952.969433843@critter> Poul-Henning Kamp writes: >: Oh, forgot to say: it could also be indicative of options not >: excercised by NOTES/LINT... > >There are a few NEWCARD/OLDCARD issues that you catch here I'll >fix the rest.

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Warner Losh
In message <98558.969478759@critter> Poul-Henning Kamp writes: : In message <[EMAIL PROTECTED]>, Warner Losh writes: : >In message <94952.969433843@critter> Poul-Henning Kamp writes: : >: Oh, forgot to say: it could also be indicative of options not : >: excercised by NOTES/LINT... : > : >There ar

Initial installation console

2000-09-20 Thread Forrest Aldrich
Can the configuration for bootup and initial installation be configured to detect (and configure) a serial console. This would be very useful for rackmount systems. Yes, I know it can be done manually after the installation is completed with a monitor; but this would save some time. If I'm m

Re: Initial installation console

2000-09-20 Thread Alfred Perlstein
* Forrest Aldrich <[EMAIL PROTECTED]> [000920 12:46] wrote: > Can the configuration for bootup and initial installation be configured to > detect (and configure) a serial console. This would be very useful for > rackmount systems. Yes, I know it can be done manually after the > installation i

Re: periodic no longer usable by users?

2000-09-20 Thread Brian Somers
> It seems that recent (the last two weeks?) changes to periodic have > changed things so that non-root users of it no longer get any output. > > A simple fix would be to change the default output to $USER (not yet > tested). However, having a user-specific periodic.conf would be a lot > more use

Re: Initial installation console

2000-09-20 Thread Mike Smith
> Can the configuration for bootup and initial installation be configured to > detect (and configure) a serial console. This would be very useful for > rackmount systems. Yes, I know it can be done manually after the > installation is completed with a monitor; but this would save some time.

Re: Current periodic change

2000-09-20 Thread Brian Somers
> periodic is broken in current > > # /usr/sbin/periodic daily > /usr/sbin/periodic: 43: Syntax error: ")" unexpected (expecting ";;") Oops, fixed. Thanks. > == > || [EMAIL PROTECTED] || > || Ph. (415) 681-6235 || > =

Re: Initial installation console

2000-09-20 Thread Jordan Hubbard
> Can the configuration for bootup and initial installation be configured to > detect (and configure) a serial console. This would be very useful for The current installation "detects" serial console situations if you have a BIOS capable of properly instructing the loader about this or if you

Re: 1131 unneeded includes in the kernel...

2000-09-20 Thread Mark Murray
> UNNEEDED #includes in the FreeBSD kernel : : > dev/randomdev/harvest.c > > > > > dev/randomdev/hash.c > > > > dev/randomdev/randomdev.c > > > > dev/randomdev/yarrow.c > >

Re: rpc.lockd

2000-09-20 Thread Scot W. Hetzel
From: "Roman Shterenzon" <[EMAIL PROTECTED]> > On Tue, 19 Sep 2000 [EMAIL PROTECTED] wrote: > > Yeah probably should...perhaps suggest it to -docs. Someone (from > > something.edu, perhaps rpi.edu) posted a URL to one of the lists of a > > working but untested rpc.lockd. You might like to try it..

Re: recent kernel, microuptime went backwards

2000-09-20 Thread John Baldwin
On 19-Sep-00 Bruce Evans wrote: > On Tue, 19 Sep 2000, Andrey A. Chernov wrote: > >> With very latest kernel I got lots of >> >> microuptime() went backwards (1.3624050 -> 1.998840) >> >> messages just before >> >> Mounting root from ufs:/dev/da0s1a > > It really does go backwards. This is