Re: FreeBSD 7 load hangs on boot

2008-12-18 Thread ThinkDifferently


Steve Randall-2 wrote:
> 
> 
> ThinkDifferently wrote:
>> 
>> Also, I've been able to determine that I don't have a RocketRAID device. 
>> That's a separate RAID card, and I simply don't have one.  What I have is
>> an
>> onboard NVIDIA NForce Storage Controller.  I'm befuddled as to why
>> FreeBSD
>> thinks I have RocketRAID.
>> 
> 
> It doesn't. FreeBSD DOES include the hptrr driver (among many others)
> in the generic kernel. Most drivers remain quiet when they find nothing
> to drive, but not hptrr. The message confirms that you DON'T have
> RocketRAID, and gives no insight into your problem.
> 
> I can't really help you with that. I can tell you that FreeBSD 7.0
> works fine on my nForce 630a chipset, though I do not have it
> configured for RAID, only AHCI. Your 720a chipset is newer, perhaps
> too new to be supported by FreeBSD 7.0. You might want to give 7.1 a
> try. You might also check if your BIOS is up to date, in case the
> problem is there.
> 

Thanks for the update.

I strongly believe now it is the GeForce 8200 chipset (aka MCP78).

I have found a few posts on other forums with users expressing the same hang
issue.  The cases weren't with the same mobo, but it was the same chipset.

Here is one example:
http://ubuntuforums.org/showthread.php?t=941420
See message #3.  Keywords:  FreeBSD 7.0 GeForce 8200 hangs

So, steer clear of GeForce 8200 for FreeBSD (at least for the 7.0 release).
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21076723.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-18 Thread Steve Randall
On Wed, 17 Dec 2008 16:54:45 -0800 (PST)
ThinkDifferently  wrote:

> 
> 
> Polytropon wrote:
> > 
> > 
> > ThinkDifferently wrote:
> >> hptrr: no controller detected.
> > 
> > It looks like there's a proble with the hptrr driver? Have you
> > tried loading the "HighPoint RocketRAID device drive" by putting
> > 
> > hptrr_load="YES"
> > 
> > into /boot/loader.conf?
> > 
> > Further information can be obtained by:
> > 
> > % man hptrr
> > 
> > Check if your particular controller is supported.
> > 
> 
> I went back to this, using my USB boot device and edited /boot/loader.conf
> to have hptrr_load="YES".  Still, no joy.
> 
> Also, I've been able to determine that I don't have a RocketRAID device. 
> That's a separate RAID card, and I simply don't have one.  What I have is an
> onboard NVIDIA NForce Storage Controller.  I'm befuddled as to why FreeBSD
> thinks I have RocketRAID.

It doesn't. FreeBSD DOES include the hptrr driver (among many others)
in the generic kernel. Most drivers remain quiet when they find nothing
to drive, but not hptrr. The message confirms that you DON'T have
RocketRAID, and gives no insight into your problem.

I can't really help you with that. I can tell you that FreeBSD 7.0
works fine on my nForce 630a chipset, though I do not have it
configured for RAID, only AHCI. Your 720a chipset is newer, perhaps
too new to be supported by FreeBSD 7.0. You might want to give 7.1 a
try. You might also check if your BIOS is up to date, in case the
problem is there.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread ThinkDifferently


Polytropon wrote:
> 
> On Wed, 17 Dec 2008 06:24:17 -0800 (PST), ThinkDifferently
>  wrote:
>> Anyway, what is this atapicam option.  How is it implemented, from the
>> loader prompt, editing the iso, or what?  BTW, how would one edit the
>> iso?
> 
> The atapicam facility can either be loaded as a module via
> kld_load (or put into /boot/loader.conf as atapicam_load="YES")
> or compiled into a custom kernel.
> 
> The effect is that, when atapicam is loaded, ATA(PI) devices
> can be accessed as if they were SCSI devices. Your install
> devlice would then be /dev/cd0 (instead of /dev/acd0), using
> "SCSI commands" to access the ATAPI drive (this is what atapicam
> "translates").
> 

Well, one thing's for sure.  This really isn't a CD/DVD boot problem. 
Booting from USB is no different.

I will add regarding my previous post about trying to load the driver using
the "Windows method" seems kind of pointless.  After reading up on it
further, it seems that all it's doing is loading the driver into Windows
during the install process.  It's not actually effecting the hardware
any...but I could be wrong.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21065105.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread ThinkDifferently


Polytropon wrote:
> 
> 
> ThinkDifferently wrote:
>> hptrr: no controller detected.
> 
> It looks like there's a proble with the hptrr driver? Have you
> tried loading the "HighPoint RocketRAID device drive" by putting
> 
>   hptrr_load="YES"
> 
> into /boot/loader.conf?
> 
> Further information can be obtained by:
> 
>   % man hptrr
> 
> Check if your particular controller is supported.
> 

I went back to this, using my USB boot device and edited /boot/loader.conf
to have hptrr_load="YES".  Still, no joy.

Also, I've been able to determine that I don't have a RocketRAID device. 
That's a separate RAID card, and I simply don't have one.  What I have is an
onboard NVIDIA NForce Storage Controller.  I'm befuddled as to why FreeBSD
thinks I have RocketRAID.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21065051.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread Giorgos Keramidas
On Wed, 17 Dec 2008 06:16:00 -0800 (PST), ThinkDifferently 
 wrote:
> Giorgos Keramidas wrote:
>> Did you try the 'safe-mode' option from the loader menu?
>
> Yes, to reiterate...

Ok, just making sure that you didn't miss that one.

Sorry for the noise :)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread ThinkDifferently


Steve Bertrand-2 wrote:
> 
> 
> ThinkDifferently wrote:
>> 
>>> ...some more interesting errors from bootup...
>>> hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18) 
>>> :confused:
>>> acpi0: <052008 RSDT1050> on motherboard
>>> acpi0: [ITHREAD]
>>> acpi0: Power Button (fixed)
>>> acpi0: reservation of free0, 1000 (3) failed
>>> acpi0: reservation of 0, a (3) failed
>>> acpi0: reservation of 10, c7f0 (3) failed
>> 
> 
> AFAIK, your RocketRAID should be picked up by the 'twe' driver.
> 

RocketRAID ???  :confused:

So, there is quite a bit of confusion going on here.  My motherboard is the
MSI K9N2G Neo-FD.
http://www.newegg.com/Product/Product.aspx?Item=N82E16813130182
http://www.msicomputer.com/product/p_spec.asp?model=K9N2G_Neo-FD&class=mb
It is AMD64 using the NVIDIA chipset.  Its manual states that it has the
NVIDIA NForce Storage Controller, and there is absolutely no mention of
RocketRAID anywhere in the manual or on MSI's web site.

MSI mentions...
6 SATA II (1~6) ports by NVIDIA® GeForce 8200 Series
SATAII 1~6 support RAID 0/1/0+1/5 or JBOD mode by NVIDIA® GeForce 8200
Series

RocketRAID appears to be a type of PCI card RAID controller, which I don't
have.

I'm very confused why FreeBSD uses the "HPT RocketRAID controller driver
v1.1" on boot.

Also, isn't the NVIDIA chipset supposed to be supported by FreeBSD?

I have a USB boot of FreeBSD 7.0-RELEASE.  I put hptrr_load="YES" in the
/boot/loader.conf file.  But, I haven't tried it yet (I'm at work at the
moment).  Is there anything else to try?

What about getting FreeBSD to not use RocketRAID?  Shouldn't it be loading a
driver for NForce?
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21060042.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread michael



Polytropon wrote:

On Wed, 17 Dec 2008 06:24:17 -0800 (PST), ThinkDifferently 
 wrote:
  

Anyway, what is this atapicam option.  How is it implemented, from the
loader prompt, editing the iso, or what?  BTW, how would one edit the iso?



The atapicam facility can either be loaded as a module via
kld_load (or put into /boot/loader.conf as atapicam_load="YES")
or compiled into a custom kernel.

The effect is that, when atapicam is loaded, ATA(PI) devices
can be accessed as if they were SCSI devices. Your install
devlice would then be /dev/cd0 (instead of /dev/acd0), using
"SCSI commands" to access the ATAPI drive (this is what atapicam
"translates").

Editing the ISO, as far as I know, involves the /usr/src tree
on a working FreeBSD machine, then editing the source files,
and finally "make release". But I'm not sure on this, I've
never tried it.

Maybe someone with more experience on this tpoic could be
more specific and explain?
  
also, if you're using a windows machine or whatever to burn you iso, 
download something called ultraiso or similar to edit your iso file. 
makes it easy as cake. not nearly as fattening.


  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread michael



Polytropon wrote:

On Wed, 17 Dec 2008 06:24:17 -0800 (PST), ThinkDifferently 
 wrote:
  

Anyway, what is this atapicam option.  How is it implemented, from the
loader prompt, editing the iso, or what?  BTW, how would one edit the iso?



The atapicam facility can either be loaded as a module via
kld_load (or put into /boot/loader.conf as atapicam_load="YES")
or compiled into a custom kernel.

The effect is that, when atapicam is loaded, ATA(PI) devices
can be accessed as if they were SCSI devices. Your install
devlice would then be /dev/cd0 (instead of /dev/acd0), using
"SCSI commands" to access the ATAPI drive (this is what atapicam
"translates").

Editing the ISO, as far as I know, involves the /usr/src tree
on a working FreeBSD machine, then editing the source files,
and finally "make release". But I'm not sure on this, I've
never tried it.

Maybe someone with more experience on this tpoic could be
more specific and explain?
  

i have edited iso files directly, as it still contains the /boot/loader.conf
eg:
mich...@macpro:/cdrom/boot# ls loader.conf
loader.conf
mich...@macpro:/cdrom/boot# cat loader.conf
mfsroot_load="YES"
mfsroot_type="mfs_root"
mfsroot_name="/boot/mfsroot"
atapicam_load="YES"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread Polytropon
On Wed, 17 Dec 2008 06:24:17 -0800 (PST), ThinkDifferently 
 wrote:
> Anyway, what is this atapicam option.  How is it implemented, from the
> loader prompt, editing the iso, or what?  BTW, how would one edit the iso?

The atapicam facility can either be loaded as a module via
kld_load (or put into /boot/loader.conf as atapicam_load="YES")
or compiled into a custom kernel.

The effect is that, when atapicam is loaded, ATA(PI) devices
can be accessed as if they were SCSI devices. Your install
devlice would then be /dev/cd0 (instead of /dev/acd0), using
"SCSI commands" to access the ATAPI drive (this is what atapicam
"translates").

Editing the ISO, as far as I know, involves the /usr/src tree
on a working FreeBSD machine, then editing the source files,
and finally "make release". But I'm not sure on this, I've
never tried it.

Maybe someone with more experience on this tpoic could be
more specific and explain?


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread ThinkDifferently


michael-439 wrote:
> 
> if he would try it along with the atapicam, he would probably get 
> further. i had a similar issue and that was the solution. well, the 
> errors were the same, so it was the same issue.
> 

"he".  Are you not talking to me any more?

Anyway, what is this atapicam option.  How is it implemented, from the
loader prompt, editing the iso, or what?  BTW, how would one edit the iso?
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21054078.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread ThinkDifferently


michael-439 wrote:
> 
> disable dma specifically by escaping to the loader prompt and type
> hw.ata.atapi_dma=0
> 

Tried it.  Didn't work.


michael-439 wrote:
> 
> you can also try loading the device as a "scsi" device with atapicam.
> you could make this static on your iso by editing the loader.conf on the 
> iso.
> 

Forgive my ignorance; as I've stated earlier, I'm pretty new to FreeBSD. 
How would I do as you suggest above?

--
I've worked with System V Unix for well over 14 years.  Working with System
III-based FreeBSD, I've come to the conclusion that for every one thing I
know about System V, there is one thing I don't know about System III.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21053991.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread michael



Giorgos Keramidas wrote:

On Tue, 16 Dec 2008 21:36:05 -0800 (PST), ThinkDifferently 
 wrote:
  

ThinkDifferently wrote:


Another item of curiosity...  I just now tried booting from a CentOS
5.2 DVD.  It also hangs with a little window titled "Loading SCSI
driver" that says "Loading ahci driver..."  The funny thing is, I've
tried turning off all RAID functionality in the BIOS.  On my mobo,
this entails setting it to IDE mode, instead of RAID or AHCI.  That
doesn't appear to do anything.
  

I'm at my wit's end with this.  I tried FreeBSD in every way I know
how, and they all hang.



Did you try the 'safe-mode' option from the loader menu?

Did you try disabling DMA for the CD-ROM by setting hw.ata.atapi_dma=0
from the loader prompt, like someone else suggested a few emails back?
  
if he would try it along with the atapicam, he would probably get 
further. i had a similar issue and that was the solution. well, the 
errors were the same, so it was the same issue.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-17 Thread ThinkDifferently


Giorgos Keramidas wrote:
> 
> Did you try the 'safe-mode' option from the loader menu?
> 

Yes, to reiterate...

ThinkDifferently wrote:
> 
> I have tried booting from Boot-only, Disc1, LiveFS.  Additionally, I've
> tried the default boot, "with ACPI disabled", "Safe Mode", "single user
> mode", and "verbose logging".
> 



Giorgos Keramidas wrote:
> 
> Did you try disabling DMA for the CD-ROM by setting hw.ata.atapi_dma=0
> from the loader prompt, like someone else suggested a few emails back?
> 

Yes.  I tried booting from the boot-only CD, choosing option 6 "Escape to
loader prompt", entering "set hw.ata.atapi_dma=0", followed by "boot".  No
change in status, still hangs.


At this point, I haven't completely given up all hope.  I still have one
thing to try.  Since the motherboard was obviously made for Windows and only
has Windows instructions, what I will try is the following:
1. Make a driver diskette as the mobo instructions state.
2. Boot from Windows Vista Ultimate DVD.
3. On the storage screen, click on the "Load Driver" button.
4. Load the driver and configure the disks as per the instructions.
5. When the storage device shows up in Window's storage screen, I will
shutdown.
6. Swap in the FreeBSD boot-only CD.
7. Reboot & observe if it recognizes the storage device &/or hangs.

Sound like a plan?  Anything else I might try?
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21053877.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread Giorgos Keramidas
On Tue, 16 Dec 2008 21:36:05 -0800 (PST), ThinkDifferently 
 wrote:
> ThinkDifferently wrote:
>> Another item of curiosity...  I just now tried booting from a CentOS
>> 5.2 DVD.  It also hangs with a little window titled "Loading SCSI
>> driver" that says "Loading ahci driver..."  The funny thing is, I've
>> tried turning off all RAID functionality in the BIOS.  On my mobo,
>> this entails setting it to IDE mode, instead of RAID or AHCI.  That
>> doesn't appear to do anything.
>
> I'm at my wit's end with this.  I tried FreeBSD in every way I know
> how, and they all hang.

Did you try the 'safe-mode' option from the loader menu?

Did you try disabling DMA for the CD-ROM by setting hw.ata.atapi_dma=0
from the loader prompt, like someone else suggested a few emails back?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently


ThinkDifferently wrote:
> 
> Another item of curiosity...
> I just now tried booting from a CentOS 5.2 DVD.  It also hangs with a
> little window titled "Loading SCSI driver" that says "Loading ahci
> driver..."  The funny thing is, I've tried turning off all RAID
> functionality in the BIOS.  On my mobo, this entails setting it to IDE
> mode, instead of RAID or AHCI.  That doesn't appear to do anything.
> 

I'm at my wit's end with this.  I tried FreeBSD in every way I know how, and
they all hang.  I tried CentOS and it hung.  I even tried Windows Vista
Ultimate.  It didn't hang, but it found no storage devices.  That led me to
a train of thought.  This board has 6 SATA ports on it, and in the BIOS it
has 3 settings for them -- IDE, RAID or AHCI.  When I put it into IDE mode,
it shows me each disk as an individual device, but all of the OS'es fail to
recognize them.  When I put it into RAID mode, it recognizes each disk as a
SATA device and offers me the RAID options (F10) on bootup.  When I put it
into AHCI mode, nothing at all is recognized.  Furthermore, I was reading in
the board's manual that to load Windows XP or Vista, a special driver
diskette is required for Windows to recognize the storage volumes.  This
leads me to believe that the only way this board knows how to handle SATA
disks is to use RAID mode, and the only way for an OS to recognize the RAID
volume is to have a driver pre-loaded before the OS.  For OS'es like FreeBSD
and CentOS this is very difficult, even if such a driver exists.

Unless somebody can correct me for being way off base, my conclusion can
only be that this board cannot support a Unix/Linux operating system, and
even with Windows it's extremely difficult.

I'm now considering returning this board and suffering the dreaded 15%
restocking fee.

Can anyone suggest a motherboard that is FreeBSD friendly?  I need it to
support 4 cores with the AM2+ socket (either that, or I need to return my
chip too) and be a full ATX board with 4 DDR2 ram slots.  On board VGA would
be nice too, but I suppose I can buy a VGA card.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21047496.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently

Another item of curiosity...
I just now tried booting from a CentOS 5.2 DVD.  It also hangs with a little
window titled "Loading SCSI driver" that says "Loading ahci driver..."  The
funny thing is, I've tried turning off all RAID functionality in the BIOS. 
On my mobo, this entails setting it to IDE mode, instead of RAID or AHCI. 
That doesn't appear to do anything.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21047275.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently



Steve Bertrand-2 wrote:
> 
> Out of pure sheer curiosity, does the machine boot ok with the
> "boot-only" if you pull the RAID card out of its slot?
> 

There is no RAID card.  Everything is on the motherboard.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21047130.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread Steve Bertrand
ThinkDifferently wrote:

>> This system is so spankin' new, there's nothing loaded on it.  This RAID
>> array is just something I setup in the BIOS.  It's not even been
>> initialized yet...because I can't even load the OS to install anything.
>>
> 
> Well, still no joy.  :-(
> 
> I have tried booting from Boot-only, Disc1, LiveFS.  Additionally, I've
> tried the default boot, "with ACPI disabled", "Safe Mode", "single user
> mode", and "verbose logging".
> 
> Every CD and every boot type gives me the exact same errors...
> 
> at the beginning:
> ...
> acpi0: reservation of fee0, 1000 (3) failed
> acpi0: reservation of 0, a (3) failed
> acpi0: reservation of 10, c7f0 (3) failed
> 
> and at the end:
> ...
> hptrr: no controller detected.
> acd0: DVDROM  at ata0-master UDMA33
> acd0: FAILURE  READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00
> GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_xxx (where xxx is the
> disc I'm using).
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00
> *** HANG ***
> 
> BTW, the *** HANG *** requires a hard reset.
> 
> Also, I read some hearsay in other forums that the READ_BIG error could be
> caused by the write speed when the ISO is burned to CD.  So, I tried
> downgrading the burn speed from 52x to 16x.  No joy.  It didn't change a
> thing.

Out of pure sheer curiosity, does the machine boot ok with the
"boot-only" if you pull the RAID card out of its slot?

Steve

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread michael



ThinkDifferently wrote:

ThinkDifferently wrote:
  

Steve Bertrand-2 wrote:


AFAIK, your RocketRAID should be picked up by the 'twe' driver.

If you run a FreeBSD install disk (as opposed to boot-only), are you
provided with an install location (via sysinstall) as far as hard disks
are concerned?

Is this RAID array something that you can afford to risk losing through
troubleshooting?

  

I haven't tried an install disk yet, just the boot-only.  I will try that
right away.

This system is so spankin' new, there's nothing loaded on it.  This RAID
array is just something I setup in the BIOS.  It's not even been
initialized yet...because I can't even load the OS to install anything.




Well, still no joy.  :-(

I have tried booting from Boot-only, Disc1, LiveFS.  Additionally, I've
tried the default boot, "with ACPI disabled", "Safe Mode", "single user
mode", and "verbose logging".

Every CD and every boot type gives me the exact same errors...

at the beginning:
...
acpi0: reservation of fee0, 1000 (3) failed
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, c7f0 (3) failed

and at the end:
...
hptrr: no controller detected.
acd0: DVDROM  at ata0-master UDMA33
acd0: FAILURE  READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00
GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_xxx (where xxx is the
disc I'm using).
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00
*** HANG ***

BTW, the *** HANG *** requires a hard reset.

Also, I read some hearsay in other forums that the READ_BIG error could be
caused by the write speed when the ISO is burned to CD.  So, I tried
downgrading the burn speed from 52x to 16x.  No joy.  It didn't change a
thing.
  

disable dma specifically by escaping to the loader prompt and type
hw.ata.atapi_dma=0
you can also try loading the device as a "scsi" device with atapicam.
you could make this static on your iso by editing the loader.conf on the 
iso.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently


ThinkDifferently wrote:
> 
> 
> Steve Bertrand-2 wrote:
>> 
>> AFAIK, your RocketRAID should be picked up by the 'twe' driver.
>> 
>> If you run a FreeBSD install disk (as opposed to boot-only), are you
>> provided with an install location (via sysinstall) as far as hard disks
>> are concerned?
>> 
>> Is this RAID array something that you can afford to risk losing through
>> troubleshooting?
>> 
> 
> I haven't tried an install disk yet, just the boot-only.  I will try that
> right away.
> 
> This system is so spankin' new, there's nothing loaded on it.  This RAID
> array is just something I setup in the BIOS.  It's not even been
> initialized yet...because I can't even load the OS to install anything.
> 

Well, still no joy.  :-(

I have tried booting from Boot-only, Disc1, LiveFS.  Additionally, I've
tried the default boot, "with ACPI disabled", "Safe Mode", "single user
mode", and "verbose logging".

Every CD and every boot type gives me the exact same errors...

at the beginning:
...
acpi0: reservation of fee0, 1000 (3) failed
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, c7f0 (3) failed

and at the end:
...
hptrr: no controller detected.
acd0: DVDROM  at ata0-master UDMA33
acd0: FAILURE  READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00
GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_xxx (where xxx is the
disc I'm using).
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00
*** HANG ***

BTW, the *** HANG *** requires a hard reset.

Also, I read some hearsay in other forums that the READ_BIG error could be
caused by the write speed when the ISO is burned to CD.  So, I tried
downgrading the burn speed from 52x to 16x.  No joy.  It didn't change a
thing.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21046636.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently


Steve Bertrand-2 wrote:
> 
> AFAIK, your RocketRAID should be picked up by the 'twe' driver.
> 
> If you run a FreeBSD install disk (as opposed to boot-only), are you
> provided with an install location (via sysinstall) as far as hard disks
> are concerned?
> 
> Is this RAID array something that you can afford to risk losing through
> troubleshooting?
> 

I haven't tried an install disk yet, just the boot-only.  I will try that
right away.

This system is so spankin' new, there's nothing loaded on it.  This RAID
array is just something I setup in the BIOS.  It's not even been initialized
yet...because I can't even load the OS to install anything.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21046366.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread Steve Bertrand
ThinkDifferently wrote:
> ...some more interesting errors from bootup...My biz partner seemed
> interested in these (don't know why)...
> hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18)
> acpi0: <052008 RSDT1050> on motherboard
> acpi0: [ITHREAD]
> acpi0: Power Button (fixed)
> acpi0: reservation of free0, 1000 (3) failed
> acpi0: reservation of 0, a (3) failed
> acpi0: reservation of 10, c7f0 (3) failed

AFAIK, your RocketRAID should be picked up by the 'twe' driver.

If you run a FreeBSD install disk (as opposed to boot-only), are you
provided with an install location (via sysinstall) as far as hard disks
are concerned?

Is this RAID array something that you can afford to risk losing through
troubleshooting?

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently

...some more interesting errors from bootup...My biz partner seemed
interested in these (don't know why)...
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18)
acpi0: <052008 RSDT1050> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of free0, 1000 (3) failed
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, c7f0 (3) failed
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21045931.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently


Polytropon wrote:
> 
> On Tue, 16 Dec 2008 11:09:44 -0800 (PST), ThinkDifferently  wrote:

>> hptrr: no controller detected.

> 

> It looks like there's a proble with the hptrr driver? Have you

> tried loading the "HighPoint RocketRAID device drive" by putting

> 

>   hptrr_load="YES"

> 

> into /boot/loader.conf?

> 

> Further information can be obtained by:

> 

>   % man hptrr

> 

> Check if your particular controller is supported.

> 

Thanks for responding.  Forgive me for being new to FreeBSD.  My career has
been System V OS'es, like Solaris & HP-UX.  My new biz partner has
strong-armed me...er...convinced me to go FreeBSD.


I am booting from the "boot only" cd (burned from the amd64 iso) for the
first time.  How do I put hptrr_load="YES" into /boot/loader.conf?


Also on my other FreeBSD system, 'man hptrr' resulted in 'no manual page'.


I've been troubleshooting a little with my biz partner.  He told me there
might've been something wrong with the i386 version of FreeBSD on my USB
drive.  So, I put an IDE DVD-ROM drive in the system and got the latest
AMD64 ISO on CD.


Now I'm getting...

acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00

GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_bootonly.

acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00

*** HANG ***


I also tried resetting the BIOS to "Failsafe Settings"...no luck.  I'm
curious, though, what the BIOS settings should be.
-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21045861.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread Polytropon
On Tue, 16 Dec 2008 11:09:44 -0800 (PST), ThinkDifferently 
 wrote:
> 
> I have a new system put together (see below).  In booting it up for the first
> time, it hangs.
> 
> I'm booting from a FreeBSD 7.0 distribution on a USB drive.
> 
> Here are the messages, in part...
> 
> [...]
> 
> .
> hptrr: no controller detected.

It looks like there's a proble with the hptrr driver? Have you
tried loading the "HighPoint RocketRAID device drive" by putting

hptrr_load="YES"

into /boot/loader.conf?

Further information can be obtained by:

% man hptrr

Check if your particular controller is supported.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


FreeBSD 7 load hangs on boot

2008-12-16 Thread ThinkDifferently

I have a new system put together (see below).  In booting it up for the first
time, it hangs.

I'm booting from a FreeBSD 7.0 distribution on a USB drive.

Here are the messages, in part...

.

.

.

sc0:  at flags 0x100 on isa0

sc0: VGA <16 virtual consoles, flags=0x300>

vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0

Timecounters tick every 1.000 msec

hptrr: no controller detected.

The GEOM class LABEL is already loaded.

*** HANG ***


Where should I look to troubleshoot?


My hardware is...

  Motherboard: MSI K9N2G Neo-FD

  Processor: AMD Phenom 9600 Agena 2.3GHz Socket AM2+ Quad-Core

  Memory: Rendition by Crucial 1GB (x4) DDR2 SDRAM (PC2 6400)

  Disk Drives: 2x Samsung Spinpoint F1 HD753LJ 750GB 7200 RPM SATA

  I have the disks in a RAID 1 configuration via the motherboard.

  There is no other hardware in the case, and I'm booting from
USB.


-- 
View this message in context: 
http://www.nabble.com/FreeBSD-7-load-hangs-on-boot-tp21039625p21039625.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: system hangs on boot up if no internet available

2008-07-23 Thread Roland Smith
On Wed, Jul 23, 2008 at 03:04:15PM -0700, Dave Abouav wrote:
> Chuck Swiger wrote:
> > On Jul 23, 2008, at 2:25 PM, Dave Abouav wrote:
> >> I setup a FreeBSD server (v 6.1) for my company as a simple Samba 
> >> server. It works fine. Except once in awhile our access to the 
> >> outside internet goes out (due to our ISP), and when it does the 
> >> FreeBSD server gets hung up, even after rebooted.

What does hung up mean in the case that it's not rebooted? 

> >> This happened this 
> >> morning, so I put a console on it, and rebooted it. I saw that it 
> >> gets hung trying to start sshd. No error messages are given. If I hit 
> >> Control-C, to skip loading sshd, then the rest of the boot-up goes 
> >> normally and people can again access the server. Any ideas how I can 
> >> avoid this problem? I'd rather not skip the loading of sshd. I don't 
> >> have any special programs on the server that contact the outside world.
> >
> > It's probably doing something which needs a DNS lookup.  Do you have a 
> > subnet-local nameserver available, or does simply waiting for 2 
> > minutes or so for a timeout do the trick?
> >
[please don't top-post!]
> Our DNS goes through our ISP. The IP addresses of their DNS servers are 
> hard-coded into the server's /etc/rc.conf file.  No amount of waiting 
> seems to help. It always just hangs trying to load sshd.

First, try starting sshd in test mode (-t) to see if your config and
keys are OK. 

Then, with the outside connection down, try starting sshd with the -d
and -e options (and other options that you might have specified in
/etc/rc.conf) to see where it goes wrong.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpQf4677Ffdy.pgp
Description: PGP signature


Re: system hangs on boot up if no internet available

2008-07-23 Thread Kevin Kinsey

Dave Abouav wrote:
Our DNS goes through our ISP. The IP addresses of their DNS servers are 
hard-coded into the server's /etc/rc.conf file.  No amount of waiting 
seems to help. It always just hangs trying to load sshd.


Chuck Swiger wrote:

On Jul 23, 2008, at 2:25 PM, Dave Abouav wrote:
I setup a FreeBSD server (v 6.1) for my company as a simple Samba 
server. It works fine. Except once in awhile our access to the 
outside internet goes out (due to our ISP), and when it does the 
FreeBSD server gets hung up, even after rebooted. This happened this 
morning, so I put a console on it, and rebooted it. I saw that it 
gets hung trying to start sshd. No error messages are given. If I hit 
Control-C, to skip loading sshd, then the rest of the boot-up goes 
normally and people can again access the server. Any ideas how I can 
avoid this problem? I'd rather not skip the loading of sshd. I don't 
have any special programs on the server that contact the outside world.


It's probably doing something which needs a DNS lookup.  Do you have a 
subnet-local nameserver available, or does simply waiting for 2 
minutes or so for a timeout do the trick?







Workaround, perhaps:  set "UseDNS no" in /etc/ssh/sshd_config and try
again?  Perhaps better to run named or something locally, if that helps,
but doing this would at least test Chuck's theory (which seems about
correct to me, though why it *never* goes on I don't know).

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


Re: system hangs on boot up if no internet available

2008-07-23 Thread Dave Abouav
Our DNS goes through our ISP. The IP addresses of their DNS servers are 
hard-coded into the server's /etc/rc.conf file.  No amount of waiting 
seems to help. It always just hangs trying to load sshd.


Chuck Swiger wrote:

On Jul 23, 2008, at 2:25 PM, Dave Abouav wrote:
I setup a FreeBSD server (v 6.1) for my company as a simple Samba 
server. It works fine. Except once in awhile our access to the 
outside internet goes out (due to our ISP), and when it does the 
FreeBSD server gets hung up, even after rebooted. This happened this 
morning, so I put a console on it, and rebooted it. I saw that it 
gets hung trying to start sshd. No error messages are given. If I hit 
Control-C, to skip loading sshd, then the rest of the boot-up goes 
normally and people can again access the server. Any ideas how I can 
avoid this problem? I'd rather not skip the loading of sshd. I don't 
have any special programs on the server that contact the outside world.


It's probably doing something which needs a DNS lookup.  Do you have a 
subnet-local nameserver available, or does simply waiting for 2 
minutes or so for a timeout do the trick?




--

Dave Abouav
Product Manager & Software Engineer
KWJ Engineering, Transducer Technology Division
Phone: (510) 791-0951
Fax: (510) 794-4330
Email: [EMAIL PROTECTED]

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


Re: system hangs on boot up if no internet available

2008-07-23 Thread Chuck Swiger

On Jul 23, 2008, at 2:25 PM, Dave Abouav wrote:
I setup a FreeBSD server (v 6.1) for my company as a simple Samba  
server. It works fine. Except once in awhile our access to the  
outside internet goes out (due to our ISP), and when it does the  
FreeBSD server gets hung up, even after rebooted. This happened this  
morning, so I put a console on it, and rebooted it. I saw that it  
gets hung trying to start sshd. No error messages are given. If I  
hit Control-C, to skip loading sshd, then the rest of the boot-up  
goes normally and people can again access the server. Any ideas how  
I can avoid this problem? I'd rather not skip the loading of sshd. I  
don't have any special programs on the server that contact the  
outside world.


It's probably doing something which needs a DNS lookup.  Do you have a  
subnet-local nameserver available, or does simply waiting for 2  
minutes or so for a timeout do the trick?


--
-Chuck

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


system hangs on boot up if no internet available

2008-07-23 Thread Dave Abouav
I setup a FreeBSD server (v 6.1) for my company as a simple Samba 
server. It works fine. Except once in awhile our access to the outside 
internet goes out (due to our ISP), and when it does the FreeBSD server 
gets hung up, even after rebooted. This happened this morning, so I put 
a console on it, and rebooted it. I saw that it gets hung trying to 
start sshd. No error messages are given. If I hit Control-C, to skip 
loading sshd, then the rest of the boot-up goes normally and people can 
again access the server. Any ideas how I can avoid this problem? I'd 
rather not skip the loading of sshd. I don't have any special programs 
on the server that contact the outside world.


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


Re: 6.2-RELEASE hangs on boot on Ultra 80

2007-07-27 Thread Kris Kennaway
On Fri, Jun 29, 2007 at 10:27:17PM -0700, brian dye wrote:
> Greetings,
> 
> I'm trying to install freebsd 6.2-RELEASE on a Sun Ultra 80 expert
> 3D-Lite workstation. I've tried the bootonly and disc1 .iso files
> with no luck. In both cases the system hangs after the following
> message:
> 
> ...
> Booting [/boot/kernel/kernel]...
> nothing to autoload yet.
> jumping to kernel entry at 0x006.
> 
> The splash for this box reads:
> 
> Sun Ultra 80 UPA/PCI (4 X UltraSPARC-II 450MHz), Keyboard Present
> OpenBoot 3.29, 4096 MB memory installed, Serial #51547294.
> Ethernet address 0:3:ba:12:8c:9e, Host ID: 83128c9e.
> 
> This box has two expert 3D-Lite frame buffers. I've read  some other
> posts where the problem was with an unsuported frame buffer. If that
> is the case here what are some recommended or at least supported
> options for an Ultra 80?
> 
> Any information you can provide will be appreciated.

You need to use the serial console.  It's not actually hung, it's just
not displaying any output on the system console while it boots.  All
support for the system console on sparc systems appears to have been
broken around Feb 2005.

Kris


pgpUvTmRgOgjF.pgp
Description: PGP signature


Re: FreeBSD 5.5 hangs on boot when pluging mouse/Intel Gigabit

2007-07-04 Thread Olivier Nicole
Hi,

> I am in process of upgrading a serie of servers from 4.11 to 5.5 (and
> them 6.2).
> 
> I am on the 5.5 phase. I did 2 machines sucessfully. On upgrading the
> thrid one, the boot will hang after SCSI buss reset, whenver I plug in
> the mouse or an Intel Pro/1000 MT Gigabit card.

I don't know the reason, but in 6.2 the problem vanished.

> The server I am upgrading was working fine for 2 years and more.
> 
> The 2 machines I did previously are the exact same mother board as the
> one making trouble, but the one I upgrade is 2 CPU. more RAM and a
> tape device.
> 
> One of the 2 machines that succeded is using the same add on Intel Pro
> Gigabit.
> 
> All machines are connected to the same KVM switch.
> 
> Kernel is GENERIC from distribution.
> 
> The exact place it hangs is shown in the dmesg bellow:
> 
> Copyright (c) 1992-2006 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
> The Regents of the University of California. All rights reserved.
> FreeBSD 5.5-RELEASE-p13 #2: Thu Jun 28 12:36:00 ICT 2007
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: Intel Pentium III (800.03-MHz 686-class CPU)
>   Origin = "GenuineIntel"  Id = 0x686  Stepping = 6
>   
> Features=0x383fbff
> real memory  = 402632704 (383 MB)
> avail memory = 384299008 (366 MB)
> ACPI APIC Table: 
> ioapic0  irqs 0-15 on motherboard
> ioapic1  irqs 16-31 on motherboard
> npx0:  on motherboard
> npx0: INT 16 interface
> acpi0:  on motherboard
> acpi0: Power Button (fixed)
> Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
> acpi_timer0: <32-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0
> cpu0:  on acpi0
> acpi_button0:  on acpi0
> pcib0:  port 0xcf8-0xcff on acpi0
> pci0:  on pcib0
> fxp0:  port 0xd800-0xd83f mem 
> 0xfd80-0xfd8f,0xfe00-0xfe000fff irq 20 at device 2.0 on pci0
> miibus0:  on fxp0
> inphy0:  on miibus0
> inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> fxp0: Ethernet address: 00:e0:18:0a:97:a6
> pci0:  at device 7.0 (no driver attached)
> isab0:  port 0xe800-0xe80f at device 15.0 on pci0
> isa0:  on isab0
> atapci0:  port 
> 0xd000-0xd00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0
> ata0: channel #0 on atapci0
> ata1: channel #1 on atapci0
> ohci0:  mem 0xfb00-0xfb000fff irq 4 at 
> device 15.2 on pci0
> usb0: OHCI version 1.0, legacy support
> usb0:  on ohci0
> usb0: USB revision 1.0
> uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 4 ports with 4 removable, self powered
> pcib1:  on acpi0
> pci1:  on pcib1
> sym0: <896> port 0xb800-0xb8ff mem 
> 0xfa00-0xfa001fff,0xfa80-0xfa8003ff irq 24 at device 5.0 on pci1
> sym0: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking
> sym0: open drain IRQ line driver, using on-chip SRAM
> sym0: using LOAD/STORE-based firmware.
> sym0: handling phase mismatch from SCRIPTS.
> sym1: <896> port 0xb400-0xb4ff mem 
> 0xf900-0xf9001fff,0xf980-0xf98003ff irq 25 at device 5.1 on pci1
> sym1: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking
> sym1: open drain IRQ line driver, using on-chip SRAM
> sym1: using LOAD/STORE-based firmware.
> sym1: handling phase mismatch from SCRIPTS.
> atkbdc0:  port 0x64,0x60 irq 1 on acpi0
> atkbd0:  irq 1 on atkbdc0
> kbd0 at atkbd0
> fdc0:  port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> orm0:  at iomem 0xd-0xd3fff,0xc-0xca7ff on isa0
> pmtimer0 on isa0
> ppc0: parallel port not found.
> sc0:  at flags 0x100 on isa0
> sc0: VGA <16 virtual consoles, flags=0x300>
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 8250 or not responding
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
> Timecounter "TSC" frequency 800034408 Hz quality 800
> Timecounters tick every 10.000 msec
> acd0: CDROM  at ata0-master PIO4
> Waiting 15 seconds for SCSI devices to settle
> (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered.
> (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered.
> 
> ** Hangs here *
> 
> sa0 at sym1 bus 0 target 2 lun 0
> sa0:  Removable Sequential Access SCSI-2 device 
> sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit)
> da0 at sym0 bus 0 target 0 lun 0
> da0:  Fixed Direct Access SCSI-3 device 
> da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing 
> Enabled
> da0: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
> da1 at sym0 bus 0 target 1 lun 0
> da1:  Fixed Direct Access SCSI-3 device 
> da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing 
> Enabled
> da1: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
> da2 at sym0 bus 0 target 2 lun 0
> da2:  Fixed Direct Access SCSI-3 device 
> da2: 80.000MB/s transfers (40.000MHz, offse

6.2-RELEASE hangs on boot on Ultra 80

2007-06-29 Thread brian dye

Greetings,

I'm trying to install freebsd 6.2-RELEASE on a Sun Ultra 80 expert
3D-Lite workstation. I've tried the bootonly and disc1 .iso files
with no luck. In both cases the system hangs after the following
message:

...
Booting [/boot/kernel/kernel]...
nothing to autoload yet.
jumping to kernel entry at 0x006.

The splash for this box reads:

Sun Ultra 80 UPA/PCI (4 X UltraSPARC-II 450MHz), Keyboard Present
OpenBoot 3.29, 4096 MB memory installed, Serial #51547294.
Ethernet address 0:3:ba:12:8c:9e, Host ID: 83128c9e.

This box has two expert 3D-Lite frame buffers. I've read  some other
posts where the problem was with an unsuported frame buffer. If that
is the case here what are some recommended or at least supported
options for an Ultra 80?

Any information you can provide will be appreciated.

-brian dye

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


FreeBSD 5.5 hangs on boot when pluging mouse/Intel Gigabit

2007-06-28 Thread Olivier Nicole
Hi,

I am in process of upgrading a serie of servers from 4.11 to 5.5 (and
them 6.2).

I am on the 5.5 phase. I did 2 machines sucessfully. On upgrading the
thrid one, the boot will hang after SCSI buss reset, whenver I plug in
the mouse or an Intel Pro/1000 MT Gigabit card.

The server I am upgrading was working fine for 2 years and more.

The 2 machines I did previously are the exact same mother board as the
one making trouble, but the one I upgrade is 2 CPU. more RAM and a
tape device.

One of the 2 machines that succeded is using the same add on Intel Pro
Gigabit.

All machines are connected to the same KVM switch.

Kernel is GENERIC from distribution.

The exact place it hangs is shown in the dmesg bellow:

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.5-RELEASE-p13 #2: Thu Jun 28 12:36:00 ICT 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel Pentium III (800.03-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x686  Stepping = 6
  
Features=0x383fbff
real memory  = 402632704 (383 MB)
avail memory = 384299008 (366 MB)
ACPI APIC Table: 
ioapic0  irqs 0-15 on motherboard
ioapic1  irqs 16-31 on motherboard
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <32-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
fxp0:  port 0xd800-0xd83f mem 
0xfd80-0xfd8f,0xfe00-0xfe000fff irq 20 at device 2.0 on pci0
miibus0:  on fxp0
inphy0:  on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:e0:18:0a:97:a6
pci0:  at device 7.0 (no driver attached)
isab0:  port 0xe800-0xe80f at device 15.0 on pci0
isa0:  on isab0
atapci0:  port 
0xd000-0xd00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
ohci0:  mem 0xfb00-0xfb000fff irq 4 at 
device 15.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
pcib1:  on acpi0
pci1:  on pcib1
sym0: <896> port 0xb800-0xb8ff mem 0xfa00-0xfa001fff,0xfa80-0xfa8003ff 
irq 24 at device 5.0 on pci1
sym0: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking
sym0: open drain IRQ line driver, using on-chip SRAM
sym0: using LOAD/STORE-based firmware.
sym0: handling phase mismatch from SCRIPTS.
sym1: <896> port 0xb400-0xb4ff mem 0xf900-0xf9001fff,0xf980-0xf98003ff 
irq 25 at device 5.1 on pci1
sym1: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking
sym1: open drain IRQ line driver, using on-chip SRAM
sym1: using LOAD/STORE-based firmware.
sym1: handling phase mismatch from SCRIPTS.
atkbdc0:  port 0x64,0x60 irq 1 on acpi0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
fdc0:  port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
orm0:  at iomem 0xd-0xd3fff,0xc-0xca7ff on isa0
pmtimer0 on isa0
ppc0: parallel port not found.
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter "TSC" frequency 800034408 Hz quality 800
Timecounters tick every 10.000 msec
acd0: CDROM  at ata0-master PIO4
Waiting 15 seconds for SCSI devices to settle
(noperiph:sym0:0:-1:-1): SCSI BUS reset delivered.
(noperiph:sym1:0:-1:-1): SCSI BUS reset delivered.

** Hangs here *

sa0 at sym1 bus 0 target 2 lun 0
sa0:  Removable Sequential Access SCSI-2 device 
sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit)
da0 at sym0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-3 device 
da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
da0: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
da1 at sym0 bus 0 target 1 lun 0
da1:  Fixed Direct Access SCSI-3 device 
da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
da1: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
da2 at sym0 bus 0 target 2 lun 0
da2:  Fixed Direct Access SCSI-3 device 
da2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
da2: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
da3 at sym0 bus 0 target 3 lun 0
da3:  Fixed Direct Access SCSI-3 device 
da3: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
da3: 17522MB (35885168 512 byte sectors: 255H 63S/T 2

RE: HP DL380 hangs on boot

2005-11-23 Thread Ted Mittelstaedt


>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Miguel
>Sent: Tuesday, November 22, 2005 7:11 AM
>To: Ted Mittelstaedt
>Cc: FreeBSD Questions
>Subject: Re: HP DL380 hangs on boot
>
>
>Ted Mittelstaedt wrote:
>
>>If you are convinced it's the CD corrupting the
>>install, then boot from a floppy and do a FTP install
>>and see what happens.
>>
>>Ted
>>  
>>
>That is exactly what i did, the install finished without any problem, 
>but i still cant use the cdrom drive, no matters what cd is in the 
>drive, i always get this error when transfering from the cd to the hd:
>
>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
>g_vfs_done():acd0[READ(offset=446623744, length=65536)]error = 5
>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
>g_vfs_done():acd0[READ(offset=446627840, length=65536)]error = 5
>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
>g_vfs_done():acd0[READ(offset=446631936, length=65536)]error = 5
>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
>g_vfs_done():acd0[READ(offset=446636032, length=65536)]error = 5
>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
>g_vfs_done():acd0[READ(offset=446636032, length=4096)]error = 5
>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
>

Your going to have to send-pr it then.  Make sure you state in
the PR that the FreeBSD system has booted fine and is running
fine except for access to the CDROM drive, and make sure you 
state that you have tried several different CDROM readers in
the hardware.

The older Compaq deskpro's with onboard Adaptec SCSI controllers
(pentium pro 200 dual processor systems) had exactly the same
problem.  Replacing the IDE cdrom with a SCSI one worked.

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


Re: HP DL380 hangs on boot

2005-11-22 Thread Miguel

Ted Mittelstaedt wrote:


If you are convinced it's the CD corrupting the
install, then boot from a floppy and do a FTP install
and see what happens.

Ted
 

That is exactly what i did, the install finished without any problem, 
but i still cant use the cdrom drive, no matters what cd is in the 
drive, i always get this error when transfering from the cd to the hd:


acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446623744, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446627840, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446631936, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446636032, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446636032, length=4096)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0

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


RE: HP DL380 hangs on boot

2005-11-22 Thread Ted Mittelstaedt

If you are convinced it's the CD corrupting the
install, then boot from a floppy and do a FTP install
and see what happens.

Ted

>-Original Message-
>From: Miguel [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 21, 2005 4:05 PM
>To: Ted Mittelstaedt
>Cc: FreeBSD Questions
>Subject: Re: HP DL380 hangs on boot
>
>
>Ted Mittelstaedt wrote:
>
>>  
>>
>>>-Original Message-
>>>From: Miguel [mailto:[EMAIL PROTECTED]
>>>Sent: Thursday, November 10, 2005 1:17 PM
>>>To: Ted Mittelstaedt
>>>Cc: FreeBSD Questions
>>>Subject: Re: HP DL380 hangs on boot
>>>
>>>
>>>Im sure the media is ok, i have just finished a quick test 
>installation
>>>on a devel desktop using the same cd, the instalation finished
>>>flawlesly,
>>>enable/disable ACPI doesnt help either.
>>>Another corner to look around?
>>>
>>>
>>>
>>
>>Try a different model and brand of CDROM drive.
>>
>>Ted
>>  
>>
>Hi, i just want to let you know that im facing the same problem with a 
>DELL Poweredge 6450.
>So, same problem with two diferent platforms (and cd drives)
>What am i missing?
>
>
>-- 
>No virus found in this incoming message.
>Checked by AVG Free Edition.
>Version: 7.1.362 / Virus Database: 267.13.4/176 - Release Date: 
>11/20/2005
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL380 hangs on boot

2005-11-21 Thread Miguel

Ted Mittelstaedt wrote:

 


-Original Message-
From: Miguel [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 1:17 PM
To: Ted Mittelstaedt
Cc: FreeBSD Questions
Subject: Re: HP DL380 hangs on boot


Im sure the media is ok, i have just finished a quick test installation
on a devel desktop using the same cd, the instalation finished
flawlesly,
enable/disable ACPI doesnt help either.
Another corner to look around?

   



Try a different model and brand of CDROM drive.

Ted
 

Hi, i just want to let you know that im facing the same problem with a 
DELL Poweredge 6450.

So, same problem with two diferent platforms (and cd drives)
What am i missing?

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


RE: HP DL380 hangs on boot

2005-11-11 Thread Ted Mittelstaedt


>-Original Message-
>From: Miguel [mailto:[EMAIL PROTECTED]
>Sent: Thursday, November 10, 2005 1:17 PM
>To: Ted Mittelstaedt
>Cc: FreeBSD Questions
>Subject: Re: HP DL380 hangs on boot
>
>
>Im sure the media is ok, i have just finished a quick test installation
>on a devel desktop using the same cd, the instalation finished
>flawlesly,
>enable/disable ACPI doesnt help either.
>Another corner to look around?
>

Try a different model and brand of CDROM drive.

Ted

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


Re: HP DL380 hangs on boot

2005-11-10 Thread Miguel

Ted Mittelstaedt wrote:


man acpi

tells all.

Ted

 

thanks Ted, i have read that man, but couldnt find any entry related to 
my problem.


A follow up: I cant use the cdrom 

I wanted to recompile my kernel for SMP support, but im getting the same 
Write failure on transfer on acd0 error related in my previus posts, 
when sysinstall tries to copy from the cdrom to /usr/src/sys, but now im 
getting this on the console:


acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446623744, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446627840, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446631936, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446636032, length=65536)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446636032, length=4096)]error = 5
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0
g_vfs_done():acd0[READ(offset=446640128, length=65536)]error = 5

Im sure the media is ok, i have just finished a quick test installation 
on a devel desktop using the same cd, the instalation finished flawlesly,

enable/disable ACPI doesnt help either.
Another corner to look around?




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


RE: HP DL380 hangs on boot

2005-11-10 Thread Ted Mittelstaedt

man acpi

tells all.

Ted

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Miguel
>Sent: Thursday, November 10, 2005 7:14 AM
>To: FreeBSD Questions
>Subject: Re: HP DL380 hangs on boot
>
>
>Ted Mittelstaedt wrote:
>
>>try to boot 6.0 with acpi disabled
>>
>>Ted
>>  
>>
>Ok, i will try that, is this thing (ACPI) really needed, i mean, what 
>harm will cause disable it, i have googled around and the frecuent 
>answer is  "try with ACPI disabled", is this support a bleeding edge 
>future?, is its current status STABLE?
>Thanks
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to 
>"[EMAIL PROTECTED]"
>
>-- 
>No virus found in this incoming message.
>Checked by AVG Free Edition.
>Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 
>11/9/2005
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL380 hangs on boot

2005-11-10 Thread Andrew P.
On 11/10/05, Miguel <[EMAIL PROTECTED]> wrote:
> Ted Mittelstaedt wrote:
>
> >try to boot 6.0 with acpi disabled
> >
> >Ted
> >
> >
> Ok, i will try that, is this thing (ACPI) really needed, i mean, what
> harm will cause disable it, i have googled around and the frecuent
> answer is  "try with ACPI disabled", is this support a bleeding edge
> future?, is its current status STABLE?
> Thanks
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Try to disable ACPI in BIOS, too, if an option is there.
Nowadays ACPI is not only for power management,
so it's nice to have it enabled on a server, but it's not
critical.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL380 hangs on boot

2005-11-10 Thread Miguel

Ted Mittelstaedt wrote:


try to boot 6.0 with acpi disabled

Ted
 

Ok, i will try that, is this thing (ACPI) really needed, i mean, what 
harm will cause disable it, i have googled around and the frecuent 
answer is  "try with ACPI disabled", is this support a bleeding edge 
future?, is its current status STABLE?

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


Re: HP DL380 hangs on boot

2005-11-09 Thread Albert Shih
 Le 09/11/2005 à 10:17:04-0600, Miguel a écrit
> Albert Shih wrote:
> 
> >
> >
> >I don't remenber my OS identification and I can tell you because all my
> >server is in production (I can reboot them). But I think (but not sure) my
> >OS identification is windows. 
> >
> Albert, i tried all the OS types, the only one that worked was Other OS, 
> what is the meaning of this ?
> What is the diference between select linux or windows, do you have an 
> idea why only works with other os ?

Sorry but I don't really known. I just find this because I buy a ML 350 for
windows (ok ok that's bad idea) and when I receive my ML 350 I can boot
Win2.3k. I think that's impossible (because 80% etc...) And I find this
very strange thing. I loose one day on this OS type.
>From this day on any HP box don't boot the first thing I go to check
is this OS type.
More fun on other ML 350 with Win2k, he boot only  if OS type is Linux.

Regards.
--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Thu Nov 10 07:42:05 CET 2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: HP DL380 hangs on boot

2005-11-09 Thread Ted Mittelstaedt
try to boot 6.0 with acpi disabled

Ted

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Miguel
>Sent: Tuesday, November 08, 2005 3:29 PM
>To: [EMAIL PROTECTED]
>Cc: FreeBSD Questions
>Subject: Re: HP DL380 hangs on boot
>
>
>Albert Shih wrote:
>
>> 
>>
>>I've DL 360 and I've use 5.4 without any problem.
>>
>>Have you try to disable HyperThreading in HP-Bios ? You can 
>try to change
>>the OS identification in HP-Bios too. 
>>
>>  
>>
>Im trying to install 6.0R,  and i already disabled
>
>HyperThreading
>
>This used to be a linux gentoo machine, so the OS 
>identification is Linux, should i change it?
>
>Regards,
>
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to 
>"[EMAIL PROTECTED]"
>
>-- 
>No virus found in this incoming message.
>Checked by AVG Free Edition.
>Version: 7.1.362 / Virus Database: 267.12.8/163 - Release Date: 
>11/8/2005
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL380 hangs on boot

2005-11-09 Thread Miguel

Albert Shih wrote:




I don't remenber my OS identification and I can tell you because all my
server is in production (I can reboot them). But I think (but not sure) my
OS identification is windows. 

Albert, i tried all the OS types, the only one that worked was Other OS, 
what is the meaning of this ?
What is the diference between select linux or windows, do you have an 
idea why only works with other os ?

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


Re: HP DL380 hangs on boot

2005-11-09 Thread Albert Shih
 Le 08/11/2005 à 17:29:06-0600, Miguel a écrit
> Albert Shih wrote:
> 
> >
> >
> >I've DL 360 and I've use 5.4 without any problem.
> >
> >Have you try to disable HyperThreading in HP-Bios ? You can try to change
> >the OS identification in HP-Bios too. 
> >
> > 
> >
> Im trying to install 6.0R,  and i already disabled
> 
> HyperThreading
> 
> This used to be a linux gentoo machine, so the OS identification is Linux, 
> should i change it?

I don't remenber my OS identification and I can tell you because all my
server is in production (I can reboot them). But I think (but not sure) my
OS identification is windows. Well you always can try, if that's don't work
you can redo.

Regards.
--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
7 ième étage, plateau D, bureau 10
Heure local/Local time:
Wed Nov 9 09:09:03 CET 2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL380 hangs on boot

2005-11-08 Thread Miguel

Albert Shih wrote:




I've DL 360 and I've use 5.4 without any problem.

Have you try to disable HyperThreading in HP-Bios ? You can try to change
the OS identification in HP-Bios too. 

 


Im trying to install 6.0R,  and i already disabled

HyperThreading

This used to be a linux gentoo machine, so the OS identification is Linux, 
should i change it?

Regards,


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


Re: HP DL380 hangs on boot

2005-11-08 Thread Albert Shih
 Le 08/11/2005 à 12:27:59-0600, Miguel a écrit
> Hi, im having the same problem addressed on this thread,
> 
> http://marc.theaimsgroup.com/?l=freebsd-questions&m=112179929823932&w=2
> 
> Lowell Gilbert recomends to check the media, in my case the boot-only 
> cd, the media is ok, i have booted with it on serveral desktops, the 
> server's cd drive is also ok, i can boot a gentoo 2005.1 with it, what 
> else can i check?

I've DL 360 and I've use 5.4 without any problem.

Have you try to disable HyperThreading in HP-Bios ? You can try to change
the OS identification in HP-Bios too. 

Regards.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Wed Nov 9 00:21:34 CET 2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


HP DL380 hangs on boot

2005-11-08 Thread Miguel

Hi, im having the same problem addressed on this thread,

http://marc.theaimsgroup.com/?l=freebsd-questions&m=112179929823932&w=2

Lowell Gilbert recomends to check the media, in my case the boot-only 
cd, the media is ok, i have booted with it on serveral desktops, the 
server's cd drive is also ok, i can boot a gentoo 2005.1 with it, what 
else can i check?

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


Re: NTPD hangs on boot

2004-06-04 Thread Bill Campbell
On Fri, Jun 04, 2004, Giorgos Keramidas wrote:
>On 2004-06-03 20:59, Edward Carmody <[EMAIL PROTECTED]> wrote:
>>
>> Recently did a cvsup and make world procedure, have a couple glitches.
>
>- Which version of FreeBSD are you running?
>
>- What version did you update to?

In my experience, ntp hanging on boot usually means the network is down
and/or DNS isn't working properly.  The AMD automounter does the same
thing.

My usual workaround it to boot into single user mode, and add exit commands
to the startup scripts for ntp and amd so they don't attempt to start.
Once I have everything on the network working, most particularly DNS, then
I remove these exit commands.

On machines running SYSV scripts (e.g. OpenPKG.org things on FreeBSD) that
aren't generally on the network, I put an exit immediately after the
``start'' case where I can comment it out to start the service when on the
network.  This allows the ``stop'' function to work properly if the service
is running, preventing locking problems that might occur if the exit were
at the top of the script.

-- 
Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

``My reading of history convinces me that most bad government results
from too much government.'' --Thomas Jefferson.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NTPD hangs on boot

2004-06-04 Thread Giorgos Keramidas
On 2004-06-03 20:59, Edward Carmody <[EMAIL PROTECTED]> wrote:
>
> Recently did a cvsup and make world procedure, have a couple glitches.

- Which version of FreeBSD are you running?

- What version did you update to?

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


NTPD hangs on boot

2004-06-04 Thread Edward Carmody
Hi,

Recently did a cvsup and make world procedure, have a couple glitches.

NTP will no longer start by enabling it in rc.conf.  At each boot I see the
"starting nptd"...and then nothing; the booting process hangs.  I have to
kill nptd via ctrl-c.  Then boot process proceeds normally.  I can manually
start nptd from the command line, and it starts, runs and syncs up normally.

Probably related, after the make world, sendmail also gave me trouble,
complaining that it could find file after configuration file (all of which
existed).  Then it would inform me that "Recipient names must be specified"
as if I was trying to use sendmail to send a message.  I screwed around with
this for a while, to no avail, then just installed postfix 'cause I missed
my mail server too much.  That fixed the issue with sendmail hanging up the
boot.

Any clues to what I might have done wrong, or neglected to do?  I'm puzzled,
have man'd, googled, and not found much...


/ed

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


Re: FreeBSD hangs on boot

2004-01-13 Thread W. Ryan Merrick
[EMAIL PROTECTED] wrote:
I just recently got an old HP NetServer LH Plus
(specs):
Pentium 166MHz (dual processor board with single cpu)
128MB of RAM (DIMM's)
Mylex DAC960 RAID controller
5x 4.2GB SCSI RAID5 array.
--
At any rate, I've tried using my 4.3-RELEASE, 5.1-RELEASE cd's but those fail to even load due to a fault in the loader. I managed to find my 5.0-DP1 CD and gave that a shot, and low and behold the boot loader worked, it managed to find a driver for the SCSI drives (including the cdrom), and to my surprise the RAID controller as well. 

To give you a little background, basically any *nix based OS I have tried fails to install due to not having a driver or a working driver for the RAID controller, so no block device shows up as being able to installed on to. 5.0-DP1 was the first thing that worked. Even NetBSD with their claim of being able to run on anything fails to install. 

Ok so now the problem, pardon the winded explanation. I successfully created paritions and mount points and installed a system to them. Finished install, removed the CD, rebooted, and that ended that pretty much. Aftter it get's past loading up the BIOS and initializing the system, the loader comes up for me to push 'F1' to load FreeBSD. I do that and all I get is a system beep. Nothing loads, nothing happens, and I am able to keep pushing F1 with more beeps. No errors, no loading of anything, no nothin.

Is there a way I can force error messages to see what the problem is, or to get the machine to boot? Questions? Comments? Suggestions?

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

The partition size in the RAID BIOS should be set to 2GB for use with 
freebsd. Also look for BIOS and Firmware upgrades from mylex to improve 
performance and reliability.

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


FreeBSD hangs on boot

2004-01-10 Thread mcabanatuan
I just recently got an old HP NetServer LH Plus
(specs):
Pentium 166MHz (dual processor board with single cpu)
128MB of RAM (DIMM's)
Mylex DAC960 RAID controller
5x 4.2GB SCSI RAID5 array.
--

At any rate, I've tried using my 4.3-RELEASE, 5.1-RELEASE cd's but those fail to even 
load due to a fault in the loader. I managed to find my 5.0-DP1 CD and gave that a 
shot, and low and behold the boot loader worked, it managed to find a driver for the 
SCSI drives (including the cdrom), and to my surprise the RAID controller as well. 

To give you a little background, basically any *nix based OS I have tried fails to 
install due to not having a driver or a working driver for the RAID controller, so no 
block device shows up as being able to installed on to. 5.0-DP1 was the first thing 
that worked. Even NetBSD with their claim of being able to run on anything fails to 
install. 

Ok so now the problem, pardon the winded explanation. I successfully created paritions 
and mount points and installed a system to them. Finished install, removed the CD, 
rebooted, and that ended that pretty much. Aftter it get's past loading up the BIOS 
and initializing the system, the loader comes up for me to push 'F1' to load FreeBSD. 
I do that and all I get is a system beep. Nothing loads, nothing happens, and I am 
able to keep pushing F1 with more beeps. No errors, no loading of anything, no nothin.

Is there a way I can force error messages to see what the problem is, or to get the 
machine to boot? Questions? Comments? Suggestions?

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


Re: freebsd 4.8-STABLE hangs on boot with no error message

2003-11-30 Thread Neil Brown
> > I'm running freebsd 4.8-STABLE, I installed it a
> > little while ago and it has been running fine as
> my
> > broadband router for a few weeks now, no problems.
> > 
> > This morning there was a powercut, and when I came
> to
> > the machine and attached a monitor, I discovered
> that
> > it was making it through the BIOS, getting to the
> > spinning -\|/-\|/ prompt, where it freezes on the
> > first | every time.
> 
> Uh-oh.  That's bad.  That shows the system is trying
> and failing to
> read the kernel from your hard drive.  
>  
> 
> If so, first thing to try is running fsck on your
> root partition:
> 
> # fsck -y /dev/ad0s1a
> 

Thought I'd just reply to say how this one panned out
in case it helps anyone trawling the archives in the
future:

I booted off the CD, ran fsck, got bad super block
messages.  Unable to fix it by recommended methods, I
was becoming frustrated and came close to wiping the
disk for a reinstall.  Instead I put it in one of my
other machines, and it booted my system fine.  Then
into a third machine, that worked fine as well.

Once it was clear that the disk was not the cause of
the problem, I began to poke around a lot in the BSD
machine, and eventually found that what had happened
was that the powercut had caused the CMOS to flip the
"type" option for my hard disk from "normal" to "auto"
(not really a noticeable difference imho!), changing
this back meant it worked fine again.

So just one of those random incidents really!  Thanks
for the help given :)

Neil.


Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs
http://www.yahoo.co.uk/robbiewilliams
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd 4.8-STABLE hangs on boot with no error message

2003-11-28 Thread Matthew Seaman
On Fri, Nov 28, 2003 at 09:28:23AM +, Neil Brown wrote:

> I'm running freebsd 4.8-STABLE, I installed it a
> little while ago and it has been running fine as my
> broadband router for a few weeks now, no problems.
> 
> This morning there was a powercut, and when I came to
> the machine and attached a monitor, I discovered that
> it was making it through the BIOS, getting to the
> spinning -\|/-\|/ prompt, where it freezes on the
> first | every time.

Uh-oh.  That's bad.  That shows the system is trying and failing to
read the kernel from your hard drive.  
 
> If I press enter quick enough at the right moment I
> can get the boot prompt, but then the | appears and it
> freezes.  I can still turn numlock on and off (a sign
> I've gone by for years that the PC hasn't totally
> locked...) and ctrl-alt-del still reboots but it's
> clear that the machine is not going anywhere further.
> 
> I can chuck a CD drive in and boot from the freebsd
> install disk or knoppix or whatever will help me, does
> anyone have any idea as to how I can fix it or what
> log file I should examine etc?

Can you boot to single user mode from Disk2 of the 4 CD set?
(Alternately, you can use the install and fixit floppy images from
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.8-RELEASE/floppies/)

If so, first thing to try is running fsck on your root partition:

# fsck -y /dev/ad0s1a

(Assuming you're using IDE disks and you've got FreeBSD installed into
the first slice -- adjust as necessary)

If you can fsck the filesystem, then try mounting it:

# mount -t ufs -o rw /dev/ad0s1a /mnt

If you can get this far, then you're in fairly good shape and can
probably recover the system without doing a full restore-from-backup.
If not, then it seems that you've had a really bad disk crash: at best
you'll be able to reinstall and things will work well enough.  At
worst, the disk is completely toast.

If you can access the drive, then check that you've got a kernel image
available on the drive (/kernel would be good, or /kernel.old or
/kernel.GENERIC).  If necessary try copying the kernel image from the
CD.  Once you've got that far, try booting again from your hard drive.
Once you've got the system booting up again, then going through a full
buildworld cycle would be a good idea.


Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


freebsd 4.8-STABLE hangs on boot with no error message

2003-11-28 Thread Neil Brown
Hi,

I'm running freebsd 4.8-STABLE, I installed it a
little while ago and it has been running fine as my
broadband router for a few weeks now, no problems.

This morning there was a powercut, and when I came to
the machine and attached a monitor, I discovered that
it was making it through the BIOS, getting to the
spinning -\|/-\|/ prompt, where it freezes on the
first | every time.

If I press enter quick enough at the right moment I
can get the boot prompt, but then the | appears and it
freezes.  I can still turn numlock on and off (a sign
I've gone by for years that the PC hasn't totally
locked...) and ctrl-alt-del still reboots but it's
clear that the machine is not going anywhere further.

I can chuck a CD drive in and boot from the freebsd
install disk or knoppix or whatever will help me, does
anyone have any idea as to how I can fix it or what
log file I should examine etc?

Any help much appreciated,

Neil.


Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs
http://www.yahoo.co.uk/robbiewilliams
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: System hangs on boot with USB mouse pluged in

2003-09-27 Thread Kent Stewart
On Saturday 27 September 2003 01:04 pm, stan wrote:
> As of a fairly recent cvsup, my laptop has developed an anoying
> "feature" If I leave the USSB mouse pluged in, it hangs hard during
> the boot procees, requiring me to power cycle it. If I boot it WP the
> mouse pluged in, and plug it in _after_ the USN detection (at boot)
> is doen, the it recognizes the mouse, and it works corectly.
>
> It did not have this prolem untill I cvsup'd recently. The mouse is
> the only USB device that I'm uisng. The keyboard s PS/2.
>
> Any ideas?

Are you running 4.9-prerelease? If so, you are following the wrong list 
and Ian Dowse posted a patch to -stable for kern_fork.c that made my 
system boot.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


System hangs on boot with USB mouse pluged in

2003-09-27 Thread stan
As of a fairly recent cvsup, my laptop has developed an anoying "feature"
If I leave the USSB mouse pluged in, it hangs hard during the boot procees,
requiring me to power cycle it. If I boot it WP the mouse pluged in, and
plug it in _after_ the USN detection (at boot) is doen, the it recognizes
the mouse, and it works corectly.

It did not have this prolem untill I cvsup'd recently. The mouse is the
only USB device that I'm uisng. The keyboard s PS/2.

Any ideas?

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sorry: HP Omnibook 4150 hangs on boot > 4.6.2

2003-09-03 Thread Lowell Gilbert
I've had problems with a different Omnibook model hanging while probing
AGP.  The AGP support was added around then, so this might be your
problem too.  The way I got around it was by loading on an earlier
release and updating from source (but not including 'device agp' in my
kernel config, naturally).

I haven't submitted a problem report because I can't prove that anyone
else has the same problem, and after all my hardware *could* be dodgy.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sorry: HP Omnibook 4150 hangs on boot > 4.6.2

2003-09-03 Thread

Sorry for the spam,

But I wanted to include my machine type:

HP Omnibook 4150

In the last email.

Again, thanks in advance,

Eric

___

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


5.1 Hangs on boot (Entropy harvesting)

2003-07-30 Thread Geir Svalland
Hi everybody.
I " think " I found what caused the problem with my FreeBSD 5.1
desktop hanging at Entropy harvesting.
Rebuilt with GENERIC kernel and everything went smooth.
In my CUSTOM kernel I had enabled IPFILTER and IPFIREWALL,
but no rules for IPFILTER.
When I removed the lines concerning ipfilter, the problem went away.
Why ? I don't know :-) It was not configured with default to block.

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


RE: 5.1 Hangs on boot

2003-07-29 Thread Geir Svalland
Hi everybody.
Thx for your replies.
First I tried to fix it with the
" entropy harvest stuff " from /etc/defaults/rc.conf, with no luck.
I tried the sysctl command and it went into a loop with ip-filter.
Guessed the problem belonged to my custom kernelbuild, and rebuildt
with GENERIC and the problem went away.
Then I somehow screwed up my X-Configuration and can't log in to KDE.
Think I go back to 4.8 Just wanted to have a look at 5.
I'm to much in the dark with 5.x
Thx a lot everybody for you effort to help.

Best Regards
Geir Svalland.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eivind Olsen
Sent: Tuesday, July 29, 2003 9:11 PM
To: [EMAIL PROTECTED]
Subject: Re: 5.1 Hangs on boot


--On 28. juli 2003 16:40 +0200 Hasse <[EMAIL PROTECTED]> wrote:
> Stopping at Entropy harvesting.
> I have to press "CTRL+C" to continue booting.
> Then everything works as it's supposed to. ( I think ? )
> Frankly, I don't have a clue on what I'm doing,
> but I've disabled ACPI in my /boot/device.hints file
> to get my floppy drive to work, and I've commented out all
> SCSI devices exept device scbus, and all Raid in my kernel,
> because I don't have any.

I've had the same thing happen here with RELENG_5_1.
When you have managed to log in, run "sysctl -a" and see if that one also
hangs (it's being run as part of the initrandom-stuff).
If "sysctl -a" hangs too, you might run "top" to see that "sysctl -a"
consumes all your CPU. You can kill sysctl with CTRL-C or a kill-command.

My solution was to go back to the GENERIC kernel and just add the three
IPFILTER-options I needed there. With my custom kernel I'd see this problem.

I saw this problem 2-3 days ago and haven't had time to look deeper into
WHY it's failing (or filing a PR) since I've also had to actually get
FreeBSD installed on that server.

If anyone's interested, here's some information:


When running "sysctl -a" lots of output is shown, but then it hangs. Here
are the last few lines it shows:

[...]
net.inet.ipf.fr_authused: 0
net.inet.ipf.fr_defaultauthage: 600
net.inet.ipf.fr_chksrc: 0
net.inet.ipf.ippr_ftp_pasvonly: 0
net.inet.ipf.fr_minttl: 3
net.inet.ipf.fr_minttllog: 1
^C
vimes#

Compiled sysctl with "DEBUG_FLAGS" set (but they might not be set
correctly), started that sysctl, killed it with "kill -SEGV" when it is
looping to produce sysctl.core:

vimes# gdb sysctl -c sysctl.core
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 are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-undermydesk-freebsd"...
Core was generated by `sysctl'.
Program terminated with signal 11, Segmentation fault.
#0  0x0805cd1b in __sysctl ()
(gdb) bt
#0  0x0805cd1b in __sysctl ()
#1  0x08052032 in sysctl ()
#2  0x080490af in show_var (oid=0xbfbffb00, nlen=-1077939624) at
/usr/src/sbin/sysctl/sysctl.c:507
#3  0x08049710 in sysctl_all (oid=0x0, len=0) at
/usr/src/sbin/sysctl/sysctl.c:636
#4  0x0804836f in main (argc=0, argv=0xbfbffc28) at
/usr/src/sbin/sysctl/sysctl.c:141
#5  0x08048145 in _start ()
(gdb) quit
vimes#

I have no idea if this is _any_ help to anyone whatsoever.

vimes# uname -a
FreeBSD vimes.eivind 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Jul 27
16:22:34 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VIMES  i386
vimes#

I'm tracking RELENG_5_1 and I csvup'ed just a few hours before this
(sometime between 08:00 and 09:00 CET on the 27th of July).

Here's all the stuff I'd left in my VIMES kernel-config:

machine i386
cpu I686_CPU
ident   VIMES
options SCHED_4BSD  #4BSD scheduler
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big
directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT   #Network Filesystem Client
options NFSSERVER   #Network Filesystem Server
options NFS_ROOT#NFS usable as root device,
requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Proc

Re: 5.1 Hangs on boot

2003-07-29 Thread Eivind Olsen
--On 28. juli 2003 16:40 +0200 Hasse <[EMAIL PROTECTED]> wrote:
Stopping at Entropy harvesting.
I have to press "CTRL+C" to continue booting.
Then everything works as it's supposed to. ( I think ? )
Frankly, I don't have a clue on what I'm doing,
but I've disabled ACPI in my /boot/device.hints file
to get my floppy drive to work, and I've commented out all
SCSI devices exept device scbus, and all Raid in my kernel,
because I don't have any.
I've had the same thing happen here with RELENG_5_1.
When you have managed to log in, run "sysctl -a" and see if that one also 
hangs (it's being run as part of the initrandom-stuff).
If "sysctl -a" hangs too, you might run "top" to see that "sysctl -a" 
consumes all your CPU. You can kill sysctl with CTRL-C or a kill-command.

My solution was to go back to the GENERIC kernel and just add the three 
IPFILTER-options I needed there. With my custom kernel I'd see this problem.

I saw this problem 2-3 days ago and haven't had time to look deeper into 
WHY it's failing (or filing a PR) since I've also had to actually get 
FreeBSD installed on that server.

If anyone's interested, here's some information:

When running "sysctl -a" lots of output is shown, but then it hangs. Here 
are the last few lines it shows:

[...]
net.inet.ipf.fr_authused: 0
net.inet.ipf.fr_defaultauthage: 600
net.inet.ipf.fr_chksrc: 0
net.inet.ipf.ippr_ftp_pasvonly: 0
net.inet.ipf.fr_minttl: 3
net.inet.ipf.fr_minttllog: 1
^C
vimes#
Compiled sysctl with "DEBUG_FLAGS" set (but they might not be set 
correctly), started that sysctl, killed it with "kill -SEGV" when it is 
looping to produce sysctl.core:

vimes# gdb sysctl -c sysctl.core
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 are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-undermydesk-freebsd"...
Core was generated by `sysctl'.
Program terminated with signal 11, Segmentation fault.
#0  0x0805cd1b in __sysctl ()
(gdb) bt
#0  0x0805cd1b in __sysctl ()
#1  0x08052032 in sysctl ()
#2  0x080490af in show_var (oid=0xbfbffb00, nlen=-1077939624) at 
/usr/src/sbin/sysctl/sysctl.c:507
#3  0x08049710 in sysctl_all (oid=0x0, len=0) at 
/usr/src/sbin/sysctl/sysctl.c:636
#4  0x0804836f in main (argc=0, argv=0xbfbffc28) at 
/usr/src/sbin/sysctl/sysctl.c:141
#5  0x08048145 in _start ()
(gdb) quit
vimes#

I have no idea if this is _any_ help to anyone whatsoever.

vimes# uname -a
FreeBSD vimes.eivind 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Jul 27 
16:22:34 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VIMES  i386
vimes#

I'm tracking RELENG_5_1 and I csvup'ed just a few hours before this 
(sometime between 08:00 and 09:00 CET on the 27th of July).

Here's all the stuff I'd left in my VIMES kernel-config:

machine i386
cpu I686_CPU
ident   VIMES
options SCHED_4BSD  #4BSD scheduler
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big 
directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT   #Network Filesystem Client
options NFSSERVER   #Network Filesystem Server
options NFS_ROOT#NFS usable as root device, 
requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Process filesystem (requires 
PSEUDOFS)
options PSEUDOFS#Pseudo-filesystem framework
options COMPAT_43   #Compatible with BSD 4.3 [KEEP 
THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
   # output.  Adds ~128k to driver.
   # output.  Adds ~215k to driver.
options DDB #Enable the kernel debugger
device  isa
device  pci
device  fdc
device

RE: 5.1 Hangs on boot

2003-07-28 Thread Derrick Ryalls
> 
> Hi everybody.
> Got a problem with my desktop running FreeBSD 5.1, hanging on 
> boot. Connected to Internet via adsl and a  FreeBSD 4.8 NAT 
> Gateway-box.
> > uname -a
> FreeBSD thor.swedehost.com 5.1-RELEASE FreeBSD 5.1-RELEASE
> #0: Sat Jul 26 16:35:38 CEST 2003 
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/THOR  i386
> 
> Stopping at Entropy harvesting.
> I have to press "CTRL+C" to continue booting.
> Then everything works as it's supposed to. ( I think ? ) 
> Frankly, I don't have a clue on what I'm doing, but I've 
> disabled ACPI in my /boot/device.hints file to get my floppy 
> drive to work, and I've commented out all SCSI devices exept 
> device scbus, and all Raid in my kernel, because I don't have any.
> 
> 
> Mounting root from ufs:/dev/ad0s3a
> Loading configuration files
> Entropy harvesting: interrupts ethernet point_to_point
> 

http://people.freebsd.org/~dougb/randomness.html

Following this might help, though it is more geared from 4.x


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


5.1 Hangs on boot

2003-07-28 Thread Hasse
Hi everybody.
Got a problem with my desktop running FreeBSD 5.1, hanging on boot.
Connected to Internet via adsl and a  FreeBSD 4.8 NAT Gateway-box.
> uname -a
FreeBSD thor.swedehost.com 5.1-RELEASE FreeBSD 5.1-RELEASE
#0: Sat Jul 26 16:35:38 CEST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/THOR  i386

Stopping at Entropy harvesting.
I have to press "CTRL+C" to continue booting.
Then everything works as it's supposed to. ( I think ? )
Frankly, I don't have a clue on what I'm doing,
but I've disabled ACPI in my /boot/device.hints file
to get my floppy drive to work, and I've commented out all
SCSI devices exept device scbus, and all Raid in my kernel,
because I don't have any.


Mounting root from ufs:/dev/ad0s3a
Loading configuration files
Entropy harvesting: interrupts ethernet point_to_point


I've tried to find some info about it at :
http://www.freebsd.org/releases/5.0R/relnotes-i386.html
http://www.freebsd.org/releases/5.1R/errata.html
but I don't seem to get it, (or understand it .-)

Any tips, detailed instructions or solutions would be most appriciated.

Best Regards
Geir Svalland.

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


Re: SMP Compaq DL380 G1 - hangs on boot

2003-04-05 Thread David Muir Sharnoff

* Daxbert <[EMAIL PROTECTED]> wrote:
* 
* What OS have you configured in the BIOS via the Compaq System Configuation
* Utility (SCU)?  I've always had to set the host to 'Linux', to get the SMP
* kernel to not hang.

Thank you.  That was the key.  It now set to 'Linux' and it
is working.

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


Re: SMP Compaq DL380 G1 - hangs on boot

2003-04-02 Thread Daxbert
Quoting David Muir Sharnoff <[EMAIL PROTECTED]>:
> 
> * On Wednesday 02 April 2003, Patrick O'Reilly wrote:
> * ... 
> * Hmmm.  I had the same thing on a similar platform once I built the kernel
> with 
> * SMP.  Also curious, though I have reverted to a non-SMP kernel for now
> while 
> * I get everything else set up.
> 
> I guess I should mention that I'm trying to boot an SMP kernel.  
> Non-SMP kernels work fine.  
> 

What OS have you configured in the BIOS via the Compaq System Configuation
Utility (SCU)?  I've always had to set the host to 'Linux', to get the SMP
kernel to not hang.

--daxbert

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


Re: SMP Compaq DL380 G1 - hangs on boot

2003-04-02 Thread David Muir Sharnoff

* On Wednesday 02 April 2003, Patrick O'Reilly wrote:
* ... 
* Hmmm.  I had the same thing on a similar platform once I built the kernel with 
* SMP.  Also curious, though I have reverted to a non-SMP kernel for now while 
* I get everything else set up.

I guess I should mention that I'm trying to boot an SMP kernel.  
Non-SMP kernels work fine.  

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


Re: SMP Compaq DL380 G1 - hangs on boot

2003-04-02 Thread Patrick O'Reilly
On Wednesday 02 April 2003 20:20, David Muir Sharnoff wrote:
> I'm trying to install FreeBSD 4.7-RELEASE on a dual CPU Compaq
> DL380 G1.  It hangs on boot.  Does anyone have a clues how to
> fix this?
>
> Programming 35 pins in IOAPIC #0
> IOAPIC #0 intpin 2 -> irq 0
> SMP: CPU0 apic_initialize():
>  lint0: 0x lint1: 0x TPR: 0x SVR: 0x
>
>
> That's it.  No more output.
>

Hmmm.  I had the same thing on a similar platform once I built the kernel with 
SMP.  Also curious, though I have reverted to a non-SMP kernel for now while 
I get everything else set up.

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


SMP Compaq DL380 G1 - hangs on boot

2003-04-02 Thread David Muir Sharnoff

I'm trying to install FreeBSD 4.7-RELEASE on a dual CPU Compaq
DL380 G1.  It hangs on boot.  Does anyone have a clues how to 
fix this?

Here's the output from booting with -v

SMAP type=01 base=  len= 00096c00
SMAP type=02 base= 00096c00 len= fffe9400
SMAP type=02 base= 000f len= 0001
SMAP type=01 base= 0010 len= 3fefc000
SMAP type=03 base= 3fffc000 len= 4000
SMAP type=02 base= fec0 len= 0001
SMAP type=02 base= fee0 len= 0001
SMAP type=02 base= fff8 len= 0008
SMAP type=01 base=0001  len= 
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.7-RELEASE #8: Tue Oct 22 21:42:30 PDT 2002
[EMAIL PROTECTED]:/build/obj/build/src/sys/STAID
Calibrating clock(s) ... TSC clock: 731041359 Hz, i8254 clock: 1193221 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: Pentium III/Pentium III Xeon/Celeron (731.02-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
  Features=0x383f9ff
real memory  = 1073725440 (1048560K bytes)
Physical memory chunk(s):
0x1000 - 0x00095fff, 610304 bytes (149 pages)
0x00473000 - 0x3fff3fff, 1069027328 bytes (260993 pages)
avail memory = 1040551936 (1016164K bytes)
Changing APIC ID for IO APIC #0 from 0 to 8 on chip
Programming 35 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
SMP: CPU0 apic_initialize():
 lint0: 0x lint1: 0x TPR: 0x SVR: 0x


That's it.  No more output.

Thanks,

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


Re: hangs on boot

2002-12-31 Thread Matthew Emmerton
> When I try to send e-mails to the *freebsd mailing
> lists* from my *SMTP* also *ISP* e-mail account it
> never makes it to the list. I was able to send e-mails
> to the list at one point then all of a sudden I can't.
> What about the sendmail hang? Do you know how to stop
> it from hanging like that at boot?

Please email [EMAIL PROTECTED] to work out your email issues.

As for sendmail hanging, this is usually caused because there is no network
connection up and running and sendmail is trying to do a reverse-DNS lookup
on the local hostname.

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



hangs on boot

2002-12-31 Thread bryan cassidy
When I try to send e-mails to the *freebsd mailing
lists* from my *SMTP* also *ISP* e-mail account it
never makes it to the list. I was able to send e-mails
to the list at one point then all of a sudden I can't.
What about the sendmail hang? Do you know how to stop
it from hanging like that at boot?

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Hangs on boot.

2002-12-31 Thread Aaron Burke
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of bryan cassidy
> Sent: Tuesday, December 31, 2002 09:04 AM
> To: [EMAIL PROTECTED]
> Subject: Hangs on boot.
> 
> 
> Hello. I am using FreeBSD 4.7 right now and was
> wondering something. In my /etc/rc.conf file I made
> sendmail_enable="YES" sendmail_enable="NO" and when I
> boot the system hands for a few minutes at the most
> when trying to start the sendmail daemons. Is there a
> way to stop the system from hanging at boot time?
> Please Cc: [EMAIL PROTECTED] (I can't send e-mails
> from my POP account to the mailing list for some
> strange reason) thanks in advance.

POP is not generally for sending mail. It is typically used to
retrieve mail. It sounds like you have a problem with your
SMTP server. One thing that kind of hung me up in the past
was assuming that I could always use the account
smtp.nullplusone.com. It would work fine on some connections,
but not when dialed into some isp's. I later learned that
you should be using your internet service providers smtp server.

For example, lets take AOL. AOL will let you use any SMTP server
in the world, with no problems. However when you dial into 
JoeBlow ISP, you should use something like smtp.joeblow.com.

(snip)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Hangs on boot.

2002-12-31 Thread bryan cassidy
Hello. I am using FreeBSD 4.7 right now and was
wondering something. In my /etc/rc.conf file I made
sendmail_enable="YES" sendmail_enable="NO" and when I
boot the system hands for a few minutes at the most
when trying to start the sendmail daemons. Is there a
way to stop the system from hanging at boot time?
Please Cc: [EMAIL PROTECTED] (I can't send e-mails
from my POP account to the mailing list for some
strange reason) thanks in advance.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message