Re: NCR/FXP and coredumps

2000-03-22 Thread sthaug
> > 1) I managed to crash an intel N440BX mobo with an fxp card and the > > onboard ncr drivers. Lots of network traffic (ping floods) and disk IO > > (rawio in parallel on two disks) took it down in something like two > > hours. I know this is a known bug, I'm just offering core dumps and > > te

Tiny GENERIC patch

2000-03-22 Thread Doug Barton
I was doing some kernel debugging tonight and decided that I needed a backup plan. Since I already had built my test kernel I thought the attached would be a good idea. It has the added benefit of moving the existing kernel.GENERIC to kernel.GENERIC.old in the 'make install' step. Wording

Is this a bug?

2000-03-22 Thread Matthew Zahorik
While making a slew of diskless machines I've tracked down a kernel panic. FreeBSD 4.0-RELEASE, kernel with BOOTP* enabled. Each machine has a private and public network attached. It netboots from the private network. Because of that, I didn't set a gw address in bootptab. The public network

Re: NCR/FXP and coredumps

2000-03-22 Thread Brooks Davis
On Wed, Mar 22, 2000 at 10:50:47PM -0500, David Miller wrote: > Two item: > > 1) I managed to crash an intel N440BX mobo with an fxp card and the > onboard ncr drivers. Lots of network traffic (ping floods) and disk IO > (rawio in parallel on two disks) took it down in something like two > hours

Re: possible bug in kernel/if_ether.c

2000-03-22 Thread Matthew Dillon
:SMP 2 cpus :IdlePTD 3100672 :initial pcb at 281960 :panicstr: page fault :panic messages: :--- :Fatal trap 12: page fault while in kernel mode :mp_lock = 0002; cpuid = 0; lapic.id = :fault virtual address = 0x8 :fault code = supervisor read, page not present :instructi

possible bug in kernel/if_ether.c

2000-03-22 Thread Jim Mercer
i have a new system, dual pentium 550's, 512meg ram, dual adaptec 29160, realtek ethernet. (dmesg.boot enclosed) it has been having intermittent reboots, with no syslog output. i thought maybe we were having heat issues, or power issues, but maybe it is a kernel bug. i enabled dumpdev and now

RE: Question about PCI vendor 0x127a

2000-03-22 Thread Allen Pulsifer
> Still funny that www.pcisig.com doesn't list 0x127a ... It costs $2500 per year to be a member of the PCI-SIG. If you stop paying, they delete you from their vendor list. A lot of companies join just to get assigned a vendor id, then they stop paying after the first year. So if you want to k

NCR/FXP and coredumps

2000-03-22 Thread David Miller
Two item: 1) I managed to crash an intel N440BX mobo with an fxp card and the onboard ncr drivers. Lots of network traffic (ping floods) and disk IO (rawio in parallel on two disks) took it down in something like two hours. I know this is a known bug, I'm just offering core dumps and testing ser

Re: Question about PCI vendor 0x127a

2000-03-22 Thread Ulf Zimmermann
On Wed, Mar 22, 2000 at 10:15:43PM -0500, Allen Pulsifer wrote: > >From http://www.yourvote.com/pci/ > > Rockwell Semiconductor Systems > 714-221-4600 > Vendor ID: 0x127A > Short Name: Rockwell Se

RE: Question about PCI vendor 0x127a

2000-03-22 Thread Allen Pulsifer
>From http://www.yourvote.com/pci/ Rockwell Semiconductor Systems 714-221-4600 Vendor ID: 0x127A Short Name: Rockwell Semi Contact: [EMAIL PROTECTED

Question about PCI vendor 0x127a

2000-03-22 Thread Ulf Zimmermann
I have this Sony Notebook Z505R, running 4.0-RC3 and works great. But I noticed there is still one unknown card: pci0: (vendor=0x127a, dev=0x2005) at 11.0 irq 9 Checking out www.pcisig.com, this vendor id is not listed. Anyone have an idea what part of the notebook it could be ? -- Regards,

nm output

2000-03-22 Thread Chuck Robey
I'm looking through a nm listing for a static (unstripped) binary, and I keep seeing these things with the name ".Ltext0". Anyone ever see these things, or have any idea what they are? Chuck Robey| Interests

Re: 3,4

2000-03-22 Thread Kris Kennaway
On Wed, 22 Mar 2000, sdf dsg wrote: > When are the 3.4 release comming, and i dont want some beta things? 3.4 has been out for 4 months now. Please don't post this kind of thing to FreeBSD-hackers - it's not on-topic. Kris In God we Trust -- all others must submit an X.509 certificate.

Re: How a normal user can crash any linux system (fwd)

2000-03-22 Thread Dan Hollis
On Wed, 22 Mar 2000, Jim Bryant wrote: > well, there are other ways to make a system slow to a crawl > #!/bin/csh > /usr/games/primes 1 4294967295 >&/dev/null& > [...] /etc/security/limits.conf get the idea? :) -Dan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd

Re: How a normal user can crash any linux system (fwd)

2000-03-22 Thread Matthew Dillon
:In reply: :> This is cross-posted to both linux-kernel and freebsd-hackers, please :> set your replies properly. :> :> > I found the following by accident playing with PVM. If you start the :> > 'gexample' from the examples directory with dimension=1 and no of :> > tasks=32 on one machine, i

Re: 100Bit Fast Ethernet EISA card - anyone?

2000-03-22 Thread Brian Beattie
On Wed, 22 Mar 2000, Wilko Bulte wrote: > On Tue, Mar 21, 2000 at 10:20:14PM -0500, Matthew N. Dodd wrote: > > On Tue, 21 Mar 2000, Wilko Bulte wrote: > > > An FDDI ISA card would not be much fun (performance wise) > > > > But they exist, as do ISA 100baseTX cards. :) > > Duh.. Considering the

Re: 100Bit Fast Ethernet EISA card - anyone?

2000-03-22 Thread Wilko Bulte
On Tue, Mar 21, 2000 at 10:20:14PM -0500, Matthew N. Dodd wrote: > On Tue, 21 Mar 2000, Wilko Bulte wrote: > > An FDDI ISA card would not be much fun (performance wise) > > But they exist, as do ISA 100baseTX cards. :) Duh.. Considering the premium price FDDI always had that is a surprise to me

Re: How a normal user can crash any linux system (fwd)

2000-03-22 Thread Alfred Perlstein
* Jim Bryant <[EMAIL PROTECTED]> [000322 14:19] wrote: > In reply: > > This is cross-posted to both linux-kernel and freebsd-hackers, please > > set your replies properly. > > > > > I found the following by accident playing with PVM. If you start the > > > 'gexample' from the examples directory w

Re: How a normal user can crash any linux system (fwd)

2000-03-22 Thread Jim Bryant
In reply: > This is cross-posted to both linux-kernel and freebsd-hackers, please > set your replies properly. > > > I found the following by accident playing with PVM. If you start the > > 'gexample' from the examples directory with dimension=1 and no of > > tasks=32 on one machine, it becom

Re: if_fxp driver

2000-03-22 Thread Wes Peters
Dennis wrote: > > At 12:51 PM 3/21/00 -0700, you wrote: > >Dennis wrote: > >> > >> Shoot me for using an available resource. > > > >Shoot you for wasting a resource that could better spend their time > >developing FreeBSD instead of answering questions for people to lazy > >or stupid to look for

Re: splFoo() question

2000-03-22 Thread Greg Lehey
On Tuesday, 21 March 2000 at 7:46:57 +0100, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Wes Peters writes: >> Poul-Henning Kamp wrote: >>> >>> In message <[EMAIL PROTECTED]>, Warner Losh writes: >>> I'd like to be able to do some simple spl locking in a driver that I'm wr

Odd TCP problem

2000-03-22 Thread Dan Moschuk
Greetings, I've encounted somewhat of an odd problem that seemed to appear out of nowhere after my last -current upgrade a week or two ago. I rebuild last night and the problem is still around. Basically, near the end of the TCP transaction, consistant retransmission leads to the connection t

Re: md_image compression?

2000-03-22 Thread Mike Smith
If you're using the loader, don't bother. It'll do this for you as it loads the image. See eg. how the install floppies work. > I'm sort of thinking in my head about adding the ability for the > md driver to handle gziped images. md's drvinit() looks like > the perfect place to do this. if st

Re: openssh + krb5 (followup)

2000-03-22 Thread Kris Kennaway
On Wed, 22 Mar 2000, Sheldon Hearn wrote: > > Interoperability with MIT krb5 still seems to be an issue. > > Bleh, more FUD. The problem is in operability with non-FreeBSD openssh! > We use supported_authentication values for KRB5 that neither Datafellows > SSH nor OpenBSD SSH use. :-( Hmm..I

Re: Loopback device and 127.0.0.1address

2000-03-22 Thread Doug Barton
Never cross-post to both -questions and -hackers, thanks. On Wed, 22 Mar 2000, Daniel Hilevich wrote: > Hi, > Does anyone have an idea why after creating 128 loopack devices and > configuring lo127 to 127.0.0.1 (instead of the default lo0) I am > experiencing many problems in interproces

Re: How a normal user can crash any linux system (fwd)

2000-03-22 Thread Alfred Perlstein
This is cross-posted to both linux-kernel and freebsd-hackers, please set your replies properly. > -- Forwarded message -- > Date: Wed, 22 Mar 2000 16:02:40 +0100 > From: Michael Lampe <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: How a normal user can crash any linux sys

Re: ISO

2000-03-22 Thread Aleksandr A.Babaylov
p_a_r writes: > Where can i download the 3-4-stable as an iso image?? ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/3.4-install.iso -- @BABOLO http://links.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

How a normal user can crash any linux system (fwd)

2000-03-22 Thread Ronald G. Minnich
anybody want to try this on -current? ron -- Forwarded message -- Date: Wed, 22 Mar 2000 16:02:40 +0100 From: Michael Lampe <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: How a normal user can crash any linux system I found the following by accident playing with PVM. If you

Re: if_fxp driver

2000-03-22 Thread Dennis
At 12:51 PM 3/21/00 -0700, you wrote: >Dennis wrote: >> >> At 08:45 PM 3/20/00 -0800, David Greenman wrote: >> >>I hope your happy, but do you know the answer to my question? Has the >> >>driver been updated recently? >> > >> > Not to fix the problem that you are reporting. The solution might b

Re: IP

2000-03-22 Thread Marc Nicholas
Use the "alias" descriptor in ifconfig. You may wish to attach alias addresses to a loopback interface rather than a physical interface, too. -marc On Wed, 22 Mar 2000, Kasper Kristiansson wrote: > I wonder how i can add more than one ip number on the same network card. > > ./Kasper > > > T

IP

2000-03-22 Thread Kasper Kristiansson
I wonder how i can add more than one ip number on the same network card. ./Kasper To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

3,4

2000-03-22 Thread sdf dsg
When are the 3.4 release comming, and i dont want some beta things? Mike Hammer Helsingborg, Bårslöv __ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers"

Re: STABLE

2000-03-22 Thread Lloyd Rennie
On Wed, 22 Mar 2000, p_a_r wrote: > Hello were can i dównload freebsd3.4-stable as an iso image ?? This should be on FreeBSD-questions. ftp://ftp.freebsd.org/.0/FreeBSD/releases/i386/ISO-IMAGES/3.4-install.iso Or one of the MANY mirrors, as specified on www.freebsd.org -- Lloyd Rennie

ISO

2000-03-22 Thread p_a_r
Where can i download the 3-4-stable as an iso image?? +--+ | The coolest site for free home pages, email, chat, e-cards, movie info.. | | http://www.goplay.com - it's time to Go Play! | +---

RE: STABLE

2000-03-22 Thread Markus Döhr
> Hello were can i dównload freebsd3.4-stable as an iso image ?? do a "freebsd*.iso" search on http://ftpsearch.lycos.com -- Markus DoehrTel: +49 6503 917 152 IT AdminFax: +49 6503 917 190 SAP R/3 Basis e-Mail: [EMAIL PROTECTED] AUBI Baubeschläge GmbH http

STABLE

2000-03-22 Thread p_a_r
Hello were can i dównload freebsd3.4-stable as an iso image ?? +--+ | The coolest site for free home pages, email, chat, e-cards, movie info.. | | http://www.goplay.com - it's time to Go Play! | +--

Re: openssh + krb5 (followup)

2000-03-22 Thread Sheldon Hearn
On Wed, 22 Mar 2000 16:11:21 +0200, Sheldon Hearn wrote: > Interoperability with MIT krb5 still seems to be an issue. Bleh, more FUD. The problem is in operability with non-FreeBSD openssh! We use supported_authentication values for KRB5 that neither Datafellows SSH nor OpenBSD SSH use. :-(

Loopback device and 127.0.0.1address

2000-03-22 Thread Daniel Hilevich
Hi, Does anyone have an idea why after creating 128 loopack devices and configuring lo127 to 127.0.0.1 (instead of the default lo0) I am experiencing many problems in interprocess communication using sockets? Are lo0 and 127.0.0.1 (INADDR_LOOPBACK) tightly coupled? Thanks, --- Daniel Hilevich mai

Re: openssh + krb5 (followup)

2000-03-22 Thread Sheldon Hearn
On Sat, 18 Mar 2000 13:01:09 +0200, Sheldon Hearn wrote: > $ ssh -v -l root axl.ops > [...] > debug: Trying Kerberos V5 authentication. > ssh in free(): warning: chunk is already free. > [...] This was caused by a stale krb5.keytab on my box. It would have been nice if a more useful error mes