postgresql7 server with 8 client, and XML

2007-05-15 Thread Jeff MacDonald

Hiya,

I'd like to build databases/postgresql74-server.

When I try to it say that it cannot install as long as i have
databases/postgresql8 installed.

The thing is, i don't want to install 7.4, i only want to build it,and
the reason i want to build it is because i want to build
work/postgresql/contrib/xml

8.x comes with contrib/xml2 which is not what i want.

---

I tried just downloading postgresql 7.4 from the pgsql site but when I
go try to make contrib/xml i get the following

http://www.suite2101.com/help/pgsql

contrib/xml is preferrable to me over contrib/xml2 as i need to
support a pile of legacy applications that use 2 specific functions in
contrib/xml that are not in contrib/xml2

Help please.

--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


Re: Fwd: troubles with libxslt and libxml2 from ports.

2007-05-15 Thread Jeff MacDonald

On 5/15/07, Jeff MacDonald <[EMAIL PROTECTED]> wrote:

On 5/15/07, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> Jeff MacDonald píše v út 15. 05. 2007 v 11:23 -0400:
>
> > I'm trying to install textproc/libxslt on a 6.1 machine.
> >
> > The issue is, is that it needs libxml2 - 2.6.27 . I've installed this
> > version but everytime I try to install libxslt it complains saying it
> > can only find libxml2 2.6.22
> >
> > Here is a type script of my build process
> >
> > http://www.suite2101.com/help
>
> And what is your installed libxml2 version, really?
> What pkg_info output lists?

dns1# pkg_info | grep xml
libxml2-2.6.27  XML parser library for GNOME
py24-libxml2-2.6.27 Python interface for XML parser library for GNOME

For the record, I was able to reproduce this on another FreeBSD machine.



Well, I'm replying to all here, tho I'm not sure where to ofically report it

there is a file xml2-config that exists in both /usr/bin by default
and ports installs it in /usr/local/bin

/usr/bin is set in my path first. So for now I've just renamed
/usr/bin/xml2-config to /usr/bin/xml2-config.dist and things seem to
be working fine.

Thanks for the replies.

--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


Re: Fwd: troubles with libxslt and libxml2 from ports.

2007-05-15 Thread Jeff MacDonald

On 5/15/07, Pav Lucistnik <[EMAIL PROTECTED]> wrote:

Jeff MacDonald píše v út 15. 05. 2007 v 11:23 -0400:

> I'm trying to install textproc/libxslt on a 6.1 machine.
>
> The issue is, is that it needs libxml2 - 2.6.27 . I've installed this
> version but everytime I try to install libxslt it complains saying it
> can only find libxml2 2.6.22
>
> Here is a type script of my build process
>
> http://www.suite2101.com/help

And what is your installed libxml2 version, really?
What pkg_info output lists?


dns1# pkg_info | grep xml
libxml2-2.6.27  XML parser library for GNOME
py24-libxml2-2.6.27 Python interface for XML parser library for GNOME

For the record, I was able to reproduce this on another FreeBSD machine.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


troubles with libxslt and libxml2 from ports.

2007-05-15 Thread Jeff MacDonald

Hi,

I'm trying to install textproc/libxslt on a 6.1 machine.

The issue is, is that it needs libxml2 - 2.6.27 . I've installed this
version but everytime I try to install libxslt it complains saying it
can only find libxml2 2.6.22

Here is a type script of my build process

http://www.suite2101.com/help

I'm taking suggestions  :)

Jeff.

--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


Re: php5-session port seems borked

2007-01-22 Thread Jeff MacDonald

> -I/usr/ports/www/php5-session/work/php-5.2.0/ext/session/main
> -I/usr/ports/www/php5-session/work/php-5.2.0/ext/session
> -I/usr/local/include/php -I/usr/local/include/php/main
> -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
> -I/usr/local/include/php/ext  -DHAVE_CONFIG_H  -O -pipe

My output differs significantly from your output, I guess you have removed the
first 100 lines of output here; if not you should probably do a 'make clean'
before 'make'. If that is not the case then I would try recompiling all php
related ports.

- Pieter


Well here's the thing, I was able to reproduce it on 2 separate
machines both with full up to date ports, even after a make clean. And
i got the same error whether i used portupgrade or just a plain make
file...

here is a script, just after a make clean

http://preview2.interchange.ca/script.txt

So I'm still at a loss.


--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


php5-session port seems borked

2007-01-19 Thread Jeff MacDonald

Hi,

I was getting the error

Fatal error: Call to undefined function session_name() in

So, I thought i'd try recompiling session support for php, here is a
transcript of how that went :)

secure1# make
===>  Building for php5-session-5.2.0
/bin/sh /usr/ports/www/php5-session/work/php-5.2.0/ext/session/libtool
--mode=compile cc  -I.
-I/usr/ports/www/php5-session/work/php-5.2.0/ext/session
-DPHP_ATOM_INC -I/usr/ports/www/php5-session/work/php-5.2.0/ext/session/include
-I/usr/ports/www/php5-session/work/php-5.2.0/ext/session/main
-I/usr/ports/www/php5-session/work/php-5.2.0/ext/session
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext  -DHAVE_CONFIG_H  -O -pipe
-mcpu=pentiumpro   -c
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c -o
session.lo
cc -I. -I/usr/ports/www/php5-session/work/php-5.2.0/ext/session
-DPHP_ATOM_INC -I/usr/ports/www/php5-session/work/php-5.2.0/ext/session/include
-I/usr/ports/www/php5-session/work/php-5.2.0/ext/session/main
-I/usr/ports/www/php5-session/work/php-5.2.0/ext/session
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -DHAVE_CONFIG_H -O -pipe -mcpu=pentiumpro
-c /usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c
-fPIC -DPIC -o .libs/session.o
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:85:
warning: parameter names (without types) in function declaration
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c: In
function `OnUpdateSaveDir':
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:156:
warning: assignment makes pointer from integer without a cast
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c: At top level:
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:285:
error: `ps' undeclared here (not in a function)
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:285:
error: initializer element is not constant
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:285:
error: (near initialization for
`session_module_entry.post_deactivate_func')
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:286:
error: `ps' undeclared here (not in a function)
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:286:
error: initializer element is not constant
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:286:
error: (near initialization for `session_module_entry.globals_id')
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:289:
warning: excess elements in struct initializer
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:289:
warning: (near initialization for `session_module_entry')
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:289:
warning: excess elements in struct initializer
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:289:
warning: (near initialization for `session_module_entry')
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:290:
warning: excess elements in struct initializer
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:290:
warning: (near initialization for `session_module_entry')
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c: In
function `PHP_GINIT_FUNCTION':
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1892:
error: invalid type argument of `->'
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1893:
error: invalid type argument of `->'
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1894:
error: invalid type argument of `->'
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1895:
error: invalid type argument of `->'
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1896:
error: invalid type argument of `->'
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1897:
error: invalid type argument of `->'
/usr/ports/www/php5-session/work/php-5.2.0/ext/session/session.c:1898:
error: invalid type argument of `->'
*** Error code 1

Stop in /usr/ports/www/php5-session/work/php-5.2.0/ext/session.
*** Error code 1

Stop in /usr/ports/www/php5-session.

Let me know if I need to provide more information on this.

Jeff.

--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


Re: Dell PE 1950 - Only seeing 3.2 gigs of ram

2007-01-11 Thread Jeff MacDonald

> Well I hate when people say this, but I'm going to say it.. :)
>
> When I did a default install of ubuntu, it saw all 4 gigs without a
> hitch. So does that mean it already includes PAE, or something else ?

One of those two.  You sure you didn't install a 64-bit version of Ubuntu?


Fairly sure :)


> Aside, I will read up on PAE.  I'll read up about 64 bit as well, I've
> been hesitant to make the jump only cause any word of mouth i've heard
> said  that it's not ready for production. Maybe that's off base, it's
> only what "i've heard"

We're deploying a lot of 64 bit stuff around here.  Our experience has
been that the OS is as solid on amd64 as it is on i386.  Server applications
are the same.  There are, however, a lot of desktop applications that are
still flaky on 64-bit -- mostly non-mainstream ones.  We got in a crunch
and had to reinstall a workstation back to i386 because of it, or I would
have filed some bug reports.


Yeah, that's likly true what you say about server vs desktop. I'm
going to slap a 64 bit copy on now and see how it does.

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


Re: Dell PE 1950 - Only seeing 3.2 gigs of ram

2007-01-11 Thread Jeff MacDonald

Jeff MacDonald wrote:
> Hi,
>
> I put a fresh install of 6.1-RELEASE on a dell poweredge 1950 server.
> It's configured with 4 gigs of ram.
>
> However when I boot i get the following right before DMESG
>
> 786432k above 4GB ignored
>
> Which is strange, but then dmesg shows this
>
> real memory  = 3489300480 (3327 MB)
> avail memory = 3414659072 (3256 MB)
>
> Soo I'm at a bit of a loss.

You're using the 32-bit version, right? The design of x86 architecture
(i.e. it's not FreeBSD's problem) is such that a part of memory
addresses needs to be set aside for hardware uses, such as the PCI bus,
AGP memory & others. This manifests as "holes" in memory that are not
accessible to OS.

There are two possible solutions: you may try compiling a 32-bit kernel
with PAE (but not all drivers support PAE), or install the 64-bit
version of FreeBSD.


Well I hate when people say this, but I'm going to say it.. :)

When I did a default install of ubuntu, it saw all 4 gigs without a
hitch. So does that mean it already includes PAE, or something else ?

Aside, I will read up on PAE.  I'll read up about 64 bit as well, I've
been hesitant to make the jump only cause any word of mouth i've heard
said  that it's not ready for production. Maybe that's off base, it's
only what "i've heard"

Thanks !

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


Dell PE 1950 - Only seeing 3.2 gigs of ram

2007-01-10 Thread Jeff MacDonald

Hi,

I put a fresh install of 6.1-RELEASE on a dell poweredge 1950 server.
It's configured with 4 gigs of ram.

However when I boot i get the following right before DMESG

786432k above 4GB ignored

Which is strange, but then dmesg shows this

real memory  = 3489300480 (3327 MB)
avail memory = 3414659072 (3256 MB)

Soo I'm at a bit of a loss.

Jeff.

--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


a simple questions about sshd and PasswordAuthentication

2006-10-24 Thread Jeff MacDonald

Is there anything inherintaly dangerous or wrong about enabling
PasswordAuthentication in sshd_config ?

I understand how public keys are better and everything else. And I do
use them. I'm just curious.

Jeff.

--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


port failing for me on xorg-libraries

2006-10-03 Thread Jeff MacDonald

Hi,

Running on 5.5 pre release. [Need to upgrade the machien, i know]

Just cvsup'd my ports and I'm adding curl for php5-extensions.

When it gets to the xorg-libraries I get this

snip
===>   xorg-libraries-6.9.0 depends on shared library: drm - found
===>   xorg-libraries-6.9.0 depends on shared library: freetype.9 - found
===>   xorg-libraries-6.9.0 depends on shared library: fontconfig.1 - found
===>  Configuring for xorg-libraries-6.9.0
cp: /usr/X11R6/lib/X11/config/date.def: No such file or directory
*** Error code 1

I'm not sure how to go from here.

Thanks.


--
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

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


mod_auth_pgsql2 and libpq.so.2

2006-01-04 Thread Jeff MacDonald
Hi,

So, I just downgraded /usr/ports/www/apache22 to apache2 so that
mod_auth_pgsql2 would install. [It really doesn't like 22]

I installed it, then uncommented it's line from
/usr/local/etc/apache2/httpd.conf

When I run apachectl configtest I get the following

%apachectl configtest
Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_auth_pgsql.so into server:
/usr/local/libexec/apache2/mod_auth_pgsql.so: Undefined symbol
"PQexec"

This is with a fresh ports install of

Apache 2.0
Postgresql 8.1
mod_auth_pgsql2

On FreeBSD 4.8

Thanks.
--
Jeff MacDonald
http://www.halifaxbudolife.ca
http://www.nintai.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Does Firefox 1.0.4 suck, or is it just me ?

2005-06-24 Thread Jeff MacDonald
Hi,

Thanks for the help folks. I did the unthinkable and put xp back on ;)
I have a bsd server or 4 in my house so i'll let them do what they do,
and let xp do what it does.

Konqueror : No. Can't. It doesn't support all JS and we're a web shop.
You can argue with me "yes it does" but i'll say "no it doesn't, i've
seen first hand"

Fresh BSD System : 5.4 - Yup. did a cvsup, then install firefox , then
portupgrade

Re profile issue : I wasn't running thunderbird, maybe you meant .mozilla

RW: glad to hear it works for you, that's no help to me tho.

Eric : wasn't memory usage, i have a gig of ram and the system was not
being heavily taxed at all.

Thing is, I'm a perl programmer in a web-app shop. So using the
opposite of what most of my clients use, I guess wasn't that great of
a plan. Maybe some day they'll release a WinXP with FreeBSD running
the underbelly. HA ;)

Thanks tho guys. 

Jeff.

On 6/24/05, Chris <[EMAIL PROTECTED]> wrote:
> Ted Mittelstaedt wrote:
> > What version of FreeBSD are you running?  Is this on a clean system?
> >
> > And, did you cvsup the ports tree before you started building anything
> > whatsoever?
> >
> > Ted
> >
> >
> >>-Original Message-
> >>From: [EMAIL PROTECTED]
> >>[mailto:[EMAIL PROTECTED] Behalf Of Jeff MacDonald
> >>Sent: Thursday, June 23, 2005 10:49 AM
> >>To: freebsd-questions@freebsd.org
> >>Subject: Does Firefox 1.0.4 suck, or is it just me ?
> >>
> >>
> >>Maybe it's just me
> >>
> >>I'm running the firefox 1.0.4 from ports. When I open new tabs up, or
> >>new windows the whole jobby tends to freeze up on me pretty hard.
> >>
> >>I tried the linux version from ports, which is just a precompiled
> >>version 1.0 it works great, only hitch is that Everytime i click my
> >>icon to run linux-firefox it asks me which profile to use, since
> >>default is already being used.
> >>
> >>I'm really loving haveing FreeBSD as a desktop, but this is a tad
> >>frustrating, if anyone can shed some light that would be great.
> >>
> >>FreeBSD 5.4 on AMD XP 2600+
> >>
> >>Jeff.
> >>--
> >>Jeff MacDonald
> >>http://www.halifaxbudolife.ca
> 
> To correct the profile issue, remove the file lock in
> .thunderbird/(something).default/
> 
> --
> Best regards,
> Chris
> 
> The man who has no more problems is out of the game.
> 


-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Does Firefox 1.0.4 suck, or is it just me ?

2005-06-23 Thread Jeff MacDonald
under which options might i find that ?

or is it a sysctl thing ?

Jeff.


On 6/23/05, - <[EMAIL PROTECTED]> wrote:
> Are you using KDE? Try disabling tcp blackhole, it tends to slow KDE
> down a lot.
> 
> Dmitry Mityugov wrote:
> 
> >On 6/23/05, Jeff MacDonald <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Maybe it's just me
> >>
> >>I'm running the firefox 1.0.4 from ports. When I open new tabs up, or
> >>new windows the whole jobby tends to freeze up on me pretty hard.
> >>
> >>
> >
> >Does it look like it pre-fetches links on the new page? Later versions
> >of FireFox tend to do that, for well understandable but not quite
> >correct reasons.
> >
> >
> >
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Does Firefox 1.0.4 suck, or is it just me ?

2005-06-23 Thread Jeff MacDonald
Maybe it's just me

I'm running the firefox 1.0.4 from ports. When I open new tabs up, or
new windows the whole jobby tends to freeze up on me pretty hard.

I tried the linux version from ports, which is just a precompiled
version 1.0 it works great, only hitch is that Everytime i click my
icon to run linux-firefox it asks me which profile to use, since
default is already being used.

I'm really loving haveing FreeBSD as a desktop, but this is a tad
frustrating, if anyone can shed some light that would be great.

FreeBSD 5.4 on AMD XP 2600+

Jeff.
-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dns question

2005-01-20 Thread Jeff MacDonald
I think it depends upon the registrar. Of the 200 domains, they are
probably registered across 2 or 3 registrars.

Some ask for just the host name, while others ask for both hostname and IP.

Jeff.


On Thu, 20 Jan 2005 13:14:01 +, Dick Davies
<[EMAIL PROTECTED]> wrote:
> * Jeff MacDonald <[EMAIL PROTECTED]> [0157 12:57]:
> > Not really a freebsdquestion specifically.
> >
> > My company uses
> >ns.foo.com  and ns1.foo.com for primay/secondary dns, about 200
> > domains rely on these.
> >
> > We want a new physical machine , in a different location, with a
> > different IP to be our secondary dns. lets call it  www.jerky.com ip =
> > 244.233.222.211 imaginary..
> 
> > Can I just make ns1.foo.com point to the new ip address, and update
> > the registrar with the new ip for ns1.foo.com, and here's the kicker
> >
> > _ NOT have to worry about changing the secondary dns info for all 200
> > other domains _
> 
> Is the second NS server listed in the domain by hostname?
> If so, you'll be alright.
> 
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> --
> 'When you have to kill a man it costs nothing to be polite.'
> -- Winston Churchill, On formal declarations of war
> Rasputin :: Jack of All Trades - Master of Nuns
> 


-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dns question

2005-01-20 Thread Jeff MacDonald
Not really a freebsdquestion specifically.

My company uses 
   ns.foo.com  and ns1.foo.com for primay/secondary dns, about 200
domains rely on these.

We want a new physical machine , in a different location, with a
different IP to be our secondary dns. lets call it  www.jerky.com ip =
244.233.222.211 imaginary..

Can I just make ns1.foo.com point to the new ip address, and update
the registrar with the new ip for ns1.foo.com, and here's the kicker

_ NOT have to worry about changing the secondary dns info for all 200
other domains _

Thanks folks, I hope i wrote my scenerio clearly enough.

Jeff.

-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: bandwidthd

2005-01-17 Thread Jeff MacDonald
Try mrtg

Jeff.


On Mon, 17 Jan 2005 13:08:54 +0100, Freek Nossin
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I use a program called bandwidthd to monitor my internet traffic. I've
> configured the program in such a way that I can see how much data traffic is
> used by which ip (at what time of day) for several intervals of time
> (current day, week and year). Bandwidthd gives nice results and statistics,
> however it crashes very often. Furthermore it is not updated very often so
> waiting for an update could take forever. Two thinks might help me out
> 
> - someone has experience with bandwidthd and found the same bug with a
> solution for it
> 
> - or I look for another program in the ports tree with similar functionality
> (but which one...)
> 
> Probably it will come down to the second solution.
> 
> Does someone has any suggestions?
> 
> Thanks!
> 
> Freek
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Backups / Dump etc

2005-01-14 Thread Jeff MacDonald
Hi,

I'm looking around at backup solutions. Currently we are using bacula,
but according to it's docs it only does a bare-metal restore for linux
and solaris.

I know that dump is the bees-knees for backing up, so I'm looking for
any pre-made scripts for doing scheduled incremental backups with
dump.. or articles about dump etc..

I've also been told that dump lacks network support and tho you can
use -f and ssh, it's very slow.

We could use amanada, but it barfs [or used to] on disks that are over 100 gigs.

My issue here is software, not hardware, have a tape drive as well as
a few 120gig drives kicking around.

Thanks.

-- 
Jeff MacDonald
http://www.halifaxbudolife.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Apache2 - suexec

2003-12-18 Thread Jeff MacDonald
Hi,

I looked at the make file for apache2 in /usr/ports/www/apache2/, there
is only one mention of suexec and that's it's man page.

Is mod_suexec and the suexec binary included automatically when the
system is built ?

Jeff.


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


Re: Making an ISO from a CD

2003-11-18 Thread Jeff MacDonald
Believe if or not you can just do this

1: put the cd in
2: cat /dev/cdromdevice > foo.iso

it works, i've done it many times, just don't mount the device.

Jeff.

On Tue, 2003-11-18 at 05:23, Malcolm Kay wrote:
> On Tue, 18 Nov 2003 09:38, Bill Campbell wrote:
> > On Mon, Nov 17, 2003, Max Clark wrote:
> > >Hi all,
> > >
> > >How do you create an ISO from a cd as the source? Obviously when the ISO
> > > where to be burned I would like it to be identical to the original cd.
> >
> > dd if=/dev/$cdrom of=tmpfile.iso
> >
> > Where $cdrom is the appropriate device name for your CD.
> 
> This will probably report an invalid argument and fail. The default block size 
> is too small for CDs. For ISO9660 data CDs add the argument 'bs=2048'
> (Not sure what it should be for audio CDs)
> 
> Malcolm
> 
> 
> ___
> [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]"


Re: which linux? (not flame bait, thank you)

2003-11-04 Thread Jeff MacDonald
Gentoo. Period :)

I started out with slackware about 7 years ago, ran it for 2 years, then
ran freebsd for 5ish, but i wanted something with a bit more "main
stream/weird hardware/software" support so i decided to give a Linux a
try.

I must say that Gentoo is probably one of the most pleasurable linux
experiences i've had to date, the package management is pretty sweet.

Jeff.

On Tue, 2003-11-04 at 12:09, Nicolai P Guba wrote:
> On Tuesday 04 Nov 2003 12:29, Peter Ulrich Kruppa wrote:
> > On Tue, 4 Nov 2003, DavidB wrote:
> 
> > > My question is this, I would like to have a little exposure to linux
> > > and am wondering which distro to run, I used redhat back at the same
> > > time I started with FreeBSD3~ , not sure if I should check them out. 
> > > I had in my list of potentials, slackware, debian, and I was wondering
> > > what was thought of gentoo(I read that this was started by a former?
> > > freebsd developer)[I hope there is no bad blood there].
> 
> Debian gets my vote. 

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


Re: Does any one know product like to Outlook 2003

2003-10-07 Thread Jeff MacDonald
Give Evolution a try, i find it's a perfect substitute for outlook, tho
i have no experience with exchange i think there is something called
"connector" which will allow evolution to connect with exchange.

Jeff.


On Tue, 2003-10-07 at 11:46, [EMAIL PROTECTED] wrote:
> Sorry, I don't know of any other software which is more feature packed with 
> bugs ;).
> 
> -Jason
> 
> On Tuesday 07 October 2003 07:35, Ajit Kakade wrote:
> > Hi All, Does any one know FreeBSD product just like to Outlook 2003 (on
> > exchange server). My company people want same features. Help me guys.
> > Thanks
> > Ajit
> > ___
> > [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]"

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


RE: Mail Server

2003-09-30 Thread Jeff MacDonald
I think you should also ask yourself, why are you so desparate ?
Is there a deadline or did you bite off more than you could chew ?

Things in UNIX take time, and a lot of reading. If you are feeling
desparate, the best thing you can do it get a cofee, find some
documentation and just take a nice read thru it.

I'm speaking from experience, last week I hosed a qmail installation
really good, but after reading docs for about an hour without
touching a computer, my head was much clearer and I solved my problem.

For what it's worth..

Jeff.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Kevin D. Kinsey, DaleCo, S.P.
>> Sent: Tuesday, September 30, 2003 6:17 PM
>> To: Bernard Roux
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: Mail Server
>> 
>> 
>> Bernard Roux wrote:
>> 
>> >Please can you help me. I would like to setup a mail server using 
>> >Freebsd. I have installed the software, but how do I 
>> configure Freebsd 
>> >to become a mail server.
>> >
>> >I am desperate.
>> >
>> >
>> >Kind regards
>> >
>> >Bernard Roux
>> >  
>> >
>> In addition to the fine replies you have already
>> received, let me add to the noise:  FreeBSD comes
>> with Sendmail, all time King ("James" ;-) of the
>> MTA's, already installed.  All you need is the line
>> 
>> sendmail_enable="YES"
>> 
>> In /etc/rc.conf. 
>> 
>> So you have a working SMTP server on
>> hand, it just needs some configuration.
>> 
>> If you do *not* know how to set up DNS,
>> you should read up on that first.
>> 
>> Walk through /etc/mail and look at a few files:
>> 
>> local-host-names# add your hostname to this file
>> #if it doesn't exist, create it
>> relay-domains   #you may need to add LAN IP's
>> # or other domains to allow outbound
>> # relaying of mail
>> aliases  # username mapping
>> virtusertable  # domain mapping
>> 
>> Check the file /var/log/maillog as well, as most
>> any errors dealing with the mailserver will show
>> up there.
>> 
>> If you want to use the machine as a POP or
>> IMAP server, check the programs in /etc/ports/mail.
>> There is an example line to enable a POP server
>> in /etc/inetd.conf, but one is not installed by
>> default.
>> 
>> I don't necessarily wish to give you the
>> impression that running a mail server is a
>> piece of cake, but it's not that difficult to
>> get started with it.  What is tough is keeping
>> it secure, and making sure the configuration
>> makes it a workhorse and not a headache.
>> 
>> HTH,
>> 
>> Kevin Kinsey
>> DaleCo, S.P.
>> 
>> ___
>> [EMAIL PROTECTED] mailing list 
>> >> http://lists.freebsd.org/mailman/listinfo/freebs>> d-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]"


RE: Cgi help - malformed header from script. Bad header

2003-09-30 Thread Jeff MacDonald
put another echo after the first one.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of Rob Ellis
>> Sent: Tuesday, September 30, 2003 9:21 AM
>> To: Charles Howse
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: Cgi help - malformed header from script. Bad header
>> 
>> 
>> On Tue, Sep 30, 2003 at 07:01:21AM -0500, Charles Howse wrote:
>> > Hi,
>> > FBSD 4.8-RELEASE-p10, Apache2.
>> > 
>> > My first cgi-bin program.
>> > I have the following files in /usr/local/www/cgi-bin:
>> > Cal (-rwxr-xr-x)
>> > Calendar (-rw-r--r-- typical calendar file to display 'today in
>> > history')
>> > 
>> > Cal contains the following lines:
>> > #!/bin/sh
>> > echo Content-type: text/plain
>> > /usr/bin/calendar
>> > --
>> > If I cd to /usr/loca/www/cgi-bin, and do ./cal,
>> > I get the echo, plus the expected output.
>> > 
>> > When I request, http://howse.no-ip.org/cgi-bin/cal
>> > I get an Internal Server Error.
>> > The error logfile says:
>> > Malformed header from script. Bad header=Oct 1 Jimmy 
>> Carter born,
>> > 192,:cal
>> > 
>> > ScriptAlias is defined properly in httpd.conf, and I get 
>> the proper 
>> > output from test-cgi.
>> > 
>> > I've read the Apache2 documentation on CGI, and troubleshooting 
>> > errors, no joy.
>> > 
>> > How can I fix this?
>> > 
>> 
>> you need a blank line after the content-type header:
>> 
>> > #!/bin/sh
>> > echo Content-type: text/plain
>>   echo
>> > /usr/bin/calendar
>>   
>> - rob
>> ___
>> [EMAIL PROTECTED] mailing list 
>> >> http://lists.freebsd.org/mailman/listinfo/freebs>> d-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]"


RE: Witch database do you recommend?

2003-09-18 Thread Jeff MacDonald
Hi,

You've opened quite a can of worms ;)

I would recommend PostgreSQL, I've always found it's documentation
to be great, the mailing lists great, and just getting it working
easier. 

Then again I have likely have not given MySQL enough time..

This is indeed a topic, that with a bit of google and archive
searching you can probably answer your self.

jeff.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Paredes Sánchez Martín A.
>> Sent: Thursday, September 18, 2003 3:54 PM
>> To: BSD.
>> Subject: Witch database do you recommend?
>> 
>> 
>> Hi:
>> 
>> I want to begin to explore the SQL world in FreeBSD.
>> 
>> I read somewhere that PostgreSQL has more in the enterprise 
>> than MySQL, so my first choice is PostgreSQL. But I like to 
>> hear some advise an reasons on "why should I use -SQL?".
>> 
>> If I going to spend some time in learning a SQL, I like that 
>> this be a good one.
>> 
>> maps
>> 
>> ___
>> [EMAIL PROTECTED] mailing list 
>> >> http://lists.freebsd.org/mailman/listinfo/freebs>> d-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]"


RE: Is FreeBSD up to this job?

2003-09-17 Thread Jeff MacDonald
I think the idea is fairly sound as well, tho you should confirm
freebsd's support for the tv card, that is the only part that would
be in your way.

Also keep in mind , to develop such a device with acompanying software
will run you much much more than 4500$.

Jeff.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Jeremy Pavleck
>> Sent: Wednesday, September 17, 2003 3:34 PM
>> To: [EMAIL PROTECTED]
>> Subject: Is FreeBSD up to this job?
>> 
>> 
>> Hi gang,
>>  I was looking at purchasing a jukebox recently for a poolhall. When 
>> all is said and done, I found a refurbished 100 cd jukebox which I 
>> thought was really nice, until I heard the price - $4500. This is on 
>> par with a lot of older refurbished models, and the price can double 
>> for newer ones! So, the gears in my head started turning, and I 
>> mentally devised a plan to build my own jukebox that does more then 
>> your "standard" juke for a lot less money. Though I am unfortunately 
>> more of a Windows guy, I am thinking of turning to FBSD for 
>> this job. 
>> 
>> My plan is to build a custom "jukebox looking" enclosure 
>> like everyone 
>> is used to seeing in bars, poolhalls, etc. In place of the 
>> CD changer 
>> I'd like to have a full PC (Thinking XP2800, 1GB RAM, 500Gb 
>> SATA RAID) 
>> built inside, connected to a CD changer that I can control. 
>> This way I 
>> can offer more then just CDs, but mp3s and videos as well. 
>> I'd like to 
>> pick up a nice vid card (Say an ATI Radeon 9xxx Pro series 
>> with S-Video 
>> out) and setup the S-Video side to stream videos/xmms mp3/cd 
>> visualizations to 6 TVs spread throughout the place. 
>> In place of the normal song selection screen you normally 
>> see, I'd like 
>> to place a 17 or 19" LCD that only display 4-8 CD covers & 
>> song lists 
>> at a time. 
>> Here's what I need to do:
>> *Build a catalog of all music and videos on harddrive and CDs in 
>> changer, automatically 1-2 times a day or on demand.
>> *Output video to a monitor which shows only the music list. For 
>> CD's/mp3s it will show the CD cover and a songlist. Typical jukebox 
>> style with CD's being numbered as well as song (EG. say 
>> NOFX's "War on 
>> Errorism" is listed as CD 22 and the song "Mattersville" is 
>> track 12, 
>> they'd enter 2212 as the song request). Show anywhere from 
>> 4-8 CD's and 
>> song info at a time (depending on screen size)
>> *Interface with several buttons to control display. A set of 
>> NEXT PREV 
>> buttons which "flip through" the virtual catalog, and another set 
>> entitled "Music" and "Videos" which switch display
>> *When pressing the "Videos" button, I'd like to be able to see the 
>> screen switch to a similar style as the above, only showing a 
>> screenshot of the video, artist name, song title, and album. 
>> *Tell FBSD to listen to a bill validator 
>> (http://www.videocan.com/bill_validator.html - currently waiting for 
>> info from them about interface) for credit inputs, and 
>> display it as an 
>> overlay on the screen (Let's say $1 buys 3 songs or 2 videos 
>> - display 
>> would show that)
>> *Once it's determined that there's credits in the machine have FBSD 
>> listen to a keypad (telephone pad style) for input in the style of 
>> , first 2 being album number, second 2 track number.
>> *Queue up and keep track of songs to play. mp3s/CDs will launch a 
>> visualization studio to display the music vis to the TVs, or launch 
>> videos to play on TVs. 
>> *When there's no activity, it will enter a screensaver mode where it 
>> changes screens on monitor.
>> Stuff I'm thinking about adding but isn't necessary - search 
>> function, 
>> user inserted CDs (which lock CDtray until song/cd is 
>> through playing).
>> 
>> Although I'm fairly certain FBSD can handle this, I wanted 
>> to ask the 
>> experts, to see if I'm right. I'm hoping to have a real easy 
>> to operate 
>> jukebox, so I don't want to have to many buttons, keyboards, 
>> etc there 
>> to confuse people. And if at all possible, I don't want to 
>> make mention 
>> that I'm using FBSD/PC hardware/etc inside (well, except for some 
>> powered by FreeBSD stickers on the back hehe). 
>> Let me know your thoughts! If I go forward with this, it's 
>> at least 2 
>> years away, but I think the idea is fairly sound.
>> 
>> Thanks,
>>   Jeremy Pavleck ___
>> [EMAIL PROTECTED] mailing list 
>> >> http://lists.freebsd.org/mailman/listinfo/freebs>> d-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]"


RE: /usr/src/usr.sbin/pkg_install

2003-09-16 Thread Jeff MacDonald
Yup

>> -Original Message-
>> From: Kris Kennaway [mailto:[EMAIL PROTECTED] 
>> Sent: Tuesday, September 16, 2003 4:23 PM
>> To: Jeff MacDonald
>> Cc: Kris Kennaway; [EMAIL PROTECTED]
>> Subject: Re: /usr/src/usr.sbin/pkg_install
>> 
>> 
>> On Tue, Sep 16, 2003 at 12:04:01PM -0300, Jeff MacDonald wrote:
>> > Fair enough, I did a complete make buildworld/installworld, and I 
>> > still cannot use my ports properly, any other suggestions ?
>> 
>> Are your ports up-to-date?
>> 
>> Kris
>> 

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


Re: /usr/src/usr.sbin/pkg_install

2003-09-16 Thread Jeff MacDonald
Fair enough, I did a complete make buildworld/installworld,
and I still cannot use my ports properly, any other suggestions ?

This is not a mission critical install, so i could just re-install
as i see a few ppl on the mailing lists have done, but i would rather
not have to do this.

Jeff.


On Mon, 2003-09-15 at 15:46, Kris Kennaway wrote:
> On Sun, Sep 14, 2003 at 07:38:13PM -0300, Jeff MacDonald wrote:
> > Hi,
> > 
> > I've been having a problem latly, where when I try to install any port
> > it says "checking to see if port _x_ is installed" then the make dies.
> > 
> > I've looked into the make files a bit, and saw a "do-install" so i tried
> > make do-install and it works some times.
> > 
> > Anyways.. I'm running 5.1 i ran my stable-supfile and went into 
> > /usr/src/usr.sbin/pkg_install and did a make, only to get this error..
> > 
> > http://www.bignose.ca/~bignose/make.txt
> > 
> > If anyone has any help, that would be great, I'm not a c guy, so hunting
> > down this error would not get me too far.
> 
> The supported way to rebuild your system involves 'make world', not
> piecewise rebuilds.  In general, if you know what you're doing you can
> compile things piecewise, but if you don't you should follow the
> rebuild procedure documented in the FreeBSD handbook.
> 
> Kris

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


/usr/src/usr.sbin/pkg_install

2003-09-15 Thread Jeff MacDonald
Hi,

I've been having a problem latly, where when I try to install any port
it says "checking to see if port _x_ is installed" then the make dies.

I've looked into the make files a bit, and saw a "do-install" so i tried
make do-install and it works some times.

Anyways.. I'm running 5.1 i ran my stable-supfile and went into 
/usr/src/usr.sbin/pkg_install and did a make, only to get this error..

http://www.bignose.ca/~bignose/make.txt

If anyone has any help, that would be great, I'm not a c guy, so hunting
down this error would not get me too far.

Thanks.

Jeff.

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


[no subject]

2003-09-15 Thread Jeff MacDonald
Hi,

I've been having a problem latly, where when I try to install any port
it says "checking to see if port _x_ is installed" then the make dies.

I've looked into the make files a bit, and saw a "do-install" so i tried
make do-install and it works some times.

Anyways.. I'm running 5.1 i ran my stable-supfile and went into 
/usr/src/usr.sbin/pkg_install and did a make, only to get this error..

http://www.bignose.ca/~bignose/make.txt

If anyone has any help, that would be great, I'm not a c guy, so hunting
down this error would not get me too far.

Thanks.

Jeff.

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


make buildworld .. 4.5 to 4.8

2003-07-09 Thread Jeff MacDonald
Hi,

I have an older machine that was recently turned over
to me for administration. It's running Fbsd 4.5 right
now and is a product machine. Re-install is not an option.

Is it safe to do the mergemaster/makebuildworld etc. operation
on it to bring it from 4.5 to 4.8 in one step ?

I've only got experience doing it from 1 point release to
another.

Thanks.

Jeff.

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


RE: what the...

2003-07-08 Thread Jeff MacDonald
my guess is that it would be "peecee" as in PC work.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Andrew Thomson
>> Sent: Tuesday, July 08, 2003 8:50 AM
>> To: [EMAIL PROTECTED]
>> Subject: what the...
>> 
>> 
>> any translations on "pee wee" work??
>> 
>> .."some hardened systems, possibly some Peewee work as well 
>> with some of
>> the Engineers."...
>> 
>> ajt.
>> 
>> ___
>> [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]"


RE: Bulletin Board System

2003-06-30 Thread Jeff MacDonald
I like php - phorum.

The install is completely brain dead, just untar files, and 
go to website.

it's light weight, and quick enough for my uses so far.

jeff.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Justin P. Michel
>> Sent: Monday, June 30, 2003 9:53 AM
>> To: [EMAIL PROTECTED]
>> Subject: Bulletin Board System
>> 
>> 
>> Greetings,
>> 
>> I am looking at installing a Bulletin Board System on a 
>> website.  So far, I
>> have looked at phpBB and InvisionBoard, but I was wondering 
>> if anyone is
>> using a BBS, and if there are any reccomendations for a 
>> secure, simple
>> package to get running quickly.
>> 
>> Regards,
>> 
>> Justin P. Michel
>> -- J Continuum
>> 
>> 
>> ___
>> [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]"


RE: Login problem with Telnetd

2003-06-25 Thread Jeff MacDonald
Just wondering why you are running telnet, and not ssh ?

Jeff.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of Fehmi
>> Sent: Thursday, June 19, 2003 11:47 AM
>> To: [EMAIL PROTECTED]
>> Subject: Login problem with Telnetd
>> 
>> 
>> I enabled Telnetd in inetd.conf by removing the "#"
>> from the line
>> #telnet stream  tcp nowait  root   
>> /usr/libexec/telnetdtelnetd
>> 
>> I tried to loggin,
>> i used the root/password in the server machine side
>> i put loggin/password but 
>> a receive the message [ SRA login failed ]
>> i wonder if there is something else to set to enable
>> login
>> thanks a lot.
>> 
>> 
>> 
>> ___
>> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
>> Yahoo! Mail : http://fr.mail.yahoo.com
>> ___
>> [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]"


RE: 2.2.8 update to 5.0 how hard is it to do runningApachenow,radius,mail server

2003-06-12 Thread Jeff MacDonald
That's a pretty vague questions.

It's harder than using Adobe Acrobat,
but easier than building a car from clay and paperbags.

jeff.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of DanB
>> Sent: Thursday, June 12, 2003 10:32 AM
>> To: freebsd
>> Subject: 2.2.8 update to 5.0 how hard is it to do running 
>> Apachenow,radius,mail server
>> 
>> 
>> 2.2.8 update to 5.0 how hard is it to do running Apache now, 
>> radius,mail
>> server.
>> 
>> Dan
>> 
>> ___
>> [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]"


RE: Selling FreeBSD

2003-06-06 Thread Jeff MacDonald
Evolution is a pretty good drop in replacement for outlook.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> David Gerard
>> Sent: Friday, June 06, 2003 6:19 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: Selling FreeBSD
>> 
>> 
>> Paul Robinson ([EMAIL PROTECTED]) [030606 19:09]:
>> 
>> > If they aren't enthusiastic, it's because it's not solving 
>> any problems for 
>> > them. The fact it works great as a high-traffic MX or HTTP 
>> server isn't 
>> > something most businesses need. As for desktop use, well, 
>> it does suck 
>> > compared to something like Mandrake for an average 
>> run-of-the-mill office 
>> > worker. Even Mandrake sucks a little bit compared to 
>> Windows XP these days.
>> 
>> 
>> I would question that. I just set my highly non-technical 
>> wife up with
>> FreeBSD 4.8, KDE 3.1, Mozilla Firebird 0.6 (Linux binary) and
>> OpenOffice.org 1.0.3 (Linux binary, as mentioned on this 
>> list ;-). It does
>> require an administrator to at least run the ports or packages, but
>> any office network will need an administrator.
>> 
>> The only thing still missing is a drop-in replacement for 
>> Outlook. Other
>> than that, it's probably more usable than Windows, and a Windows user
>> should have no trouble.
>> 
>> "It works like Windows, but it doesn't crash!"
>> 
>> 
>> - d.
>> 
>> 
>> ___
>> [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]"


apache2 ports, suexec

2003-06-04 Thread Jeff MacDonald
Hi,

I compiled apache2 like this in my ports dir [yes, my tree is up to
date]

-su-2.05b# cd /usr/ports/www/apache2/
-su-2.05b# make -DWITH_SUEXEC
-su-2.05b# cd work/httpd-2.0.46/
-su-2.05b# ./httpd -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c

I notice that mod_suexec or anything suexec related does not show up,
however
the suexec binary is made correctly.

Can anyone offer some advice.

Thanks.

jeff.

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


RE: Perl question... calculating difference in time..

2002-12-05 Thread Jeff MacDonald
look into the perl module Date::Calc,
it's has ALOT of features that are quite useful for date manipulation.

jeff.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Six
> Sent: Thursday, December 05, 2002 1:44 PM
> To: '[EMAIL PROTECTED]'
> Subject: Perl question... calculating difference in time..
> 
> 
> I know this isn't a perl list, but this is a perl on freebsd question! ;)
> 
> I have a script that is sorting log files. I want to calculate the total
> time between log entrys. Here is the format of the log files:
> 
> Dec 05 09:51:48.452 info info.info data
> ...
> Dec 05 09:53:49.543 info info.info data
> 
> The output should return something along the lines of: total time between
> log entries 02:01:01.091.
> 
> I have the time fields pulled out but I cannot figure out how to seprate
> them into a calculatable format. And if this was run from after 
> midnight and
> the log files rolled back to 23:00, how to calculate this..Any 
> help is much
> appreciated!
> 
> TIA
> Eric
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
Any idea when it will be merged into the main code base ?
i tend to stay away from development branches..

that being said, why the hell am i running apache2.. who knows.

Jeff.

> -Original Message-
> From: Marc G. Fournier [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 2:43 PM
> To: Jeff MacDonald
> Cc: Alex Hayward; [EMAIL PROTECTED]
> Subject: RE: Another Jail Question
>
>
> On Wed, 4 Dec 2002, Jeff MacDonald wrote:
>
> > wow, the sieve filtering really turns me on [yuck i know].
> >
> > currently with qmail/vpopmail i've not found a really great
> > way to do filtering of things like mailing lists. TMDA does
> > anti spam, but i want more.
> >
> > does teh cyrus admin have a series of commands for making
> > new virtual domains, or is it a matter of know what direcotires
> > to make.. etc ?
>
> mkimap 
>
> you have to get a special branch of cyrus, since the code hasn't been
> merged into the main tree yet:
>
> sun# cvs status README
> ===
> File: READMEStatus: Up-to-date
>
>Working revision:1.10
>Repository revision: 1.10/cvs/src/cyrus/README,v
>Sticky Tag:  cyrus-imapd-2_2 (branch: 1.10.4)
>Sticky Date: (none)
>Sticky Options:  (none)
>
>
> >
> > jeff.
> >
> > > -Original Message-
> > > From: Marc G. Fournier [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, December 04, 2002 1:33 PM
> > > To: Jeff MacDonald
> > > Cc: Alex Hayward; [EMAIL PROTECTED]
> > > Subject: RE: Another Jail Question
> > >
> > >
> > > On Wed, 4 Dec 2002, Jeff MacDonald wrote:
> > >
> > > > I run qmail, cause combined with vpopmail, it kicks ass for virtual
> > > > domains.
> > >
> > > Postfix with CyrusIMAPd v2.2, cause, well, Cyrus IMAPd is
> just in a class
> > > all its own :)
> > >
> > > Note that CyrusIMAPd was extended several months back to do
> full virtual
> > > domain under a single IP hosting ... eachdomain has its own admin, own
> > > sieve filtering, own name space, etc ... and configuration is
> as simple as
> > > "create new directory structure for new domain", so no configfiles to
> > > modify ...
> > >
> > >
> > >
> >
> >
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
wow, the sieve filtering really turns me on [yuck i know].

currently with qmail/vpopmail i've not found a really great
way to do filtering of things like mailing lists. TMDA does
anti spam, but i want more.

does teh cyrus admin have a series of commands for making
new virtual domains, or is it a matter of know what direcotires
to make.. etc ?

jeff.

> -Original Message-
> From: Marc G. Fournier [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 1:33 PM
> To: Jeff MacDonald
> Cc: Alex Hayward; [EMAIL PROTECTED]
> Subject: RE: Another Jail Question
>
>
> On Wed, 4 Dec 2002, Jeff MacDonald wrote:
>
> > I run qmail, cause combined with vpopmail, it kicks ass for virtual
> > domains.
>
> Postfix with CyrusIMAPd v2.2, cause, well, Cyrus IMAPd is just in a class
> all its own :)
>
> Note that CyrusIMAPd was extended several months back to do full virtual
> domain under a single IP hosting ... eachdomain has its own admin, own
> sieve filtering, own name space, etc ... and configuration is as simple as
> "create new directory structure for new domain", so no configfiles to
> modify ...
>
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
> Note that the 'security risk' is more based on the trust level you have
> for your users ... if its just you, or you and a few friends, you
> shouldn't have an issue with it ... the one issue you will have with
> shared memory and jails is that I *believe* that Apache2 requires shared
> memory to work, so if you decide to start working with that, you have to
> open it up anyway ...

hrmm yeah, i do run apache 2 currently, so i guess it does need to be opened
up.

> processes inside of the jail only *see* the one IP, so binding to
> ADDR_IANY will only see the one IP to bind to ...
>
> One thing to note when  you are setting things up ... if you are using
> sendmail, make sure you sent DontProbeInterfaces to True (Default is
> false), else you get some weird results when not all jails are up and
> running ...

Sendmail == torture :)

I run qmail, cause combined with vpopmail, it kicks ass for virtual domains.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
ha ! ;)

it's a sparc classic, 50mhz proc, 64 ram, 2 gig scsi drive.

it's got 2 nics, so it's perfect for a house natd box, and that's
about it.

> -Original Message-
> From: Marc G. Fournier [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 12:15 PM
> To: Jeff MacDonald
> Cc: [EMAIL PROTECTED]
> Subject: RE: Another Jail Question
>
>
> On Wed, 4 Dec 2002, Jeff MacDonald wrote:
>
> > Yeah, i think i'll go the safe route and keep away from shared memory as
> > such will likly run it on the host.
>
> not sure what your sparc is, but you might look at putting postgresql over
> there, which might allow you to create a larger cache buffer ... at the
> University, our firewall logs to PostgreSQL, and has a 1gig cache buffer
> to handle it, but it all depends on what you are doing with the database
> ...
>
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
> Jeff, check with Chris on this, as I believe he's actually running a game
> server inside of one of his jails, with his machine running off of the one
> IP ... in fact, and I may be wrong about this, but you *should* be able to
> avoid the other machine altogether and use IPFW for this, as I *believe*

I'm just gonna use my sparc as a firewall and then deligate ip's. It's been
my plan to use it for a while as a dedicated firewall anyway.

> Actually, you *can* run PgSQL inside of the jail ... the issue is that
> there are security implications of doing that ... the shared memory isn't
> "per jail", so someone in another jail could attach to the shared memory
> in another jail ... by default, shared memory access is disabled inside a
> jail, but there is a sysctl value you can set to enable it ...

Yeah, i think i'll go the safe route and keep away from shared memory as
such
will likly run it on the host.

> > server is a dual PII 300 with 512 megs of ram, this should be fine
> > to handle 2 jails, right ?
>
> unless you start gettinjg into high memory circumstances (ie.
> jakarta-tomcat is a major dog for memory), 2 wouldn't be a problem ...

cool thanks.

Jeff.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE:

2002-12-04 Thread Jeff MacDonald
Step by step in all honesty

remove sendmail

install

postfix or qmail enjoy

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Jamrisko
> Sent: Wednesday, December 04, 2002 11:58 AM
> To: freebsd question
> Subject: 
> 
> 
> Hello,
> 
> I already install FreeBSD 4.6.
> How to I change sendmail configuration, when I changed hostname
> and domain name? Default sendmail's installation working, but
> when I change hostname, all sending mails terminated in
> CLIENTMQUEUE folder. Please step-by-step help.
> 
> Thanks.
> 
> Peter
> 
> -- 
> 
> Vyhraj 2listky na Breakbeat Conference
> 7.12.2002 v Roxy. zacatek od 22:00
> Soutez na http://web.volny.cz
> Vice informaci o akci na www.lighthouse.cz
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
Hi,

I run proftpd which aready allows jailed processes in a matter of speaking
that is, it chroots particular users.

but i have a spare sparc laying here, that is gonna do nat just fine, so i 
might as well use it as a dedicated firewall as well.

jeff.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dan Pelleg
> Sent: Wednesday, December 04, 2002 11:08 AM
> To: Jeff MacDonald
> Cc: [EMAIL PROTECTED]
> Subject: Re: Another Jail Question
> 
> 
> "Jeff MacDonald" <[EMAIL PROTECTED]> writes:
> 
> > Hi,
> > 
> > I have been thinking about running 2 jails on my home server
> > one for "work sensitive" data, the other for personal fun stuff.
> > 
> > However i only have 1 ip at my house [static].
> > 
> > Could i take the server taht will have jails on it, put it behind
> > a natd box so it has 2 ip's [192.168.0.1 and .2] and just make
> > the nat box, forward packets to teh appropriate jail based upon
> > what port they come in on ?
> > 
> 
> Yes, and you don't even need a separate box to do NAT - the jail host can
> do it by itself. Here's a how-to for a jailed FTP process configured like
> this:
> 
> http://ezine.daemonnews.org/200212/ftpjail.html
> 
> -- 
> 
>   Dan Pelleg
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
> Yes. Or you could just run both jails on the same IP address.

yeah, a few people have said this but i have a spare sparc laying around
to do natd avec openbsd, so i may as well put it to good use ;)

> You can run PostgreSQL in a jail - though you do need to turn the
> jail.sysvipc_allowed sysctl on first. You can also run it in the host
> environment and talk via TCP if you wish.

some folks have said this is a security risk, as the shared mem is not
"per jail"

> > server is a dual PII 300 with 512 megs of ram, this should be fine
> > to handle 2 jails, right ?
> 
> That depends what you run in them :-)

The machine hardly has any load on it now, but i'd effectivly be going from
running 1 instance of fbsd to 3.

Jeff.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Another Jail Question

2002-12-04 Thread Jeff MacDonald
Hi,

I have been thinking about running 2 jails on my home server
one for "work sensitive" data, the other for personal fun stuff.

However i only have 1 ip at my house [static].

Could i take the server taht will have jails on it, put it behind
a natd box so it has 2 ip's [192.168.0.1 and .2] and just make
the nat box, forward packets to teh appropriate jail based upon
what port they come in on ?

also, if i have host machine with 2 jails in it, i know i can't
run PostgreSQL in the jails, can i run it on the host environment
and make the jails access it via TCP ?

server is a dual PII 300 with 512 megs of ram, this should be fine
to handle 2 jails, right ?

thanks.

jeff.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: tool/method to convert DOS line endings to UNIX line endings

2002-12-03 Thread Jeff MacDonald
if it's just a few files you can open with 

vi and type this

press escape
:%s/press ctrl-v press ctrl-m//g  
press enter

jeff.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas von
> Hassel
> Sent: Tuesday, December 03, 2002 4:47 PM
> Cc: [EMAIL PROTECTED]
> Subject: Re: tool/method to convert DOS line endings to UNIX line
> endings
> 
> 
> 
> On Tuesday, December 3, 2002, at 10:11 PM, Jerry McAllister wrote:
> >
> >
> > If you are moving th efiles, use ftp in ASCII mode.  It will then
> > do the conversion for you.  After you make the ftp connection and
> > before GETting or PUTting the file, type ASCII to select ASCII mode.
> 
> that doesnt work, tried diferent ftp clients both getting and putting 
> the files ...
> 
> /thomas
> 
> 
> --
> Thomas von Hassel
> DarX @ irc
> darxmac @ AIM/iChat
> Powered by inkwell...!
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: rndc-conf is freezing..

2002-12-02 Thread Jeff MacDonald
I actuallly ran

rndc-confgen -r somefileonmysystem

it worked great.

Thanks.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew Seaman
> Sent: Monday, December 02, 2002 4:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: rndc-conf is freezing..
> 
> 
> On Sun, Dec 01, 2002 at 06:08:44PM -0500, Jeff MacDonald wrote:
> > I've read a few threads that say rndc-confgen may freeze because
> > /dev/random isnt' random enough.
> > 
> > I've set the rand_irqs in rc.conf, as well hammered on the keyboard
> > some while rndc-confgen is runnning and it still sits there.
> > 
> > anyone know what can be done? I have bind9 running fine, but if
> > i update anything i have to do a kill/named to read config changes.
> > which is less than elegant ;)
> 
> You can run:
> 
> rndc-confgen -r keyboard
> 
> which will use the keyboard interactively as a source of randomness.
> 
> Or you can just run rndc-confgen on another host and copy the files it
> generates over to your DNS server.
> 
> The 'secret' in the generated config files is just a base64 encoded
> short piece of text.  You can generate a secret using 'mmencode' as
> described in the rndc.conf(5) man page. However, it's not necessary to
> install the metamail package, as openssl will do the job:
> 
> % echo secret-password | openssl base64
> c2VjcmV0LXBhc3N3b3JkCg==
> 
>   Cheers,
> 
>   Matthew
> 
> -- 
> Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
>   Savill Way
>   Marlow
> Tel: +44 1628 476614  Bucks., SL7 1TH UK
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



rndc-conf is freezing..

2002-12-01 Thread Jeff MacDonald
I've read a few threads that say rndc-confgen may freeze because
/dev/random isnt' random enough.

I've set the rand_irqs in rc.conf, as well hammered on the keyboard
some while rndc-confgen is runnning and it still sits there.

anyone know what can be done? I have bind9 running fine, but if
i update anything i have to do a kill/named to read config changes.
which is less than elegant ;)

thanks.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: php4 apache 2

2002-10-08 Thread Jeff MacDonald

Thanks to all that replied,

I removed the IMAP - SSL [didn't need anyway]

and now it installs just dandy.

Thanks again.

Jeff.

> -Original Message-
> From: Thomas T. Veldhouse [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 08, 2002 1:21 PM
> To: Wesley Morgan
> Cc: Jeff MacDonald; [EMAIL PROTECTED]
> Subject: Re: php4 apache 2
>
>
> If you build mod_php4 and choose imap-ssl and you have not yet built the
> imap client library (cclient), it will build it as a dependency,
> but it will
> not build it with ssl support and thus it will fail.  Solution is to build
> cclient with SSL support first.
>
> # (cd /usr/ports/mail/cclient && make -DWITH_SSL all install clean)
> # (cd /usr/ports/www/mod_php4 && make all install clean)
>
> Tom Veldhouse
>
> - Original Message -
> From: "Wesley Morgan" <[EMAIL PROTECTED]>
> To: "Thomas T. Veldhouse" <[EMAIL PROTECTED]>
> Cc: "Jeff MacDonald" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, October 08, 2002 12:14 PM
> Subject: Re: php4 apache 2
>
>
> > On Tue, 8 Oct 2002, Thomas T. Veldhouse wrote:
> >
> > > Actually, the problem occurs when you build in IMAP-SSL.  It has not
> worked
> > > for a very long time.  I am not entirely sure why, as I have not had a
> large
> > > enough need to look into it.
> > >
> >
> > Yeah I just realized that when Jeff said it didnt work :>... But if you
> > build your IMAP library with SSL support everything works fine.
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: php4 apache 2

2002-10-08 Thread Jeff MacDonald

Thanks for the suggestion, i just tried that, didn't make any difference.

jeff.



> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Wesley Morgan
> Sent: Tuesday, October 08, 2002 12:46 PM
> To: Jeff MacDonald
> Cc: [EMAIL PROTECTED]
> Subject: Re: php4 apache 2
>
>
> Make sure you include SSL support in php. I believe this is your problem.
>
> On Tue, 8 Oct 2002, Jeff MacDonald wrote:
>
> > I installed apache2 and php4 from ports, when i try to start apache iget
> > this
> >
> > Syntax error on line 193 of /usr/local/etc/apache2/httpd.conf:
> > Cannot load /usr/local/libexec/apache2/libphp4.so into server:
> > /usr/local/libexec/apache2/libphp4.so: Undefined symbol
> "ssl_onceonlyinit"
> > bash-2.05a# vi /usr/local/etc/apache2/httpd.conf
> >
> > Line 193 is this
> >
> > LoadModule php4_module  libexec/apache2/libphp4.so
> >
> > php4 compiled without errors.
> >
> >   ---
> > Jeff MacDonald
> > Interchange Technologies
> > [EMAIL PROTECTED]
> >   ---
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
>
> --
>_ __ ___   ___ ___ ___
>   Wesley N Morgan   _ __ ___ | _ ) __|   \
>   [EMAIL PROTECTED] _ __ | _ \._ \ |) |
>   FreeBSD: The Power To Serve  _ |___/___/___/
> Hi! I'm a .signature virus! Copy me into your ~/.signature to
> help me spread!
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



php4 apache 2

2002-10-08 Thread Jeff MacDonald

I installed apache2 and php4 from ports, when i try to start apache iget
this

Syntax error on line 193 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/libphp4.so into server:
/usr/local/libexec/apache2/libphp4.so: Undefined symbol "ssl_onceonlyinit"
bash-2.05a# vi /usr/local/etc/apache2/httpd.conf

Line 193 is this

LoadModule php4_module  libexec/apache2/libphp4.so

php4 compiled without errors.

  ---
Jeff MacDonald
Interchange Technologies
[EMAIL PROTECTED]
  ---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



fm radio tuner

2002-10-08 Thread Jeff MacDonald

Hi,

What brand of fm radio tune would you folks recommend for FreeBSD?
my radio died :) I have no need for a tv tuner, and the machine i'm putting
it in does not run X.

Also some software suggestions to run it.

Thanks.

  ---
Jeff MacDonald
Interchange Technologies
[EMAIL PROTECTED]
  ---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message