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: 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

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: 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

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: Starting natd

2001-07-26 Thread Doug White
). You can specify an IP and rc.network autodetects to use -n or -a. natd_interface=a.b.c.d is ok (at least on 4.2) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers

Re: how to share include files between kernel and userland?

2001-07-27 Thread Doug Ambrisko
Marco Molteni writes: | I am writing a program to parse frames dumped to bpf by an, the | aironet driver. | | I am using the latest patches by Doug Ambrisko, that allow the driver | to dump not only the 802.11 frame but also the special Aironet header | that the device prepends to the 802.11

Re: Collecting System Statistics Programatically

2001-07-27 Thread Doug White
utilization stats from sysctl; look in the 'vm' group. CPU usage still has to come from kmem I think. Check the vmstat / top code. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: Newbus

2001-08-09 Thread Doug Rabson
definitions are scattered around the tree - the core interfaces DEVICE and BUS are in kern/device_if.m and kern/bus_if.m respectively. The 5.x version of newbus is based on the kobj system with api in sys/kobj.h and implementation in kern/subr_kobj.c. -- Doug Rabson

Re: Does boot1 still have a 1023 cyl limit?

2001-09-14 Thread Doug Ambrisko
? read.7: testb $FL_PACKET,%cs:MEM_REL+flags-start # LBA support e Doug A. PS. dhw ... could you try to set packet mode on some machines there and test it. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Does boot1 still have a 1023 cyl limit?

2001-09-14 Thread Doug Ambrisko
how I read the code. Just wanted to make sure I wasn't missing something. Your theory sounds quite possible. Thanks, Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: if_sf bug

2001-10-03 Thread Doug White
it with IP 0.0.0.0. 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

Re: 64bit Ethernet Card (if_sf driver)

2001-10-04 Thread Doug Ambrisko
a DEC based 4 port card that they got when they bought Cogent. I find it hard to believe that they would replace that with a poorer performance card that probably cost them more to make. Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body

Re: FYI

2001-10-19 Thread Doug Hass
in object-only format. Doug On Thu, 18 Oct 2001, Tim Wiess wrote: If anyone has an interest in adding support for the SBS WAN cards to FreeBSD, feel free to contact me. I'll be glad to help. I'm actually working on a driver for the SBS WANic 600 and 800 cards. There is still a lot of work

Re: more on Re: Please review: bugfix for vinvalbuf()

2001-10-19 Thread Doug Swarin
information is below. If I can provide any additional information, let me know. Thanks for any help, Doug -- panic message -- SMP 2 cpus IdlePTD 3555328 initial pcb at 2cf300 panicstr: vinvalbuf: flush failed panic messages: --- panic: vinvalbuf: flush failed mp_lock = 0101; cpuid = 1

Re: more on Re: Please review: bugfix for vinvalbuf()

2001-10-19 Thread Doug Swarin
at tail of NFS file : :The system is running 4.4-RELEASE with the vinvalbuf() patch. Debugging :information is below. If I can provide any additional information, :let me know. : :Thanks for any help, :Doug How easily can you reproduce this? How often does it occur if you leave

Re: Read only file FSTAB after error config???

2001-10-21 Thread Doug Barton
Fstab and the system shown the file is read only. This is covered in the documentation at http://www.freebsd.org/ I believe in the FAQ, if not there, it's in the handbook. Good luck, Doug -- We will not tire, we will not falter, and we will not fail. - George W. Bush, President

Re: New rc.d init script roadmap

2001-10-19 Thread Doug Rabson
are passed in registers are all promoted to 64bits. -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Duping a hard disk

2001-10-23 Thread Doug White
system with PXE netbooting to install tons of machines. It can NFS mount just about anything, so you can rig your own autoconfig scheme so you don't need to set the machine name IP manually :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org

Re: ACPI CA updated

2001-10-31 Thread Doug Rabson
. This doesn't appear to fix the 64bit alignment problems which we had while trying to use the code on ia64. Any news on when/whether Intel will accept our 64bit patches? -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348

RE: ACPI CA updated

2001-10-31 Thread Doug Rabson
On Wed, 31 Oct 2001, Grover, Andrew wrote: From: Doug Rabson [mailto:[EMAIL PROTECTED]] This doesn't appear to fix the 64bit alignment problems which we had while trying to use the code on ia64. Any news on when/whether Intel will accept our 64bit patches? Our next release

Re: Tracking down BTX halted

2001-11-16 Thread Doug White
disks. Put proper partition tables on them and they should behave. 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

Re: Tracking down BTX halted

2001-11-17 Thread Doug White
+ boards. 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

Re: stange probelm with vmstat

2001-11-20 Thread Doug White
on vmstat. Everything right. Can any one tell what i did thtat messed up my 4.1? This generally happens if you don't boot your kernel with loader(8). Make sure you're booting your kernel the right way ... delete /boot.config, particularly if it mentions your kernel in it. Doug White

Re: Bugmeister discussion list

2001-11-22 Thread Doug Barton
On 22 Nov 2001, Dag-Erling Smorgrav wrote: [apologies to those who receive multiple copies of this message] I've set up a [EMAIL PROTECTED] mailing list Any reason this can't/shouldn't be a freebsd.org mailing list? -- We will not tire, we will not falter, and we will not fail.

Re: Mirrored / redundant disks.

2001-09-28 Thread Doug Swarin
to boot from. Doug On Fri, Sep 28, 2001 at 07:45:26PM -0400, Leo Bicknell wrote: I need to configure a server that can deal with a disk failure. I've been looking at CCD and Vinum, but both seem to have issues that make automatic recovery in the face of one dead disk (in a mirror) less than

Re: BPF - Packet Reception

2001-11-26 Thread Doug White
are getting dropped. BPF isn't a high-performance interface. If you need something faster, you should add your code to the kernel network stack. Then you will get a call to your code for every packet input of the type you're looking for. Doug White| FreeBSD: The Power to Serve [EMAIL

Re: Debbuging hard lockups...

2001-10-10 Thread Doug Barton
that it sometimes takes several minutes to dump 256M. HTH, Doug -- We will not tire, we will not falter, and we will not fail. - George W. Bush, President of the United States September 20, 2001 Do YOU Yahoo!? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: FYI

2001-10-12 Thread Doug Hass
in special quantity builds. If anyone reading this message needs further information, please contact me directly and I can go into further depth about the EOL cards mentioned below and their replacements in the SBS line. Regards, Doug - Doug Hass ImageStream Internet Solutions [EMAIL PROTECTED

Re: 4-port T1 PCI card with integrated csu/dsu

2001-10-13 Thread Doug Barton
The virtues or foibles of individual personalities are outside the scope of this list. Anyone interested in further information is welcome to search the archives of just about any of the FreeBSD lists. Meanwhile, let's get back to our regularly scheduled bikesheds. Thanks, Doug

RE: FYI

2001-10-14 Thread Doug Hass
to contact me at your convenience. Regards, Doug - Doug Hass ImageStream Internet Solutions [EMAIL PROTECTED] http://www.imagestream.com Office: 1-219-935-8484 Fax: 1-219-935-8488 On Sun, 14 Oct 2001, Ted Mittelstaedt wrote: There are other vendors that sell the WanIC than Imagestream

Re: FYI

2001-10-14 Thread Doug Hass
be available on the secondary market for next-to-nothing for a long time. If performance, features and form factor are more important, there are better chipsets available on current cards. Both approaches have their merits. Doug On Sun, 14 Oct 2001, Jim Bryant wrote: No offense to you or your sales

Re: FYI

2001-10-14 Thread Doug Hass
Also--understand that the replacement for the 400 and 405 is a multi-interface card (supports all of the wiring specs instead of just 1), and costs virtually the same (or less as a reseller or in volume) than the 400/405 did. Doug On Sun, 14 Oct 2001, Jim Bryant wrote: No offense to you

RE: FYI

2001-10-15 Thread Doug Hass
products, purchase complete routers. Going this route would eliminate the need to have FreeBSD support, as any user would have a standalone router. Regards, Doug - Doug Hass ImageStream Internet Solutions [EMAIL PROTECTED] http://www.imagestream.com Office: 1-219-935-8484 Fax: 1-219-935-8488

Re: FYI

2001-10-15 Thread Doug Hass
the driver code and the DDK for development. This means that you could produce FreeBSD drivers which we could then distribute in a binary form under a free end-user license. Regards, Doug - Doug Hass ImageStream Internet Solutions [EMAIL PROTECTED] http://www.imagestream.com Office: 1-219-935-8484

Re: FYI

2001-10-15 Thread Doug Hass
privately and we'll get you an order of the cards so that we can accomplish the above. Regards, Doug - Doug Hass ImageStream Internet Solutions [EMAIL PROTECTED] http://www.imagestream.com Office: 1-219-935-8484 Fax: 1-219-935-8488 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

RE: FYI

2001-10-15 Thread Doug Hass
money we'll pledge to make sure that FreeBSd drivers exist for ALL of the cards. My phone number is below. If these cards and the future of the drivers are as important as everyone who has posted says they are, let's move quickly toward a solution. Regards, Doug - Doug Hass ImageStream

RE: FYI

2001-10-16 Thread Doug Hass
stack and that binary only module. That's rather simplified, since SAND also does alot of other things, but you have the basics. The reason that Imagestream went this road is that like Doug said, all those hardware vendors like Rockwell think that there's something valuable in a pure register

RE: FYI

2001-10-16 Thread Doug Hass
have my credit card ready! Doug To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

RE: FYI

2001-10-16 Thread Doug Hass
start working toward a solution, instead of complaining about how there isn't one. Regards, Doug - Doug Hass ImageStream Internet Solutions [EMAIL PROTECTED] http://www.imagestream.com Office: 1-219-935-8484 Fax: 1-219-935-8488 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

RE: FYI

2001-10-16 Thread Doug Hass
Better than a published interface and white paper, we also provide the direct code itself. You could certainly make a netgraph/SAND interface module. Doug On Tue, 16 Oct 2001, Julian Elischer wrote: On Tue, 16 Oct 2001, Doug Hass wrote: The hardware API or the actual register

RE: FYI

2001-10-17 Thread Doug Hass
. Well, if people don't mind buying cards with no drivers...The reason for offering the 400 series at a discount was to solve the supply issue that you raised originally. Doug, as a FYI, I believe that I can fill in a bit on the state of the sr driver. They don't actually refer to the cards

RE: FYI

2001-10-17 Thread Doug Hass
Doug, in the entire history of the FreeBSD project, when given a choice between a better driver or code that is closed source, and a worse driver that has open source, the FreeBSD community has never chosen the driver or code with closed source. In fact I can only remember ONCE

Re: FYI

2001-10-17 Thread Doug Hass
We certainly support the right for companies to protect their intellectual property in whatever way they see fit, even if the FreeBSD community does not. Doug; I would recommend against falling for Ted's flamebait here, since that's really all it is. His characterisation

Re: Problems with booting of CD-ROM (fwd)

2001-10-17 Thread Doug Ambrisko
during startup. Doug A. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: FYI

2001-10-17 Thread Doug Hass
for FreeBSD available in the market. Period. Doug To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: FYI

2001-10-17 Thread Doug Hass
who claims GPL only or GPL preferred. The license terms of add-on drivers and products should be set according to the needs of the authoring person or company, in my opinion. Doug On Wed, 17 Oct 2001, void wrote: On Wed, Oct 17, 2001 at 12:19:34PM -0500, Doug Hass wrote: I'm glad someone

Re: Linus Torvalds and urgent message about your future!

2001-12-07 Thread Doug Rabson
CALL to 1-800-311-1736 ROFLMAO. -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Creative Labs Nomad via usb ?

2001-12-20 Thread Doug White
/1.00, addr 3 Has anyone looked at this to see if you could send files to it from FreeBSD ? Try adding the vendor/product ID to usbdevs then rebuild umass. I suspect it requires a bit more than that :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED

Re: Looking for a sysctl logger

2001-12-23 Thread Doug White
for something more general purpose. And no, I don't want to write it in perl : -) I'm trying to make it low impact, hence c. mrtg? :-) You're just calling sysctl and returning the result; it could be done in a very short shell script. Doug White| FreeBSD: The Power to Serve

Re: Does FreeBSD have a problem with some AMD processors?

2001-12-28 Thread Doug Reynolds
cheapies should probably be avoided... abit has been extremely good to me. even windows 98 doesn't crash on it i have the abit kt7a with a 1gHz socket a athlon. I don't like Soyo, FICS, and a bunch of others i cant think of --- doug reynolds | the maverick | [EMAIL PROTECTED] PGP Public Key

Re: Does FreeBSD have a problem with some AMD processors?

2001-12-28 Thread Doug Reynolds
was new and the prices came down a little bit, but still really expensive, a few manufactures pirated a lot of PC66 and made some changes to have it work like PC100. but it wasn't stable. maybe people are doing that with pc133.. it wouldnt surprise me. --- doug reynolds | the maverick | [EMAIL

Patch for SIS630ET embedded NIC

2002-01-02 Thread Doug Ambrisko
before commiting this change. The patch is based on -stable right now. It applies to -current cleanly. BTW I tested this on a Asus TUSI motherboard. Thanks, Doug A. Index: if_sis.c === RCS file: /cvs/src/sys/pci/if_sis.c,v retrieving

Re: what slice did I boot from?

2002-01-05 Thread Doug White
thinking about hacking up some forth to handle this switching programatically, so you get a nice menu to pick which FreeBSD slice to boot from if you enable the feature. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail

Re: sessionlimit

2002-01-05 Thread Doug White
. sessionlimit may be one such option. I'd suggest checking login(8) since that's what generally enforces the limits (libutil just reads them). Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED

Re: what slice did I boot from?

2002-01-05 Thread Doug White
won't let you put a second / into a second slice when a first FreeBSD slice already exists). 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

Re: what slice did I boot from?

2002-01-06 Thread Doug White
(not a power of 2). sysinstall probably didn't quite justify it to the BIOS's want. I'll have to check the boot0 code though... Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-08 Thread Doug Rabson
than the standard code. Bit of a sod to debug though. -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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

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: 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: 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: 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: 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: 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: 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: 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

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: 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

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: 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: [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

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

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

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

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: 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: 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: 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: 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

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: 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

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