Re: How to know that make buildworld finished

2006-03-05 Thread Robert Uzzi
Hi, For testing purposes, I am trying to build a quite old (read slow) machine. It happens that every time I start a buildworld, I will have to leave before the end. And next morning the shell I was using to run the buildworld will have terminated for some reason. So I cannot see if the

rc.d startup files structure changed?

2006-03-05 Thread Robert Uzzi
What is with the changes with the naming structure of the rc.d files? after some updates I found that courier-authdaemond.sh had been renamed to courier-authdaemond and pure-ftpd.sh to pure-ftpd. Is the structure changing to not require the .sh extention to start on bootup?

USB and FLoppy problems?

2006-03-13 Thread Robert Uzzi
Is it just me experiencing problems lately with USB and mount_msdosfs ? When I mount my USB drives, which are fat32, I experience bus stalls and hangs of various types in the usb output. Sometimes complete system freezes. It does not matter if it is the built in usb 1 controller or an add in usb 2

Small Laser Printers

2006-03-29 Thread Robert Uzzi
Any one using a current small laser printer that cost's in the 100 to 200 dollar range. I've been looking at several to print Invoices on but I keep running in circles trying to figure out if they will work. If you got something in that range to work which one?

MySQL port

2006-02-08 Thread Robert Uzzi
Am I missing something or is the MySQL ports missing the switches to compile with the CSV engine enabled? Mysql itself has them but not the port? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

SATA Raid

2006-02-10 Thread Robert Uzzi
Anyone know of any of the cheaper SATA raid cards that work well under FreeBSD. I'd love to go get a 3ware but they are fairly pricey. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

RE: SATA Raid

2006-02-11 Thread Robert Uzzi
PROTECTED] Behalf Of Robert Uzzi Sent: Friday, February 10, 2006 7:35 PM To: freebsd-questions@freebsd.org Subject: SATA Raid Anyone know of any of the cheaper SATA raid cards that work well under FreeBSD. I'd love to go get a 3ware but they are fairly pricey

Re: SATA Raid

2006-02-15 Thread Robert Uzzi
: bsd [EMAIL PROTECTED] To: Robert Uzzi [EMAIL PROTECTED] Cc: Liste FreeBSD freebsd-questions@freebsd.org Sent: Wednesday, February 15, 2006 5:26 PM Subject: Re: SATA Raid From a little 1U server I am using : Promise PDC20371 SATA150 controller All the best : driver are setup in the card so

Re: SATA Raid

2006-02-15 Thread Robert Uzzi
That still dosen't connedt SATA to a non sata board though. That's my situation I have 6 SATA drives but no SATA native board. Looking for a cheap addin card to build this upon. In that case maybe you want to consider software raid on freebsd. It's dead easy to install and configure.

PAE kernel

2006-02-15 Thread Robert Uzzi
What is the secret to compiling a PAE kernel? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

make depend error

2006-02-16 Thread Robert Uzzi
Any clues to this error? [EMAIL PROTECTED] CUSTOM-SMP # make depend cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../..

Re: Mysql 5 Cluster FreeBSD

2006-02-16 Thread Robert Uzzi
Add this to /usr/local/etc/pkgtools.conf in your MAKE_ARGS statement. It's the WITH_NDB=1 switch that will enable building with cluster support, the rest is up to you. Then use the portinstall command to build the port. From there on it is like any other OS to build the MySQL cluster. MAKE_ARGS

Re: Anyone interpret this ?

2006-02-17 Thread Robert Uzzi
You got port scanned. +Limiting closed port RST response from 216 to 200 packets/sec By analogy with the rate limiting on icmp echo (ping) I'd say that someone try to access to a closed service 216 times per second and that the reset (RST) response is limited to 200. Olivier

Re: Remving All of MySQL Database

2006-02-17 Thread Robert Uzzi
hello i need to remove all of the mysql databases... i messed it up... and now cant log in? please help. I tried deleting the /var/dg/mysql and running mysql_install_sh Try looking at the MySQL manual. http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

Re: Looking for a mentor on php/mysql

2006-02-22 Thread Robert Uzzi
I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched the web for code snippets. Have been on some of the php forum sites,

Shared object libmysqlclient.so.15 not found

2006-02-27 Thread Robert Uzzi
I am seeing two different but related errors and I'm trying to figure out how to fix them. At bootup: /libexec/ld-elf.so.1: Shared object libmysqlclient.so.15 not found, required by pure-ftpd and while running: Feb 27 18:06:28 www postfix/smtpd[874]: unable to dlopen /usr/local/lib/s

Re: Shared object libmysqlclient.so.15 not found

2006-02-27 Thread Robert Uzzi
Did you compile this from ports or by hand ? Some ports have options and for some reason some dont pop the options you ask for when doing -WITH_BLAH or -DWITH_BLAH so i would go where it says +-CONFIGURE_ARGS= and add the options to enable mysql in pure-ftpd These were built from ports. I

Re: adding a *.wav or *mp3 file to my HTML

2006-02-28 Thread Robert Uzzi
One: how can I add this snd.wav to html? andor php? Two: since it takes N secs to pull over the wav file, is there a way to translate it to (say) 32k MP3? And, again, how would I add this to my HTML/php page without nagging my readers? There can be lots of ways

Re: SATA to SCSI Raid Enclosure ...

2006-03-01 Thread Robert Uzzi
I'm looking for something 'cheap' that I can plug into a SCSI controller on my desktop machine that will allow me to house multiple SATA drives in it ... I don't need a lot of fancy features on it, and performance isn't a big issue ... Anything anyone out there using that they'd recommend,

Re: xorg version

2006-03-01 Thread Robert Uzzi
Can someone let me know how i check what version of xorg i am currently running? pkg_version -v |grep -i xorg ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: PHP for MySQL question

2006-03-01 Thread Robert Uzzi
Sorry, the make install file.txt didn't copy everything. Here's the output copied from putty --- taurus# cd /usr/ports/databases/php5-mysql taurus# make install === php5-mysql-5.1.2_1 depends on executable: phpize - found === php5-mysql-5.1.2_1

Re: PHP for MySQL question

2006-03-01 Thread Robert Uzzi
I tried that, it still gives me the same thing about the aclocal15 not being found. It doesn't stop with the mysql part of php either, there's other stuff earlier in the php extentions list it stops on as well. -john I'm not seeing the problem here or on another system but a quick scan of

Re: PHP for MySQL question

2006-03-02 Thread Robert Uzzi
Forwarding to the list. A quick google make's me think aclocal is part of automake and I actually found several versions on my system. Check your system and if one is not installed that could be the problem. I would have thought it would have been installed as a dependency by something along

Re: PCI Express 1x NIC

2006-03-02 Thread Robert Uzzi
Hello. I'v got an MB which is going to run 6.0/AMD64. It features a PCI Express x1 slot. Has anyone had any experience with such a NIC? Altought this is gonna be Gigabit, I'm more insterested in stability than in performance. Also, slightly OT, is PCI-Express aka PCI-X? Or is it PCI-E? None

Re: PCI Express 1x NIC

2006-03-02 Thread Robert Uzzi
Derek Ragona wrote: PCI Express is NOT PCI-X PCI-X is larger slot usually running faster at 66MHz vs. standard PCI at 33MHz. PCI-X is found mostly on server motherboards. PCI Express is a small connector found on primarily desktop motherboards. Ok, thanks a lot. So, does PCI