'machine/param.h' required for 'sys/socket.h'

2000-03-21 Thread Nickolay Dudorov
After the following commit: shin2000/03/03 03:13:13 PST Modified files: lib/libc/net rthdr.c sys/sys socket.h sys/kern uipc_socket2.c sys/netinet6 ip6_output.c usr.bin/telnet commands.c sbin/ping

Floating point exceptions.

2000-03-21 Thread David Malone
Floating point exceptions seem to have been turned off by default: gonzo 13% uname -r 5.0-CURRENT gonzo 14% cat a.c double div(double x,double y) { return x/y; } int main() { double x; x = div(1.0,0.0); printf("%f\n",x); } gonzo 15% gcc -o a a.c

Re: Floating point exceptions.

2000-03-21 Thread Martin Cracauer
In [EMAIL PROTECTED], David Malone wrote: Floating point exceptions seem to have been turned off by default: [...] There was a discussion on one of the list about what to do for floating point excpetions recently, and I thought people decided that causing a signal by default was a right

Re: B_WRITE cleanup patch, please test!

2000-03-21 Thread Julian Elischer
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Matthew Dillon writes: I think the biggest win in regards to being able to arbitrarily stack devices is to NOT attempt to forward struct buf's between devices when non-trivial manipulation is required, and instead to make

Re: XFree86 under -current - a bug report

2000-03-21 Thread Dominic Mitchell
On Mon, Mar 20, 2000 at 11:48:16PM +0300, Ilya Naumov wrote: i've tried to build XFree86 4.0 on my 5.0-CURRENT and 4.0-RELEASE box, and encountered a problem. "make all" finishes successfully, but "make install" fails with the following error message: making all in

Re: Floating point exceptions.

2000-03-21 Thread David Malone
There was a discussion on one of the list about what to do for floating point excpetions recently, and I thought people decided that causing a signal by default was a right thing? The outcome was that applications that care must set the control word themself and that we go the way of

Re: Floating point exceptions.

2000-03-21 Thread Martin Cracauer
In [EMAIL PROTECTED], David Malone wrote: There was a discussion on one of the list about what to do for floating point excpetions recently, and I thought people decided that causing a signal by default was a right thing? The outcome was that applications that care must set the

Reading from bad disk ?

2000-03-21 Thread Luigi Rizzo
Hi, sometimes i get IDE disks with hard errors on some sectors (status 59rdy,seekdone,drq,err error 40uncorr) and of course this makes it problematic to use a filesystem on it. I wonder, is there a way to fetch the data from these sectors (even if partly erroneous) ? I am asking

Re: Mylex Support

2000-03-21 Thread Matthew Sean Thyer
Are there any particular preparation processes one should go through when setting up a Mylex DAC960 RAID array ? (if so give me a pointer to the docs) Can I just purchase all the hardware, plug in the disks and boot the FreeBSD-4 install floppies ? (for a system to be booting from the array

Re: AMI MegaRAID lockup? not accepting commands.

2000-03-21 Thread Brad Knowles
At 7:25 PM -0800 2000/3/20, Mike Smith wrote: Not that I consider this particuarly optimal; busy-waiting for the controller is a terrible waste of the host CPU. A better solution would probably defer the command and try again a short time later, but let's see if this works first.

Re: Floating point exceptions.

2000-03-21 Thread Brad Knowles
At 10:28 AM +0100 2000/3/21, Martin Cracauer wrote: It is an i386 assembler instruction. Obviously, operating system vendors thought it's not their business, but the compiler's. Unfortunately, gcc doesn't care (although most other native compilers like SRC m3, CMUCL, SML/NJ do).

Re: Reading from bad disk ?

2000-03-21 Thread Soren Schmidt
It seems Luigi Rizzo wrote: Hi, sometimes i get IDE disks with hard errors on some sectors (status 59rdy,seekdone,drq,err error 40uncorr) and of course this makes it problematic to use a filesystem on it. I wonder, is there a way to fetch the data from these sectors (even if

Re: Reading from bad disk ?

2000-03-21 Thread Luigi Rizzo
I am asking because a strategy which often 'fixes' the ... Erhm, I would get a new disk :), you dont intend to trust any data to this setup do you ?? of course, but i need to recover the old stuff first! A comment: this is a 18GB IBM 7200 RPM disk and i noticed it tends to become very hot

Re: Reading from bad disk ?

2000-03-21 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Luigi Rizzo writes: I am asking because a strategy which often 'fixes' the ... Erhm, I would get a new disk :), you dont intend to trust any data to this setup do you ?? of course, but i need to recover the old stuff first! A comment: this is a 18GB IBM 7200

Re: Reading from bad disk ?

2000-03-21 Thread Soren Schmidt
It seems Luigi Rizzo wrote: I am asking because a strategy which often 'fixes' the ... Erhm, I would get a new disk :), you dont intend to trust any data to this setup do you ?? of course, but i need to recover the old stuff first! Hmm, right... A comment: this is a 18GB IBM 7200

Re: syslogd_flags in /etc/defaults/rc.conf

2000-03-21 Thread Will Andrews
On Mon, Mar 20, 2000 at 09:45:49AM -0800, Nick Johnson wrote: I'm curious to see if anyone is like-minded with me that syslogd_flags in /etc/defaults/rc.conf should be "-ss" instead of "". I reasoned that it should be, considering: 1. Most people don't direct syslogs at other machines in

Re: Floating point exceptions.

2000-03-21 Thread Bruce Evans
On Tue, 21 Mar 2000, David Malone wrote: Is there a way of setting the control word which is in any sense portable? Most machines I've looked at seem to have no documented way of setting what exceptions should be masked, and each one that does has a different set of calls. No. C99 provides

can't dump vinum volumes after upgrading

2000-03-21 Thread Palle Girgensohn
Hi! I'm having a strange problem after upgrading: There are no raw devices created for vinum volumes. This makes dump(8) puke. This is a 3.4 system: ls -laF /dev/vinum ... crwxr-xr-- 1 root wheel 91, 1 2 Jul 1999 rusr* drwxr-xr-x 2 root wheel 512 2 Jul 1999 rvol/ ...

Re: emu10k1 (SB Live!) support under FreeBSD?

2000-03-21 Thread Thomas T. Veldhouse
What kind of drivers are these? Are these ports of the ALSA drivers, or are they more OSS? Tom Veldhouse [EMAIL PROTECTED] I applied the patch to a machine which is *just* pre 4/5 split and it patched fine. I used it to get my ALS120 to work. To Unsubscribe: send mail to [EMAIL

Re: -current sudden panics :(

2000-03-21 Thread Yoshinobu Inoue
Hello, Fatal 12 trap: page fault while in kernel mode fault virtual address = 0x8 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01843fc stack pointer = 0x10:0xc026bd64 frame pointer = 0x10:0xc026bd64 code segment

breakage on amd in latest current

2000-03-21 Thread Jason Garman
From today's -current: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf

No Subject

2000-03-21 Thread Jeremiah Gowdy
subscribe [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

/boot/loader is making my VAIO reboot

2000-03-21 Thread Ollivier Robert
Since after the Feb. 25th, /boot/loader is rebooting the machine during boot. I can't get to the prompt at all. The only version that works is the 25th one (I didn't upgrade between the Feb. 25th and March, 17th). Nothing in the BIOS configuration changed during that period... -r-xr-xr-x 1

Re: -current sudden panics :(

2000-03-21 Thread Nikolai Saoukh
On Wed, Mar 22, 2000 at 12:51:36AM +0900, Yoshinobu Inoue wrote: trace gave this: arpint(c022537b,0,10,10,c0220010) at arpintr+0x9c swi_net_next() at awi_net_next I'm sending kernel config and dmesg in the attachment. I have INET6 there, but it is not configured by ifconfig.

Re: -current sudden panics :(

2000-03-21 Thread Yoshinobu Inoue
-What is your LAN card? Woops, I often do a needless query. That should be using rl driver as the kernel log. The driver for his card does not set packet header pointer, thus arp stuff see NULL pointer. small patch will cure this problem (at least I hope so). *** if_ed.c.old Tue

Re: -current sudden panics :(

2000-03-21 Thread Nikolai Saoukh
On Wed, Mar 22, 2000 at 01:51:53AM +0900, Yoshinobu Inoue wrote: But shouldn't it be sys/pci/if_rl.c ? Sorry, it is mea culpa. I mixed his case with my (token ring). To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Voxware is toast. Get used to it. (Re: Suggestions for improving newpcm performance?)

2000-03-21 Thread Thomas T. Veldhouse
This is an old debate. However, if the user is not smart enough to know that a "not" release is new and should be tested, well, that speaks volumes itself doesn't it? Tom Veldhouse [EMAIL PROTECTED] - Original Message - From: David Murphy [EMAIL PROTECTED] To: Brad Knowles [EMAIL

Re: 'machine/param.h' required for 'sys/socket.h'

2000-03-21 Thread Bruce A. Mah
If memory serves me right, Yoshinobu Inoue wrote: 'sys/scocket.h' header file start using ALIGN macro defined in 'machine/param.h' header file while the man page for "socket" only mentioned 'sys/types.h' as the prerequisite for 'sys/socket.h'. As a result the 'net/pchar'

Re: AMI MegaRAID lockup? not accepting commands.

2000-03-21 Thread Matthew Dillon
:At 7:25 PM -0800 2000/3/20, Mike Smith wrote: : : Not that I consider this particuarly optimal; busy-waiting for the : controller is a terrible waste of the host CPU. A better solution would : probably defer the command and try again a short time later, but let's : see if this works first.

Crash on current at cvs-cur.6182

2000-03-21 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
The back trace reads ... #0 boot (howto=260) at ../../kern/kern_shutdown.c:304 #1 0xc013d7e5 in panic (fmt=0xc0273514 "from debugger") at ../../kern/kern_shutdown.c:554 #2 0xc01265bd in db_panic (addr=-1071292651, have_addr=0, count=-1, modif=0xc5ec6ce4 "") at

Re: patches for test / review

2000-03-21 Thread Matthew Dillon
: Hm. But I'd think that even with modern drives a smaller number of bigger : I/Os is preferable over lots of very small I/Os. : :Not necessarily. It depends upon overhead costs per-i/o. With larger I/Os, you :do pay in interference costs (you can't transfer data for request N because :the

Re: patches for test / review

2000-03-21 Thread Matthew Dillon
: : I would think that track-caches and intelligent drives would gain : much if not more of what clustering was designed to do gain. : :Hm. But I'd think that even with modern drives a smaller number of bigger :I/Os is preferable over lots of very small I/Os. Or have I missed the point? : :--

Re: 'machine/param.h' required for 'sys/socket.h'

2000-03-21 Thread Bruce Evans
On Wed, 22 Mar 2000, Yoshinobu Inoue wrote: I feel requesting inclusion of machine/param.h for any apps which use socket is better. But if there are any other smarter solution, please let me know and I'll appreciate it much. machine/param.h should never be included by applications since it

Re: 'machine/param.h' required for 'sys/socket.h'

2000-03-21 Thread Yoshinobu Inoue
I feel requesting inclusion of machine/param.h for any apps which use socket is better. But if there are any other smarter solution, please let me know and I'll appreciate it much. machine/param.h should never be included by applications since it is an implementation detail. Specify

Re: can't dump vinum volumes after upgrading

2000-03-21 Thread Greg Lehey
On Tuesday, 21 March 2000 at 14:48:55 +0100, Palle Girgensohn wrote: Hi! I'm having a strange problem after upgrading: There are no raw devices created for vinum volumes. Indeed there are. You list them below. There are no longer any block devices. This makes dump(8) puke. This is a

Re: can't dump vinum volumes after upgrading

2000-03-21 Thread Palle Girgensohn
Hello again. I did some rtfm and src digging, it appears the listing I gave is correct; the raw devices are in the rvinum dircetory. Problem is, dump looks in vinum/r*. There seems that vinum introduces a bug here, since dump's rawname function replaces the last '/' in the device name with '/r'.

Re: can't dump vinum volumes after upgrading

2000-03-21 Thread Palle Girgensohn
This fixes it for me. Is my installation faulty, or is this something that vinum fails to do when creating its devices? #! /bin/sh cd /dev/vinum for i in ../rvinum/*; do ln -s $i r`basename $i`; done /Palle To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: patches for test / review

2000-03-21 Thread Wilko Bulte
On Mon, Mar 20, 2000 at 11:54:58PM -0800, Matthew Jacob wrote: Hm. But I'd think that even with modern drives a smaller number of bigger I/Os is preferable over lots of very small I/Os. Not necessarily. It depends upon overhead costs per-i/o. With larger I/Os, you do pay in

Problems with vinum and/or rawio?

2000-03-21 Thread Brad Knowles
Greg, Running 4.0-STABLE (cvsup'ed a couple of days ago), I'm having a problem with a vinum striped volume that I've set up. The machine is a dual-CPU Pentium III/450 (Dell 1300) with 1GB of RAM and 512KB L2 cache per processor, on an IBM DDRS-39130D DC2 8GB hard drive. The

Re: /boot/loader is making my VAIO reboot

2000-03-21 Thread Guido van Rooij
On Tue, Mar 21, 2000 at 05:19:55PM +0100, Ollivier Robert wrote: Since after the Feb. 25th, /boot/loader is rebooting the machine during boot. I can't get to the prompt at all. The only version that works is the 25th one (I didn't upgrade between the Feb. 25th and March, 17th). Nothing in

Re: patches for test / review

2000-03-21 Thread Wilko Bulte
On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote: : : I would think that track-caches and intelligent drives would gain : much if not more of what clustering was designed to do gain. : :Hm. But I'd think that even with modern drives a smaller number of bigger :I/Os is

Re: SCSI errors from xmcd

2000-03-21 Thread Kenneth D. Merry
On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote: Since u/g to 4.0 I've had problems with audio CD players and my Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all the cd devices has got cdcontrol working but still xmcd (v2.6) doesn't. It all worked fine under

Re: SCSI errors from xmcd

2000-03-21 Thread Kenneth D. Merry
On Tue, Mar 21, 2000 at 20:57:17 +, Mark Ovens wrote: On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote: On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote: Is this because xmcd needs updating to work with the new CAM system, or something else? You need to

Supported CardBus controllers?

2000-03-21 Thread m . papezik
Hi all, I saw a few messages about missing CardBus support in current and I am wondering what is current status? If someone is activelly working on this I can try to test things on ThinkPad 600E (with TI 1251 controller and SMC/Megahertz NIC). Pehaps the list of PCcard and CardBus controllers

Re: patches for test / review

2000-03-21 Thread Rodney W. Grimes
On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote: : : I would think that track-caches and intelligent drives would gain : much if not more of what clustering was designed to do gain. : :Hm. But I'd think that even with modern drives a smaller number of bigger :I/Os is

Re: /boot/loader is making my VAIO reboot

2000-03-21 Thread Daniel C. Sobral
Ollivier Robert wrote: Since after the Feb. 25th, /boot/loader is rebooting the machine during boot. I can't get to the prompt at all. The only version that works is the 25th one (I didn't upgrade between the Feb. 25th and March, 17th). Nothing in the BIOS configuration changed during

Re: problem with reboot on 5.0-current with VAIO

2000-03-21 Thread Nate Williams
When I use reboot(8) to reboot my Vaio z505sx, it waits nicely for the bufdaeon and the syncer to stop. Then the screen goes blank and the system completely hangs. Unplugging the battery and power is the only way to gte it booting again. It used to work fine with a 4.0-current of some 3

Re: Mylex Support

2000-03-21 Thread Mike Smith
Are there any particular preparation processes one should go through when setting up a Mylex DAC960 RAID array ? (if so give me a pointer to the docs) Documentation typically ships with the adapter. Can I just purchase all the hardware, plug in the disks and boot the FreeBSD-4 install

Re: AMI MegaRAID lockup? not accepting commands.

2000-03-21 Thread Mike Smith
At 7:25 PM -0800 2000/3/20, Mike Smith wrote: Not that I consider this particuarly optimal; busy-waiting for the controller is a terrible waste of the host CPU. A better solution would probably defer the command and try again a short time later, but let's see if this works first.

Re: SCSI errors from xmcd

2000-03-21 Thread Mark Ovens
On Tue, Mar 21, 2000 at 02:02:57PM -0700, Kenneth D. Merry wrote: On Tue, Mar 21, 2000 at 20:57:17 +, Mark Ovens wrote: On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote: On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote: Is this because xmcd needs updating to

Re: SCSI errors from xmcd

2000-03-21 Thread Daniel Eischen
On Tue, 21 Mar 2000, Kenneth D. Merry wrote: On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote: Since u/g to 4.0 I've had problems with audio CD players and my Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all the cd devices has got cdcontrol working but still

Re: patches for test / review

2000-03-21 Thread Wilko Bulte
On Tue, Mar 21, 2000 at 01:14:45PM -0800, Rodney W. Grimes wrote: On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote: : : I would think that track-caches and intelligent drives would gain : much if not more of what clustering was designed to do gain. : :Hm. But I'd

Re: AMI MegaRAID lockup? not accepting commands.

2000-03-21 Thread Matthew Dillon
: For situations that aren't in the critical path and don't happen often, : it may be beneficial to do a voluntary context switch inside the loop. : :Is it possible/legal to do this inside a strategy() routine? Yes, though it isn't playing nice if the caller was trying to issue

pstat -s error message

2000-03-21 Thread Bill Pechter
I've done two make worlds and can't seem to get rid of the following error... I had it on my home system, but didn't log what I did to correct it... I just upgraded a 4.0-CURRENT (from around Jan 26) to the 4.0-STABLE from yesterday. when running pstat -s I get the following: pstat: undefined

emu10k1 driver

2000-03-21 Thread Thomas T. Veldhouse
I just tried it against 4.0-STABLE (03222000). The patch (http://www.freebsd.org/~cg/current.diff.gz) applied 100% successfully (I assume sound has not yet diverged much in 5.0 except for Voxware). I don't get any sound when using KMP3. I just get a pulse sound in the speaker when the app

Re: patches for test / review

2000-03-21 Thread Rodney W. Grimes
On Tue, Mar 21, 2000 at 01:14:45PM -0800, Rodney W. Grimes wrote: On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote: : : I would think that track-caches and intelligent drives would gain : much if not more of what clustering was designed to do gain. : :Hm.

Re: Reading from bad disk ?

2000-03-21 Thread Warner Losh
: A comment: this is a 18GB IBM 7200 RPM disk and i noticed it tends : to become very hot compared to other disks when mounted in the : same machine (on a removable frame). Do others have the same : experience ? Yes. They run very hot. I had to steal an old powersupply fan and mount it in

Re: -current sudden panics :(

2000-03-21 Thread Warner Losh
In message [EMAIL PROTECTED] Nikolai Saoukh writes: : But shouldn't it be sys/pci/if_rl.c ? : : Sorry, : it is mea culpa. I mixed his case with my (token ring). Do you have the patch to if_rl.c. I looked at it for all of 10 seconds and it wasn't immediately obvious to me. Warner To

FreeBSD random I/O performance issues

2000-03-21 Thread Richard Wendland
Paul Richards said in "Re: patches for test / review": Richard, do you want to post a summary of your tests? Well I'd best post the working draft of my report on the issues I've seen, as I'm not going to have time to work on it in the near future, and it raises serious performance issues that

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-21 Thread Doug White
On Tue, 21 Mar 2000, Thierry.herbelot wrote: I had the exact same error message trying to boot from a floppy where I had tried to dd the full boot.flp (2,8 Megs is just too much for a normal floppy), instead of kern.flp (and dd does not give error messages ..) I would be in favor of

Re: FreeBSD random I/O performance issues

2000-03-21 Thread Matthew Dillon
:Paul Richards said in "Re: patches for test / review": : : Richard, do you want to post a summary of your tests? : :Well I'd best post the working draft of my report on the issues :I've seen, as I'm not going to have time to work on it in the near :future, and it raises serious performance

Re: Floating point exceptions.

2000-03-21 Thread Matthew Hunt
On Tue, Mar 21, 2000 at 10:28:43AM +0100, Martin Cracauer wrote: FreeBSD's fpsetmask(3) stuff is simple inline assembler that I personally used in Linux, it should be relativly easy to carry it around with your application on i386 machines. fpsetmask(3) also exists on Solaris. -- Matthew

Re: Floating point exceptions.

2000-03-21 Thread Garrett Wollman
On Tue, 21 Mar 2000 17:11:30 -0800, Matthew Hunt [EMAIL PROTECTED] said: fpsetmask(3) also exists on Solaris. fpsetmask(3) was copied from System V. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same [EMAIL PROTECTED] | O Siem / The fires of

Re: can't dump vinum volumes after upgrading

2000-03-21 Thread Palle Girgensohn
Greg Lehey wrote: On Tuesday, 21 March 2000 at 14:48:55 +0100, Palle Girgensohn wrote: Hi! I'm having a strange problem after upgrading: There are no raw devices created for vinum volumes. Indeed there are. You list them below. There are no longer any block devices. This was

Re: Another current crash (cvs-cur.6183

2000-03-21 Thread Peter Wemm
Stephen Hocking-Senior Programmer PGS SPS Perth wrote: This one you need to tell phk about: this is one of his sanity checks that trapped and found an insane value. (and then crashed since you didn't have DDB) #8 0xc0255f21 in Debugger (msg=0xc027b1e8 "d_iocmd botch") at

Re: Mylex Support

2000-03-21 Thread Mike Tancsa
On 21 Mar 2000 06:37:33 -0500, in sentex.lists.freebsd.current you wrote: or Should I have an internal ATA hard disk with some evil OS on it such as Lose 9X or NT so as to run any kind of Mylex DOS/Windows preparation utilities ? With the old adaptors that do not have the RAID config built into

Re: FreeBSD random I/O performance issues

2000-03-21 Thread Paul Richards
Richard Wendland wrote: I spent a bit of time analysing these results when I first saw them. I don't think it has anything to do with the cache, it has to do with how we write out blocks. One interesting observation is that for non sync, async or noclusterw mounts ~8750 I/O operations are

Re: Another current crash (cvs-cur.6183

2000-03-21 Thread Paul Richards
Stephen Hocking-Senior Programmer PGS SPS Perth wrote: cvs-cur.6183 appeared to fix the crash I reported under disk activity NFS but another one has reared its face, when using java with tya15 jit, running the Together java IDE. #0 boot (howto=256) at ../../kern/kern_shutdown.c:304 #1

Re: 'machine/param.h' required for 'sys/socket.h'

2000-03-21 Thread nnd
In [EMAIL PROTECTED] Bruce A. Mah [EMAIL PROTECTED] wrote: --==_Exmh_789141986P Content-Type: text/plain; charset=us-ascii If memory serves me right, Yoshinobu Inoue wrote: I feel requesting inclusion of machine/param.h for any apps which use socket is better. But if there are any

Re: suggestion: a g77 - f77 link

2000-03-21 Thread David O'Brien
On Mon, Mar 20, 2000 at 06:44:04PM +0100, Jose M. Alcaide wrote: What part about "NO" was unclear? Hey, OK, don't get upset! :-) You are the maintainer, so you have the Not upset. I was just surprised by the request again. -- -- David([EMAIL PROTECTED]) To Unsubscribe: send mail to

Re: SCSI errors from xmcd

2000-03-21 Thread Mark Ovens
On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote: On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote: Since u/g to 4.0 I've had problems with audio CD players and my Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all the cd devices has got cdcontrol

Re: -current sudden panics :(

2000-03-21 Thread Ilmar S. Habibulin
On Wed, 22 Mar 2000, Yoshinobu Inoue wrote: Do you have any other hints for the problem?, because at least I couldn't reproduce it in my 4.0 and 5.0 machines. -Any kernel crash dump? Can you tell me ddb command to make a kernel dump? -Is there any typical situation or condition where

Re: -current sudden panics :(

2000-03-21 Thread Ilmar S. Habibulin
On Tue, 21 Mar 2000, Nikolai Saoukh wrote: The driver for his card does not set packet header pointer, thus arp stuff see NULL pointer. small patch will cure this problem (at least I hope so). *** if_ed.c.old Tue Mar 21 19:21:40 2000 --- if_ed.c Tue Mar 21 19:23:27 2000

Re: Another current crash (cvs-cur.6183

2000-03-21 Thread Christopher Masto
On Wed, Mar 22, 2000 at 03:02:02AM +, Paul Richards wrote: I've got a different but I think related panic. #9 0xc0143280 in panic (fmt=0xc0250460 "vm_page_wakeup: page not busy!!!") at ../../kern/kern_shutdown.c:552 #10 0xc01df583 in swp_pager_async_iodone (bp=0xc3236250) at

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-21 Thread Jordan K. Hubbard
Good idea, terrible name. Can't you guys some up with something better? :) On Tue, Mar 21, 2000 at 04:32:35PM -0800, Doug White wrote: I would be in favor of renaming the boot.flp to something obviously different, like 288boot.flp, to untrain us 2.x heads that got used to the Great

Re: -current sudden panics :(

2000-03-21 Thread Ilmar S. Habibulin
On Tue, 21 Mar 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Nikolai Saoukh writes: : But shouldn't it be sys/pci/if_rl.c ? : : Sorry, : it is mea culpa. I mixed his case with my (token ring). Do you have the patch to if_rl.c. I looked at it for all of 10 seconds and it

Re: -current sudden panics :(

2000-03-21 Thread Yoshinobu Inoue
The driver for his card does not set packet header pointer, thus arp stuff see NULL pointer. small patch will cure this problem (at least I hope so). *** if_ed.c.old Tue Mar 21 19:21:40 2000 --- if_ed.c Tue Mar 21 19:23:27 2000 *** *** 2728,2733 ---

Re: FreeBSD random I/O performance issues

2000-03-21 Thread Matthew Dillon
:written immediately which is 8750/1 writes. : :When the write size drops below the filesystem block size then the :clustering code never gets called because the buffers are just marked :dirty and cached. : :I think if we fixed the issue of writing out full blocks this behviour :would stop

Re: -current sudden panics :(

2000-03-21 Thread Yoshinobu Inoue
-Any kernel crash dump? Can you tell me ddb command to make a kernel dump? -Please confirm that your /var/crash has enough size for your machine's memory. -Please check your swap device using "swapinfo" etc. In case of my machine, % swapinfo Device 1K-blocks Used

Re: Another current crash (cvs-cur.6183

2000-03-21 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Paul Richards writes: Paul Richards wrote: A few more details #11 0xc0167ae6 in biodone (bp=0xc3236250) at ../../kern/vfs_bio.c:2706 2706(*b_iodone) (bp); #10 0xc01df583 in swp_pager_async_iodone (bp=0xc3236250) at

ARP issues (Arcnet)

2000-03-21 Thread Max Khon
hi, there! Once again I'm trying to port Arcnet driver from NetBSD/amiga to FreeBSD/i386 (like I did more than a year ago for 3.x). The problem is in ARP stuff -- should I port if_arp.c from NetBSD or should I make changes in if_ether.c for arcnet stuff like Token Ring support did? Any

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-21 Thread Alex Zepeda
On Tue, 21 Mar 2000, Jordan K. Hubbard wrote: Good idea, terrible name. Can't you guys some up with something better? :) reallybigbootthing.flp? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ucontext

2000-03-21 Thread Arun Sharma
On Tue, Sep 07, 1999 at 01:21:59PM +0200, Marcel Moolenaar wrote: Peter Wemm wrote: Before getting too far here, can we consider some other standard interfaces? #include ucontext.h int getcontext(ucontext_t *ucp); int setcontext(const ucontext_t *ucp); void

Re: -current sudden panics :(

2000-03-21 Thread Warner Losh
In message [EMAIL PROTECTED] "Ilmar S. Habibulin" writes: : But why there is such a sudden change? Everything worked just fine a week : before 5-current. No it didn't. I've been seeing panics like this for about two weeks, but it hadn't been a priority until this week for me. And I'm not

$B%0%l!<%H%8%c%K!<(B NEWS $B!J(Bvol.19$B!K(B 03221009

2000-03-21 Thread $B%0%l!<%H%8%c!<%K!<(B
$B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B $BFMA3$N%a!<%k$9$k$3$H$r$*5v$72<$5$$!#(B $B8fLBOG$N$+$+$C$F$7$^$C$?J}!"$3$N%a!<%k$,ITMW$JJ}$XFO$$$F(B $B$7$^$C$F$$$^$7$?$i?<$/$*OM$S?=$7>e$2$^$9!#(B $B8fMF

Re: SCSI errors from xmcd

2000-03-21 Thread Andy Sparrow
Your message dated: Tue, 21 Mar 2000 20:57:17 GMT Is this because xmcd needs updating to work with the new CAM system, or something else? You need to recompile xmcd. In that case I need to wait for the package to be updated. xmcd needs Motif, which I don't have, so I use the binary

Re: Reading from bad disk ?

2000-03-21 Thread Soren Schmidt
It seems Warner Losh wrote: : A comment: this is a 18GB IBM 7200 RPM disk and i noticed it tends : to become very hot compared to other disks when mounted in the : same machine (on a removable frame). Do others have the same : experience ? Yes. They run very hot. I had to steal an old

Re: Reading from bad disk ?

2000-03-21 Thread Warner Losh
In message [EMAIL PROTECTED] Soren Schmidt writes: : TEMPC=`camcontrol cmd -v -n da -u 0 -c "4D 0 76 0 0 0 0 0 20 0" -i 32 "s9 i1"` : Hmm, wonder if one can get that info from their ATA disks as well... Don't know. You'd have to ask IBM. All the above camcontrol is doing is reading a

Re: FreeBSD random I/O performance issues

2000-03-21 Thread Chris Wasser
On Wed, Mar 22, 2000 at 12:22:42AM +, Richard Wendland wrote: Any views gratefully received. A fix would be much better :-) Not sure if my meager setup helps any, but in the interests in providing results to help the cause so-to-speak, I ran the test on my own machine (followed the

Re: Reading from bad disk ?

2000-03-21 Thread Luigi Rizzo
Don't know. You'd have to ask IBM. All the above camcontrol is doing is reading a special mode page (I'm sure ken will correct me if I'm wrong)... Do ata drives have this concept? i think they do. cheers luigi To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Davicam dc0 driver

2000-03-21 Thread Matthew Dillon
:I have a BookPC with a built in Davi Comm 10/100 ethernet card. : :I am always getting : :/kernel: dc0: watchdog timeout : :every few minutes.. : :Can thease errors be stopped? : : :Thank you for any reply : :RP :[EMAIL PROTECTED] If you've got a kernel build environment setup, try the

subscribe

2000-03-21 Thread alterego
subscribe - Get Your e-mail at http://www.freemail.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 'machine/param.h' required for 'sys/socket.h'

2000-03-21 Thread Yoshinobu Inoue
Hello, 'sys/scocket.h' header file start using ALIGN macro defined in 'machine/param.h' header file while the man page for "socket" only mentioned 'sys/types.h' as the prerequisite for 'sys/socket.h'. As a result the 'net/pchar' port is now broken. Yes, this problem is