Re: keymaps

1999-01-22 Thread Kazutaka YOKOTA
>> my vote: A version of the standard keymap with CapsLock and LeftCtl functio >ns >> swapped so the control key is under my left finger like God intended! > >My vote is both of the above. I've never found a use for CapsLock, but >LeftCtl is important enough that I wouldn't mind it duplicated.

Re: Booting from 2nd IDE [Re: Experiences with aout-to-elf and new bootblocks]

1999-01-22 Thread Robert Nordier
I wrote: > Peter Jeremy wrote: > > > Mark Blackman wrote: > > >FWIW, I've done it under 2.2.7 by > > > > > >1) installing booteasy on both wd0 *AND* wd2 > > >2) altering the boot.config to > > > 1:wd(2,a)kernel > > > > This works for an a.out 3.0 kernel, but the old bootloader can't handle >

Re: NFS v3 issue

1999-01-22 Thread D. Rock
Matthew Dillon schrieb: > > :With NFS v3 there seem still to be some open issues. > :Im running the latest (4.0)-current with the new vm/NFS changes. > :While I haven't found any problems with NFSv2 so far, v3 still seems to make > :trouble. > : > :I noticed the error some months ago, while my /us

Splash screen and "boot -s"

1999-01-22 Thread Alexander Leidinger
Hi, booting into single user mode didn`t remove the splash screen at the "enter path to shell..." prompt. FreeBSD 4.0-CURRENT #0: Thu Jan 21 Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majord...@freebsd.org with "un

Re: readdir & cd9660 & direntp->d_type == bug (more)

1999-01-22 Thread Alexander Leidinger
Hi, attached is the source of a test program. With the CD of my ISDN card it produces: {0} (15) netch...@ttyp1 > ./dirtest /cdrom /cdrom: .(type: unknown) .. (type: unknown) autorun.inf (

Re: Promise FastTrack PCI IDE controller

1999-01-22 Thread Bob K
On Fri, 22 Jan 1999, Søren Schmidt wrote: [snip] > Yep I know, the chipset on the Promise is not initialized to what the > drives support then, its working in a slow (but always working though) > mode. I did plan to change this, and even got the docs for the chips > but it has sunken pretty low o

Re: KVA/KVM shortages

1999-01-22 Thread Geoff Buckingham
Previously on Thu, Jan 21, 1999 at 01:53:44PM -0800, Mike Smith wrote: : > On tuesday I crashed a machine after it ran out of kvm. (dual PII 400 with : > 768MB RAM) poking about in the code adding: : > : > options "VM_KMEM_SIZE=(24*1024*1024)" : > options "VM_KMEM_SIZE_MAX

Re: PNP and new bootloader with ELF kernel

1999-01-22 Thread Sheldon Hearn
On Fri, 22 Jan 1999 12:22:26 +0800, Ying-Chieh Liao wrote: > you can put this pnp information in /kernel.config > and, in your /boot/boot.conf, put > > load /kernel > load -t userconfig_script /kernel.config > boot Hi chaps, Try to encourage current users to use /boot/loader.rc instead. We do

Re: make world broken in /lib

1999-01-22 Thread Luke
> "me too" > > -DNOSECURE seems to help but it hasn't completed yet. > > julian me too, but figured the longer strings with the crypt -DNOSECURE makes must be better :). Anyone know of an easy or possible way to turn a DES crypted passwd file into the normal libcrypt kind? --- E-Mail:

world broken

1999-01-22 Thread Julian Elischer
having spent almost an hour trying to decode the complexities of the crypt making process I admit defeat.. can SOMEBODY please fix the build in -current and sent branson a nice pointy hat.. I think he committed and went on vacation (I haven't seen any commits that say they fixed this but I'm wait

kvm_getswapinfo() function added to libkvm. top, pstat, systat updated

1999-01-22 Thread Matthew Dillon
A new function, kvm_getswapinfo(), has been added to libkvm. pstat, systat, and top have been updated to use the new function. -Matt Matthew Dillon To Unsubscribe: s

T/TCP in FreeBSD-3.x

1999-01-22 Thread Konstantin Chuguev
Hi! Has FreeBSD-3.x a correct implementation of T/TCP? There is some bug mentioned in Squid FAQ (http://squid.nlanr.net/Squid/FAQ/FAQ-14.html#ss14.2), about brokenness of T/TCP in FreeBSD-2.2.2. Why I'm asking about this, is because I recently read an advice in one of the FreeBSD mailing lists,

Re: readdir & cd9660 & direntp->d_type == bug (more)

1999-01-22 Thread Bruce Evans
>attached is the source of a test program. > >With the CD of my ISDN card it produces: > >{0} >(15) netch...@ttyp1 > ./dirtest /cdrom > >/cdrom: >.(type: unknown) >.. (type: unknown) >autorun.inf

Re: mountd

1999-01-22 Thread Doug Rabson
On Thu, 21 Jan 1999, David E. Cross wrote: > I posted this awhile ago to -questions, but never received a reply. > > We have a number of FreeBSD NFS servers here. Occasionally we need to > change the exports list on the servers and send mountd a SIGHUP. This > leads to a condition that in many

World broken in RELENG_3 when making aout-to-elf bulid

1999-01-22 Thread Maxim Sobolev
Hi folks, I have recent sources (cvsup'ed today) and make aout-to-elf broken with: ===> usr.bin/login cc -pipe -O2 -DCOMPAT_LINUX_THREADS -DVM_STACK -m486 -Wall -DLOGIN_ACCESS -DLOGALL?? -I/usr/obj/aout/usr/obj/src/tmp/usr/include -c /usr/obj/src/usr.bin/login/login.c /usr/obj/src/usr.bin/login/l

Re: Using LinuxThreads

1999-01-22 Thread Doug Rabson
On Thu, 21 Jan 1999, Julian Elischer wrote: > > > On Thu, 21 Jan 1999, Richard Seaman, Jr. wrote: > > > > And when are COMPAT_LINUX_THREADS and VM_STACK going away? > > > > I have no idea. I was hoping that at least COMPAT_LINUX_THREADS > > would go away before the branch. I don't have commi

kldload of procfs panics

1999-01-22 Thread Brian Feldman
I'm having a bit of trouble with 4.0-CURRENT as of last night. After fully updating my system, on reboot procfs (a KLD module) panics the system as follows: (more explanation after bt) #9 0xf01d9c1a in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -142545460, tf_esi = -250596864, tf_ebp =

Re: Promise FastTrack PCI IDE controller

1999-01-22 Thread Bruce Evans
>I've been playing with a Promise FastTrack RAID (IDE) controller with >3.0-current as of yesterday. Although it is recognised in the PCI bus >probe as a "Promise Ultra/33" (it has the same vendor/chip ID as the >non-RAID card), the probes in i386/isa/wd.c fail. I added some debugging >printfs to

zip drive and parallel port in NIBBLE mode hang the machine

1999-01-22 Thread Mikhail Teterin
Hello! My system is too old to have anything other then "Compatable" and "Bi-directional" modes for the parallel port. Both of this are recognized as NIBBLE-only by ppc0. When I try to cp a big file (Wordperfect distribution) onto a Zip cartridge (with ufs with softupdates) the whole system becom

Re: 0112-SNAP system hangs w/ incessant disk activity - softupdates related?

1999-01-22 Thread Matt Behrens
Attached is a DDB trace that I obtained the next morning after I posted the original message. FWIW, I've been running without softupdates now since rebooting after that crash Monday morning, and everything is running beautifully (albeit a bit more slowly) :) mounted default. I hope this can help.

Re: -D_REENTRANT (Was: Using LinuxThreads)

1999-01-22 Thread Tony Finch
"Kurt D. Zeilenga" wrote: >"Richard Seaman, Jr." wrote: >> [lost attribution] >> > Also, the cc(1) says to use -D_THREADSAFE not -D_THREAD_SAFE. >> Hmm. Not on my machine. :) > >http://www.freebsd.org/cgi/man.cgi?query=cc&apropos=0&sektion=0&manpath=FreeBSD+3.0-current&format=html This was chan

Re: PNP and new bootloader with ELF kernel

1999-01-22 Thread Daniel C. Sobral
Sheldon Hearn wrote: > > On Fri, 22 Jan 1999 12:22:26 +0800, Ying-Chieh Liao wrote: > > > you can put this pnp information in /kernel.config > > and, in your /boot/boot.conf, put > > > > load /kernel > > load -t userconfig_script /kernel.config > > boot > > Hi chaps, > > Try to encourage curren

WARNING: Today's current breaks passwords

1999-01-22 Thread Sheldon Hearn
This may or may not affect you. Today's installworld broke passwords for me. By that, I mean that login, xdm, su and friends gave authentication failures on all passwords for all users that I tried. I suspect this has to do with a hashing algorithm that isn't backward compatible. I used Kerberos

Re: Using LinuxThreads

1999-01-22 Thread Richard Seaman, Jr.
On Thu, Jan 21, 1999 at 07:39:28PM -0700, Russell L. Carter wrote: > d...@tar.com said: > %libc_r could be modified so that is doesn't replace libc, but rather > %is an addon, comparable to the kernel threaded libc case. But, it > %would involve a bit of work. > > I thought so at first, but then

Re: WARNING: Today's current breaks passwords

1999-01-22 Thread Maxim Sobolev
Maybe your have switched between hashing modes (DES->MD5 or MD5->DES)? Because hashing algorithms doesn't changing without a wide notification has been made. Please check handbook on this subj. Maxim Sheldon Hearn wrote: > This may or may not affect you. > > Today's installworld broke passwords

Re: WARNING: Today's current breaks passwords

1999-01-22 Thread Max Khon
hi, there! On Fri, 22 Jan 1999, Sheldon Hearn wrote: > This may or may not affect you. > > Today's installworld broke passwords for me. By that, I mean that login, > xdm, su and friends gave authentication failures on all passwords for > all users that I tried. I suspect this has to do with a ha

Re: Using LinuxThreads

1999-01-22 Thread Richard Seaman, Jr.
On Thu, Jan 21, 1999 at 12:38:14PM -0600, Richard Seaman, Jr. wrote: > On Thu, Jan 21, 1999 at 06:12:29PM +0200, Jeremy Lea wrote: > > > On Tue, Jan 19, 1999 at 09:11:51AM -0600, Richard Seaman, Jr. wrote: > > > Actually, the new version, in FreeBSD "ports" form, doesn't require > > > -DLINUXTHRE

Re: WARNING: Today's current breaks passwords

1999-01-22 Thread Sheldon Hearn
On Fri, 22 Jan 1999 16:51:40 +0200, Maxim Sobolev wrote: > Maybe your have switched between hashing modes (DES->MD5 or MD5->DES)? Possibly that's what's happened, but it certainly isn't something I did deliberately. > Because hashing algorithms doesn't changing without a wide > notification ha

Re: T/TCP in FreeBSD-3.x

1999-01-22 Thread John R. LoVerso
> Why I'm asking about this, is because I recently read an advice in one > of the FreeBSD mailing lists, > about "Why my dial-up PPP connection from a FreeBSD box is so slow > comparing with Windows NT > (about ten times slower)?" > > And the advice was (without explanations): "Try to switch off t

Re: keymaps

1999-01-22 Thread John Fieber
On Fri, 22 Jan 1999, Kazutaka YOKOTA wrote: > Gentlemen, I don't intend to add yet another keymap to > /usr/share/syscons/keymaps. I am merely trying to define a reasonable > set of common, consistent key binding for existing keymaps. > > National keyboards have different layout of regular keys.

make release, kernel.flp mfsroot.flp from Jan 21th doesn't work as well

1999-01-22 Thread Andreas Klemm
Hi ho ! Someone recommended me a week or so ago, to use the "2 floppy install". Did so now with a FreeBSD 3.0-SNAP from Jan 21 1999. No success: my notebook 'sits' beneath me and tells me the following after inserting the 2nd floppy: zf_read: fill error [cpu register contents deleted] .

Re: make release, kernel.flp mfsroot.flp from Jan 21th doesn't work as well

1999-01-22 Thread Andreas Klemm
On Fri, Jan 22, 1999 at 05:00:52PM +0100, Andreas Klemm wrote: > Hi ho ! > > Someone recommended me a week or so ago, to use the "2 floppy install". > Did so now with a FreeBSD 3.0-SNAP from Jan 21 1999. > No success: my notebook 'sits' beneath me and tells me the following > after inserting the 2

Re: Using LinuxThreads

1999-01-22 Thread Brian Feldman
On Fri, 22 Jan 1999, Doug Rabson wrote: > On Thu, 21 Jan 1999, Julian Elischer wrote: > > > > > > > On Thu, 21 Jan 1999, Richard Seaman, Jr. wrote: > > > > > > And when are COMPAT_LINUX_THREADS and VM_STACK going away? > > > > > > I have no idea. I was hoping that at least COMPAT_LINUX_THREA

netd in free(): warning: junk pointer, too low to make sense.

1999-01-22 Thread Palle Girgensohn
Hi! I'm experiencing some strange errors with one of our workstations. I recently moved all of our workstations to 3.0 current as of 1998-12-18. Does any of this make any sense to anyone: trumpet:~>rlogin balalaika netd in free(): warning: junk pointer, too low to make sense. trumpet:~>telnet bal

Re: netd in free(): warning: junk pointer, too low to make sense.

1999-01-22 Thread Alfred Perlstein
On Fri, 22 Jan 1999, Palle Girgensohn wrote: > Hi! > > I'm experiencing some strange errors with one of our workstations. I > recently moved all of our workstations to 3.0 current as of 1998-12-18. > Does any of this make any sense to anyone: > > trumpet:~>rlogin balalaika > netd in free(): war

Re: make release, kernel.flp mfsroot.flp from Jan 21th doesn't work as well

1999-01-22 Thread Robert Nordier
Andreas Klemm wrote: > On Fri, Jan 22, 1999 at 05:00:52PM +0100, Andreas Klemm wrote: > > Hi ho ! > > > > Someone recommended me a week or so ago, to use the "2 floppy install". > > Did so now with a FreeBSD 3.0-SNAP from Jan 21 1999. > > No success: my notebook 'sits' beneath me and tells me the

vinum read no longer works

1999-01-22 Thread Jake
I can no longer bring up my vinum volume with the vinum read command: vinum read /dev/wd0s1e /dev/wd2s1f vinum read /dev/wd0s1e vinum read /dev/wd2s1f all come back with vinum: no drives I understand that all slices belonging to a volume must now be passed to read, but that doesn't make any diff

Re: -D_REENTRANT (Was: Using LinuxThreads)

1999-01-22 Thread Richard Seaman, Jr.
On Thu, Jan 21, 1999 at 02:00:53PM -0800, Kurt D. Zeilenga wrote: > > For kernel threading you just use libc. Whether or not libc generates > > thread safe (re-entrant) calls depends on whether its also linked with > > a library that 1) sets __isthreaded to a non-zero value, 2) has a > > _spinlo

Re: -D_REENTRANT (Was: Using LinuxThreads)

1999-01-22 Thread Kurt D. Zeilenga
"Richard Seaman, Jr." wrote: > > On Thu, Jan 21, 1999 at 02:00:53PM -0800, Kurt D. Zeilenga wrote: > > > > For kernel threading you just use libc. Whether or not libc generates > > > thread safe (re-entrant) calls depends on whether its also linked with > > > a library that 1) sets __isthreaded

Re: zip drive and parallel port in NIBBLE mode hang the machine

1999-01-22 Thread Alfred Perlstein
On Fri, 22 Jan 1999, Mikhail Teterin wrote: > Hello! > > My system is too old to have anything other then "Compatable" and > "Bi-directional" modes for the parallel port. Both of this are recognized > as NIBBLE-only by ppc0. > > When I try to cp a big file (Wordperfect distribution) onto a Zip >

Can't get 3.0 stable to build... :(

1999-01-22 Thread John Baldwin
-BEGIN PGP SIGNED MESSAGE- I hope this is the right list... I'm having some problems building 3.0 stable on a 3.0-19990105-SNAP machine. I've tried blowing away /usr/src and checking it back out again to no avail. Buildworld always dies with this error: install -c -o root -g wheel -m 4

Re: Heads up! New swapper and VM changes being committed to -4.x tonight.

1999-01-22 Thread Andrzej Bialecki
On Thu, 21 Jan 1999, Warner Losh wrote: > In message > Andrzej Bialecki writes: > : I'm more than willing to test it in low memory conditions.. :-) I have > : that special 386SX/4MB RAM machine in the corner to test things like > : picobsd memory requirements... > > So how well does this work?

Re: -D_REENTRANT (Was: Using LinuxThreads)

1999-01-22 Thread Richard Seaman, Jr.
On Fri, Jan 22, 1999 at 09:49:23AM -0800, Kurt D. Zeilenga wrote: > "Richard Seaman, Jr." wrote: > > _THREAD_SAFE is only used in stdio.h. Looking at what's there, it could > > be rewritten to eliminate _THREAD_SAFE entirely, at a (very slight) > > performance penalty. You'd have to check __isthr

Re: Changes to pam_kerberosIV broke ftpd

1999-01-22 Thread John Polstra
In article <199901211425.iaa33...@friley-184-92.res.iastate.edu>, Patrick Hartling wrote: > It appears that revision 1.9 of lib/libpam/modules/pam_kerberosIV/klogin.c > and revision 1.3 of lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.c > broke ftpd when compiling with MAKE_KERBEROS defined.

Re: -D_REENTRANT (Was: Using LinuxThreads)

1999-01-22 Thread Kurt D. Zeilenga
"Richard Seaman, Jr." wrote: > > On Fri, Jan 22, 1999 at 09:49:23AM -0800, Kurt D. Zeilenga wrote: > > "Richard Seaman, Jr." wrote: > > > _THREAD_SAFE is only used in stdio.h. Looking at what's there, it could > > > be rewritten to eliminate _THREAD_SAFE entirely, at a (very slight) > > > perform

Re: netd in free(): warning: junk pointer, too low to make sense.

1999-01-22 Thread John Fieber
On Fri, 22 Jan 1999, Palle Girgensohn wrote: > I'm experiencing some strange errors with one of our workstations. I > recently moved all of our workstations to 3.0 current as of 1998-12-18. > Does any of this make any sense to anyone: > > trumpet:~>rlogin balalaika > netd in free(): warning: junk

Re: World broken in RELENG_3 when making aout-to-elf bulid

1999-01-22 Thread John Polstra
In article <36a867ed.8adac...@altavista.net>, Maxim Sobolev wrote: > > -o login login.o login_access.o login_fbtab.o  -lutil -lcrypt > login.o: Undefined symbol `_pam_start' referenced from text segment ... I merged the fix into RELENG_3 this morning. Sorry about that! John -- John Polstra

Re: boot.flp versions

1999-01-22 Thread Joao Carlos Mendes Luis
#define quoting(Jordan K. Hubbard) // All: Sorry the boot.flp has been broken for this long, but I've had // other distractions lately. I will make it work once more, somehow // or other, and just keep your eyes on current.freebsd.org over // the next few days. When it returns to 1.44MB in size a

Re: boot.flp versions

1999-01-22 Thread Jordan K. Hubbard
OK, in retrospect, turning off swapping was a mistake. I should have thought about this a bit more before blindly accepting the suggestion from Andrzej. ;) Fixed. - Jordan > #define quoting(Jordan K. Hubbard) > // All: Sorry the boot.flp has been broken for this long, but I've had > // other di

Re: Using LinuxThreads

1999-01-22 Thread Russell L. Carter
|Maybe having just one pthread.h that pulls in the required headers |based on a switch (eg. -DLINUXTHREADS) is the way to go? Doing this makes linuxthread support more or less "official", I would think. I am for it. Russell | |-- |Richard Seamman, Jr. email: d...@tar.com |5182 N. Map

RE: WARNING: Today's current breaks passwords

1999-01-22 Thread paul
> -Original Message- > From: Sheldon Hearn [mailto:a...@iafrica.com] > Sent: Friday, January 22, 1999 3:17 PM > To: Maxim Sobolev > Cc: curr...@freebsd.org > Subject: Re: WARNING: Today's current breaks passwords > > > > > On Fri, 22 Jan 1999 16:51:40 +0200, Maxim Sobolev wrote: > > >

Re: T/TCP in FreeBSD-3.x

1999-01-22 Thread Bill Fenner
In message <36a85ef1.444a...@urc.ac.ru> you write: >Why I'm asking about this, is because I recently read an advice in one >of the FreeBSD mailing lists, >about "Why my dial-up PPP connection from a FreeBSD box is so slow >comparing with Windows NT >(about ten times slower)?" > >And the advice was

Re: Using LinuxThreads

1999-01-22 Thread Alfred Perlstein
On Fri, 22 Jan 1999, Russell L. Carter wrote: > |Maybe having just one pthread.h that pulls in the required headers > |based on a switch (eg. -DLINUXTHREADS) is the way to go? > > Doing this makes linuxthread support more or less "official", I would > think. > > I am for it. *confused look* s

RE: keymaps

1999-01-22 Thread paul
> -Original Message- > From: John Fieber [mailto:jfie...@indiana.edu] > Sent: Friday, January 22, 1999 3:51 PM > To: Kazutaka YOKOTA > Cc: curr...@freebsd.org > Subject: Re: keymaps > > > On Fri, 22 Jan 1999, Kazutaka YOKOTA wrote: > > > Gentlemen, I don't intend to add yet another keym

Re: Using LinuxThreads

1999-01-22 Thread Richard Seaman, Jr.
On Fri, Jan 22, 1999 at 02:47:53PM -0500, Alfred Perlstein wrote: > *confused look* > > somehow even though i've been trying to follow this thread i got lost. > > questions: > 1) are 'linuxthreads' enabled by defualt now? The terminology is a little confusing. There's "linuxthreads" for those

Re: world broken

1999-01-22 Thread Luoqi Chen
> having spent almost an hour trying to decode the complexities of the crypt > making process I admit defeat.. > can SOMEBODY please fix the build in -current and sent branson > a nice pointy hat.. > I think he committed and went on vacation > > (I haven't seen any commits that say they fixed this

Re: Using LinuxThreads

1999-01-22 Thread Alfred Perlstein
On Fri, 22 Jan 1999, Richard Seaman, Jr. wrote: > > *confused look* > > > > somehow even though i've been trying to follow this thread i got lost. > > > > questions: > > 1) are 'linuxthreads' enabled by defualt now? > > The terminology is a little confusing. There's "linuxthreads" for those >

Re: world broken

1999-01-22 Thread Mark Murray
Luoqi Chen wrote: > I spend half night yesterday to sort this mess out. If no one objects, > I'll commit my fixes. (anyone volunteers to make the hat?) I know who gets the hat; please cool it on the fixes until the original committer has finished. I'm watching this one closely, and I need to trac

Re: PNP and new bootloader with ELF kernel

1999-01-22 Thread Tim
In message <1999012216.a2...@terry.dragon2.net>, Ying-Chieh Liao writes >On Thu, Jan 21, 1999 at 23:03:45 +, Tim wrote: >> How do I set up the CSN now as I get CSN 1 disabled and CSN 2 disabled >> on boot. > >you can put this pnp information in /kernel.config >and, in your /boot/boot.conf,

Re: /etc/nsswitch.conf

1999-01-22 Thread Erik H. Bakke
>On Wed, Jan 20, 1999 at 05:58:01PM +0100, Dag-Erling Smorgrav wrote: >> Mike Nguyen writes: >> consolidating all that config information in one place, such as >> /etc/rc.conf, would be a good thing. > >Agreed, it really isn't such a good idea to clutter /etc/ with all >those single line configura

vinum read no longer works

1999-01-22 Thread Greg Lehey
On Friday, 22 January 1999 at 9:23:48 -0800, Jake wrote: > I can no longer bring up my vinum volume with the vinum read > command: > > vinum read /dev/wd0s1e /dev/wd2s1f > vinum read /dev/wd0s1e > vinum read /dev/wd2s1f > > all come back with > vinum: no drives Correct. As I explained in detail

Re: boot.flp versions

1999-01-22 Thread Wilko Bulte
As Joao Carlos Mendes Luis wrote... > #define quoting(Jordan K. Hubbard) > // All: Sorry the boot.flp has been broken for this long, but I've had > // other distractions lately. I will make it work once more, somehow > // or other, and just keep your eyes on current.freebsd.org over > // the next

Re: vinum read no longer works

1999-01-22 Thread Peter Wemm
Greg Lehey wrote: > On Friday, 22 January 1999 at 9:23:48 -0800, Jake wrote: > > I can no longer bring up my vinum volume with the vinum read > > command: > > > > vinum read /dev/wd0s1e /dev/wd2s1f > > vinum read /dev/wd0s1e > > vinum read /dev/wd2s1f > > > > all come back with > > vinum: no drive

Re: vinum read no longer works

1999-01-22 Thread Greg Lehey
On Saturday, 23 January 1999 at 6:24:17 +0800, Peter Wemm wrote: > Greg Lehey wrote: >> On Friday, 22 January 1999 at 9:23:48 -0800, Jake wrote: >>> I can no longer bring up my vinum volume with the vinum read >>> command: >>> >>> vinum read /dev/wd0s1e /dev/wd2s1f >>> vinum read /dev/wd0s1e >>>

make world breakage

1999-01-22 Thread Dima Ruban
Hey guys! After all these commits for secure/lib/libcrypt it seems that make world doesn't work anymore. ===> csu/i386-elf ===> libcom_err ===> libcom_err/doc ===> ../secure/lib/libcrypt cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall -I/usr/obj/usr/src/tmp/usr/inclu

Re: vinum read no longer works

1999-01-22 Thread Peter Wemm
Greg Lehey wrote: > On Saturday, 23 January 1999 at 6:24:17 +0800, Peter Wemm wrote: > > Greg Lehey wrote: > >> On Friday, 22 January 1999 at 9:23:48 -0800, Jake wrote: > >>> I can no longer bring up my vinum volume with the vinum read > >>> command: > >>> > >>> vinum read /dev/wd0s1e /dev/wd2s1f

Re: vinum read no longer works

1999-01-22 Thread Greg Lehey
On Saturday, 23 January 1999 at 7:10:08 +0800, Peter Wemm wrote: > Greg Lehey wrote: >> On Saturday, 23 January 1999 at 6:24:17 +0800, Peter Wemm wrote: >>> Greg Lehey wrote: On Friday, 22 January 1999 at 9:23:48 -0800, Jake wrote: > I can no longer bring up my vinum volume with the vin

Re: world broken

1999-01-22 Thread Julian Elischer
Mark, can you announce when the fixes are in place? thanks, julian On Fri, 22 Jan 1999, Mark Murray wrote: > Luoqi Chen wrote: > > I spend half night yesterday to sort this mess out. If no one objects, > > I'll commit my fixes. (anyone volunteers to make the hat?) > > I know who gets the hat;

Re: make world breakage

1999-01-22 Thread brian
> make: don't know how to make crypt-md5.c. Stop Me three. I was looking forward to testing all the VM improvements, but have been stuck because of this. I've watched the cvs-all list and haven't seen a mention of this being fixed. -- Brian Litzinger On Fri, Jan 22, 1999 at 02:54:08PM -0800

Re: kvm_getswapinfo() function added to libkvm. top, pstat, systat updated

1999-01-22 Thread Brian Feldman
On Fri, 22 Jan 1999, Matthew Dillon wrote: > A new function, kvm_getswapinfo(), has been added to libkvm. > > pstat, systat, and top have been updated to use the new function. > > -Matt > > Matthew Dillon >

Re: world broken

1999-01-22 Thread Luoqi Chen
> Luoqi Chen wrote: > > I spend half night yesterday to sort this mess out. If no one objects, > > I'll commit my fixes. (anyone volunteers to make the hat?) > > I know who gets the hat; please cool it on the fixes until the original > committer has finished. > > I'm watching this one closely, an

Re: boot.flp versions

1999-01-22 Thread Andrzej Bialecki
On Fri, 22 Jan 1999, Jordan K. Hubbard wrote: > OK, in retrospect, turning off swapping was a mistake. I should have > thought about this a bit more before blindly accepting the suggestion > from Andrzej. ;) Fixed. Oh well.. It made sense for me, I just thought it might help to save some space.

Re: kvm_getswapinfo() function added to libkvm. top, pstat, systat updated

1999-01-22 Thread Andrzej Bialecki
On Fri, 22 Jan 1999, Matthew Dillon wrote: > A new function, kvm_getswapinfo(), has been added to libkvm. > > pstat, systat, and top have been updated to use the new function. Have you considered using sysctl(3) for this instead? If yes, could you explain why the libkvm seemed better to

Re: world broken

1999-01-22 Thread Julian Elischer
so what happenned.. he checked in more stuff this morning and DIDN'T fix the build breakage from yesterday.. doesn't he know about it? On Fri, 22 Jan 1999, Mark Murray wrote: > Luoqi Chen wrote: > > I spend half night yesterday to sort this mess out. If no one objects, > > I'll commit my fixes.

Re: Using LinuxThreads

1999-01-22 Thread Doug Rabson
On Fri, 22 Jan 1999, Brian Feldman wrote: > On Fri, 22 Jan 1999, Doug Rabson wrote: > > > On Thu, 21 Jan 1999, Julian Elischer wrote: > > > > > > > > > > > On Thu, 21 Jan 1999, Richard Seaman, Jr. wrote: > > > > > > > > And when are COMPAT_LINUX_THREADS and VM_STACK going away? > > > > > > >

Re: kvm_getswapinfo() function added to libkvm. top, pstat, systat updated

1999-01-22 Thread Garrett Wollman
< said: > Where's struct kvm_swap and typedef struct kvm_swap *kvm_swap_t supposed to > now be? Hopefully the latter isn't anywhere, since style(9) says very specifically that such typedefs are Not To Be Introduced. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We'

Re: kvm_getswapinfo() function added to libkvm. top, pstat, systat updated

1999-01-22 Thread Brian Feldman
On Fri, 22 Jan 1999, Garrett Wollman wrote: > < said: > > > Where's struct kvm_swap and typedef struct kvm_swap *kvm_swap_t supposed to > > now be? > > Hopefully the latter isn't anywhere, since style(9) says very > specifically that such typedefs are Not To Be Introduced. This doesn't change

panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Peter Wemm
Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got lost): panic: found dirty cache page 0xf046f1c0 mp_lock = 0101; cpuid = 1; lapic.id = 0100 Debugger("panic") Stopped at Debugger+0x37: movl$0,in_Debugger db> trace Debugger(f01f1806) at Debugger+0x37 panic(f

Re: panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Manfred Antar
At 10:34 AM 1/23/99 +0800, Peter Wemm wrote: >Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got >lost): > >panic: found dirty cache page 0xf046f1c0 >mp_lock = 0101; cpuid = 1; lapic.id = 0100 >Debugger("panic") >Stopped at Debugger+0x37: movl$0,in_Debugger >

Re: PNP and new bootloader with ELF kernel

1999-01-22 Thread Daniel C. Sobral
Tim wrote: > > >and, in your /boot/loader.rc, put > > > >load /kernel > >load -t userconfig_script /kernel.config > > Thanks for the info but unfortunately this has not worked, maybe this is > the syntax I have used in the /kernel.config file > > pnp 1 enable os irq0 11 port0 0x3e8 > > used to

Re: panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Peter Wemm
Peter Wemm wrote: > Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got > lost): > > panic: found dirty cache page 0xf046f1c0 > mp_lock = 0101; cpuid = 1; lapic.id = 0100 > Debugger("panic") > Stopped at Debugger+0x37: movl$0,in_Debugger > db> trace This is

Re: panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Matthew Dillon
:Peter Wemm wrote: :> Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got :> lost): :> :> panic: found dirty cache page 0xf046f1c0 :... : :This is possibly a false alarm.. Something wierd was happening. I cleaned :out the kernel and reconfigured with NFS static (it was being

Re: kvm_getswapinfo() function added to libkvm. top, pstat, systat updated

1999-01-22 Thread Matthew Dillon
:On Fri, 22 Jan 1999, Matthew Dillon wrote: : :> A new function, kvm_getswapinfo(), has been added to libkvm. :> :> pstat, systat, and top have been updated to use the new function. : :Have you considered using sysctl(3) for this instead? If yes, could you :explain why the libkvm seemed b

Re: panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Matthew Dillon
:At 10:34 AM 1/23/99 +0800, Peter Wemm wrote: :>Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got :>lost): :> :>panic: found dirty cache page 0xf046f1c0 :>mp_lock = 0101; cpuid = 1; lapic.id = 0100 :... :I just got the same thing doing a make -j8 world :Machine is a

Re: panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Brian Feldman
On Fri, 22 Jan 1999, Manfred Antar wrote: > At 10:34 AM 1/23/99 +0800, Peter Wemm wrote: > >Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got > >lost): > > > >panic: found dirty cache page 0xf046f1c0 > >mp_lock = 0101; cpuid = 1; lapic.id = 0100 > >Debugger("panic")

-current now dead for over 24 hours.

1999-01-22 Thread Julian Elischer
All because of a makefile snaffoo.. luoqi has a patch to fix it, but if anyone knows what the author was trying to achieve, can they please try fixing it? julian To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: some guidance on forked cvsup please

1999-01-22 Thread John Polstra
In article <199901210732.saa09...@lightning.itga.com.au>, Gregory Bond wrote: > Now we've gone and got forked, can someone please give us examples of cvsup > files for those that want to follow 4-current and those that want to follow > 3-stable. To track -current, the cvsupfile should contain

Re: panic: found dirty cache page 0xf046f1c0

1999-01-22 Thread Peter Wemm
Matthew Dillon wrote: > :Peter Wemm wrote: > :> Dual p5-90 w/ 48M ram, doing a major cvs update/merge (which mostly got > :> lost): > :> > :> panic: found dirty cache page 0xf046f1c0 > :... > : > :This is possibly a false alarm.. Something wierd was happening. I cleaned > :out the kernel and re

softupdates bug shows on zip drive and parallel port in NIBBLE mode

1999-01-22 Thread Mikhail Teterin
I tried both cam and bio -- no difference. It is not that it's slow -- I was prepared for that, it is that it totally hangs -- forever. I narrowed it down to softupdates. If I disable the softupdates on the cartridge's filesystem copying finishes successfully. Somehow the `cp' process takes 150% o

Re: -current now dead for over 24 hours.

1999-01-22 Thread Steve Kargl
Julian Elischer wrote: > All because of a makefile snaffoo.. > luoqi has a patch to fix it, but if anyone knows what > the author was trying to achieve, can they please try fixing it? > brandon and markm seem to have vanished. Please, commit luoqi's patch. You have commit privilege. -- Steve

SOFTUPDATES code in 3.0-RELEASE

1999-01-22 Thread Joe McGuckin
Is this code included, or must it be patched in? Is softupdates enabled by default or do I have to use a special mount flag? Thanks, Joe Joe McGuckin ViaNet Communications 1235 Pear Ave, Suite 107 Mountain View, CA 90403 Phone: 650-969-2203 Cell: 415-710-4894 Fax: 650-969-2124 To Unsu

Re: SOFTUPDATES code in 3.0-RELEASE

1999-01-22 Thread Brian W. Buchanan
On Fri, 22 Jan 1999, Joe McGuckin wrote: > Is this code included, or must it be patched in? Because of licensing issues, you have to enable it yourself. See the instructions in /sys/ufs/ffs/README.softupdates for how to do this. > Is softupdates enabled by default or do I have to use a special

Re: -current now dead for over 24 hours.

1999-01-22 Thread Mark Murray
Steve Kargl wrote: > Julian Elischer wrote: > > All because of a makefile snaffoo.. > > luoqi has a patch to fix it, but if anyone knows what > > the author was trying to achieve, can they please try fixing it? > > > > brandon and markm seem to have vanished. Please, commit > luoqi's patch. Yo

kvm question

1999-01-22 Thread Archie Cobbs
I ran into an interesting problem in the process of modifying "netstat" to understand the PF_NETGRAPH protocol family. "netstat" uses kvm_read(), etc. to read kernel symbols. However, this doesn't work when the symbols you're looking for are in an KLD module (eg, ng_socket.ko) -- the symbol will no