Re: port newbie question

2005-01-25 Thread John Koepke
> I think this is a simple thing to do and i need to be running apache13
> with php.  how can i clean this up and set up apache13 along with php4?
> 
> is there an easy way to wipe out all traces of apache and php to start
> from scratch?
> 
> thanks,
> ken;

If I remeber correcly run "make config" that will allow you to access
the options menu and remove the X near the Apache2

Then run "make install clean" and you shoud be good to go.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Torrent Program

2005-01-20 Thread John Koepke
Torrentflux.com.  I use this wonderful product.  Got some great features.


On Thu, 20 Jan 2005 22:25:50 +1000, Warren
<[EMAIL PROTECTED]> wrote:
> Im chasing a GUI Torrent program that will allow multiple downloads of
> torrents without having to re-open the d/l program for each new torrent.  If
> anyone knows of such a program please let me know(not QTorrent)
> --
> Yours Sincerely
> Shinjii
> http://www.shinji.nq.nu
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD I LOVE YOU

2005-01-19 Thread John Koepke
> Since we're posting specs and such, my P3 800MHz. w/ 256 RAM does all I
> ask of it, with plenty of room to spare.

I have a few machines running FreeBSD.  The first is a AMD 766mhz.
With about 768 Megs of ram.  This box is used as a Nat / Firewall /
Dansguardian (AV) Proxy / Secondary DNS server / DHCP server.  I Then
Have a P4 2.4 gig box with about 512 megs of ram that serves as my web
/ webmail / email / Primary DNS server.  This box also runs PHP,
Apache, Squirrelmail, MySQL. and a few other scripts and tools.  The
third box is a  1 gig AMD T-bird.  This is just a test webserver with
a few cool tools and utilities on it.  It also monitors the APC UPS
that is at the bottom of the rack.  If Power goes out, I get emails
about it, and if time starts to run out, it will shutdown the other 2
servers 1 by 1.  I have been using NX systems for about 6 or 7 years
now.  I learn more and more each and everyday.  And thanks to people
on the FreeBSD mailing List, I have been able to fix any issues that I
have come across.

Not only is the OS a great OS, but this list helps me to keep it
running smooth,  and figure out new ways to accomplish complicated
tasks.  Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


re: APC UPS question

2004-10-21 Thread John Koepke
I have purchased a few APC Ups's from a vendor on Ebay.  Wonderful to
work with.  a few weeks ago the UPS I purchased about 1 and a half
years ago had a electrical problem and the ups failed.  He sent me
another unit and it arrived in just a few days.  I Paid $179 for a APC
Smart 1400 RM UPS.  I currently have 3 servers attached to it with my
various other routers and it will run for about 20 or 30 minutes.
With only 1 server it will run for almost 90 minutes or so.   He sends
out NEW batteries with the unit's...

http://search.ebay.com/_W0QQgotopageZ1QQsassZupspowerQQsosortorderZ1QQsosortpropertyZ1

already i see he has a few Net UPS 650's for $79 or a Smart UPS 700 for $100




On Wed, 20 Oct 2004 23:05:32 -0700, Matt Navarre <[EMAIL PROTECTED]> wrote:
> I'm in the market for a UPS that works with FreeBSD. Does anyone know if the
> APC Back-UPS Pro 280VA "Just Works" with FreeBSD 4-STABLE and apcupsd? As far
> as I can tell apcupsd support for usb on FreeBSD is not reliable, but this
> one's serial and affordable but I'd like to know if it works before I buy.
>
> Thanks.
> --
> "We all enter this world in the same way: naked, screaming,
>  and soaked in blood. But if you live your life right, that kind
>  of thing doesn't have to stop there." -- Dana Gould
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Python Issue

2004-10-18 Thread John Koepke
Hey all,
 I have asked this before but this time I am subscribed to the
list.  I current have a PHP script that runs various Python scripts. 
It checks to see if they are running, by doing a ps -ax -w -w | grep
and the script name.  But for some reason Python shows just (python)
if you do a ps.  It doesn't show that anything is running but
(python).  I can only assume that this is some sort of patch or
setting when python was installed.
 Other than just downloading the python source and re-building my
box, is there a way to fix this issue?

Python 2.3.4_2 (installed via the PortsTree)
PhP 4 (Installed Via the Ports Tree)

Any help would be GREATLY appreciated.

John
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


PS and Python issues...

2004-10-15 Thread John Koepke
Hello all,
For some odd reason when I run Python scripts, and try to get info
on the scripts via PS, all I see is (python).  I don't see the script
command line or anything.  So if I run multiple scripts, and have to
kill just 1, I have to killall python because I cannot tell which
script is running on which PID.

ps -aux -w -w | grep py

65283  ??  S  0:35.17  (python)
65291  ??  S  0:59.21  (python)

Any ideas?

FreeBSD 5.2.1
Python 2.3.4

P.S. Please include me in the CC, I am not subscribed with this email
address.  Thank you.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"