Re: So then, is fxp working OK again?

2003-04-05 Thread Conrad Sabatier

On 05-Apr-2003 Maxime Henrion wrote:
 Conrad Sabatier wrote:
 
 groan Still no go.  I'm still getting a panic in bus_dmamem_alloc(). 
 Here's the info I copied down by hand:
 
 Fatal trap 12: page fault while in kernel mode
 fault virtual address = 0x24
 fault code = supervisor read, page not present
 instruction pointer = 0x8:0xc0301639
 stack pointer = 0x10:0xc053bd34
 frame pointer = 0x10: 0xc053bd48
 code segment = base 0x0, limit 0xf, type 0x1b
  = DPL 0, pres 1, def32 1, gran 1
 processor eflags = interrupt enabled, resume, IOPL=0
 current process = 0()
 kernel: type 12 trap, code = 0
 Stopped at bus_dmamen_alloc+0x9  movl  0x24(%edx),%eax
 dbtrace
 bus_dmamem_alloc(0, c04a8aa0, 1, c04a965c, ) at
 bus_dmamen_alloc+0x9
 acpi_alloc_wakeup_handler(0, 532000, 532020, 532000, 0)
 at acpi_alloc_wakeup_handler+0xa9
 mi_startup() at mi_startup+0x99
 begin() at begin+0x2c
 db
 
 Incidentally, I've been getting acpi initialization failures in the last
 umpteen kernels I've been through, but without panicing the machine.
 
 Could you post a complete stack trace?  There's no fxp functions in this
 (incomplete) trace.  Are you sure the problem you're having now is fxp
 related ?

I think you're right.  I built a GENERIC kernel, rebooted without the acpi
module, and it's working fine.

Finally, I was able to get acpidump to work properly, and created a new
/boot/acpi_dsdt.aml file.  About to attempt a normal boot now.  Will let
you know.

-- 
Conrad Sabatier [EMAIL PROTECTED] - In Unix veritas
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Wade Majors
Conrad Sabatier wrote:
Having had the same experiences as others described here recently with the
fxp stuff, I'm just wondering if it's safe now to cvsup and try it again. 
I only have one machine here and if my net interface fails, I'm totally
screwed.  :-)
You can still boot your old kernel from the loader prompt, if such a 
thing happens. But everything appears normal to me so far.

-Wade

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Conrad Sabatier

On 04-Apr-2003 Wade Majors wrote:
 Conrad Sabatier wrote:
 Having had the same experiences as others described here recently with
 the fxp stuff, I'm just wondering if it's safe now to cvsup and try it
 again. 
 I only have one machine here and if my net interface fails, I'm totally
 screwed.  :-)
 
 You can still boot your old kernel from the loader prompt, if such a 
 thing happens. But everything appears normal to me so far.

Yes, except I ran into some problems this last time where, after
successfully booting the new kernel in single-user mode, installing world,
running mergemaster, rebooting and finding the new kernel didn't work, I
couldn't get the old kernel to work, either.  :-(  Apparently, something
had changed just enough somewhere to make the old kernel go kerplooey, too.

-- 
Conrad Sabatier [EMAIL PROTECTED] - In Unix veritas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Maxime Henrion
Conrad Sabatier wrote:
 Having had the same experiences as others described here recently with the
 fxp stuff, I'm just wondering if it's safe now to cvsup and try it again. 
 I only have one machine here and if my net interface fails, I'm totally
 screwed.  :-)

It should.  If it doesn't, I'm interested in knowing it. :-)

Cheers,
Maxime
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Daniel C. Sobral
Conrad Sabatier wrote:
Having had the same experiences as others described here recently with the
fxp stuff, I'm just wondering if it's safe now to cvsup and try it again. 
I only have one machine here and if my net interface fails, I'm totally
screwed.  :-)

reinstallkernel and boot-conf kernel.old are your friends. :-)

--
Daniel C. Sobral   (8-DCS)
Gerencia de Operacoes
Divisao de Comunicacao de Dados
Coordenacao de Seguranca
TCO
Fones: 55-61-313-7654/Cel: 55-61-9618-0904
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Outros:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Vote for ME -- I'm well-tapered, half-cocked, ill-conceived and
TAX-DEFERRED!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Conrad Sabatier

On 04-Apr-2003 Maxime Henrion wrote:
 Conrad Sabatier wrote:
 Having had the same experiences as others described here recently with
 the
 fxp stuff, I'm just wondering if it's safe now to cvsup and try it
 again. 
 I only have one machine here and if my net interface fails, I'm totally
 screwed.  :-)
 
 It should.  If it doesn't, I'm interested in knowing it. :-)
 
 Cheers,
 Maxime

groan Still no go.  I'm still getting a panic in bus_dmamem_alloc(). 
Here's the info I copied down by hand:

Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x24
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc0301639
stack pointer = 0x10:0xc053bd34
frame pointer = 0x10: 0xc053bd48
code segment = base 0x0, limit 0xf, type 0x1b
 = DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL=0
current process = 0()
kernel: type 12 trap, code = 0
Stopped at bus_dmamen_alloc+0x9  movl  0x24(%edx),%eax
dbtrace
bus_dmamem_alloc(0, c04a8aa0, 1, c04a965c, ) at
bus_dmamen_alloc+0x9
acpi_alloc_wakeup_handler(0, 532000, 532020, 532000, 0)
at acpi_alloc_wakeup_handler+0xa9
mi_startup() at mi_startup+0x99
begin() at begin+0x2c
db

Incidentally, I've been getting acpi initialization failures in the last
umpteen kernels I've been through, but without panicing the machine.

-- 
Conrad Sabatier [EMAIL PROTECTED] - In Unix veritas
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Maxime Henrion
Conrad Sabatier wrote:
 
 On 04-Apr-2003 Maxime Henrion wrote:
  Conrad Sabatier wrote:
  Having had the same experiences as others described here recently with
  the
  fxp stuff, I'm just wondering if it's safe now to cvsup and try it
  again. 
  I only have one machine here and if my net interface fails, I'm totally
  screwed.  :-)
  
  It should.  If it doesn't, I'm interested in knowing it. :-)
  
  Cheers,
  Maxime
 
 groan Still no go.  I'm still getting a panic in bus_dmamem_alloc(). 
 Here's the info I copied down by hand:
 
 Fatal trap 12: page fault while in kernel mode
 fault virtual address = 0x24
 fault code = supervisor read, page not present
 instruction pointer = 0x8:0xc0301639
 stack pointer = 0x10:0xc053bd34
 frame pointer = 0x10: 0xc053bd48
 code segment = base 0x0, limit 0xf, type 0x1b
  = DPL 0, pres 1, def32 1, gran 1
 processor eflags = interrupt enabled, resume, IOPL=0
 current process = 0()
 kernel: type 12 trap, code = 0
 Stopped at bus_dmamen_alloc+0x9  movl  0x24(%edx),%eax
 dbtrace
 bus_dmamem_alloc(0, c04a8aa0, 1, c04a965c, ) at
 bus_dmamen_alloc+0x9
 acpi_alloc_wakeup_handler(0, 532000, 532020, 532000, 0)
 at acpi_alloc_wakeup_handler+0xa9
 mi_startup() at mi_startup+0x99
 begin() at begin+0x2c
 db
 
 Incidentally, I've been getting acpi initialization failures in the last
 umpteen kernels I've been through, but without panicing the machine.

Could you post a complete stack trace?  There's no fxp functions in this
(incomplete) trace.  Are you sure the problem you're having now is fxp
related ?

Cheers,
Maxime
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]