root's crontab and mysqldump

2009-02-23 Thread Joseph Simmons
I'm running a FreeBSD 7.0-RELEASE system and am trying to run a mysqldump as root. I've written a very simple script that does the dump, it works fine when I run it manually, but when I include it in the root's crontab (crontab -e) or in the system's crontab (/etc/crontab), I see that the script

Re: root's crontab and mysqldump

2009-02-23 Thread Joseph Simmons
, Christopher Umina ch...@easymac.orgwrote: be sure to use the absolute path to the command you're using. (/usr/local/bin/mysqldump if i remember correctly) crontab runs with a lesser path than your shell On Feb 23, 2009, at 12:37 PM, Joseph Simmons wrote: I'm running a FreeBSD 7.0

Re: root's crontab and mysqldump

2009-02-23 Thread Joseph Simmons
Adding /usr/local/bin gives the same result. On Mon, Feb 23, 2009 at 1:00 PM, Steven Kreuzer skreu...@exit2shell.comwrote: On Feb 23, 2009, at 1:26 PM, Joseph Simmons wrote: I added the full path and the result didn't change. I can still see it running in the log but the script doesn't

starting Tomcat6

2008-12-23 Thread Joseph Simmons
uname -a gives: 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I installed Apache Tomcat from the ports collection (/usr/ports/www/tomcat6) without error. From the documentation that I've seen, starting tomcat is done

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
It is now :), but that should only effect things when the computer starts up. I'm still not able to start tomcat from it's rc.d script. On Tue, Dec 23, 2008 at 1:03 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Joseph Simmons wrote: uname -a gives: 7.0-RELEASE FreeBSD 7.0-RELEASE

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
...@gmail.com wrote: On Tue, Dec 23, 2008 at 2:15 PM, Joseph Simmons josephdsimm...@gmail.com wrote: It is now :), but that should only effect things when the computer starts up. I'm still not able to start tomcat from it's rc.d script. On Tue, Dec 23, 2008 at 1:03 PM, Matthew Seaman m.sea

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
apache22_profiles= apache22limits_enable=NO apache22_flags= apache22limits_args=-e -C daemon apache22_http_accept_enable=NO On Tue, Dec 23, 2008 at 1:46 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Tue, Dec 23, 2008 at 2:33 PM, Joseph Simmons josephdsimm...@gmail.com wrote: I have tomcat6_enable=YES

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
:52 PM, Joseph Simmons josephdsimm...@gmail.com wrote: Yes, I tried starting it again and got the same result as before which is nothing at all happened. Apache HTTP server works fine, it starts with the computer in fact. I'm not sure if Apache's configuration would effect Tomcat, if so

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
Changing tomcat6_enable to tomcat60_enable worked I'm able to connect on port 8180, thanks for the help. On Tue, Dec 23, 2008 at 1:57 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Joseph Simmons wrote: I have tomcat6_enable=YES in rc.conf and I don't see any tomcat process when I

Re: PHP5 install error on FreeBSD 7.0

2008-04-13 Thread Joseph Simmons
Updating the port tree worked with no problems. Thanks On Sat, Apr 12, 2008 at 3:07 PM, Mel [EMAIL PROTECTED] wrote: On Saturday 12 April 2008 21:29:18 Joseph Simmons wrote: cougar# pwd /usr/ports/www/apache22/work/httpd-2.2.6 cougar# make -n install-htdocs echo Installing HTML

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Joseph Simmons
I installed apache from the port collection so wherever the default location is httpd.conf is in /usr/local/etc/apache22, the log files are in /var/log and at least some of the files that are used for loading modules are in /usr/local/libexec/apache22. I'm not sure where the other stuff is.

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Joseph Simmons
they are missing? On Sat, Apr 12, 2008 at 1:46 PM, Mel [EMAIL PROTECTED] wrote: On Saturday 12 April 2008 19:59:12 Joseph Simmons wrote: I installed apache from the port collection so wherever the default location is httpd.conf is in /usr/local/etc/apache22, the log files are in /var

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Joseph Simmons
/work/httpd-2.2.6/docs/docroot cp -rp index.html ) ( [ ! -f /usr/local/www/apache22/data/index.html ] cp -p /index.html /usr/local/www/apache22/data/index.html) On Sat, Apr 12, 2008 at 2:22 PM, Mel [EMAIL PROTECTED] wrote: On Saturday 12 April 2008 20:59:48 Joseph Simmons wrote: /usr/local

PHP5 install error on FreeBSD 7.0

2008-04-11 Thread Joseph Simmons
I can't seem to install PHP 4 or 5 from the port collection or PHP5 from PHP's website. I'm new to FreeBSD so I'm not sure I'm overlooking something rather simple or if I'm missing some other program or something like that I have Apache 2.2.6 installed and running, I've tried to install PHP