Re: 5.0 RC3 usb errors

2003-01-14 Thread Alexander Kabaev
What USB devices are connected to these ports?
On Tue, 14 Jan 2003 20:34:49 -0600
Cagle, John (ISS-Houston) [EMAIL PROTECTED] wrote:

 I've installed 5.0 RC3 on an HP ProLiant DL380 G3 (which has USB
 ports), and I'm constantly getting these error messages on the
 console:
 
  uhub0: port error, giving up port 2
  uhub0: port error, restarting port 2


What USB devices are connected to these ports?

-- 
Alexander Kabaev

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



RE: 5.0 RC3 usb errors

2003-01-14 Thread Cagle, John (ISS-Houston)
Sorry, I should have said this earlier: nothing is connected to them.

This is a really weird problem -- the error messages stopped within 60
seconds of setting the correct date on the server (it was set for
November, 2002) and I cannot get them to come back, even by setting the
date back to November.

So, nevermind -- I'll let you know if the error messages turn up
again...

Thanks,
John

 -Original Message-
 From: Alexander Kabaev [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, January 14, 2003 8:43 PM
 To: Cagle, John (ISS-Houston)
 Cc: [EMAIL PROTECTED]
 Subject: Re: 5.0 RC3 usb errors
 
 
 What USB devices are connected to these ports?
 On Tue, 14 Jan 2003 20:34:49 -0600
 Cagle, John (ISS-Houston) [EMAIL PROTECTED] wrote:
 
  I've installed 5.0 RC3 on an HP ProLiant DL380 G3 (which has USB 
  ports), and I'm constantly getting these error messages on the
  console:
  
   uhub0: port error, giving up port 2
   uhub0: port error, restarting port 2
 
 
 What USB devices are connected to these ports?
 
 -- 
 Alexander Kabaev
 

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



Re: 5.0 RC3 usb errors

2003-01-14 Thread Odhiambo Washington
* Alexander Kabaev [EMAIL PROTECTED] [20030115 08:27]: wrote:
 What USB devices are connected to these ports?
 On Tue, 14 Jan 2003 20:34:49 -0600
 Cagle, John (ISS-Houston) [EMAIL PROTECTED] wrote:
 
  I've installed 5.0 RC3 on an HP ProLiant DL380 G3 (which has USB
  ports), and I'm constantly getting these error messages on the
  console:
  
   uhub0: port error, giving up port 2
   uhub0: port error, restarting port 2
 
 
 What USB devices are connected to these ports?

Allow me to give my input to this thread.


I also had these messages (yes, they are not errors) when I had the WITNESS
and debug options enabled in the kernel. I did not have any USB devices
connected to the ports. Once I recompiled the kernel without those options
the messages are gone.

So just do this:

# Debugging for use in -current
#optionsDDB #Enable the kernel debugger
#optionsINVARIANTS  #Enable calls of extra sanity checking
#optionsINVARIANT_SUPPORT   #Extra sanity checks of internal structures, 
required by INVARIANTS
#optionsWITNESS #Enable checks to detect deadlocks and cycles
#optionsWITNESS_SKIPSPIN#Don't run witness on spinlocks for spee


..then recompile ...

maybe you don't want to do it, then connect some usb devices to those ports ;)


-Wash

-- 
Odhiambo Washington   [EMAIL PROTECTED]  The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922 so I installed FreeBSD.   
GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)


...and the fully armed nuclear warheads, are, of course, merely a
courtesy detail.

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