Panic in ip_input

2003-11-17 Thread Andreas Kohn
Hi, with a -CURRENT from yesterday, I get a panic when copying large amounts of data from my laptop to the desktop system (panic on the desktop): panic: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor

Re: Panic in ip_input

2003-11-17 Thread Max Laier
Hello Andreas, Monday, November 17, 2003, 8:11:47 AM, you wrote: AK> #7 0xc05ed8a9 in ip_input (m=0x0) at AK> /usr/src/sys/netinet/ip_input.c:364 AK> #8 0xc05e6292 in div_output (so=0xc2f11d20, m=0xc16d6600, AK> sin=0xc2d834b0, AK> control=0x0) at /usr/src/sys/netinet/ip_divert.c:364 AK> (

Re: cbb cardbus activation failed

2003-11-17 Thread Philippe Charnier
Salut, Doug Rabson <[EMAIL PROTECTED]> wrote: >On Sat, 2003-11-15 at 22:32, Philippe Charnier wrote: >> Hello, >> >> I have a Compaq armada 7800 with a noname pccard ethernet adapter >> which used to be detected as: >> >> rl0: port 0x1100-0x11ff mem 0x8800-0x880001f >f irq 11 at device 0.0

Re: cbb cardbus activation failed

2003-11-17 Thread Doug Rabson
On Mon, 2003-11-17 at 08:44, Philippe Charnier wrote: > Salut, > > Doug Rabson <[EMAIL PROTECTED]> wrote: > > >On Sat, 2003-11-15 at 22:32, Philippe Charnier wrote: > >> Hello, > >> > >> I have a Compaq armada 7800 with a noname pccard ethernet adapter > >> which used to be detected as: > >> >

RE: cbb cardbus activation failed

2003-11-17 Thread Seth Chandler
I've been getting the activation failed message since I started running current. I'm using an atheros based card, and it works fine after I insert it, remove it, and insert it again. The first insertion produces the cbb0: activation failed message, and on the second insertion it recognizes it fin

Re: upgraded to CURRENT = system is dead

2003-11-17 Thread Dag-Erling Smørgrav
Antoine Jacoutot <[EMAIL PROTECTED]> writes: > Here is what I did: > $ cvsup blablabla... > $ make buildkernel KERNCONF=MYKERNEL && make install kernel KERNCONF=MYKERNEL There's not much point in 'make buildkernel' if you haven't done 'make buildworld' first. DES -- Dag-Erling Smørgrav - [EMAIL

HEADS UP: amd64 users! SMP code drop committed.

2003-11-17 Thread Peter Wemm
The subject should be pretty self explanatory. However, this commit trips some of the landmines in the nVidia nForce3 Pro-150 chipset and/or reference bios. Boards known to be broken by the commit: ASUS SK8N: two problems.. 1) requires 'device atpic' and that you run in 'mixed mode', even thou

Re: init and USB oddities-ULE-ATA

2003-11-17 Thread Dag-Erling Smørgrav
Harald Schmalzbauer <[EMAIL PROTECTED]> writes: > since about one day "kill 1" and "init 1" don't work anymore! > Now I don't know how to change to single user mode from normal boot now. man shutdown DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___

Panic after mount() fail.

2003-11-17 Thread Pawel Jakub Dawidek
Hello. There is a problem with mount(2) failures. It can cause panics. How-to-repeat. # dd if=/dev/random of=/test.img bs=1m count=8 # mdconfig -a -t vnode -f /test.img -u 25 # mkdir -p /mnt/test # mount /dev/md25 /mnt/test (fail) # mount /dev/md25

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Ruslan Ermilov
On Sun, Nov 16, 2003 at 09:51:30PM -0800, Kris Kennaway wrote: > On Mon, Nov 17, 2003 at 12:51:49AM -0500, Anthony Schneider wrote: > > This isn't *totally* the case. :) > > > > My problem is that in upgrading from 5.1-RELEASE to -CURRENT today, > > installworld fails at installing "test" with (ha

Re: HEADS UP: amd64 users! SMP code drop committed.

2003-11-17 Thread David O'Brien
On Mon, Nov 17, 2003 at 01:51:53AM -0800, Peter Wemm wrote: > sledge.freebsd.org is now running in SMP, as is the loaner 4-way Opteron > that I have for testing. Now that you've got all 4 CPU's spinning up, producing maxium BTU's, aren't you glad I brought you that new useful space header for wint

Re: sound patch for pop & crackles

2003-11-17 Thread Eirik Oeverby
Hi, I've now finally managed to test this, a bit later than I anticipated. It does help the situation quite a lot, but I still have sound problems. They are much less audible now, as I cannot hear any crackles and pops. However in music with a steady rythm I notice that every now and then it must

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Tony Finch
Erik Trulsson <[EMAIL PROTECTED]> wrote: >On Sun, Nov 16, 2003 at 07:24:00PM -0700, Brent Jones wrote: >> >> This is just a case of OS evolution. /sbin used to be the place where >> the statically linked recovery things would be placed, in case the >> shared libraries got hosed. The only thing

Re: Machine freeze when X starts

2003-11-17 Thread Jens Rehsack
Janet Sullivan wrote: Jens Rehsack wrote: mail and rebuild all ports, my machine always crashes when I start X. My problem is, that I cannot determine the reason for the crashes, so I cannot think about a workaround. Any hints are very welcome :-) I've had the exact same symptoms as you with a r

Re: Machine freeze when X starts

2003-11-17 Thread Jens Rehsack
Chris Knight wrote: -Original Message- From: Jens Rehsack [mailto:[EMAIL PROTECTED] Sent: Monday, 17 November 2003 00:00 To: [EMAIL PROTECTED] Subject: Machine freeze when X starts Hi, after I updated my machine yesterday to the -CURRENT src/ and ports/ of yesterday (2003-11-15 10:30 GMT

Re: Panic in ip_input

2003-11-17 Thread Andre Oppermann
Max Laier wrote: > > Hello Andreas, > > Monday, November 17, 2003, 8:11:47 AM, you wrote: > AK> #7 0xc05ed8a9 in ip_input (m=0x0) at > AK> /usr/src/sys/netinet/ip_input.c:364 > AK> #8 0xc05e6292 in div_output (so=0xc2f11d20, m=0xc16d6600, > AK> sin=0xc2d834b0, > AK> control=0x0) at /usr/src

Re: Panic in ip_input

2003-11-17 Thread Andreas Kohn
On Mon, 17 Nov 2003 09:02:56 +0100 Max Laier <[EMAIL PROTECTED]> wrote: > Hello Andreas, > > Monday, November 17, 2003, 8:11:47 AM, you wrote: > AK> #7 0xc05ed8a9 in ip_input (m=0x0) at > AK> /usr/src/sys/netinet/ip_input.c:364 > AK> #8 0xc05e6292 in div_output (so=0xc2f11d20, m=0xc16d6600, > A

[PATCH] /usr/sbin/moused fails if ums is built into kernel

2003-11-17 Thread Jens Rehsack
>Submitter-Id: current-users >Originator:Jens Rehsack >Organization: LiWing IT-Services >Confidential: no >Synopsis: [PATCH] /usr/sbin/moused fails if ums is built into kernel >Severity: serious >Priority: high >Category: bin >Class: sw-bug >Release: FreeBS

Compact Flash panic integer divide fault

2003-11-17 Thread Ted Lindgreen
Hi, Since some time FreeBSD-current panics with a compact flash disk in a pccard adapter. The kernel panics with "integer divide fault" as soon as the card is encountered. I first saw the "integer divide fault" with a kernel build on November 6th. With a newer kerner (Nov 10th) the panic changed

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Michael Edenfield
* Erik Trulsson <[EMAIL PROTECTED]> [031116 23:21]: > On Sun, Nov 16, 2003 at 07:24:00PM -0700, Brent Jones wrote: > > This is just a case of OS evolution. /sbin used to be the place where > > the statically linked recovery things would be placed, in case the > > shared libraries got hosed. The

Re: init and USB oddities-ULE-ATA

2003-11-17 Thread Michael Edenfield
* Harald Schmalzbauer <[EMAIL PROTECTED]> [031116 23:42]: Content-Description: signed data > On Monday 17 November 2003 05:25, Steve Kargl wrote: > > On Mon, Nov 17, 2003 at 04:39:08AM +0100, Harald Schmalzbauer wrote: > > Content-Description: signed data > > > > > Salve, > > > > > > since about on

mouse working again

2003-11-17 Thread David Hill
OK, this morning I cvsup'd and recompiled my kernel and moused. My mouse is working again. Thanks - David ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Panic after mount() fail.

2003-11-17 Thread Robert Watson
On Mon, 17 Nov 2003, Pawel Jakub Dawidek wrote: > Hello. > > There is a problem with mount(2) failures. It can cause panics. > > How-to-repeat. > > # dd if=/dev/random of=/test.img bs=1m count=8 > # mdconfig -a -t vnode -f /test.img -u 25 > # mkdir -p /mnt/test > # mou

Re: Machine freeze when X starts

2003-11-17 Thread Robert Watson
On Sun, 16 Nov 2003, Jens Rehsack wrote: > after I updated my machine yesterday to the -CURRENT src/ and ports/ of > yesterday (2003-11-15 10:30 GMT), build kernel and world as described in > Kirks HEADSUP mail and rebuild all ports, my machine always crashes when > I start X. > > My problem is

Re: vinum error: statfs related?

2003-11-17 Thread Hiroo Ono
At Sun, 16 Nov 2003 20:14:24 -0800 (PST), Daryl Chance wrote: > I am currently not able to load my vinum array > (haven't tried to revert back to pre-statfs source) Me too. After upgrading the kernel from -current as of mid september to today's, I rebooted and got "vinum loaded, no drives found" m

Re: Machine freeze when X starts

2003-11-17 Thread Jens Rehsack
Robert Watson wrote: On Sun, 16 Nov 2003, Jens Rehsack wrote: after I updated my machine yesterday to the -CURRENT src/ and ports/ of yesterday (2003-11-15 10:30 GMT), build kernel and world as described in Kirks HEADSUP mail and rebuild all ports, my machine always crashes when I start X. My p

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Erik Trulsson
On Mon, Nov 17, 2003 at 09:00:20AM -0500, Michael Edenfield wrote: > * Erik Trulsson <[EMAIL PROTECTED]> [031116 23:21]: > > On Sun, Nov 16, 2003 at 07:24:00PM -0700, Brent Jones wrote: > > > This is just a case of OS evolution. /sbin used to be the place where > > > the statically linked recover

make world failure

2003-11-17 Thread Odhiambo Washington
Hi, I end up with the following when I run `make world` on 5.1-RELEASE-p10. /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file or directory In file included from /usr/src/contrib/libstdc++/libsupc++/eh_globals.cc:33: /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.

Re: make world failure

2003-11-17 Thread sethbc
What do you have your CFLAGS/CPUTYPE set to? I've run into this before with aggressive CFLAGS/CPUTYPE i believe (-O3 with athlon-mp) seth > Hi, > > I end up with the following when I run `make world` on 5.1-RELEASE-p10. > > > /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No

Re: dc still reporting collisions

2003-11-17 Thread Doug White
On Sat, 15 Nov 2003, Jos Backus wrote: > > If its a real hub, hubs aren't full duplex. > > Yeah, I know (believe it or not, but my job description says "Network > Engineer" :-). I don't make assumptions about titles and knowledge levels. :-) > > If its a switch, the switch and PC might not have

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Julian Stacey
Bill Vermillion wrote: > I would think that instead of NO_DYNAMICROOT root in make.conf, > a varialbe of DYNAMICROOT be used with the default of building > static, and having the option of building dynamic for those > who need to save those few MB of space. IOW don't change one of > the things th

Re: HEADS-UP new statfs structure condidered harmful

2003-11-17 Thread Doug White
On Sat, 15 Nov 2003, Matthew Dillon wrote: > I don't understand the question. All that happens is that functions like > fstat() and statfs() become libc functions rather then direct syscalls. > The userland program doesn't know the difference, it uses fstat() and > statfs() just l

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Robert Watson
On Mon, 17 Nov 2003, Julian Stacey wrote: > Richard Coleman wrote: > > But I think the time for these discussions is passed. > > current@ is only a concensus of /usr/src developers. /usr/src & > /usr/ports/ users on hackers@ ports@ isp@ may not have seen current@'s > change ? that may make la

Re: dc still reporting collisions

2003-11-17 Thread Jos Backus
On Mon, Nov 17, 2003 at 09:14:05AM -0800, Doug White wrote: > On Sat, 15 Nov 2003, Jos Backus wrote: > Just because it's been "working forever" doesn't mean it can't fail. Of course. > Ever heard of power surges? Static discharge? I've seen a tx on a Compaq > motherboard go kaput with no interv

Re: acpi_cpu_idle panic (Was: Re: kernel panic with todays source)

2003-11-17 Thread Nate Lawson
On Mon, 17 Nov 2003, Harald Schmalzbauer wrote: > On Sunday 16 November 2003 21:11, Nate Lawson wrote: > > The panic you see is a result of the new acpi_cpu driver, not ULE. In any > > case, it appears that acpi_cpu_idle is being called and trying to read one > > of the processor control registers

Re: kldload(2) and debug kernels

2003-11-17 Thread Doug White
On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote: > It looks like the kldload system call takes the name of the module you > give it, like "ums", and just tacks on ".ko" and searches > in whatever the default paths are for kernel modules until it finds > ums.ko. Peachy. > > But what about if you bu

Re: hard lock-up writing to tape

2003-11-17 Thread Doug White
On Sun, 16 Nov 2003, Mike Durian wrote: > I'm using -current cvsup'd as of Nov 15, 2003. When I try to do a > dump or run the btape (fill command) program from bacula, my machine > will lock up hard. Doesn't respond to ping. No access to kernel > debugger. Num lock doesn't come on. Sounds lik

Re: DWL-G520 (Atheros 5212) x FreeBSD

2003-11-17 Thread Sam Leffler
On Sunday 16 November 2003 04:46 pm, Neilson Henriques wrote: > Hi ! > > After read the man page of ath(4) driver I decided to > buy a DWL-G520 but it is insisting to not joy with me. :-( > I tried to replace the board, replace the machine, reinstall > the FreeBSD and cvsup the toda

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Terry Lambert
"Robert M.Zigweid" wrote: > I'll admit to being mostly a lurker here, but isn't the point of /sbin > to be statically linked. That's what the 's' stands for? > > Second question. This seems to imply that /sbin and /bin both have to > have the same behavior? I have no problem with /bin being dyn

5-CURRENT totally broken on AMD64 in 32-bit mode

2003-11-17 Thread David O'Brien
The kernel changes of the past week has totally turned my AMD64 machine that I use in 32-bit mode running FreeBSD/i386 (GENERIC): OK boot -v cpuid = 0; apic id = 00 instruction pointer = 0x0:0xa00 stack pointer = 0x0:0xffe frame pointer = 0x0:0x0 code segment= b

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread walt
Terry Lambert wrote: "Robert M.Zigweid" wrote: I'll admit to being mostly a lurker here, but isn't the point of /sbin to be statically linked. That's what the 's' stands for? Second question. This seems to imply that /sbin and /bin both have to have the same behavior? I have no problem with /bi

usb0: cannot start

2003-11-17 Thread Lukas Ertl
Hi, running a kernel from Sat Nov 15 21:58:25 CET 2003, I get the following messages when resuming from ACPI suspend: usb0: cannot start usb1: cannot start usb2: cannot start usb0: host system error usb0: host controller process error usb0: host controller halted usb1: host system error usb1: hos

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Kris Kennaway
On Mon, Nov 17, 2003 at 06:26:00PM +0100, Julian Stacey wrote: > Bill Vermillion wrote: > > I would think that instead of NO_DYNAMICROOT root in make.conf, > > a varialbe of DYNAMICROOT be used with the default of building > > static, and having the option of building dynamic for those > > who nee

Re: ATAng regression: cdcontrol close not working

2003-11-17 Thread Lars Eggert
Lars Eggert wrote: Soren Schmidt wrote: Is there any other patch I can try? I've just confirmed that this bug still exists with today's kernel. I cant reproduce the no matter what I try, sorry... Would remote access to the machine in question help you? FYI, this is still an issue: s = ioctl(

Re: HEADS-UP new statfs structure condidered harmful

2003-11-17 Thread Matthew Dillon
:Well, there's some glue there now, but its pretty slim. What you :advocate would swap system call numbers for doing structure reloading per :call, which would significantly incrase the cost of the call. :Considering that *BSD system call overhead is pretty bad as is, I don't :think I'd be puttin

Burncd is failing for me.

2003-11-17 Thread Edwin Culp
I'm running current with a cvsup, make world and new kernel as of this morning. The test is on a Dell with a dvd-rom acd0: DVDROM at ata1-master PIO4 I have been mounting cdrom's with no problem but I just tried burncd and get the following error. Nov 17 13:52:35 kernel: acd0: FAILURE - MODE_S

Re: hard lock-up writing to tape

2003-11-17 Thread Mike Durian
On Monday 17 November 2003 10:50 am, Doug White wrote: > > To debug this, you will need to set up a serial console with some special > kernel options. Instructions for booting with serial console are in the > Handbook, but you will have to compile with the following kernel options: Is there a tri

hit g_provider %p disappeared while tasting

2003-11-17 Thread Bjoern A. Zeeb
Hi, I am pxebooting an md_image as root fs. While this worked for cvsup sources from around 20031115-1501 UTC it fails woth same kernel config with sources from today 20031117-1435 UTC. --- 20031115-1501 --- ... IPsec: Initialized Security Association Processing. Mounting root from ufs:/dev/md0c

Re: kldload(2) and debug kernels

2003-11-17 Thread Dimitry Andric
On 2003-11-17 at 18:47:28 Doug White wrote: > If you give a specific path to a module then it will load that module. No. It will not load arbitrary files, but _only_ files that end in ".ko". I've encountered this before, and therefore I always simply follow a make installkernel.debug by a script

Re: hit g_provider %p disappeared while tasting

2003-11-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Bjo ern A. Zeeb" writes: >Hi, > >I am pxebooting an md_image as root fs. While this worked for cvsup >sources from around 20031115-1501 UTC it fails woth same kernel config >with sources from today 20031117-1435 UTC. >The problem

Re: 5-CURRENT totally broken on AMD64 in 32-bit mode

2003-11-17 Thread Andy Farkas
On Mon, 17 Nov 2003, David O'Brien wrote: > The kernel changes of the past week has totally turned my AMD64 machine > that I use in 32-bit mode running FreeBSD/i386 (GENERIC): > > OK boot -v > cpuid = 0; apic id = 00 > instruction pointer = 0x0:0xa00 > stack pointer = 0x0:0xffe > fra

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Peter Wemm
walt wrote: > Terry Lambert wrote: > > "Robert M.Zigweid" wrote: > > > >>I'll admit to being mostly a lurker here, but isn't the point of /sbin > >>to be statically linked. That's what the 's' stands for? > >> > >>Second question. This seems to imply that /sbin and /bin both have to > >>have the

Re: vinum error: statfs related?

2003-11-17 Thread Eric Anholt
On Sun, 2003-11-16 at 20:14, Daryl Chance wrote: > I am currently not able to load my vinum array > (haven't tried to revert back to pre-statfs source) > after I built a new kernel and world. I upgraded the > recommended way (installkernel, reboot, single user > mode, installworld, etc) and when m

Re: hit g_provider %p disappeared while tasting

2003-11-17 Thread Bjoern A. Zeeb
same kernel config > >with sources from today 20031117-1435 UTC. > > >The problem seems to be triggered by following commit: > >http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/geom/geom_subr.c.diff?r1=1.61&r2=1.62&sortby=date&f=h > > That commit adds the message and

Re: hard lock-up writing to tape

2003-11-17 Thread Doug White
On Mon, 17 Nov 2003, Mike Durian wrote: > On Monday 17 November 2003 10:50 am, Doug White wrote: > > > > To debug this, you will need to set up a serial console with some special > > kernel options. Instructions for booting with serial console are in the > > Handbook, but you will have to compile

Re: acpi_cpu_idle panic (Was: Re: kernel panic with todays source)

2003-11-17 Thread Harald Schmalzbauer
On Monday 17 November 2003 18:45, Nate Lawson wrote: > On Mon, 17 Nov 2003, Harald Schmalzbauer wrote: > > On Sunday 16 November 2003 21:11, Nate Lawson wrote: > > > The panic you see is a result of the new acpi_cpu driver, not ULE. In > > > any case, it appears that acpi_cpu_idle is being called

Re: named problem (introduced in 5.1)

2003-11-17 Thread Doug White
Strip net cc:. Please don't crosspost, thanks. On Mon, 17 Nov 2003, Aleksander Rozman - Andy wrote: > I have been running named for few years now, and I never had any problem > with it. Few days ago I upgraded system to 5.1 (Release) and named has gone > beserk. It shows errors in named.root file

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Ken Smith
On Mon, Nov 17, 2003 at 12:59:47PM -0800, Peter Wemm wrote: > It is 'system' binaries. The distinction between bin and sbin (and /usr/ > bin and /usr/sbin) is that the binaries in */sbin are only really supposed > to be useful for administrators or other priviliged users. Yup, this distinction w

Two panics for the price of one: acpi_cpu_idle *and* turnstiles

2003-11-17 Thread Robert Watson
syncing disks, buffers remaining... done Uptime: 1h25m24s Shutting down ACPI terneRle btoroatpi n1g2. .w.i h interrupts disabled panic: Assertion td->td_turnstile != NULL failed at ../../../kern/subr_turnstile.c:437 cpuid = 0; Debugger("panic") Stopped at Debugger+0x55: xchgl %ebx,in_De

Re: Machine freeze when X starts

2003-11-17 Thread Janet Sullivan
Brent Jones wrote: Do you know of anyone who has DRI running on an nForce2 board with an AGP video card? I also have an nForce2 board with a Radeon 9000, and discovered yesterday that DRI is non functional. The machine still runs when the screen blanks, so you can access it remotely to reboot.

Re: vinum error: statfs related?

2003-11-17 Thread Robert Watson
On Fri, 17 Jan 2003, Eric Anholt wrote: > I'm getting the same (no drives/subdisks/plexes/volumes found) trying to > upgrade from a Nov 11 kernel/userland to Nov 16th kernel. I tried > seeing if using a Nov 16th vinum binary would load them, but after doing > a stop/start, the system paniced, an

recurring installworld problem

2003-11-17 Thread freebsd
Hey all... Been trying to get 5.1-CURRENT installed since thursday. This is my procedure: cvsup make buildworld make buildkernel make installkernel -- reboot -- make installworld This is the error I've been getting (probably 25x since thursday... yes.. 25 fresh installs since then) ===> bin/rc

Re: upgraded to CURRENT = system is dead

2003-11-17 Thread Garance A Drosihn
At 10:37 AM +0100 11/17/03, Dag-Erling Smørgrav wrote: Antoine Jacoutot <[EMAIL PROTECTED]> writes: Here is what I did: $ cvsup blablabla... > $ make buildkernel KERNCONF=MYKERNEL && >make install kernel KERNCONF=MYKERNEL There's not much point in 'make buildkernel' if you haven't done

Re: upgraded to CURRENT = system is dead

2003-11-17 Thread Robert Watson
On Mon, 17 Nov 2003, Garance A Drosihn wrote: > At 10:37 AM +0100 11/17/03, Dag-Erling Smørgrav wrote: > >Antoine Jacoutot <[EMAIL PROTECTED]> writes: > >> Here is what I did: > >> $ cvsup blablabla... > > > $ make buildkernel KERNCONF=MYKERNEL && > > >make install kernel KERNCONF=MYK

Re: Two panics for the price of one: acpi_cpu_idle *and* turnstiles

2003-11-17 Thread Nate Lawson
Thanks for the info. His analysis is correct. I'll add a detach method that disables sleeping during shutdown. -Nate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL P

Re: hard lock-up writing to tape

2003-11-17 Thread Mike Durian
On Monday 17 November 2003 02:09 pm, Doug White wrote: > > Set flag 0x80 on sio1 and take it off of sio0. Thats what the kernel uses > to decide which port to use. The BOOT_COMCONSOLE_PORT is used by loader > only. I was finally able to get some partial success by setting flag 0x30 for sio1. Whe

Re: recurring installworld problem

2003-11-17 Thread Lanny Baron
Hey, 1) cvsup 2) make buildworld 3) make installworld 4) make kernel KERNCONF=KERNNAME or cd /sys/i386/conf; config KERNNAME cd ../compile/KERNNAME make depend && make && make install && shutdown -r now POOF! Your done :) Hope that helps. Lanny On Mon, 2003-11-17 at 18:25, [EMAIL PROTECTED] wr

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Garance A Drosihn
At 6:26 PM +0100 11/17/03, Julian Stacey wrote: Seconded ! Better commit an improved switch with default = Off. The time for voting was months ago. In fact, we have been running with what-you-call an "improved" switch for the past few months, to give people a chance to work out all the issues bef

Re: HEADS UP: amd64 users! SMP code drop committed.

2003-11-17 Thread Peter Wemm
Peter Wemm wrote: > You may also try 'set hint.acpi.0.disabled=1' in your loader. Be sure to > leave out the mptable options as well, and include the atpic device. The good news is that this solves my problems on the gigabyte board. I expect it'll work for the nvidia as well. But you will need

Re: recurring installworld problem

2003-11-17 Thread Aron Håkanson
Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: > Hey all... > > Been trying to get 5.1-CURRENT installed since thursday. > > This is my procedure: > > cvsup > make buildworld > make buildkernel > make installkernel > -- reboot -- > make installworld > > This is the error I've been gettin

panic: vm_fault: fault on nofault entry

2003-11-17 Thread Jun Kuriyama
Hmm, I'm not sure where the actual panic is caused. This is yesterday's kernel (about 16 hours ago). - % gdb -k kernel.debug /work/crash/vmcore.5 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you a

Re: recurring installworld problem

2003-11-17 Thread Michael Collette
That's exactly opposite of what UPDATING states. I don't intend to nit pick the point, but I'm about to dig back into this tonight and I'm curious as to which order to run things in. According the the note in UPDATING, you should build world, build and install kernel, reboot, then lastly insta

Re: upgraded to CURRENT = system is dead

2003-11-17 Thread Garance A Drosihn
At 6:23 PM -0500 11/17/03, Robert Watson wrote: On Mon, 17 Nov 2003, Garance A Drosihn wrote: > Uh. /usr/src/UPDATING explicitly says: 20031112: > [...] You should build and boot a new kernel BEFORE > doing a `make world' as the new kernel will know about > binaries using the o

Re: recurring installworld problem

2003-11-17 Thread Scott Likens
On Mon, 2003-11-17 at 16:19, Aron HÃ¥kanson wrote: > Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: > > Hey all... > > > > Been trying to get 5.1-CURRENT installed since thursday. > > > > This is my procedure: > > > > cvsup > > make buildworld > > make buildkernel > > make installkernel

IBM Blade

2003-11-17 Thread Andy McCarty
Has anyone been successful installing FreeBSD 5.x (or 4.x) on an IBM HS20 Blade? I would surely be interested in pointers if possible. -- ~Andy ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: recurring installworld problem

2003-11-17 Thread Aron Håkanson
Tis 2003-11-18 klockan 01.45 skrev Scott Likens: > On Mon, 2003-11-17 at 16:19, Aron Håkanson wrote: > > Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: > > > Hey all... > > > > > > Been trying to get 5.1-CURRENT installed since thursday. > > > > > > This is my procedure: > > > > > > cvsup

Re: Panic in ip_input

2003-11-17 Thread Andreas Kohn
On Mon, 2003-11-17 at 11:48, Andre Oppermann wrote: > Max Laier wrote: > > > > Hello Andreas, > > > > Monday, November 17, 2003, 8:11:47 AM, you wrote: > > AK> #7 0xc05ed8a9 in ip_input (m=0x0) at > > AK> /usr/src/sys/netinet/ip_input.c:364 > > AK> #8 0xc05e6292 in div_output (so=0xc2f11d20, m=

Re: recurring installworld problem

2003-11-17 Thread masta
Scott Likens wrote: > On Mon, 2003-11-17 at 16:19, Aron HÃ¥kanson wrote: > >>Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: >>>cvsup >>>make buildworld >>>make buildkernel >>>make installkernel >>>-- reboot -- >>>make installworld >>> >>... >>>/usr/src/bin/csh/../../contrib/tcsh/comple

EISA Adaptec 274X SCSI panic (ISRng related)

2003-11-17 Thread Andy Farkas
On Sat, 15 Nov 2003, Andy Farkas wrote: > My EISA AHA2740's don't work no more :( # grep ahc /var/run/dmesg.boot ahc0: at 0x2c00-0x2cff, irq 10 (level) ahc0: on eisa0 slot 2 ahc1: at 0x4c00-0x4cff, irq 11 (level) ahc1: on eisa0 slot 4 ahc2: port 0xf800-0xf8ff mem 0xf68fb000-0xf68fbfff irq 17

psm (pr kern/59067) and irq 16 rate, some observations

2003-11-17 Thread fbsd-lists
Sorry to start a new thread on this; I didn't keep any of the previous messages related to these issues to reply to. I'm hoping these observations can benefit someone and aid them in tracking this down. Please bear with the length. I have noticed the following after rebooting into today's -curre

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Anthony Schneider
well, it did compile, install and (mostly) boot with NO_DYNAMICROOT. However,i'm back to another problem (see my next email). Thanks for the responses. -Anthony. On Mon, Nov 17, 2003 at 12:06:11PM +0200, Ruslan Ermilov wrote: > On Sun, Nov 16, 2003 at 09:51:30PM -0800, Kris Kennaway wrote: > > O

build world question

2003-11-17 Thread Jason
I cvsuped an hour or so ago, now when I finish make buildworld I get: ===> usr.sbin/boot0cfg cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall -Wno-form

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Peter Wemm
Ken Smith wrote: > On Mon, Nov 17, 2003 at 12:59:47PM -0800, Peter Wemm wrote: > > > It is 'system' binaries. The distinction between bin and sbin (and /usr/ > > bin and /usr/sbin) is that the binaries in */sbin are only really supposed > > to be useful for administrators or other priviliged user

Re: hit g_provider %p disappeared while tasting

2003-11-17 Thread Robert Watson
On Mon, 17 Nov 2003, Bjoern A. Zeeb wrote: > > Where the dead pointer comes from is what has yet to be discovered. > > > > Do you have an atapi-cd drive in this machine ? > > No. > > while pxebooting there is no floppy and no hd and no cf rader attached. > > fxp0, dual intel card fxp1,2 an ed

Re: build world question

2003-11-17 Thread Steve Kargl
On Mon, Nov 17, 2003 at 11:12:20PM -0500, Jason wrote: > I cvsuped an hour or so ago, now when I finish make buildworld I get: > ===> usr.sbin/boot0cfg > cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall > -Wno-format-y2k -Wno-uninitialized -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c > cc -

another panic for your viewing pleasure

2003-11-17 Thread vze2ztys
I think this one occured as a result of "cdcontrol -f /dev/acd1 p", but I can't be sure. (kgdb) bt #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc04c7ce4 in boot (howto=0x100) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc04c8088 in panic () at /usr/src/sys/kern/kern_shutdown.c

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Bruce M Simpson
On Sun, Nov 16, 2003 at 11:37:47PM -0500, Bill Vermillion wrote: > For those who don't build the OS but install from binaries, this > makes the system potentially less rugged. > > One of the things I disliked about the Linux systems I've been on > is libraries that change and break things - for th

Help getting Realtek 8129-based NIC recognized?

2003-11-17 Thread David Wolfskill
OK; now that I finally(!) got a version of -CURRENT built and running in multi-user mode, I'll try to help identify a problem I've observed since September, when Bill Paul committed src/sys/pci/if_rl.c rev. 1.119. And to the extent I'm able, I'd like to help with a solution. :-} The machine in q

Re: Help getting Realtek 8129-based NIC recognized?

2003-11-17 Thread M. Warner Losh
Have you tried re? Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: upgraded to CURRENT = system is dead

2003-11-17 Thread Antoine Jacoutot
On Tuesday 18 November 2003 00:17, Garance A Drosihn wrote: > Users need to specify a single target of 'installkernel', > with no blanks between the two words. Antoine, was that > just a typo, or did you really do 'make install kernel'? I was a typo :) -- Antoine Jacoutot [EMAIL PROTECTED] http

named problem (introduced in 5.1)

2003-11-17 Thread Aleksander Rozman - Andy
Hi ! I have been running named for few years now, and I never had any problem with it. Few days ago I upgraded system to 5.1 (Release) and named has gone beserk. It shows errors in named.root file. Error go something like this: check_hints: no A record for address 'Something' class 1 in hints

Re: named problem (introduced in 5.1)

2003-11-17 Thread Jason
Aleksander Rozman - Andy wrote: Hi ! I have been running named for few years now, and I never had any problem with it. Few days ago I upgraded system to 5.1 (Release) and named has gone beserk. It shows errors in named.root file. Error go something like this: check_hints: no A record for addre

4 Clause license?

2003-11-17 Thread Rod Taylor
The PostgreSQL group has recently had a patch submitted with a snippet of code from FreeBSDs src/bin/mkdir/mkdir.c. http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/mkdir/mkdir.c?annotate=1.27 Is this intentionally under the 4 clause license or does the copyright from the website (2 clause) applied

Re: 4 Clause license?

2003-11-17 Thread Simon L. Nielsen
On 2003.11.17 14:48:08 -0500, Rod Taylor wrote: > The PostgreSQL group has recently had a patch submitted with a snippet > of code from FreeBSDs src/bin/mkdir/mkdir.c. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/mkdir/mkdir.c?annotate=1.27 > > Is this intentionally under the 4 clause licens

Re: 4 Clause license?

2003-11-17 Thread Alexander Kabaev
On Mon, 17 Nov 2003 14:48:08 -0500 Rod Taylor <[EMAIL PROTECTED]> wrote: > The PostgreSQL group has recently had a patch submitted with a snippet > of code from FreeBSDs src/bin/mkdir/mkdir.c. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/mkdir/mkdir.c?annotate=1.27 This appears to be an ori

Re: 4 Clause license?

2003-11-17 Thread Erik Trulsson
On Mon, Nov 17, 2003 at 02:48:08PM -0500, Rod Taylor wrote: > The PostgreSQL group has recently had a patch submitted with a snippet > of code from FreeBSDs src/bin/mkdir/mkdir.c. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/mkdir/mkdir.c?annotate=1.27 > > Is this intentionally under the 4 c