Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-23 Thread D J Hawkey Jr
On Feb 23, at 09:12 AM, M. Warner Losh wrote: In message: [EMAIL PROTECTED] D J Hawkey Jr [EMAIL PROTECTED] writes: : True or False: Setting CPUTYPE to the lowest target CPU (p2) in : a build machine's make.conf will cripple the performance of target : machines with higher CPUs

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-22 Thread D J Hawkey Jr
.). If True, for optimized code across all machines, the code should just be built on each machine, right? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR

Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-21 Thread D J Hawkey Jr
KERNCONF; /usr/src/Makefile.inc1 does. Since /usr/share/mk/sys.mk sucks in /etc/make.conf, that should propogate KERNCONF to /usr/src/Makefile, right? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-21 Thread D J Hawkey Jr
and go to bed, or even an `at` command). Are you stating definitively that what I saw in the makefile chain isn't what is really there? Dave -- __ __ \__ \D. J. HAWKEY JR

Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread D J Hawkey Jr
that 'clean' doesn't? Remove directory trees? Anyway, is it as simple as: make buildkernel -DNOCLEAN KERNCONF=... Like I said, I should already know this. Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread D J Hawkey Jr
On Sep 23, at 03:45 PM, Matthew Seaman wrote: On Tue, Sep 23, 2003 at 09:32:26AM -0500, D J Hawkey Jr wrote: After applying patches, I bump $BRANCH in /sys/conf/newvers.sh, and would like the running kernel to reflect the current patchlevel, but not at the expense of a complete rebuild

[hawkeyd@visi.com: Re: Something I should know about 'make buildkernel ...', but I don't.]

2003-09-23 Thread D J Hawkey Jr
Just a little bit ago, I wrote: - Forwarded message from D J Hawkey Jr [EMAIL PROTECTED] - But you seem to agree that something this trivial shouldn't yield a broken kernel if /usr/obj/usr/src/sys/... is unchanged from the previous build, right? - End forwarded message

Stupid shell tricks

2003-07-21 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Stupid shell tricks

2003-07-21 Thread D J Hawkey Jr
-c trap \\ HUP PIPE INT QUIT SEGV; binary_that_writes $LINE The explanation of -T in the man page gave me the clue. Movin' right along, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: sed(1) regular expression gurus - SOLUTION

2003-07-15 Thread D J Hawkey Jr
not telling what it's for. ;-, Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com

Attn: sed(1) regular expression gurus

2003-07-14 Thread D J Hawkey Jr
(1)? Can anyone dream up a different solution - please, no Perl, but awk(1) is fine. Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED

Re: sed(1) regular expression gurus

2003-07-14 Thread D J Hawkey Jr
in the FS assignment? You need to include the --posix option to get the '{3}' notation to work (peculiar to GNU awk). Kinda throws portability out the window, but I'll settle for it. Dave -- __ __ \__ \D. J

Re: sed(1) regular expression gurus

2003-07-14 Thread D J Hawkey Jr
On Jul 14, at 11:04 AM, D J Hawkey Jr wrote: On Jul 15, at 12:49 AM, Rob wrote: awk --posix -F'[^0-9A-Za-z.]+' ' $1 ~ /by/ { result = $2 for (i=3; i=NF; i++) { if ($i ~ /^([0-9]+\.){3}[0-9]+$/) { result = result $i } } print result

Updating FBSD on one slice from another slice

2003-06-23 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd

Re: Updating FBSD on one slice from another slice

2003-06-23 Thread D J Hawkey Jr
On Jun 23, at 04:29 PM, Matthew Seaman wrote: On Mon, Jun 23, 2003 at 08:43:07AM -0500, D J Hawkey Jr wrote: What I'm stumped with is how to tell 'make [build|install][world|kernel]' to do their thing from the OS in the slice I'm running (the newer), but do the reads and writes

Re: About Patches

2003-06-23 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hi List, I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE box and I am concerned about the possibility that I could actually harm my system while trying to apply this patches. (I am not a Unix guru

Re: File manager with thumbnail preview

2003-06-07 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hi All, Can anyone recommend a file manager than can thumbnail preview JPG images? xv. It's not a file manager per se, but it has nice graphical browser that thumbnails all kinds of images. Cheers Rus Dave -- A: Because it

New sendmail-8.11.7 and RELENG_4_5

2003-03-31 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ ___ [EMAIL PROTECTED] mailing list http

SA-03:02 (OpenSSL) patches for RELENG_4_6_2: OK for RELENG_4_5?

2003-03-12 Thread D J Hawkey Jr
are appropriate for RELENG_4_5? After applying said patches, does that make my RELENG_4_5 OpenSSL the same as RELENG_4_6_2? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: FreeBSD for Mom

2003-03-12 Thread D J Hawkey Jr
On Mar 12, at 12:57 PM, Dan Langille wrote: My mom uses FreeBSD. More precisely, she uses Pine to send/receive email. At present, she has a DSL connection. She's soon to change to a dial up account. What I'm planning to do is provide her with a shell script which will send/receive

jailed ftpd behind NAT'ing firewall: ftphosts?

2002-12-09 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

Re: Ethernet card problem

2002-12-09 Thread D J Hawkey Jr
. Kevin Kinsey DaleCo, S.P. Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com

Re: Ethernet card problem

2002-12-09 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Ethernet card problem

2002-12-09 Thread D J Hawkey Jr
the same things. A shot in the dark: Disable Plug-n-Play. Best I can offer. G'Luck, and don't give up yet. Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-04 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-03 Thread D J Hawkey Jr
[Posted and mailed] In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: On Tue, 3 Dec 2002, Lee J Carmichael wrote: If you are going from DOS to Unix you could use the following perl script: [script snipped] It's a bit easier if you let Perl do the heavy lifting: perl

XF86-4.2.0, libfreetype.so.8, and TrueType fonts

2002-12-01 Thread D J Hawkey Jr
of the webpage author's absence? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http

Looking for opinions: popd vs. popper vs. et.al.

2002-11-11 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Window/File Manager

2002-11-04 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: What are your favorite ultra-light WM's and/or FMs? I'm just looking for something that does the job, looking nice would be an added benefit but I doubt I'll have a high color depth to play with anyway. You can't go wrong

OT: regex(3) and POSIX collating sequences

2002-10-22 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: xv not working right?

2002-07-22 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hey all, I'm trying to use xv to get a background pic on my laptop and it's not quite working as expected. I'm running 4.6 release (everything else works great) with xv-3.10a_2. My desktop is windowmaker. The command I put