Re: using a disk mirrored with dd

2004-08-03 Thread Bill Moran
to see anything else. -Matt ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: One OR MORE of source and destination addresses?

2004-08-03 Thread Bill Moran
is that a packet _must_ pass both rules to be allowed. Note that I haven't tried this, so I could be wrong in how it works. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: One OR MORE of source and destination addresses?

2004-08-03 Thread Bill Moran
Mark [EMAIL PROTECTED] wrote: Mark wrote: Bill Moran wrote: How about using skipto instead of allow? Thus, if it passes the first one, it can just skipto the next rule to be checked. i.e.: ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 allow tcp

Re: Help needed...

2004-08-03 Thread Bill Moran
prompt in single-user mode, do: fsck mount -a You should then be able to edit your config file, or change /etc/ttys to stop xdm from starting. HTH -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http

Re: One OR MORE of source and destination addresses?

2004-08-03 Thread Bill Moran
in install_state ... only the symptom is in install_state. The problem is that code that is calling install_state is calling it twice for some reason. Taking that into consideration, there's a possibility that this is fixed in -CURRENT, but I haven't found any commit entries to that tune. -- Bill Moran

Re: RBAC in FreeBSD?

2004-08-04 Thread Bill Moran
Venkat, Narayan [EMAIL PROTECTED] wrote: Hi, What Role Based Access Control capabilities are there in FreeBSD? In addition to standard Unix permissions: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mac.html -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: The set-user-ID-on-execution

2004-08-04 Thread Bill Moran
executing commands that require elevated priviledges. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Finding out what ran when...

2004-08-04 Thread Bill Moran
utilities that can *watch* the system at night and report what did what and when. Perhaps something that can report if something uses xx% of cpu, or xxMB of memory? Sounds like you want process accounting. Check out the man pages for acct(2), accton(8), sa(8) and lastcomm(1) -- Bill Moran

Re: firewalls, connecting, config apachetoolbox (was: Re: BigApache [..])

2004-08-04 Thread Bill Moran
tracert is based on BSD's traceroute -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: softupdates, adding space to partitions, etc

2004-08-04 Thread Bill Moran
gives you the power to join unused space to an existing subdisk, and you can then use growfs to increase the filesystem size. Hell, you can even add new disks if you fill up the entire disk! HTH -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: What's the best possible email failover solution

2004-08-07 Thread Bill Moran
Odhiambo Washington [EMAIL PROTECTED] wrote: * Bill Moran [EMAIL PROTECTED] [20040622 00:57]: wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Mon, Jun 21, 2004 at 05:25:20PM -0400, Bill Moran wrote: The return can be significant. The company I am doing this for provides IMAP

Re: Problems with Sun Java

2004-08-08 Thread Bill Moran
on FreeBSD-4.10??? You're likely to get more assistance if you provide detail: What exact steps did you perform to install Java? What, exactly, are you trying to do to _use_ java? What exact error messages do you get when it not work? -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: Re[2]: Problems with Sun Java

2004-08-08 Thread Bill Moran
.pittpa.adelphia.net [68.68.113.64]) BM by internet.potentialtech.com (Postfix) with ESMTP id 5AA9A69A87; BM Sun, 8 Aug 2004 08:39:08 -0400 (EDT) BM Date: Sun, 8 Aug 2004 08:39:07 -0400 BM From: Bill Moran [EMAIL PROTECTED] BM To: liz [EMAIL PROTECTED] BM Cc: [EMAIL PROTECTED] BM Subject: Re

Re: Kernel Compile Error

2004-08-09 Thread Bill Moran
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED

Re: Accidentally truncated crontab

2004-08-09 Thread Bill Moran
revision control is a decent idea! -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: PHP4 port broken?

2004-08-09 Thread Bill Moran
into a number of ports, so other ports can specify only what parts of PHP they need. For example, after you install php4, you can then install lang/php4-gettext to add gettext support to it. -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: Accidentally truncated crontab

2004-08-09 Thread Bill Moran
Daniela [EMAIL PROTECTED] wrote: On Monday 09 August 2004 18:38, Bill Moran wrote: Daniela [EMAIL PROTECTED] wrote: Hi all! I just emptied the system crontab, and don't know how I can recover it. I know that the contents are still somewhere on the drive, as I didn't write

Re: Porting new Software into FreeBSD

2004-08-10 Thread Bill Moran
/doc/en_US.ISO8859-1/books/porters-handbook/index.html The new software is called RURS (Remote Unix Recovery Service). Simply said, it is the same as WINDOWS Gost utility. Cool! -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: FreeBSD 5, chroot and /dev

2004-08-11 Thread Bill Moran
, but it should help you work around your problem. After booting the CD, look in the /boot directory on the HDD. If you move the contents of /boot/kernel.old to /boot/kernel, you'll have restored your previous kernel, and can then reboot off the HDD to attempt to build a working kernel again. -- Bill

Re: order of starting services at boot?

2004-08-11 Thread Bill Moran
to take some time to research it and understand the new features available, but I haven't got to it yet. Rhodes has apparently been busy, though, since there is a new section in the handbook on rcng: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-rcng.html -- Bill Moran

Re: DHCP and rc Questions For FreeBSD 4.10???

2004-08-11 Thread Bill Moran
] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: error:make:don't know how to make buildkernel.stop

2004-08-11 Thread Bill Moran
Abiola Omojola [EMAIL PROTECTED] wrote: Hello, please could help me get a solution to the above error What did you do to cause the error? Is your current working directory /usr/src? Did you install kernel sources on the machine you are trying to do this on? -- Bill Moran Potential

Re: How to start KDE?

2004-08-11 Thread Bill Moran
already exists? ee .xinitrc -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: make issues on freebsd

2004-08-11 Thread Bill Moran
://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: make issues on freebsd

2004-08-11 Thread Bill Moran
your help friends!! Thanks a lot Mohammad Shaikh -Original Message- From: Bill Moran [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 5:40 PM To: Mohammed Shaikh (Satyam Computer Services) Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: make issues on freebsd

Re: package management documentation

2004-08-11 Thread Bill Moran
two questions at once: 1) the answer to the original question, and 2) where to find the answer. If you're not getting good responses to your questions, I would suggest reading grog's explanation on how to ask good questions: http://www.lemis.com/questions.html -- Bill Moran Potential Technologies

Re: make.conf and safe settings

2004-08-12 Thread Bill Moran
would research /etc/defaults/make.conf and the (very extensive) documentation to gcc. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Problem with calcru

2004-08-12 Thread Bill Moran
to fix yours: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#LAPTOP-CLOCK-SKEW -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: DHCP and rc Questions For FreeBSD 4.10???

2004-08-12 Thread Bill Moran
is doing something to enforce security, such as registering MAC addresses, and you aren't registered correctly or d) something bizaar that I've never seen before. Again, if you could provide some information on how you're trying to set things up, we could provide less general answers. -- Bill Moran

Re: DHCP and rc Questions For FreeBSD 4.10???

2004-08-12 Thread Bill Moran
Message- From: Bill Moran [EMAIL PROTECTED] Sent: Aug 12, 2004 11:45 AM To: Hakim Z. Singhji [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: DHCP and rc Questions For FreeBSD 4.10??? Hakim Z. Singhji [EMAIL PROTECTED] wrote: Bill FreeBSD-Questions, This configuration

Re: DHCP and rc Questions For FreeBSD 4.10???

2004-08-12 Thread Bill Moran
is occasionally required. Have you tested basic network connectivity? Do you get all the proper lights on both your NIC and the cable modem? If there are cable problems, you're going to waste a lot of time trying to fix DHCP problems! -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: make issues on freebsd

2004-08-12 Thread Bill Moran
, and is probably not right. What makes you think that gmake should be using common.mak? That looks like an included file to me (just based on the name). Most software from the GNU world require the following incantation: ./configure gmake gmake install -Original Message- From: Bill Moran [mailto

Re: device npx --- what for?

2004-08-12 Thread Bill Moran
is why do I need npx? and isa? npx is the floating point math driver. You either need it or software emulation of an FPU. You need isa because npx depends on it. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED

Re: Clock problems

2004-08-12 Thread Bill Moran
forgot to mention that it have been like this since I installed it. See this FAQ entry and try the recommended fixes to see if they help: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#LAPTOP-CLOCK-SKEW -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: reinstall ports with new options

2004-08-12 Thread Bill Moran
should allow you to tweak it. It doesn't seem as if the cyrus-sasl2 port has an option menu. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: /etc and /usr/local/etc directories

2004-08-12 Thread Bill Moran
to re-read a lot of it to see what kind of changes are occurring. There are also a lot of new man pages in existance. If you have specific questions, you can always ask on this list. -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: Looking for commercial code gone open source

2004-08-13 Thread Bill Moran
of being open source. There is a project called opengroupware that followed that evolution. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Access Denied when using gmake

2004-08-13 Thread Bill Moran
] Error 126 Can anyone help me circumvent this problem? Give the appropriate files execute permission. See man chmod if you're not sure how to do that. Thanks Mohammad Shaikh -Original Message- From: Bill Moran [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 10:30 AM

Re: Re[2]: find -exec surprisingly slow

2004-08-14 Thread Bill Moran
... I have to second this. You should never accept email destin for users that don't exist, you should bounce it with a 5xx error prior to even accepting the data portion of the SMTP transmission. -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: find -exec surprisingly slow

2004-08-14 Thread Bill Moran
just to block them at SMTP negotiation all together, so they don't even enter your system... Techniques for qmail? Without patching it? I thought I had RTFMd pretty thoroughly, but I am willing to be enlightened. -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: download speed question

2004-08-15 Thread Bill Moran
. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Is promiscuous mode bad?

2004-08-15 Thread Bill Moran
it? Pretty much the reverse of #2. If you're running may types of scanning software, or network sniffers, they will put the card in promisc mode. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http

Re: kernel module configuration

2004-08-15 Thread Bill Moran
ohci, but the man page for ohci would be the first place to check. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Is promiscuous mode bad?

2004-08-15 Thread Bill Moran
? Then I stand corrected. If that's the case, though, what _is_ the administrative danger of running in PROMISC mode? -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: NAT / ipfw / GW - FreeBSD 4.10 to Linux Private Network???

2004-08-15 Thread Bill Moran
80 The other ports follow the same pattern. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: root access to ftp, telnet

2004-08-15 Thread Bill Moran
are not in the correct group (wheel) to su root. Add the user to the wheel group who you want to be able su. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Help me ObwanKnobi your my only hope.

2004-08-16 Thread Bill Moran
what you want. Reading the man pages for ftpd is like trying to read and understand Klingon. I disagree. I think the ftpd manual page is very clear and to the point. Is English your native language? -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: How to start clean install again?

2004-08-16 Thread Bill Moran
the last install. If I were in Windows/DOS I would just format C: but that doesn't seem to be an option here. During the reinstall, when it comes time to slice the disk with fdisk, simply delete the previous slice and recreate it. That will blow away anything that existed before. -- Bill Moran

Re: web-serving does not update a file's atime?

2004-08-17 Thread Bill Moran
actually loaded it from disk once. Try stop/starting Apache and see if it has to reload the file to see if my guess is correct. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: [OT] VPN issues with some windows users...

2004-08-17 Thread Bill Moran
remember the exact config setting :( -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [SOLVED] [OT] VPN issues with some windows users...

2004-08-17 Thread Bill Moran
on remote network' 6) Unchecking this box allows your current internet connection to work again! Yup ... that's the one. Of course, me remembering now isn't much help to you ;) Glad you were able to find it. -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: top for 4.10 jail - looking to work with a someone to make it work

2004-08-18 Thread Bill Moran
at the information... I'm not seeing this behaviour in my 4.10 jail. I didn't do anything special to make it work. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: how do I verify how sshd is starting?

2004-08-19 Thread Bill Moran
know of one that doesn't come recommended. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Research questions on FreeBSD 4.10

2004-08-19 Thread Bill Moran
if articles on everything you mentioned. You have but to do some searches. jerry We look forward for your speedy reply. Who is we? -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http

Re: having problems with install

2004-08-20 Thread Bill Moran
jeff wiggs [EMAIL PROTECTED] wrote: Can someone point to a FAQ http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html Installation instructions are here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html -- Bill Moran Potential Technologies http

Re: Humble questions for web developers in freebsd.

2004-08-20 Thread Bill Moran
you installed are a good start. Otherwise, there's a section in the handbook on the rcng system that's pretty informative. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: 5.3-BETA1 released today for testing

2004-08-20 Thread Bill Moran
you please fix your mailer to prevent it from mangling quoted lines.] -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: SMP on 4.10

2004-08-20 Thread Bill Moran
on 4.x has been stable as long as I can remember. I was running multi-processor systems around 4.2 or so. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Query

2004-08-22 Thread Bill Moran
, but it is totally dependent on your burning software. Once you've got a CD, these instructions will get you going: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html If you hit specific problems or have specific questions, feel free to ask the list. -- Bill Moran Potential Technologies

Re: no user interface

2004-08-24 Thread Bill Moran
on this list. We'll be happy to help. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: 4.8 4.10 successful. Now 5.x?

2004-08-25 Thread Bill Moran
scratch. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Startup with no-ip

2004-08-26 Thread Bill Moran
the su is redundant and failing. No. He wants to su to the user noip to run the command, which is actually a good idea. I would guess what's causing problems is this: 2 I would guess that the 2 doesn't belong? -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: cannot get rc.conf to configure an second interface

2004-08-26 Thread Bill Moran
knowledge, you'll have to recompile your kernel sans IPv6 to get rid of it. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: editing the rc.conf

2004-08-27 Thread Bill Moran
that I can apply the changes without re-booting the system? man ifconfig -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: rl2 not working on otherwise functioning network/gateway

2004-09-02 Thread Bill Moran
are there. Here is all the info -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Startup Scripts

2004-09-02 Thread Bill Moran
) for flags # Thanks, -- Scott A. Gerhardt, P.Geo. Gerhardt Information Technologies ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Bill

Re: Way OT: How long does your box run for?

2004-09-03 Thread Bill Moran
hours of unscheduled downtime since Jan 1. And that downtime is the result of a failed UPS at the colo facility. It has 0 unscheduled downtime due to software issues. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL

Re: ports vs source

2004-09-03 Thread Bill Moran
is appreciated. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-overview.html -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Errata Branch

2004-09-03 Thread Bill Moran
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED

Re: bash = default

2004-09-03 Thread Bill Moran
- using regular vi. Note two things for reference. If you install bash from the ports, it is automagically added to /etc/shells, and it is installed in /usr/local/bin/bash HTH -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL

Re: Way OT: How long does your box run for?

2004-09-03 Thread Bill Moran
the average box it runs on. FreeBSD is the same way, in my experience. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Fwd: external todo patch to qmail (ports)

2004-09-06 Thread Bill Moran
turn to to get it included in the port or a reason why it shouldn't be added. Have you filed a PR? http://www.freebsd.org/send-pr.html -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http

Ports and cvsup (was Re: )

2004-09-07 Thread Bill Moran
://www.lemis.com/questions.html In order to do portupgrade, you only need to cvsup your ports tree. cvsup your sources if you need to upgrade the base system. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http

Re: 5.2.1 fs in 4.10

2004-09-09 Thread Bill Moran
can be used by 4.X ... and even Linux, I believe. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Set Screen Refresh Rate?

2004-09-09 Thread Bill Moran
for the X system you're using, or reply with more information about which X your using to get a more specific reply. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Phantom /var full messages

2004-09-09 Thread Bill Moran
causes the old file to disappear, and a new log file to be created. On a guess, Snort would be the first thing I'd look at. However, MySQL can create a TON of data if logging is enabled, so you may want to look closely at it as well. HTH -- Bill Moran Potential Technologies http

Re: Phantom /var full messages

2004-09-09 Thread Bill Moran
Paul Schmehl [EMAIL PROTECTED] wrote: --On Thursday, September 09, 2004 01:03:33 PM -0400 Bill Moran [EMAIL PROTECTED] wrote: Any hints would be welcomed. What's the best way to troubleshoot this problem? First, if you could isolate it to just snort or just MySQL. Typically

Re: booting the install cd

2004-09-09 Thread Bill Moran
of the 5.3BETA snapshots and try it out. A LOT of things have been fixed/improved since 5.2.1. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: how to update system time?

2004-09-10 Thread Bill Moran
drastic) -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Regarding password changes (Re: no subject)

2004-09-10 Thread Bill Moran
commands you are entering and the results you see. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Request

2004-09-11 Thread Bill Moran
: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html Also, _The_Design_and_Implementation_of_FreeBSD_ is available from barnesandnoble.com, and probably other places as well. -- Bill Moran Potential Technologies http://www.potentialtech.com

Installing mod_frontpage to apache2

2005-11-06 Thread Bill Moran
: Thu Jun 30 13:56:39 EDT 2005 [EMAIL PROTECTED]:/usr/src/sys/compile/FERRANDO20050630 i386 pkg_info | grep apache apache-2.0.55 Version 2 of Apache web server with prefork MPM. Thoughts anyone? -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: Diagnosing reboot under load

2005-11-07 Thread Bill Moran
I've ever seen for describing how important a PS is to a computer, and how difficult it is to find a reliable one: http://www.tomshardware.com/howto/20040122/index.html -- Bill Moran Potential Technologies http://www.potentialtech.com ___ freebsd

Re: Diagnosing reboot under load

2005-11-07 Thread Bill Moran
Bill Moran [EMAIL PROTECTED] wrote: Micah [EMAIL PROTECTED] wrote: I'm running the i386 version of FreeBSD with 1gb ram. Didn't think to check this before, but I'm getting ~112-113 volts into the PSU from the surge strip. I'm probably going to get a new PSU today. The parts store

OpenOffice 2 unable to work with files over NFS

2005-11-17 Thread Bill Moran
if anyone else was familiar with this issue b) see if anyone had any advice on how to proceed with debugging. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: RST response in message log?

2005-11-17 Thread Bill Moran
: Limiting closed port RST response from 300 to 200 packets per second While there are other things that could cause this, it's almost always indicative of a portscan. The RSTs are limited to prevent DoS attacks from generating overly huge amounts of traffic. -- Bill Moran Potential Technologies

Re: I could not become superuser

2005-11-18 Thread Bill Moran
properly. On my 5.4 machine, it looks like this: ls -l /usr/bin/su -r-sr-xr-x 1 root wheel 14292 May 27 12:24 /usr/bin/su -- Bill Moran Potential Technologies http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http

Re: Asterisk on FreeBSD, anyone?

2005-11-19 Thread Bill Moran
100% IP though, no analog drivers. Install the port. I don't have first hand experience with the analog drivers, but the rumor mill has it that the recent versions work very well. -- Bill Moran Potential Technologies http://www.potentialtech.com

Re: MX freebsd

2005-11-20 Thread Bill Moran
even larger values are certainly possible. Check in your DNS zone to see what they are set to. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: OpenOffice 2 unable to work with files over NFS

2005-11-21 Thread Bill Moran
Lowell Gilbert [EMAIL PROTECTED] wrote: Bill Moran [EMAIL PROTECTED] writes: uname -a FreeBSD bolivia.potentialtech.com 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Fri May 27 01:08:00 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/WORKING i386 open pkg_info | grep office

Regarding the (apparent) removal of syslogd_program functionality in recent versions

2006-03-14 Thread Bill Moran
syslogd_enable=NO and allow the script in /usr/local/etc/rc.d to start syslog-ng Thoughts? -- Bill Moran Collaborative Fusion Inc. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Mail client like mulberry

2006-03-14 Thread Bill Moran
it will match the behaviour that you're used to, but it talks nicely to every IMAP server I've ever seen, and it turns the folders with new messages red. -- Bill Moran Collaborative Fusion Inc. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Regarding the (apparent) removal of syslogd_program functionality in recent versions

2006-03-14 Thread Bill Moran
On Tue, 14 Mar 2006 18:08:36 +0100 Erik Norgaard [EMAIL PROTECTED] wrote: Bill Moran wrote: The rc.conf manpage states that syslogd_program= can be used to change the program run for system logging. This is also mentioned in /etc/defaults/rc.conf and in the pkg-message for the syslog-ng

Re: Regarding the (apparent) removal of syslogd_program functionality in recent versions

2006-03-14 Thread Bill Moran
On Tue, 14 Mar 2006 11:54:01 -0600 Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Mar 14), Bill Moran said: The rc.conf manpage states that syslogd_program= can be used to change the program run for system logging. This is also mentioned in /etc/defaults/rc.conf and in the pkg

Re: Updating ports

2006-03-14 Thread Bill Moran
idea but I just don't want to do that now, I just want to update my ports). Can't I just update the ports without updating the entire system? Yes. Look at /usr/share/examples/cvsup/ports-supfile You _are_ on the right track, and you can do what you want. -- Bill Moran Collaborative Fusion Inc

Re: Updating ports

2006-03-14 Thread Bill Moran
these as the defaults? I understand everything else in ports-supfile. Chances are good you can stick with the defaults. -- Bill Moran Collaborative Fusion Inc. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Urgent FreeBSD Boot question!

2006-03-20 Thread Bill Moran
. Be _very_ careful, as you'll delete Windows if you choose the wrong options. I'm sorry that I don't remember the exact sequence to accomplish this. As has been said: make good backups first! You _only_ want to install the boot manager - not change anything else. -- Bill Moran Collaborative Fusion Inc

Re: Kernel settings for Dell 1850 and 2850 with 4GB of ram

2006-03-21 Thread Bill Moran
questions, however. -- Bill Moran Collaborative Fusion Inc. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: clock drifts after upgrade from 5.x to 6.x

2006-03-22 Thread Bill Moran
in addition to other terms relevent to your issue. -- Bill Moran Collaborative Fusion Inc. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: php dependency hell

2006-03-22 Thread Bill Moran
). In my experience, this works 90%+ of the time. If this is a production system, however, you'll do well to test on a scratch system first. -- Bill Moran Collaborative Fusion Inc. IMPORTANT: This message contains confidential

<    4   5   6   7   8   9   10   11   12   13   >