BSDPAN support for Module::Build?

2011-03-14 Thread Richard Morse
Hi! Is there any BSDPAN support for Module::Build? Is there a package I can install that will add it? Documentation on the web for BSDPAN is remarkably limited... Thanks, Ricky The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail

Re: BSDPAN support for Module::Build?

2011-03-14 Thread Richard Morse
Schmehl wrote: --On March 14, 2011 3:07:01 PM -0400 Richard Morse remo...@partners.org wrote: Hi! Is there any BSDPAN support for Module::Build? Is there a package I can install that will add it? Documentation on the web for BSDPAN is remarkably limited... cd to /usr/ports type make

FreeBSD crashes

2010-12-22 Thread Richard Morse
Hi! A while back I wrote about some problems I was having with FreeBSD crashing randomly. I then disappeared for a while, due to a variety of issues, but I'm still having problems. The computer in question is a general-purpose server -- it runs listservs, websites, databases (both MySQL and

CPU testing software?

2010-11-09 Thread Richard Morse
Hi! I've been having problems with FreeBSD 8.1-RELEASE crashing. This morning, it had hung -- it wasn't responding to any input, but there was no error message on screen. I ran MemTest86+ (which worked; MemTest86 doesn't for some reason), and it found no errors in two passes (one without ECC,

Kernel panics?

2010-11-04 Thread Richard Morse
Hi! I'm having a problem with an 8.1-RELEASE #0 amd64 machine. Three weeks ago, it had a kernel panic, which I was too tired to properly capture. On reboot, I forgot to run fsck in single user mode; about 12-14 hours later it crashed complaining that the background file system checks were

Core dump with php52-recode?

2010-06-09 Thread Richard Morse
Hi! I just did a portsnap and found that php52 had been updated. When I recompiled (using `portmaster -i php52 php52-extensions`, suddenly php started crashing: Jun 9 10:27:30 hedwig kernel: pid 35517 (php), uid 1001: exited on signal 11 (core dumped) I was able to trace this down to the

How to get more descriptive errors from auto-mount daemon?

2010-05-27 Thread Richard Morse
Hi! I'm using the auto-mount daemon to access another server via NFS, and I keep getting error messages in `/var/log/messages`: May 27 01:03:26 hedwig amd[9851]: mountd rpc failed: RPC: Can't decode result May 27 01:03:26 hedwig last message repeated 4 times My searches so far

Re: Problems with MySQL since upgrade

2006-08-03 Thread Richard Morse
On Aug 3, 2006, at 3:36 PM, [EMAIL PROTECTED] wrote: Dear Ricky, i understand if this is of no use to you, but: switch to PostgreSQL as soon as you can. MySQL has given me nothing but trouble, especially on FBSD ( threads ). PGSQL is more complete, and faster on harder queries. Hi! Thanks

Re: Problems with MySQL since upgrade

2006-08-03 Thread Richard Morse
Hi! I finally figured out what was going on. Thanks for the people who gave suggestions. The query I thought was the problem really wasn't -- at some point between 5.0.13 and 5.0.22 a change was introduced which affected inner joins. I had a view which was aggresively created using

Re: Problems with MySQL since upgrade

2006-08-02 Thread Richard Morse
On Aug 1, 2006, at 9:24 AM, Richard Morse wrote: Hi! I recently updated MySQL to version 5.0.22 using the ports system (portupgrade -r -R mysql-\*). Previous to this, MySQL was behaving perfectly normally. Since the upgrade, I have found that every so often -- sometimes two or three

Re: Problems with MySQL since upgrade

2006-08-02 Thread Richard Morse
= d9fe25949f79f2c767a0d237b4fdf841 AND u.status 3 -Jim Stapleton On 8/2/06, Richard Morse [EMAIL PROTECTED] wrote: On Aug 1, 2006, at 9:24 AM, Richard Morse wrote: Hi! I recently updated MySQL to version 5.0.22 using the ports system (portupgrade -r -R mysql-\*). Previous to this, MySQL was behaving

Re: Problems with MySQL since upgrade

2006-08-02 Thread Richard Morse
not sure. In the queries I gave you, none of the results were too large I take it (not above the low thousands)? -Jim Stapleton On 8/2/06, Richard Morse [EMAIL PROTECTED] wrote: Hi! All of these queries worked just fine, without causing any problems. As this is more of a mysql issue, do you have

Problems with MySQL since upgrade

2006-08-01 Thread Richard Morse
Hi! I recently updated MySQL to version 5.0.22 using the ports system (portupgrade -r -R mysql-\*). Previous to this, MySQL was behaving perfectly normally. Since the upgrade, I have found that every so often -- sometimes two or three times a day, sometimes every other day, but no more

Re: Problems with MySQL since upgrade

2006-08-01 Thread Richard Morse
On Aug 1, 2006, at 9:38 AM, William Woodhams wrote: My first question would be what version of MySQL did you come from? This sometimes can have an effect on queries. Hi! My apologies for leaving this out. It was 5.0.13. Ricky ___

Re: Upgrading PHP port to 4.4.1 breaks Drupal site

2005-11-11 Thread Richard Morse
This is a known bug with PHP4-4.4.1 and Apache2+mod_rewrite. Please see http://bugs.php.net/bug.php?id=35096. Ricky On Nov 11, 2005, at 11:30 AM, Ron Wilhoite wrote: After a portupgrade of PHP to 4.4.1 my Drupal 4.6.3 site stopped working. I used portdowngrade to revert to 4.4.0 and the

Linux ldd doesn't work

2005-08-30 Thread Richard Morse
Hi! I've looked through Google and the FreeBSD list search, but haven't found anyone with a solution to this problem: the linux ldd doesn't work. When ever I try to use it, I get errors like: /compat/linux/usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file

Any way to log all process launches?

2005-04-08 Thread Richard Morse
Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets created -- ie, keep a list of every fork / exec that occurs. Is this possible? Thanks, Ricky Morse

Re: Any way to log all process launches?

2005-04-08 Thread Richard Morse
On 8 Apr 2005, at 10:41 AM, Giorgos Keramidas wrote: On 2005-04-08 10:32, Richard Morse [EMAIL PROTECTED] wrote: Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets created -- ie, keep a list of every

Owner permissions suddenly set to -x, possible compromise?

2005-04-06 Thread Richard Morse
Hi! I came in the morning and discovered that the file permissions on every cgi I have on my webserver had been set to u-x,go+x. This seems to have changed at about 4:30a this morning. I'm a bit worried by this, as I can't think of anything that would cause this, and there's nothing in any

Compiling DBD::Oracle against Oracle 10g (Linux)?

2005-04-01 Thread Richard Morse
Hi! I'm trying to set up DBD::Oracle to use the Oracle 10g Client (for Linux). I have Oracle installed, and sqlplus works just fine. However, DBD::Oracle seems to have problems. I've included a script session which contains a typical build (I did run through the all the various suggestions

How to use X without installing X?

2005-01-13 Thread Richard Morse
Hi! I have a FreeBSD 5 STABLE computer which is acting as a server. Because it doesn't need it, I don't want to install all of X -- my goal is that there shouldn't be anything that I can't do over ssh from a command-line. Unfortunately, Oracle doesn't agree with me. I need to install the

Re: How to use X without installing X?

2005-01-13 Thread Richard Morse
On 13 Jan 2005, at 2:34 PM, Doug Poland wrote: On my 5.3 servers, I install xorg-libraries so I can run X clients on remote X servers.  From a remote host use a command similar to: xserver% ssh -Xf xclient.mydomain.com /path/to/install/directory/OracleInstaller Hi! When I do this, runInstaller

Re: How to use X without installing X?

2005-01-13 Thread Richard Morse
On 13 Jan 2005, at 2:15 PM, Daniel S. Haischt wrote: simply try to export/set the DISPLAY variable before installing any additional software. setenv DISPLAY foo.bar.com:0.0 | Your actual X-Server -´ Hi! I tried this (I had to use xhost first on

Problems with latest update and network

2003-10-19 Thread Richard Morse
Hi! I just CVSup'd (last Thursday) and upgraded my system to RELENG_4. I now cannot connect (seemingly) to the network. Whenever I try to ping and outside system, I get ping: sendto: no route to host. I can't ping my router, or even hosts with known IP addresses. I don't see anything odd

FreeBSD, HylaFAX, and a Zoom USB modem...

2002-12-04 Thread Richard Morse
Hi! Does anyone have any experience setting up HylaFAX to work with a Zoom 2986L USB modem in FreeBSD? I'm running STABLE (as of last night), with device umodem (and ucom, although that doesn't seem to do anything) enabled in the kernel. I can properly see the modem -- cu will connect to