Re: mountpoint locking with fbsd-nfs

1999-08-02 Thread John-Mark Gurney
Matthew Dillon scribbled this message on Aug 1: :Yeah, I know about -alldirs... The problem was that we had customers who :wanted us to export their home directories, and unless I gave them their own :filesystem, I couldn't restrict it in the manner i wanted. :) : :Just checking to see that

Re: mountpoint locking with fbsd-nfs

1999-08-02 Thread Alfred Perlstein
On Sun, 1 Aug 1999, Kevin Day wrote: :Yeah, I know about -alldirs... The problem was that we had customers who :wanted us to export their home directories, and unless I gave them their own :filesystem, I couldn't restrict it in the manner i wanted. :) : :Just checking to see that I

Re: Assembler capable of supporting 3dnow!

1999-08-02 Thread Doug Rabson
On Sun, 1 Aug 1999, Brian F. Feldman wrote: On Sun, 1 Aug 1999, Stephen Hocking-Senior Programmer PGS Tensor Perth wrote: I'm messing around with the latest mesa and have discovered (suprise)that our assembler doesn't support 3dnow instructions. Are there any plans to update to a

Re: junior-hacker task: prepdisk

1999-08-02 Thread Robert Nordier
What fails? Can you be more specific? How recent are your boot1/boot2 blocks? I would be inclined to dd at least 8k over the front of the disk myself, but I don't think that's relevant in your case. Disk error #1 while trying to load boot/loader. I think the bios in this case trust

Re: APM related panic

1999-08-02 Thread Mitsuru IWASAKI
# sorry to break the thread, I'm a digest reader... Hi, apm0: APM BIOS on motherboard apm: APM BIOS version 0102 apm: Code16 0xc00f, Data 0xc00fdfa0 apm: Code entry 0x8010, Idling CPU enabled, Management enabled apm: CS_limit=0x0, DS_limit=0x0 These limits look pretty

Re: junior-hacker task: prepdisk

1999-08-02 Thread Doug White
On Tue, 3 Aug 1999, Bruce Evans wrote: My semantics may be wrong on these two: what I'm talking about is what is in handbook chapter 8 "Using command line utilities " gives you a disk which doesn't boot. Ok; of those two examples, the first should give you a truly dedicated disk.

Re: APM related panic

1999-08-02 Thread Maxim Sobolev
Hi! Thanks, seems your patch did the trick (panic gone). Following is dmesd: apm_probe: APM bios gave zero len code16, pegged to 64K apm_probe: APM bios gave zero len data, tentative 64K apm0: APM BIOS on motherboard apm: APM BIOS version 0102 apm: Code16 0xc00f, Data 0xc00fdfa0 apm: Code

Re: APM related panic

1999-08-02 Thread Mike Smith
Hi! Thanks, seems your patch did the trick (panic gone). Following is dmesd: Thanks for the confirmation; I've made an even more pessimistic patch that should cover your situation. Please let me know if your next CTM works correctly. Thanks for the quick bug report too! apm_probe: APM

Re: PCMCIA drivers

1999-08-02 Thread Warner Losh
In message v02110102b3cae5bc55e9@DialupEudora Adam Wight writes: : First, the current zp driver cannot be configured if the pccard services : are being used, since it uses its own pccard code. Very Bad. : : Then, the PCMCIA model that we use now makes it impossible to use both : functions of a

Re: junior-hacker task: prepdisk

1999-08-02 Thread Warner Losh
In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : My real beef here is not with the boot failure but with the fact that our : command line tools stink when I bring in a new blank disk... Yes. Several times I've hit this problem, but have never been PO'd enough to fix it... Warner To

Re: Panic plus advice needed

1999-08-02 Thread Greg Lehey
On Sunday, 1 August 1999 at 23:33:07 +0200, Andrzej Bialecki wrote: On Sat, 31 Jul 1999, Jeroen Ruigrok/Asmodai wrote: No, just options DDB. This bt was obtained after doing gdb -k kernel.0 vmcore.0 I still have the DDB trace on paper which I can type in if needed/wanted. What you do

Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Chris Costello
On Mon, Aug 02, 1999, Maxim Sobolev wrote: Hi folks, Does anybody investigating what wrong with the sh in the -current? As I reported earlier it still fails to correctly process MAKEDEV script. Are you sure you are not running bash instead of sh? -- |Chris Costello [EMAIL PROTECTED]

Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Amancio Hasty
Well, he can run "ktrace -di ./MAKEDEV whatever" then kdump foo.dump Or compile sh with debug symbols and trace down the failure. -- Amancio Hasty [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Maxim Sobolev
Amancio Hasty wrote: Well, he can run "ktrace -di ./MAKEDEV whatever" then kdump foo.dump Or compile sh with debug symbols and trace down the failure. Thanks to all for prompt replies. It seems like a bug in egcs which broke sh when "-march=pentium" option is used while -O? level doesn't