Out of memory during ridiculously large request

2006-04-16 Thread Roger Williams
Since an upgrade to 6.0 (perl 5.8.8) I am getting the following error: Out of memory during ridiculously large request at /usr/local/pop-before-smtp-1.36/pop-before-smtp line 355 Below is the offending line: foreach (keys %db) While googling I see there are other programs having the same

rsh but no rcp as root

2006-04-14 Thread Roger Williams
I have a machine using FreeBSD 6.0 which wont let me rcp as root. I can rsh as root or rcp as another user but no rcp as root. I have several 4.10 machines that work fine as well as a 6.0 machine with no issues. My .rhosts(chmod 600) file is in place as well as the hosts.equiv file, and inetd is

Compatable????

2004-06-17 Thread Roger Williams
Hello, Does anyone know if the following hardware is compatable with 4.10? Chipset • Intel® E7210 (Canterwood ES) chipset • MCH + ICH5-R + FWH Serial ATA • SATA Controller on-chip (Intel® ICH5-R) • Dual Serial ATA ports • RAID 0, 1 Supported Network Controllers • Dual Intel® 82541 Gigabit

perl question

2004-01-28 Thread Roger Williams
I recently installed perl 5.8.3 (upgrade from 5.6.1) on my freebsd 4.9 box. And the following line in a script now gives errors: $realname =~ tr# a-zA-Z0-9\-,./'\200-377##dc; ERROR: Invalid range -3 in transliteration operator Thanks, Roger ___

perl question

2004-01-28 Thread Roger Williams
I recently installed perl 5.8.3 (upgrade from 5.6.1) on my freebsd 4.9 box. And the following line in a script now gives errors: $realname =~ tr# a-zA-Z0-9\-,./'\200-377##dc; ERROR: Invalid range -3 in transliteration operator Thanks, Roger ___

Off Topic RegEx Question

2003-08-28 Thread Roger Williams
I know thins is not the place but I know one of you know this one off the top of your head. I have: $list = dog 1 1 1 cat 2 1 snake 111 and I want to end up with: dog 1 cat 2 snake 1 I thought $list =~ s/ \d \d/ \d/g; would do the trick, but that gives me: dog d 1 1 cat d snake d 1 Thanks,

Off Topic RegEx Question

2003-08-28 Thread Roger Williams
I know thins is not the place but I know one of you know this one off the top of your head. I have: $list = dog 1 1 1 cat 2 1 snake 111 and I want to end up with: dog 1 cat 2 snake 1 I thought $list =~ s/ \d \d/ \d/g; would do the trick, but that gives me: dog d 1 1 cat d snake d 1 Thanks,

Off Topic Regex Question

2003-08-28 Thread Roger Williams
I know thins is not the place but I know one of you know this one off the top of your head. I have: $list = dog 1 1 1 cat 2 1 snake 111 and I want to end up with: dog 1 cat 2 snake 1 I thought $list =~ s/ \d \d/ \d/g; would do the trick, but that gives me: dog d 1 1 cat d snake d 1 Thanks,

Dell, 4.4 and Raid issues

2003-08-10 Thread Roger Williams
I recently tried to install freebsd 4.4 on a new dell 1650 server with the perc3-di, 128mb on-board raid. Once the bios boots ( with no errors) the freebsd install complains there are no disks installed. Anyone have any ideas what is the issue? Thanks, Roger

cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Roger Williams
Below is what I use. You might need to change some of the dirs and the version #s of the tarballs, but it is almost a copy and past operation with this. Roger $ gzip -d -c apache_1.3.x.tar.gz | tar xvf - $ gzip -d -c mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf - $ gzip -d -c

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Roger Williams
Sorry about the mysql. I usually get the latest greatest from mysql.com and their instructions are very basic to follow. I promise to read the whole question next time..LOL Roger To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE:Anyone using Dell Poweredge 1650.......

2002-10-22 Thread Roger Williams
Tony, I am running 4 Dell 1650s with scsi raid setup dual processors and have had NO issues. Each machine host 750 websites all with email and mysql access. Roger System Admin J-Navi WebHosting To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of

RE: Yet another ssh issue

2002-07-17 Thread Roger Williams
Dan, You are correct, i do get that error. Ill reinstall lsof and see the outcome. Thanks for the input. ROger To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message