Re: Two Networks on one System

2011-06-20 Thread Elliot Finley
. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Is it a good idea to use DHCP for point to point connections ?

2010-10-13 Thread Elliot Finley
we did this with DSL customers. But instead of using a unique gateway for each Client, just use IP Unnumbered and proxy arp for your loopback interface. On Wed, Oct 13, 2010 at 9:02 AM, Jerome Herman jher...@dichotomia.frwrote: Hello, Given the price (an tedious management) of layer 3

Re: PDF storage software recommendations?

2010-06-17 Thread Elliot Finley
http://www.google.com/search?hl=enq=open+source+document+management+systemaq=faqi=aql=oq=gs_rfai= On Thu, Jun 17, 2010 at 12:55 PM, Michael W. Lucas mwlu...@blackhelicopters.org wrote: On Thu, Jun 17, 2010 at 01:12:13PM -0400, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

Re: Recommendations for NICs?

2010-01-22 Thread Elliot Finley
In recent testing with 8-Stable, we couldn't get our Intel cards to push more than 450Mbps. We put some Broadcom cards in and we can get 980Mbps. On Thu, Jan 21, 2010 at 10:27 AM, John j...@starfire.mn.org wrote: This used to be a hot topic long ago, but now seems to have become rather

Re: 5000' ethernet?

2009-07-17 Thread Elliot Finley
Just for the archives: A T1 can only run about 600 feet. Yes, that's right, 600 feet. When people talk about T1s running long distances, the reference to 'T1' is only the signalling at the end. In the middle, that T1 will be carried by other methods such as SONET over fiber for very long

Re: SATA controller not recognized in FBSD 7.1

2009-04-09 Thread Elliot Finley
Andrew wrote: Hi Eliiot, Elliot Finley wrote: I've got two of these: SUPERMICRO AOC-SAT2-MV8 64-bit PCI-X133MHz SATA Controller Card http://www.newegg.com/Product/Product.aspx?Item=N82E16815121009 each with 8 1T Hitachi drives hanging off them. When booting, I see all the drives scanned

SATA controller not recognized in FBSD 7.1

2009-03-27 Thread Elliot Finley
them in dmesg or /dev. I'm using FreeBSD 7.1-R amd64. Is there a special driver I need to load to get FreeBSD to recognize these? TIA Elliot P.S. I bought these thinking they would work because of this http://www.nabble.com/ZFS-Advice-td18842170.html thread and others that seemed

Re: SATA Port Multipliers in FreeBSD (6.3)

2009-03-05 Thread Elliot Finley
multipliers. They don't do RAID, but then if you're on 7-Stable, you can use ZFS zraid. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: xauth failure when tunneling over ssh

2008-11-12 Thread Elliot Isaacson
On Tuesday 11 November 2008 21:27:38 Elliot Isaacson wrote: Hi, I've set up X11Forwarding on several linux servers before, but I've just wasted a day trying (unsuccessfully) to figure out why I can't get it working on freebsd (7.0-RELEASE GENERIC). I have not changed the defaults

Re: xauth failure when tunneling over ssh

2008-11-12 Thread Elliot Isaacson
On Wednesday 12 November 2008 15:51:42 Elliot Isaacson wrote: #UsePAM yes #AllowTcpForwarding yes #GatewayPorts no #X11Forwarding yes #X11DisplayOffset 10 #X11UseLocalhost yes #PrintMotd yes #PrintLastLog yes #TCPKeepAlive yes #UseLogin no #UsePrivilegeSeparation yes

xauth failure when tunneling over ssh

2008-11-11 Thread Elliot Isaacson
-existent file? Any pointers in the right direction would be greatly appreciated. Thanks, Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: vpn + samba

2008-04-22 Thread Elliot Finley
, 2008 at 8:31 PM, Elliot Finley [EMAIL PROTECTED] wrote: I would suggest openVPN. works great and extremely easy to set up. On Mon, 21 Apr 2008 14:01:50 -0400, you wrote: no problem (yet) just trying to get a word from someone who has an experience in both to share their knowledge which one

Re: vpn + samba

2008-04-21 Thread Elliot Finley
I would suggest openVPN. works great and extremely easy to set up. On Mon, 21 Apr 2008 14:01:50 -0400, you wrote: no problem (yet) just trying to get a word from someone who has an experience in both to share their knowledge which one is better and why. so far i see that mpd has more recent

making FreeBSD phone home via SSH

2008-03-26 Thread Elliot Finley
remote shell access. Has anyone done this before? I'd rather not re-invent the wheel. TIA for any pointers. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: making FreeBSD phone home via SSH

2008-03-26 Thread Elliot Finley
: Elliot Finley wrote: Hello all, I have an interesting project. I have several FreeBSD servers that I will be deploying to remote locations. They will be sitting behind a NAT. I would like them to make a SSH connection to a local server sitting on a public IP. I need them

Re: Samba listing same file twice and omitting others

2008-03-15 Thread Elliot Finley
Found in FreeBSD-Current: With prompting, I found a suitable pre-existing bug report. bugzilla.samba.org bug 4715 They added the option to set directory name cache size = 0 on a per share basis. This has fixed my problems. On Fri, 14 Mar 2008 18:27:25 -0700, you wrote: Hi Everyone, I've

OS bug in taskq

2007-12-15 Thread Elliot Finley
Hello, After turning tls/ssl on in Exim and installing dovecot (with pop3s and imaps) I've been getting a panic: kernel trap 12 with interrupts disabled Fatel trap 12: page fault while in kernel mode cpuid = 2; apic id = 06 fault virtual address = 0x104 fault code= supervisor read,

Re: OS bug in taskq

2007-12-15 Thread Elliot Finley
On Sat, 15 Dec 2007 15:58:10 -0800, you wrote: On Sat, Dec 15, 2007 at 01:03:14PM -0700, Elliot Finley wrote: I have: dumpdev=AUTO in /etc/rc.conf and: ... in the kernel and I'm still unable to obtain a crash dump. Hopefully there is enough info in this email for a hacker to point me

Re: (OT?) Anyone wanna address my ISP's issues? [CIDR/BGP question]

2007-06-14 Thread Elliot Finley
On Thu, 14 Jun 2007 14:07:07 -0500, you wrote: [OT Warning] Not related to FBSD, other than the use of ping(8), which is working as expected, apart from the fact that the network *isn't*. If anyone cares to give an opinion, TIA! I'm trying to get a land-based (DSL) solution to my rather remote

Re: (OT?) Anyone wanna address my ISP's issues? [CIDR/BGP question]

2007-06-14 Thread Elliot Finley
On Thu, 14 Jun 2007 14:44:56 -0500, you wrote: Elliot Finley wrote: On Thu, 14 Jun 2007 14:07:07 -0500, you wrote: The DSL modem's outside (static) IP is n.n.n.70, the gw is n.n.n.69, and the mask is 255.255.255.252. From inside, I can ping .70, but not .69 (and, needless to say

Re: FreeBSD 6.2 + Subversion - cannot connect...

2007-03-19 Thread Elliot Finley
On Tue, 20 Mar 2007 15:16:23 +1100, you wrote: Hi All, I'm trying to set up a subversion server on a miniITX box running a freebsd server (no X) and vanilla subversion - no appache, either straight svn or svn+ssh. followed the basics from 2 howtos on the net - OnLamp and another (I can't recall

CARP and FreeBSD

2007-03-07 Thread Elliot Finley
Hello, Is CARP functional in FreeBSD 6.x? I'm not able to find any docs on it in the Handbook or by doing a site restricted search on google. TIA for any pointers. Elliot Finley ___ freebsd-questions@freebsd.org mailing list http

Re: Mirroring: gvinum or gmirror?

2006-08-31 Thread Elliot Finley
I use gmirror for this very purpose. It works well. - Original Message - From: Jonathan McKeown [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Thursday, August 31, 2006 5:25 AM Subject: Mirroring: gvinum or gmirror? I'm setting up a remote server with two identical hard

Re: Mirroring: gvinum or gmirror?

2006-08-31 Thread Elliot Finley
the oposite, you will have a Consumers too small error when you try to bring the mirror together. I could be wrong, but that seems backwards. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Mirroring: gvinum or gmirror?

2006-08-31 Thread Elliot Finley
the oposite, you will have a Consumers too small error when you try to bring the mirror together. I could be wrong, but that seems backwards. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Mirroring: gvinum or gmirror?

2006-08-31 Thread Elliot Finley
- Original Message - From: David Robillard [EMAIL PROTECTED] To: Elliot Finley [EMAIL PROTECTED] Cc: Jonathan McKeown [EMAIL PROTECTED]; FreeBSD Questions Mailing List freebsd-questions@freebsd.org Sent: Thursday, August 31, 2006 12:08 PM Subject: Re: Mirroring: gvinum or gmirror? On 8

Re: monitoring raid arrays

2006-06-19 Thread Elliot Finley
How about monitoring the array on a Dell PowerEdge 2650? relevant dmesg output: FreeBSD 6.0-RELEASE-p2 #0: Mon Jan 16 12:27:14 MST 2006 aacch0: AAC RAID Channel port 0xcc00-0xccff mem 0xfccff000-0xfccf irq 30 at device 6.0 on pci5 aacch1: AAC RAID Channel port 0xc800-0xc8ff mem

Re: monitoring raid arrays

2006-06-19 Thread Elliot Finley
- Original Message - From: Alex Zbyslaw [EMAIL PROTECTED] Elliot Finley wrote: How about monitoring the array on a Dell PowerEdge 2650? relevant dmesg output: FreeBSD 6.0-RELEASE-p2 #0: Mon Jan 16 12:27:14 MST 2006 aacch0: AAC RAID Channel port 0xcc00-0xccff mem 0xfccff000

Re: cvsup6.us.freebsd.org worthless?

2006-01-16 Thread Elliot Finley
- Original Message - From: Bob Johnson [EMAIL PROTECTED] On 1/11/06, Kevin Kinsey [EMAIL PROTECTED] wrote: Elliot Finley wrote: Connected to cvsup6.us.freebsd.org Server message: Collection ports-all release cvs is not available here also, the same thing with src-all

cvsup6.us.freebsd.org worthless?

2006-01-11 Thread Elliot Finley
Connected to cvsup6.us.freebsd.org Server message: Collection ports-all release cvs is not available here also, the same thing with src-all. Is this temporary or permanent? TIA Elliot ___ freebsd-questions@freebsd.org mailing list http

sysinstall full install remotely with no serial console, possible?

2005-12-27 Thread Elliot Crosby-McCullough
, Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: gmirror Cannot access provider da0

2005-11-30 Thread Elliot Finley
- Original Message - From: jd [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Wednesday, November 30, 2005 1:01 PM Subject: gmirror Cannot access provider da0 I'm trying to set up gmirror for the first time using instructions in the Handbook. I get this error: grenvil#

gmirror comments and questions (causes panic)

2005-11-25 Thread Elliot Finley
of course. Thanks in advance for any info/pointers/rtfm. Double thanks for gmirror, it is a fine piece of software. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

kernel debug options

2005-10-29 Thread Elliot Finley
does having: options KDB options DDB makeoptions DEBUG=-g in the kernel make it slower? Or does it just make it take more memory? TIA Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

ports manager vs. portupgrade

2005-10-28 Thread Elliot Finley
pros and cons anyone? I've always used portupgrade and it works pretty well, but I'm curious as to how ports manager compares. Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Requesting advice on Jail technique.

2005-09-13 Thread Elliot Crosby-McCullough
, except the ability to SSH in. As you can see there are factors pulling in both directions, what would you recommend as the best direction to go? Sincerely, Elliot Crosby-McCullough ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Any suggestions for a MTA for a new admin?

2005-08-11 Thread Elliot Finley
Or Exim. I've heard good things about Postfix, but I don't think it has anything over Exim. - Original Message - From: Laurence Sanford [EMAIL PROTECTED] To: Tom Norris [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Thursday, August 11, 2005 3:26 PM Subject: Re: Any

Root 8% reserved space and tunefs

2005-07-08 Thread Elliot Crosby-McCullough
the data onto a seperate slice, shifting the volume bit by bit, trying to have apache run as root temporarily or replacing the HD with a larger one (the latter being the least viable). Sincerely, Elliot Crosby-McCullough ___ freebsd-questions@freebsd.org

Anyone using blade servers???

2005-06-14 Thread Elliot Finley
I'm looking for a blade server that will work with FreeBSD 5.x. Is anyone successfully using one? I would appreciate hearing about it. TIA Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Blade servers

2005-06-09 Thread Elliot Finley
Are there any modern blade servers (P4 2.6G or faster) that work reliably with FreeBSD? TIA Elliot ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: dump/restore over ssh question

2005-05-20 Thread Elliot Finley
From: Andy Firman [EMAIL PROTECTED] On Fri, May 06, 2005 at 04:28:40PM +0100, Xian wrote: To restore the filesystems: Boot from a rescue disk and create the partitions of on the disk. I've never smashed anything badly enough to need to work out how to do this. At least the partitions were

XFree86-libraries install failing

2004-04-21 Thread Elliot Finley
This is with all ports updated with 'portupgrade -raf' from a fresh cvsup as of yesterday. Any ideas? Elliot ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

fsck: cannot increase directory list

2004-03-30 Thread Elliot Moore
is the output and system environment: Any help will be much appreciated. Elliot Moore # fsck /data01 ** /dev/amrd1s1e ** Last Mounted on /data01 ** Phase 1 - Check Blocks and Sizes fsck: cannot increase directory list Size and inode usage (from mounting filesystem r/o

directories like Hotel California

2004-03-22 Thread Elliot Finley
permissions. Am I missing something? Elliot ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

ports Makefiles all deleted?

2004-02-27 Thread Elliot Finley
I just did a cvsup of ports: It's a little hard to build the port without a Makefile. Why are they being deleted? Delete ports/net/gps/Makefile Delete ports/net/icmpmonitor/Makefile Delete ports/net/icmpquery/Makefile Delete ports/net/ifgraph/Makefile Delete ports/net/iftop/Makefile

Re: ports Makefiles all deleted?

2004-02-27 Thread Elliot Finley
the particular port I'm interesting in is mrtg. I see that it's moved to net-mgmt/mrtg. what is the best process to upgrade? pkg_deinstall -f mrtg portinstall net-mgmt/mrtg pkgdb -F ??? Elliot ___ [EMAIL PROTECTED] mailing list http

Out of memory error

2003-12-26 Thread Elliot Finley
4.8-R I have a process that needs to keep about 700MB of data in RAM. It crashes when it gets to about 512MB. I've looked for a sysctl variable to tune, but none of them jumped out at me. Same with man tuning' Any pointers would be appreciated. TIA Elliot

cvsup tag question

2003-08-14 Thread Elliot Finley
Elliot ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Anyone using this mother board successfully?

2003-07-16 Thread Elliot Finley
I need to set up 7 2U rackmount server. I'm thinking of using this motherboard http://usa.asus.com/prog/spec.asp?m=P4P800langs=09. Anyone using this? This would be for 4.8 and 5.1 TIA Elliot ___ [EMAIL PROTECTED] mailing list http

Strange kernel log messages.

2003-07-14 Thread Elliot Finley
4.8-Release I get lot's of these in my kernel log messages. arplookup 255.0.0.0 failed: host is not on local network arpresolve: can't allocate llinfo for 255.0.0.0rt Why would it be trying to ARP for something that isn't on it's own subnet? Elliot

linux_base-7.1_5

2003-07-12 Thread elliot sadlon
hi..i recently installed version 4.2, and then i went and installed acroread-4.05 (from the website), and also linux_base-7.1_5 (since it said i needed this very linux emulator)..i went to xwindows (under the fvwm95 manager) and clicked the acrobat button, the problem arising when a bunch of

mounting filesystems

2003-07-08 Thread elliot
FreeBSD team, I am having problems mounting my filesystem after moving the drive from slave to master, the old location was, '/dev/ad1s1a', and the device is now called 'ad0'. Please could you help, Regards, Elliot Reeves ___ [EMAIL PROTECTED

No output from periodic

2003-07-08 Thread Elliot Finley
periodic not output anything so that I don't get an email from cron every 15 minutes? TIA Elliot ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: No output from periodic

2003-07-08 Thread Elliot Finley
Yeah, I tried that... Now I just get a blank email from cron. :) Anyone know how to make cron not send an email when there's no output? Elliot - Original Message - From: Dan Nelson [EMAIL PROTECTED] To: Elliot Finley [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003

Re: No output from periodic

2003-07-08 Thread Elliot Finley
I really appreciate all the comments, but this isn't quite what I'm after. I _want_ cron to email me when there _is_ output. But I _don't want_ an email when there _isn't_ output. Anyone know how to accomplish this? Elliot - Original Message - From: Peter Elsner [EMAIL PROTECTED

Problems installing on Inspiron 2650

2002-10-10 Thread Elliot Tobin
for the advice/help.. - EllioT - -=[ Elliot @ pixeltree.org ]=- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Inspiron 2650 (more specific) Install Problems

2002-10-10 Thread Elliot Tobin
to read). Any help? -=[ Elliot @ pixeltree.org ]=- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message