Re: SU+J Lost files after a power failure

2013-10-14 Thread Brad Mettee
On 10/14/2013 12:50 PM, CeDeROM wrote: On Mon, Oct 14, 2013 at 6:47 PM, Adam Vande More amvandem...@gmail.com wrote: On Mon, Oct 14, 2013 at 11:34 AM, David Demelier demelier.da...@gmail.comwrote: Why? SU+J is enabled by default. Isn't the purpose of a journaled file system to ensure that any

Re: https://wiki.freebsd.org/ certificate error

2013-03-01 Thread Brad Mettee
.. -- Brad Mettee ___ 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: shell scripting: grepping multiple patterns, logically ANDed

2012-06-27 Thread Brad Mettee
On 6/27/2012 11:25 AM, Tim Daneliuk wrote: On 06/27/2012 09:25 AM, Aleksandr Miroslav wrote: hello, I'm not sure if this is the right forum for this question, but here goes. I have the following in a shell script: #!/bin/sh if [ $# -eq 0 ]; then find /foo fi

Re: ia64 vs amd64

2012-04-16 Thread Brad Mettee
to this processor: ia64 or amd64? and what one from those is more stable? ___ 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 -- Brad

Re: Freebsd9.0 and the fgets directive in gcc

2012-03-21 Thread Brad Mettee
to generate buggy loop code sometimes, so that's also a possibility. -- Brad Mettee PC HotShots, Inc. Westminster, MD (410) 848-0588 - Let us bring out the **Power** of your PCs. - - Custom Business Software Solutions since 1991 - Visit us http://www.pchotshots.com for information about our

Re: umask not applied

2011-12-22 Thread Brad Mettee
On 12/22/2011 12:58 PM, Bastien Semene wrote: Hi list, I'm trying to apply a umask of 002 to user user (username changed for this example) while logged-in through ftpd. I used login class class (class name changed for this example) I edited /etc/login.conf and set at the bottom (there's no

Re: why does this simple counter fail?

2011-03-25 Thread Brad Mettee
Gary Kline wrote: I'M trying to decide whether to tatoo this on my forehead or just make a note in my ~/.notes file for the next time this breaks. if/when. Meanwhile, the best thingt to do would simply write a script to turn ? into ?php Never know when

Re: why does this simple counter fail?

2011-03-24 Thread Brad Mettee
tags. -- Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the **Power** of your PCs. - - Custom Business Software Solutions since 1991 - Visit us http://www.pchotshots.com for information about our company. ___ freebsd

Re: no apache22, php5 cores

2011-01-21 Thread Brad Mettee
Gary Kline wrote: Everything seems to be working except that % lynx http://www.thought.org/ times out. Oh, and I haven't tried host thought.org yet. It may be my latest bind97 since bind9 had an en-of-life recently. Have you tried?: nslookup

Re: no apache22, php5 cores

2011-01-21 Thread Brad Mettee
Gary Kline wrote: On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: Works, altho it ignores my orginal nameserver , it is happy with 8.8.8.8. If it resolves, then bind9 isn't your problem. Try this instead and see what happens: telnet www.thought.org 80

Re: Which php??

2011-01-11 Thread Brad Mettee
Gary Kline wrote: On Tue, Jan 11, 2011 at 11:51:41AM -0500, Chris Brennan wrote: On Tue, Jan 11, 2011 at 11:46 AM, Gary Kline kl...@thought.org wrote: On Mon, Jan 10, 2011 at 10:07:28PM +, Paul Macdonald wrote: On 10/01/2011 21:21, Gary Kline wrote: Which php52

Re: need help with php.

2010-10-20 Thread Brad Mettee
Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right. --I don't know what the snag is, but even 5.2 fails. php execs; it just doesn't do

Re: need help with php.

2010-10-20 Thread Brad Mettee
Gary Kline wrote: On Wed, Oct 20, 2010 at 04:16:54PM -0400, Brad Mettee wrote: Gary Kline wrote: On Wed, Oct 20, 2010 at 01:14:27PM -0500, Ryan Coleman wrote: That's if someone messed up the original CSR, IMO, or didn't get the ServerName directive just right

Re: need help with php.

2010-10-18 Thread Brad Mettee
years ago. That is the main thing that is busted. Anybody up to helping me with this one? gary -- Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the **Power** of your PCs. - - Custom Business Software Solutions since 1991 - Visit us http://www.pchotshots.com

Re: Has anybody got a *working* example of getpwnam_r() ??

2010-07-19 Thread Brad Mettee
Robert Bonomi wrote: snippage And if this doesn't help, there's always Google CodeSearch http://www.google.com/codesearch , for examples of how to call it. ALL I find at www.google.com/codesearch, when I ask for 'getpwnam_r' is source- code for the getpwnam_r function. Needless to say,

Re: Has anybody got a *working* example of getpwnam_r() ??

2010-07-18 Thread Brad Mettee
Robert Bonomi wrote: I've _got_ to be doing something wrong, sine I'm getting heap corruption calling it. But for the life of me, I can't figure out -what- is wrong. What I've got makes a whole lot of no sense -- I get corruption of the _same_ malloc()'d data structure (at *exactly* the same

Re: touch madness

2009-12-30 Thread Brad Mettee
-unsubscr...@freebsd.org -- Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the **Power** of your PCs. - - Custom Business Software Solutions since 1991 - Visit us http://www.pchotshots.com for information about our company

Re: need C help, passing char buffer[] by-value....

2009-10-18 Thread Brad Mettee
Gary Kline wrote: Guys, maybe this can't be done reading in a file with fgets(buffer[128], fp), then calling skiptags(), conditionally, to while () past ',' and ''. I know I need to calll skipTags with its address, skipTags(buffer);, but then how to i handle the variable s in skipTags?

Re: Second disks causes invalid partition when booting/no disks found in sysinstall

2009-07-07 Thread Brad Mettee
Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business Software Solutions since 1991 - visit http://www.pchotshots.com for information about our company

update from 7.0 to 7.2?

2009-06-29 Thread Brad Mettee
To something newer? (like 7.2 stable) Would there be any noticeable benefit from an update? Thanks Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business Software Solutions since 1991 - visit http

Re: update from 7.0 to 7.2?

2009-06-29 Thread Brad Mettee
At 03:20 PM 6/29/2009, you wrote: Brad Mettee bmet...@pchotshots.com writes: If a system is stable and ports are up to date, serving mail web pages as needed, is there any reason to update from this: FreeBSD ns1.pchotshots.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC

Re: OT: C syntax question

2009-06-29 Thread Brad Mettee
plate_shift(struct CONTINENT *[10][10],int,float); Without the 10,10 size definition, the plate_shift function would have no idea how big the array of pointers actually is. Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out

Re: /usr/bin/calendar in cgi script

2009-04-11 Thread Brad Mettee
You'll need to put it in a pre /pre html block to preserve the formatting. Or you can try to substitute the '\n' into 'br' somehow (been a while since I did search/replace in an include so I can't be more specific). At 03:02 PM 4/11/2009, you wrote: Hi, I have a cgi script on my website that

Re: disk/drive-bay problem

2009-02-26 Thread Brad Mettee
shiny, use a clean cloth to wipe off any eraser residue. Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business Software Solutions since 1991 - visit http://www.pchotshots.com

Re: short-changed on SD card?

2009-02-02 Thread Brad Mettee
mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom

Re: kvm switch

2009-01-19 Thread Brad Mettee
...@freebsd.org Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business Software Solutions since 1991 - visit http://www.pchotshots.com for information about our company

Re: Mysqldump password issue

2008-10-02 Thread Brad Mettee
Uz8AoJEkwynwlaH9rMjRxgp7Xvja82M1 =On8Y -END PGP SIGNATURE- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] Brad Mettee PC HotShots, Inc

firefox upgrade, BASE_BIND problem

2008-08-18 Thread Brad Mettee
this error? I've tried to google for a solution, but all I can find are a few references to the problem, but no actual solution. Thanks. Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom

Re: whatkind of 19 LCD display??

2008-07-29 Thread Brad Mettee
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617

Re: groups, using www as kline

2008-07-21 Thread Brad Mettee
What are the permissions on the files you're trying to edit? 664 would allow owner/group editing, but readonly by world. If it's 644, then only owner can edit, but group/world can read. At 04:05 PM 7/21/2008, you wrote: On Mon, Jul 21, 2008 at 11:08:15AM -0700, Chuck Swiger wrote: On Jul 21,

Re: general question - php5 extensions

2008-07-12 Thread Brad Mettee
Hadn't even occurred to me to file a PR. Getting the whole process working kinda derailled all trains of thought outside of alright!, it works!. Good idea, will let him know about it. At 07:35 AM 7/12/2008, you wrote: On Fri, 11 Jul 2008 22:47:50 -0400 Brad Mettee [EMAIL PROTECTED] wrote

general question - php5 extensions

2008-07-11 Thread Brad Mettee
them. Or maybe at least have sym links to them in one place. This is just for discussion, I don't expect an actual answer.. Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business

Re: general question - php5 extensions

2008-07-11 Thread Brad Mettee
file. Once I added that I stopped getting portmanager upgrade errors and everything got properly upgraded and compiled. At 03:59 PM 7/11/2008, you wrote: On Fri, 11 Jul 2008 15:30:21 -0400 Brad Mettee [EMAIL PROTECTED] wrote: I've been banging my head for 2 days trying to get php5 compiled

Re: ia-64 Floppies

2008-07-09 Thread Brad Mettee
To clarify Kris' response: amd64 = AMD/Intel 64bit capable CPUs ia64 = Intel Itanium So if you're looking for an x86 compatible install CD, then you'll be wanting the amd64 version. (sorry for the direct reply Kris, I'm not used to mailing lists that don't do proper reply-to) At 12:13 PM

rblsmtpd/qmail-smtpd hung processes

2008-07-08 Thread Brad Mettee
for good replies, ) to take over DNS and E-Mail for about a dozen sites. Basically I've been on a crash course of learning as I go. Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business

re: rblsmtpd/qmail-smtpd hung processes

2008-07-08 Thread Brad Mettee
I've run into a bit of a problem and if I don't solve it soon, I'm going to be without e-mail (and so will a lot of other people). This is a bit long, I'm trying to include anything that may help. The problem is that qmail-smtpd and/or rblsmtpd get stuck and don't close. After a while the

clone a drive, no raid involved

2008-06-19 Thread Brad Mettee
, but it's a 500G drive and that's going to take a really long time (especially since it's brand new with no data besides base OS). My question: Is there a better way to duplicate a drive including boot info? Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617

new hardware - compatible?

2008-06-12 Thread Brad Mettee
in advance. (I've been building/running x86 boxes since DOS 3.3, just haven't had need of *nix environment yet, so I'm not total noob) Brad Mettee PC HotShots, Inc. Baltimore, MD (410) 426-7617 - Let us bring out the *Power* of your PCs. - - Custom Business