Re: another jail question

2007-03-24 Thread Meenoo Shivdasani

On 3/24/07, Jonathan Horne [EMAIL PROTECTED] wrote:

is there a way to configure a jail to use more than one ip address?  in the 
same sense of configuring an alias ip for any other freebsd host?


As others have posted, not without either doing IP address
manipulation or using the patches available out there.

In terms of working around the issue, I guess it depends on what
you're trying to accomplish.  In a situation where I wanted a jail
host to have an internal private address and an external public
address, the problem was solved by assigning the private address to
the jail and then using a firewall to redirect connections destined to
the public address in to the private address.

I'll also add my voice to the recommendations to use ezjail -- it does
all the heavy lifting for you.

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


splunk on FreeBSD 6.1/AMD 64

2007-01-17 Thread Meenoo Shivdasani

I know that this isn't an officially supported configuration, but
rumor has it that it's possible to run splunk 2.1 on a 64-bit FreeBSD
6.1 installation so I was wondering if anyone has it working.

splunk 2.1.2
FreeBSD 6.1-RELEASE-p10 #3
compat5x-amd64-5.4.0.8_7 A convenience package to install the compat5x libraries

I mostly followed the recommendations @
http://www.splunk.com/base/forum:SplunkGeneral/289 -- I didn't install
ldconfig_compat because it's included in ldconfig and I tried both
installing via the package and installing by expanding the tarball
that they provide.

At this point, if I try to start up the server, I get a series of these errors:

/libexec/ld-elf.so.1: /opt/splunk/lib/libz.so.3: unsupported file layout

and then it bails out.

Thanks in advance,

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