UHCI/USB related panic while

2003-02-16 Thread Louis A. Mamakos
I just upgraded a machine to this morning's version of the RELENG_4 branch of FreeBSD. I had problems booting it, where it would hang for a bit, and then panic while probing for USB peripherals. There was a USB hub plugged into the UHCI 2-port built-in "hub", and a USB mouse plugged into the e

ncurses and terminfo

2003-02-16 Thread AlanE
Is it possible to build the base system ncurses with a full terminfo database? -- AlanE (Alan Eldridge) Unix/C(++) IT Pro for 20 yrs, likes fixing weird distributed systems bugs. KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to [EMAIL PROTECTED] wi

Re: Buildworld error

2003-02-16 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 08:23:02PM -0800, Glendon M. Gross wrote: > ===> gnu/usr.bin/tar > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o > exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o > hash.o human.o mktime.o modechange.o prepargs.o print-copyr.

Re: Devfs under 5.0 and Handspring Palm device

2003-02-16 Thread Wes Peters
On Sunday 16 February 2003 16:29, Josef Karthauser wrote: > On Fri, Feb 14, 2003 at 11:31:58AM -0800, Matt Anderson wrote: > > Hello everyone! > > Anyone have a clue how to setup jpilot or any other pilot tools to work > > with USB under the devfs device system in 5.0? > > It depends upon what the

Re: ECC memory error reporting

2003-02-16 Thread Kent Stewart
On Sunday 16 February 2003 10:15 am, Wilko Bulte wrote: > On Sun, Feb 16, 2003 at 11:32:42AM -0500, Michael W . Lucas wrote: > > On Sat, Feb 15, 2003 at 07:11:12PM +, Wes Peters wrote: > > > The Bureau of Land Management (aka the Bureau of Livestock and > > > Mining) has slowly been cementing o

Re: ECC memory error reporting

2003-02-16 Thread Wilko Bulte
On Sun, Feb 16, 2003 at 11:32:42AM -0500, Michael W . Lucas wrote: > On Sat, Feb 15, 2003 at 07:11:12PM +, Wes Peters wrote: > > The Bureau of Land Management (aka the Bureau of Livestock and > > Mining) has slowly been cementing over the entrances of the mines > > for years. People go in t

Re: ECC memory error reporting

2003-02-16 Thread Michael W . Lucas
On Sat, Feb 15, 2003 at 07:11:12PM +, Wes Peters wrote: > Yeah. Most of the radiological materials used in the USA during > the nuclear boom of the 40s and 50s were dug out of the ground > within a 200 mile radius of Moab. The rock buttes around there > are dotted with old uranium mines, al

Re: Devfs under 5.0 and Handspring Palm device

2003-02-16 Thread Josef Karthauser
On Fri, Feb 14, 2003 at 11:31:58AM -0800, Matt Anderson wrote: > Hello everyone! > Anyone have a clue how to setup jpilot or any other pilot tools to work > with USB under the devfs device system in 5.0? It depends upon what the palm device is. There are known problems with with > palm o/s 4, wh

Re: Buildworld failing due to PAM errors

2003-02-16 Thread Chuck Swiger
Dag-Erling Smorgrav wrote: [ ... ] 1) don't use -k 2) use 2>&1 to direct error messages to the log # make buildworld >world.log 2>&1 & ...or: 3) nohup make buildworld & This way the build will continue even if your shell goes away. Your output goes to nohup.out, although that could be chang

Re: Buildworld error

2003-02-16 Thread Dag-Erling Smorgrav
"Glendon M. Gross" <[EMAIL PROTECTED]> writes: > uname -absd# uname -a > ===> gnu/usr.bin/tar > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o > exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o > hash.o human.o mktime.o modechange.o prepargs.o print-co

Re: Buildworld failing due to PAM errors

2003-02-16 Thread Dag-Erling Smorgrav
"Glendon M. Gross" <[EMAIL PROTECTED]> writes: > make -k buildworld > /usr/tmp/buildworld.out & \ > tail -f /usr/tmp/buildworld.out 1) don't use -k 2) use 2>&1 to direct error messages to the log # make buildworld >world.log 2>&1 & DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe