Re:

2004-05-11 Thread Jose Lima
It only requires the ability to read and follow directions,

If you're not capable of doing such, then its defenately not for you!


Jose Lima

On Tue, 2004-05-11 at 10:52, wendy wrote:
 Easy to install
 FreeBSD can be installed from a variety of media including CD-ROM, DVD-ROM,
 floppy disk, magnetic tape, an MS-DOSĀ® partition, or if you have a network
 connection, you can install it directly over anonymous FTP or NFS. All you
 need is a couple of formatted 1.44MB floppies and these directions.
 
 
 
 THIS IS NOT TRUE! - the installation actually is very difficult and so this
 Superior OS is not for 99.9% computer users - I'll probably kill my time
 only if I lost my job and stay home having nothing to do to configure how to
 install it.
 
 Comparing to Windows, this BSD is very dumb- want to me to tell it
 everything. No wonder it's Free.
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Streaming Audio

2004-05-11 Thread Jose Lima
On Tue, 2004-05-11 at 16:17, Pavel Duda wrote:
 Darryl Hoar wrote:
 
  Greetings,
  I have a 5.1-release box at home that I would like to put my
  personal mp3's on.  I want to listen to them on any computer
  on my home lan.  
  
  Several on the PC's on my home lan are Microsoft windows.
  
  What are some ideas so that I can access them ?  Samba
  seems a bit overkill.  What about apache running on the box,
  serving up dynamic pages listing the mp3's.  When you click
  on the link it launches windows media player (or real player)
  so that you can listen.
  
  Anyway, I would appreciate any ideas on this matter.
  
  thanks,
  Darryl
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
  
 
 You can try BBJuke (it requires MySQL, IceCast and webserver).
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Apache has an MP3 module that works good.

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


Re: tr A-Z a-z

2004-05-08 Thread Jose Lima
I use:

echo $Z | tr '[a-z' '[A-Z]'

Jose Lima


On Fri, 2004-05-07 at 03:53, Christoph Kukulies wrote:
 Strange: I was used to do upper case lower case conversion always like this
 and it suddenly doesn't work anymore:
 
 $ echo Z | tr [A-Z] [a-z]
 
 
 
 --
 Chris Christoph P. U. Kukulies kuku_at_kukulies.org
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: athlon-mp daily hang 5.2.1

2004-05-04 Thread Jose Lima
Check out this PowerNow! patch/module,
http://demira.shopkeeper.de/~sascha/nx9005/
Its supposed to automatically set processor voltage depending on the
hw.powernow.state set in the kernel.
I havent got it to work automatically but I can manually set it to state
2 or 3 and the tempeture and fan noise drop down dramatically.
Note that you do sacrifice speed for heat and noise. To me this is not
an issue, my XP 1600 is still fast running at 1ghz for my needs.
I just got started programming so I cant help out :), yet... 
maybe some of our smart delevopers will look into it further.


Jose Lima


On Tue, 2004-05-04 at 20:32, Ray Seals wrote:
 I have the same problem with my laptop.  I'm running an AthlonXP-M.  My
 problem is due to overheating.  The machine hangs for 30 seconds and
 then runs for about 30 minutes and then hangs again.  Then it powers
 itself off.
 
 Ray
 
 On Tue, 2004-05-04 at 15:10, Patrick Crosby wrote:
  Just about every day, my FreeBSD system hangs.  I set up
  dumpdev/dumpdir, but I never get anything in /var/crashes.  I'm not
  sure what to do to debug the problem.  It usually happens during a
  'gmake -j4...', but has happened at other times as well.
  
  What can I do to get more information about what is causing the hang?
  
  I have the following in rc.conf to try to get a kernel crash dump:
  
  dumpdev=/dev/ad0s1b
  dumpdir=/var/crash
  
  And I'm running a kernel with debug symbols.  I'm running FreeBSD
  5.2.1-RELEASE-p5 with 2 athlon mp processors, using the GENERIC kernel
  config file (except I commented out INET6 so that firefox will resolve
  domains in a timely fashion): 
  
  ACPI APIC Table: PTLTD  APIC  
  Timecounter i8254 frequency 1193182 Hz quality 0
  CPU: AMD Athlon(tm) MP 2600+ (2000.08-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0

  Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
AMD Features=0xc048MP,AMIE,DSP,3DNow!
  real memory  = 1073217536 (1023 MB)
  avail memory = 1033003008 (985 MB)
  FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
   cpu0 (BSP): APIC ID:  1
   cpu1 (AP): APIC ID:  0
  ioapic0 Version 1.1 irqs 0-23 on motherboard
  
  Thanks.
  
  Patrick
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
  
  
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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