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 NFS

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 dropped to

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 was

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. I know info can

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 quite

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_SOURCE

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

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

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 the disk

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 }diff

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 with my

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

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: It

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 recreate

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 on

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 problems

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: 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 installed

Re: Sv: mount(2) broken?

1999-12-05 Thread Garrett Wollman
On Sun, 05 Dec 1999 21:14:12 +0100, Poul-Henning Kamp [EMAIL PROTECTED] 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

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

1999-12-05 Thread Garrett Wollman
On Sun, 5 Dec 1999 10:15:07 -0800 (PST), Matthew Jacob [EMAIL PROTECTED] said: So, what's the answer about what to do? exec 3/dev/xx0 dislabel -W xx0 spam /dev/xx0 exec 3- -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same [EMAIL PROTECTED] | O

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 recommend

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 -cu

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: On Sun, 5 Dec 1999 10:15:07 -0800 (PST), Matthew Jacob [EMAIL PROTECTED] said: So, what's the answer about what to do? exec 3/dev/xx0 dislabel -W xx0 spam /dev/xx0 exec

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

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

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 intent

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-alpha

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- no

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 ``dd

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 kernel

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 arguments to

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

(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

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: ALS100 Media Audio Controller at

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 and

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/etc/MAKEDEV to /dev,