x86 install routines

2004-03-05 Thread patrick
What's the problem with making this freebsd easy to install from the prompt? I am curious, is writing install routines for the x86 desktop difficult? and what exactly is the difficulty. Let me know, I am more than happy to help the project. Cordially, Patrick Sadler

IP aliases and forcing outbound IP

2005-03-03 Thread patrick
of the default 10.0.1.254? I used to be able to do this fairly easy in Linux because each alias is actually a separate ethernet device (eg. eth0:0, eth0:1, etc.), but I haven't figured out how to do this in FreeBSD. Patrick ___ freebsd-questions@freebsd.org

Re: IP aliases and forcing outbound IP

2005-03-07 Thread patrick
Should I assume by the lack of replies that this just isn't possible under FreeBSD? Seems like it should be doable. Any help would be greatly appreciated, Patrick On Thu, 3 Mar 2005 13:04:37 -0800, patrick [EMAIL PROTECTED] wrote: I have a FreeBSD 4.11 box whose ethernet card has several IP

Source-upgrading from FreeBSD 4.9 to 4.11

2005-03-14 Thread patrick
of this in the handbook, but do I have to upgrade to 4.10 first, and then go up to 4.11? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Building /stand from /usr/src

2005-04-02 Thread patrick
server in the 4.7 trees. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Adding a default route for a specific NIC

2005-04-03 Thread patrick
the default route of the entire server to be my internal NAT gateway. Any ideas? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Adding a default route for a specific NIC

2005-04-03 Thread patrick
To follow-up, I basically want to say: if traffic originals from 192.168.42.6, use 192.168.42.3 as the default gatway else use default gateway for bge0... Patrick On Apr 3, 2005 4:17 PM, patrick [EMAIL PROTECTED] wrote: I have a FreeBSD 4.11 server with two NICs -- one has a real IP (bge0

Re: Adding a default route for a specific NIC

2005-04-03 Thread patrick
. This is all working fine, so the only thing left for me to solve is how to get things in my jail working so that I can make outbound TCP connections. Thanks again, Patrick On Apr 3, 2005 4:17 PM, patrick [EMAIL PROTECTED] wrote: I have a FreeBSD 4.11 server with two NICs -- one has a real IP

FreeBSD 4.11 + imap-uw = PAM problems

2005-10-28 Thread patrick
pam_unix.so I don't know a lot about PAM, so I'm not even sure where to start to fix this. I have a similar setup going on a FreeBSD 4.62 machine, and it works fine. Any help would be greatly appreciated. Patrick ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD 4.11 + imap-uw = PAM problems

2005-10-28 Thread patrick
Thanks, that did the trick. I wonder why the installation instructions on the port said to add all of those other lines? Patrick On 10/28/05, Gary Hayers [EMAIL PROTECTED] wrote: On my 4.11-STABLE box I dont get this in my logs, I have enclosed my pam.cof for your consideration. # Mail

Jail cloning problem

2005-11-10 Thread patrick
are correct in /tmp and /var, but to no avail. Can anyone think of any reason why SSH wouldn't work in a cloned jail like this? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Jail cloning problem

2005-11-10 Thread patrick
So is it a repairable permissions issue, or is it something that I could never fix? The jail wasn't built on its own filesystem, and because I don't have a spare drive to do that, I'm hoping that there is some way possible to make cloning work using tar. Thanks, Patrick On 11/10/05, Glenn's

Re: Jail cloning problem

2005-11-10 Thread patrick
Whoops, that's something I should have mentioned. :) I'm on FreeBSD 4.11. Patrick On 11/10/05, Kirk Strauser [EMAIL PROTECTED] wrote: On Thursday 10 November 2005 13:01, patrick wrote: I've rebuilt the dev folder using MAKEDEV jail, and have also tried ensuring that permissions are correct

Device needed to manage several FreeBSD servers

2005-12-17 Thread patrick
be called. Has anyone had any experience with such a device? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

6.0 and fsck_snapshot

2006-04-19 Thread patrick
, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: 6.0 and fsck_snapshot

2006-04-19 Thread patrick
) LBA_of_first_error # 1 Extended offlineCompleted without error 00% 3300 - On 4/19/06, patrick [EMAIL PROTECTED] wrote: I rebooted out FreeBSD 6.0 server today. I noticed that it froze during the shutdown, so I had to do a hard reset. After it reboot, I did an ls on one of our

Re: 6.0 and fsck_snapshot

2006-04-20 Thread patrick
Does anyone have any knowledge about this fsck_snapshot file? I've Googled it, but haven't found anything useful. I'm somewhat concerned that FreeBSD/fsck could destroy the entire contents of a drive like this. Patrick On 4/19/06, patrick [EMAIL PROTECTED] wrote: I used smartctl (part of /usr

BIND inside a jail on FreeBSD 6.0

2006-04-28 Thread patrick
unhide devfs -m ${named_chrootdir}/dev rule apply path random unhide I tried mounting the devfs outside the jail to the jail's /var/named/dev, and then commenting out these lines above, but named will still not start. Does anyone have any suggestions? Thanks, Patrick

Re: BIND inside a jail on FreeBSD 6.0

2006-05-02 Thread patrick
Thanks, that did the trick. I'm not running this in a jail because I'm paranoid or anything -- I just need a test environment, and I don't have an extra machine kicking around. :) Patrick On 5/1/06, David Robillard [EMAIL PROTECTED] wrote: BIND is trying to setup a chroot(8) before it starts

ipfw divert with exception?

2006-01-02 Thread patrick
this does not do anything to stop the traffic from being diverted: ipfw add accept tcp from any to any 22 in via ${ext_if} Any help or insight would be greatly appreciated. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http

Re: ipfw divert with exception?

2006-01-03 Thread patrick
${int_if} ipfw add 7000 divert natd all from any to any via ${ext_if} ipfw add 7100 check-state ipfw add pass all from any to any via ${ext_if} ipfw add pass all from any to any via ${int_if} ipfw add 65534 allow ip from any to any Patrick On 1/2/06, Foo Ji-Haw [EMAIL PROTECTED] wrote: I've not tried

FreeBSD 4.11 + named + sandbox options

2005-07-14 Thread patrick
deal because doing a reload doesn't create a new PID anyway, but it is nevertheless annoying to have these messages showing up. Is this a bug in ndc? Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

ipfw count equivalent for pf

2004-12-16 Thread patrick
I've read, I can't find an example that seems to do this for me. Can any experts lend a hand here? It seems like this should be dead-easy to do, but like many things from the OpenBSD world, it does not seem to straight-forward to me. Thanks, Patrick

Re: ipfw count equivalent for pf

2004-12-18 Thread patrick
So, are there any pf users who can help me write two simple rules to pass through traffic in and out on an interface such that I'll be able to gather statistics? I've read through all the man pages and help on OpenBSD's pf pages, but I am not clear on how to achieve what I want. Patrick On Thu

Re: ipfw count equivalent for pf

2004-12-19 Thread patrick
the counters, I've just been calling pfctl -f /etc/pf.conf again, though there may be a more proper way. Patrick On Thu, 16 Dec 2004 11:57:29 -0800, patrick [EMAIL PROTECTED] wrote: Hi there, Now that FreeBSD 5.x has pf from OpenBSD, I'm wondering if some of the pf experts can help me

edquota -p question

2004-12-20 Thread patrick
not be applied to the new user. Patrick ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Installing FreeBSD 7.1 on a Dell Inspiron 530s - HELP!

2009-01-19 Thread patrick
of creating a LiveCD to see if acpidump might help isolate just what the problem is, but if anyone has some advice in the meantime, I'd greatly appreciate it. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Installing FreeBSD 7.1 on a Dell Inspiron 530s - HELP!

2009-01-19 Thread patrick
Booting in safe-mode doesn't have the TIMEOUT - READ_BIG messages, but instead I get an interrupt storm detected. The LiveCD didn't work because when I boot with ACPI disabled, no disks are detected which means that I cannot mount the LiveCD. :( On Mon, Jan 19, 2009 at 2:19 PM, patrick gibblert

FreeBSD 7.1 Install -- acd0: TIMEOUT - READ_BIG retrying (1 retry left)

2009-01-19 Thread patrick
before? Thanks, Patrick ___ 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: FreeBSD 7.1 Install -- acd0: TIMEOUT - READ_BIG retrying (1 retry left)

2009-01-19 Thread patrick
On a side note, Open Solaris seems to install just fine. Sigh... FreeBSD is obviously my first choice, so hopefully there will be a solution to this problem... On Mon, Jan 19, 2009 at 5:07 PM, patrick gibblert...@gmail.com wrote: (Sorry for the repost, but in retrospect, I thought a subject

Control IRQ assignment?

2009-01-27 Thread patrick
I'm running FreeBSD 7.1 on a new Dell Inspiron 530s. I'm having an issue where the same IRQ is being assigned for multiple devices, and I have a device that absolutely needs its own IRQ. The BIOS is very limiting, and won't allow me to disable shared IRQ assignment. Some suggestions I've read

Re: AFP Client in FreeBSD

2009-06-10 Thread patrick
Mac OS X supports NFS, so you could always mount your Mac on FreeBSD via NFS. Patrick On Wed, Jun 10, 2009 at 10:45 AM, Chris Manessch...@chrismaness.com wrote: Is there an AFP client for FreeBSD?  I have a mac with a gargantuan hard drive, and I would like to back up my FreeBSD server

Re: AFP Client in FreeBSD

2009-06-10 Thread patrick
Oh, I don't know about 10.4. Looks easy enough in 10.5: http://www.macresearch.org/nfs-exports-leopard You could also use sshfs: http://www.freshports.org/sysutils/fusefs-sshfs/ It would be a bit slower, but reliable. Patrick On Wed, Jun 10, 2009 at 5:57 PM, Chris Manessch...@chrismaness.com

Re: Whats the difference between password+RSA, and password-protected RSA ?

2011-11-21 Thread Patrick
In the case of a passphrase-protected RSA key, the server knowsnothing about it, so you would never be able to enforce that. It's onthe client side that the key is decrypted with the passphrase beforesubmitting it to the server. Patrick On Mon, Nov 21, 2011 at 1:19 PM, Mm Bsd mmbsd1...@yahoo.com

Forwarding external-bound packets internally with ipfw

2005-04-21 Thread patrick
destinations. This works fine with two hosts on the network, but not for three or more. Any ideas of how I could accomplish this? Thanks very much, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Using cvsup + make world, and keeping custom patches

2005-05-09 Thread patrick
doing a make update in /usr/src? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: php/apache/ssl core dumps

2005-05-31 Thread patrick
mod_ssl as a shared module. Statically compiled, I no longer get the crashes. Perhaps the ports tree has an option to build mod_ssl this way... Patrick On 5/16/05, Ruben Bloemgarten [EMAIL PROTECTED] wrote: Hi all, I'm trying to get Apache to work with both ssl and php. However, when

Re: question about milter software

2012-05-25 Thread Patrick
. It would be better to configure this in the email client and lock that down somehow. Patrick On Fri, May 25, 2012 at 6:21 AM, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: Does anyone know milter software (or maybe anything else) to add to sendmail that can rewrite outgoing mail and add

Re: question about milter software

2012-05-25 Thread Patrick
easier, but to each his own. For your immediate need, I'd look at http://www.ledge.co.za/software/disclaimermilter/ or MIMEDefang (http://www.mimedefang.org/) which appears to be able to add disclaimers. Patrick ___ freebsd-questions@freebsd.org mailing list

Re: Firewall, blocking POP3

2012-05-30 Thread Patrick
some sort of action -- which can really be anything you can conceive of. Patrick On Wed, May 30, 2012 at 11:47 AM, Jorge Biquez jbiq...@intranet.com.mx wrote: Hello. Thanks a lot!. Simple an elegant solution. I just did that and of course it worked I just was wondering... what if I need

Re: enable modeline in vim

2012-07-16 Thread Patrick
Assuming you've installed vim from the ports tree, /usr/local/share/vim/vimrc is the shared vimrc file amongst all users. Have you tried setting it in there? On Monday, 16 July, 2012 at 09:37 , Victor Sudakov wrote: Виталий Туровец wrote: Do you know how to enable modelines in

localhost = ::1

2006-08-28 Thread patrick
and localhost-v6.rev added into the new BIND 9 server. Does anyone have an idea of how I can get this to work the way it used to? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: FreeBSD 8.1 Squid suggestions?

2010-09-21 Thread patrick
Hi Ed, For my office, I add IPFIREWALL_FORWARD into the kernel so that I can transparently route all HTTP traffic without any client configuration. My ipfw rule is: ipfw add 550 fwd 127.0.0.1,3128 tcp from ${int_net} to any 80 via ${int_if} Patrick On Tue, Sep 21, 2010 at 12:41 PM, Ed Flecko

Re: CYRUS IMAP cyradm core dump problem

2010-09-22 Thread patrick
This happens for me if the password is entered incorrectly. I see it happens right away for you, but what if you type: cyradm -u username 192.168.134.171 ? Patrick On Wed, Sep 22, 2010 at 12:25 AM, Tim Kerr ti...@psst.com.au wrote: Hi guys, I have successfully used Cyrus IMAP in the past

Re: Can a home LAN server use a jail as a router?

2010-12-08 Thread patrick
Be sure to check out the ezjail port in /usr/ports/sysutils/ezjail -- it makes deploying and updating multiple jails really fast; exponentially faster than building a jail as per jail(8). http://erdgeist.org/arts/software/ezjail/ Patrick On Tue, Dec 7, 2010 at 10:15 AM, Xn Nooby xno

Upgrading from FreeBSD 4.10 to 8.1?

2011-01-06 Thread patrick
I know this is a bit crazy, but is there any opinion as to whether a binary upgrade using an 8.1 CD would work to upgrade a system running 4.10? Normally I would want to do a fresh install, but it's at a remote client site where it's not going to be easy to do it that way, and I'm going to need to

Run your own portsnap mirror?

2011-02-09 Thread patrick
Is there any official way to run a private portsnap mirror? ie. Have one, external server fetch from the official portsnap sources, and then internal servers pulling from the private mirror? ___ freebsd-questions@freebsd.org mailing list

Re: how to add a few hundred ip on one interface?

2011-02-10 Thread patrick
0x See http://www.freebsd.org/doc/en/books/faq/networking.html#ETHERNET-ALIASES for more info. Note that aliases should have a netmask of 0x (255.255.255.255). Patrick On Thu, Feb 10, 2011 at 3:36 PM, Vladislav V. Prodan univers...@ukr.net wrote: only a shell script at startup

Re: how to know what DNS server is being used

2007-01-22 Thread patrick
trying the next server (hence the cry dreaded by sysadmins everywhere that the Internet is slow today), but nowadays Is there any way to configure this 30 second delay for older versions of FreeBSD (eg. 4.11)? Patrick ___ freebsd-questions@freebsd.org

mysql50-server on FreeBSD 6.2 w/ LINUX_THREADS?

2007-02-27 Thread patrick
using linuxthreads. Any thoughts? Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Multiple versions of PHP

2007-04-02 Thread patrick
built a port where the install root is different from the default? If not, I'll hand-build PHP5, but I'd much rather take advantage of ports. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: no libphp5.so

2007-04-02 Thread patrick
. Patrick On 4/1/07, jekillen [EMAIL PROTECTED] wrote: Hello agian; I have been gripping about php not producing libphp5.so for use as a DSO with Apache on FreeBSD v 6.2 good news I solved it. By re installing the system and starting all over again. After reading the output of ./configure

Re: Multiple versions of PHP

2007-04-03 Thread patrick
Thanks, that worked really well. For those searching the archive for an easy answer, you just need to do: make PREFIX=/path/to/where/you/want all install clean Patrick On 4/2/07, Kimi Ostro [EMAIL PROTECTED] wrote: On 02/04/07, patrick [EMAIL PROTECTED] wrote: I have a FreeBSD 6.2 server

FreeBSD Production Release ISO images

2007-11-19 Thread patrick
Hi there, I'm wondering if the FreeBSD 6.2 Production Release ISO images get updated periodically when there are important patches, or is it better to download the latest snapshot to save the trouble of updating everything after installing? Patrick

Re: FreeBSD Native JDK/JRE

2007-04-14 Thread patrick
You could also just install the pre-built, Sun-sanctioned build: http://www.freebsdfoundation.org/downloads/java.shtml On 3/3/07, Chris Bowlby [EMAIL PROTECTED] wrote: Hi, As luck would have it, 2 minutes after posting this message, I managed to find this URL:

Command to show processor type/speed?

2007-04-30 Thread patrick
Is there a command to show the processor type and speed of the host system? I'm working on a remote system, and I'd prefer to not have to reboot it to find out. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Command to show processor type/speed?

2007-04-30 Thread patrick
Figured it out: sysctl -w hw.model On 4/30/07, patrick [EMAIL PROTECTED] wrote: Is there a command to show the processor type and speed of the host system? I'm working on a remote system, and I'd prefer to not have to reboot it to find out. Thanks, Patrick

Re: quota and /var/mail

2006-05-24 Thread patrick
your current setup is. Patrick On 5/23/06, Marwan Sultan [EMAIL PROTECTED] wrote: Hello Mike, Thank you again for your support, this is the output of mount and fstab # DeviceMountpoint FStype Options Dump Pass# /dev/ad0s1b noneswapsw

Re: RE: Multiple IP in jail?

2006-07-06 Thread patrick
Hi Ruben, I was was wondering if you had an example of using NAT to support multiple inbound IP's directing into a jail? Patrick On 1/14/06, Ruben Bloemgarten [EMAIL PROTECTED] wrote: If you use nat in conjuction with jails there is no need to add multiple ip's to the jails to be able to reach

Re: jail login and replication problems

2006-07-06 Thread patrick
it as a cookie-cutter for future jails. Patrick On 7/26/05, Dan Rue [EMAIL PROTECTED] wrote: Greetings, I am setting up multiple jails on a machine. The first jail, everything works fine. If I add a user, that user can log in. If I tar cvzpf the jail, tar xvzpf to create a new one, some people can log

Limit # of connections per IP using ipfw?

2008-02-13 Thread patrick
in the process of figuring out how to migrate all of our stuff over to pf, but in the meantime, I'd like to try to do this with ipfw. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Limit # of connections per IP using ipfw?

2008-02-13 Thread patrick
Perfect, thanks! On Feb 13, 2008 10:14 AM, Christopher Cowart [EMAIL PROTECTED] wrote: On Wed, Feb 13, 2008 at 09:23:31AM -0800, patrick wrote: Is there a way to limit the number of TCP connections from a particular IP at a given time using ipfw? We are running Cyrus IMAP on FreeBSD 6.2

Re: Multiple versions of PHP

2008-02-21 Thread patrick
(Doesn't support PHP 4). *** Error code 1 ... which would be an issue if my PREFIX was the same, but it's not. Is there a way I can trick the ports system into thinking I don't have PHP 4 installed? Patrick On Tue, Apr 3, 2007 at 8:36 AM, patrick [EMAIL PROTECTED] wrote: Thanks, that worked

Re: Multiple versions of PHP

2008-02-21 Thread patrick
is set to will contain various other supporting build utilities). It would be nice if bsd.php.mk used ${LOCALPHPBASE} which would by default be set to ${LOCALBASE}. This would allow for multiple installations of PHP in different locations. Patrick On Thu, Feb 21, 2008 at 7:25 PM, patrick [EMAIL

Re: ionCube PHP Encoder / Loader on FreeBSD 6 / 7

2008-02-21 Thread patrick
Hi Doug, You may get more help if you provide some more details like log messages or specifics about what is not working. Patrick On Thu, Feb 21, 2008 at 8:57 AM, Doug Poland [EMAIL PROTECTED] wrote: Hello, I'm having problems getting ionCube's PHP loader working on either 6.3-RELEASE

Re: UPnP or NAT-PMP on FreeBSD?

2008-07-16 Thread patrick
Just stumbled upon MiniUPnP (http://miniupnp.free.fr/) which seems to do what I need -- provided I switch from ipfw to pf. I was planning on exploring this anyway, so I guess I'll do it sooner rather than later. :) Patrick On Wed, Jul 16, 2008 at 6:31 PM, patrick [EMAIL PROTECTED] wrote: I

UPnP or NAT-PMP on FreeBSD?

2008-07-16 Thread patrick
(formerly .Mac) offers. It requires that your gateway support either one of these two standards, but I can't seem to find out any information if natd supports anything like this. Anyone accomplished this before? Patrick ___ freebsd-questions@freebsd.org mailing

syslog question

2008-07-30 Thread patrick
. Is there something I'm missing here? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: syslog question

2008-07-30 Thread patrick
For some reason, switching Apache to use local3 instead of local5 and updating syslog.conf correspondingly correct this. Weird. Patrick On Wed, Jul 30, 2008 at 3:19 PM, patrick [EMAIL PROTECTED] wrote: I've configured my Apache process to send the ErrorLog to the syslog:local5 facility

Kill NFS connection

2008-09-08 Thread patrick
Is there a way to kill an NFS connection to a server that's stopped responding? When I try to simply unmount it, I get a never-ending stream of server not responding messages. (Using FreeBSD 6.2, BTW.) Thanks, Patrick ___ freebsd-questions@freebsd.org

Any way to tell what the RAM configuration is?

2006-12-06 Thread patrick
and wrecking an uptime of 670 days. :) Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Re: Any way to tell what the RAM configuration is?

2006-12-06 Thread patrick
Awesome, that works like a charm! Thanks, Patrick On 12/6/06, Chuck Swiger [EMAIL PROTECTED] wrote: On Dec 6, 2006, at 11:00 AM, patrick wrote: I'm wondering if there's any way in FreeBSD (4.x on i386) to tell what the RAM configuration in the system is? ie. Can it show me if I have four

BIND 9.3.2 on FreeBSD 6.1-release-p2

2007-01-02 Thread patrick
responding all together, not to mention eating up as much CPU time as it could. I never had this problem at all with BIND 8, and am wondering if there's something I'm doing wrong with BIND 9 to have this problem? Has anyone else experienced this? Any help would be greatly appreciated. Patrick

Which version of BIND to use on FreeBSD 6.1?

2007-01-03 Thread patrick
are generally using, and which version works best for them? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Which version of BIND to use on FreeBSD 6.1?

2007-01-07 Thread patrick
I think I'll rephrase my question. What real advantage is there for me running BIND 9 over BIND 8? Version 9 seems to require a lot more memory and is still giving me this really annoying problem of using all my CPU time when it hits the max_cache_size. I'm not using DNSSEC or IPV6... Patrick

Mounting an NFS volume served by Mac OS X

2009-09-01 Thread patrick
with authentication or security mechanisms... Any suggestions would be greatly appreciated! Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Get the cwd of a process?

2009-10-29 Thread patrick
this happen again (and we expect it will), we'd like to be able to find the source. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: Get the cwd of a process?

2009-10-31 Thread patrick
; } This must be what is happening. When I do an lsof, I get: COMMAND PIDUSER FD TYPE DEVICE SIZE/OFF NODE NAME perl5.8.8 95492 patrick cwd VDIR 0,83 5122 / And there's no trace left of my script because I unlink()ed it. This seems like it's going to be awfully hard to track

Re: Get the cwd of a process?

2009-10-31 Thread patrick
! Patrick On Sat, Oct 31, 2009 at 9:13 AM, patrick gibblert...@gmail.com wrote: Thanks for the info! It works in my test case, but this spammer popped again, and unfortunately, I still couldn't reveal the source: The ps listing shows: www            29488  5.7  0.2 14144  5360  ??  Ss    7:47AM

Re: vim Keybindings

2009-10-31 Thread patrick
Try creating /usr/local/share/vim/vimrc with the following: set nomodeline set nocompatible Patrick On Sat, Oct 31, 2009 at 12:22 PM, Drew Tomlinson d...@mykitchentable.net wrote: I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on FBSD 7.  Whenever I start vim, if I

Re: dhcpd related issue

2009-11-01 Thread patrick
What happens if you disable pf temporarily? 2009/10/31 Dánielisz László laszlo_daniel...@yahoo.com: Hello, I just configured my dhcpd but it gives no IP-s. What had I done until now:  1. Installed isc-dhcp via ports 2. edited the /usr/local/etc/dhcpd.conf option domain-name bsd; option

Re: Remote ssh tunnel in background or script?

2009-11-09 Thread patrick
to construct a loop of ssh forwardings (one from local to remote, one from remote to local), and then sends test data that it expects to get back. (The idea is thanks to Terrence Martin.) WWW: http://www.harding.motd.ca/autossh/ Patrick On Mon, Nov 9, 2009 at 10:30 AM, Kevin Kinsey k

Re: NFS- SAN - FreeBSD

2009-11-20 Thread patrick
Hi Grant, I'm in a similar situation to where you were in July, and I was wondering what route you ended up going? Patrick On Tue, Jul 21, 2009 at 4:42 PM, Grant Peel gp...@thenetnow.com wrote: Chris, Again, thanks for the info. I only have one server with a PERC (raid) card installed

Re: 8.1: Cron ignoring crontab updates

2010-09-03 Thread patrick
using FreeBSD since version 4, and this has never once been an issue, nor is this an issue on a system with a fresh install of 8.1. Patrick On Fri, Sep 3, 2010 at 2:37 AM, Arthur Chance free...@qeng-ho.org wrote: On 09/03/10 09:19, per...@pluto.rain.com wrote: Chris Reesutis...@gmail.com  wrote

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-17 Thread patrick
websites. Another thing to consider would be running something like Nagios to monitor your systems/sites to make sure things are working properly. Patrick On Thu, Sep 16, 2010 at 6:45 PM, Gary Kline kl...@thought.org wrote: Guys, Tell me if I'm wrong to be ticked off.  I just learned that my

Re: Rewrite redirects

2012-09-28 Thread Patrick
the characters that are used in your html filenames... Patrick On Fri, Sep 28, 2012 at 2:27 PM, Jack Stone ja...@sage-american.com wrote: On 9/28/2012 3:08 PM, Jack Stone wrote: I thought I had this figured out but discovered I have a BIG flaw with my .htaccess redirects After days of searching

Upgrading from 8.0 to 8.4 with freebsd-update?

2013-06-27 Thread Patrick
Is it possible to skip point releases using freebsd-update so that I can go from 8.0 to 8.4, or do I need to go 8.0 - 8.1 - 8.2 - 8.3 - 8.4? Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Fatal trap 12 after upgrading from 8.2 to 8.4

2013-08-27 Thread Patrick
, and this was after the first freebsd-update install where it installs the kernel. My /boot/loader.conf has: zfs_load=YES vfs.root.mountfrom=zfs:zroot Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Jail with public IP alias

2013-08-27 Thread Patrick
inet 192.168.42.23 netmask 0x broadcast 192.168.42.23 media: Ethernet autoselect (1000baseT full-duplex) status: active If I ssh into another host on the 192.168.42.0 network, I see: $ who patrick ttyp1Aug 27 15:21 (192.168.42.23) The host of the jail

Re: Jail with public IP alias

2013-08-27 Thread Patrick
Hi Alejandro, That's how I've got things setup, too, but I'm not seeing the same behaviour. So I was wondering if there was something different about your setup such as using NAT to allow a jail with a private IP to access the internet at large. Patrick On Tue, Aug 27, 2013 at 3:42 PM

Re: Jail with public IP alias

2013-08-28 Thread Patrick
On Wed, Aug 28, 2013 at 7:25 AM, Alejandro Imass aim...@yabarana.com wrote: On Wed, Aug 28, 2013 at 5:42 AM, Frank Leonhardt fra...@fjl.co.uk wrote: On28/08/2013 00:19, Patrick wrote: On Tue, Aug 27, 2013 at 3:42 PM, Alejandro Imass aim...@yabarana.com wrote: [...] (Tidied up so all now

Re: Jail with public IP alias

2013-08-29 Thread Patrick
any mail to freebsd-questions-unsubscr...@freebsd.org Aliases should have a netmask of 255.255.255.255. What you seeing is not typical behaviour on FreeBSD. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-virtual-hosts.html Patrick

athlon-mp daily hang 5.2.1

2004-05-04 Thread Patrick Crosby
Version 1.1 irqs 0-23 on motherboard Thanks. Patrick ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Patrick Crosby
day long... Anyone have any other ideas? Thanks. Patrick Ray Seals ([EMAIL PROTECTED]) wrote: I have the same problem with my laptop. I'm running an AthlonXP-M. My problem is due to overheating. The machine hangs for 30 seconds and then runs for about 30 minutes and then hangs again

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Patrick Crosby
most consistently during compilation. i'm trying to help find what is causing this so that freebsd can improve. patrick ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: athlon-mp daily hang 5.2.1

2004-05-06 Thread Patrick Crosby
Bill Moran ([EMAIL PROTECTED]) wrote: Patrick Crosby wrote: Be aware that this is still somewhat experimental, and commits to the source tree may occasionally break this feature. If the world fails to compile using this parameter try again without it before you report any problems

Re: Recommended Motherboards for FreeBSD 4.x and 5.x

2004-05-21 Thread Patrick Hurrelmann
+ (running CURRENT, ACPI w/o problems) and several asus borads, but never tested on freebsd, as i'm new to *NIX. asus are always high-quality boards. you'll notice that in quality of bios for example. all asus boards supporting ACPI, work flawless. Patrick

X11 fonts

2004-06-05 Thread Patrick Useldinger
Hi all, a newbie question: I have just installed X11 (Xfree86 4.3), KDE (3.2.2) and Firebird (0.8), and surfing works very well. Compared to my Windows machine however, I think that the fonts look less appealing to what I am used to. So I need a pointer - is this due to 1) the video driver? the

Re: PDF plugin for Mozilla?

2004-06-10 Thread Patrick Hurrelmann
On Thu, 10 Jun 2004 10:14:29 -0700 (PDT) Your Name [EMAIL PROTECTED] wrote: I'm using Mozilla on FreeBSD 4.9. When I click on a PDF, it prompts me to use gpdf to view it, and then will open it up in a separate window. Is there a plugin I can use so that it opens right in the browser window?

Re: What's the big difference between Linux and Unix??

2004-06-12 Thread Patrick Useldinger
Grauwmans Steven wrote: Linux is UNIX, but why is Fedora Core a Linux and FreeBSD a UNIX? I searched on the internet for an answer, but after visiting 10 sites I gave up. If U could please help me, I'm getting confused. Linux is a kernel. Fedora uses this kernel, and therefore is a Linux

  1   2   3   4   5   6   >