Re: issue newsyslog cmd from perl scrip

2004-05-13 Thread David Fleck
another executable from within a perl script, you need to do something like: system(newsyslog \-v $logfile\ $line); there are, of course, other ways to do it as well. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: the most light weight X web browser?

2004-05-09 Thread David Fleck
'links -g', eh? dcf$ links -g Unknown option -g Some *other* links, perhaps? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: the most light weight X web browser?

2004-05-10 Thread David Fleck
On Sun, 9 May 2004, John Mills wrote: Reading the 'links' project pages puts graphic rendering at links version =2.0, I believe. Thanks, I eventually figured out that /usr/ports/links = v2.1, while /usr/ports/links1 = v0.98. -- David Fleck [EMAIL PROTECTED

Re: cron can't find root or operator

2004-05-22 Thread David Fleck
* * */home/dcf/.clean -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: cron can't find root or operator

2004-05-22 Thread David Fleck
editor. 2. run 'crontab {filename}' to install the cron. 3. run 'crontab -l' to verify that cron has installed your file. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: blacklist(s)

2004-06-20 Thread David Fleck
at all? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Terminal Server

2004-06-21 Thread David Fleck
what it is you want to be able to do. At some levels, FreeBSD may be very like WTS - at other levels, it will be very different. Whether or not it will be useful to you depends on what you want to do with it. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL

Install errors on old HP machine

2004-07-03 Thread David Fleck
hypothesis is that my main machine's floppy drive is writing crap, or the HP's floppy drive is reading crap. I can live with that, but is there any other way to get something useful onto this box? (It does have a FreeBSD-supported ethernet card in it.) -- David Fleck [EMAIL PROTECTED

Re: Install errors on old HP machine

2004-07-04 Thread David Fleck
. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Replacement for WinRar?

2003-09-14 Thread David Fleck
On Sun, 14 Sep 2003, Dragoncrest wrote: ...but one thing the list doesn't tell me is what is a good replacement in nix that does everything winrar does. What exactly does WinRar do that you want to replicate? 'Everything' is pretty broad. -- David Fleck [EMAIL PROTECTED

What determines if kernel modules are auto-loaded?

2003-09-21 Thread David Fleck
? Is there a reference describing the use of kernel modules in detail? Everything I've found so far is either too general (the Handbook) or way too specific and development-oriented (here's how to write a kernel module that will hack someone's system!). -- David Fleck [EMAIL PROTECTED

Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread David Fleck
into a .ko file, and if the code isn't present in the kernel, then it can be loaded by kldload. Is this correct? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread David Fleck
did. Thanks. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: CVSUP howto ???

2003-09-22 Thread David Fleck
off re-installing? *default release=cvs tag=RELENG_4 this will get you the head of the FreeBSD-STABLE branch - if you just want to get all the security updates to 4.6, you should use RELENG_4_6 -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED

Re:Re: Cat a directory

2003-09-23 Thread David Fleck
while in BSD they're all grey/white. ...so install the GNU ls port. Configure as you wish. The End. Hey, *I* think that bash ought to be the default shell in FreeBSD. But it's not. So I install bash and get on with life. -- David Fleck [EMAIL PROTECTED

Re: How to downgrade X 4.3 -- 4.2?

2003-10-05 Thread David Fleck
think I used pkg_delete to get rid of all the XFree-*-4.3 ports, and then reinstalled 4.2 from package files, then ran pkgdb -F to fix all the dependency issues. It was a pain, but not that much of a pain. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL

Re: Howto find packages

2003-10-18 Thread David Fleck
, if not all, of that information, provided you feed it the right command line options. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: CVSup supfilesrc-all question

2003-10-19 Thread David Fleck
have to build and install the updated code. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: CVSup supfilesrc-all question

2003-10-19 Thread David Fleck
sections 21.3 and 21.4 of the handbook. (The process is not as scary as it sounds, but you do have to be careful.) -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

portupgrade for python fails: patching doesn't work

2003-10-29 Thread David Fleck
--saving rejects to configure.rej Patch patch-configure failed to apply cleanly. Patch(es) patch-Modules::_sre.c applied cleanly. *** Error code 1 I tried this a week ago, with the same results - did a make distclean this morning and tried again, still failing in the same place. -- David Fleck

Re: agp error with Radeon 7500 disables DRI

2004-01-13 Thread David Fleck
To answer my own question, it turns out that (for my system, at least) the agp.ko module *must not be preloaded* with loader.conf. Commenting agp_load=YES out of /boot/loader.conf fixed all three problems listed here. On Sun, 11 Jan 2004, David Fleck wrote: 4.9-RELEASE-p1. At boot, the agp

Re: Problem with amd (automount daemon)

2004-01-13 Thread David Fleck
? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: /etc/rc.conf vs /etc/defaults/rc.conf

2004-01-13 Thread David Fleck
On Tue, 13 Jan 2004, August Simonelli wrote: Thanks all who helped me on this! I really do appreciate it! By the way, this is covered in section 6.3 in the handbook, 'Core Configuration'. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing

Re: your mail

2004-01-16 Thread David Fleck
of disk activity since the overwrite. I don't know enough about the internals of FreeBSD to know if there are any tools for lost file recovery. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Compile Options

2004-01-16 Thread David Fleck
what Gentoo's USE Flags are, we can tell you if there's anything like them. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: trouble mounting a zip drive on parallel port

2004-01-17 Thread David Fleck
target 6 lun 0 da0: IOMEGA ZIP 100 J.03 Removable Direct Access SCSI-2 device da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) If not, there's no device to mount. Sorry, I'm no expert on debugging this, I can just tell you my experience. -- David Fleck [EMAIL PROTECTED

Re: stumped... .

2004-01-17 Thread David Fleck
or anything else I've tried doesn't do it. I could do it in C/C++,but c'mon... ! Any solutions in sed, perl, or ed/ex? Well, you didn't mention awk, but... awk '$0 ~ /^PATTERN/ {x=1}; {if (x!=1) print $0}' foo bar -- David Fleck [EMAIL PROTECTED

Re: stumped... .

2004-01-18 Thread David Fleck
On Sun, 18 Jan 2004, Rob wrote: David Fleck wrote on Sunday January 18, 2004: Well, you didn't mention awk, but... awk '$0 ~ /^PATTERN/ {x=1}; {if (x!=1) print $0}' foo bar Wouldn't it be neater to do nawk '/^PATTERN/ { exit } ; { print }' ? Why, yes, it would. 'awk' works

RE: sendmail logs and other questions

2004-01-23 Thread David Fleck
into the freebsd.cf file Reboot to enable Read through the top of the /etc/mail/Makefile. There are make targets to handle creating the .cf files and installing them (rebooting is definitely *not* necessary). -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED

Re: I have a dream, of a help/manual/doc system, which is simple to use?

2004-02-22 Thread David Fleck
On Sun, 22 Feb 2004, Aaron Peterson wrote: and of course the manual pages that install with each of the some 1 add on programs. man program name ...with *each* of them? Ah, if only that were true.. dcf$ man aspell No manual entry for aspell -- David Fleck [EMAIL PROTECTED

Re: seeking shell scripting resources

2004-02-22 Thread David Fleck
might try http://www.tldp.org/LDP/abs/html/ as a start. It's bash-oriented, but a lot if it will apply to other shells (sh and ksh, not so much csh and tcsh) as well. And your system scripts are also an excellent place to learn by example. -- David Fleck [EMAIL PROTECTED

firefox: Where'd my scrollbars go?

2004-02-28 Thread David Fleck
Just upgraded to firefox-0.8_4 from firebird. Everything seems fine, but I can't get horizontal or vertical scrollbars to show up... I can use the arrow keys to page downwards, but I'd kind of like to have my scrollbars back. Anyone else seen a problem like this? -- David Fleck [EMAIL PROTECTED

Re: firefox: Where'd my scrollbars go?

2004-02-28 Thread David Fleck
On Sat, 28 Feb 2004, Kris Kennaway wrote: On Sat, Feb 28, 2004 at 04:48:04PM -0600, David Fleck wrote: Just upgraded to firefox-0.8_4 from firebird. Everything seems fine, but I can't get horizontal or vertical scrollbars to show up... I can use the arrow keys to page downwards, but I'd

Re: special characters, ie spanish accents

2004-03-21 Thread David Fleck
be of limited use to you, but the vim editor has this ability built-in (if compiled that way). To see what's available, start a vim session and type ':help digraphs'. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: MUTA

2004-03-23 Thread David Fleck
Pine uses sendmail. smtp-server=mail.isp.com/novalidate-cert -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD and Internal IDE 100M ZIP drive

2004-03-27 Thread David Fleck
that back when I had a SuSE system, though. 'ziptool', or something like that. Perhaps it will work under Linux emulation... though I tend to be pessimistic. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: Changing the default text size on console session

2004-04-10 Thread David Fleck
' followed by 'man syscons'. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

mirroring: cvsup vs. rsync

2004-04-13 Thread David Fleck
suggestions welcomed, thanks. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: fetchmail/pine nonsense - newbie

2004-04-22 Thread David Fleck
On Wed, 21 Apr 2004, rainer [EMAIL PROTECTED] wrote: hello, i'm having trouble accessing my mail as 'user'. When you go into pine's setup interface, what value do you have set for inbox-path? Does it point to /var/mail/{user}? Is there actually any mail in /var/mail/{user}? -- David Fleck

Re: Making a certain cron job

2003-09-07 Thread David Fleck
PROTECTED] ? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Making a certain cron job

2003-09-07 Thread David Fleck
}-error_log | mail -s log [EMAIL PROTECTED] exit and then in the crontab have a line referring to the script: 0 1 * * * /usr/local/bin/send_http_log.sh or, alternately, add the script into the /etc/periodic/* directories to have it run by the system-wide cron. -- David Fleck [EMAIL PROTECTED

Re: XFree86 Configuration

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

Re: automatic standby after idle timeout

2003-03-22 Thread David Fleck
1800 to set standby (10 min) suspend (20 min) and off (30 min) times. -- David Fleck [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: automatic standby after idle timeout

2003-03-23 Thread David Fleck
looked very hard. -- David Fleck [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: OT sharing how,tos articles ?

2005-02-12 Thread David Fleck
u recommend a site about freeBSD that will let me do so http://www.freebsd.org/ -- David Fleck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Odd message from cron daemon

2005-02-27 Thread David Fleck
= What does this message mean? I've never seen it on my production system. As a wild guess, check to see that line 29 in /usr/libexec/save-entropy has a comment mark at the start of it: # This script is called by cron to store bits of randomness which are -- David

Re: Odd message from cron daemon

2005-02-27 Thread David Fleck
script manually and see if you can recreate the message that way. If so, add a -x to the first line #!/bin/sh -x and run it manually again - you should be able to see what command precedes the message. -- David Fleck [EMAIL PROTECTED] ___ freebsd

Re: Strange operator messages

2005-03-05 Thread David Fleck
On Sat, 5 Mar 2005, Roland Smith wrote: The script /usr/libexec/save-entropy reads and executes /etc/rc.conf. So any errors in that can influence save-entropy. For example, see http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/078740.html -- David Fleck [EMAIL PROTECTED

Re: Problems with Cron not deleting log files

2005-03-09 Thread David Fleck
Mar 9 08:06 all.log *something's* messing with your log files. That they're all the same size is pretty odd too. Look around in /var/log/messages or /var/log/cron and see if anything looks related. -- David Fleck [EMAIL PROTECTED] ___ freebsd

Re: Auth.log date issue?

2005-03-09 Thread David Fleck
that without rotating, because the default for newsyslog.conf is to only rotate auth.log when it gets beyond a certain size. Just add a time for auth.log to rotate, and this will go away. (rotates auth.log once a month) /var/log/auth.log 600 7 256 $M1D0 Z -- David Fleck

Re: Strange load averages on 5.3-STABLE

2005-03-10 Thread David Fleck
. from the handbook is what comes to my mind. I've also seen ridiculously-high load numbers when NFS-mounted filesystems are inaccessible. Usually that degrades system performance, though. -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org

Re: How to identify xterm font

2005-03-11 Thread David Fleck
or urxvt, but for plain old xterm, the font settings are in /usr/X11R6/lib/X11/app-defaults/XTerm. -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: [Realplay10GOLD] Error: ELF binary type 0 not known

2005-03-11 Thread David Fleck
off, where did you get this from, and how did you install it? -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [Realplay10GOLD] Error: ELF binary type 0 not known

2005-03-12 Thread David Fleck
On Fri, 11 Mar 2005, P.H.Tung wrote: Hi David Fleck, I downloaded port linux-realplayer from http://www.freebsd.org/ports/multimedia/ and run: make install clean (internet connected and it automatically downloaded relevant files) What's wrong? Thanks, I just wanted to make sure you were getting

Re: [Realplay10GOLD] Error: ELF binary type 0 not known

2005-03-13 Thread David Fleck
. And the 'Syntax error' the OP is getting makes no sense at all. My suggestion at this point - do brandelf /usr/local/lib/RealPlayer/realplay.bin file /usr/local/lib/RealPlayer/realplay.bin and report the results back. -- David Fleck [EMAIL PROTECTED

Re: [Realplay10GOLD] Error: ELF binary type 0 not known

2005-03-13 Thread David Fleck
? Thanks! ...you *do* have Linux compatibility enabled, right? -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ???

2004-07-29 Thread David Fleck
mind is stuck in Windows-land). If you're seriously interest in *learning* how to use UNIX-like systems, take it slowly and ask lots of specific questions. If you just want to rant, you're really wasting everybody's time. -- David Fleck [EMAIL PROTECTED

Re: freeBSD How to you set the prompt

2004-07-29 Thread David Fleck
, searching for information on the shell variable 'prompt'. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ???

2004-08-01 Thread David Fleck
, these sites have been useful to me: http://www.nber.org/amd.html http://www.am-utils.org/ -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Acquiring CPAN Modules

2004-08-04 Thread David Fleck
that possibly some kind soul might get around to porting them (or you could even become inspired to add them yourself). -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Help Debugging Kshell Script???

2004-08-06 Thread David Fleck
On Fri, 6 Aug 2004, Hakim Z. Singhji wrote: You must import my public key to open the attached file. Why? Why not just attach the plain file? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Help Debugging Kshell Script???

2004-08-08 Thread David Fleck
/bc, so I assume it is part of the base install. However, neither system has 'lsps', which appears to be an AIX command. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Help Debugging Kshell Script???

2004-08-08 Thread David Fleck
for grond.sourballs.org Sun Aug 8 13:25:18 CDT 2004 new.ksh[79]: free: not found and indeed, I can't find a 'free' command on 4.9, 5.2.1, or in ports - just the 'free' (3) system call. What are you using here? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL

Re: burncd: ioctl(CDIOCSTART): Device busy

2004-08-10 Thread David Fleck
ideas? More of a question, really. Why are you using 'fstat -n'? The -n option would appear to print only device numbers, not device names - therefore grepping for 'acd' will be fruitless, correct?. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED

Re: Porting new Software into FreeBSD

2004-08-11 Thread David Fleck
://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

getting an old NIC to work

2005-11-04 Thread David Fleck
of the network is appreciated. (As an aside - how do I get a display of the current routing table?) -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

RE: getting an old NIC to work

2005-11-04 Thread David Fleck
working fine. -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

CD burning no longer working

2005-11-05 Thread David Fleck
. But does anyone have any more specific ideas of what might be going on here? -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: CD burning no longer working

2005-11-05 Thread David Fleck
data file1 fixate in fact, my version doesn't recognize /dev/acd0 at all: # burncd -f /dev/acd0 data /misc/backup_assemble/backup051105.iso fixate burncd: open(/dev/acd0): No such file or directory but I'll give cdrecord a try. -- David Fleck [EMAIL PROTECTED

RE: getting an old NIC to work

2005-11-06 Thread David Fleck
it logically and completely. Well, that may take a few days, until I scrounge up an extra NIC... but thanks for the assistance. At least I know I was going about the testing the right way. -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions

Re: How to sort find results

2005-11-07 Thread David Fleck
; } -- David Fleck [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to sort find results

2005-11-07 Thread David Fleck
date_sort ./date_sort /directory/to/sort I use this primarily on directory hierarchies of regular files, so I'm not guaranteeing what will happen if you use it on directories that contain other sorts of files. -- David Fleck [EMAIL PROTECTED

Re: How to sort find results

2005-11-07 Thread David Fleck
executable. And also note that, as currently written, the perl script does not have an equivalent to the '-x' argument for 'find'. We might be able to get that in there, but probably should worry about just getting the script working first. -- David Fleck [EMAIL PROTECTED

Re: How to sort find results

2005-11-07 Thread David Fleck
On Mon, 7 Nov 2005, Jeffrey Ellis wrote: Hi, David-- Thanks :) # which perl /usr/bin/perl #head date_sort head: date_sort: No such file or directory ??? where'd the file go? Also, did you see Richard Burakowski's note about the possible carriage return / line feed problem? -- David

Re: grep ls question

2003-11-18 Thread David Fleck
/www/data/ | grep ' 0B' -rw-r--r-- 1 Marty wheel 0B Nov 18 17:54 img52.jpg -rw-r--r-- 1 Marty wheel 0B Nov 18 17:54 img54.jpg find /usr/local/www/data/ -size 0 -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: Statically linked opensshd

2003-11-29 Thread David Fleck
. (There are also lib*_p.a versions of each of these - I don't know what the difference between them is.) Hope that helps somewhat. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: amd documentation: why is it so confusing?

2003-12-03 Thread David Fleck
/mnt/floppy;\ unmount:=/sbin/umount umount /mnt/floppy -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Vim Shared OBject.

2003-12-13 Thread David Fleck
system set up for Linux compatability. See Chapter 22 in the FreeBSD handbook, 'Linux Binary Compatibility' for details. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html) -- David Fleck [EMAIL PROTECTED] ___ [EMAIL

Re: CPAN behaviour

2003-12-24 Thread David Fleck
On Mon, 22 Dec 2003, Odhiambo Washington wrote: I hope I did not miss anything about CPAN changing or something but the behaviour I see here is not normal, or is it? Are you still having this problem? I was able to get SpamAssassin off CPAN this morning. -- David Fleck [EMAIL PROTECTED

Re: dri on radeon7500, few of fps

2003-12-24 Thread David Fleck
show me only 950 fps. You may need to install the drm-kmod port. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ghostview missing libc.so.4?

2003-12-28 Thread David Fleck
/gs). -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: ports package names changing?

2003-12-31 Thread David Fleck
example of what the handbook says, and how following the steps causes a problem? I'm not seeing it, it's working fine for me. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Where do I find all the available options/devices I can use in my kernel config

2003-12-31 Thread David Fleck
(for example). -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: ports package names changing?

2003-12-31 Thread David Fleck
, there aren't separate ports for different versions of an application, so this problem doesn't exist for them. It seems to me that making selected package descriptions more descriptive would be a whole lot safer than making the changes you suggest. -- David Fleck [EMAIL PROTECTED

RE: ports package names changing?

2003-12-31 Thread David Fleck
this to be a problem. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How do I install Netscape Linux binary on FreeBSD 4.3?

2004-01-01 Thread David Fleck
/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-install.html seem like a good first step. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

RE: starting daemons at server start

2004-01-04 Thread David Fleck
] /usr/local/sbin/apachectl stop /dev/null echo ' apache: stop' ;; *) echo Usage: `basename $0` {start|stop} 2 ;; esac exit 0 works on my system (4.9). -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: Problem with amd (automount daemon)

2004-01-09 Thread David Fleck
an audio CD, I will get the error you see unless I kill the CD-playing program. Do an 'fstat /dev/{CD_device_name}' and see if something is hanging onto the cd. For my system that's fstat /dev/racd0c -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED

appending to CFLAGS

2004-01-10 Thread David Fleck
? I'm sure this is something blindingly simple, but I'm not seeing it in the developer's handbook or the make manpages. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: appending to CFLAGS

2004-01-10 Thread David Fleck
-line option. thanks- -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

where are the jabber man pages?

2004-01-11 Thread David Fleck
site, but shouldn't something get installed on the machine? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: where are the jabber man pages?

2004-01-11 Thread David Fleck
/pthsock/pthsock_client.so /usr/local/lib/jabber/xdb_file/xdb_file.so ...that's it. No documentation *at all*. That just doesn't seem right. Heck, I'd be happy to cough up a minimal man page... -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing

agp error with Radeon 7500 disables DRI

2004-01-11 Thread David Fleck
(it did before I upgraded from 4.6.2 to 4.9). Can anyone think of where to look to figure this out? I've put the XFree86.0.log file at http://www.aracnet.com/~dcf/XFree86.0.log, and the X config file at http://www.aracnet.com/~dcf/XF86Config in case they prove helpful. thanks- -- David Fleck [EMAIL

IDE drive - hard error reading fsbn... - recoverable?

2004-10-23 Thread David Fleck
(I think I have those...)? Thanks in advance for any advice you might have - -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: IDE drive - hard error reading fsbn... - recoverable?

2004-10-23 Thread David Fleck
On Sun, 24 Oct 2004 [EMAIL PROTECTED] wrote: On Sat, Oct 23, 2004 at 05:26:27PM -0500, David Fleck wrote: Is this likely a one-time thing, or a symptom of creeping disk death? (The 'hard error' messages only started after the reboot.) You could try /usr/ports/sysutils/smartmontools to run

RE: font size on console.

2004-10-27 Thread David Fleck
/rc.syscons. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Updating and installing programmes.

2004-11-24 Thread David Fleck
the src-all # mega-collection. It includes all of the individual src-* collections. src-all for the base system code. Or am I misunderstanding what you're looking for? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

What happened to agm-1.4?

2004-11-25 Thread David Fleck
it? I'd be happy to make a port of it, but if there's a good reason it's missing then I won't bother. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: What happened to agm-1.4?

2004-11-25 Thread David Fleck
On Thu, 25 Nov 2004, Michael Nottebrock wrote: Yes, see http://www.freebsd.org/cgi/query-pr.cgi?pr=28091 Ahh, I see. Thank you. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: OT: Trying to learn C -- some questions

2004-11-25 Thread David Fleck
probably isn't the one you want anyway. (Ref.: http://lists.apple.com/archives/mpw-dev/2001/Aug/msg00182.html) -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

  1   2   >