Re: NFS client zeroing out blocks on write?

1999-12-05 Thread Dan Nelson
In the last episode (Dec 04), Matthew Dillon said: > Hmm. I thought we had fixed all the zeroing problems. Are you sure > you compiled your current up from the latest source? Yep. The machine was a snapshot install from Nov 15 that I rebuilt world on the 23rd, and rebuilt the kernel on Dec 2nd

Re: Mounting one FS on more than one system

1999-12-05 Thread Wilko Bulte
As Kirk McKusick wrote ... > Mounting on more than one system is generally problematical unless > you are willing to have all systems read-only. The problem is cache > coherence between the machines. If one changes a block, the other > machines will not see it. Basically, this is why we have the

Re: mount(2) broken?

1999-12-05 Thread Vallo Kallaste
On Sat, Dec 04, 1999 at 08:01:43PM -0800, "Brian W. Buchanan" <[EMAIL PROTECTED]> wrote: > After an unfortunate hard reboot today, the system fscked everything and > then barfed attempting to mount /, claiming it to be unclean. I dropped > to single-user mode and proceeded to re-fsck / and then

Re: mount(2) broken?

1999-12-05 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Vallo Kallaste writes: >On Sat, Dec 04, 1999 at 08:01:43PM -0800, "Brian W. Buchanan" ><[EMAIL PROTECTED]> wrote: > >> After an unfortunate hard reboot today, the system fscked everything and >> then barfed attempting to mount /, claiming it to be unclean. I dropp

Re: mount(2) broken?

1999-12-05 Thread Vallo Kallaste
On Sun, Dec 05, 1999 at 11:12:29AM +0100, Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > Please update your /dev entries. You need to copy MAKEDEV from the > source area (it isn't installed by default) and run it with the right > arguments to recreate the device nodes you need. Thanks, that wa

question regarding info

1999-12-05 Thread Jeroen Ruigrok/Asmodai
info, you know that GUN program, is supposed to display documentation installed. Well, we place relevant make world info into /use/share/info and I can see those docs a-ok. gcc, bison, gawk, etc. The problem comes when I install ports, they place info documents into /usr/local/info. And when I

Re: Mounting one FS on more than one system

1999-12-05 Thread Frank Mayhar
Wilko Bulte wrote: > I wonder how Tru64 is doing it. IIRC V5.0 Tru64 can do a cluster filesystem. > A CFS must have solved the coherency issue in some way. The CFS filesystem in Tru64 is the same one (more or less, it has been modified for Tru64) that's in the SCO/Compaq NonStop Clusters product

Re: question regarding info

1999-12-05 Thread Jeroen Ruigrok/Asmodai
-On [19991205 16:00], Jeroen Ruigrok/Asmodai ([EMAIL PROTECTED]) wrote: >The problem comes when I install ports, they place info documents into >/usr/local/info. And when I try to info for example libtool which is >present in there it doesn't `know' about the .info file. Now

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Bruce Evans
On Sat, 4 Dec 1999, Matthew Jacob wrote: > It seems that in the latest running around with things, disklabel -W > doesn't seem to quite work, at least on the alpha- it seems to set the > label writable, but the next attempt to open the disk sets the label area > non-writable again. It hasn't qui

Current in loop while compiling MySQL Server 3.22.27

1999-12-05 Thread Ron Klinkien
Hi,   After cvsupping and a make kernel/world I decided to update my pkg's, all goes well until a make in /usr/ports/database/mysql322-server.   It hangs half way the compile on... --- cut --- I./../regex -I. -I../include -I.. -I.    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOU

make -DWANT_AOUT world is broken on -current

1999-12-05 Thread Motoyuki Konno
Hi, For a week or so, AOUT library of -current is broken. "make -DWANT_AOUT world" fails at the following point: log starts here -- >>> Building legacy libraries -

patch for Makefile.inc1

1999-12-05 Thread Motoyuki Konno
Hi, I have found that lib/aout/libgcc.a is needed to build lib/aout/libncurses, but libgcc.a is not listed in bootstrap-libraries in the Makefile.inc1. So, I think the following patch is needed to build the a.out libraries. patch begins here --- Makefile.inc1.old Fri Nov 26

Mount problems after lockup

1999-12-05 Thread Jeroen C. van Gelderen
Hi, I'm having some problems with my -CURRENT box. The problem as described has happened twice already but I cannot reproduce it reliably yet (have to wait for X to lock up). My system locked up solidly (no ping response) while in X so I had to reboot the box. Upon fsck I got the following mes

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Matthew Jacob
Wow. Okay. On Mon, 6 Dec 1999, Bruce Evans wrote: > On Sat, 4 Dec 1999, Matthew Jacob wrote: > > > It seems that in the latest running around with things, disklabel -W > > doesn't seem to quite work, at least on the alpha- it seems to set the > > label writable, but the next attempt to open th

Should UPDATING tell you to rerun MAKEDEV now?

1999-12-05 Thread David Malone
I recompiled -current today and had to rerun MAKEDEV - I think I've seen phk recommending this to people. Should there be an entry in UPDATING for this? David. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Importing OpenSSL

1999-12-05 Thread Brian Fundakowski Feldman
On Sat, 4 Dec 1999, Mark Murray wrote: > > I think it's high time we expanded our cryptographic support beyond the > > bare minimum of DES - anyone violently disagree? > > On the contrary; I violently agree! > > We need to make OpenSSH work with K5 as a matter of priority. I'm accepting "{,cvs

Re: Mount problems after lockup

1999-12-05 Thread Poul-Henning Kamp
It is really a good idea to read the current mailing list if you run current on your machine. copy MAKEDEV from src/etc/MAKEDEV to /dev, and run it to recreate your disk devices. Poul-Henning In message <[EMAIL PROTECTED]>, "Jeroen C. van Gelderen" writes : >Hi, > >I'm having some problems wit

bug in sio.c sioattach?

1999-12-05 Thread Nick Hibma
In sioattach the returned values kind of look odd to me. I think it should be different, like below, ENXIO on error, 0 on success. Nick Index: sys/isa/sio.c === RCS file: /home/ncvs/src/sys/isa/sio.c,v retrieving revision 1.276 di

Re: Mount problems after lockup

1999-12-05 Thread Jeroen C. van Gelderen
From: "Jeroen C. van Gelderen" <[EMAIL PROTECTED]> 14:33 Subject: Re: Mount problems after lockup To: Poul-Henning Kamp <[EMAIL PROTECTED]> Poul-Henning Kamp wrote: >

Re: bug in sio.c sioattach?

1999-12-05 Thread Bruce Evans
On Sun, 5 Dec 1999, Nick Hibma wrote: > In sioattach the returned values kind of look odd to me. I think it > should be different, like below, ENXIO on error, 0 on success. sioattach() was once an old-isa attach routine. Old-isa attach routines return 1 on success and 0 on failure. Some probab

Sv: mount(2) broken?

1999-12-05 Thread Leif Neland
Why isn't MAKEDEV installed by make (install)world? Leif - Original Message - From: Poul-Henning Kamp <[EMAIL PROTECTED] > > Please update your /dev entries. You need to copy MAKEDEV from the > source area (it isn't installed by default) and run it with the right > arguments to recreat

Re: Sv: mount(2) broken?

1999-12-05 Thread Poul-Henning Kamp
In message <003001bf3f5d$1ff01780$[EMAIL PROTECTED]>, "Leif Neland" writes: >Why isn't MAKEDEV installed by make (install)world? I'm actually starting to wonder about that too... -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current o

Re: ide dma support not enabled

1999-12-05 Thread Peter Wemm
"Richard S. Straka" wrote: > Bruce Evans wrote: > > > On Fri, 3 Dec 1999, Richard S. Straka wrote: > > > > > A kernel built from current source which was cvsup'ed today at > > > approximately 10:00 pm MST no longer enables DMA support on my > > > IDE drives. A previous kernel from 27 Nov had no

Re: Should UPDATING tell you to rerun MAKEDEV now?

1999-12-05 Thread Warner Losh
In message <[EMAIL PROTECTED]> David Malone writes: : I recompiled -current today and had to rerun MAKEDEV - I think I've : seen phk recommending this to people. Should there be an entry in : UPDATING for this? phk didn't recommend this. Alpha was the platform that needed it, iirc. Warner To

Re: Importing OpenSSL

1999-12-05 Thread Brian Fundakowski Feldman
On Sat, 4 Dec 1999, Kris Kennaway wrote: > Unfortunately, that will probably mean no openssh out of the box, since it > depends on RSA :-( When the RSA patent runs out, there will be pretty much no problem with having OpenSSL without RSAREF in the tree. In that case, I wouldn't mind being the F

Re: Sv: mount(2) broken?

1999-12-05 Thread Brian Fundakowski Feldman
On Sun, 5 Dec 1999, Poul-Henning Kamp wrote: > In message <003001bf3f5d$1ff01780$[EMAIL PROTECTED]>, "Leif Neland" writes: > >Why isn't MAKEDEV installed by make (install)world? > > I'm actually starting to wonder about that too... Just like with the base KLDs, I really think this should be ins

Re: Sv: mount(2) broken?

1999-12-05 Thread Garrett Wollman
< said: > In message <003001bf3f5d$1ff01780$[EMAIL PROTECTED]>, "Leif Neland" writes: >> Why isn't MAKEDEV installed by make (install)world? > I'm actually starting to wonder about that too... Um, the correct question would have been: * Why isn't MAKEDEV installed by `make install' in a kernel

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Garrett Wollman
< said: > So, what's the answer about what to do? exec 3

Re: Sv: mount(2) broken?

1999-12-05 Thread Khetan Gajjar
On Sun, 5 Dec 1999, Garrett Wollman wrote: >Um, the correct question would have been: > >* Why isn't MAKEDEV installed by `make install' in a kernel >compilation directory? Afaik, anyone tracking -current either knows to do this or uses a tool (like mergemaster) that does it for you (I know I do

Re: Should UPDATING tell you to rerun MAKEDEV now?

1999-12-05 Thread David Malone
On Sun, Dec 05, 1999 at 02:18:07PM -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> David Malone writes: > : I recompiled -current today and had to rerun MAKEDEV - I think I've > : seen phk recommending this to people. Should there be an entry in > : UPDATING for this? > > phk didn't re

Re: Should UPDATING tell you to rerun MAKEDEV now?

1999-12-05 Thread Warner Losh
In message <[EMAIL PROTECTED]> David Malone writes: : Phk just recommended running MAKEDEV to the othe person with this problem. Yes. phk has helped me produce a better MAKEDEV need statement for UPDATING. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

a couple of patches for review

1999-12-05 Thread Poul-Henning Kamp
http://phk.freebsd.dk/misc: The bad144.patch removes BAD144 support from the kernel. The adjtime.patch fixes (?) a adjtime(2) related cause of time-travel. 19991205/phk -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -curre

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Matthew Jacob
Good, but like just having popcorn for dinner, somehow unsatisfying... On Sun, 5 Dec 1999, Garrett Wollman wrote: > < said: > > > So, what's the answer about what to do? > > exec 3 dislabel -W xx0 > spam /dev/xx0 > exec 3<&- > > -GAWollman > > -- > Garrett A. Wollman | O Siem / We are al

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread David O'Brien
> It seems that in the latest running around with things, disklabel -W > doesn't seem to quite work, at least on the alpha- it seems to set the This was the topic of my "Fscking disklabel crap" mail to freebsd-alpha on Fri, 26 Nov 1999 11:56:59 -0800, which nobody responded to. -- -- David(

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread David O'Brien
On Mon, Dec 06, 1999 at 02:50:43AM +1100, Bruce Evans wrote: > (5) The whole disk slice was broken for alphas in rev.1.63 of > subr_diskslice.c, by putting a label on it if the underlying disk > contains a label. The underlying disk contains a label in the > "dangerously dedicated ca

Re: Current in loop while compiling MySQL Server 3.22.27

1999-12-05 Thread Dan Nelson
In the last episode (Dec 05), Ron Klinkien said: > Hi, > > After cvsupping and a make kernel/world I decided to update my pkg's, > all goes well until a make in /usr/ports/database/mysql322-server. > > It hangs half way the compile on... > --- cut --- > c++ -DMYSQL_SERVER -D

Re: Sv: mount(2) broken?

1999-12-05 Thread Rodney W. Grimes
> In message <003001bf3f5d$1ff01780$[EMAIL PROTECTED]>, "Leif Neland" writes: > >Why isn't MAKEDEV installed by make (install)world? > > I'm actually starting to wonder about that too... Because the source is buried in src/etc, and src/etc is not run as a SUBDIR target. It had always been my in

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Matthew Jacob
Sorry- I missed it. I was in Kaui. On Sun, 5 Dec 1999, David O'Brien wrote: > > It seems that in the latest running around with things, disklabel -W > > doesn't seem to quite work, at least on the alpha- it seems to set the > > This was the topic of my "Fscking disklabel crap" mail to freebsd-

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Matthew Jacob
Well, there *are* workarounds, but I agree that this is broken. I think we had better fix disklabel somehow. I'm just wary of leaping in to 'do it', because I'm sure I'll break more than I fix. On Sun, 5 Dec 1999, David O'Brien wrote: > On Mon, Dec 06, 1999 at 02:50:43AM +1100, Bruce Evans wrot

oh, btw...

1999-12-05 Thread Matthew Jacob
> > How do we fix this problem? I keeps from from > ``dd if=/dev/da1 of=/dev/da2'' ?? I was very peeved at having to put the > disks on a Solaris box to do such a normal Unix task. this will fix your dd Index: dd.c === RCS file

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Bruce Evans
> The reason I brought this all up is that XX0 access would not work for me. > > The disk had a dangerously dedicated label, but I wanted to overwrite the > front of the disk. Impossible. I've noticed this also in the case where > you have slices but want to go to a dangerously dedicated label- n

Re: disklabel -W now seems to not work(?)

1999-12-05 Thread Bruce Evans
On Sun, 5 Dec 1999, David O'Brien wrote: > On Mon, Dec 06, 1999 at 02:50:43AM +1100, Bruce Evans wrote: > > (5) The whole disk slice was broken for alphas in rev.1.63 of > > subr_diskslice.c, by putting a label on it if the underlying disk > How do we fix this problem? I keeps from from >

subscribe

1999-12-05 Thread blah
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Should UPDATING tell you to rerun MAKEDEV now?

1999-12-05 Thread Jeroen C. van Gelderen
David Malone wrote: > I just had the same problem as someone else on the list where I > booted after a make world and new kernel, and then fsck reported > the filesystems clean but mount said they were dirty. I booted > from the old kernel, installed and ran the new MAKEDEV and the > new kerne

Re: mount(2) broken?

1999-12-05 Thread Alex Zepeda
On Sun, 5 Dec 1999, Poul-Henning Kamp wrote: > >Same here, except I'm able to mount after fscking an rebooting. ATA disk > >and new ata drivers. > > Please update your /dev entries. You need to copy MAKEDEV from the > source area (it isn't installed by default) and run it with the right > argum

Re: Should UPDATING tell you to rerun MAKEDEV now?

1999-12-05 Thread Louis A. Mamakos
> David Malone wrote: > > I just had the same problem as someone else on the list where I > > booted after a make world and new kernel, and then fsck reported > > the filesystems clean but mount said they were dirty. I booted > > from the old kernel, installed and ran the new MAKEDEV and the >

ATA driver as the default

1999-12-05 Thread David O'Brien
Since the ATA driver is destined to be the default in 4.0-R, and we hare hitting the feature freeze date; can we make the switch now? I think it is very important to get ATA into more hands to see where it breaks. It certainly has problems on my Vaio 505 laptop; and I wonder where else it will h

(no subject)

1999-12-05 Thread Peter Kok
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

No more DMA with ata driver

1999-12-05 Thread Blaz Zupan
After cvsuping today and making a new kernel, DMA is no longer working on my IDE disk with Soren's ata driver. As far as I can see, the only relevant change between my last working kernel and the new one is a fix for DMA with the pcm driver (RealPlayer now finally works, thanks Grant). Here is wh

pcm: Soundcard not recognized anymore

1999-12-05 Thread Oliver Fromme
I have today upgraded a machine from some 3.1-stable to the latest -current snapshot (19991204). Now the ISA PnP soundcard doesn't work anymore (it worked fine before, using the pcm driver). It is an Avance Logic ALS100+ card. This is from dmesg: unknown0: at port 0x220-0x22f irq 5 drq 5,1 on

Re: Mount problems after lockup

1999-12-05 Thread Chuck Robey
On Sun, 5 Dec 1999, Poul-Henning Kamp wrote: > > It is really a good idea to read the current mailing list > if you run current on your machine. > > copy MAKEDEV from src/etc/MAKEDEV to /dev, and run it to recreate > your disk devices. > > Poul-Henning Excuse me, Poul, I have to switch back a

Re: Mount problems after lockup

1999-12-05 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Chuck Rob ey writes: >On Sun, 5 Dec 1999, Poul-Henning Kamp wrote: > >> >> It is really a good idea to read the current mailing list >> if you run current on your machine. >> >> copy MAKEDEV from src/etc/MAKEDEV to /dev, and run it to recreate >> your disk devices

Re: Mount problems after lockup

1999-12-05 Thread Chuck Robey
On Mon, 6 Dec 1999, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Chuck Rob > ey writes: > >On Sun, 5 Dec 1999, Poul-Henning Kamp wrote: > > > >> > >> It is really a good idea to read the current mailing list > >> if you run current on your machine. > >> > >> copy MAKEDEV from src/