Re: A question asked many times-

2003-01-30 Thread Thaddeus Quintin
This was the perfect answer! I wasn't sure if meta was something that would be recognized in the keymap files, but it worked like a charm. Rather than edit the file by hand, it was easer to do- sed 's/lalt/meta/g' us.iso.kbd local.kbd Gotta utilize those UNIX tools! Thanks a lot Thaddeus I

A twisted home network

2003-01-31 Thread Thaddeus Quintin
There's plenty of information on how to install two network cards (done that), how to enable a FreeBSD box to run as a gateway, do NAT, DHCP, etc. However, I'm having a mental block with how the cards should be configured. Here's how I want my network setup- CABLE MODEM- D-link DI-701

Re: A twisted home network

2003-01-31 Thread Thaddeus Quintin
I fixed the DNS problem. I'm an idiot and typed the DNS addresses in wrong... Thanks for everyone that helped out! Thaddeus To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Issues with mpt driver

2007-01-27 Thread Thaddeus Quintin
Hey everyone. I'm trying to get an install done of FreeBSD 6.2 on a Dell PowerEdge SC1435 w/ a Dell SAS 5 adapter (Made by LSI). The mpt driver detects this correctly, but as soon as I do something that involves a stream of disk activity (like update the ports tree), it goes into a frenzy,

ISA Modem on FreeBSD 6.2

2007-07-12 Thread Thaddeus Quintin
I'm trying to set up HylaFax on FreeBSD, but I'm having problems with the modem setup. I tossed in an ISA modem that was laying around (not sure of the brand) and I can't figure out if it's being recognized or not. I set it to IRQ 2 and COM1. Should it be picked up by 'sio'? I disabled

Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin
I'm working on a FreeBSD 6.1 machine and setting up MySQL 5.0 with some InnoDB tables. The machine has 2GB of RAM and will primarily be used as a database machine and will also be serving files over NFS (not high volume). The issue that I'm having is that when I start up MySQL I get a

Re: Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin
On Jul 19, 2006, at 1:38 PM, Charles Swiger wrote: FreeBSD defaults to having a 512MB maximum process datasize. Add something like: kern.dfldsiz=1G ...to /boot/loader.conf. I already took care of that, it was in my first email- I tweaked /boot/loader.conf to allow larger data size

Re: Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin
On Jul 19, 2006, at 2:37 PM, Charles Swiger wrote: On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote: I already took care of that, it was in my first email- I tweaked /boot/loader.conf to allow larger data size for processes already (rebooted after changes)- kern.maxdsiz=1395864371 # 1.3GB