Re: How long to compile...

2006-01-03 Thread Russell J. Wood
On Tue, Jan 03, 2006 at 11:04:41AM -0500, Robert Huff wrote:
 
 Crispy Beef writes:
 
   Was wondering on average how long building userland and the
   kernel for 6.0-RELEASE should take on a 466MHz Celeron machine
   with 128Mb RAM?
 
   Many hours.  :-(
   For comparison: it takes ~1h45 on a P4/2.25ghz with 512mb.  I
 seem to remember the 500mhz Celeron being an overnight or all-day
 job.
 
 
   Robert Huff

I'm currently doing this on an AMD K6 ~500Mhz. Buildworld took about 12
hours -- installing now -- and kernel is roughly a few hours.

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


Re: Disk error messages (ad0: HARD READ ERROR blk# xxxxxx)

2006-01-02 Thread Russell J. Wood
On Mon, Jan 02, 2006 at 11:15:08PM +, [EMAIL PROTECTED] wrote:
 Hi there,
 
 On my screen, there were messages like the followings comeing up. I have to 
 reboot mutiple times to get it boot up normally. Does this mean I have to 
 replace the disk which is a relatively new disk (1-2 years)? Any simple way 
 to 
 fix it and to avoid the time consuming task?
 
 
 ad0: 39205MB Maxtor 6EX [79656/16/63] at ata0-master WDMA2
 ad0: HARD READ ERROR blk# 131199
 ad0: HARD READ ERROR blk# 131199 status=59 error=40
 ad0: DMA problem fallback to PIO mode
 ad0: HARD READ ERROR blk# 11272319 status=59 error=40
 ad0: HARD READ ERROR blk# 11272319 status=59 error=40
 ad0: HARD READ ERROR blk# 11272319 status=59 error=40
 ad0: HARD READ ERROR blk# 131199 status=59 error=40
 ad0: HARD READ ERROR blk# 3473535 status=59 error=40
 ad0: HARD READ ERROR blk# 9240703 status=59 error=40
 ad0: HARD READ ERROR blk# 17367167 status=59 error=40
 ad0: HARD READ ERROR blk# 17760383 status=59 error=40

I suspect that you have bad sectors on your hard disk drive (and many of
them). A good tool to use is Segate's Seatools
(http://www.seagate.com/support/seatools/index.html). Just burn the
Seatools Desktop edition to CDROM and boot from it.

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


Re: USB mice

2005-12-24 Thread Russell J. Wood
On Sat, Dec 24, 2005 at 03:36:28AM -0600, Teilhard Knight wrote:
 It seems to me that the way FreeBSD is catching up with new hardware leaves 
 you unsatisfied. One has to choose, upon boot, the option to use an USB 
 keyboard by hand, and I have found no way to make a USB mouse to work. The 
 OS broadly supports serial mice and hardly PS/2 mice, both almost out of 
 the market nowadays. Are USB mice supported by FreeBSD?

I have a USB keyboard and I don't have to choose the ``USB Keyboard''
option at start up. Also, I have a USB Mouse hooked up via a hub in my
keyboard. Works fine.

Maybe you should consult the Handbook, or maybe even Google for your
answers.

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


Re: umass detected, but da is never created

2005-12-24 Thread Russell J. Wood
On Sat, Dec 24, 2005 at 11:48:10AM +0100, Philip Lykke Carlsen wrote:
 I have this external harddisk kit, and when I plug it in, the system 
 correctly 
 recognizes it as a umass.. but afterwards, the da device is never created..
 
 this is what I get from the console:
 
 umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2
 umass0: BBB reset failed, TIMEOUT
 umass0: BBB bulk-in clear stall failed, TIMEOUT

 Also, the very same thing but the timeouts are happening if I connect an 
 Apple 
 iPod.. 
 
 And for the record, I had this problem with both the generic and my custom 
 kernel.. both with umass,da,ses,pass compiled in..
 
 Any ideas as for how to solve this?
 Any guidelines and I'd gladly edit the files in question and submit a patch, 
 when I get it working.. 
 
 PS, Any other usb-drive I've tried has worked without problems..

At first I guessed it would have been a faulty device, however after a
quick Google it appears `common'.

http://www.bsdforums.org/forums/archive/index.php/t-664.html

Maybe it's an unsupported device.

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


Re: Two simple questions

2005-12-24 Thread Russell J. Wood
On Sat, Dec 24, 2005 at 08:51:13AM -0600, Teilhard Knight wrote:
 What is the command to see the hidden files and folders? And how to unhide 
 them?

If you're referring to dot files, then the following will show them:

ls -a

If that is too tedious, then an alias in your shell's RC file can sort
that out (e.g. for /bin/sh: alias ls='ls -a').

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


Re: USB mice

2005-12-24 Thread Russell J. Wood
On Sat, Dec 24, 2005 at 09:29:53AM -0600, Teilhard Knight wrote:
 
 - Original Message - 
 From: Russell J. Wood [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Sent: Saturday, December 24, 2005 8:43 AM
 Subject: Re: USB mice
 
 
 On Sat, Dec 24, 2005 at 03:36:28AM -0600, Teilhard Knight wrote:
 It seems to me that the way FreeBSD is catching up with new hardware 
 leaves
 you unsatisfied. One has to choose, upon boot, the option to use an USB
 keyboard by hand, and I have found no way to make a USB mouse to work. 
 The
 OS broadly supports serial mice and hardly PS/2 mice, both almost out of
 the market nowadays. Are USB mice supported by FreeBSD?
 
 I have a USB keyboard and I don't have to choose the ``USB Keyboard''
 option at start up. Also, I have a USB Mouse hooked up via a hub in my
 keyboard. Works fine.
 
 Are they, your keyboard and your mouse, wireless?
 
 Teilhard. 

No, they are not. However, before this setup I was using a complete
wireless setup. Logictec keyboard/mouse combination, from memory.

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


Re: USB mice

2005-12-24 Thread Russell J. Wood
On Sun, Dec 25, 2005 at 04:01:00AM +0200, Giorgos Keramidas wrote:
 On 2005-12-25 09:13, Russell J. Wood [EMAIL PROTECTED] wrote:
 On Sat, Dec 24, 2005 at 09:29:53AM -0600, Teilhard Knight wrote:
 Russell J. Wood [EMAIL PROTECTED] wrote:
 On Sat, Dec 24, 2005 at 03:36:28AM -0600, Teilhard Knight wrote:
  It seems to me that the way FreeBSD is catching up with new
  hardware leaves you unsatisfied. One has to choose, upon boot, the
  option to use an USB keyboard by hand, and I have found no way to
  make a USB mouse to work.  The OS broadly supports serial mice and
  hardly PS/2 mice, both almost out of the market nowadays. Are USB
  mice supported by FreeBSD?
 
  I have a USB keyboard and I don't have to choose the ``USB
  Keyboard'' option at start up. Also, I have a USB Mouse hooked up
  via a hub in my keyboard. Works fine.
 
  Are they, your keyboard and your mouse, wireless?
 
  No, they are not. However, before this setup I was using a complete
  wireless setup. Logictec keyboard/mouse combination, from memory.
 
 USB mice are supported, but I'm not sure about install time.  I very
 rarely install from a CD-ROM these days and even when I do, I don't use
 the mouse at all.

Who needs a mouse at install time? The keyboard is suffice.

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


sysctl kern.cp_time: calculating output

2005-12-22 Thread Russell J. Wood
Hi all,

I have a question regarding the output from sysctl kern.cp_time.

I know that the output is in the form of:

  user nice sys interrupt idle

and that the numbers are incremental, but what I don't know is what
these numbers and increments mean.

If someone could explain this, it is greatly appreciated.

Regards,

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


Re: Open Office?

2004-08-11 Thread Russell J. Wood
On Wed, Aug 11, 2004 at 10:11:41AM +0200, h.kriege wrote:
Hi there,
Will Open Offoice run on Free BSD?
regards,
[EMAIL PROTECTED]

Yes, it's in the ports collection (/usr/ports/editors).

- Russell


pgpUg00pRRJlt.pgp
Description: PGP signature


Re: OT: BSDForums registration ..

2004-08-07 Thread Russell J. Wood
Hello Joshua,

Try http://forums.bsdnexus.org/. It's a forum for all BSD flavours.

- Russell

On Fri, Aug 06, 2004 at 10:39:33PM -0700, Joshua Banks wrote:
Has anyone tried to join/register at:
http://www.freebsdforums.org/

I've joined and registered and I'm able to login, but after 24hrs I'm
still unable to create new threads or reply to existing ones. I've
emailed   [EMAIL PROTECTED] without any response. I thought
maybe I was over looking something but I don't think that I am. 

When I try and click on the Registration link in my email I get:
Your account has been activated but you are currently in the
moderation queue to be added to the forum.

Is there a more preferable FreeBSD forum other than the one above?

Thanks,
Joshua Banks


   
   
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pgpi2xGSvYeip.pgp
Description: PGP signature


Re: OT: BSDForums registration ..

2004-08-07 Thread Russell J. Wood
Yes, sorry. It's http://forums.bsdnexus.com/ (not .org).

- Russell

On Sat, Aug 07, 2004 at 01:06:55PM +0200, Gustaaf Wijnands wrote:
Russell J. Wood wrote:

http://forums.bsdnexus.org/ didn't work. I assume you meant
http://forums.bsdnexus.com/ ?

-- 

Gustaaf

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


pgpQuhORtYuxP.pgp
Description: PGP signature


Re: Can i make a CD of the Ports Collection

2004-08-03 Thread Russell J. Wood
Yes, this could be done. First, create an ISO image of the directory with
`mkisofs' (included in /usr/ports/sysutils/cdrtools):

mkisofs -A ports -allow-lowercase -allow-multidot -f -no-cache-inodes -D -l -J
-o ports.iso -p peter -R -V ports /usr/ports

Note: this will produce a non-standards compliant ISO image, but it will be able
to be read on both MS Windows and FreeBSD.

Then, burn the image to CD using `burncd' (included in
/usr/ports/sysutils/cdrtools):

burncd -f /dev/acd0 -v -s your_drive_speed data ports.iso fixate

When it's time to install, remove everything in `/usr/ports' (rm -r
/usr/ports/*) and copy the burned data across. And, to finish it of, CVSup the
ports afterwards.

- Russell

On Wed, Aug 04, 2004 at 11:16:44AM +0800, Peter Ryan wrote:
I am very new, and have been reinstalling
FreeBSD many times to clean up whatever
mess i make and start again.

I recently used cvsup to update my 
ports collection for the 4.10_RELEASE.

Now, when I reinstall, it takes much longer
because i bring in the updated ports collection
rather than the ports collection on the
install CD (which i burnt from an ISO file)

Is there some way to burn a cd (for me that
means under winXP) containing the latest 
ports collection so that I dont have to
download it each time.

Or is there a better way of installing
with the latest ports collection.

Are the ISO images updated with a new
ports collection very frequently ?

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


pgpETFI5lHDar.pgp
Description: PGP signature


Amaya 8.4

2004-04-18 Thread Russell J. Wood
To whom it may concern;

Is current Amaya release going to be ported soon?

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