Re: tuning to run large (1000+) numbers of null_mounts

2006-01-18 Thread Doug Barton
Ensel Sharon wrote: hmmm...the cut and paste of that loud warning was from a 6.0-RELEASE man page ... if I need to be CURRENT to get the updated man page, do I also need to be CURRENT to get the safe null_mount code itself ? Or is 6.0-RELEASE safe ? (re: null_mount) It probably wouldn't

Small patch to sh.1

2006-01-06 Thread Doug Barton
Does the attached patch look reasonable? Doug -- This .signature sanitized for your protection Index: sh.1 === RCS file: /usr/local/ncvs/src/bin/sh/sh.1,v retrieving revision 1.118 diff -u -r1.118 sh.1 --- sh.11 Jan

Re: Small patch to sh.1

2006-01-06 Thread Doug Barton
Sam Lawrance wrote: It's already mentioned at the end of the list of formats. Hrrm, so it is. Arguably it should be mentioned at the start, since it's easy to miss where it is (I certainly missed it, as did others). Doug -- This .signature sanitized for your protection

Re: Preserve date when cp over smbfs

2005-12-30 Thread Doug Barton
Gilbert Cao wrote: Hi, the list. I have recently notice a problem when I copy a file to a SMB mount directory : Thanks for the good detective work. Can you send-pr this so that it does not get lost? Doug -- This .signature sanitized for your protection

Re: Preserve date when cp over smbfs

2005-12-30 Thread Doug Barton
Gilbert Cao wrote: Hi, the list. I have recently notice a problem when I copy a file to a SMB mount directory : Good detective work! Please send-pr this so it does not get lost. Doug ___ freebsd-hackers@freebsd.org mailing list http

Re: copy directory structure

2005-12-21 Thread Doug Barton
Ashok Shrestha wrote: Do you know how to copy just a directory structure (not the files inside it)? This is better suited for freebsd-questions@, but I'll give you a hint, the answer should probably involve find. :) Good luck, Doug -- This .signature sanitized for your protection

Re: tcp services (ssh,ftp) does not work

2005-10-30 Thread Doug Barton
For future reference, you should not cross post to FreeBSD lists. If you are unsure what the best list will be, start with freebsd-questions. Good luck, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org

Re: A smarter mergemaster

2005-10-01 Thread Doug Barton
Kevin Oberman wrote: Date: Thu, 29 Sep 2005 23:41:57 -0700 From: Doug Barton [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] One of the design decisions that you need to be aware of for this project since day one was to try and balance intelligent behavior and configuration options that would

Re: A smarter mergemaster

2005-09-30 Thread Doug Barton
that violate POLA, or are very dangerous to unsophisticated users, is one of the reason I request pre-commit approval. Thanks again for your work on this, Doug - -- ~This .signature sanitized for your protection -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (FreeBSD

Re: anyone using security/dropbear?

2005-09-29 Thread Doug Barton
Brian Reichert wrote: On Thu, Sep 29, 2005 at 02:14:13PM -0400, Kris Kennaway wrote: Check the source.. is it using /dev/urandom (which never blocks), or /dev/random (which I still don't think blocks, but may return short reads). Either way, it sounds like some level of application bug...it

Re: journaling fs and large mailbox format

2005-09-29 Thread Doug Barton
to make sense that the right way to tune the fs would be to find the median file size and make the block size large enough to handle files of that size. That should give you the right tradeoff between speed and efficiency. hth, Doug -- This .signature sanitized for your protection

Re: journaling fs and large mailbox format

2005-09-29 Thread Doug Barton
system gets close to filling up, and the optimization switches from time to space. Therefore, in your example you're actually wasting more space than you would with 8k blocks, and as a side effect making the fs less efficient in at least 2 ways. hth, Doug -- This .signature sanitized for your

Re: journaling fs and large mailbox format

2005-09-29 Thread Doug Barton
Alin-Adrian Anton wrote: XFS fits incredibly well with Maildir, however this I did not test practically I am curious as to what the defaults are for frag, inode, and block sizes on XFS, and whether that is one of the factors that make it work well with maildir. Doug

Fixing an error condition for 'rm -P'

2005-09-23 Thread Doug Barton
on an objective level, but it definitely leads to annoying problems for the user when you hit this condition. I therefore propose the attached patch. Doug -- This .signature sanitized for your protection Index: rm.c === RCS file

Fixing an error condition for 'rm -P'

2005-09-23 Thread Doug Barton
on an objective level, but it definitely leads to annoying problems for the user when you hit this condition. I therefore propose the attached patch. Doug -- This .signature sanitized for your protection Index: rm.c === RCS file: /usr

ip6.int deprecated

2005-08-30 Thread Doug Barton
if there is anything I've missed, I welcome others to take appropriate action. Regards, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: [PATCH] caching daemon release and nsswitch patches

2005-08-28 Thread Doug Barton
accept my apologies, and send along a reference. If not, I'm very interested to hear what your plans are. Regards, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: Parking disk drive heads

2005-08-19 Thread Doug Ambrisko
some issues. Atleast dropping it isn't one! Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Checking sysctl values from within the kernel.

2005-08-11 Thread Doug Ambrisko
wedge on a setjmp or something like that. We changed it to a function call since in a static kernel then the problem went away. Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: FreeBSD-* files in non-HEAD branches

2005-08-06 Thread Doug Barton
Ruslan Ermilov wrote: Hi, On Fri, Aug 05, 2005 at 10:53:12PM -0700, Doug Barton wrote: I'm wondering what the utility of files like FREEBSD-Upgrade and FREEBSD-Xlist which describe how to import stuff in src/contrib in branches other than HEAD. It makes sense to me to remove these files

FreeBSD-* files in non-HEAD branches

2005-08-05 Thread Doug Barton
Howdy, I'm wondering what the utility of files like FREEBSD-Upgrade and FREEBSD-Xlist which describe how to import stuff in src/contrib in branches other than HEAD. It makes sense to me to remove these files in other brakes, opinions? Doug -- This .signature sanitized for your

Re: 5.4-RC2 freezing - ATA related?

2005-05-19 Thread Doug White
it tries to dereference tp. Starting to stretch my knowledge a bit now ;) If I can provide you with further debug output would you be able to give me some pointers? Thanks for your help -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED

Re: A question about /sys/kern/link_elf.c

2005-05-03 Thread Doug Rabson
On Monday 02 May 2005 13:35, [EMAIL PROTECTED] wrote: There is a #ifdef SPARSE_MAPPING at line 701,and again a #ifdef SPARSE_MAPPING at line 713.I just can't understand the second one.Does it have any special mean ? thanks . It's just conditional compiling construct...however as you can

Re: EFI network boot loader for ia32?

2005-04-28 Thread Doug Rabson
On 27 Apr 2005, at 20:10, Fred Clift wrote: This might better belong on -questions, this isn't the most technical question, but it is obscure... I've recently been loaned an eval server indirectly from intel. It is an SR-2400. We've been using SR-2300s for a while now and have been doing

NO_TCSH leaves crud in /usr/src

2005-03-17 Thread Doug Barton
this fixed. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: bug in calcru() in kernel: integer overflow computing user time

2005-01-26 Thread Doug Ambrisko
can commit it. It works for us. We had problems with this as well. It's pretty simple fix. I used 1k since usage of this tends to be % so rounding should effect that much. Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: bug in calcru()

2005-01-26 Thread Doug Ambrisko
can get wacky results so IMHO it will never be right but good enough Atleast that is what I recall when I tested this stuff out a long time ago. The assumption with this calculation is that st it tend to be small compared to tt so the 1024 X shouldn't overflow much. | Doug Ambrisko [EMAIL

Re: freebsd problem: Cannot detect Hard Disk (SATA)

2005-01-24 Thread Doug Ambrisko
Dmitry Morozovsky writes: | On Sat, 22 Jan 2005, Dmitry Morozovsky wrote: | | DM DA There is: | DM DA http://www.ambrisko.com/doug/ata/ata_stable_sata_7.patch | DM DA for 4.10. That deals with Intel and Promise SATA stuff and | DM DA ata-raid fixes/enhancements. It deals with legacy

Re: Two keyboards

2005-01-24 Thread Doug Ambrisko
a keyboard. To get data from the USB I just did a cat /dev/ukbd0 for scans. They've had built-in wdges. Makes it really easy to integrate into systems. Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: freebsd problem: Cannot detect Hard Disk (SATA) RELENG_4

2005-01-24 Thread Doug Ambrisko
Julian Elischer writes: | Doug, could you comit your patchsets to RELENG_4? I could but have not been given an okay from RE. What I've proposed to do before is commit the base HW support without my RAID and other enhancements. This is essentially taking the stuff from 5-current HW only bits

Re: freebsd problem: Cannot detect Hard Disk (SATA)

2005-01-19 Thread Doug Ambrisko
syn with another HDD. Any better suggestion? | | This is the best that you can get under FreeBSD 4.x. If you need access | to both IDE channels and SATA at the same time, you'll have to use FreeBSD | 5.x. There is: http://www.ambrisko.com/doug/ata/ata_stable_sata_7.patch for 4.10

Re: hacking SCO....

2004-10-09 Thread Doug Russell
instead of 42.whatever it was. :) Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: hacking SCO....

2004-10-09 Thread Doug Russell
that I've never had to go back and write my own. (Wrote a MUCH less advanced one back in the day for my MFM drives on the perstor to watch for ECC errors, even correctible ones, and make a real 'map') Long live SCSI disks! :) Later.. Doug

Re: hacking SCO....

2004-10-09 Thread Doug Russell
Gotta love when you reply to your own posts... :) On Sat, 9 Oct 2004, Doug Russell wrote: If it has a BIOS it should have the verify tool in there... All the verify tool does, though, is issue a verify command to each sector. You can do this yourself, even on a running system, also. I

Re: hacking SCO....

2004-10-07 Thread Doug Russell
do the full 14 pattern tests before I put a SCSI disk in service. Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: Sudden Reboots

2004-10-04 Thread Doug Russell
is that machine doing at that time? Does it start a backup job, or any kind of maintenance at that time? Anything at all? I'd monitor what the heck the machine is doing to some remote machine and see what goes on when it dies. Later...Doug

Re: Protection from the dreaded rm -fr /

2004-10-02 Thread Doug Russell
. Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sudden Reboots

2004-10-02 Thread Doug Russell
many, many times. Having an ESR tester is handy, also. Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: Protection from the dreaded rm -fr /

2004-10-02 Thread Doug Russell
.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Protection from the dreaded rm -fr /

2004-10-02 Thread Doug Russell
, I don't mind it at all. Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Protection from the dreaded rm -fr /

2004-10-02 Thread Doug Russell
be a much, much better approach. Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sudden Reboots

2004-10-01 Thread Doug Ambrisko
it is gone from the system even if that bucket isn't fully used or needed :-( Ironically the more memory you put in a system the less you can do with the system! A lot of people are starting to run into this problem since large memory machines are cheap. Doug

Re: Sudden Reboots

2004-10-01 Thread Doug Ambrisko
Jim Durham writes: [ Charset ISO-8859-1 unsupported, converting... ] | On Friday 01 October 2004 12:36 pm, Doug Ambrisko wrote: | Jim Durham writes: | | I have had this problem now with at least 3 FreeBSD servers over a period | | of about 2 years. I had put it down to some hardware problem

Re: hacking SCO....

2004-09-27 Thread Doug Russell
Later.. Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: hacking SCO....

2004-09-27 Thread Doug Russell
Oh, I love replying to my own posts :) On Mon, 27 Sep 2004, Doug Russell wrote: Try addingconv=sync,noerrorto your dd line. If most of the data after the defect(s) can be read, you'll end up with an almost complete partition which will likely run. You can then fsck and restore

Re: The continued remote debugging saga...

2004-09-01 Thread Doug Rabson
On Wednesday 01 September 2004 18:15, John-Mark Gurney wrote: Rob Deker wrote this message on Wed, Sep 01, 2004 at 11:38 -0400: So, after a lot of work and help from folks here, I've gotten remote gdb functioning (thanks again to those who helped. In the end there was a bad cable in the mix

Re: Getting MAC address?

2004-06-26 Thread Doug Rabson
On Saturday 26 June 2004 10:15, Ivan Voras wrote: Dmitry Morozovsky wrote: On Sat, 26 Jun 2004, Ivan Voras wrote: IV How to get the MAC address for an (ethernet) interface? The linux code IV does this: IV retval = ioctl(thisint-sockInt, SIOCGIFHWADDR, ifr); IV IV After some

Re: quiet ATX mid-Towers

2004-06-19 Thread Doug Rabson
On Friday 18 June 2004 15:39, zera holladay wrote: Under a kind suggestion, I am re-submitting this e-mail with a different subject. The old message was: Hello, I am looking for a very quiet ATX mid-tower and I was wondering if anybody has a suggestion or recommendation. My hard disks

Re: FreeBSD and Debugging?

2004-04-10 Thread Doug Rabson
On Saturday 10 April 2004 06:17, Lev Walkin wrote: Brandon Erhart wrote: For Linux, I've seen valgrind (probably one of the best) as well as several others. In the commercial arena, Rational's PURIFY and Parasoft's INSURE++ work on every OS *but* BSD. Any particular reason for this?

Re: Intel i8xx watchdog driver

2004-03-25 Thread Doug Ambrisko
of the ICH has a pull up resistor on it then the TCO reset is disabled and will not reset the system. I ran into this on a motherboard at a prior company. You cannot via SW disable this feature :-( I have code for the SIS 630 chipset that I can give to anyone interested. Doug

Re: Intel i8xx watchdog driver

2004-03-25 Thread Doug Ambrisko
it on, though. I don't have direct access to HW anymore but have working code. I've been watching the HW watchdog stuff and can add it once some of these issues have been resolved. All of my current code is quick hacks to get around immediate issues but it is in production. Doug

Re: Intel i8xx watchdog driver

2004-03-25 Thread Doug Ambrisko
shot so it de-bounced it. I could get multiple on a CPU NMI pin. How hard is to setup and trap SMI via a FreeBSD only solution? I haven't really looked much at that area but sounds useful. Doug A. ___ [EMAIL PROTECTED] mailing list http

Re: 4.9 kernel panics on a poweredge 2650

2004-02-10 Thread Doug Ambrisko
to derive. Doug A. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: SCM options (was Re: Where is FreeBSD going?)

2004-01-11 Thread Doug Rabson
On Sun, 2004-01-11 at 00:05, Peter Jeremy wrote: On Sat, Jan 10, 2004 at 05:01:13PM -0500, Garance A Drosihn wrote: At 9:35 PM + 1/10/04, Andrew Boothman wrote: Peter Schuller wrote: Most of the noteworthy features of subversion are listed on the project front page:

Re: Where is FreeBSD going?

2004-01-08 Thread Doug Rabson
On Wed, 2004-01-07 at 20:19, Robert Watson wrote: On Wed, 7 Jan 2004, Roman Neuhauser wrote: [1] has core@ considered subversion (devel/subversion)? Everyone has their eyes wide open looking for a revision control alternative, but last time it was discussed in detail (a few months

Re: Where is FreeBSD going?

2004-01-08 Thread Doug Rabson
On Thu, 2004-01-08 at 18:05, Munish Chopra wrote: On 2004-01-08 17:29 +, Doug Rabson wrote: [...] The three main showstoppers for moving FreeBSD to subversion would be: 1. A replacement for cvsup. Probably quite doable using svnadmin dump and load. 2. Support

Re: I need help fixing the agp_nvidia.c driver

2003-11-02 Thread Doug Barton
it in /boot/loader.conf[.local]: agp_load=YES Actually, I do better with nvidia's driver without agp loaded, FWIW. Doug -- This .signature sanitized for your protection ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Any workarounds for Verisign .com/.net highjacking?

2003-09-17 Thread Doug Barton
On Tue, 16 Sep 2003, M. Warner Losh wrote: I think we should put a filter for this nonsense into the base system. ISC is in the process of releasing patched versions of BIND, which I plan to take advantage of. :) Doug -- This .signature sanitized for your protection

Re: A new sort utility

2003-09-15 Thread Doug Barton
) is small, I would suggest the reverse. Replace the current sort with the BSD licensed version, and move the current one to a port gnu-sort, or whatever. This was exactly what I was thinking. Tim, can you mail -arch with this proposal? Doug -- This .signature sanitized for your protection

Re: flush on close

2003-09-11 Thread Doug White
this is correct (and safe) behavior for the default case. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: OpenBFS (was Re: C++ code in a kernel module?)

2003-09-09 Thread Doug Barton
On Mon, 8 Sep 2003, Pedro F. Giffuni wrote: Hi; Attached is a good reasons why someone my want to use C++ in the kernel. Sorry, I don't see anything here except this is all we know how to do. But, I'm a curmudgeon. :) Doug -- This .signature sanitized for your protection

Important changes to the .org tld today. (fwd)

2003-09-05 Thread Doug Barton
FYI, Doug -- Forwarded message -- Date: Fri, 05 Sep 2003 06:03:15 -0700 From: Rodney Joffe [EMAIL PROTECTED] Organization: UltraDNS Corp Subject: Important changes to the .org tld today. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 During the root zone (.) update later today

Re: possible change for 4.9 rc file?

2003-09-04 Thread Doug Barton
I oppose this going in prior to 4.9 just on general principles. The concept looks sound on a very light review though. If you'd like more in depth review, please forward your patch to [EMAIL PROTECTED] Doug -- This .signature sanitized for your protection

Re: refreshing AGP Card Memory??

2003-08-31 Thread Doug Barton
, using those drivers, and haven't had any problems like you describe. Doug -- This .signature sanitized for your protection ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: Call for thread testers

2003-08-30 Thread Doug Barton
of the thread-capable enterprise and desktop packages to the test. Packages that I would most like to see are: BIND 9 9.2.2 probably not a good test case, I'd suggest trying ftp://ftp.isc.org/isc/bind9/9.2.3rc1/bind-9.2.3rc1.tar.gz instead. Doug -- This .signature sanitized for your protection

Re: specifying RAM size at boot?

2003-08-15 Thread Doug Ambrisko
it at a prior company. Doug A. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Console serial speed

2003-07-31 Thread Doug Ambrisko
Russell Cattelan writes: | On Wed, 2003-07-30 at 21:58, Doug Ambrisko wrote: | Russell Cattelan writes: | | How does one set the serial speed of the console. | | I changed the boot loader speed to 57600 in make.conf | | but the kernel seems to chose random speeds each time | | it's booted

Re: Console serial speed

2003-07-30 Thread Doug Ambrisko
current You might want to check sys/isa/sio.c in function siocngetspeed. I comment out the return (rclk / (16UL * divisor)); on some of my stable boxes. I've seen a few motherboards that result in a messed up console if I don't do it (ie. wrong speed). Doug

Re: RELENG_4 buildworld fails in colldef with NO_BIND

2003-07-02 Thread Doug Barton
in /usr/include, not in /usr/obj. I'll have to go back and take another look at the NO_BIND stuff as it relates to includes... Doug On Wed, 2 Jul 2003, Doug Barton wrote: Very shortly after starting the buildworld, it fails in colldef: === usr.bin/colldef /usr/obj/home/src/i386/home/src

Re: ramdisk??

2003-06-09 Thread Doug White
online but haven't found anything. any suggestions Did you find rc.diskless2, which sets all this up for you? This is a good description of how to use it (and set up other stuff for diskless/readonly media systems): http://neon1.net/misc/minibsd.html -- Doug White

Re: left over shells/processes

2003-05-30 Thread Doug White
attached to it. how can we kill these leftover shells processes if this occurs? Is your app handling SIGHUP? If not, the app will stay running, as well as its parents. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org

Re: mixer for /etc/rc

2003-03-19 Thread Doug Barton
. We haven't really started down the road of what I generically refer to as desktop configuration items in rc. I'm not necessarily opposed to this idea, but I am also not quite ready to start down that road yet. Just my opinion, Doug -- This .signature sanitized for your protection

Re: Realtek

2003-03-12 Thread Doug Ambrisko
much difference. Doug a To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: redirect everything to socks5

2003-03-12 Thread Doug Ambrisko
automatically do that since I don't use Windows I would need that type of solution. Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Realtek

2003-03-12 Thread Doug Ambrisko
: sendto: No buffer space available'? No such messages appeared. Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Realtek

2003-03-11 Thread Doug Ambrisko
Wes Peters writes: | On Monday 10 March 2003 08:47, Doug Ambrisko wrote: | Hmm, I thought I had said benchmark in your environment. We have a | closed box that is sort-of a router and a bridge. So your only inputs | is really network traffic. That is what we tune the box for. So it | would

Re: Realtek

2003-03-10 Thread Doug Ambrisko
wouldn't hold my breath. Caveat is that a Netgear auto mdi/mdi-x switch won't allways sync with the fxp0 in my laptop :-( So looks like we are in for another round of auto negotiation that doesn't always work. I do like the Intel gig cards, since you can get dual fiber and copper version. Doug

Re: Realtek

2003-03-10 Thread Doug Ambrisko
Wes Peters writes: | On Friday 07 March 2003 09:16, Doug Ambrisko wrote: | You did something truly bizarre. I've tested similar cards on many | machines ranging from K6-2 400MHz to P4 2.4GHz and the RealTek | performance has always been at or near the bottom of the heap. On the | slower

Re: Insecure PHP installation?

2003-03-10 Thread Doug Barton
+0002. I could see that /usr/local/bin/pear is a script and world writable, isn't that a little dangerous? That's definitely bad, yes. Please use send-pr to file a problem report about this. Doug -- This .signature sanitized for your protection To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Insecure PHP installation?

2003-03-10 Thread Doug Barton
this is a bigger issue than just the one script. Doug -- This .signature sanitized for your protection To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Realtek

2003-03-07 Thread Doug Ambrisko
is 700Mhz Celeron which is a lot different then pushing 100Mbs with a P5 133Mhz. Our bigger issue is bus performance on a 32bit/33Mhz bus with 3, 4-port cards. To date we haven't had any trouble with them and we've shipped a bunch. Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Realtek

2003-03-07 Thread Doug Ambrisko
Thierry Herbelot writes: | Le Friday 07 March 2003 18:16, Doug Ambrisko a ?crit : | everything at once. This illustrated the HW issue with the new D-Link 4 | port card since none of their supported drivers and OSes could get over | 20Mbs. We had 100FDX links to each client and a Gig link

Re: I want to join your group

2003-03-05 Thread Doug Barton
On Wed, 5 Mar 2003, Bram Van Dam wrote: Boy you're the lamer aren't you.. How old are ya? 10? Request permission to flame this, err, person .. :P Permission denied. Don't feed the trolls. :) -- This .signature sanitized for your protection To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: C coding editor

2003-03-02 Thread Doug Barton
On Sun, 2 Mar 2003, Sean Hamilton wrote: I suppose Pascal would be alright in variable width, but certainly not C. I tried using variable with for C a while back, and the main problem I had was not with spacing, but my severely defective ocular receptors were unable to distingush between a

Re: Another EPIA M 9000 update (was Re: More compartive power/performanceresults (was Re: Lower power SMP boxes?))

2003-02-10 Thread Doug Ambrisko
was supplying Linux folks with a working XFree server module for an IBM 770Z ThinkPad built on FreeBSD of course! Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: OpenPAM and OSVERSION

2003-02-09 Thread Doug Barton
match. HTH, Doug -- The last time France wanted more evidence, it rolled right through Paris with a German flag. - David Letterman To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Modifying mergemaster behavior

2003-02-09 Thread Doug Barton
On Sat, 8 Feb 2003, Garance A Drosihn wrote: At 3:21 AM -0800 2/5/03, Doug Barton wrote: On Mon, 3 Feb 2003, Amit Rao wrote: Allow users to pass regexps to ignore as an option? similar to: diff --ignore-matching-lines=\$FreeBSD: ? I decided to be more general, and added

Re: Modifying mergemaster behavior

2003-02-05 Thread Doug Barton
to leave this as a power user ~/.mergemasterrc file option. Once people have a chance to use this and provide feedback on it, I may add a command line option for it. Thanks again for all the ideas, Doug -- If it's moving, encrypt it. If it's not moving, encrypt it till it moves

Re: Modifying mergemaster behavior

2003-02-04 Thread Doug Barton
On Tue, 4 Feb 2003, Garance A Drosihn wrote: At 10:36 PM -0800 2/3/03, Doug Barton wrote: On Mon, 3 Feb 2003, Garance A Drosihn wrote: I added: -I '$FreeBSD:.*$' to the 'diff ${DIFF_FLAG}' command in diff_loop, and it seems to have worked the way I wanted it to work

Re: Modifying mergemaster behavior

2003-02-04 Thread Doug Barton
On Wed, 5 Feb 2003, Garance A Drosihn wrote: At 11:43 PM -0800 2/4/03, Doug Barton wrote: On Tue, 4 Feb 2003, Garance A Drosihn wrote: At 10:36 PM -0800 2/3/03, Doug Barton wrote: There's a section of mergemaster that starts out with the comment Do an absolute diff first to see

Re: Modifying mergemaster behavior

2003-02-03 Thread Doug Barton
On Mon, 3 Feb 2003, Dag-Erling Smorgrav wrote: Doug Barton [EMAIL PROTECTED] writes: On Tue, 28 Jan 2003, Garance A Drosihn wrote: Well for one thing, if a given file has a lot of changes, then I would like mergemaster to skip over the initial one-line change that only tells me how

Re: Modifying mergemaster behavior

2003-02-03 Thread Doug Barton
On Mon, 3 Feb 2003, Amit Rao wrote: On Monday 03 February 2003 07:35 am, Dag-Erling Smorgrav wrote: Doug Barton [EMAIL PROTECTED] writes: On Tue, 28 Jan 2003, Garance A Drosihn wrote: Well for one thing, if a given file has a lot of changes, then I would like mergemaster to skip

Re: Modifying mergemaster behavior

2003-02-03 Thread Doug Barton
. The is for those cases where a diff is smaller than one screenful. It was requested by users to give more visual definition to that scenario, and also make logs of mm sessions easier to parse. Passing it to PAGER when the diff already fills a page is a waste of screen space. Doug To Unsubscribe: send mail

Modifying mergemaster behavior

2003-02-02 Thread Doug Barton
would require running diffs at least twice every time we find something different. I'm not sure it's worth it to save 5 or 6 lines, especially when you're sending everything to $PAGER anyway. Doug -- If it's moving, encrypt it. If it's not moving, encrypt it till it moves

Re: Changing the Maximum Segment Size (MSS) of Kame MIP6 Free BSD4.4

2003-01-29 Thread Doug Barton
I think that you just burned all possible bridges with your rampant cross posting. At least I hope so. -- If it's moving, encrypt it. If it's not moving, encrypt it till it moves, then encrypt it some more. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: vnconfig

2002-11-29 Thread Doug White
On Fri, 29 Nov 2002, Yury Tarasievich wrote: Hi, Regarding vn subsystem: since about 4.6-RELEASE vnconfig -d no longer disables /dev/vn entry. That means that... vnconfig -e /dev/vnsomething file vnconfig -d /dev/vnsomething ^ Don't you mean -u? -- Doug White

Re: auto-definition of a single network interface

2002-11-18 Thread Doug Barton
Pardon me if I'm being dense, but I don't understand what your proposal does that the existing interface config tools do not. Can you give a description (not code) of what you're trying to accomplish? Doug -- We have known freedom's price. We have shown freedom's power

Re: finding unmatched quotes in shell scripts

2002-11-17 Thread Doug Barton
, and start deleting quotes here and there. You might find that the de-highlighting happens in places that you don't expect. Also, it might help you to break the program down into smaller functions. That usually makes it easier to locate the errors. Doug To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Shrinking /(s)bin: A Proposal

2002-11-14 Thread Doug Rabson
required for /[s]bin need to move to / and compat symlinks created from /usr. A suitable crunchgen'ed binary for /recover would be useful too. -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160 To Unsubscribe: send

Re: vmstat to detect memory leaks?

2002-11-11 Thread Doug White
. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

<    1   2   3   4   5   6   7   8   9   10   >