Re: sh: turning off NDELAY mode

2003-02-25 Thread Christoph P. Kukulies
On Mon, Feb 24, 2003 at 12:20:05PM -0600, Dan Nelson wrote: > In the last episode (Feb 24), Christoph P. Kukulies said: > > On Mon, Feb 24, 2003 at 10:27:22AM -0600, Dan Nelson wrote: > > > In the last episode (Feb 24), Christoph Kukulies said: > > > > > > > > sh: turning off NDELAY mode > > > >

Diskless børked

2003-02-25 Thread Poul-Henning Kamp
recursed on non-recursive lock (sleep mutex) vnode interlock @ ../../../kern/vfs _subr.c:1897 first acquired @ ../../../nfsclient/nfs_vnops.c:2786 panic: recurse Debugger("panic") Stopped at 0xc0405cde = Debugger+0x7e: xchgl %ebx,0xc05aece0 = in_Deb ugger.0 db> trace Debugger(c0466931,c

Re: netncp/nwfs is rotting...

2003-02-25 Thread Max Khon
hi, there! On Mon, Feb 24, 2003 at 10:20:28PM -0800, Tim J. Robbins wrote: j > A few months ago there was a thread on this list discussing the state > of NWFS/netncp/libncp/etc. on 5.0. Terry Lambert produced a patch [1] > that made netncp compile. The patch still applies cleanly to -current > and

=?x-unknown?q?Re=3A_Diskless_b=F8rked?=

2003-02-25 Thread Jeff Roberson
Please try this: Index: nfs_vnops.c === RCS file: /home/ncvs/src/sys/nfsclient/nfs_vnops.c,v retrieving revision 1.195 diff -u -r1.195 nfs_vnops.c --- nfs_vnops.c 25 Feb 2003 03:37:47 - 1.195 +++ nfs_vnops.c 25 Feb 2003 08:31:

Re: netncp/nwfs is rotting...

2003-02-25 Thread Tim Robbins
On Tue, Feb 25, 2003 at 02:33:19PM +0600, Max Khon wrote: > I have a patch that makes nwfs work to some extent (i.e. I was able > to mount and use netware shares from mars_nwe server). Great. Care I have a copy of it? I've got it to the stage where it will say "Connection refused" when trying to

Re: =?x-unknown?q?Re=3A_Diskless_b=F8rked?=

2003-02-25 Thread Jeff Roberson
This patch worked. On Tue, 25 Feb 2003, Jeff Roberson wrote: > Please try this: > Index: nfs_vnops.c > === > RCS file: /home/ncvs/src/sys/nfsclient/nfs_vnops.c,v > retrieving revision 1.195 > diff -u -r1.195 nfs_vnops.c > --- nfs_vnop

Followup [Re: tired of crashes]

2003-02-25 Thread Vallo Kallaste
On Wed, Feb 05, 2003 at 11:47:44AM +0200, Vallo Kallaste wrote: > In the last ~three months now I've had 24 kernel crashes, all the > same, all happening in the same circumstances. Happens while cvsup > is running, everytime... except if I remove the checkouts file which > probably causes slowdow

[CURRENT] Two panics in 15mn bp not locked

2003-02-25 Thread Ollivier Robert
Hi, Just got two panics after upgrading yesterday (to fix the sound card problem). The second one happened during the bg fsck of the first panic (dunno if it is related). FreeBSD 5.0-CURRENT #8: Mon Feb 24 15:21:31 CET 2003 [EMAIL PROTECTED]:/src/src/sys/i386/compile/tCAERDONN panic: bremfree: b

Re: Witness This

2003-02-25 Thread Daniel C. Sobral
No bugs so far with this. Robert Watson wrote: Revised patch without typo attached. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories Index: tcp_subr.c === RCS

vm related panic

2003-02-25 Thread Christian Brueffer
Hi, I occasionaly get this panic on my notebook, mostly at startup. I don't know for sure when it started, but it certainly didn't panic back in january/early february. FreeBSD fangorn.middleearth 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Mon Feb 24 15:44:00 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/s

Re: [Fwd: mkisofs | burncd not working in 5.0 ?]

2003-02-25 Thread Alexander Leidinger
On Tue, 25 Feb 2003 02:48:31 +0100 David Vidal Rodríguez <[EMAIL PROTECTED]> wrote: > (forwarded from the NG comp.unix.bsd.freebsd.misc, from which I got no > answer) > > Hi! > > I'm somehow surprised that the following command pipe doesn't work any > more in 5.0R: > > $ mkisofs -J -r mydir |

spontaneous reboot while dump -0uaLf - /var on a UFS2 FS in5.0-RELEASE

2003-02-25 Thread Georg-W. Koltermann
I just did a dump over the network via ftp using the command: put "|dump -0uaLf - /var | gzip -1" var.dump.gz /var is a UFS2 FS with soft-updates, and the system is 5.0-RELEASE. I got a short pause, maybe 5 seconds, and then the system rebooted spontaneously. I didn't see any messages,

Re: OpenSSL should define OPENSSL_THREADS?

2003-02-25 Thread Jacques A. Vidrine
On Mon, Feb 24, 2003 at 09:58:21PM -0500, Craig Rodrigues wrote: > Hi, > > I ran a cvsup of -CURRENT a few days ago. > > I have some code which assumes that OPENSSL_THREADS is defined if > the OpenSSL version is greater than 0.9.7: > > #define OPENSSL_THREAD_DEFINES > #include > #include > #if

the ata driver is broken

2003-02-25 Thread Takahashi Yoshihiro
I got the following error. The kernel config has no pci device but ATA_NOPCI option. cc -c -Os -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/

sparc64 tinderbox failure

2003-02-25 Thread Mike Barcroft
Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -

Re: Witness This

2003-02-25 Thread Robert Watson
Ok, I've committed it. Saw your other panic message, hope to look more closely today. BTW, you might consider running with the mac_test module, as it's intended to help diagnose label problems through additional assertions. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EM

Re: Witness This

2003-02-25 Thread Daniel C. Sobral
Robert Watson wrote: Ok, I've committed it. Saw your other panic message, hope to look more closely today. BTW, you might consider running with the mac_test module, as it's intended to help diagnose label problems through additional assertions. Oh. That was not clear to me. I thought it was a modu

Re: the ata driver is broken

2003-02-25 Thread Soeren Schmidt
It seems Takahashi Yoshihiro wrote: > I got the following error. The kernel config has no pci device but > ATA_NOPCI option. Fixed. I just completely forgot that ISA only systems exists... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of th

Re: Witness This

2003-02-25 Thread Daniel C. Sobral
Now I think I was premature. It seems there is something unmacish in this kernel. Sigh. Well, I'll test with a recent source. Robert Watson wrote: Ok, I've committed it. Saw your other panic message, hope to look more closely today. BTW, you might consider running with the mac_test module, as it

Re: Witness This

2003-02-25 Thread Robert Watson
On Tue, 25 Feb 2003, Daniel C. Sobral wrote: > Robert Watson wrote: > > Ok, I've committed it. Saw your other panic message, hope to look more > > closely today. > > > > BTW, you might consider running with the mac_test module, as it's intended > > to help diagnose label problems through additi

buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
Hello, I'm running -current from Thu Feb 20 09:40:41 EET 2003 and I'm trying to make buildworld today, but it crashes in various places with Signal 4. Any idea why this could be happening? Maybe I should try make with NOCLEAN=yes? TIA Paulius To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: buildworld dies with Signal 4

2003-02-25 Thread Steve Kargl
On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote: > Hello, > > I'm running -current from Thu Feb 20 09:40:41 EET 2003 > and I'm trying to make buildworld today, but it crashes in various > places with Signal 4. > > Any idea why this could be happening? > Maybe I should try make wit

Re: OpenSSL should define OPENSSL_THREADS?

2003-02-25 Thread Craig Rodrigues
On Tue, Feb 25, 2003 at 07:22:09AM -0600, Jacques A. Vidrine wrote: > On Mon, Feb 24, 2003 at 09:58:21PM -0500, Craig Rodrigues wrote: > > Hi, > > > > I ran a cvsup of -CURRENT a few days ago. > > > > I have some code which assumes that OPENSSL_THREADS is defined if > > the OpenSSL version is gre

Re: buildworld dies with Signal 4

2003-02-25 Thread leafy
On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote: > Any idea why this could be happening? > Maybe I should try make with NOCLEAN=yes? > > TIA > Paulius No, that's the last thing you would want to try. Could you try removing /usr/obj first and then rebuild world? Jiawei -- "Witho

OpenSSL question for id_function()

2003-02-25 Thread Craig Rodrigues
Hi, I have a question about OpenSSL 0.9.7. On the following web page: http://www.openssl.org/docs/crypto/threads.html "void CRYPTO_set_id_callback(unsigned long (*id_function)(void)); id_function(void) is a function that returns a thread ID. It is not needed on Windows nor on platforms where g

Re: buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
On 03 02 25, Steve Kargl wrote: > On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote: > > and I'm trying to make buildworld today, but it crashes in various > > places with Signal 4. > Do you have CPUTYPE=p4? How much memory > is in the computer? You are right, it's CPU: Intel(R) Pen

Re: buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
On 03 02 25, leafy wrote: > On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote: > > Any idea why this could be happening? > > Maybe I should try make with NOCLEAN=yes? > No, that's the last thing you would want to try. Could you try removing /usr/obj > first and then rebuild world? W

X server won't start this morning

2003-02-25 Thread walt
Just finished a cvsup and rebuild of world/kernel and now my X server refuses to start: (EE) NVIDIA(0): Failed to initialize the NVdriver kernel module! The proprietary nvidia.ko module from nVidia still loads normally with no error messages during system boot. There is also a warning about a 'pos

Re: LAN support for nVidia nForce2

2003-02-25 Thread Maxim M. Kazachek
I CVSup'd February 24... In addition I want to say that measured ac97 link rate may be 51200 or more that 6 (about 69300 as I can remember) Sincerely, Maxim M. Kazachek mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] On Mon, 24 Feb 2003, David O'Brien w

RE: buildworld dies with Signal 4

2003-02-25 Thread Paul A. Howes
Paulius, I had the exact same problem less than a week ago. The solution was the edit my kernel build configuration file and add the following two lines: options DISABLE_PSE options DISABLE_PG_G This changes the VM subsystem so that it uses 4 kB pages instead of the default

Re: performance / /usr/src/UPDATING

2003-02-25 Thread Kevin Oberman
> Date: Mon, 24 Feb 2003 13:12:51 +0100 > From: Christoph Kukulies <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > > In /usr/src/UPDATING I read that -current is always compiled withlots of debugging > flags on etc. > > Can this be switched off with a single switch in the Makefile? No. It

[bobb@fastmail.fm: Fatal trap 12: page fault while in kernel mode]

2003-02-25 Thread Kris Kennaway
- Forwarded message from Bobb Shires <[EMAIL PROTECTED]> - I'm trying to install 5.0-RELEASE on a Gateway Solo 5150 laptop (PII-366/128M), can't seem to get past this situation while booting from the CD: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc8ea50

Re: LAN support for nVidia nForce2

2003-02-25 Thread Maxim M. Kazachek
if_xl.c is 1.129 Sincerely, Maxim M. Kazachek mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] On Mon, 24 Feb 2003, David O'Brien wrote: >On Mon, Feb 24, 2003 at 04:09:11PM +0600, Maxim M. Kazachek wrote: >> Is there any support of nVidia's nForce2 integrated LAN >> contr

patch for the nVidia driver and -CURRENT

2003-02-25 Thread Maxime Henrion
Hi all, Recent interface changes made the nVidia driver unbuildable on -CURRENT. The attached patch should make it work as it used to. Please let me know if it doesn't. Cheers, Maxime diff -u NVIDIA_FreeBSD-1.0-3203/src/nv-freebsd.h nvidia/src/nv-freebsd.h --- NVIDIA_FreeBSD-1.0-3203/sr

Re: LAN support for nVidia nForce2

2003-02-25 Thread Maxim M. Kazachek
Windows XP says that it's NVIDIA nForce MCP Networking Controller, if it can help. Sincerely, Maxim M. Kazachek mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] On Mon, 24 Feb 2003, David O'Brien wrote: >On Mon, Feb 24, 2003 at 04:09:11PM +0600, Maxim M. Kazachek wrote: >>

mac_mls still panics

2003-02-25 Thread Daniel C. Sobral
No, it didn't fix the problem. I must have mixed kernels when I tested. Two more panics attached (the first seems to have been a double panic). -- Daniel C. Sobral Gerência de Operações Divisão de Comunicação de Dados Coordenação de Segurança TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail:

Re: mac_mls still panics

2003-02-25 Thread Robert Watson
Question on both of these: could you inspect the struct ifnet pointer on the mbuf and see what interface they originated from? Also, the dumps are still showing NULL local variables where it should not be possible -- does manual inspection of the variables in the debugger reveal different values (

Re: patch for the nVidia driver and -CURRENT

2003-02-25 Thread walt
Maxime Henrion wrote: --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Recent interface changes made the nVidia driver unbuildable on -CURRENT. The attached patch should make it work as it used to. Please let me know if it doesn't. Yes! [Big kis

TCP stack panic (panic: bremfree: bp 0xc7743f60 not locked)

2003-02-25 Thread Daniel C. Sobral
This is just not my day. Today's (25/03) kernel: savecore: reboot after panic: bremfree: bp 0xc7743f60 not locked Feb 25 16:48:39 dcs savecore: reboot after panic: bremfree: bp 0xc7743f60 not lo cked savecore: writing core to vmcore.5 [EMAIL PROTECTED]:/root$ gdb -k /var/crash/kernel.5 /var/cras

panic: bwrite: buffer is not busy

2003-02-25 Thread Patric Mrawek
FYI, Panic with sources from Feb. 20th 02:00 CET. FreeBSD talisker 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu Feb 20 22:42:15 CET 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/TALISKER i386 [EMAIL PROTECTED]:/home/patric$ gdb -k /sys/i386/compile/TALISKER/kernel.debug /var/crash/vmcore.3 GNU g

ATA problems

2003-02-25 Thread Wesley Morgan
This morning I booted a kernel built last night, and it panicked when trying to mount the root filesystem after this: ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. ad0: removed from configuration done cvsup'd, built a new kernel, and now instead of a panic I get (w

/dev/mlx* renamed to /dev/mxl* ??

2003-02-25 Thread Bob Willcox
Were the device names for the Mylex devices changed? They used be named /dev/mlx* but now (since cvs updating and rebuilding my system this morning) seem to be named /dev/mxl* Was this a deliberate name change or am I missing something here? Thanks, Bob -- Bob WillcoxWe seem to have

Re: [Fwd: mkisofs | burncd not working in 5.0 ?]

2003-02-25 Thread David Vidal Rodríguez
Alexander Leidinger wrote: Please try the patch in from the mail to -current with the Message-ID <[EMAIL PROTECTED]> and report if it works for you. I've applied the patch included here, but it leads to an error (the .rej file shows it). I infer from the reject that a "while" has to be replaced b

Re: ATA problems

2003-02-25 Thread Soeren Schmidt
It seems Wesley Morgan wrote: > This morning I booted a kernel built last night, and it panicked when > trying to mount the root filesystem after this: > > ad0: READ command timeout tag=0 serv=0 - resetting > ata0: resetting devices .. > ad0: removed from configuration > done > > cvsup'd, built a

RE: /dev/mlx* renamed to /dev/mxl* ??

2003-02-25 Thread John Baldwin
On 25-Feb-2003 Bob Willcox wrote: > Were the device names for the Mylex devices changed? They used be named > /dev/mlx* but now (since cvs updating and rebuilding my system this > morning) seem to be named /dev/mxl* > > Was this a deliberate name change or am I missing something here? Fixed. :)

Re: patch for the nVidia driver and -CURRENT

2003-02-25 Thread Morten Rodal
On Tue, Feb 25, 2003 at 07:28:09PM +0100, Maxime Henrion wrote: [snip a lot of the patch] > @@ -1431,7 +1442,8 @@ > SLIST_FOREACH(at, &sc->alloc_list, list) { > if (offset >= at->address && > offset < at->address + at->size) > -return atop(vtophys(offset))

Re: patch for the nVidia driver and -CURRENT

2003-02-25 Thread Maxime Henrion
Morten Rodal wrote: > On Tue, Feb 25, 2003 at 07:28:09PM +0100, Maxime Henrion wrote: > [snip a lot of the patch] > > @@ -1431,7 +1442,8 @@ > > SLIST_FOREACH(at, &sc->alloc_list, list) { > > if (offset >= at->address && > > offset < at->address + at->size) > > -

Re: problems with umass device

2003-02-25 Thread Richard Nyberg
On Mon, Feb 24, 2003 at 03:11:14PM -0700, Ned Wolpert wrote: > I've got a cheesy cigar-pro USB flash-drive (256MB) that works fine on > current (as of last night) Oh! I know that many other umass devices work ;) What I meant to ask was if anybody knew how to make FreeBSD to work with my creative n

pcm breakage

2003-02-25 Thread La Temperanza
I haven't seen a message about this show up yet, so I'm thinking it may be an isolated glitch. I rebuilt my system this morning to try and solve some spurious reboots while using X, and ended up with this message being spammed about ten times on startup. /usr/src/sys/vm/uma_core.c:1330: could slee

RE: cc: Internal error: Illegal instruction (program as)

2003-02-25 Thread Rhett Monteg Hollander
"Paul A. Howes" wrote: > > All; > > These two kernel options seem to have solved the problem. Builds now > run smoothly and error-free. I read the comments in NOTES about these > options and something clicked: I recall that most Pentium processors > will only deal with 4 kB pages. Aren't 4 MB

SB Live goes silent after pcm commit

2003-02-25 Thread Øyvind Rakvåg
I believe the commit Feb 20 17:31:11 2003 UTC on src/sys/dev/sound/pci/emu10k1.c broke something. With a kernel built from 17:00 sources sound works, from 19:00 there is only the sound of silence. Everything looks OK, xmms, mpg123 etc play, but no sound. The pcm driver is compiled into the kernel

Re: SB Live goes silent after pcm commit

2003-02-25 Thread Olivier Houchard
On Tue, Feb 25, 2003 at 11:13:23PM +0100, ?yvind Rakv?g wrote: > I believe the commit Feb 20 17:31:11 2003 UTC on > src/sys/dev/sound/pci/emu10k1.c broke something. > > With a kernel built from 17:00 sources sound works, from 19:00 there is > only the sound of silence. Everything looks OK, xmms, m

rpcbind DoS when running with -l

2003-02-25 Thread Fred Souza
Hi, I've just run into a new bug. I was running rpcbind with the -l flag, and when I started Opera and it tried connecting to 127.0.0.1:111 to begin the DNS resolution phase, rpcbind started fork()'ing and eating up all resources. After a few minutes, I could get this from `ps`: root ~

Errors with wireless

2003-02-25 Thread James Satterfield
I'm getting a LOT of these. ether_input: drop bdg packet, bif 0x5 wi0: tx failed, retry limit exceeded Running a recent -current. FreeBSD 5.0-CURRENT #0: Sat Feb 15 13:12:32 PST 2003 Just seems to be an annoyance. Everything seems to work just fine. James. To Unsubscribe: send mail to [EMAIL

Re: Ethernet (xl) will not transmit or receive

2003-02-25 Thread Lucky Green
Kevin wrote: > I updated my 5.0 system built in late January to RELENG_5_0 on Sunday > and the Ethernet was not working. I tried again last night with no > change in behavior. > > The system is an AMD K6-2 on an ASUS P5A mobo. I have a 3Com 3c905B > Ethernet which had been working fine on a kernel

Re: Errors with wireless

2003-02-25 Thread Sam Leffler
> I'm getting a LOT of these. > > ether_input: drop bdg packet, bif 0x5 This was a stray debugging printf I forgot to remove. Update your system. > wi0: tx failed, retry limit exceeded If this happens again show the output of sysctl hw.wi. Sam To Unsubscribe: send mail to [EMAIL PROTECT

Re: Errors with wireless

2003-02-25 Thread Juli Mallett
* De: Sam Leffler <[EMAIL PROTECTED]> [ Data: 2003-02-25 ] [ Subjecte: Re: Errors with wireless ] > > wi0: tx failed, retry limit exceeded > > If this happens again show the output of sysctl hw.wi. I get those constantly when doing e.g. an interactive FTP session. ([EMAIL PROTECTED]:~)10

Re: Errors with wireless

2003-02-25 Thread Sam Leffler
> * De: Sam Leffler <[EMAIL PROTECTED]> [ Data: 2003-02-25 ] > [ Subjecte: Re: Errors with wireless ] > > > wi0: tx failed, retry limit exceeded > > > > If this happens again show the output of sysctl hw.wi. > > I get those constantly when doing e.g. an interactive FTP session. > > ([EMAIL PROTECTE

Re: Errors with wireless

2003-02-25 Thread James Satterfield
Ditto. Constantly get those errors. smak# ls -lad dmesg.today -rw--- 1 root wheel 32121 Feb 25 03:02 dmesg.today All tx failed messages. Same sysctl values as well. James. - Original Message - From: "Juli Mallett" <[EMAIL PROTECTED]> To: "Sam Leffler" <[EMAIL PROTECTED]> Cc: <[EM

Re: patch for the nVidia driver and -CURRENT

2003-02-25 Thread Patrick Hartling
Does anyone have this working with GDM 2.4.1.3 on -current? I've found that I can use the nvidia driver with Maxime's patch on a freshly built -current system as long as I don't use GDM. If I start up GDM, the system freezes as soon as the nvidia logo is replaced by the GDM login screen. In

Re: Errors with wireless

2003-02-25 Thread Juli Mallett
* De: Sam Leffler <[EMAIL PROTECTED]> [ Data: 2003-02-25 ] [ Subjecte: Re: Errors with wireless ] > > * De: Sam Leffler <[EMAIL PROTECTED]> [ Data: 2003-02-25 ] > > [ Subjecte: Re: Errors with wireless ] > > > > wi0: tx failed, retry limit exceeded > > > > > > If this happens again show the

Re: patch for the nVidia driver and -CURRENT

2003-02-25 Thread Joe Marcus Clarke
On Tue, 2003-02-25 at 23:45, Patrick Hartling wrote: > Does anyone have this working with GDM 2.4.1.3 on -current? I've found > that I can use the nvidia driver with Maxime's patch on a freshly built > -current system as long as I don't use GDM. If I start up GDM, the > system freezes as soon

Re: patch for the nVidia driver and -CURRENT

2003-02-25 Thread Jake Burkholder
Apparently, On Tue, Feb 25, 2003 at 10:49:16PM +0100, Maxime Henrion said words to the effect of; > Morten Rodal wrote: > > On Tue, Feb 25, 2003 at 07:28:09PM +0100, Maxime Henrion wrote: > > [snip a lot of the patch] > > > @@ -1431,7 +1442,8 @@ > > > SLIST_FOREACH(at, &sc->alloc_list

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread walt
Matt Smith wrote: What does your Drive Layout look like? Is your W2k partition FAT32? Has it always been the first partition on the drive, or did you move it, using something like partition magic? Is freeBSD in the extended partition? -Matt On Tue, 2003-02-25 at 11:58, Andrew Boothman wrote: Qu

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread Andrew Boothman
Quoting Lucas Holt <[EMAIL PROTECTED]>: > It probably is. You need to put in the win 2k CD and do a repair on > your windows install.. unfortunetely this may screw up your freebsd > install. > > On Tuesday, February 25, 2003, at 05:58 AM, Andrew Boothman wrote: > > > Hi! > > > > I've just in

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread Matt Smith
What does your Drive Layout look like? Is your W2k partition FAT32? Has it always been the first partition on the drive, or did you move it, using something like partition magic? Is freeBSD in the extended partition? -Matt On Tue, 2003-02-25 at 11:58, Andrew Boothman wrote: > Quoting Lucas Holt

Re: Checksum offload support for Intel 82550/82551

2003-02-25 Thread Attila Nagy
Hello, > Yes, it's me. I'm still alive. It's great to hear that one of the most talented FreeBSD hackers is back in business :) Does this means that you can afford some time to investigate the problems regarding your old software? I mean ng_fec primarily, because I couldn't get help in the past

Re: Checksum offload support for Intel 82550/82551

2003-02-25 Thread Bill Paul
> Hello, > > > Yes, it's me. I'm still alive. > It's great to hear that one of the most talented FreeBSD hackers is back > in business :) > > Does this means that you can afford some time to investigate the problems > regarding your old software? Not unless it's something I can fix using easily

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread Andrew Boothman
Quoting Matt Smith <[EMAIL PROTECTED]>: > What does your Drive Layout look like? Is your W2k partition FAT32? > Has it always been the first partition on the drive, or did you move > it, > using something like partition magic? Is freeBSD in the extended > partition? > -Matt > On Tue, 2003-02-25

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread George Hartzell
Andrew Boothman writes: > [...] > I didn't really change much about my system when I installed FreeBSD. > > Windows is installed on the whole of the first HDD, and FreeBSD on the whole of > the second. Prior to installing 5.0, the second disc had an old installation of > 4.6 that I wasn't

Re: "NTLDR missing" after 5-RELEASE install

2003-02-25 Thread Nawfal bin Mohmad Rouyan
Hi! I also encountered the same problem and I thought it was my own mistake. Attempt to repair the partition failed. Even new installation was failed. I did fdisk /mbr after booting through diskette into dos and then installing fresh windows 2000 also failed. The copy process from cd to hd is okay

Re: performance / /usr/src/UPDATING

2003-02-25 Thread Dag-Erling Smorgrav
Christoph Kukulies <[EMAIL PROTECTED]> writes: > In /usr/src/UPDATING I read that -current is always compiled > withlots of debugging flags on etc. > > Can this be switched off with a single switch in the Makefile? Not a single switch, but there isn't a whole lot to do. Mainly, you want to turn t