Re: safe mode for kernel.old

2004-08-03 Thread Jason Barnes
  Then what's the safe mode in the boot screen in 5.2.1, and how is
  it different than single user mode?  Thanks for your patience with me on
  this issue.

 AFAIK, among others doesn't set DMA disk  access.
 syctl:
 hw.ata.ata_dma=0
 hw.ata.atapi_dma=0

This seems to have fixed the problem, it must have been a DMA
conflict in some way.  Thank you so much for your help!

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


RE: safe mode for kernel.old

2004-07-31 Thread JJB
I think you have missed some very important details. In 4.x releases
when you do a kernel compile the system automatically renames the
current kernel to kernel.old for you. There is also a kernel.generic
which is always there.

In 5.x versions the whole kernel boot process was replaced with new
method and the auto rename of the kernel no longer happens on a
recompile and there is no kernel.generic module available.   Whoever
added the new boot process to 5.x did real poor job of integrating
the new pirated boot code into Freebsd.  This should be reported as
a bug by everybody who wants the old kernel rename  process added
back into FreeBSD.

Submit Bug report.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jason
Barnes
Sent: Friday, July 30, 2004 7:31 PM
To: Jonathan Chen
Cc: [EMAIL PROTECTED]
Subject: Re: safe mode for kernel.old

On Sat, 31 Jul 2004, Jonathan Chen wrote:

 On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
 
  Wow -- this is weird, but when I try that the machine locks
up
  right after loading the old kernel, after the little -/|\ series
finishes.
  Additionally, safe mode and single-user mode are distinct.  Is
there a
  boot -safe that will boot into SAFE mode?
  Thanks for your help,

 Unlike Windows, there is no SAFE mode. Single user mode is about
as
 safe as it will get.

Then what's the safe mode in the boot screen in 5.2.1, and
how is
it different than single user mode?  Thanks for your patience with
me on
this issue.

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

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


Re: safe mode for kernel.old

2004-07-31 Thread Bill Moran
JJB [EMAIL PROTECTED] wrote:

 I think you have missed some very important details. In 4.x releases
 when you do a kernel compile the system automatically renames the
 current kernel to kernel.old for you. There is also a kernel.generic
 which is always there.
 
 In 5.x versions the whole kernel boot process was replaced with new
 method and the auto rename of the kernel no longer happens on a
 recompile and there is no kernel.generic module available.   Whoever
 added the new boot process to 5.x did real poor job of integrating
 the new pirated boot code into Freebsd.  This should be reported as
 a bug by everybody who wants the old kernel rename  process added
 back into FreeBSD.

What are you talking about?  I did a cvsup/make kernel process just a
week ago on a 5.1 machine, and the 5.2 kernel refused to work with the
network card.  Lucky for me, kernel.old was in the boot directory, and
I was able to move it back over kernel.

Yes, the process and everything is different, but the basic fallback
device is still there.

 
 Submit Bug report.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jason
 Barnes
 Sent: Friday, July 30, 2004 7:31 PM
 To: Jonathan Chen
 Cc: [EMAIL PROTECTED]
 Subject: Re: safe mode for kernel.old
 
 On Sat, 31 Jul 2004, Jonathan Chen wrote:
 
  On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
  
   Wow -- this is weird, but when I try that the machine locks
 up
   right after loading the old kernel, after the little -/|\ series
 finishes.
   Additionally, safe mode and single-user mode are distinct.  Is
 there a
   boot -safe that will boot into SAFE mode?
   Thanks for your help,
 
  Unlike Windows, there is no SAFE mode. Single user mode is about
 as
  safe as it will get.
 
 Then what's the safe mode in the boot screen in 5.2.1, and
 how is
 it different than single user mode?  Thanks for your patience with
 me on
 this issue.
 
 - Jason
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: safe mode for kernel.old

2004-07-31 Thread JJB
You used the upgrade in place from source so the old kernel release
version was left over by error. Try doing an separate stand alone
kernel recompile and the kernel.old is not created.  This problem is
more visible for people who install 5.x from scratch.

Or maybe this is a difference between using the new buildkernal
process over the older kernel compile process.

All I know for sure is I installed 5.2.1 from miniistall.iso install
CD and used the older kernel compile process to build a custom
kernel and the kernel.old module was not created and the
kernel.generic module was never there.

So what I am saying is you may be trying to run the kernel.old
module from 5.1 and not the one you think you built from 5.2.1.


-Original Message-
From: Bill Moran [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 31, 2004 11:01 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: safe mode for kernel.old

JJB [EMAIL PROTECTED] wrote:

 I think you have missed some very important details. In 4.x
releases
 when you do a kernel compile the system automatically renames the
 current kernel to kernel.old for you. There is also a
kernel.generic
 which is always there.

 In 5.x versions the whole kernel boot process was replaced with
new
 method and the auto rename of the kernel no longer happens on a
 recompile and there is no kernel.generic module available.
Whoever
 added the new boot process to 5.x did real poor job of integrating
 the new pirated boot code into Freebsd.  This should be reported
as
 a bug by everybody who wants the old kernel rename  process added
 back into FreeBSD.

What are you talking about?  I did a cvsup/make kernel process just
a
week ago on a 5.1 machine, and the 5.2 kernel refused to work with
the
network card.  Lucky for me, kernel.old was in the boot directory,
and
I was able to move it back over kernel.

Yes, the process and everything is different, but the basic fallback
device is still there.


 Submit Bug report.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jason
 Barnes
 Sent: Friday, July 30, 2004 7:31 PM
 To: Jonathan Chen
 Cc: [EMAIL PROTECTED]
 Subject: Re: safe mode for kernel.old

 On Sat, 31 Jul 2004, Jonathan Chen wrote:

  On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
  
   Wow -- this is weird, but when I try that the machine
locks
 up
   right after loading the old kernel, after the little -/|\
series
 finishes.
   Additionally, safe mode and single-user mode are distinct.  Is
 there a
   boot -safe that will boot into SAFE mode?
   Thanks for your help,
 
  Unlike Windows, there is no SAFE mode. Single user mode is about
 as
  safe as it will get.

 Then what's the safe mode in the boot screen in 5.2.1, and
 how is
 it different than single user mode?  Thanks for your patience with
 me on
 this issue.

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

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


--
Bill Moran
Potential Technologies
http://www.potentialtech.com

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


Re: safe mode for kernel.old

2004-07-31 Thread Peter Risdon
JJB wrote:
-Original Message-
From: Bill Moran [mailto:[EMAIL PROTECTED]
JJB [EMAIL PROTECTED] wrote:

In 5.x versions the whole kernel boot process was replaced with
new
method and the auto rename of the kernel no longer happens on a
recompile and there is no kernel.generic module available.
 
What are you talking about?  I did a cvsup/make kernel process just
a
week ago on a 5.1 machine, and the 5.2 kernel refused to work with
the
network card.  Lucky for me, kernel.old was in the boot directory,
and
I was able to move it back over kernel.

Yes, the process and everything is different, but the basic fallback
device is still there.
[format corrected]
 You used the upgrade in place from source so the old kernel release
 version was left over by error. Try doing an separate stand alone
 kernel recompile and the kernel.old is not created.  This problem is
 more visible for people who install 5.x from scratch.

 Or maybe this is a difference between using the new buildkernal
 process over the older kernel compile process.

 All I know for sure is I installed 5.2.1 from miniistall.iso install
 CD and used the older kernel compile process to build a custom
 kernel and the kernel.old module was not created and the
 kernel.generic module was never there.

 So what I am saying is you may be trying to run the kernel.old
 module from 5.1 and not the one you think you built from 5.2.1.

Out of interest I just checked three 5.2.1 machines all of which were 
installed as 5.x and the most recent installed as 5.2.1 a week or so 
ago, then cvsup'd and buildworld/kernel'd just once.

All have kernel.old
Peter.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Bill Moran
Jason Barnes [EMAIL PROTECTED] wrote:

 
   I managed to build a kernel that won't mount root.  Furthermore, I
 have a separate issue whereby the system hangs when I boot normally, but
 works fine when in safe mode.
   My question is:  how do I load kernel.old and then run it in safe
 mode?
   Thanks for any help you might be able to provide,

Interrupt the boot countdown to get the boot prompt, then enter
boot -s kernel.old

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Jason Barnes

Wow -- this is weird, but when I try that the machine locks up
right after loading the old kernel, after the little -/|\ series finishes.
Additionally, safe mode and single-user mode are distinct.  Is there a
boot -safe that will boot into SAFE mode?
Thanks for your help,

- Jason

 Interrupt the boot countdown to get the boot prompt, then enter
 boot -s kernel.old

  I managed to build a kernel that won't mount root.  Furthermore, I
  have a separate issue whereby the system hangs when I boot normally, but
  works fine when in safe mode.
  My question is:  how do I load kernel.old and then run it in safe
  mode?
  Thanks for any help you might be able to provide,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Jonathan Chen
On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
 
   Wow -- this is weird, but when I try that the machine locks up
 right after loading the old kernel, after the little -/|\ series finishes.
 Additionally, safe mode and single-user mode are distinct.  Is there a
 boot -safe that will boot into SAFE mode?
   Thanks for your help,

Unlike Windows, there is no SAFE mode. Single user mode is about as
safe as it will get.
-- 
Jonathan Chen [EMAIL PROTECTED]

We laugh in the face of danger, we drop icecubes down the vest of fear
 - Edmond Blackadder III
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Jason Barnes
On Sat, 31 Jul 2004, Jonathan Chen wrote:

 On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
 
  Wow -- this is weird, but when I try that the machine locks up
  right after loading the old kernel, after the little -/|\ series finishes.
  Additionally, safe mode and single-user mode are distinct.  Is there a
  boot -safe that will boot into SAFE mode?
  Thanks for your help,

 Unlike Windows, there is no SAFE mode. Single user mode is about as
 safe as it will get.

Then what's the safe mode in the boot screen in 5.2.1, and how is
it different than single user mode?  Thanks for your patience with me on
this issue.

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


Re: safe mode for kernel.old

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 16:30:33 -0700 (MST)
Jason Barnes [EMAIL PROTECTED] wrote:

[..]

   Then what's the safe mode in the boot screen in 5.2.1, and how is
 it different than single user mode?  Thanks for your patience with me on
 this issue.

AFAIK, among others doesn't set DMA disk  access.
syctl:
hw.ata.ata_dma=0
hw.ata.atapi_dma=0


-- 
IOnut
Unregistered ;) FreeBSD user

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